:root {
  --base: #eaf6ff;
  --hero: #e9f0fb;
  --panel: #eef9ff;
  --panel-strong: #d9efff;
  --blue: #1d8dd9;
  --deep-blue: #004899;
  --text: #555d68;
  --muted: #7c8793;
  --line: #6f7c89;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--base);
  font-family: "Urbanist", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
}

img {
  display: block;
  max-width: 100%;
}

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

.mobile-break {
  display: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  padding: 39px 66px 0 54px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header-logo {
  width: 244px;
  height: 32px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.global-nav {
  display: flex;
  align-items: flex-start;
  gap: 0;
  color: #4f5965;
  font-family: "Noto Sans JP", "Hiragino Sans", "Urbanist", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.global-nav a {
  position: relative;
  min-width: 150px;
  padding: 13px 36px 16px;
  text-align: center;
  white-space: nowrap;
}

.global-nav a + a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 28px;
  content: "";
  background: #697483;
}

.global-nav .nav-contact {
  width: 175px;
  min-width: 175px;
  margin: -10px 0 0 18px;
  padding: 12px 43px 11px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(122, 150, 176, .13);
  color: #525b65;
  font-size: 18px;
  line-height: 1.1;
  text-align: left;
}

.global-nav .nav-contact::before {
  display: none;
}

.global-nav .nav-contact::after,
.contact-button::after,
.white-link::after,
.circle-link::after {
  position: absolute;
  content: "↗";
  width: auto;
  height: auto;
  border: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.global-nav .nav-contact::after,
.contact-button::after,
.white-link::after {
  top: 23px;
  right: 18px;
  font-size: 31px;
}

.global-nav .nav-contact span,
.contact-button span {
  display: block;
  color: #b9c1cc;
  font-size: 13px;
  line-height: 1;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  height: 1252px;
  overflow: hidden;
  background: var(--hero);
}

.hero::after {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: -200px;
  width: 2600px;
  height: 360px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #f3f8ff;
}

.hero-meta {
  position: absolute;
  z-index: 5;
  top: 181px;
  left: 54px;
  color: #505b67;
  font-size: 18px;
  line-height: 1.28;
}

.hero-meta p {
  margin: 0 0 27px;
}

.hero-copy {
  position: absolute;
  z-index: 5;
  top: 206px;
  left: calc(50% - 591px);
  width: 720px;
}

.hero-kicker {
  margin: 0 0 30px;
  color: #4e5965;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.hero h1 {
  margin: 0;
  color: rgba(134, 160, 189, .55);
  font-size: 95px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: .98;
}

.hero-lead {
  margin: 76px 0 0;
  color: #4a535f;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.62;
}

.hero-en {
  margin: 77px 0 0;
  color: #174c7c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.contact-button {
  position: absolute;
  z-index: 6;
  display: block;
  width: 248px;
  min-height: 72px;
  padding: 16px 54px 14px 30px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(130, 156, 181, .22);
  color: #555d67;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 26px;
  line-height: 1.05;
}

.hero-contact {
  left: 80px;
  bottom: 220px;
}

.hero-visual {
  position: absolute;
  z-index: 4;
  top: 113px;
  left: calc(50% - 14px);
  width: 743px;
  height: 1115px;
}

.hero-person {
  width: 743px;
  height: 1115px;
}

.hero-thermal {
  position: absolute;
  top: 336px;
  left: 101px;
  width: 274px;
  height: 290px;
  opacity: .94;
}

.hero-meter {
  position: absolute;
  z-index: 5;
  top: 164px;
  right: 35px;
  width: 130px;
  height: 842px;
}

.scene-section {
  position: relative;
  min-height: 1800px;
  padding: 124px 0 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #f3f8ff 0, #f3f8ff 236px, #e9f5ff 236px, #e9f5ff 100%);
}

.scene-section::before,
.scene-section::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.scene-section::before {
  left: -210px;
  bottom: 220px;
  width: 820px;
  height: 410px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 50%;
  opacity: .85;
}

.scene-section::after {
  right: -225px;
  bottom: 280px;
  width: 870px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  opacity: .8;
}

.scene-heading {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ghost-title {
  position: absolute;
  top: -86px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .68);
  font-size: 176px;
  font-weight: 300;
  line-height: 1;
}

.scene-heading h2 {
  position: relative;
  margin: 0 0 79px;
  color: #4f5965;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.scene-heading p:not(.ghost-title) {
  margin: 0;
  color: #5c6670;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 17px;
  line-height: 1;
}

.white-link {
  position: absolute;
  z-index: 4;
  top: 389px;
  left: calc(50% + 340px);
  width: 365px;
  min-height: 77px;
  padding: 27px 62px 22px 43px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 13px 30px rgba(126, 153, 181, .16);
  color: #5a626d;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
}

.white-link::after {
  top: 22px;
  right: 35px;
}

.scene-images {
  position: relative;
  z-index: 2;
  width: 1393px;
  margin: 196px auto 0;
}

.scene-images img {
  width: 1393px;
  height: auto;
}

.intro-copy {
  position: relative;
  z-index: 2;
  margin: 195px auto 0;
  color: #4f5965;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1.9;
  text-align: center;
}

.intro-copy p {
  margin: 0;
}

.intro-copy span {
  color: #004899;
  font-weight: 600;
}

.feature-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: 1170px;
  margin: 45px auto 0;
}

.feature-tabs a {
  min-height: 126px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #6bb6ee 0%, #168ee4 100%);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, .17);
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1.48;
  text-align: center;
}

.standard-copy {
  position: relative;
  z-index: 2;
  margin: 59px auto 0;
  color: #646e78;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 22px;
  line-height: 1.9;
  text-align: center;
}

.strength-section {
  position: relative;
  padding: 52px 0 110px;
  background: #e9f5ff;
}

.brand-heading {
  text-align: center;
}

.brand-heading p {
  margin: 0 0 31px;
  color: #636d76;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.brand-heading h2 {
  width: 623px;
  margin: 0 auto 158px;
}

.feature-card,
.how-card {
  position: relative;
  width: 1420px;
  margin: 0 auto 92px;
  border-radius: 18px;
  background: rgba(246, 252, 255, .62);
  box-shadow: 0 0 34px rgba(120, 181, 222, .15);
  overflow: hidden;
}

.feature-card {
  min-height: 565px;
  display: flex;
  align-items: center;
}

.feature-card-02,
.feature-card-03 {
  background: rgba(227, 244, 255, .78);
}

.feature-card-03 {
  margin-bottom: 90px;
  background: #d8efff;
}

.feature-text {
  position: relative;
  z-index: 2;
  width: 530px;
  padding-left: 128px;
  color: #4f5965;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.feature-number {
  position: absolute;
  z-index: -1;
  top: -69px;
  right: -110px;
  color: rgba(185, 224, 248, .35);
  font-family: "Urbanist", sans-serif;
  font-size: 300px;
  font-weight: 300;
  line-height: 1;
}

.feature-text h3 {
  margin: 0 0 64px;
  color: #4e5863;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.45;
}

.feature-text p {
  margin: 0;
  color: #174c7c;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.05;
}

.feature-text strong {
  font-weight: 600;
}

.circle-link {
  position: relative;
  display: inline-block;
  margin-top: 67px;
  padding-right: 68px;
  color: #174c7c;
  font-size: 19px;
  line-height: 46px;
}

.circle-link::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  content: "";
  border: 1px solid #174c7c;
  border-radius: 50%;
}

.circle-link::after {
  top: 7px;
  right: 11px;
  color: #174c7c;
  font-size: 28px;
}

.chart-panel {
  width: 672px;
  margin-left: 116px;
  padding: 45px 57px 45px;
  border-radius: 16px;
  background: #fff;
}

.chart-panel p {
  margin: 0 0 25px;
  color: #4f5965;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.chart-panel img {
  width: 567px;
  height: auto;
}

.safety-image {
  width: 723px;
  margin-left: 113px;
}

.compat-image {
  width: 567px;
  margin-left: 178px;
}

.how-card {
  min-height: 1028px;
  margin-bottom: 0;
  padding: 106px 137px 94px;
  background: #d8efff;
}

.how-card::before {
  position: absolute;
  top: 24px;
  right: 185px;
  content: "04";
  color: rgba(255, 255, 255, .45);
  font-size: 300px;
  font-weight: 300;
  line-height: 1;
}

.how-head {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: #4f5965;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.how-head h3 {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.how-head p {
  margin: 0;
  font-size: 15px;
  line-height: 2.05;
}

.how-head .circle-link {
  flex: 0 0 auto;
  margin: 0;
  font-size: 15px;
}

.how-title {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 65px auto auto 1fr;
  align-items: center;
  gap: 26px;
  margin: 70px 0 43px;
  color: #174c7c;
}

.how-title span {
  height: 1px;
  background: #174c7c;
}

.how-title p,
.how-title em {
  margin: 0;
  font-style: normal;
  line-height: 1;
}

.how-title p {
  font-size: 20px;
}

.how-title em {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 14px;
}

.steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 84px 1fr 84px 1fr;
  align-items: start;
  gap: 25px;
}

.step-item {
  text-align: center;
}

.step-item img {
  width: 323px;
  margin: 0 auto;
}

.step-item h4 {
  margin: 37px 0 15px;
  color: #174c7c;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.step-item p {
  margin: 0;
  color: #4f5965;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 17px;
  line-height: 1.92;
}

.step-arrow {
  width: 82px;
  margin-top: 44px;
  opacity: .72;
}

