/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
.site-body * {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
.site-body {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
.site-body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  font-size: 62.5%;
  color: #000;
  line-height: 1;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: auto;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

h1,
h2,
h2,
h3,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

input[type=text],
input[type=button],
input[type=email],
input[type=checkbox],
input[type=submit],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.site-body {
  background: #fff;
}

.site-body {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #333333;
}
.site-body * {
  line-height: 1.7;
}

.wrapper {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 1;
  position: relative;
}

figcaption {
  text-align: center;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.js-scroll {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity ease-in-out 0.6s, transform ease-in-out 0.6s;
}
.js-scroll.js-on {
  opacity: 1;
  transform: none !important;
}

.systemalsapo {
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  right: calc(62px + 2%);
  transform: translateY(100px);
  animation: lsapo 0.4s forwards;
}
.systemalsapo.off {
  display: none;
}
.systemalsapo__link {
  position: relative;
  display: block;
  width: 250px;
  height: 58px;
  box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 20px;
}
.systemalsapo__link::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
.systemalsapo__link:hover img {
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
}
.systemalsapo__link img {
  transition: opacity 0.3s ease-in;
}
.systemalsapo__close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
}

.js-lsapoMarker {
  width: 250px;
  height: 75px;
}

.lsapoBlock {
  padding: 0 0 20px;
  letter-spacing: 0;
  -moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
  background: none;
  margin-top: 104px;
}
.lsapoBlock .content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}
.lsapoBlock .comLink {
  width: 439px;
  margin: 0 auto;
}
.lsapoBlock .comLink a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 10px 13px;
  box-sizing: border-box;
  min-height: 75px;
  border-radius: 37px;
  background-color: #88b83e;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  color: white !important;
  transition: all 0.3s ease-in;
}
.lsapoBlock .comLink a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-out;
}
.lsapoBlock h2 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #88b83e;
}
.lsapoBlock h2 img {
  margin-left: 20px;
  vertical-align: middle;
}
.lsapoBlock .imgBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.lsapoBlock .imgBox .photoBox {
  width: 45%;
}
.lsapoBlock .imgBox .photoBox img {
  width: 100%;
}
.lsapoBlock .imgBox .textBox {
  -ms-flex: 1;
      flex: 1;
}
.lsapoBlock .imgBox {
  margin-bottom: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.lsapoBlock .imgBox .photoBox {
  width: 43.4%;
  margin: 0 30px 0 0;
  border-radius: 20px;
  overflow: hidden;
}
.lsapoBlock .imgBox .photoBox img {
  width: 100%;
}
.lsapoBlock .imgBox .textBox {
  -ms-flex: 1;
      flex: 1;
  margin-right: -40px;
}
.lsapoBlock .imgBox .textBox p {
  font-size: 16px;
  letter-spacing: 0.11em;
  line-height: 2.625;
  color: #0e0357;
}
.lsapoBlock .greenTxt {
  color: #88b83e;
  font-size: 18px;
}
.lsapoBlock h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #9fc238;
  letter-spacing: 0.04em;
}
.lsapoBlock h3 .subSpan {
  position: relative;
  min-height: 81px;
  min-width: 639px;
  padding: 3px 10px 8px;
  box-sizing: border-box;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #edf4e2;
}
.lsapoBlock h3 .subSpan:after {
  width: calc(100% + 10px);
  height: calc(100% + 40px);
  background: url(/static/dental/brand/checkup/image/bg04.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
}
.lsapoBlock h3 .subSpan span {
  position: relative;
  z-index: 1;
}
.lsapoBlock .txt {
  margin-bottom: 46px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 2.35;
  color: #0e0357;
}
.lsapoBlock .txt .greenTxt {
  font-weight: bold;
  font-size: 21px;
  margin: 9px 0 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.05em;
}
.lsapoBlock .txt .greenTxt small {
  font-size: 10px;
  vertical-align: 4px;
  margin-right: 5px;
}
.lsapoBlock .list {
  margin: 0 -10px 62px 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lsapoBlock .list li {
  width: 287px;
  margin: 0 50px 20px 0;
}
.lsapoBlock .list li:nth-child(3n) {
  margin-right: 0;
}
.lsapoBlock .list li .photo img {
  width: 100%;
}
.lsapoBlock .list li .info {
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border: 5px solid #88b83e;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto -60px;
  padding: 10px 5px;
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #88b83e;
  line-height: 1.4;
  text-align: center;
  background-color: white;
}
.lsapoBlock .list li .info span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #0e0357;
  letter-spacing: 0.06em;
  line-height: 1.32;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@keyframes sec01AprcTtlBgFloatA {
  0%, 100% {
    translate: 0 0;
  }
  25% {
    translate: 12px -15px;
  }
  50% {
    translate: 0 -20px;
  }
  75% {
    translate: -12px -15px;
  }
}
@keyframes sec01AprcTtlBgFloatB {
  0%, 100% {
    translate: 0 0;
  }
  25% {
    translate: -14px 12px;
  }
  50% {
    translate: -20px 0;
  }
  75% {
    translate: -14px -12px;
  }
}
.client--checkup .mv {
  position: relative;
}
.client--checkup .mv__img {
  margin: 0;
  line-height: 0;
}
.client--checkup .mv__img img {
  width: 100%;
}
.client--checkup .concept {
  padding: 93px 0 100px;
  text-align: center;
}
.client--checkup .concept__txt {
  font-size: 2.4rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #0e0357;
  margin: 0;
  font-weight: 500;
}
.client--checkup .concept__txt .em {
  color: #00a5e7;
}
.client--checkup .concept__txt .em.bold {
  font-weight: 700;
}
.client--checkup .section {
  padding: 70px 0 80px;
}
.client--checkup .section.sec01 {
  padding: 0;
}
.client--checkup .section.sec02 {
  padding: 79px 0 0;
}
.client--checkup .section.sec03 {
  padding: 96px 0 86px;
}
.client--checkup .section.sec04 {
  padding: 81px 0 0;
}
.client--checkup .sec-ttl.js-scroll {
  transform: translate(0);
}
.client--checkup .sec-ttl h2 {
  background: #0e0357;
  border-radius: 35px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0;
}
.client--checkup .sec01 .sec-ttl {
  margin-bottom: 80px;
}
.client--checkup .sec01__parts__point {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 60px;
  background: #0e0357;
  border-radius: 0 50% 50% 0;
  padding-right: 7px;
}
.client--checkup .sec01__parts__point .point__label {
  position: absolute;
  top: 9px;
  left: 15px;
  display: block;
  font-size: 1rem;
  transform: scale(0.8);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
}
.client--checkup .sec01__parts__point .point__num {
  position: absolute;
  top: 19px;
  left: 19px;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  transform: translateX(2px);
}
.client--checkup .sec01 .sec-ttl {
  padding-top: 40px;
}
.client--checkup .sec01__aprc {
  position: relative;
}
.client--checkup .sec01__aprc.item--1 {
  margin-bottom: 103px;
}
.client--checkup .sec01__aprc.item--2 {
  margin-bottom: 0px;
}
.client--checkup .sec01__aprc.item--2 .inner {
  margin-top: 49px;
}
.client--checkup .sec01__aprc__bg img {
  width: 100%;
}
.client--checkup .sec01__aprc__ttl {
  position: relative;
  width: 201px;
  margin: auto;
  z-index: 0;
}
.client--checkup .sec01__aprc__ttl.js-on .sec01__aprc__ttl__budge {
  scale: 1;
}
.client--checkup .sec01__aprc__ttl.js-scroll {
  transform: translate(0);
}
.client--checkup .sec01__aprc__ttl__budge {
  scale: 1.05;
  transition: scale 0.6s ease-in-out;
}
.client--checkup .sec01__aprc__ttl__bg {
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  width: 1399px;
  height: 300px;
  z-index: -1;
}
.client--checkup .sec01__aprc__ttl__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(/static/client/brand/checkup/image/sec01_aprc_ttlBg_pc.png) no-repeat center center;
}
.client--checkup .sec01__aprc__ttl__bg svg {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
.client--checkup .sec01__aprc__ttl__bg svg circle {
  animation-duration: 12s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(odd) {
  animation-name: sec01AprcTtlBgFloatA;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(even) {
  animation-name: sec01AprcTtlBgFloatB;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(1) {
  animation-delay: 0s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(2) {
  animation-delay: -0.5s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(3) {
  animation-delay: -1s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(4) {
  animation-delay: -1.5s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(5) {
  animation-delay: -2s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(6) {
  animation-delay: -2.5s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(7) {
  animation-delay: -3s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(8) {
  animation-delay: -3.5s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(9) {
  animation-delay: -4s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(10) {
  animation-delay: -4.5s;
}
.client--checkup .sec01__aprc__ttl__bg svg circle:nth-of-type(11) {
  animation-delay: -5s;
}
.client--checkup .sec01__aprc .inner {
  position: relative;
  z-index: 1;
  margin-top: 61px;
}
.client--checkup .sec01__aprc1__feature {
  background: #ebf9ff;
  padding: 40px;
  border-radius: 10px;
  margin-top: 79px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}
.client--checkup .sec01__aprc1__concept {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.client--checkup .sec01__aprc1__concept.js-scroll {
  transform: translate(0);
  opacity: 0;
}
.client--checkup .sec01__aprc1__concept.js-on {
  translate: 0 0;
  opacity: 1;
}
.client--checkup .sec01__aprc1__concept.js-on::before {
  translate: 0 0;
  opacity: 1;
}
.client--checkup .sec01__aprc1__concept::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 504px;
  z-index: -1;
  translate: -100px 0;
  opacity: 0;
  background: url(/static/client/brand/checkup/image/sec01_aprc_wave_pc.png) no-repeat center center;
  transition: translate 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
.client--checkup .sec01__aprc1__concept__img {
  max-width: 660px;
  transform: translateX(9px);
  width: 100%;
  margin: auto;
}
.client--checkup .sec01__aprc1__products {
  text-align: center;
  margin-top: -8px;
}
.client--checkup .sec01__aprc1__products img {
  max-width: 684px;
  width: 100%;
}
.client--checkup .sec01__aprc1__txt {
  font-size: 2.4rem;
  line-height: 1.667;
  letter-spacing: 0.1em;
  color: #0e0357;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 57px;
}
.client--checkup .sec01__aprc1__txt.js-scroll {
  transform: translate(0);
}
.client--checkup .sec01__aprc1__txt .em {
  color: #00a5e7;
}
.client--checkup .sec01__aprc1__txt .bold {
  font-weight: 700;
}
.client--checkup .sec01__aprc1__txt .fixSpacing {
  letter-spacing: 0.04em;
}
.client--checkup .sec01__aprc1__note {
  text-align: right;
  margin-top: 14px;
  letter-spacing: -0.03em;
  color: #0e0357;
}
.client--checkup .sec01__feature {
  border-radius: 5px;
  overflow: hidden;
}
.client--checkup .sec01__feature + .sec01__feature {
  margin-top: 40px;
}
.client--checkup .sec01__feature__ttl {
  background: #0e0357;
  border-radius: 10px 10px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 14px 30px;
}
.client--checkup .sec01__feature__ttl h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2.143;
  margin: 0;
  text-align: center;
}
.client--checkup .sec01__feature__content {
  padding: 30px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.client--checkup .sec01__feature__flex {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.client--checkup .sec01__feature__img {
  width: 81.2%;
  margin: auto;
}
.client--checkup .sec01__feature__notice {
  display: inline-block;
  text-align: center;
  margin: 20px auto 0;
}
.client--checkup .sec01__feature__notice__txt {
  border: 4px solid #00a5e7;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #00a5e7;
  display: inline-block;
  border-radius: 10px;
  padding: 17px 73px 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.client--checkup .sec01__feature__notice__note {
  font-size: 1.1rem;
  text-align: right;
  margin-top: 10px;
}
.client--checkup .sec01__feature__item {
  -ms-flex: 1;
      flex: 1;
  border-radius: 5px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.client--checkup .sec01__feature__item.item--1 {
  -ms-flex: 0 0 44.5%;
      flex: 0 0 44.5%;
}
.client--checkup .sec01__feature__item__note {
  margin-top: 4px;
  font-size: 1.1rem;
  color: #0e0357;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
}
.client--checkup .sec01__feature__item__note strong {
  border-radius: 3px;
  line-height: 1.18;
  font-weight: 700;
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  width: 40px;
  height: 50px;
  background: #ebf9ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.client--checkup .sec01__feature__item__head {
  background: #00a5e7;
  border-radius: 5px 5px 0 0;
  min-height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 15px 10px 70px;
  position: relative;
}
.client--checkup .sec01__feature__item__head__txt {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-left: 4px;
}
.client--checkup .sec01__feature__item__body {
  padding: 20px 19px 20px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.client--checkup .sec01__feature__item__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0e0357;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin: 0 0 22px;
}
.client--checkup .sec01__feature__item__txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0e0357;
  letter-spacing: 0.1em;
  line-height: 1.733;
  margin: 0 0 15px;
}
.client--checkup .sec01__feature__item__graph-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0e0357;
  margin: 0 0 10px;
  line-height: 1.429;
  letter-spacing: 0;
  text-indent: -1em;
  margin-left: 1em;
}
.client--checkup .sec01__feature__item__img-wrap {
  text-align: center;
  margin: 0 0 15px;
}
.client--checkup .sec01__feature__item__img-wrap img {
  max-width: 100%;
}
.client--checkup .sec01__feature__item__charts {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0 auto 15px;
  max-width: 258px;
}
.client--checkup .sec01__feature__item__charts img {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.client--checkup .sec01__aprc2__lead {
  font-size: 2.4rem;
  color: #0e0357;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 40px;
}
.client--checkup .sec01__aprc2__illust {
  text-align: center;
  margin: 0 0 79px;
}
.client--checkup .sec01__aprc2__illust img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.client--checkup .sec01__haburashi {
  background: #ebf9ff;
  border-radius: 10px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.client--checkup .sec01__haburashi__note {
  margin-top: 4px;
  font-size: 1.1rem;
  color: #0e0357;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0;
  gap: 10px;
}
.client--checkup .sec01__haburashi__note.flex-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.client--checkup .sec01__haburashi__note strong {
  border-radius: 3px;
  line-height: 1.18;
  font-weight: 700;
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  width: 40px;
  height: 30px;
  border-radius: 3px;
  background: #ebf9ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.client--checkup .sec01__haburashi__ttl {
  background: #a0e3ff;
  border-radius: 10px 10px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px 30px;
}
.client--checkup .sec01__haburashi__ttl h3 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #0e0357;
  letter-spacing: 0.1em;
  line-height: 2.143;
  margin: 0;
  white-space: nowrap;
}
.client--checkup .sec01__haburashi__body {
  padding: 40px;
}
.client--checkup .sec01__haburashi__point {
  background: #fff;
  border-radius: 5px;
}
.client--checkup .sec01__haburashi__point + .sec01__haburashi__point {
  margin-top: 31px;
}
.client--checkup .sec01__haburashi__point.item--2 {
  padding-bottom: 30px;
}
.client--checkup .sec01__haburashi__point.item--2 .sec01__haburashi__ttl--point {
  font-size: 2rem;
}
.client--checkup .sec01__haburashi__point.item--2 .sec01__haburashi__point__head {
  margin-bottom: 58px;
}
.client--checkup .sec01__haburashi__point.item--2 .sec01__haburashi__point__content {
  width: 82%;
  margin: auto;
}
.client--checkup .sec01__haburashi__point__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 31px;
}
.client--checkup .sec01__haburashi__point__content {
  padding: 0 30px 30px;
}
.client--checkup .sec01__haburashi__point__content .sec01__parts__note {
  letter-spacing: 0;
}
.client--checkup .sec01__haburashi__point__badge {
  position: relative;
  width: 260px;
  background: #00a5e7;
  border-radius: 5px 0 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 15px;
  padding: 15px 20px 15px 79px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.client--checkup .sec01__haburashi__point__badge.with--logo {
  padding: 21px 20px 12px 79px;
}
.client--checkup .sec01__haburashi__point__badge__inner {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #0e0357;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.client--checkup .sec01__haburashi__point__badge__inner .point__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
}
.client--checkup .sec01__haburashi__point__badge__inner .point__num {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
.client--checkup .sec01__haburashi__point__badge__caption {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0;
}
.client--checkup .sec01__haburashi__point__head__right {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 32px 25px 0 28px;
}
.client--checkup .sec01__haburashi__logo {
  display: block;
  width: 145px;
}
.client--checkup .sec01__haburashi__ttl--point {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00a5e7;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 12px;
}
.client--checkup .sec01__haburashi__txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0e0357;
  letter-spacing: 0.1em;
  line-height: 1.733;
  margin: 0;
}
.client--checkup .sec01__haburashi__graph-ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0e0357;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 30px 0 30px;
}
.client--checkup .sec01__haburashi__graph-ttl::before, .client--checkup .sec01__haburashi__graph-ttl::after {
  content: "";
  width: calc((100% - 320px) / 2);
  height: 2px;
  background: #b3e4f8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.client--checkup .sec01__haburashi__graph-ttl::before {
  left: 0;
}
.client--checkup .sec01__haburashi__graph-ttl::after {
  right: 0;
}
.client--checkup .sec01__haburashi__chart {
  margin: 0 auto 30px;
  width: 88%;
}
.client--checkup .sec01__haburashi__chart img {
  width: 100%;
}
.client--checkup .sec01__haburashi__point__content img {
  width: 100%;
}
.client--checkup .sec02 .sec-ttl {
  margin-bottom: 35px;
}
.client--checkup .sec02__lead {
  font-size: 1.8rem;
  color: #0e0357;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 55px;
}
.client--checkup .sec02__table {
  margin: 0 0 8px;
}
.client--checkup .sec02__table img {
  width: 100%;
}
.client--checkup .sec02__table--sp img {
  width: 100%;
}
.client--checkup .sec02__notes {
  font-size: 1.4rem;
}
.client--checkup .sec02__notes p {
  color: #0e0357;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 8px;
}
.client--checkup .sec02__notes ul {
  letter-spacing: 0;
  color: #0e0357;
}
.client--checkup .sec02__notes ul li {
  text-indent: -2.6em;
  margin-left: 2.6em;
  line-height: 1.5;
}
.client--checkup .sec02__notes ul li span {
  margin-right: 1.3rem;
  line-height: 1;
}
.client--checkup .sec02__notes ul li.bold {
  text-indent: -1.6em;
  margin-left: 1.6em;
  font-weight: 700;
  color: #eb7d00;
}
.client--checkup .sec02__notes ul li.bold span {
  margin-right: 0;
}
.client--checkup .sec03__cat {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0e0357;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 51px 0 31px;
}
.client--checkup .sec03__cat ~ .client--checkup .sec03__cat {
  margin-top: 60px;
}
.client--checkup .sec03__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 30.7%);
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 60px 0;
}
.client--checkup .sec03__grid + .sec03__cat {
  border-top: 1px solid #d6d6d6;
  padding-top: 51px;
  margin-top: 80px;
  margin-bottom: 51px;
}
.client--checkup .sec03__grid.grid--center {
  gap: 60px 36px;
  -ms-flex-pack: center;
      justify-content: center;
}
.client--checkup .sec03__item {
  -ms-flex: 0 0 31%;
      flex: 0 0 31%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.client--checkup .sec03__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.client--checkup .sec03__item--bordered {
  border: 1px solid #0e0357;
  padding-bottom: 27px;
}
.client--checkup .sec03__item__img {
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.client--checkup .sec03__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.client--checkup .sec03__item__info {
  width: 100%;
  margin-top: 2px;
  text-align: center;
  letter-spacing: 0;
}
.client--checkup .sec03__item__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0e0357;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  transition: color 0.3s ease-in-out;
}
.client--checkup .sec03__item__desc {
  font-size: 1.4rem;
  color: #0e0357;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  margin-top: 12px;
}
.client--checkup .sec03__item__tag {
  display: inline-block;
  background: linear-gradient(90deg, #0e0357 0%, #00a5e7, #0e0357);
  color: #fff;
  font-size: 1.1rem;
  border-radius: 3px;
  padding: 3px 7px 4px;
  line-height: 1;
  margin-top: 6px;
}
.client--checkup .sec03__item__component {
  font-size: 1.1rem;
  color: #0e0357;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  margin-top: 6px;
}
.client--checkup .sec03__item__code {
  font-size: 1rem;
  transform: scale(0.9);
  color: #0e0357;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  margin-top: 11px;
}
.client--checkup .sec03__item__label {
  display: inline-block;
  border: 1px solid #aaa;
  padding: 1px 10px 3px;
  font-size: 1.1rem;
  color: #666;
  line-height: 1.2;
  white-space: nowrap;
  margin-top: 9px;
}
.client--checkup .sec03__item__label--rx {
  border-color: #c00;
  color: #c00;
}
.client--checkup .sec03__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #0e0357;
  border-radius: 26px;
  height: 36px;
  width: 190px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  margin-top: 20px;
  border: 2px solid transparent;
  transition: opacity 0.3s ease-in-out;
}
.client--checkup .sec03__btn::before, .client--checkup .sec03__btn::after {
  content: "";
  top: 41%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  transition: background-color 0.3s ease-in-out;
}
.client--checkup .sec03__btn::after {
  transform: translateY(-50%) rotate(-45deg);
  top: 59%;
}
.client--checkup .sec04 {
  background: linear-gradient(180deg, #ebf9ff 0%, #ffffff 100%);
}
.client--checkup .sec04 .sec-ttl {
  margin-bottom: 29px;
}
.client--checkup .sec04__lead {
  font-size: 1.8rem;
  color: #0e0357;
  letter-spacing: 0.1em;
  line-height: 2.222;
  text-align: center;
  margin: 0 0 45px;
  white-space: nowrap;
}
.client--checkup .sec04__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.client--checkup .sec04__block {
  -ms-flex: 0 0 31%;
      flex: 0 0 31%;
  position: relative;
  padding-top: 53px;
  letter-spacing: 0;
}
.client--checkup .sec04__block.item--3 .sec04__block__card {
  padding: 61px 16px 25px;
}
.client--checkup .sec04__block.item--3 .sec04__block__txt {
  padding: 0 9px;
}
.client--checkup .sec04__block__point {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 106px;
  z-index: 1;
}
.client--checkup .sec04__block__point img {
  display: block;
}
.client--checkup .sec04__block__card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 61px 25px 25px;
  height: 100%;
}
.client--checkup .sec04__block__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0e0357;
  text-align: center;
  margin: 0;
}
.client--checkup .sec04__block__txt {
  font-size: 1.5rem;
  color: #0e0357;
  line-height: 1.5;
  margin: 0;
  margin-top: 13px;
}
.client--checkup .sec04__block__txt .em {
  color: #00a5e7;
  line-height: 1.5;
}
.client--checkup .sec04__block__img {
  margin-top: 30px;
}
.client--checkup .sec04__block__img img {
  display: block;
}
.client--checkup .sec04__age-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 5px;
  margin-top: 24px;
}
.client--checkup .sec04__age-item {
  background: linear-gradient(180deg, #f3fbff 0%, #d6f3ff 100%);
  border-radius: 5px;
  min-height: 70px;
  padding: 10px 0 10px 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.client--checkup .sec04__age-item__info {
  -ms-flex: 1;
      flex: 1;
}
.client--checkup .sec04__age-item__age {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0e0357;
  margin: 0;
  line-height: 1;
}
.client--checkup .sec04__age-item__amount, .client--checkup .sec04__age-item__ppm {
  font-size: 1.1rem;
  color: #0e0357;
  margin: 2px 0 0;
  line-height: 1.364;
}
.client--checkup .sec04__age-item__amount {
  margin: 5px 0 0;
}
.client--checkup .sec04__age-item__img {
  width: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.client--checkup .sec04__age-item__img img {
  width: 100%;
  display: block;
}
.client--checkup .sec04__video {
  text-align: center;
  margin-top: 100px;
}
.client--checkup .sec04__video iframe {
  width: 800px;
  height: 450px;
  max-width: 100%;
}
.client--checkup .sec05 {
  margin: 118px 0 55px;
}
.client--checkup .sec05__logo {
  text-align: center;
}
.client--checkup .sec05__products {
  margin: 36px auto 0;
  text-align: center;
  width: 100%;
  max-width: 970px;
  translate: 4px 0;
  padding: 0 30px;
}
@media (hover: hover) {
  .client--checkup .sec03__link:hover .sec03__item__img {
    opacity: 0.7;
  }
  .client--checkup .sec03__link:hover .sec03__item__name {
    color: #00A5E7;
  }
  .client--checkup .sec03__link:hover .sec03__btn {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 959px) {
  .pcOnly {
    display: block;
  }

  .spOnly {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: 320px;
  }

  .wrapper {
    overflow: hidden;
  }

  .inner {
    width: 90%;
    padding: 0;
  }

  .js-scroll {
    transform: translate(0, 30px);
  }

  .site-body {
    background: #fff;
  }

  .site-body {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .site-body * {
    line-height: 1.7;
  }

  .wrapper {
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
  }

  figcaption {
    text-align: center;
  }

  .systemalsapo {
    position: fixed;
    bottom: 15px;
    right: calc(50% - 125px) !important;
    transform: translateY(20px);
    margin-top: 75px;
  }
  .systemalsapo.js-on {
    bottom: 15px;
    transform: translateY(0);
    animation: none;
  }

  .lsapoBlock {
    margin-top: 125px;
  }
  .lsapoBlock h2 {
    font-size: 20px;
  }
  .lsapoBlock h3 .subSpan::after {
    left: -5px;
  }
  .lsapoBlock h2 {
    font-size: 18px;
  }
  .lsapoBlock h3 .subSpan::after {
    width: calc(100% + 10px);
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  .client--checkup .concept {
    padding: 52px 0 0;
  }
  .client--checkup .concept__txt {
    font-size: 1.6rem;
    line-height: 2.625;
    letter-spacing: 0.1em;
  }
  .client--checkup .section {
    padding: 40px 0 50px;
  }
  .client--checkup .section.sec01 {
    padding: 0 0 50px;
  }
  .client--checkup .section.sec02 {
    padding: 10px 0 20px;
  }
  .client--checkup .section.sec03 {
    padding: 11px 0 92px;
  }
  .client--checkup .section.sec04 {
    padding: 40px 0 0;
  }
  .client--checkup .sec-ttl {
    margin-bottom: 30px;
  }
  .client--checkup .sec-ttl h2 {
    font-size: 1.6rem;
    height: 47px;
    border-radius: 27px;
    letter-spacing: 0.1em;
  }
  .client--checkup .sec01 {
    margin-top: 81px;
  }
  .client--checkup .sec01 .sec-ttl {
    padding-top: 35px;
    margin-bottom: 60px;
  }
  .client--checkup .sec01__aprc {
    margin-bottom: 40px;
  }
  .client--checkup .sec01__aprc.item--1 {
    margin-bottom: 60px;
  }
  .client--checkup .sec01__aprc.item--2 .inner {
    margin-top: 37px;
  }
  .client--checkup .sec01__aprc__ttl {
    position: relative;
    width: 170px;
  }
  .client--checkup .sec01__aprc__ttl__bg::before {
    top: -7px;
    width: 845px;
    height: 305px;
    background: url(/static/client/brand/checkup/image/sec01_aprc_ttlBg_sp.png) no-repeat center center;
  }
  .client--checkup .sec01__aprc__bg {
    position: absolute;
  }
  .client--checkup .sec01__aprc .inner {
    margin-top: 44px;
  }
  .client--checkup .sec01__aprc1__feature {
    margin-top: 62px;
    padding: 20px;
  }
  .client--checkup .sec01__aprc1__concept {
    scale: 1.05;
    margin-top: 25px;
  }
  .client--checkup .sec01__aprc1__concept img {
    width: 100%;
  }
  .client--checkup .sec01__aprc1__concept::before {
    width: 739px;
    height: 310px;
    translate: -50px 0;
    background: url(/static/client/brand/checkup/image/sec01_aprc_wave_sp.png) no-repeat center center;
  }
  .client--checkup .sec01__aprc1__products img {
    width: 100%;
  }
  .client--checkup .sec01__aprc1__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-top: 48px;
    letter-spacing: 0.1em;
  }
  .client--checkup .sec01__aprc1__note {
    font-size: 1.1rem;
    margin-top: 11px;
    letter-spacing: 0.06em;
  }
  .client--checkup .sec01__feature + .sec01__feature {
    margin-top: 29px;
  }
  .client--checkup .sec01__feature__notice__txt {
    font-size: 1.8rem;
    padding: 10px 11px 7px;
  }
  .client--checkup .sec01__feature__notice__note {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .client--checkup .sec01__feature__content {
    padding: 20px 17px 32px;
  }
  .client--checkup .sec01__feature__ttl {
    padding: 15px 27px 13px;
    border-radius: 5px 5px 0 0;
    display: block;
  }
  .client--checkup .sec01__feature__ttl h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    white-space: normal;
    text-align: center;
  }
  .client--checkup .sec01__feature__grid {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .client--checkup .sec01__feature__flex {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
  .client--checkup .sec01__feature__flex .gap--15 {
    gap: 11px;
  }
  .client--checkup .sec01__feature__img {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
  .client--checkup .sec01__feature__item__graph-label {
    margin: 0 0 14px 1em;
  }
  .client--checkup .sec01__feature__item.item--1 {
    margin-top: 0;
  }
  .client--checkup .sec01__feature__item.item--2 {
    max-width: 350px;
    margin: auto;
  }
  .client--checkup .sec01__feature__item.item--2 img {
    width: 100%;
    display: block;
  }
  .client--checkup .sec01__feature__item.item--4 .sec01__feature__item__note {
    margin-top: 12px;
  }
  .client--checkup .sec01__feature__item__head {
    padding-left: 74px;
    min-height: 64px;
    padding: 28px 15px 25px 28px;
  }
  .client--checkup .sec01__feature__item__head.point--2 {
    padding: 16px 15px 17px 28px;
  }
  .client--checkup .sec01__feature__item__head__txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-left: 49px;
    line-height: 1.45;
  }
  .client--checkup .sec01__feature__item__point {
    width: 50px;
    height: 50px;
    left: 8px;
  }
  .client--checkup .sec01__feature__item__point .point__num {
    font-size: 2.2rem;
  }
  .client--checkup .sec01__feature__item__body {
    padding: 21px 20px 20px;
  }
  .client--checkup .sec01__feature__item__ttl {
    font-size: 1.8rem;
    margin: 0 0 20px;
    text-align: center;
  }
  .client--checkup .sec01__feature__item__txt {
    font-size: 1.4rem;
    letter-spacing: 0.19em;
    line-height: 1.85;
    margin-bottom: 0;
  }
  .client--checkup .sec01__feature__item__charts {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 3px auto 8px;
  }
  .client--checkup .sec01__feature__item__charts img {
    min-width: 100%;
  }
  .client--checkup .sec01__feature__item__note {
    -ms-flex-align: stretch;
        align-items: stretch;
    font-size: 10px;
  }
  .client--checkup .sec01__feature__item__note strong {
    height: auto;
    font-size: 11px;
  }
  .client--checkup .sec01__aprc2__lead {
    font-size: 1.6rem;
    padding-top: 20px;
    margin-bottom: 38px;
  }
  .client--checkup .sec01__aprc2__illust {
    margin-bottom: 58px;
  }
  .client--checkup .sec01__aprc2__illust img {
    width: 100%;
  }
  .client--checkup .sec01__haburashi__ttl {
    padding: 21px 30px;
  }
  .client--checkup .sec01__haburashi__ttl--point {
    line-height: 1.4;
    margin: 0 0 16px;
  }
  .client--checkup .sec01__haburashi__ttl h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    white-space: normal;
    text-align: center;
  }
  .client--checkup .sec01__haburashi__body {
    padding: 30px 20px 19px;
  }
  .client--checkup .sec01__haburashi__point + .sec01__haburashi__point {
    margin-top: 18px;
  }
  .client--checkup .sec01__haburashi__point.item--2 {
    margin-top: 31px;
  }
  .client--checkup .sec01__haburashi__point.item--2 .sec01__haburashi__ttl--point {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .client--checkup .sec01__haburashi__point.item--2 .sec01__haburashi__point__head {
    margin-bottom: 28px;
  }
  .client--checkup .sec01__haburashi__point.item--2 .sec01__haburashi__point__content {
    width: 100%;
    padding: 0;
  }
  .client--checkup .sec01__haburashi__point__head {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
  }
  .client--checkup .sec01__haburashi__point__badge {
    width: 100%;
    min-height: 80px;
    border-radius: 5px 5px 0 0;
    gap: 12px;
    padding: 5px 6px 5px 15px;
  }
  .client--checkup .sec01__haburashi__point__badge.with--logo {
    padding: 18px 20px 15px 77px;
  }
  .client--checkup .sec01__haburashi__point__badge__inner {
    width: 50px;
    height: 50px;
  }
  .client--checkup .sec01__haburashi__point__badge__inner .point__num {
    font-size: 2.2rem;
  }
  .client--checkup .sec01__haburashi__point__badge__caption {
    font-size: 1.6rem;
    margin-left: 62px;
  }
  .client--checkup .sec01__haburashi__point__head__right {
    padding: 20px 20px 0 21px;
  }
  .client--checkup .sec01__haburashi__point__content {
    padding: 0 20px 20px;
  }
  .client--checkup .sec01__haburashi__logo {
    width: 145px;
  }
  .client--checkup .sec01__haburashi__txt {
    font-size: 1.4rem;
    letter-spacing: 0.18em;
    line-height: 1.87;
  }
  .client--checkup .sec01__haburashi__graph-ttl {
    font-size: 1.3rem;
    margin: 26px 0 23px;
  }
  .client--checkup .sec01__haburashi__graph-ttl::before {
    width: calc((100% - 210px) / 2);
  }
  .client--checkup .sec01__haburashi__graph-ttl::after {
    width: calc((100% - 210px) / 2);
  }
  .client--checkup .sec01__haburashi__chart {
    width: 100%;
  }
  .client--checkup .sec01__haburashi__note {
    -ms-flex-align: stretch;
        align-items: stretch;
    font-size: 10px;
    letter-spacing: 0.06em;
    margin-top: 15px;
  }
  .client--checkup .sec01__haburashi__note strong {
    height: auto;
    font-size: 11px;
  }
  .client--checkup .sec02 .sec-ttl {
    padding: 0 20px;
    margin-bottom: 29px;
  }
  .client--checkup .sec02 .inner {
    width: 100%;
  }
  .client--checkup .sec02__lead {
    font-size: 1.5rem;
    white-space: normal;
    padding: 0 18px 0 32px;
    letter-spacing: 0.09em;
    margin-bottom: 35px;
  }
  .client--checkup .sec02__table {
    margin-bottom: 7px;
  }
  .client--checkup .sec02__notes {
    padding: 0 20px;
  }
  .client--checkup .sec02__notes p {
    font-size: 1.4rem;
    margin: 1px 0 18px;
  }
  .client--checkup .sec02__notes ul li {
    text-indent: -2em;
    margin-left: 2em;
  }
  .client--checkup .sec02__notes ul li span {
    margin-right: 0.8rem;
  }
  .client--checkup .sec02__notes ul li.bold {
    text-indent: -2em;
    margin-left: 2em;
  }
  .client--checkup .sec02__notes ul li.bold span {
    margin-right: 1.4rem;
  }
  .client--checkup .sec02__tab-wrap {
    margin-bottom: 6px;
  }
  .client--checkup .sec02__tab-nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    padding: 0 20px;
  }
  .client--checkup .sec02__tab-nav::before {
    content: "";
    position: absolute;
    background: #00a5e7;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
  }
  .client--checkup .sec02__tab-btn {
    -ms-flex: 1;
        flex: 1;
    height: 50px;
    border: 2px solid #00a5e7;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    background: #ebf9ff;
    color: #00a5e7;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    position: relative;
  }
  .client--checkup .sec02__tab-btn.is-active {
    background: #fff;
  }
  .client--checkup .sec02__tab-btn.is-active::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 5px;
    bottom: -3px;
    left: 0;
  }
  .client--checkup .sec02__tab-panel {
    display: none;
    padding: 20px 20px 0;
  }
  .client--checkup .sec02__tab-panel img {
    width: 100%;
    display: block;
  }
  .client--checkup .sec02__tab-panel.is-active {
    display: block;
  }
  .client--checkup .sec03__cat {
    text-align: center;
    font-size: 2.4rem;
    margin: 10px 0 32px;
  }
  .client--checkup .sec03__cat ~ .client--checkup .sec03__cat {
    margin-top: 40px;
  }
  .client--checkup .sec03__grid {
    grid-template-columns: 1fr;
    gap: 41px;
  }
  .client--checkup .sec03__grid + .sec03__cat {
    padding-top: 36px;
    margin-top: 61px;
    margin-bottom: 20px;
  }
  .client--checkup .sec03__grid.grid--center {
    gap: 41px;
  }
  .client--checkup .sec03__item {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .client--checkup .sec03__link {
    -ms-flex-direction: row;
        flex-direction: row;
    height: auto;
    gap: 20px;
    -ms-flex-align: start;
        align-items: flex-start;
    display: grid;
    grid-template-columns: 32.83% 1fr;
  }
  .client--checkup .sec03__item--bordered {
    border: 1px solid #0e0357;
    padding: 20px;
  }
  .client--checkup .sec03__item__img {
    grid-row: 1/3;
  }
  .client--checkup .sec03__item__info {
    -ms-flex: 1;
        flex: 1;
    padding: 0;
    gap: 8px;
    text-align: left;
    grid-column: 2/3;
    overflow: hidden;
  }
  .client--checkup .sec03__item__name {
    font-size: 1.8rem;
    text-align: left;
    word-break: break-all;
  }
  .client--checkup .sec03__item__code {
    text-align: left;
    width: 111%;
    transform-origin: left;
    margin-top: 3px;
  }
  .client--checkup .sec03__item__desc {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 4px;
  }
  .client--checkup .sec03__item__component {
    text-align: left;
    margin-top: 4px;
  }
  .client--checkup .sec03__item__label {
    margin-top: 3px;
    padding: 1px 6px 3px;
  }
  .client--checkup .sec03__btn {
    grid-column: 2/3;
    margin-top: 0;
    width: 168px;
    font-size: 1.2rem;
  }
  .client--checkup .sec03__btn:before, .client--checkup .sec03__btn::after {
    right: 11px;
  }
  .client--checkup .sec04 .sec-ttl {
    margin-bottom: 28px;
  }
  .client--checkup .sec04__lead {
    font-size: 1.5rem;
    white-space: normal;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    line-height: 1.7;
    margin-bottom: 33px;
  }
  .client--checkup .sec04__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 22px;
  }
  .client--checkup .sec04__block {
    width: 100%;
    max-width: 335px;
  }
  .client--checkup .sec04__block.item--3 .sec04__block__txt {
    padding: 0;
  }
  .client--checkup .sec04__block.item--3 .sec04__block__img {
    margin-top: 46px;
  }
  .client--checkup .sec04__block__card {
    min-height: 0;
    padding: 63px 20px 25px;
  }
  .client--checkup .sec04__block__ttl {
    font-size: 1.8rem;
  }
  .client--checkup .sec04__block__txt {
    font-size: 1.5rem;
    margin-top: 12px;
  }
  .client--checkup .sec04__block__img {
    margin-top: 24px;
  }
  .client--checkup .sec04__age-item {
    height: 70px;
    padding: 0px 0 0 16px;
  }
  .client--checkup .sec04__age-item__age {
    font-size: 1.3rem;
  }
  .client--checkup .sec04__age-item__img {
    width: 90px;
  }
  .client--checkup .sec04__age-item__amount, .client--checkup .sec04__age-item__ppm {
    font-size: 1.1rem;
  }
  .client--checkup .sec04__age-item__pem {
    margin: 0;
  }
  .client--checkup .sec04__video {
    margin-top: 76px;
  }
  .client--checkup .sec04__video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .client--checkup .sec05 {
    margin: 79px 0 45px;
  }
  .client--checkup .sec05__logo {
    width: 211px;
    margin: auto;
    translate: -4px 0;
  }
  .client--checkup .sec05__products {
    margin: 40px auto 0;
    width: 84%;
    translate: -4px 0;
  }
}