.portable {
  position: relative;
  z-index: 2;
  min-height: 252px;
  margin-top: 92px;
  padding: 55px 0 0 62px;
  display: flex;
  align-items: flex-start;
  background: linear-gradient(90deg, #f4fbff 0%, rgba(244, 251, 255, .72) 42%, rgba(244, 251, 255, .35) 100%);
}

.portable-text {
  width: 350px;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.portable-text h4 {
  margin: 0 0 30px;
  color: #004899;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

.portable-text p {
  margin: 0;
  color: #4f5965;
  font-size: 15px;
  line-height: 2.04;
}

.bag {
  width: 298px;
  margin: -19px 0 0 134px;
}

.backpack {
  width: 340px;
  margin: -38px 0 0 47px;
}

.message-section {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #fff url("../images/top/img_bg01.png") center top / 1920px auto no-repeat;
}

.message-left {
  position: absolute;
  top: 168px;
  left: 0;
  width: 470px;
}

.message-right {
  position: absolute;
  top: 117px;
  right: 0;
  width: 470px;
}

.message-copy {
  position: relative;
  z-index: 2;
  width: 700px;
  margin: 0 auto;
  padding-top: 255px;
  color: #4f5965;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  text-align: center;
}

.message-copy h2 {
  margin: 0 0 62px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.message-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.message-copy strong {
  color: #174c7c;
  font-weight: 600;
}

.site-footer {
  padding: 104px 0 22px;
  background: #fff;
  color: #6a6f76;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.footer-inner {
  width: min(1560px, calc(100% - 120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 297px minmax(585px, 1fr) 220px;
  align-items: center;
  column-gap: 100px;
}

.footer-logo {
  width: 297px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f3f5f;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.footer-nav a {
  position: relative;
  padding: 0 26px;
}

.footer-nav a:first-child {
  padding-left: 0;
}

.footer-nav a:last-child {
  padding-right: 0;
}

.footer-nav a + a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 28px;
  content: "";
  background: #607080;
  transform: translateY(-50%);
}

.privacy-link {
  justify-self: end;
  margin-top: 0;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.copyright {
  margin: 77px 0 0;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1600px) {
  .site-header {
    padding-right: 34px;
  }

  .global-nav a {
    min-width: 120px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-copy {
    left: 28%;
  }

  .hero-visual {
    left: 52%;
  }

  .scene-images,
  .scene-images img,
  .feature-card,
  .how-card {
    width: 1320px;
  }

  .feature-tabs {
    width: 1080px;
  }
}

@media (max-width: 1400px) {
  .global-nav {
    font-size: 14px;
  }

  .global-nav a {
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero h1 {
    font-size: 82px;
  }

  .hero-lead {
    font-size: 34px;
  }

  .hero-copy {
    left: 22%;
  }

  .hero-visual {
    left: 48%;
  }

  .hero-meter {
    right: 12px;
  }

  .scene-images,
  .scene-images img,
  .feature-card,
  .how-card {
    width: 1180px;
  }

  .feature-card {
    min-height: 520px;
  }

  .feature-text {
    width: 460px;
    padding-left: 78px;
  }

  .chart-panel {
    margin-left: 60px;
  }

  .safety-image {
    width: 640px;
    margin-left: 60px;
  }

  .compat-image {
    margin-left: 100px;
  }

  .how-card {
    padding-right: 86px;
    padding-left: 86px;
  }

  .message-left,
  .message-right {
    width: 400px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    position: fixed;
    height: 74px;
    padding: 20px 24px 0;
    background: rgba(233, 240, 251, .92);
    backdrop-filter: blur(12px);
  }

  .header-logo {
    width: 190px;
  }

  .nav-toggle {
    position: relative;
    z-index: 22;
    display: flex;
    width: 42px;
    height: 36px;
    padding: 8px;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
    background: transparent;
  }

  .nav-toggle span {
    display: block;
    height: 1px;
    background: #4e5965;
    transition: transform .25s ease, opacity .25s ease;
  }

  .nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(35deg);
  }

  .nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-10px) rotate(-35deg);
  }

  .global-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    max-width: 86vw;
    height: 100vh;
    padding: 92px 30px 30px;
    flex-direction: column;
    background: rgba(255, 255, 255, .97);
    box-shadow: -18px 0 40px rgba(68, 101, 130, .12);
    transform: translateX(105%);
    transition: transform .25s ease;
  }

  .nav-open .global-nav {
    transform: translateX(0);
  }

  .global-nav a,
  .global-nav .nav-contact {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid #e8eef5;
    text-align: left;
  }

  .global-nav a + a::before,
  .global-nav .nav-contact::after {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 980px;
    padding: 128px 24px 120px;
  }

  .hero-meta,
  .hero-meter {
    display: none;
  }

  .hero::after {
    display: block;
    bottom: -145px;
    width: 1560px;
    height: 260px;
  }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 58%;
  }

  .hero-kicker {
    font-size: 22px;
  }

  .hero h1 {
    font-size: 70px;
  }

  .hero-lead {
    margin-top: 58px;
    font-size: 30px;
  }

  .hero-en {
    margin-top: 50px;
    font-size: 16px;
  }

  .hero-contact {
    left: 24px;
    bottom: 90px;
  }

  .hero-visual {
    top: 110px;
    left: auto;
    right: -92px;
    width: 600px;
    height: auto;
  }

  .hero-person {
    width: 600px;
    height: auto;
  }

  .hero-thermal {
    top: 270px;
    left: 82px;
    width: 220px;
    height: auto;
  }

  .scene-section {
    min-height: 0;
    padding: 110px 24px 120px;
  }

  .ghost-title {
    font-size: 128px;
  }

  .scene-heading h2 {
    margin-bottom: 50px;
  }

  .white-link {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 56px auto 0;
  }

  .scene-images,
  .scene-images img {
    width: 100%;
    max-width: 980px;
  }

  .scene-images {
    margin-top: 80px;
  }

  .intro-copy {
    margin-top: 100px;
    font-size: 20px;
  }

  .feature-tabs {
    width: 100%;
    max-width: 900px;
  }

  .strength-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .brand-heading h2 {
    width: 500px;
    max-width: 80vw;
    margin-bottom: 92px;
  }

  .feature-card,
  .how-card {
    width: 100%;
    max-width: 900px;
  }

  .feature-card {
    min-height: 0;
    padding: 72px;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-text {
    width: 100%;
    padding-left: 0;
  }

  .feature-number {
    top: -50px;
    right: 0;
    font-size: 210px;
  }

  .feature-text h3 {
    margin-bottom: 38px;
  }

  .chart-panel,
  .safety-image,
  .compat-image {
    width: 100%;
    max-width: 650px;
    margin: 56px auto 0;
  }

  .chart-panel img {
    width: 100%;
  }

  .how-card {
    padding: 72px;
  }

  .how-card::before {
    right: 60px;
    font-size: 210px;
  }

  .how-head {
    flex-direction: column;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step-arrow {
    display: none;
  }

  .step-item {
    margin-bottom: 36px;
  }

  .portable {
    padding: 48px 36px 0;
    flex-wrap: wrap;
  }

  .portable-text {
    width: 100%;
  }

  .bag,
  .backpack {
    width: 48%;
    margin: 36px 0 0;
  }

  .message-left,
  .message-right {
    width: 320px;
    opacity: .75;
  }

  .footer-inner {
    width: auto;
    max-width: 900px;
    padding: 0 24px;
    grid-template-columns: 240px 1fr;
    gap: 42px 70px;
  }

  .footer-logo {
    width: 240px;
  }

  .privacy-link {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .mobile-break {
    display: block;
  }

  body {
    font-size: 14px;
  }

  .site-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .header-logo {
    width: 168px;
  }

  .hero {
    min-height: 860px;
    padding: 106px 18px 80px;
  }

  .hero::after {
    display: none;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-kicker {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-lead {
    margin-top: 36px;
    font-size: 24px;
  }

  .hero-en {
    width: 52%;
    margin-top: 34px;
    font-size: 12px;
  }

  .contact-button {
    width: 210px;
    min-height: 62px;
    padding: 13px 50px 12px 24px;
    font-size: 21px;
  }

  .hero-contact {
    bottom: 42px;
    left: 18px;
  }

  .hero-visual {
    top: 252px;
    right: -138px;
    width: 420px;
  }

  .hero-person {
    width: 420px;
  }

  .hero-thermal {
    top: 190px;
    left: 56px;
    width: 154px;
  }

  .scene-section {
    padding: 84px 18px 88px;
  }

  .ghost-title {
    top: -45px;
    font-size: 72px;
  }

  .scene-heading h2 {
    margin-bottom: 38px;
    font-size: 25px;
  }

  .scene-heading p:not(.ghost-title) {
    font-size: 14px;
    line-height: 1.8;
  }

  .white-link {
    width: 290px;
    min-height: 64px;
    padding: 22px 52px 18px 28px;
    font-size: 15px;
  }

  .scene-images {
    width: 760px;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-47%);
  }

  .intro-copy {
    margin-top: 72px;
    font-size: 16px;
    text-align: left;
  }

  .feature-tabs {
    grid-template-columns: 1fr;
  }

  .feature-tabs a {
    min-height: 86px;
    font-size: 18px;
  }

  .standard-copy {
    font-size: 16px;
  }

  .strength-section {
    padding: 28px 18px 80px;
  }

  .brand-heading p {
    font-size: 17px;
  }

  .brand-heading h2 {
    width: 320px;
    margin-bottom: 68px;
  }

  .feature-card,
  .how-card {
    margin-bottom: 42px;
    border-radius: 12px;
  }

  .feature-card {
    padding: 44px 24px;
  }

  .feature-text h3 {
    font-size: 29px;
  }

  .feature-text p,
  .circle-link {
    font-size: 15px;
  }

  .feature-number {
    top: -18px;
    right: -8px;
    font-size: 132px;
  }

  .chart-panel {
    padding: 28px 20px;
  }

  .how-card {
    padding: 44px 24px;
  }

  .how-card::before {
    top: 20px;
    right: 16px;
    font-size: 132px;
  }

  .how-head h3 {
    font-size: 24px;
    line-height: 1.45;
  }

  .how-title {
    grid-template-columns: 38px auto auto 1fr;
    gap: 13px;
  }

  .step-item img {
    width: 100%;
    max-width: 323px;
  }

  .portable {
    padding: 34px 20px 30px;
  }

  .portable-text h4 {
    font-size: 20px;
  }

  .bag,
  .backpack {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .message-section {
    min-height: 660px;
    background-size: auto 100%;
  }

  .message-left {
    top: 70px;
    left: -130px;
  }

  .message-right {
    top: 84px;
    right: -132px;
  }

  .message-copy {
    width: auto;
    padding: 208px 24px 0;
  }

  .message-copy h2 {
    margin-bottom: 36px;
    font-size: 23px;
  }

  .message-copy p {
    font-size: 14px;
  }

  .site-footer {
    padding-top: 48px;
    padding-bottom: 34px;
  }

  .footer-inner {
    display: block;
    padding: 0 28px;
  }

  .footer-logo {
    width: 210px;
    margin-bottom: 32px;
  }

  .footer-inner address {
    font-size: 12px;
  }

  .privacy-link {
    display: inline-block;
    margin-top: 28px;
    font-size: 12px;
  }

  .copyright {
    margin-top: 48px;
    font-size: 11px;
  }
}

.product-page {
  background: #eaf6ff;
}

.product-main {
  overflow: hidden;
  background: #eaf6ff;
}

.product-hero {
  position: relative;
  height: 830px;
  background: #e8eef9;
}

.product-hero::after {
  position: absolute;
  left: 50%;
  bottom: -166px;
  width: 2550px;
  height: 312px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #f4f9ff;
}

.product-hero-inner {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
  padding-top: 244px;
}

.product-title-row {
  display: flex;
  align-items: center;
  gap: 86px;
}

.product-title-row h1,
.product-section-en {
  margin: 0;
  color: rgba(141, 165, 192, .55);
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

.product-title-row p,
.product-section-ja {
  margin: 13px 0 0;
  color: #58616c;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.product-hero-lead {
  margin: 58px 0 0;
  color: #58616c;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 2.18;
}

.product-collage {
  position: relative;
  height: 736px;
  background: linear-gradient(to bottom, #f4f9ff 0, #e9f5ff 42%, #dff2ff 100%);
}

.product-collage::before,
.product-collage::after,
.product-use::before,
.product-merit::before,
.product-consult::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.product-collage::before {
  left: -70px;
  bottom: 40px;
  width: 350px;
  height: 404px;
  opacity: .38;
  background: rgba(255, 255, 255, .38);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.product-collage::after {
  right: -90px;
  bottom: 20px;
  width: 420px;
  height: 486px;
  opacity: .35;
  background: rgba(255, 255, 255, .48);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.product-collage img {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 1989px;
  max-width: none;
  transform: translateX(-50%);
}

.product-use {
  position: relative;
  padding: 0 0 118px;
  background: #eaf6ff;
  color: #5a6370;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  text-align: center;
}

.product-use::before {
  z-index: 0;
  top: 0;
  left: 50%;
  width: 2300px;
  height: 960px;
  transform: translateX(-50%);
  opacity: .32;
  background:
    repeating-radial-gradient(ellipse at 50% 32%, transparent 0, transparent 16px, rgba(255, 255, 255, .78) 17px, transparent 19px);
}

.product-use > * {
  position: relative;
  z-index: 1;
}

.product-use-heading {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: left;
}

.product-section-en {
  color: rgba(255, 255, 255, .9);
  font-size: 82px;
  text-shadow: 0 4px 13px rgba(117, 159, 188, .22);
}

.product-section-ja {
  margin-top: 20px;
  padding-left: 4px;
}

.product-use h2 {
  margin: 94px 0 0;
  color: #5a6370;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}

.product-icon-row {
  width: 1300px;
  margin: 80px auto 0;
}

.product-icon-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 1120px;
  margin: 29px auto 0;
  color: #666f79;
  font-size: 18px;
  line-height: 1.75;
}

.product-icon-labels p {
  margin: 0;
}

.product-mobile-icons {
  display: none;
}

.product-mobile-icons-medical .product-mobile-icon-visual {
  background-image: url("../images/product/img03.png");
}

.product-mobile-icons-work .product-mobile-icon-visual {
  background-image: url("../images/product/img05.png");
}

.product-mobile-icons-outdoor .product-mobile-icon-visual {
  background-image: url("../images/product/img01.png");
}

.product-copy-center {
  width: 920px;
  margin: 65px auto 0;
  color: #68717b;
  font-size: 18px;
  line-height: 2;
}

.product-copy-center p {
  margin: 0;
}

.product-copy-center small {
  display: block;
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.6;
}

.product-note {
  width: 740px;
  min-height: 120px;
  margin: 55px auto 0;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .88);
  background: rgba(206, 238, 255, .72);
  color: #174c7c;
  font-size: 15px;
  line-height: 1.85;
}

.product-note::before {
  position: absolute;
  top: -58px;
  left: 50%;
  width: 1px;
  height: 58px;
  content: "";
  background: rgba(255, 255, 255, .9);
}

.product-note p {
  margin: 0;
}

.product-merit {
  position: relative;
  min-height: 1780px;
  background: linear-gradient(135deg, #d4f6f7 0%, #bfdcfe 100%);
  color: #174c7c;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.product-merit::before {
  inset: 0;
  opacity: .22;
  background:
    linear-gradient(60deg, transparent 0 34%, rgba(255, 255, 255, .52) 34.2% 35.8%, transparent 36% 100%),
    linear-gradient(-60deg, transparent 0 34%, rgba(255, 255, 255, .34) 34.2% 35.8%, transparent 36% 100%);
  background-size: 810px 936px;
  background-position: center top;
}

.product-merit-inner {
  position: relative;
  z-index: 1;
  width: 1180px;
  height: 1780px;
  margin: 0 auto;
}

.product-merit h2 {
  position: absolute;
  top: 206px;
  left: 50px;
  margin: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.55;
}

.product-merit h2 span {
  font-size: 31px;
}

.product-case {
  position: absolute;
  width: 430px;
  color: #174c7c;
}

.product-case::before {
  position: absolute;
  z-index: -1;
  top: -170px;
  left: -180px;
  width: 620px;
  height: 716px;
  content: "";
  background: rgba(232, 247, 255, .34);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.product-case img {
  width: 333px;
  height: 182px;
  margin-left: 62px;
  object-fit: cover;
}

.product-case h3 {
  position: relative;
  z-index: 2;
  margin: -31px 0 31px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35;
}

.product-case h3 span {
  display: table;
  margin-top: 4px;
  padding: 3px 13px 5px;
  background: linear-gradient(90deg, #08aee8 0%, #004899 100%);
}

.product-case p {
  width: 370px;
  margin: 0 0 0 54px;
  color: #174c7c;
  font-size: 18px;
  line-height: 2;
}

.case-number {
  position: absolute;
  z-index: -1;
  top: -124px;
  right: -86px;
  color: rgba(109, 175, 232, .22);
  font-family: "Urbanist", sans-serif;
  font-size: 246px;
  font-weight: 300;
  line-height: 1;
}

.product-case-01 {
  top: 182px;
  right: 66px;
}

.product-case-02 {
  top: 675px;
  left: 95px;
}

.product-case-03 {
  top: 1135px;
  right: 90px;
}

.product-case-03 h3,
.product-case-01 h3 {
  margin-left: 0;
}

.product-use-work,
.product-use-outdoor {
  padding-top: 108px;
  background: #f4fbfd;
}

.product-use-work h2,
.product-use-outdoor h2 {
  margin-top: 0;
  font-size: 30px;
}

.product-copy-lead {
  margin-top: 44px;
}

.product-icon-work,
.product-icon-outdoor {
  margin-top: 62px;
}

.product-use-work .product-note,
.product-use-outdoor .product-note {
  margin-top: 49px;
}

.product-use-work .product-note {
  min-height: 116px;
}

.product-use-work .product-note::after,
.product-use-outdoor .product-note::after {
  position: absolute;
  left: 50%;
  bottom: -176px;
  width: 0;
  height: 0;
  content: "";
  transform: translateX(-50%);
  border-top: 70px solid #f4fbfd;
  border-right: 62px solid transparent;
  border-left: 62px solid transparent;
}

.product-merit-work,
.product-merit-outdoor {
  min-height: 1640px;
}

.product-merit-work .product-merit-inner,
.product-merit-outdoor .product-merit-inner {
  height: 1640px;
}

.product-merit-work h2,
.product-merit-outdoor h2 {
  top: 210px;
  left: 18px;
  color: #6ca9dd;
  font-size: 35px;
  line-height: 1;
}

.product-merit-work .product-case h3 span {
  background: linear-gradient(90deg, #26c8cc 0%, #28ce8b 100%);
}

.product-merit-work .product-case-01,
.product-merit-outdoor .product-case-01 {
  top: 200px;
  right: 92px;
}

.product-merit-work .product-case-02,
.product-merit-outdoor .product-case-02 {
  top: 720px;
  left: 78px;
}

.product-merit-work .product-case-03,
.product-merit-outdoor .product-case-03 {
  top: 1095px;
  right: 92px;
}

.product-use-outdoor {
  padding-top: 118px;
}

.product-merit-outdoor {
  min-height: 1550px;
  background: linear-gradient(135deg, #ecfbff 0%, #d8ebff 100%);
}

.product-merit-outdoor .product-merit-inner {
  height: 1550px;
}

.product-merit-outdoor .product-case h3 span {
  background: linear-gradient(90deg, #8abdf9 0%, #004899 100%);
}

.product-message {
  min-height: 642px;
  background: #f8fbff;
}

.product-message .message-left {
  top: 126px;
}

.product-message .message-right {
  top: 82px;
}

.product-message .message-copy {
  padding-top: 205px;
}

.product-message .message-copy h2 {
  margin-bottom: 50px;
}

.product-consult {
  position: relative;
  min-height: 352px;
  padding-top: 86px;
  overflow: hidden;
  background: linear-gradient(115deg, #d3edff 0%, #c8dcff 100%);
  color: #58616c;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  text-align: center;
}

.product-consult::after {
  right: -12%;
  bottom: -48%;
  width: 800px;
  height: 360px;
  opacity: .25;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0, transparent 15px, rgba(255, 255, 255, .9) 16px, transparent 18px);
}

.product-consult h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.consult-links {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 53px;
}

.consult-link {
  position: relative;
  width: 280px;
  min-height: 68px;
  padding: 22px 48px 20px 32px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(98, 141, 174, .1);
  color: #5c6570;
  font-size: 15px;
  line-height: 1.4;
}

.consult-link-primary {
  background: #004899;
  color: #fff;
}

.consult-link::after {
  position: absolute;
  top: 22px;
  right: 20px;
  content: "→";
  font-family: "Urbanist", sans-serif;
  font-size: 23px;
  line-height: 1;
}

@media (max-width: 1400px) {
  .product-hero-inner,
  .product-use-heading,
  .product-merit-inner {
    width: 1080px;
  }

  .product-icon-row {
    width: 1120px;
  }

  .product-case-01,
  .product-merit-work .product-case-01,
  .product-merit-outdoor .product-case-01,
  .product-case-03,
  .product-merit-work .product-case-03,
  .product-merit-outdoor .product-case-03 {
    right: 20px;
  }

  .product-case-02,
  .product-merit-work .product-case-02,
  .product-merit-outdoor .product-case-02 {
    left: 20px;
  }
}

@media (max-width: 1180px) {
  .product-page .site-header {
    background: rgba(232, 238, 249, .92);
  }

  .product-hero {
    height: auto;
    min-height: 640px;
  }

  .product-hero-inner,
  .product-use-heading,
  .product-merit-inner {
    width: auto;
    max-width: 900px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .product-hero-inner {
    padding-top: 160px;
  }

  .product-title-row {
    display: block;
  }

  .product-title-row h1 {
    font-size: 62px;
  }

  .product-hero-lead {
    font-size: 16px;
  }

  .product-collage {
    height: 520px;
  }

  .product-collage img {
    width: 1400px;
  }

  .product-use-heading {
    padding-top: 50px;
  }

  .product-section-en {
    font-size: 58px;
  }

  .product-icon-row {
    width: 100%;
    max-width: 900px;
  }

  .product-icon-labels {
    width: 90%;
    font-size: 14px;
  }

  .product-copy-center,
  .product-note {
    width: calc(100% - 48px);
    max-width: 820px;
  }

  .product-merit,
  .product-merit-work,
  .product-merit-outdoor {
    min-height: 0;
    padding: 90px 0;
  }

  .product-merit-inner,
  .product-merit-work .product-merit-inner,
  .product-merit-outdoor .product-merit-inner {
    height: auto;
  }

  .product-merit h2,
  .product-merit-work h2,
  .product-merit-outdoor h2,
  .product-case,
  .product-case-01,
  .product-case-02,
  .product-case-03,
  .product-merit-work .product-case-01,
  .product-merit-work .product-case-02,
  .product-merit-work .product-case-03,
  .product-merit-outdoor .product-case-01,
  .product-merit-outdoor .product-case-02,
  .product-merit-outdoor .product-case-03 {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .product-merit h2,
  .product-merit-work h2,
  .product-merit-outdoor h2 {
    margin-bottom: 64px;
  }

  .product-case {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 90px;
  }

  .product-case:last-child {
    margin-bottom: 0;
  }

  .product-case img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .product-case p {
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .product-hero {
    min-height: 560px;
  }

  .product-hero::after {
    bottom: -92px;
    height: 180px;
  }

  .product-hero-inner {
    padding-top: 122px;
  }

  .product-title-row h1 {
    font-size: 42px;
  }

  .product-title-row p {
    margin-top: 18px;
    font-size: 15px;
  }

  .product-hero-lead {
    margin-top: 42px;
    font-size: 14px;
    line-height: 2;
  }

  .product-collage {
    height: 390px;
  }

  .product-collage img {
    width: 1040px;
    transform: translateX(-46%);
  }

  .product-use {
    padding-bottom: 84px;
  }

  .product-use-heading {
    text-align: center;
  }

  .product-section-en {
    font-size: 38px;
  }

  .product-section-ja {
    font-size: 14px;
  }

  .product-use h2,
  .product-use-work h2,
  .product-use-outdoor h2 {
    width: calc(100% - 36px);
    margin-right: auto;
    margin-left: auto;
    font-size: 23px;
  }

  .product-icon-row {
    display: none;
  }

  .product-icon-labels {
    display: none;
  }

  .product-mobile-icons {
    display: grid;
    gap: 46px;
    width: calc(100% - 36px);
    max-width: 360px;
    margin: 58px auto 0;
  }

  .product-mobile-icons article {
    margin: 0;
    text-align: center;
  }

  .product-mobile-icon-visual {
    display: block;
    width: 260px;
    height: 290px;
    margin: 0 auto 18px;
    background-repeat: no-repeat;
    background-size: 780px auto;
    background-position: 0 0;
  }

  .product-mobile-icons article:nth-child(2) .product-mobile-icon-visual {
    background-position: -260px 0;
  }

  .product-mobile-icons article:nth-child(3) .product-mobile-icon-visual {
    background-position: -520px 0;
  }

  .product-mobile-icons p {
    margin: 0;
    color: #5a6370;
    font-size: 16px;
    line-height: 1.8;
  }

  .product-copy-center {
    margin-top: 46px;
    font-size: 14px;
    text-align: left;
  }

  .product-note {
    min-height: 0;
    padding: 24px 18px;
    font-size: 13px;
  }

  .product-merit,
  .product-merit-work,
  .product-merit-outdoor {
    padding: 70px 0;
  }

  .product-merit h2,
  .product-merit-work h2,
  .product-merit-outdoor h2 {
    margin-bottom: 50px;
    font-size: 28px;
  }

  .product-case h3 {
    font-size: 20px;
  }

  .product-case p {
    font-size: 14px;
  }

  .case-number {
    top: -80px;
    right: -12px;
    font-size: 150px;
  }

  .product-message {
    min-height: 620px;
  }

  .product-consult {
    min-height: 360px;
    padding: 66px 24px;
  }

  .product-consult h2 {
    font-size: 25px;
  }

  .consult-links {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
  }

  .consult-link {
    width: 100%;
    max-width: 320px;
  }
}

.use-page {
  background: #eaf6ff;
}

.use-main {
  overflow: hidden;
  background: #eaf6ff;
}

.use-hero {
  position: relative;
  height: 690px;
  background: #e8eef9;
}

.use-hero::after {
  position: absolute;
  left: 50%;
  bottom: -170px;
  width: 2550px;
  height: 312px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #f4f9ff;
}

.use-hero-inner {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
  padding-top: 250px;
}

.use-title-row {
  display: flex;
  align-items: center;
  gap: 88px;
}

.use-title-row h1 {
  margin: 0;
  color: rgba(141, 165, 192, .55);
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

.use-title-row p {
  margin: 10px 0 0;
  color: #58616c;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.use-hero-lead {
  margin: 54px 0 0;
  color: #555f6c;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.use-guide {
  position: relative;
  padding: 0 0 144px;
  background: linear-gradient(to bottom, #f4f9ff 0, #eaf6ff 16%, #dceeff 100%);
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.use-guide::before,
.use-lineup::before,
.use-consult::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.use-guide::before {
  top: 350px;
  left: 50%;
  width: 1550px;
  height: 3550px;
  transform: translateX(-50%);
  opacity: .22;
  background:
    linear-gradient(120deg, transparent 0 31%, rgba(255, 255, 255, .62) 31.2% 32.6%, transparent 32.8% 100%),
    linear-gradient(60deg, transparent 0 32%, rgba(255, 255, 255, .35) 32.2% 33.6%, transparent 33.8% 100%);
  background-size: 720px 832px;
}

.use-guide > * {
  position: relative;
  z-index: 1;
}

.use-guide h2 {
  margin: 0;
  padding-top: 45px;
  color: #004899;
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.use-video {
  position: relative;
  width: 1200px;
  height: 690px;
  margin: 56px auto 0;
  display: block;
  padding: 0;
  border: 0;
  background: #c9c9c9;
  overflow: hidden;
}

.use-video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.use-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-video span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-38%, -50%);
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 64px solid #fff;
}

.use-steps {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 178px;
}

.use-timeline {
  position: absolute;
  top: 198px;
  bottom: 436px;
  left: 134px;
  width: 8px;
  background: rgba(255, 255, 255, .52);
  box-shadow: 0 0 12px rgba(255, 255, 255, .72);
}

.use-step {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: 260px 350px 1fr;
  column-gap: 54px;
  align-items: start;
}

.use-step + .use-step {
  margin-top: 18px;
}

.use-step-label {
  position: relative;
  margin: 14px 0 0 194px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-family: "Urbanist", "Noto Sans JP", sans-serif;
  text-shadow: 0 0 13px rgba(255, 255, 255, .95), 0 7px 18px rgba(92, 145, 190, .22);
}

.use-step-label::before {
  position: absolute;
  top: 50%;
  left: -76px;
  width: 40px;
  height: 40px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px rgba(255, 255, 255, .9), 0 9px 22px rgba(118, 167, 205, .2);
}

.use-step-label span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .04em;
}

.use-step-label strong {
  font-size: 43px;
  font-weight: 300;
  line-height: .8;
  transform: translateY(-1px);
}

.use-step-copy {
  color: #004899;
}

.use-step-copy h3 {
  margin: 0 0 28px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .05em;
}

.use-step-copy p {
  margin: 0;
  color: #5f6873;
  font-size: 18px;
  line-height: 2;
}

.use-step-image {
  width: 416px;
  height: 234px;
  margin: 0 0 0 auto;
  object-fit: cover;
}

.use-step-image-wide {
  width: 558px;
  height: 268px;
}

.use-points {
  grid-column: 2 / 4;
  display: grid;
  gap: 16px;
  margin-top: 48px;
}

.use-points-3 {
  grid-template-columns: repeat(3, 1fr);
}

.use-points-2 {
  grid-template-columns: repeat(2, 1fr);
  width: 590px;
}

.use-points p {
  min-height: 104px;
  margin: 0;
  padding: 21px 18px 18px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #9bd4ff 0%, #52a9ef 62%, #9bc9ec 100%);
  box-shadow: 0 13px 28px rgba(87, 148, 201, .18), inset 0 0 22px rgba(255, 255, 255, .22);
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, .35);
}

.use-points span {
  display: block;
  font-family: "Urbanist", "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: .06em;
}

.use-lineup {
  position: relative;
  min-height: 1150px;
  overflow: hidden;
  background: linear-gradient(125deg, #d2e7ff 0%, #c6dcf8 100%);
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.use-lineup::before {
  right: -210px;
  bottom: 120px;
  width: 1500px;
  height: 720px;
  opacity: .3;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0, transparent 15px, rgba(255, 255, 255, .9) 16px, transparent 18px);
}

.use-lineup-inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 142px;
}

.use-lineup-heading h2 {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-family: "Urbanist", sans-serif;
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 4px 14px rgba(109, 145, 178, .18);
}

.use-lineup-heading p {
  margin: 28px 0 0;
  color: #004899;
  font-size: 28px;
  line-height: 1;
}

.lineup-products {
  position: relative;
  height: 394px;
  margin-top: 63px;
}

.lineup-products figure {
  position: absolute;
  margin: 0;
  color: #55616e;
  font-size: 18px;
  line-height: 1;
}

.lineup-products figcaption {
  margin-bottom: 30px;
}

.lineup-bag {
  left: 0;
  top: 0;
}

.lineup-bag img {
  width: 183px;
}

.lineup-shoulder {
  left: 230px;
  top: 0;
}

.lineup-shoulder img {
  width: 383px;
}

.lineup-chest {
  left: 230px;
  top: 170px;
}

.lineup-chest img {
  width: 373px;
}

.lineup-abdomen {
  left: 628px;
  top: 0;
}

.lineup-abdomen img {
  width: 329px;
}

.lineup-thigh {
  left: 628px;
  top: 170px;
}

.lineup-thigh img {
  width: 368px;
}

.lineup-mpad {
  right: 0;
  top: 0;
}

.lineup-mpad img {
  width: 145px;
}

.lineup-details {
  display: grid;
  grid-template-columns: 920px 1fr;
  gap: 36px;
  align-items: start;
  margin-top: 42px;
}

.lineup-details table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .85);
  color: #6b737d;
  font-size: 17px;
  line-height: 1.55;
  text-align: center;
}

.lineup-details th {
  padding: 14px 20px;
  border: 1px solid #dfeefb;
  background: #8fa9c8;
  color: #fff;
  font-weight: 400;
}

.lineup-details td {
  padding: 14px 20px;
  border: 1px solid #dfeefb;
}

.lineup-details tbody tr:nth-child(even) td {
  background: rgba(230, 243, 255, .65);
}

.lineup-details small {
  font-size: 14px;
}

.mpad-spec {
  color: #5d6670;
  font-size: 15px;
}

.mpad-spec h3 {
  width: 106px;
  margin: 0 0 20px;
  padding: 8px 0;
  border: 1px solid #7f8792;
  color: #6b737d;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.mpad-spec p {
  margin: 0;
  line-height: 1.7;
}

.use-message {
  min-height: 642px;
  background: #f8fbff;
}

.use-message .message-left {
  top: 126px;
}

.use-message .message-right {
  top: 82px;
}

.use-message .message-copy {
  padding-top: 205px;
}

.use-message .message-copy h2 {
  margin-bottom: 50px;
}

.use-consult {
  background: linear-gradient(115deg, #d3edff 0%, #c8dcff 100%);
}

@media (max-width: 1400px) {
  .use-hero-inner,
  .use-steps,
  .use-lineup-inner {
    width: 1080px;
  }

  .use-video {
    width: 1080px;
    height: 621px;
  }

  .use-step {
    grid-template-columns: 230px 320px 1fr;
    column-gap: 38px;
  }

  .use-step-image-wide {
    width: 510px;
  }

  .use-points-2 {
    width: 552px;
  }

  .lineup-details {
    grid-template-columns: 840px 1fr;
  }
}

@media (max-width: 1180px) {
  .use-page .site-header {
    background: rgba(232, 238, 249, .92);
  }

  .use-hero {
    height: auto;
    min-height: 560px;
  }

  .use-hero-inner,
  .use-steps,
  .use-lineup-inner {
    width: auto;
    max-width: 900px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .use-hero-inner {
    padding-top: 160px;
  }

  .use-title-row {
    display: block;
  }

  .use-title-row h1 {
    font-size: 62px;
  }

  .use-title-row p {
    margin-top: 20px;
  }

  .use-video {
    width: calc(100% - 48px);
    height: auto;
    aspect-ratio: 1200 / 690;
  }

  .use-steps {
    padding-top: 120px;
  }

  .use-timeline {
    left: 64px;
  }

  .use-step {
    min-height: 0;
    grid-template-columns: 120px 1fr;
    row-gap: 34px;
  }

  .use-step + .use-step {
    margin-top: 84px;
  }

  .use-step-label {
    grid-column: 1;
    grid-row: 1;
    margin-left: 36px;
  }

  .use-step-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .use-step-image {
    grid-column: 2;
    width: 100%;
    max-width: 558px;
    height: auto;
    margin-left: 0;
  }

  .use-points,
  .use-points-2 {
    grid-column: 2;
    width: 100%;
  }

  .use-lineup {
    min-height: 0;
    padding-bottom: 90px;
  }

  .lineup-products {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 28px;
  }

  .lineup-products figure {
    position: static;
  }

  .lineup-products img {
    max-width: 100%;
  }

  .lineup-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .use-hero {
    min-height: 470px;
  }

  .use-hero::after {
    bottom: -92px;
    height: 180px;
  }

  .use-hero-inner {
    padding-top: 122px;
  }

  .use-title-row h1 {
    font-size: 43px;
  }

  .use-title-row p {
    font-size: 15px;
  }

  .use-hero-lead {
    margin-top: 42px;
    font-size: 22px;
    line-height: 1.7;
  }

  .use-guide {
    padding-bottom: 84px;
  }

  .use-guide h2 {
    padding-top: 28px;
    font-size: 26px;
  }

  .use-video {
    width: calc(100% - 36px);
    margin-top: 40px;
  }

  .use-video span {
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 42px;
  }

  .use-steps {
    padding-top: 72px;
  }

  .use-timeline {
    display: none;
  }

  .use-step {
    display: block;
  }

  .use-step + .use-step {
    margin-top: 72px;
  }

  .use-step-label {
    margin: 0 0 22px 32px;
  }

  .use-step-copy h3 {
    font-size: 29px;
    line-height: 1.55;
  }

  .use-step-copy p {
    font-size: 16px;
  }

  .use-step-image,
  .use-step-image-wide {
    width: 100%;
    margin-top: 30px;
  }

  .use-points,
  .use-points-2,
  .use-points-3 {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .use-points p {
    min-height: 86px;
    font-size: 16px;
  }

  .use-lineup-inner {
    padding-top: 72px;
  }

  .use-lineup-heading h2 {
    font-size: 42px;
  }

  .use-lineup-heading p {
    font-size: 22px;
  }

  .lineup-products {
    grid-template-columns: 1fr;
  }

  .lineup-details {
    overflow-x: auto;
  }

  .lineup-details table {
    min-width: 720px;
    font-size: 14px;
  }

  .mpad-spec {
    font-size: 14px;
  }
}

.strengths-page,
.safety-page {
  background: #eaf6ff;
}

.strengths-page .site-header,
.safety-page .site-header {
  background: #e8eef9;
}

.strengths-page .global-nav .nav-contact::after,
.safety-page .global-nav .nav-contact::after {
  content: "↗";
}

.strengths-main,
.safety-main {
  overflow: hidden;
  background: #eaf6ff;
}

.lower-hero {
  position: relative;
  height: 690px;
  overflow: hidden;
  background: #e8eef9;
}

.lower-hero::after {
  position: absolute;
  left: 50%;
  bottom: -170px;
  width: 2550px;
  height: 312px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #f4f9ff;
}

.lower-hero-inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 245px;
}

.lower-title-row {
  display: flex;
  align-items: center;
  gap: 58px;
}

.lower-title-row h1 {
  margin: 0;
  color: rgba(141, 165, 192, .56);
  font-family: "Urbanist", sans-serif;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

.lower-title-row p {
  margin: 13px 0 0;
  color: #58616c;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.strengths-intro,
.safety-overview,
.safety-points,
.safety-compare {
  position: relative;
}

.strengths-intro {
  min-height: 910px;
  padding: 82px 24px 0;
  background:
    radial-gradient(circle at 53% 52%, rgba(114, 175, 229, .28) 0, rgba(114, 175, 229, .14) 130px, transparent 320px),
    linear-gradient(180deg, #f4f9ff 0%, #dff2ff 100%);
  color: #5c6570;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  text-align: center;
}

.strengths-intro::before,
.strengths-intro::after,
.safety-points::before,
.safety-compare::before,
.product-consult::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.strengths-intro::before,
.safety-points::before,
.safety-compare::before,
.product-consult::before {
  left: -9%;
  bottom: 38px;
  width: 760px;
  height: 260px;
  opacity: .32;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0, transparent 13px, rgba(255, 255, 255, .9) 14px, transparent 16px);
  transform: rotate(8deg);
}

.strengths-intro::after {
  right: -18%;
  top: 160px;
  width: 800px;
  height: 300px;
  opacity: .26;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0, transparent 13px, rgba(255, 255, 255, .9) 14px, transparent 16px);
  transform: rotate(-16deg);
}

.strengths-intro-copy {
  position: relative;
  z-index: 1;
}

.strengths-intro-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 2.18;
}

.strengths-intro-copy small {
  display: block;
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.6;
}

.mpad-heading {
  position: relative;
  z-index: 1;
  margin-top: 300px;
}

.mpad-heading h2 {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 16px rgba(49, 135, 219, .45);
}

.mpad-heading p {
  margin: 128px 0 0;
  font-size: 25px;
  line-height: 2;
}

.strengths-performance {
  padding: 90px 0 160px;
  background: linear-gradient(135deg, #c6def7 0%, #abd0f5 100%);
  color: #5b6470;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.strengths-panel {
  width: 1600px;
  max-width: calc(100% - 144px);
  margin: 0 auto;
  padding: 172px 210px 130px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(226, 245, 255, .46);
  box-shadow: inset 0 0 48px rgba(255, 255, 255, .24);
}

.performance-head {
  display: grid;
  grid-template-columns: 1fr 585px;
  align-items: center;
  gap: 122px;
}

.performance-head h2 {
  margin: 0 0 48px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.45;
}

.performance-head p {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.performance-head strong {
  color: #004899;
  font-weight: 600;
}

.performance-head img {
  width: 585px;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(71, 131, 184, .13);
}

.performance-catch {
  margin: 104px auto 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #004899;
  color: #004899;
  font-size: 34px;
  line-height: 1.35;
  text-align: center;
}

.performance-catch span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.performance-graphs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  margin-top: 98px;
}

.performance-graphs figure {
  margin: 0;
  text-align: center;
}

.performance-graphs img {
  width: 100%;
}

.performance-graphs figcaption {
  width: 100%;
  min-height: 60px;
  margin-top: 42px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #fff;
  color: #5b6470;
  font-size: 20px;
}

.strengths-evidence {
  padding: 104px 0 178px;
  background: linear-gradient(180deg, #c4def8 0%, #d7edff 100%);
  color: #5b6470;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: #5b6470;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.45;
}

.section-heading p {
  margin: 36px 0 0;
  font-size: 16px;
  line-height: 2;
}

.section-heading strong {
  color: #004899;
  font-weight: 500;
}

.section-heading small {
  display: block;
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.6;
}

.evidence-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  width: 1180px;
  margin: 82px auto 0;
}

.evidence-card {
  min-height: 865px;
  padding: 55px 56px 56px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(88, 128, 168, .1);
  text-align: center;
}

.evidence-case,
.evidence-card h3,
.evidence-result,
.evidence-card p {
  margin: 0;
}

.evidence-case {
  font-size: 17px;
  line-height: 1;
}

.evidence-card h3 {
  margin-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px dashed #c7cfd8;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.85;
}

.evidence-result {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 4px;
  background: #8fa9c8;
  color: #fff;
  font-size: 19px;
  line-height: 1.55;
}

.evidence-result span {
  display: block;
  margin-top: 7px;
  font-size: 31px;
  line-height: 1.2;
}

.evidence-card img {
  width: 100%;
  margin-top: 42px;
}

.evidence-card > p:last-child {
  margin-top: 44px;
  color: #67707a;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.strengths-advantage {
  padding: 104px 0 160px;
  background: linear-gradient(180deg, #ecf7ff 0%, #b7d7f8 100%);
  color: #5b6470;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.section-heading-blue h2 {
  color: #004899;
}

.section-heading-blue p {
  color: #6a737d;
}

.advantage-speed {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px 270px;
  align-items: center;
  gap: 36px;
  width: 980px;
  margin: 64px auto 0;
}

.advantage-logo {
  margin: 0;
  color: #585c60;
  font-family: "Urbanist", sans-serif;
  font-size: 67px;
  font-weight: 300;
  line-height: 1;
}

.advantage-logo span {
  color: #78c7de;
}

.advantage-logo sup {
  top: -.8em;
  font-size: 22px;
}

.advantage-rate {
  color: #004899;
}

.advantage-rate strong {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.advantage-rate span {
  display: table;
  margin-top: 16px;
  padding: 8px 18px;
  background: #119fe9;
  color: #fff;
  font-size: 21px;
  line-height: 1.45;
}

.advantage-badge {
  margin: 0;
  padding: 22px 18px;
  border-radius: 6px;
  background: rgba(234, 246, 255, .72);
  box-shadow: 0 6px 15px rgba(76, 123, 164, .16);
  color: #004899;
  font-size: 31px;
  line-height: 1;
  text-align: center;
}

.advantage-compare {
  width: 780px;
  margin: 58px auto 0;
  color: #777f88;
  font-size: 28px;
}

.advantage-compare,
.advantage-compare dt,
.advantage-compare dd {
  margin-bottom: 0;
}

.advantage-compare div {
  display: grid;
  grid-template-columns: 200px 1fr 270px;
  gap: 28px;
  align-items: center;
}

.advantage-compare div + div {
  margin-top: 28px;
}

.advantage-compare dt,
.advantage-compare dd {
  margin-top: 0;
}

.advantage-compare dd:last-child {
  padding: 15px 20px;
  border-radius: 6px;
  background: rgba(234, 246, 255, .72);
  box-shadow: 0 6px 15px rgba(76, 123, 164, .12);
  text-align: center;
}

.portable-row {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 48px;
  align-items: center;
  width: 1200px;
  margin: 190px auto 0;
  padding: 62px 85px;
  border-top: 1px solid rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(255, 255, 255, .95);
}

.portable-copy h3 {
  margin: 0;
  color: #004899;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.6;
}

.portable-copy p {
  margin: 40px 0 0;
  color: #5f6872;
  font-size: 18px;
  line-height: 2.1;
}

.portable-row img {
  width: 720px;
}

.strengths-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 380px;
  align-items: center;
  width: 1200px;
  min-height: 270px;
  margin: 170px auto 0;
  padding: 48px 430px 40px 88px;
  overflow: hidden;
  background: #eaf3ff;
}

.strengths-banner p {
  margin: 0;
  color: #5b6470;
  font-size: 18px;
  line-height: 1.7;
}

.strengths-banner h3 {
  margin: 22px 0 28px;
  color: rgba(141, 165, 192, .62);
  font-family: "Urbanist", sans-serif;
  font-size: 63px;
  font-weight: 300;
  line-height: .98;
}

.strengths-banner img {
  position: absolute;
  right: 120px;
  bottom: 0;
  width: 330px;
}

.strengths-banner .contact-button {
  right: 75px;
  bottom: 42px;
  width: 175px;
  min-height: 56px;
  padding: 12px 38px 10px 20px;
  font-size: 18px;
}

.strengths-banner .contact-button::after {
  top: 18px;
  right: 16px;
  font-size: 25px;
}

.detail-message {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .84) 0%, rgba(229, 247, 255, .56) 100%),
    #f8fbff;
}

.detail-message .message-left {
  top: 118px;
  width: 420px;
}

.detail-message .message-right {
  top: 74px;
  width: 420px;
}

.safety-overview {
  min-height: 870px;
  padding: 88px 24px 0;
  background: linear-gradient(180deg, #f4f9ff 0%, #e3f3ff 100%);
  color: #004899;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  text-align: center;
}

.safety-overview h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
}

.safety-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1230px;
  margin: 130px auto 0;
}

.safety-feature-grid article {
  position: relative;
  min-height: 325px;
  display: grid;
  place-items: center;
}

.safety-feature-grid article::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .68;
  background: rgba(255, 255, 255, .38);
  filter: drop-shadow(0 0 22px rgba(75, 169, 226, .18));
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.safety-feature-grid img {
  position: absolute;
  width: 250px;
  opacity: .9;
}

.safety-feature-grid h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.65;
}

.safety-points {
  padding: 0 0 150px;
  background: #ddecf9;
  color: #5b6470;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.safety-points::before {
  right: -18%;
  left: auto;
  top: 230px;
  bottom: auto;
  opacity: .16;
}

.safety-points > h2 {
  margin: 0;
  padding: 96px 24px 112px;
  color: #fff;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 0 15px rgba(60, 148, 220, .55);
}

.safety-point {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 110px;
  align-items: start;
  width: 980px;
  margin: 0 auto;
}

.safety-point + .safety-point {
  margin-top: 118px;
}

.safety-point-label {
  position: relative;
  width: 284px;
  height: 284px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 54px rgba(81, 157, 226, .28);
  text-align: center;
}

.safety-point-label::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 120px;
  height: 2px;
  content: "";
  background: rgba(255, 255, 255, .95);
}

.safety-point-label span {
  display: block;
  margin-bottom: 18px;
  color: #004899;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  line-height: 1;
}

.safety-point-label h3 {
  margin: 0;
  color: #5d646d;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.58;
}

.safety-point-body {
  padding-top: 50px;
}

.safety-point-body h4 {
  position: relative;
  margin: 0;
  color: #004899;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.55;
}

.safety-point-body h4::before {
  content: "✓";
  margin-right: 18px;
}

.safety-point-body p {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 2;
}

.safety-graph {
  width: 530px;
  margin: 30px 0 0;
}

.safety-compat {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 82px;
  margin-top: 70px;
}

.safety-compat::before {
  position: absolute;
  left: 135px;
  bottom: -80px;
  width: 360px;
  height: 360px;
  content: "";
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
}

.safety-pad-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 38px);
  gap: 8px;
  transform: perspective(500px) rotateX(58deg) rotateZ(-2deg);
}

.safety-pad-grid span {
  width: 38px;
  height: 28px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(93, 143, 185, .18);
}

.safety-compat figure {
  position: relative;
  z-index: 1;
  margin: 0;
}

.safety-compat img {
  width: 280px;
}

.safety-compat figcaption {
  margin-top: 20px;
  color: #004899;
  font-size: 14px;
  text-align: center;
}

.safety-record {
  padding: 158px 0 170px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .78) 0%, rgba(235, 251, 255, .72) 100%),
    #f8fbff;
  color: #5b6470;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.safety-record h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.record-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 88px;
  width: 1040px;
  margin: 82px auto 0;
}

.record-grid article {
  min-width: 0;
}

.record-grid h3 {
  display: inline-block;
  margin: 0 0 24px;
  padding: 6px 10px 8px;
  background: #dceaff;
  color: #004899;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.record-grid img {
  width: 100%;
  height: 222px;
  object-fit: cover;
}

.record-grid p {
  margin: 32px 0 0;
  font-size: 17px;
  line-height: 2;
}

.safety-compare {
  padding: 142px 0 170px;
  background: #dff2ff;
  color: #5b6470;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.safety-compare::before {
  right: -18%;
  left: auto;
  top: 170px;
  bottom: auto;
  opacity: .55;
}

.safety-compare-inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}

.safety-compare p {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.safety-compare h2 {
  margin: 24px 0 70px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
}

.safety-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 7px 20px rgba(80, 143, 198, .12);
}

.safety-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .9);
  color: #6a717a;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.safety-table th,
.safety-table td {
  padding: 25px 34px;
  border-bottom: 1px solid #d7e8f7;
  font-weight: 400;
}

.safety-table thead th {
  color: #004899;
  font-size: 22px;
}

.safety-table tbody th {
  color: #004899;
  text-align: left;
}

.safety-table th:nth-child(3),
.safety-table td:nth-child(3) {
  background: rgba(255, 255, 255, .72);
  color: #004899;
}

.safety-table tr:last-child th,
.safety-table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 1400px) {
  .lower-hero-inner,
  .portable-row,
  .strengths-banner,
  .safety-compare-inner {
    width: 1080px;
  }

  .strengths-panel {
    padding-right: 140px;
    padding-left: 140px;
  }

  .performance-head {
    grid-template-columns: 1fr 520px;
    gap: 80px;
  }

  .performance-head img {
    width: 520px;
  }
}

@media (max-width: 1180px) {
  .strengths-page .site-header,
  .safety-page .site-header {
    background: rgba(232, 238, 249, .94);
  }

  .lower-hero {
    height: auto;
    min-height: 560px;
  }

  .lower-hero-inner,
  .safety-compare-inner {
    width: auto;
    max-width: 900px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .lower-hero-inner {
    padding-top: 160px;
  }

  .lower-title-row {
    display: block;
  }

  .lower-title-row h1 {
    font-size: 62px;
  }

  .lower-title-row p {
    margin-top: 20px;
  }

  .strengths-intro {
    min-height: 720px;
  }

  .mpad-heading {
    margin-top: 190px;
  }

  .mpad-heading p {
    margin-top: 78px;
    font-size: 21px;
  }

  .strengths-panel {
    max-width: calc(100% - 48px);
    padding: 86px 60px 80px;
  }

  .performance-head {
    grid-template-columns: 1fr;
  }

  .performance-head img {
    width: 100%;
    max-width: 585px;
    margin: 0 auto;
  }

  .performance-catch {
    font-size: 28px;
  }

  .performance-graphs {
    gap: 36px;
  }

  .evidence-cards,
  .portable-row,
  .strengths-banner,
  .record-grid {
    width: auto;
    max-width: 900px;
    margin-right: 24px;
    margin-left: 24px;
  }

  .evidence-cards {
    gap: 32px;
  }

  .evidence-card {
    min-height: 0;
    padding-right: 34px;
    padding-left: 34px;
  }

  .evidence-result span {
    font-size: 24px;
  }

  .advantage-speed {
    width: auto;
    max-width: 900px;
    grid-template-columns: 1fr;
    margin-right: 24px;
    margin-left: 24px;
    text-align: center;
  }

  .advantage-rate span {
    margin-right: auto;
    margin-left: auto;
  }

  .advantage-badge {
    width: 300px;
    margin: 0 auto;
  }

  .advantage-compare {
    width: auto;
    max-width: 760px;
    margin-right: 24px;
    margin-left: 24px;
    font-size: 22px;
  }

  .portable-row {
    grid-template-columns: 1fr;
  }

  .portable-row img {
    width: 100%;
  }

  .strengths-banner {
    grid-template-columns: 1fr;
    padding-right: 320px;
  }

  .strengths-banner h3 {
    font-size: 52px;
  }

  .strengths-banner img {
    right: 50px;
    width: 280px;
  }

  .strengths-banner .contact-button {
    right: 38px;
  }

  .safety-feature-grid {
    width: 100%;
    max-width: 900px;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .safety-point {
    width: auto;
    max-width: 900px;
    grid-template-columns: 280px 1fr;
    gap: 54px;
    margin-right: 24px;
    margin-left: 24px;
  }

  .safety-point-label {
    width: 250px;
    height: 250px;
  }

  .safety-point-label::after {
    width: 60px;
  }

  .safety-graph {
    width: 100%;
    max-width: 530px;
  }

  .safety-compat {
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .lower-hero {
    min-height: 420px;
  }

  .lower-hero::after {
    bottom: -92px;
    height: 180px;
  }

  .lower-hero-inner {
    padding-top: 122px;
  }

  .lower-title-row h1 {
    font-size: 43px;
  }

  .lower-title-row p {
    font-size: 15px;
  }

  .strengths-intro {
    min-height: 0;
    padding: 54px 18px 96px;
  }

  .strengths-intro-copy p {
    width: calc(100vw - 36px);
    margin-right: 0;
    margin-left: 0;
    font-size: 15px;
    line-height: 2;
    overflow-wrap: anywhere;
  }

  .mpad-heading {
    width: calc(100vw - 36px);
    margin-right: 0;
    margin-left: 0;
    margin-top: 112px;
    overflow-wrap: anywhere;
  }

  .mpad-heading h2 {
    font-size: 32px;
    line-height: 1.4;
  }

  .mpad-heading p {
    margin-top: 52px;
    font-size: 16px;
  }

  .strengths-performance,
  .strengths-evidence,
  .strengths-advantage,
  .safety-record,
  .safety-compare {
    padding-top: 72px;
    padding-bottom: 92px;
  }

  .strengths-panel {
    max-width: calc(100% - 36px);
    padding: 44px 22px 50px;
  }

  .performance-head h2,
  .section-heading h2,
  .safety-overview h2,
  .safety-record h2,
  .safety-compare h2 {
    font-size: 25px;
  }

  .performance-head p,
  .section-heading p,
  .evidence-card > p:last-child,
  .portable-copy p,
  .record-grid p,
  .safety-point-body p {
    font-size: 14px;
  }

  .performance-catch {
    margin-top: 60px;
    font-size: 21px;
  }

  .performance-graphs,
  .evidence-cards,
  .record-grid {
    grid-template-columns: 1fr;
  }

  .performance-graphs {
    margin-top: 58px;
  }

  .performance-graphs figcaption {
    min-height: 48px;
    margin-top: 24px;
    font-size: 15px;
  }

  .evidence-cards,
  .portable-row,
  .strengths-banner,
  .record-grid {
    margin-right: 18px;
    margin-left: 18px;
  }

  .evidence-card {
    padding: 34px 22px 38px;
  }

  .evidence-card h3 {
    font-size: 17px;
  }

  .evidence-result {
    font-size: 15px;
  }

  .evidence-result span {
    font-size: 20px;
  }

  .advantage-logo {
    font-size: 42px;
  }

  .advantage-rate strong {
    font-size: 42px;
  }

  .advantage-rate span {
    font-size: 16px;
  }

  .advantage-badge {
    width: 240px;
    font-size: 22px;
  }

  .advantage-compare {
    font-size: 16px;
  }

  .advantage-compare div {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
  }

  .portable-row {
    margin-top: 86px;
    padding: 42px 24px;
  }

  .portable-copy h3 {
    font-size: 26px;
  }

  .strengths-banner {
    min-height: 0;
    margin-top: 86px;
    padding: 34px 22px 220px;
  }

  .strengths-banner h3 {
    font-size: 40px;
  }

  .strengths-banner p {
    font-size: 14px;
  }

  .strengths-banner img {
    right: 22px;
    width: 210px;
  }

  .strengths-banner .contact-button {
    right: auto;
    bottom: 28px;
    left: 22px;
  }

  .detail-message .message-left,
  .detail-message .message-right {
    width: 250px;
    opacity: .55;
  }

  .safety-overview {
    min-height: 0;
    padding: 58px 18px 88px;
  }

  .safety-overview h2,
  .safety-points > h2 {
    width: calc(100vw - 36px);
    margin-right: 0;
    margin-left: 0;
    overflow-wrap: anywhere;
  }

  .safety-feature-grid {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .safety-feature-grid article {
    min-height: 230px;
  }

  .safety-feature-grid img {
    width: 205px;
  }

  .safety-feature-grid h3 {
    font-size: 21px;
  }

  .safety-points {
    padding-bottom: 88px;
  }

  .safety-points > h2 {
    padding: 70px 18px;
    font-size: 28px;
  }

  .safety-point {
    display: block;
    margin-right: 18px;
    margin-left: 18px;
  }

  .safety-point + .safety-point {
    margin-top: 80px;
  }

  .safety-point-label {
    width: 210px;
    height: 210px;
    margin: 0 auto;
  }

  .safety-point-label::after {
    display: none;
  }

  .safety-point-label h3 {
    font-size: 22px;
  }

  .safety-point-body {
    padding-top: 36px;
  }

  .safety-point-body h4 {
    font-size: 21px;
  }

  .safety-compat {
    display: block;
    margin-top: 40px;
  }

  .safety-compat::before {
    display: none;
  }

  .safety-pad-grid {
    width: max-content;
    margin: 0 auto 34px;
  }

  .safety-compat img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .record-grid h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .record-grid img {
    height: auto;
  }

  .safety-compare-inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .safety-table {
    min-width: 720px;
    font-size: 14px;
  }

  .safety-table th,
  .safety-table td {
    padding: 18px 22px;
  }

  .safety-table thead th {
    font-size: 17px;
  }
}

.contact-page {
  background: #eaf6ff;
}

.contact-page .global-nav .nav-contact::after,
.contact-submit::after {
  content: "↗";
}

.contact-hero {
  position: relative;
  height: 620px;
  overflow: hidden;
  background: #e8eef9;
}

.contact-hero::after {
  position: absolute;
  left: 50%;
  bottom: -417px;
  width: 2580px;
  height: 560px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #f5f9ff;
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 243px;
}

.contact-title-row {
  display: flex;
  align-items: center;
  gap: 34px;
}

.contact-title-row h1 {
  margin: 0;
  color: rgba(144, 170, 199, .6);
  font-family: "Urbanist", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}

.contact-title-row p {
  margin: 8px 0 0;
  color: #59616b;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.contact-content {
  position: relative;
  padding: 51px 0 0;
  background: linear-gradient(180deg, #f5f9ff 0%, #e3f2ff 23%, #e8f5ff 100%);
  color: #5d6670;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.contact-process {
  width: 1200px;
  min-height: 760px;
  margin: 0 auto;
  padding: 78px 92px 64px;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 13px;
  background: rgba(238, 248, 255, .38);
  box-shadow: inset 0 0 48px rgba(255, 255, 255, .24);
}

.contact-process-heading {
  display: flex;
  align-items: center;
  gap: 38px;
}

.contact-process-heading h2 {
  margin: 0;
  color: #525b65;
  font-family: "Urbanist", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
}

.contact-process-heading p {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1;
}

.contact-process-grid {
  position: relative;
  left: 6px;
  display: grid;
  grid-template-columns: 1fr 38px 1fr 38px 1fr;
  align-items: start;
  gap: 18px;
  margin-top: 78px;
}

.contact-step {
  min-width: 0;
  text-align: center;
}

.contact-step-number {
  display: table;
  margin: 0 auto 11px;
  padding: 5px 23px 6px;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.contact-step-number-01 {
  background: #6689a3;
}

.contact-step-number-02 {
  background: #4ca9dd;
}

.contact-step-number-03 {
  background: #4bbbd3;
}

.contact-step h3 {
  margin: 0;
  color: #63a7bd;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.contact-step:first-child h3 {
  color: #668295;
}

.contact-step img {
  width: 210px;
  margin: 20px auto 34px;
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, .18);
}

.contact-step-copy {
  min-height: 130px;
  margin: 0;
  color: #69717a;
  font-size: 17px;
  line-height: 1.75;
}

.contact-process-arrow {
  width: 28px;
  margin: 68px auto 0;
}

.contact-form-section {
  width: 1030px;
  margin: 184px auto 0;
  padding-bottom: 390px;
}

.contact-form-section > h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.contact-form {
  margin-top: 75px;
}

.contact-field {
  margin-bottom: 50px;
}

.contact-field label {
  display: block;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1;
}

.contact-field input,
.contact-field textarea {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  outline: 0;
  background: #fff;
  box-shadow: 0 0 14px rgba(126, 171, 210, .22);
  color: #4f5862;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
}

.contact-field input {
  height: 65px;
  padding: 0 22px;
}

.contact-field textarea {
  height: 450px;
  padding: 18px 22px;
  resize: vertical;
  line-height: 1.7;
}

.contact-field input:focus,
.contact-field textarea:focus {
  box-shadow: 0 0 0 2px rgba(45, 144, 207, .36), 0 0 14px rgba(126, 171, 210, .22);
}

.contact-field-message {
  margin-bottom: 37px;
}

.contact-submit {
  position: relative;
  display: block;
  width: 250px;
  height: 76px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
  border: 0;
  border-radius: 4px;
  background: #003fa6;
  box-shadow: 0 8px 18px rgba(0, 72, 153, .16);
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.contact-submit::after {
  position: absolute;
  top: 25px;
  right: 55px;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  background: #00358d;
}

.contact-consult {
  min-height: 458px;
  padding-top: 112px;
  background: linear-gradient(115deg, #d9ebff 0%, #c8ddff 100%);
}

.privacy-page {
  background: #edf7ff;
}

.privacy-page .global-nav .nav-contact::after {
  content: "↗";
}

.privacy-main {
  overflow: hidden;
  background: #edf7ff;
}

.privacy-hero {
  position: relative;
  height: 620px;
  overflow: hidden;
  background: #e8eef9;
}

.privacy-hero::after {
  position: absolute;
  left: 50%;
  bottom: -417px;
  width: 2580px;
  height: 560px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #f5f9ff;
}

.privacy-hero-inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 243px;
}

.privacy-title-row {
  display: flex;
  align-items: center;
  gap: 34px;
}

.privacy-title-row h1 {
  margin: 0;
  color: rgba(144, 170, 199, .6);
  font-family: "Urbanist", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}

.privacy-title-row p {
  margin: 8px 0 0;
  color: #59616b;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.privacy-content {
  padding: 52px 0 180px;
  background:
    linear-gradient(180deg, #f5f9ff 0%, #e3f2ff 28%, #edf7ff 100%);
  color: #59616a;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.privacy-document {
  width: 1030px;
  margin: 0 auto;
  padding: 74px 82px 86px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 2px 18px rgba(111, 157, 194, .1);
}

.privacy-document p,
.privacy-document ul,
.privacy-document address {
  margin: 0;
}

.privacy-lead {
  font-size: 18px;
  line-height: 2.1;
}

.privacy-section {
  margin-top: 72px;
}

.privacy-section h2 {
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(66, 113, 159, .55);
  color: #174c7c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}

.privacy-section p {
  font-size: 18px;
  line-height: 2;
}

.privacy-section ul {
  padding-left: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.9;
}

.privacy-section p + ul,
.privacy-section ul + p,
.privacy-section ul + ul {
  margin-top: 24px;
}

.privacy-section li {
  position: relative;
  padding-left: 20px;
}

.privacy-section li + li {
  margin-top: 12px;
}

.privacy-section li::before {
  position: absolute;
  top: .86em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #8fa9c8;
}

.privacy-list-compact li + li {
  margin-top: 5px;
}

.privacy-section-contact address {
  margin-top: 26px;
  color: #4f5862;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 1400px) {
  .contact-hero-inner,
  .contact-process {
    width: 1080px;
  }

  .contact-process {
    padding-right: 64px;
    padding-left: 64px;
  }

  .contact-step img {
    width: 230px;
  }

  .contact-form-section {
    width: 920px;
  }

  .privacy-hero-inner {
    width: 1080px;
  }

  .privacy-document {
    width: 920px;
  }
}

@media (max-width: 1180px) {
  .contact-page .site-header,
  .privacy-page .site-header {
    background: rgba(232, 238, 249, .94);
  }

  .contact-hero,
  .privacy-hero {
    height: 540px;
  }

  .contact-hero-inner,
  .contact-process,
  .contact-form-section {
    width: auto;
    max-width: 900px;
    margin-right: 24px;
    margin-left: 24px;
  }

  .contact-hero-inner,
  .privacy-hero-inner {
    width: auto;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 180px 24px 0;
  }

  .contact-process {
    min-height: 0;
  }

  .contact-process-grid {
    grid-template-columns: 1fr 28px 1fr 28px 1fr;
    gap: 12px;
  }

  .contact-step img {
    width: 190px;
    box-shadow: 0 0 0 24px rgba(255, 255, 255, .18);
  }

  .contact-step-copy {
    font-size: 15px;
  }

  .contact-form-section {
    margin-top: 130px;
    padding-bottom: 250px;
  }

  .privacy-content {
    padding-bottom: 130px;
  }

  .privacy-document {
    width: auto;
    max-width: 900px;
    margin-right: 24px;
    margin-left: 24px;
    padding: 62px 56px 72px;
  }
}

@media (max-width: 760px) {
  .contact-hero,
  .privacy-hero {
    height: 420px;
  }

  .contact-hero::after,
  .privacy-hero::after {
    bottom: -100px;
    height: 200px;
  }

  .contact-hero-inner,
  .privacy-hero-inner {
    padding-top: 132px;
  }

  .contact-title-row,
  .privacy-title-row {
    display: block;
  }

  .contact-title-row h1,
  .privacy-title-row h1 {
    font-size: 48px;
  }

  .contact-title-row p,
  .privacy-title-row p {
    margin-top: 18px;
    font-size: 15px;
  }

  .contact-content {
    padding-top: 28px;
  }

  .contact-process {
    margin-right: 18px;
    margin-left: 18px;
    padding: 46px 24px 56px;
  }

  .contact-process-heading {
    gap: 20px;
  }

  .contact-process-heading h2 {
    font-size: 34px;
  }

  .contact-process-heading p {
    font-size: 13px;
  }

  .contact-process-grid {
    display: block;
    margin-top: 68px;
  }

  .contact-step + .contact-step {
    margin-top: 56px;
  }

  .contact-step img {
    width: 210px;
  }

  .contact-step h3 {
    font-size: 22px;
  }

  .contact-step-copy {
    min-height: 0;
    font-size: 15px;
  }

  .contact-process-arrow {
    width: 24px;
    margin: 52px auto;
    transform: rotate(90deg);
  }

  .contact-form-section {
    margin: 92px 18px 0;
    padding-bottom: 160px;
  }

  .contact-form-section > h2 {
    font-size: 18px;
  }

  .contact-form {
    margin-top: 48px;
  }

  .contact-field {
    margin-bottom: 32px;
  }

  .contact-field label,
  .contact-field input,
  .contact-field textarea {
    font-size: 16px;
  }

  .contact-field label {
    margin-bottom: 18px;
  }

  .contact-field input {
    height: 56px;
  }

  .contact-field textarea {
    height: 300px;
  }

  .contact-submit {
    width: 220px;
    height: 66px;
    font-size: 16px;
  }

  .contact-submit::after {
    top: 22px;
    right: 46px;
    font-size: 21px;
  }

  .contact-consult {
    min-height: 360px;
    padding-top: 72px;
  }

  .privacy-content {
    padding: 28px 18px 96px;
  }

  .privacy-document {
    width: 100%;
    margin: 0;
    padding: 42px 24px 50px;
    border-radius: 10px;
  }

  .privacy-lead,
  .privacy-section p,
  .privacy-section ul,
  .privacy-section-contact address {
    font-size: 15px;
    line-height: 1.95;
  }

  .privacy-section {
    margin-top: 52px;
  }

  .privacy-section h2 {
    margin-bottom: 22px;
    padding-bottom: 14px;
    font-size: 20px;
  }

  .privacy-section li {
    padding-left: 17px;
  }

  .privacy-section li + li {
    margin-top: 10px;
  }
}

.thanks-page {
  background: #edf7ff;
}

.thanks-page .global-nav .nav-contact::after {
  content: "↗";
}

.thanks-main {
  overflow: hidden;
}

.thanks-result {
  position: relative;
  height: 1769px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .68) 66%, rgba(207, 225, 246, .28) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, .56) 0%, rgba(213, 231, 248, .28) 50%, rgba(201, 224, 245, .82) 100%),
    url("../images/top/img_bg01.png") center top / 1920px 1080px no-repeat,
    #e8f4ff;
  color: #59616a;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

.thanks-result-copy {
  padding-top: 279px;
  text-align: center;
}

.thanks-icon {
  width: 107px;
  margin: 0 auto;
}

.thanks-result-copy h1 {
  margin: 66px 0 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.thanks-result-copy p {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 2.2;
}

.thanks-summary {
  width: 1120px;
  height: 823px;
  margin: 103px auto 0;
  padding: 68px 75px 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(111, 157, 194, .08);
}

.thanks-summary dl,
.thanks-summary dt,
.thanks-summary dd {
  margin: 0;
}

.thanks-summary-row {
  display: grid;
  grid-template-columns: 274px 1fr;
  min-height: 102px;
  align-items: center;
  border-bottom: 1px solid #42719f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.thanks-summary-row:first-child {
  min-height: 103px;
}

.thanks-summary-department {
  display: block;
}

.thanks-summary-message {
  min-height: 218px;
  align-items: start;
  padding-top: 34px;
  border-bottom: 0;
}

.thanks-summary-message dd {
  white-space: pre-line;
}

.thanks-message {
  min-height: 670px;
}

.thanks-consult {
  min-height: 459px;
  padding-top: 148px;
}

.thanks-consult .consult-links {
  gap: 43px;
  margin-top: 62px;
  transform: translateX(8px);
}

.thanks-consult .consult-link {
  width: 314px;
  min-height: 76px;
  padding-top: 26px;
  padding-bottom: 24px;
}

.thanks-consult .consult-link::after {
  top: 26px;
}

.thanks-page .site-footer {
  min-height: 330px;
  padding-bottom: 29px;
}

.thanks-page .footer-inner {
  width: 1207px;
  grid-template-columns: 297px 1fr 162px;
}

.thanks-page .footer-inner address,
.thanks-page .privacy-link {
  margin-top: 0;
}

.thanks-page .copyright {
  margin-top: 99px;
}

@media (max-width: 1180px) {
  .thanks-page .site-header {
    background: rgba(232, 240, 250, .94);
  }

  .thanks-result {
    height: auto;
    min-height: 1600px;
  }

  .thanks-summary {
    width: auto;
    max-width: 900px;
    margin-right: 24px;
    margin-left: 24px;
  }

  .thanks-page .footer-inner {
    width: auto;
    grid-template-columns: 240px 1fr;
  }
}

@media (max-width: 760px) {
  .thanks-result {
    min-height: 0;
    padding: 150px 18px 100px;
    background-size: auto, auto, auto 760px, auto;
  }

  .thanks-result-copy {
    padding-top: 0;
  }

  .thanks-icon {
    width: 88px;
  }

  .thanks-result-copy h1 {
    margin-top: 46px;
    font-size: 20px;
    line-height: 1.7;
  }

  .thanks-result-copy p {
    margin-top: 24px;
    font-size: 15px;
    line-height: 2;
  }

  .thanks-result-copy p br:last-child {
    display: none;
  }

  .thanks-summary {
    width: 100%;
    height: auto;
    margin: 72px 0 0;
    padding: 24px;
    border-radius: 10px;
  }

  .thanks-summary-row {
    display: block;
    min-height: 0;
    padding: 22px 0;
    font-size: 15px;
  }

  .thanks-summary-row dt {
    margin-bottom: 10px;
    color: #3f6992;
  }

  .thanks-summary-message {
    padding-top: 22px;
  }

  .thanks-summary-message dd {
    overflow-wrap: anywhere;
  }

  .thanks-message {
    min-height: 620px;
  }

  .thanks-consult {
    min-height: 420px;
    padding-top: 72px;
  }

  .thanks-consult .consult-links {
    gap: 18px;
    margin-top: 42px;
    transform: none;
  }

  .thanks-consult .consult-link {
    width: 100%;
    min-height: 68px;
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .thanks-consult .consult-link::after {
    top: 22px;
  }

  .thanks-page .site-footer {
    min-height: 0;
    padding-bottom: 34px;
  }

  .thanks-page .footer-inner {
    width: auto;
  }

  .thanks-page .footer-inner address {
    margin-top: 12px;
  }

  .thanks-page .privacy-link {
    margin-top: 28px;
  }

  .thanks-page .copyright {
    margin-top: 48px;
  }
}

/* Strengths / Safety page comp alignment */
.strengths-page,
.safety-page {
  background: #eaf6ff;
}

.strengths-page .site-header,
.safety-page .site-header {
  background: transparent;
}

.strengths-main,
.safety-main {
  overflow: hidden;
  background: #eaf6ff;
}

.strengths-page .lower-hero,
.safety-page .lower-hero {
  height: 560px;
  background: #e8eef9;
}

.strengths-page .lower-hero::after,
.safety-page .lower-hero::after {
  bottom: -135px;
  width: 2650px;
  height: 270px;
  background: #f4f9ff;
}

.strengths-page .lower-hero-inner,
.safety-page .lower-hero-inner {
  width: 1200px;
  padding-top: 260px;
}

.strengths-page .lower-title-row,
.safety-page .lower-title-row {
  gap: 58px;
}

.strengths-page .lower-title-row h1,
.safety-page .lower-title-row h1 {
  color: rgba(141, 165, 192, .56);
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}

.strengths-page .lower-title-row p,
.safety-page .lower-title-row p {
  margin-top: 13px;
  color: #58616c;
  font-size: 18px;
}

.strengths-page .strengths-intro {
  height: 1040px;
  min-height: 0;
  padding: 138px 24px 0;
  background:
    radial-gradient(circle at 50% 68%, rgba(107, 172, 231, .34) 0, rgba(107, 172, 231, .18) 150px, transparent 390px),
    linear-gradient(180deg, #f4f9ff 0%, #e9f5ff 41%, #dff2ff 100%);
}

.strengths-page .strengths-intro::before {
  left: -6%;
  bottom: 338px;
  width: 930px;
  height: 300px;
  opacity: .26;
}

.strengths-page .strengths-intro::after {
  top: 425px;
  right: -10%;
  width: 1030px;
  height: 320px;
  opacity: .25;
}

.strengths-page .strengths-intro-copy p {
  color: #58616c;
  font-size: 18px;
  line-height: 2.16;
}

.strengths-page .strengths-intro-copy small {
  margin-top: 17px;
  color: #6b737d;
  font-size: 13px;
  line-height: 1.6;
}

.strengths-page .mpad-heading {
  margin-top: 270px;
}

.strengths-page .mpad-heading h2 {
  color: rgba(255, 255, 255, .94);
  font-size: 43px;
  font-weight: 400;
  line-height: 1.18;
  text-shadow: 0 0 18px rgba(49, 135, 219, .56), 0 0 42px rgba(49, 135, 219, .34);
}

.strengths-page .mpad-heading p {
  margin-top: 120px;
  color: #59626d;
  font-size: 25px;
  line-height: 2.05;
}

.strengths-page .strengths-performance {
  height: 1450px;
  padding: 176px 0 0;
  background: linear-gradient(135deg, #c5def8 0%, #acd0f5 100%);
}

.strengths-page .strengths-panel {
  width: 1760px;
  max-width: calc(100% - 170px);
  height: 1230px;
  padding: 214px 355px 110px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 18px;
  background: rgba(226, 245, 255, .46);
  box-shadow: inset 0 0 48px rgba(255, 255, 255, .22);
}

.strengths-page .performance-head {
  grid-template-columns: 390px 566.5px;
  gap: 118px;
}

.strengths-page .performance-head h2 {
  margin-bottom: 44px;
  color: #525c68;
  font-size: 34px;
  line-height: 1.42;
}

.strengths-page .performance-head p {
  color: #5d6670;
  font-size: 18px;
  line-height: 2;
}

.strengths-page .performance-head img {
  width: 566.5px;
  border-radius: 16px;
}

.strengths-page .performance-catch {
  width: 1010px;
  margin-top: 92px;
  padding-bottom: 17px;
  border-bottom: 2px solid #004899;
  color: #004899;
  font-size: 34px;
}

.strengths-page .performance-catch span {
  margin-bottom: 8px;
  font-size: 18px;
}

.strengths-page .performance-graphs {
  grid-template-columns: 548.5px 569px;
  justify-content: center;
  gap: 112px;
  margin-top: 88px;
}

.strengths-page .performance-graphs img {
  width: auto;
  max-width: 100%;
}

.strengths-page .performance-graphs figcaption {
  min-height: 58px;
  margin-top: 38px;
  font-size: 20px;
}

.strengths-page .strengths-evidence {
  height: 1450px;
  padding: 112px 0 0;
  background: linear-gradient(180deg, #c4def8 0%, #d8edff 100%);
}

.strengths-page .section-heading h2 {
  color: #58616c;
  font-size: 35px;
}

.strengths-page .section-heading p {
  margin-top: 35px;
  color: #5d6670;
  font-size: 16px;
  line-height: 2;
}

.strengths-page .section-heading small {
  margin-top: 18px;
  font-size: 14px;
}

.strengths-page .evidence-cards {
  width: 1260px;
  gap: 80px;
  margin-top: 82px;
}

.strengths-page .evidence-card {
  min-height: 910px;
  padding: 52px 54px 48px;
  border-radius: 14px;
}

.strengths-page .evidence-case {
  font-size: 17px;
}

.strengths-page .evidence-card h3 {
  margin-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  line-height: 1.86;
}

.strengths-page .evidence-result {
  margin-top: 22px;
  padding: 18px 18px 17px;
  font-size: 19px;
  line-height: 1.55;
}

.strengths-page .evidence-result span {
  font-size: 30px;
}

.strengths-page .evidence-card img {
  width: 524px;
  margin: 42px auto 0;
}

.strengths-page .evidence-card > p:last-child {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}

.strengths-page .strengths-advantage {
  height: auto;
  padding: 104px 0 0;
  background: linear-gradient(180deg, #ecf7ff 0%, #b7d7f8 100%);
}

.strengths-page .section-heading-blue h2 {
  color: #004899;
}

.strengths-page .advantage-speed {
  width: 1180px;
  grid-template-columns: 520px 300px 290px;
  gap: 36px;
  margin-top: 64px;
}

.strengths-page .advantage-logo {
  font-size: 72px;
}

.strengths-page .advantage-rate strong {
  font-size: 60px;
}

.strengths-page .advantage-rate span {
  margin-top: 15px;
  padding: 8px 18px;
  font-size: 21px;
}

.strengths-page .advantage-badge {
  padding: 22px 18px;
  font-size: 31px;
}

.strengths-page .advantage-compare {
  width: 820px;
  margin-top: 58px;
  font-size: 28px;
}

.strengths-page .portable-row {
  width: 1280px;
  grid-template-columns: 330px 833px;
  gap: 50px;
  margin-top: 188px;
  padding: 55px 58px;
}

.strengths-page .portable-copy h3 {
  font-size: 33px;
}

.strengths-page .portable-copy p {
  margin-top: 38px;
  font-size: 18px;
}

.strengths-page .portable-row img {
  width: 833px;
}

.strengths-page .strengths-banner {
  width: 1200px;
  min-height: 270px;
  margin-top: 160px;
  padding: 48px 430px 40px 88px;
}

.strengths-page .strengths-banner h3 {
  margin: 22px 0 28px;
  font-size: 63px;
}

.strengths-page .strengths-banner img {
  right: 120px;
  width: 330px;
}

.strengths-page .detail-message,
.safety-page .detail-message {
  min-height: 642px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .84) 0%, rgba(229, 247, 255, .56) 100%),
    #f8fbff;
}

.strengths-page .detail-message .message-left,
.safety-page .detail-message .message-left {
  top: 118px;
  width: 470px;
}

.strengths-page .detail-message .message-right,
.safety-page .detail-message .message-right {
  top: 74px;
  width: 470px;
}

.strengths-page .detail-message .message-copy,
.safety-page .detail-message .message-copy {
  padding-top: 205px;
}

.strengths-page .product-consult,
.safety-page .product-consult {
  min-height: 352px;
  padding-top: 86px;
}

.safety-page .safety-overview {
  height: 740px;
  min-height: 0;
  padding: 136px 24px 0;
  background: linear-gradient(180deg, #f4f9ff 0%, #e3f3ff 100%);
}

.safety-page .safety-overview h2 {
  color: #004899;
  font-size: 34px;
  line-height: 1.4;
}

.safety-page .safety-feature-grid {
  width: 1260px;
  grid-template-columns: repeat(4, 315px);
  justify-content: center;
  gap: 0;
  margin-top: 118px;
}

.safety-page .safety-feature-grid article {
  min-height: 315px;
}

.safety-page .safety-feature-grid article::before {
  display: none;
}

.safety-page .safety-feature-grid img {
  width: 315px;
  opacity: .92;
}

.safety-page .safety-feature-grid h3 {
  color: #004899;
  font-size: 25px;
  line-height: 1.65;
}

.safety-page .safety-points {
  min-height: 2150px;
  padding: 0 0 70px;
  background: #ddecf9;
}

.safety-page .safety-points::before {
  top: 245px;
  right: -18%;
  left: auto;
  opacity: .15;
}

.safety-page .safety-points > h2 {
  height: 190px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 43px;
  text-shadow: 0 0 15px rgba(60, 148, 220, .58);
}

.safety-page .safety-point {
  width: 1220px;
  grid-template-columns: 320px 1fr;
  gap: 110px;
}

.safety-page .safety-point + .safety-point {
  margin-top: 112px;
}

.safety-page .safety-point-label {
  width: 284px;
  height: 284px;
  box-shadow: 0 0 54px rgba(81, 157, 226, .28);
}

.safety-page .safety-point-label::after {
  width: 120px;
  height: 2px;
}

.safety-page .safety-point-label span {
  margin-bottom: 18px;
  font-size: 15px;
}

.safety-page .safety-point-label h3 {
  color: #5d646d;
  font-size: 29px;
  line-height: 1.58;
}

.safety-page .safety-point-body {
  padding-top: 50px;
}

.safety-page .safety-point-body h4 {
  color: #004899;
  font-size: 29px;
  line-height: 1.55;
}

.safety-page .safety-point-body h4::before {
  margin-right: 18px;
}

.safety-page .safety-point-body p {
  max-width: 680px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 2;
}

.safety-page .safety-graph {
  width: 480px;
  margin-top: 26px;
}

.safety-page .safety-compat {
  position: relative;
  width: 680px;
  height: 430px;
  display: block;
  margin-top: 66px;
}

.safety-page .safety-compat::before {
  display: none;
}

.safety-page .safety-compat-ring {
  position: absolute;
  z-index: 0;
  top: -56px;
  left: 164px;
  width: 385px;
  max-width: none;
  opacity: .95;
}

.safety-page .safety-pad-grid {
  position: absolute;
  z-index: 1;
  top: 216px;
  left: 0;
  grid-template-columns: repeat(5, 38px);
  gap: 8px;
}

.safety-page .safety-compat figure {
  position: absolute;
  z-index: 2;
  top: 126px;
  left: 322px;
}

.safety-page .safety-compat img:not(.safety-compat-ring) {
  width: 282.5px;
}

.safety-page .safety-compat figcaption {
  margin-top: 18px;
  font-size: 14px;
}

.safety-page .safety-record {
  height: 800px;
  padding: 144px 0 0;
}

.safety-page .safety-record h2 {
  font-size: 31px;
}

.safety-page .record-grid {
  width: 1030px;
  gap: 88px;
  margin-top: 76px;
}

.safety-page .record-grid h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

.safety-page .record-grid img {
  width: 467px;
  height: 192px;
}

.safety-page .record-grid p {
  margin-top: 30px;
  font-size: 17px;
  line-height: 2;
}

.safety-page .safety-compare {
  height: 940px;
  padding: 146px 0 0;
  background: #dff2ff;
}

.safety-page .safety-compare-inner {
  width: 1200px;
}

.safety-page .safety-compare p {
  font-size: 18px;
}

.safety-page .safety-compare h2 {
  margin: 24px 0 70px;
  font-size: 33px;
}

.safety-page .safety-table {
  font-size: 18px;
}

.safety-page .safety-table th,
.safety-page .safety-table td {
  padding: 25px 34px;
}

@media (max-width: 1400px) {
  .strengths-page .lower-hero-inner,
  .safety-page .lower-hero-inner,
  .strengths-page .portable-row,
  .strengths-page .strengths-banner,
  .safety-page .safety-compare-inner {
    width: 1080px;
  }

  .strengths-page .strengths-panel {
    width: 1220px;
    max-width: calc(100% - 72px);
    padding-right: 120px;
    padding-left: 120px;
  }

  .strengths-page .performance-head {
    grid-template-columns: 1fr 520px;
    gap: 70px;
  }

  .strengths-page .performance-head img {
    width: 520px;
  }

  .strengths-page .performance-catch {
    width: auto;
  }

  .strengths-page .performance-graphs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
  }

  .strengths-page .evidence-cards,
  .strengths-page .advantage-speed,
  .safety-page .safety-feature-grid,
  .safety-page .safety-point,
  .safety-page .record-grid {
    width: 1080px;
  }

  .safety-page .safety-feature-grid {
    grid-template-columns: repeat(4, 270px);
  }

  .safety-page .safety-feature-grid img {
    width: 270px;
  }
}

@media (max-width: 1180px) {
  .strengths-page .site-header,
  .safety-page .site-header {
    background: rgba(232, 238, 249, .94);
  }

  .strengths-page .lower-hero,
  .safety-page .lower-hero {
    height: auto;
    min-height: 500px;
  }

  .strengths-page .lower-hero-inner,
  .safety-page .lower-hero-inner,
  .safety-page .safety-compare-inner {
    width: auto;
    max-width: 900px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .strengths-page .lower-hero-inner,
  .safety-page .lower-hero-inner {
    padding-top: 158px;
  }

  .strengths-page .lower-title-row,
  .safety-page .lower-title-row {
    display: block;
  }

  .strengths-page .lower-title-row h1,
  .safety-page .lower-title-row h1 {
    font-size: 62px;
  }

  .strengths-page .lower-title-row p,
  .safety-page .lower-title-row p {
    margin-top: 20px;
  }

  .strengths-page .strengths-intro,
  .strengths-page .strengths-performance,
  .strengths-page .strengths-evidence,
  .strengths-page .strengths-advantage,
  .safety-page .safety-overview,
  .safety-page .safety-points,
  .safety-page .safety-record,
  .safety-page .safety-compare {
    height: auto;
    min-height: 0;
  }

  .strengths-page .strengths-intro {
    padding-bottom: 130px;
  }

  .strengths-page .mpad-heading {
    margin-top: 190px;
  }

  .strengths-page .mpad-heading p {
    margin-top: 78px;
    font-size: 21px;
  }

  .strengths-page .strengths-performance,
  .strengths-page .strengths-evidence,
  .strengths-page .strengths-advantage,
  .safety-page .safety-record,
  .safety-page .safety-compare {
    padding-top: 86px;
    padding-bottom: 100px;
  }

  .strengths-page .strengths-panel {
    height: auto;
    max-width: calc(100% - 48px);
    padding: 86px 60px 80px;
  }

  .strengths-page .performance-head {
    grid-template-columns: 1fr;
  }

  .strengths-page .performance-head img {
    width: 100%;
    max-width: 566.5px;
    margin: 0 auto;
  }

  .strengths-page .performance-graphs,
  .strengths-page .evidence-cards,
  .safety-page .record-grid {
    grid-template-columns: 1fr;
  }

  .strengths-page .evidence-cards,
  .strengths-page .portable-row,
  .strengths-page .strengths-banner,
  .safety-page .record-grid {
    width: auto;
    max-width: 900px;
    margin-right: 24px;
    margin-left: 24px;
  }

  .strengths-page .evidence-card {
    min-height: 0;
  }

  .strengths-page .advantage-speed {
    width: auto;
    max-width: 900px;
    grid-template-columns: 1fr;
    margin-right: 24px;
    margin-left: 24px;
    text-align: center;
  }

  .strengths-page .advantage-rate span {
    margin-right: auto;
    margin-left: auto;
  }

  .strengths-page .advantage-badge {
    width: 300px;
    margin: 0 auto;
  }

  .strengths-page .portable-row {
    grid-template-columns: 1fr;
  }

  .strengths-page .portable-row img {
    width: 100%;
  }

  .strengths-page .strengths-banner {
    grid-template-columns: 1fr;
    padding-right: 320px;
  }

  .safety-page .safety-overview {
    padding-bottom: 90px;
  }

  .safety-page .safety-feature-grid {
    width: 100%;
    max-width: 900px;
    grid-template-columns: repeat(2, 315px);
    gap: 18px;
  }

  .safety-page .safety-points {
    padding-bottom: 100px;
  }

  .safety-page .safety-point {
    width: auto;
    max-width: 900px;
    grid-template-columns: 280px 1fr;
    gap: 54px;
    margin-right: 24px;
    margin-left: 24px;
  }

  .safety-page .safety-point-label {
    width: 250px;
    height: 250px;
  }

  .safety-page .safety-point-label::after {
    width: 60px;
  }

  .safety-page .safety-compat {
    width: 100%;
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .strengths-page .lower-hero,
  .safety-page .lower-hero {
    min-height: 420px;
  }

  .strengths-page .lower-hero::after,
  .safety-page .lower-hero::after {
    bottom: -92px;
    height: 180px;
  }

  .strengths-page .lower-hero-inner,
  .safety-page .lower-hero-inner {
    padding-top: 122px;
  }

  .strengths-page .lower-title-row h1,
  .safety-page .lower-title-row h1 {
    font-size: 43px;
  }

  .strengths-page .lower-title-row p,
  .safety-page .lower-title-row p {
    font-size: 15px;
  }

  .strengths-page .strengths-intro {
    padding: 54px 18px 96px;
  }

  .strengths-page .strengths-intro-copy p {
    width: calc(100vw - 36px);
    font-size: 15px;
    line-height: 2;
  }

  .strengths-page .mpad-heading {
    width: calc(100vw - 36px);
    margin-top: 112px;
  }

  .strengths-page .mpad-heading h2 {
    font-size: 32px;
    line-height: 1.4;
  }

  .strengths-page .mpad-heading p {
    margin-top: 52px;
    font-size: 16px;
  }

  .strengths-page .strengths-performance,
  .strengths-page .strengths-evidence,
  .strengths-page .strengths-advantage,
  .safety-page .safety-record,
  .safety-page .safety-compare {
    padding-top: 72px;
    padding-bottom: 92px;
  }

  .strengths-page .strengths-panel {
    max-width: calc(100% - 36px);
    padding: 44px 22px 50px;
  }

  .strengths-page .performance-head h2,
  .strengths-page .section-heading h2,
  .safety-page .safety-overview h2,
  .safety-page .safety-record h2,
  .safety-page .safety-compare h2 {
    font-size: 25px;
  }

  .strengths-page .performance-head p,
  .strengths-page .section-heading p,
  .strengths-page .evidence-card > p:last-child,
  .strengths-page .portable-copy p,
  .safety-page .record-grid p,
  .safety-page .safety-point-body p {
    font-size: 14px;
  }

  .strengths-page .performance-catch {
    margin-top: 60px;
    font-size: 21px;
  }

  .strengths-page .performance-graphs {
    margin-top: 58px;
  }

  .strengths-page .performance-graphs figcaption {
    min-height: 48px;
    margin-top: 24px;
    font-size: 15px;
  }

  .strengths-page .evidence-cards,
  .strengths-page .portable-row,
  .strengths-page .strengths-banner,
  .safety-page .record-grid {
    margin-right: 18px;
    margin-left: 18px;
  }

  .strengths-page .evidence-card {
    padding: 34px 22px 38px;
  }

  .strengths-page .evidence-card h3 {
    font-size: 17px;
  }

  .strengths-page .evidence-result {
    font-size: 15px;
  }

  .strengths-page .evidence-result span {
    font-size: 20px;
  }

  .strengths-page .advantage-logo,
  .strengths-page .advantage-rate strong {
    font-size: 42px;
  }

  .strengths-page .advantage-rate span {
    font-size: 16px;
  }

  .strengths-page .advantage-badge {
    width: 240px;
    font-size: 22px;
  }

  .strengths-page .advantage-compare {
    font-size: 16px;
  }

  .strengths-page .advantage-compare div {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 24px;
  }

  .strengths-page .portable-row {
    margin-top: 86px;
    padding: 42px 24px;
  }

  .strengths-page .portable-copy h3 {
    font-size: 26px;
  }

  .strengths-page .strengths-banner {
    min-height: 0;
    margin-top: 86px;
    padding: 34px 22px 220px;
  }

  .strengths-page .strengths-banner h3 {
    font-size: 40px;
  }

  .strengths-page .strengths-banner p {
    font-size: 14px;
  }

  .strengths-page .strengths-banner img {
    right: 22px;
    width: 210px;
  }

  .strengths-page .strengths-banner .contact-button {
    right: auto;
    bottom: 28px;
    left: 22px;
  }

  .strengths-page .detail-message .message-left,
  .strengths-page .detail-message .message-right,
  .safety-page .detail-message .message-left,
  .safety-page .detail-message .message-right {
    width: 250px;
    opacity: .55;
  }

  .safety-page .safety-overview {
    padding: 58px 18px 88px;
  }

  .safety-page .safety-feature-grid {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .safety-page .safety-feature-grid article {
    min-height: 230px;
  }

  .safety-page .safety-feature-grid img {
    width: 205px;
  }

  .safety-page .safety-feature-grid h3 {
    font-size: 21px;
  }

  .safety-page .safety-points {
    padding-bottom: 88px;
  }

  .safety-page .safety-points > h2 {
    width: calc(100vw - 36px);
    height: auto;
    margin: 0 auto;
    padding: 70px 18px;
    font-size: 28px;
    line-height: 1.45;
  }

  .safety-page .safety-point {
    display: block;
    margin-right: 18px;
    margin-left: 18px;
  }

  .safety-page .safety-point + .safety-point {
    margin-top: 80px;
  }

  .safety-page .safety-point-label {
    width: 210px;
    height: 210px;
    margin: 0 auto;
  }

  .safety-page .safety-point-label::after {
    display: none;
  }

  .safety-page .safety-point-label h3 {
    font-size: 22px;
  }

  .safety-page .safety-point-body {
    padding-top: 36px;
  }

  .safety-page .safety-point-body h4 {
    font-size: 21px;
  }

  .safety-page .safety-graph {
    width: 100%;
  }

  .safety-page .safety-compat {
    width: 100%;
    height: 430px;
    margin-top: 40px;
  }

  .safety-page .safety-compat-ring {
    top: 4px;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
  }

  .safety-page .safety-pad-grid {
    top: 205px;
    left: 50%;
    transform: translateX(-50%) perspective(500px) rotateX(58deg) rotateZ(-2deg);
  }

  .safety-page .safety-compat figure {
    top: 75px;
    left: 50%;
    transform: translateX(-5%);
  }

  .safety-page .safety-compat img:not(.safety-compat-ring) {
    width: 220px;
  }

  .safety-page .record-grid h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .safety-page .record-grid img {
    width: 100%;
    height: auto;
  }

  .safety-page .safety-table {
    min-width: 720px;
    font-size: 14px;
  }

  .safety-page .safety-table th,
  .safety-page .safety-table td {
    padding: 18px 22px;
  }

  .safety-page .safety-table thead th {
    font-size: 17px;
  }
}

.strengths-page .detail-message,
.safety-page .detail-message {
  overflow: hidden;
}

.strengths-page .detail-message .message-copy,
.safety-page .detail-message .message-copy {
  width: 700px;
  max-width: calc(100% - 860px);
}

.strengths-page .detail-message .message-copy p,
.safety-page .detail-message .message-copy p {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  overflow-wrap: anywhere;
  line-break: strict;
}

.strengths-page .detail-message .message-left,
.safety-page .detail-message .message-left {
  left: 100px;
  width: 470px;
}

.strengths-page .detail-message .message-right,
.safety-page .detail-message .message-right {
  right: 100px;
  width: 470px;
}

@media (max-width: 1600px) {
  .strengths-page .detail-message .message-copy,
  .safety-page .detail-message .message-copy {
    max-width: 700px;
  }

  .strengths-page .detail-message .message-left,
  .safety-page .detail-message .message-left {
    left: 34px;
    width: 330px;
  }

  .strengths-page .detail-message .message-right,
  .safety-page .detail-message .message-right {
    right: 34px;
    width: 330px;
  }
}

@media (max-width: 1400px) {
  .strengths-page .detail-message .message-copy,
  .safety-page .detail-message .message-copy {
    width: 620px;
    max-width: calc(100% - 640px);
  }

  .strengths-page .detail-message .message-copy p,
  .safety-page .detail-message .message-copy p {
    max-width: 540px;
  }

  .strengths-page .detail-message .message-left,
  .safety-page .detail-message .message-left {
    left: 20px;
    width: 270px;
  }

  .strengths-page .detail-message .message-right,
  .safety-page .detail-message .message-right {
    right: 20px;
    width: 270px;
  }
}

@media (max-width: 1180px) {
  .strengths-page .detail-message .message-copy,
  .safety-page .detail-message .message-copy {
    width: 680px;
    max-width: calc(100% - 48px);
  }

  .strengths-page .detail-message .message-left,
  .strengths-page .detail-message .message-right,
  .safety-page .detail-message .message-left,
  .safety-page .detail-message .message-right {
    display: none;
  }
}

@media (max-width: 980px) {
  .strengths-page .detail-message .message-copy,
  .safety-page .detail-message .message-copy {
    width: calc(100% - 36px);
    max-width: 680px;
  }
}

/* Prevent shared message photos from covering copy on narrow viewports. */
.message-section .message-copy p {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  overflow-wrap: anywhere;
  line-break: strict;
}

@media (max-width: 1600px) {
  .message-section .message-left,
  .message-section .message-right {
    width: 300px !important;
  }

  .message-section .message-left {
    left: 20px !important;
  }

  .message-section .message-right {
    right: 20px !important;
  }

  .message-section .message-copy {
    width: 640px !important;
    max-width: calc(100% - 700px);
  }

  .message-section .message-copy p {
    max-width: 600px;
  }
}

@media (max-width: 1180px) {
  .message-section .message-left,
  .message-section .message-right {
    display: none !important;
  }

  .message-section .message-copy {
    width: calc(100% - 48px) !important;
    max-width: 700px;
    padding-right: 0;
    padding-left: 0;
  }

  .message-section .message-copy p {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .message-section .message-copy {
    width: calc(100% - 36px) !important;
    padding-right: 0;
    padding-left: 0;
  }
}

/* Footer navigation replacement */
.site-footer .footer-inner {
  width: min(1560px, calc(100% - 120px));
  grid-template-columns: 297px minmax(585px, 1fr) 220px;
  align-items: center;
  column-gap: 100px;
}

.site-footer .footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f3f5f;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.site-footer .footer-nav a {
  position: relative;
  padding: 0 26px;
}

.site-footer .footer-nav a:first-child {
  padding-left: 0;
}

.site-footer .footer-nav a:last-child {
  padding-right: 0;
}

.site-footer .footer-nav a + a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 28px;
  content: "";
  background: #607080;
  transform: translateY(-50%);
}

.site-footer .privacy-link {
  justify-self: end;
  grid-column: auto;
  margin-top: 0;
}

.thanks-page .site-footer .footer-inner {
  width: min(1560px, calc(100% - 120px));
  grid-template-columns: 297px minmax(585px, 1fr) 220px;
}

@media (max-width: 1600px) {
  .site-footer .footer-inner,
  .thanks-page .site-footer .footer-inner {
    width: calc(100% - 80px);
    grid-template-columns: 297px minmax(540px, 1fr) 160px;
    column-gap: 36px;
  }

  .site-footer .footer-nav {
    font-size: 15px;
  }

  .site-footer .footer-nav a {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1180px) {
  .site-footer .footer-inner,
  .thanks-page .site-footer .footer-inner {
    width: auto;
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 34px;
    padding: 0 28px;
    text-align: center;
  }

  .site-footer .footer-logo {
    margin-bottom: 0;
  }

  .site-footer .privacy-link {
    justify-self: center;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .site-footer .footer-nav {
    flex-direction: column;
    gap: 17px;
    font-size: 14px;
  }

  .site-footer .footer-nav a {
    padding: 0;
  }

  .site-footer .footer-nav a + a::before {
    display: none;
  }
}

/* Remove the empty area left after deleting the strengths page banner. */
.strengths-page .strengths-advantage {
  padding-bottom: 0;
}
