@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  color: #000000;
}

ol, ul, li {
  padding-left: 0;
  list-style: none;
}

picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

a, button {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease;
}
a::before, a::after, button::before, button::after {
  transition: all 0.3s ease;
}
a:hover, button:hover {
  color: #5D697A;
  text-decoration: none;
}

button {
  transition: all 0.3s ease;
}
button::before, button::after {
  transition: all 0.3s ease;
}

@media (max-width: 768.98px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 1400.98px) {
  .maxxxl {
    display: none;
  }
}

@media (max-width: 1200.98px) {
  .maxxl {
    display: none;
  }
}

@media (max-width: 992.98px) {
  .maxlg {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .maxmd {
    display: none;
  }
}

@media (max-width: 576.98px) {
  .maxsm {
    display: none;
  }
}

@media (min-width: 1401px) {
  .minxxl {
    display: none;
  }
}

@media (min-width: 1201px) {
  .minxl {
    display: none;
  }
}

@media (min-width: 993px) {
  .minlg {
    display: none;
  }
}

@media (min-width: 769px) {
  .minmd {
    display: none;
  }
}

@media (min-width: 577px) {
  .minsm {
    display: none;
  }
}

h1, h2, h3, h4, h5,
p, ul, ol, dl, dt, dd {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
  font-size: 1rem;
  font-weight: normal;
}

*:focus {
  outline: none !important;
}

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

html {
  scroll-padding-top: 48px;
}

#load {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
#load.is-active {
  opacity: 0;
  visibility: hidden;
}
#load img {
  width: 164.68px;
  height: 38.14px;
}

.bnr {
  position: fixed;
  z-index: 9996;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .bnr {
    top: 0;
    right: 48px;
    height: 48px;
    display: flex;
    background-color: #FFF;
  }
}
@media (max-width: 768.98px) {
  .bnr {
    aspect-ratio: 375/95;
    padding-bottom: 2.1333333333vw;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-image: url(../img/bnr_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 2.9333333333vw;
  }
}
.bnr-ttl {
  font-size: 12px;
  letter-spacing: 0.24em;
}
@media (min-width: 769px) {
  .bnr-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 768.98px) {
  .bnr-ttl {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 2.1333333333vw;
  }
}
.bnr-btn {
  background-color: #8F3356;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .bnr-btn {
    padding-left: 51px;
    padding-right: 43px;
  }
}
@media (max-width: 768.98px) {
  .bnr-btn {
    width: 86.6666666667vw;
    margin-inline: auto;
    border-radius: 100vmax;
    padding: 2.1893333333vw 0;
  }
}
.bnr-btn-img {
  width: 80px;
  height: 25px;
  margin-right: 45px;
}
@media (max-width: 768.98px) {
  .bnr-btn-img {
    width: 24.2666666667vw;
    height: 7.7333333333vw;
    margin-right: 7.7333333333vw;
  }
}
.bnr-btn-text {
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 768.98px) {
  .bnr-btn-text {
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
}
.bnr-btn:hover {
  opacity: 0.7;
}
.bnr.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.header {
  padding-left: 37px;
  background-color: #FFF;
  width: 100%;
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}
@media (max-width: 768.98px) {
  .header {
    padding-left: 0;
    justify-content: center;
  }
}
.header-logo {
  display: block;
  width: 107.88px;
  height: 25.16px;
}
.header.is-hidden {
  display: none;
}

.humberger {
  cursor: pointer;
  position: fixed;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  top: 0;
  right: 0;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.humberger p {
  position: relative;
  width: 24px;
  height: 1px;
}
.humberger span {
  display: block;
  background-color: #000;
  width: 24px;
  height: 1px;
  transition: all 0.3s ease;
}
.humberger span:nth-child(1) {
  position: absolute;
  top: -5px;
}
.humberger span:nth-child(3) {
  position: absolute;
  top: 5px;
}
.humberger.is-active span:nth-child(1) {
  rotate: 45deg;
  top: 0px;
}
.humberger.is-active span:nth-child(2) {
  opacity: 0;
}
.humberger.is-active span:nth-child(3) {
  top: 0px;
  rotate: -45deg;
}

.gnav {
  position: fixed;
  z-index: 9997;
  top: 0;
  right: 0;
  width: min(100%, 375px);
  background-color: #FFF;
  padding-top: 53px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 768.98px) {
  .gnav {
    height: 100vh;
    padding-top: 14.1333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.gnav.is-active {
  opacity: 1;
  visibility: visible;
}
.gnav-list {
  padding: 0 33px;
  margin-bottom: 19px;
}
@media (max-width: 768.98px) {
  .gnav-list {
    padding: 0 8.8vw;
    margin-bottom: 5.0666666667vw;
  }
}
.gnav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.gnav-link {
  display: block;
  padding: 12px 0;
}
@media (max-width: 768.98px) {
  .gnav-link {
    padding: 3.2vw 0;
  }
}
.gnav .bnr-btn {
  margin: 0 33px;
  border-radius: 100vmax;
  padding-left: 28px;
  padding-right: 35px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 17px;
}
@media (max-width: 768.98px) {
  .gnav .bnr-btn {
    margin: 0 8.8vw;
    padding-left: 7.4666666667vw;
    padding-right: 9.3333333333vw;
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.gnav .bnr-btn-img {
  width: 91px;
  height: 29px;
  margin-right: 29px;
}
@media (max-width: 768.98px) {
  .gnav .bnr-btn-img {
    width: 24.2666666667vw;
    height: 7.7333333333vw;
    margin-right: 7.7333333333vw;
  }
}
.gnav .bnr-btn-text {
  font-size: 14px;
}
@media (max-width: 768.98px) {
  .gnav .bnr-btn-text {
    font-size: 3.7333333333vw;
  }
}
.gnav-logo {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 14px;
}
@media (max-width: 768.98px) {
  .gnav-logo {
    margin-bottom: 3.7333333333vw;
  }
}
.gnav-logo:hover {
  opacity: 0.7;
}
.gnav-sns {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 768.98px) {
  .gnav-sns {
    gap: 3.2vw;
  }
}
.gnav-sns-link:hover {
  opacity: 0.7;
}

.footer {
  padding-top: 62px;
  padding-bottom: 60px;
  background-color: #000;
}
@media (max-width: 768.98px) {
  .footer {
    padding-top: 11.7333333333vw;
    padding-bottom: 32vw;
  }
}
.footer img {
  width: 100%;
}
.footer-logo {
  display: block;
  width: min(100%, 183.61px);
  margin-inline: auto;
  margin-bottom: 30px;
}
@media (max-width: 768.98px) {
  .footer-logo {
    width: 56.0106666667vw;
    margin-bottom: 7.1733333333vw;
  }
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-btn {
  display: block;
  width: min(100%, 289px);
  width: min(100%, 320px);
  margin-inline: auto;
  border: 1px solid #FFF;
  border-radius: 100vmax;
  color: #FFF;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768.98px) {
  .footer-btn {
    width: 41.6vw;
    width: 53.3333333333vw;
    height: 9.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
.footer-btn:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
}
.footer-btn.inquiry {
  width: min(100%, 320px);
  margin-top: 20px;
}
@media (max-width: 768.98px) {
  .footer-btn.inquiry {
    width: 53.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.footer-company {
  display: block;
  width: min(100%, 182.86px);
  margin-inline: auto;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  .footer-company {
    width: 38.9333333333vw;
    margin-top: 21.3333333333vw;
    margin-bottom: 6.2133333333vw;
  }
}
.footer-company:hover {
  opacity: 0.6;
}
.footer-company img {
  width: 100%;
  filter: invert(100%);
}
.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 47px;
}
@media (max-width: 768.98px) {
  .footer-sns {
    gap: 6.6666666667vw;
    margin-bottom: 10.32vw;
  }
}
.footer-sns-link {
  display: block;
  width: min(100%, 27.83px);
}
@media (max-width: 768.98px) {
  .footer-sns-link {
    width: 8.5333333333vw;
  }
}
.footer-sns-link img {
  filter: invert(100%);
}
.footer-sns-link:hover {
  opacity: 0.6;
}
.footer .cr {
  text-align: center;
  font-size: 10px;
  color: #FFF;
}
@media (max-width: 768.98px) {
  .footer .cr {
    font-size: 2.6666666667vw;
  }
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: -180deg;
  }
  100% {
    rotate: -360deg;
  }
}
.diagnosis {
  position: relative;
  overflow: hidden;
}
.diagnosis-bg {
  position: absolute;
  z-index: -2;
  top: 548px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9E9E9;
}
@media (max-width: 768.98px) {
  .diagnosis-bg {
    top: 146.1333333333vw;
  }
}
.diagnosis .wave-bg {
  opacity: 0.7;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .diagnosis .wave-bg {
    min-height: 548px;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .wave-bg {
    aspect-ratio: 375/548;
    height: auto;
  }
}
.diagnosis .wave-bg-circle {
  position: absolute;
  left: -79.4277086384vw;
  width: 258.8554172767vw;
  aspect-ratio: 1/1;
  background-size: cover;
  animation: rotate 60s cubic-bezier(0.14, 0.76, 0.76, 0.14) infinite;
}
@media (max-width: 768.98px) {
  .diagnosis .wave-bg-circle {
    left: -83.3333333333vw;
    width: 266.6666666667vw;
  }
}
.diagnosis .wave-bg-circle.circle1 {
  animation-duration: 90s;
  top: -18.3016105417vw;
  background-image: url(../img/circle5.svg);
}
@media (max-width: 768.98px) {
  .diagnosis .wave-bg-circle.circle1 {
    animation-duration: 45s;
    top: -8.2666666667vw;
  }
}
.diagnosis .wave-bg-circle.circle2 {
  animation-duration: 60s;
  top: -7.3206442167vw;
  background-image: url(../img/circle6.svg);
}
@media (max-width: 768.98px) {
  .diagnosis .wave-bg-circle.circle2 {
    animation-duration: 30s;
    top: 54.1333333333vw;
  }
}
.diagnosis .scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
}
.diagnosis .scene-wrap {
  position: relative;
  width: 100%;
  height: 548px;
  display: none;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-wrap {
    height: 100%;
    aspect-ratio: 375/548;
  }
}
.diagnosis .scene-wrap.is-active {
  display: block;
}
.diagnosis .scene.is-active {
  opacity: 1;
  visibility: visible;
}
.diagnosis .scene#top {
  padding-top: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 768.98px) {
  .diagnosis .scene#top {
    padding-top: 8.8vw;
  }
}
.diagnosis .scene .top-copy {
  font-size: 28px;
  border-top: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  width: min(100%, 600px);
  margin-inline: auto;
  padding: 14px 0;
  text-align: center;
  margin-bottom: 27px;
}
@media (max-width: 768.98px) {
  .diagnosis .scene .top-copy {
    font-size: 3.7333333333vw;
    width: 72.5333333333vw;
    padding: 4.5333333333vw 0;
    margin-bottom: 7.2vw;
  }
}
.diagnosis .scene .top-main {
  width: min(100%, 271px);
  margin-bottom: 29px;
}
@media (max-width: 768.98px) {
  .diagnosis .scene .top-main {
    width: 72.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.diagnosis .scene .top-btn {
  background-color: #5D697A;
  color: #FFF;
  letter-spacing: 0.2em;
  border-radius: 100vmax;
  padding: 8px 46px;
  border: 1px solid #5D697A;
}
@media (max-width: 768.98px) {
  .diagnosis .scene .top-btn {
    font-size: 4.2666666667vw;
    padding: 1.8666666667vw 8.5333333333vw;
  }
}
.diagnosis .scene .top-btn:hover {
  background-color: transparent;
  color: #5D697A;
}
.diagnosis .scene .top-items {
  margin-top: auto;
  position: relative;
  width: min(100%, 430px);
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  .diagnosis .scene .top-items {
    width: 100%;
    padding-bottom: 8vw;
  }
}
.diagnosis .scene .top-items img {
  display: block;
  margin-inline: auto;
  width: min(100%, 390px);
}
@media (max-width: 768.98px) {
  .diagnosis .scene .top-items img {
    width: 100%;
  }
}
.diagnosis .scene .top-sub {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  width: fit-content;
  margin-inline: auto;
  font-size: 8px;
  line-height: 1.25;
}
@media (max-width: 768.98px) {
  .diagnosis .scene .top-sub {
    width: 91.7333333333vw;
    bottom: 2.6666666667vw;
    font-size: 2.1333333333vw;
  }
}
.diagnosis .scene-head {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-head {
    padding-top: 5.6vw;
    flex-direction: row;
    flex-wrap: wrap;
    width: 92vw;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .diagnosis .scene-head-icon {
    margin-bottom: 32px;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .scene-head-icon {
    width: 8.2773333333vw;
  }
}
.diagnosis .scene-head-text {
  display: flex;
  flex-direction: column;
}
.diagnosis .scene-head-text span {
  font-weight: bold;
}
@media (min-width: 769px) {
  .diagnosis .scene-head-text {
    font-size: 20px;
    margin-bottom: 31px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .scene-head-text {
    font-size: 4.2666666667vw;
    padding-left: 3.04vw;
  }
}
.diagnosis .scene-head-text-sub {
  font-size: 12px;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-head-text-sub {
    font-size: 3.2vw;
  }
}
.diagnosis .scene-head-gauge {
  margin-bottom: 30px;
  width: min(100%, 345px);
  position: relative;
  background-color: #FFF;
  border-radius: 100vmax;
  height: 8px;
  position: relative;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-head-gauge {
    margin-top: 4.8vw;
    margin-bottom: 3.2vw;
    width: 100%;
    height: 2.1333333333vw;
  }
}
.diagnosis .scene-head-gauge::after {
  content: "";
  display: block;
  background-color: #5D697A;
  border-radius: 100vmax;
  height: 100%;
  width: 8.33333%;
  position: absolute;
  top: 0;
  left: 0;
}
.diagnosis .scene-head-gauge.value1::after {
  width: calc(8.333333% * 1);
}
.diagnosis .scene-head-gauge.value2::after {
  width: calc(8.333333% * 2);
}
.diagnosis .scene-head-gauge.value3::after {
  width: calc(8.333333% * 3);
}
.diagnosis .scene-head-gauge.value4::after {
  width: calc(8.333333% * 4);
}
.diagnosis .scene-head-gauge.value5::after {
  width: calc(8.333333% * 5);
}
.diagnosis .scene-head-gauge.value6::after {
  width: calc(8.333333% * 6);
}
.diagnosis .scene-head-gauge.value7::after {
  width: calc(8.333333% * 7);
}
.diagnosis .scene-head-gauge.value8::after {
  width: calc(8.333333% * 8);
}
.diagnosis .scene-head-gauge.value9::after {
  width: calc(8.333333% * 9);
}
.diagnosis .scene-head-gauge.value10::after {
  width: calc(8.333333% * 10);
}
.diagnosis .scene-head-gauge.value11::after {
  width: calc(8.333333% * 11);
}
.diagnosis .scene-head-gauge.value12::after {
  width: calc(8.333333% * 12);
}
.diagnosis .scene-btn {
  display: block;
  width: min(100%, 345px);
  text-align: left;
  background-color: #FFF;
  height: 50px;
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  line-height: 1.357;
}
.diagnosis .scene-btn-group {
  gap: 10px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-btn-group {
    flex-direction: column;
    gap: 1.0666666667vw 0;
  }
}
.diagnosis .scene-btn-group.column-2 {
  width: min(100%, 700px);
}
@media (max-width: 768.98px) {
  .diagnosis .scene-btn-group.column-2 {
    width: 92vw;
  }
}
.diagnosis .scene-btn-group.column-3 {
  width: min(100%, 1055px);
}
@media (max-width: 768.98px) {
  .diagnosis .scene-btn-group.column-3 {
    width: 92vw;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .scene-btn {
    width: 92vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    padding-left: 13.3333333333vw;
  }
}
.diagnosis .scene-btn::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #F8F8F8;
  border-radius: 100vmax;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-btn::before {
    width: 4.8vw;
    height: 4.8vw;
    left: 4.2666666667vw;
  }
}
.diagnosis .scene-btn::after {
  content: "";
  display: block;
  width: 19.33px;
  height: 12.24px;
  position: absolute;
  top: 17px;
  left: 20px;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-btn::after {
    width: 5.1546666667vw;
    height: 3.264vw;
    top: 4.5333333333vw;
    left: 5.3333333333vw;
  }
}
.diagnosis .scene-btn:hover {
  background-color: #C4DEFF;
}
.diagnosis .scene-btn:focus {
  background-color: #C4DEFF;
}
.diagnosis .scene-btn:focus::after {
  opacity: 1;
}
.diagnosis .scene:not(.is-active) .scene-btn {
  pointer-events: none;
}
@media (max-width: 768.98px) {
  .diagnosis .scene#scene01 .scene-btn {
    height: 11.7333333333vw;
  }
}
.diagnosis .scene-checkbox {
  position: relative;
  width: min(100%, 345px);
  height: 50px;
}
.diagnosis .scene-checkbox-group {
  gap: 10px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  width: min(100%, 1055px);
}
@media (max-width: 768.98px) {
  .diagnosis .scene-checkbox-group {
    flex-direction: column;
    width: 92vw;
    margin-inline: auto;
    gap: 1.0666666667vw 0;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .scene-checkbox {
    width: 100%;
    height: 13.3333333333vw;
    margin-inline: auto;
  }
}
.diagnosis .scene-checkbox input {
  width: 0;
  height: 0;
}
.diagnosis .scene-checkbox label {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 50px;
  font-size: 14px;
  line-height: 1.357;
  padding-top: 6px;
  transition: all 0.3s ease;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-checkbox label {
    padding-left: 13.3333333333vw;
    font-size: 3.7333333333vw;
    padding-top: 1.6vw;
  }
}
.diagnosis .scene-checkbox label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #F8F8F8;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-checkbox label::before {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 1.0666666667vw;
    left: 4.2666666667vw;
  }
}
.diagnosis .scene-checkbox label::after {
  content: "";
  display: block;
  width: 19.33px;
  height: 12.24px;
  position: absolute;
  top: 17px;
  left: 20px;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-checkbox label::after {
    width: 5.1546666667vw;
    height: 3.264vw;
    top: 4.5333333333vw;
    left: 5.3333333333vw;
  }
}
.diagnosis .scene-checkbox label:hover {
  background-color: #C4DEFF;
}
.diagnosis .scene-checkbox input:checked + label {
  background-color: #C4DEFF;
}
.diagnosis .scene-checkbox input:checked + label::after {
  opacity: 1;
}
.diagnosis .scene-sub {
  margin-top: 30px;
  font-size: 10px;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-sub {
    margin-top: 3.2vw;
    width: 92vw;
    padding-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.diagnosis .scene-sub::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-sub::before {
    left: 0;
  }
}
.diagnosis .scene-submit {
  margin-top: 60px;
  display: block;
  width: min(100%, 233px);
  height: 40px;
  font-size: 14px;
  border-radius: 100vmax;
  margin-inline: auto;
  border: 1px solid #6597D6;
  background-color: #6597D6;
  color: #FFF;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-submit {
    margin-top: 13.3333333333vw;
    width: 31.7333333333vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.diagnosis .scene-submit:hover {
  opacity: 0.6;
}
.diagnosis .scene-submit:disabled {
  border-color: #ADADAD;
  background-color: transparent;
  color: #ADADAD;
}
.diagnosis .result {
  padding-top: 72px;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}
.diagnosis .result-wrap {
  min-height: 548px;
  padding-bottom: 120px;
  display: none;
}
@media (max-width: 768.98px) {
  .diagnosis .result-wrap {
    padding-bottom: 21.3333333333vw;
  }
}
.diagnosis .result-wrap.is-active {
  display: block;
}
@media (max-width: 768.98px) {
  .diagnosis .result {
    padding-top: 8.5333333333vw;
  }
}
.diagnosis .result.is-active {
  opacity: 1;
  visibility: visible;
}
.diagnosis .result-main, .diagnosis .result-extra {
  margin-bottom: 120px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-main, .diagnosis .result-extra {
    margin-bottom: 21.3333333333vw;
  }
}
.diagnosis .result-lead {
  font-size: 24px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-lead {
    font-size: 5.3333333333vw;
    padding-bottom: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.diagnosis .result-lead::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background-color: #C3C3C3;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 768.98px) {
  .diagnosis .result-lead::after {
    width: 28vw;
  }
}
.diagnosis .result-box {
  display: none;
  margin-inline: auto;
  margin-bottom: 20px;
  padding: 32px 10px;
  width: min(100%, 1100px);
}
.diagnosis .result-box.is-active {
  display: block;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box {
    padding: 5.3333333333vw 4vw;
    width: 92vw;
    margin-bottom: 5.3333333333vw;
  }
}
.diagnosis .result-box-copy {
  font-size: 20px;
  text-align: center;
  padding-bottom: 32px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-copy {
    font-size: 5.3333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
.diagnosis .result-box-copy.plus {
  padding-bottom: 58px;
  position: relative;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-copy.plus {
    padding-bottom: 15.4666666667vw;
  }
}
.diagnosis .result-box-copy.plus::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 21px;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/plus.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-copy.plus::after {
    bottom: 5.6vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.diagnosis .result-box-lead {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 2px 20px;
  width: fit-content;
  font-size: 14px;
  margin-inline: auto;
  margin-bottom: 17px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-lead {
    padding: 0.5333333333vw 0;
    width: 100%;
    font-size: 3.7333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.diagnosis .result-box-brand {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-brand {
    margin-bottom: 8.5333333333vw;
  }
}
.diagnosis .result-box-brand .en img {
  width: 100%;
}
.diagnosis .result-box-brand .en.ai {
  width: 323.31px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-brand .en.ai {
    width: 55.0106666667vw;
  }
}
.diagnosis .result-box-brand .en.af {
  width: 208.7px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-brand .en.af {
    width: 35.5093333333vw;
  }
}
.diagnosis .result-box-brand .en.lf {
  width: 288.62px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-brand .en.lf {
    width: 49.1093333333vw;
  }
}
.diagnosis .result-box-brand .en.ad {
  width: 251.33px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-brand .en.ad {
    width: 42.7653333333vw;
  }
}
.diagnosis .result-box-brand .en.ff {
  width: 281.49px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-brand .en.ff {
    width: 47.896vw;
  }
}
.diagnosis .result-box-brand .en.ws {
  width: 324.08px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-brand .en.ws {
    width: 55.1413333333vw;
  }
}
.diagnosis .result-box-brand .ja {
  margin-top: 6.3px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-brand .ja {
    margin-top: 1.68vw;
    font-size: 3.2vw;
  }
}
.diagnosis .result-box-brand .sub {
  font-size: 18px;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-brand .sub {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.diagnosis .result-box-item {
  width: 248px;
  margin: 0 28px;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .diagnosis .result-box-item-wrap {
    display: flex;
    justify-content: center;
    gap: 0 1px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-item {
    width: 100%;
    margin: 0;
    display: flex;
    border-top: 1px solid #FFF;
    padding-top: 4vw;
    padding-bottom: 4.2666666667vw;
  }
}
.diagnosis .result-box-item:not(:last-child)::after {
  content: "";
  display: block;
  background-color: #FFF;
  position: absolute;
}
@media (min-width: 769px) {
  .diagnosis .result-box-item:not(:last-child)::after {
    width: 1px;
    height: 100%;
    top: 0;
    right: -29px;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-item:not(:last-child)::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .diagnosis .result-box-item-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-item-img {
    width: 32vw;
    margin-left: -4vw;
  }
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-item-doc {
    width: calc(100% - 28vw);
  }
}
.diagnosis .result-box-item-brand {
  font-size: 14px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-item-brand {
    font-size: 3.2vw;
  }
}
.diagnosis .result-box-item-name {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-item-name {
    font-size: 3.7333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}
.diagnosis .result-box-item-text {
  font-size: 14px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-item-text {
    font-size: 3.2vw;
  }
}
.diagnosis .result-box-item-text-sub {
  margin-top: 8px;
  font-size: 12px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-item-text-sub {
    margin-top: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
.diagnosis .result-box-youtube-wrap {
  padding-bottom: 20px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-youtube-wrap {
    padding-bottom: 4vw;
  }
}
.diagnosis .result-box-youtube {
  display: block;
  background-color: #FFF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.36;
  padding: 6px 47px 7px 10px;
  position: relative;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-youtube {
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
    padding: 1.6vw 12.5333333333vw 1.8666666667vw 2.6666666667vw;
  }
}
.diagnosis .result-box-youtube::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  width: 26px;
  height: 18px;
  background-image: url(../img/youtube.svg);
  background-size: cover;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-youtube::after {
    right: 2.9333333333vw;
    width: 6.9333333333vw;
    height: 4.8vw;
  }
}
.diagnosis .result-box-youtube:hover {
  background-color: #F0F0F0;
}
.diagnosis .result-box-youtube-wrap, .diagnosis .result-box-link-wrap {
  width: min(100%, 914px);
  margin-inline: auto;
  border-top: 1px solid #FFF;
  padding-top: 20px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-youtube-wrap, .diagnosis .result-box-link-wrap {
    width: 100%;
    padding-top: 4vw;
  }
}
.diagnosis .result-box-link {
  display: block;
  margin-left: auto;
  width: fit-content;
  font-size: 14px;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-link {
    font-size: 3.7333333333vw;
    padding-right: 2.6666666667vw;
  }
}
.diagnosis .result-box-link::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-image: url(../img/left.svg);
  background-size: cover;
  position: absolute;
  top: 6px;
  right: 0;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-link::after {
    width: 1.3333333333vw;
    height: 2.4vw;
    top: 1.6vw;
  }
}
.diagnosis .result-box-link:hover::after {
  right: -5px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-box-link:hover::after {
    right: -1.3333333333vw;
  }
}
@media (min-width: 769px) {
  .diagnosis .result-box.column1 {
    width: min(100%, 500px);
  }
}
@media (min-width: 769px) {
  .diagnosis .result-box.column1 .result-box-youtube-wrap,
  .diagnosis .result-box.column1 .result-box-link-wrap {
    width: min(100%, 300px);
  }
}
@media (min-width: 769px) {
  .diagnosis .result-box.column1 .result-box-item {
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .diagnosis .result-box.column2 {
    width: min(100%, 800px);
  }
}
@media (min-width: 769px) {
  .diagnosis .result-box.column2 .result-box-youtube-wrap,
  .diagnosis .result-box.column2 .result-box-link-wrap {
    width: min(100%, 609px);
  }
}
.diagnosis .result-box#ad_bs, .diagnosis .result-box#ad_sps, .diagnosis .result-box#ad, .diagnosis .result-box#ad_s {
  background: linear-gradient(30deg, white 0%, #a2a5b8 100%);
}
.diagnosis .result-box#ai_w, .diagnosis .result-box#ai_d, .diagnosis .result-box#ai_vo {
  background: linear-gradient(30deg, white 0%, #e0d3c0 100%);
}
.diagnosis .result-box#ai_w .result-box-brand .ja, .diagnosis .result-box#ai_d .result-box-brand .ja, .diagnosis .result-box#ai_vo .result-box-brand .ja {
  margin-top: 0;
}
.diagnosis .result-box#lf, .diagnosis .result-box#lf_bo {
  background: linear-gradient(30deg, white 0%, #c493a8 100%);
}
.diagnosis .result-box#af_so, .diagnosis .result-box#af_rf, .diagnosis .result-box#af_t, .diagnosis .result-box#af_u {
  background: linear-gradient(30deg, white 0%, #e3adb8 100%);
}
.diagnosis .result-box#ff_ref1, .diagnosis .result-box#ff_ref2, .diagnosis .result-box#ff_ref3, .diagnosis .result-box#ff_rel1, .diagnosis .result-box#ff_rel2, .diagnosis .result-box#ff_rel3, .diagnosis .result-box#ff_dd, .diagnosis .result-box#ff_ds, .diagnosis .result-box#ff_os {
  background: linear-gradient(30deg, white 0%, #c6d9c9 100%);
}
.diagnosis .result-box#ws {
  background: linear-gradient(30deg, white 0%, #bccfd9 100%);
}
.diagnosis .result-caution {
  background-color: #EDEDED;
  border: 1px solid #D6D6D6;
  padding: 32px;
  margin-inline: auto;
  width: min(100% - 30px, 1100px);
  font-size: 14px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-caution {
    padding: 4vw;
    font-size: 3.2vw;
  }
}
.diagnosis .result-caution-ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768.98px) {
  .diagnosis .result-caution-ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 769px) {
  .diagnosis .result-caution.column1 {
    width: min(100% - 30px, 500px);
  }
}
@media (min-width: 769px) {
  .diagnosis .result-caution.column2 {
    width: min(100% - 30px, 800px);
  }
}
@media (min-width: 769px) {
  .diagnosis .result-caution.column3 {
    width: min(100% - 30px, 1100px);
  }
}
.diagnosis .result-caution#result-caution1 {
  display: none;
}
.diagnosis .top-back {
  font-size: 20px;
  width: min(100%, 447px);
  margin-inline: auto;
  background-color: #FFF;
  display: block;
  height: 65px;
  border-radius: 100vmax;
  position: relative;
}
@media (max-width: 768.98px) {
  .diagnosis .top-back {
    font-size: 3.7333333333vw;
    width: 80.8vw;
    height: 11.7333333333vw;
  }
}
.diagnosis .top-back:hover {
  background-color: #5D697A;
  color: #FFF;
}
.diagnosis .top-back::before {
  content: "";
  display: block;
  width: 9px;
  height: 21px;
  background-image: url(../img/angle.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 33px;
}
@media (max-width: 768.98px) {
  .diagnosis .top-back::before {
    width: 1.6vw;
    height: 3.7333333333vw;
    left: 5.8666666667vw;
  }
}
.diagnosis .top-back:hover::before {
  background-image: url(../img/angle_on.svg);
}
.diagnosis .scene-back {
  font-size: 14px;
  width: min(100%, 320px);
  margin-inline: auto;
  background-color: #FFF;
  display: block;
  height: 44px;
  border-radius: 100vmax;
  position: relative;
  margin-top: auto;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-back {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    width: 80.8vw;
    height: 11.7333333333vw;
  }
}
.diagnosis .scene-back:hover {
  background-color: #5D697A;
  color: #FFF;
}
.diagnosis .scene-back::before {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  background-image: url(../img/angle.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 22px;
}
@media (max-width: 768.98px) {
  .diagnosis .scene-back::before {
    width: 1.6vw;
    height: 3.7333333333vw;
    left: 5.8666666667vw;
  }
}
.diagnosis .scene-back:hover::before {
  background-image: url(../img/angle_on.svg);
}

.gf-notoserif, .section-ttl .ja {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.gf-baskervville, .section-ttl .en {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.kv {
  height: 100svh;
  position: relative;
  z-index: 9990;
}
@media (max-width: 768.98px) {
  .kv {
    height: auto;
  }
}
.kv-slider {
  position: relative;
  z-index: 1;
  height: 100%;
  aspect-ratio: 921/768;
  transition: all 1s ease 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768.98px) {
  .kv-slider {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.kv-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv-slider.is-active {
  opacity: 1;
  visibility: visible;
}
.kv-slider.is-active .kv-slider-slide:nth-child(1) {
  animation: slide01 18s infinite;
  z-index: 1;
}
.kv-slider.is-active .kv-slider-slide:nth-child(2) {
  animation: slide02 18s infinite;
  z-index: 2;
}
.kv-slider.is-active .kv-slider-slide:nth-child(3) {
  animation: slide03 18s infinite;
  z-index: 3;
}
.kv-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4.9780380673vw;
  width: 36.3865300146vw;
  height: fit-content;
  z-index: 2;
  transition: all 1s ease 1.5s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768.98px) {
  .kv-logo {
    width: 62.7573333333vw;
    height: 16.008vw;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: 4.8vw;
  }
}
.kv-logo.is-active {
  opacity: 1;
  visibility: visible;
}
.kv::after {
  content: "";
  display: block;
  width: 24.4509516837vw;
  height: 68.1vh;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F6F5F7;
  transition: all 1s ease 2s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768.98px) {
  .kv::after {
    display: none;
  }
}
.kv.is-active::after {
  opacity: 1;
  visibility: visible;
}

@keyframes slide01 {
  0% {
    opacity: 1;
    z-index: 1;
  }
  74.997% {
    opacity: 1;
    z-index: 1;
  }
  83.330% {
    opacity: 0;
    z-index: 1;
  }
  91.6638% {
    opacity: 0;
    z-index: 4;
  }
  100% {
    opacity: 1;
    z-index: 4;
  }
}
@keyframes slide02 {
  0% {
    opacity: 0;
  }
  24.999% {
    opacity: 0;
  }
  33.332% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide03 {
  0% {
    opacity: 0;
  }
  58.331% {
    opacity: 0;
  }
  66.664% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.is-scroll {
  opacity: 0;
  transition: all 1s ease;
}
.is-scroll .ja, .is-scroll .sub {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
.is-scroll.is-active {
  opacity: 1;
}
.is-scroll.is-active .ja, .is-scroll.is-active .sub {
  opacity: 1;
}

.movie {
  position: relative;
  z-index: 9990;
  background-color: #000000;
  background-image: url(../img/movie_bg.avif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 769px) {
  .movie {
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.movie #video-container {
  display: block;
  line-height: 1;
  width: min(100%, 648px);
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.movie #video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.lead {
  padding-top: 136px;
  padding-bottom: 50px;
}
@media (max-width: 768.98px) {
  .lead {
    padding-top: 21.3333333333vw;
    padding-bottom: 5.8666666667vw;
  }
}
.lead-logo {
  width: min(100%, 283.46px);
  margin-bottom: 37.7px;
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  .lead-logo {
    width: 57.552vw;
    margin-bottom: 8vw;
  }
}
.lead-text {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 768.98px) {
  .lead-text {
    margin-bottom: 5.6vw;
  }
}
.lead-text h2 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 24px;
}
@media (max-width: 768.98px) {
  .lead-text h2 {
    font-size: 5.3333333333vw;
  }
}
.lead-text p {
  margin-bottom: 1em;
  font-size: 20px;
}
@media (max-width: 768.98px) {
  .lead-text p {
    font-size: 4vw;
  }
}
.lead-img {
  width: min(100%, 828px);
  margin-inline: auto;
}
.lead-btn {
  background-color: #FFF;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 100vmax;
  width: min(100%, 400px);
  margin-inline: auto;
  height: 50px;
}
@media (max-width: 768.98px) {
  .lead-btn {
    font-size: 3.7333333333vw;
    height: 11.7333333333vw;
    width: 65.3333333333vw;
  }
}
.lead-btn:hover {
  background-color: #e6e6e6;
}

.section-ttl {
  text-align: center;
  color: #5D697A;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  .section-ttl {
    margin-bottom: 8.5333333333vw;
  }
}
.section-ttl .en {
  font-size: 79px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 768.98px) {
  .section-ttl .en {
    font-size: 8.8vw;
    margin-bottom: -1px;
  }
}
.section-ttl .ja {
  font-size: 22px;
}
@media (max-width: 768.98px) {
  .section-ttl .ja {
    font-size: 4.8vw;
  }
}
.section-ttl .sub {
  position: relative;
  font-size: 18px;
  padding: 4px 0 5px;
  background-color: rgba(93, 105, 122, 0.14);
  width: 335px;
  text-align: center;
  color: #5D697A;
  margin-top: 8px;
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  .section-ttl .sub {
    font-size: 3.7333333333vw;
    padding: 0.2666666667vw 3.7333333333vw 0.5333333333vw;
    margin-top: 2.1333333333vw;
    font-size: 14px;
    padding: 1px 14px 2px;
    width: 196px;
  }
}
.section-ttl .sub::before, .section-ttl .sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
@media (max-width: 768.98px) {
  .section-ttl .sub::before, .section-ttl .sub::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
}
.section-ttl .sub::before {
  border-right: 12px solid rgba(93, 105, 122, 0.14);
  border-left: 0;
  left: -12px;
}
@media (max-width: 768.98px) {
  .section-ttl .sub::before {
    border-right: 8px solid rgba(93, 105, 122, 0.14);
    left: -8px;
  }
}
.section-ttl .sub::after {
  border-left: 12px solid rgba(93, 105, 122, 0.14);
  border-right: 0;
  right: -12px;
}
@media (max-width: 768.98px) {
  .section-ttl .sub::after {
    border-left: 8px solid rgba(93, 105, 122, 0.14);
    right: -8px;
  }
}

.tech {
  background-color: rgba(93, 105, 122, 0.06);
  padding-top: 102px;
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  .tech {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.tech-carousel {
  position: relative;
  width: min(100%, 1320px);
  height: 400px;
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  .tech-carousel {
    height: 133.6vw;
    padding-top: 8.5333333333vw;
  }
}
.tech-carousel-dots {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 163px;
  display: flex;
  gap: 19px;
}
@media (max-width: 768.98px) {
  .tech-carousel-dots {
    bottom: auto;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
    gap: 6.4vw;
  }
}
.tech-carousel-dots-item {
  width: 12px;
  height: 12px;
  rotate: 45deg;
  background-color: #5D697A;
  opacity: 0.3;
}
@media (max-width: 768.98px) {
  .tech-carousel-dots-item {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.tech-carousel-dots-item.is-active {
  opacity: 1;
}
.tech-carousel-prev, .tech-carousel-next {
  position: absolute;
  z-index: 2;
  background-image: url(../img/arw.svg);
  background-size: cover;
  width: 82px;
  height: 82px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768.98px) {
  .tech-carousel-prev, .tech-carousel-next {
    width: 8.7226666667vw;
    height: 8.7226666667vw;
    bottom: auto;
    top: 23.7333333333vw;
  }
}
.tech-carousel-prev {
  left: 0;
  rotate: 180deg;
}
@media (max-width: 768.98px) {
  .tech-carousel-prev {
    left: 1.3333333333vw;
  }
}
.tech-carousel-next {
  right: 0;
}
@media (max-width: 768.98px) {
  .tech-carousel-next {
    right: 1.3333333333vw;
  }
}
.tech-carousel-box {
  width: min(100%, 1000px);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}
@media (max-width: 768.98px) {
  .tech-carousel-box {
    top: 8.5333333333vw;
  }
}
.tech-carousel-box.is-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .tech-carousel-box {
    display: flex;
  }
}
.tech-carousel-doc {
  width: min(100%, 600px);
}
@media (max-width: 768.98px) {
  .tech-carousel-doc {
    margin-inline: auto;
  }
}
.tech-carousel-label {
  position: relative;
  font-size: 16px;
  padding: 3px 40px 3px;
  background-color: rgba(93, 105, 122, 0.14);
  width: fit-content;
  margin-left: 11px;
  color: #5D697A;
  margin-bottom: 15px;
}
@media (max-width: 768.98px) {
  .tech-carousel-label {
    margin-bottom: 5.3333333333vw;
    padding: 1px 14px 2px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 320.98px) {
  .tech-carousel-label {
    padding: 2px 14px 2px;
    font-size: 12px;
  }
}
.tech-carousel-label::before, .tech-carousel-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media (max-width: 768.98px) {
  .tech-carousel-label::before, .tech-carousel-label::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
}
@media (max-width: 320.98px) {
  .tech-carousel-label::before, .tech-carousel-label::after {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
}
.tech-carousel-label::before {
  border-right: 11px solid rgba(93, 105, 122, 0.14);
  border-left: 0;
  left: -11px;
}
@media (max-width: 768.98px) {
  .tech-carousel-label::before {
    border-right: 8px solid rgba(93, 105, 122, 0.14);
    left: -8px;
  }
}
.tech-carousel-label::after {
  border-left: 11px solid rgba(93, 105, 122, 0.14);
  border-right: 0;
  right: -11px;
}
@media (max-width: 768.98px) {
  .tech-carousel-label::after {
    border-left: 8px solid rgba(93, 105, 122, 0.14);
    right: -8px;
  }
}
.tech-carousel:nt-child(1) .tech-carousel-label {
  width: 400px;
}
@media (max-width: 768.98px) {
  .tech-carousel:nt-child(1) .tech-carousel-label {
    width: 308px;
  }
}
.tech-carousel:nt-child(2) .tech-carousel-label {
  width: 352px;
}
@media (max-width: 768.98px) {
  .tech-carousel:nt-child(2) .tech-carousel-label {
    width: 266px;
  }
}
.tech-carousel:nt-child(3) .tech-carousel-label {
  width: 272px;
}
@media (max-width: 768.98px) {
  .tech-carousel:nt-child(3) .tech-carousel-label {
    width: 196px;
  }
}
.tech-carousel:nt-child(4) .tech-carousel-label {
  width: 272px;
}
@media (max-width: 768.98px) {
  .tech-carousel:nt-child(4) .tech-carousel-label {
    width: 196px;
  }
}
.tech-carousel-ttl {
  font-size: 40px;
  color: #5D697A;
  margin-bottom: 33px;
}
@media (max-width: 768.98px) {
  .tech-carousel-ttl {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.tech-carousel-text {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .tech-carousel-text {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-bottom: 6.4vw;
  }
}
.tech-carousel-img {
  aspect-ratio: 1/1;
  width: min(100%, 400px);
  box-shadow: 10px 10px 0 #BFBFBF;
}
@media (max-width: 768.98px) {
  .tech-carousel-img {
    margin-inline: auto;
    width: 52vw;
    box-shadow: 2.6666666667vw 2.6666666667vw 0 #BFBFBF;
  }
}
.tech-carousel-img picture, .tech-carousel-img img {
  width: 100%;
}

.salon {
  padding-top: 102px;
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  .salon {
    padding-top: 14.1333333333vw;
    padding-bottom: 5.0666666667vw;
  }
}
.salon-container {
  width: min(100%, 1000px);
  margin-inline: auto;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .salon-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (max-width: 768.98px) {
  .salon-container {
    margin-bottom: 8.5333333333vw;
  }
}
.salon .section-ttl {
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .salon .section-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.salon-text {
  width: min(100%, 459px);
  font-size: 20px;
  line-height: 3;
}
@media (min-width: 769px) {
  .salon-text {
    padding-left: 50px;
  }
}
@media (max-width: 768.98px) {
  .salon-text {
    font-size: 4vw;
    margin-bottom: 8.5333333333vw;
    text-align: center;
    line-height: 8.5333333333vw;
    margin-inline: auto;
  }
}
.salon-img {
  width: min(100%, 541px);
}
@media (max-width: 768.98px) {
  .salon-img {
    width: 73.8666666667vw;
    margin-inline: auto;
  }
}
.salon-btn {
  display: block;
  width: 50%;
  border-radius: 100vmax;
}
.salon-btn-group {
  width: min(100%, 1000px);
  margin-inline: auto;
}
@media (min-width: 769px) {
  .salon-btn-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 768.98px) {
  .salon-btn-group {
    width: 86.6666666667vw;
  }
}
@media (max-width: 768.98px) {
  .salon-btn {
    width: 100%;
  }
}
.salon-btn:nth-child(1) {
  background-color: #FFF;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}
@media (max-width: 768.98px) {
  .salon-btn:nth-child(1) {
    font-size: 3.7333333333vw;
    height: 11.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.salon-btn:nth-child(1):hover {
  background-color: #e6e6e6;
}
.salon-btn:nth-child(2) {
  background-color: #8F3356;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
}
@media (max-width: 768.98px) {
  .salon-btn:nth-child(2) {
    padding: 1.0666666667vw 0;
  }
}
.salon-btn:nth-child(2):hover {
  background-color: #69263f;
}
.salon-btn-img {
  width: 131px;
  height: 41px;
  margin-right: 57px;
}
@media (max-width: 768.98px) {
  .salon-btn-img {
    width: 24.2666666667vw;
    height: 7.7333333333vw;
    margin-right: 6.1333333333vw;
  }
}
.salon-btn-text {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768.98px) {
  .salon-btn-text {
    font-size: 3.7333333333vw;
  }
}
.brand {
  padding-top: 102px;
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  .brand {
    padding-top: 14.1333333333vw;
    padding-bottom: 16vw;
  }
}
.brand-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 46px 20px;
  width: min(100%, 1105px);
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  .brand-container {
    gap: 4vw 0;
  }
}
.brand-box {
  width: min(100%, 355px);
  padding: 17px 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768.98px) {
  .brand-box {
    width: 94.6666666667vw;
    padding: 4.5333333333vw 4vw;
  }
}
.brand-box:nth-child(1) {
  background: linear-gradient(30deg, rgba(162, 165, 184, 0) 0%, #a2a5b8 100%);
}
@media (min-width: 769px) {
  .brand-box:nth-child(1) {
    transition-delay: 0s;
  }
}
.brand-box:nth-child(2) {
  background: linear-gradient(30deg, rgba(224, 211, 192, 0) 0%, #e0d3c0 100%);
}
@media (min-width: 769px) {
  .brand-box:nth-child(2) {
    transition-delay: 0.25s;
  }
}
.brand-box:nth-child(2) .brand-name {
  margin-top: -3px;
}
@media (max-width: 768.98px) {
  .brand-box:nth-child(2) .brand-name {
    margin-top: -0.8vw;
  }
}
.brand-box:nth-child(3) {
  background: linear-gradient(30deg, rgba(196, 147, 168, 0) 0%, #c493a8 100%);
}
@media (min-width: 769px) {
  .brand-box:nth-child(3) {
    transition-delay: 0.5s;
  }
}
.brand-box:nth-child(4) {
  background: linear-gradient(30deg, rgba(198, 217, 201, 0) 0%, #c6d9c9 100%);
}
@media (min-width: 769px) {
  .brand-box:nth-child(4) {
    transition-delay: 0s;
  }
}
.brand-box:nth-child(5) {
  background: linear-gradient(30deg, rgba(227, 173, 184, 0) 0%, #e3adb8 100%);
}
@media (min-width: 769px) {
  .brand-box:nth-child(5) {
    transition-delay: 0.25s;
  }
}
.brand-box:nth-child(6) {
  background: linear-gradient(30deg, rgba(188, 207, 217, 0) 0%, #bccfd9 100%);
}
@media (min-width: 769px) {
  .brand-box:nth-child(6) {
    transition-delay: 0.5s;
  }
}
.brand-box.is-scroll > div {
  transition: all 1s ease 1s;
  opacity: 0;
  visibility: hidden;
}
.brand-box.is-scroll .brand-label {
  transition-delay: 0.2s;
}
.brand-box.is-scroll .brand-logo {
  transition-delay: 0.3s;
}
.brand-box.is-scroll .brand-name {
  transition-delay: 0.4s;
}
.brand-box.is-scroll .brand-img {
  transition-delay: 0.5s;
}
.brand-box.is-scroll .brand-point {
  transition-delay: 0.8s;
}
.brand-box.is-scroll .brand-link-wrap {
  transition-delay: 1.1s;
}
.brand-box.is-scroll.is-active > div {
  opacity: 1;
  visibility: visible;
}
.brand-label {
  position: relative;
  font-size: 12px;
  padding: 3px 40px;
  background-color: rgba(255, 255, 255, 0.75);
  width: fit-content;
  color: #5D697A;
  margin-bottom: 15px;
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  .brand-label {
    font-size: 3.2vw;
    padding: 0.8vw 10.6666666667vw;
    margin-bottom: 4vw;
    font-size: 12px;
    padding: 3px 40px;
  }
}
.brand-label::before, .brand-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.brand-label::before {
  border-right: 8px solid rgba(255, 255, 255, 0.75);
  border-left: 0;
  left: -8px;
}
.brand-label::after {
  border-left: 8px solid rgba(255, 255, 255, 0.75);
  border-right: 0;
  right: -8px;
}
.brand-box:nth-child(1) .brand-label {
  width: 176px;
}
.brand-box:nth-child(2) .brand-label {
  width: 164px;
}
.brand-box:nth-child(3) .brand-label {
  width: 152px;
}
.brand-box:nth-child(4) .brand-label {
  width: 140px;
}
.brand-box:nth-child(5) .brand-label {
  width: 224px;
}
.brand-box:nth-child(6) .brand-label {
  width: 164px;
}
.brand-logo {
  width: fit-content;
  margin-inline: auto;
}
.brand-name {
  text-align: center;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 16px;
}
@media (max-width: 768.98px) {
  .brand-name {
    font-size: 3.2vw;
    margin-top: 0.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.brand-img {
  margin-bottom: 45px;
}
@media (max-width: 768.98px) {
  .brand-img {
    margin-bottom: 12vw;
  }
}
.brand-point {
  margin-bottom: 45px;
  padding: 0 15px;
  font-size: 15px;
}
@media (max-width: 768.98px) {
  .brand-point {
    margin-bottom: 12vw;
    padding: 0 4vw;
    font-size: 4vw;
  }
}
.brand-point-head {
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768.98px) {
  .brand-point-head {
    font-size: 4vw;
    padding-bottom: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.brand-point-lead {
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 768.98px) {
  .brand-point-lead {
    margin-bottom: 3.2vw;
  }
}
.brand-point-list {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 12px;
}
@media (max-width: 768.98px) {
  .brand-point-list {
    margin-bottom: 3.2vw;
  }
}
.brand-point-item {
  position: relative;
  padding-left: 21px;
}
@media (max-width: 768.98px) {
  .brand-point-item {
    padding-left: 5.6vw;
  }
}
.brand-point-item::before {
  content: "";
  display: block;
  background-image: url(../img/check.png);
  background-size: cover;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 768.98px) {
  .brand-point-item::before {
    width: 4vw;
    height: 3.4666666667vw;
    top: 1.3333333333vw;
  }
}
.brand-point-item:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 768.98px) {
  .brand-point-item:not(:last-child) {
    margin-bottom: 1.6vw;
  }
}
.brand-point-item .small {
  font-size: 10px;
}
@media (max-width: 768.98px) {
  .brand-point-item .small {
    font-size: 2.6666666667vw;
  }
}
.brand-point-text {
  margin-bottom: 12px;
  padding-left: 5px;
}
@media (max-width: 768.98px) {
  .brand-point-text {
    margin-bottom: 3.2vw;
    padding-left: 1.3333333333vw;
  }
}
.brand-point-text-sub {
  font-size: 10px;
  padding: 0 9px;
}
@media (max-width: 768.98px) {
  .brand-point-text-sub {
    font-size: 2.6666666667vw;
    padding: 0 2.4vw;
  }
}
.brand-link-wrap {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.brand-link {
  display: block;
  font-size: 14px;
  width: fit-content;
  position: relative;
  padding-right: 11px;
}
@media (max-width: 768.98px) {
  .brand-link {
    font-size: 3.7333333333vw;
    padding-right: 2.9333333333vw;
  }
}
.brand-link::after {
  content: "";
  display: block;
  background-image: url(../img/left.svg);
  width: 5px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 6px;
}
@media (max-width: 768.98px) {
  .brand-link::after {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    top: 1.6vw;
  }
}
.brand-link:hover {
  color: #000000;
  opacity: 0.5;
}
.brand-link:hover::after {
  right: -3px;
}
@media (max-width: 768.98px) {
  .brand-link:hover::after {
    right: -0.8vw;
  }
}

.gallery {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../img/gallery_bg.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media (max-width: 768.98px) {
  .gallery {
    padding-top: 14.1333333333vw;
    padding-bottom: 9.0666666667vw;
  }
}
.gallery::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/wave.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1366/103.35;
  width: 100%;
}
@media (max-width: 768.98px) {
  .gallery::before {
    aspect-ratio: 375/39;
  }
}
.gallery-head-icon {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .gallery-head-icon {
    width: 50px;
    margin-bottom: 21px;
  }
}
@media (max-width: 768.98px) {
  .gallery-head-icon {
    width: 13.3333333333vw;
    margin-bottom: 0;
  }
}
.gallery-head-icon img {
  width: 100%;
}
.gallery-head-tag {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768.98px) {
  .gallery-head-tag {
    margin-top: 8.8vw;
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.gallery-head-tag a {
  color: #6597D6;
  position: relative;
}
.gallery-head-tag a span {
  position: relative;
  z-index: 2;
}
.gallery-head-tag a::after {
  content: "";
  display: block;
  z-index: 1;
  width: calc(100% + 24px);
  background-color: #FFF;
  border-radius: 100vmax;
  position: absolute;
  height: 100%;
  top: 0;
  left: -12px;
}
@media (max-width: 768.98px) {
  .gallery-head-tag a::after {
    width: calc(100% + 5.8666666667vw);
    left: -2.9333333333vw;
  }
}
.gallery-head-tag > span {
  position: relative;
  z-index: 2;
}
.gallery .smarthash.hidden {
  height: 0;
  overflow: hidden;
}
.gallery .smarthash.fade {
  mask-image: linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%);
  height: 654px;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .gallery .smarthash.fade {
    height: 118.6666666667vw;
  }
}
.gallery .smarthash {
  width: min(100%, 1000px);
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  .gallery .smarthash {
    width: 83.7333333333vw;
  }
}
.gallery .smarthash ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 768.98px) {
  .gallery .smarthash ul {
    gap: 5.3333333333vw;
  }
}
.gallery .smarthash ul li {
  width: min(100%, 300px);
}
@media (max-width: 768.98px) {
  .gallery .smarthash ul li {
    width: 39.2vw;
  }
}
.gallery .smarthash ul a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
}
.gallery .smarthash ul a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery .smarthash ul a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url(../img/icon_ig.png) no-repeat center;
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery .smarthash ul a:hover::after {
  opacity: 0.5;
}
.gallery .smarthash_more_btn {
  display: block;
  margin-top: 60px;
  width: min(100%, 490px);
  border: 1px solid;
  border-radius: 100vmax;
  font-weight: bold;
  font-size: 23px;
  padding: 18px 0;
  margin-inline: auto;
}
@media (max-width: 768.98px) {
  .gallery .smarthash_more_btn {
    margin-top: 6.9333333333vw;
    width: 41.6vw;
    font-size: 2.6666666667vw;
    padding: 2.4vw 0 2.6666666667vw;
  }
}
.gallery .smarthash_more_btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.gallery .smarthash_more_btn.hidden {
  display: none;
}
.gallery-box {
  width: min(100%, 960px);
  padding: 40px 40px 0;
  margin-inline: auto;
  overflow: scroll-y;
  min-height: 700px;
  background-color: #FFF;
}
@media (max-width: 768.98px) {
  .gallery-box {
    min-height: 80svh;
    padding: 2.6666666667vw 2.6666666667vw 8vw;
  }
}

body.shindan .footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768.98px) {
  body.shindan .footer {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
body.shindan .footer-company {
  margin-top: 0;
}
body.shindan .content {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768.98px) {
  body.shindan .content {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
body.shindan .content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #E9E9E9;
  height: 50px;
}
@media (max-width: 768.98px) {
  body.shindan .content::before {
    height: 13.3333333333vw;
  }
}
body.shindan .accordion-btn {
  position: relative;
  display: block;
  text-align: center;
  margin-inline: auto;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: -1px;
  width: min(100%, 1105px);
  padding: 40px 0;
  font-size: 20px;
}
@media (max-width: 768.98px) {
  body.shindan .accordion-btn {
    width: 92vw;
    padding: 10.6666666667vw 0;
    margin-top: -0.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
body.shindan .accordion-btn::before, body.shindan .accordion-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #999;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.shindan .accordion-btn::before {
  right: 10px;
  width: 24px;
  height: 2px;
}
body.shindan .accordion-btn::after {
  right: 21px;
  width: 2px;
  height: 24px;
}
body.shindan .accordion-btn.open::after {
  height: 0;
}
body.shindan .accordion-btn:hover {
  background-color: #DDD;
}
body.shindan .content-button-group {
  margin-inline: auto;
  width: min(100%, 1105px);
  display: flex;
  gap: 0 25px;
  margin-top: 50px;
}
@media (max-width: 768.98px) {
  body.shindan .content-button-group {
    width: 100%;
    flex-direction: column;
    gap: 5.3333333333vw 0;
    margin-top: 13.3333333333vw;
  }
}
body.shindan .content-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  border: 1px solid #999;
  margin-inline: auto;
  width: 50%;
  height: 72px;
  font-size: 20px;
}
@media (max-width: 768.98px) {
  body.shindan .content-button {
    width: 92vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
body.shindan .content-button:hover {
  background-color: #999;
  color: #FFF;
}
body.shindan .lead, body.shindan .brand {
  transition: all 0.3s ease;
  padding-top: 50px;
  padding-bottom: 100px;
}
body.shindan .lead:not(.open), body.shindan .brand:not(.open) {
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  overflow: hidden;
}
body.shindan .lead.open, body.shindan .brand.open {
  height: auto;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768.98px) {
  body.shindan .lead, body.shindan .brand {
    padding-top: 13.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
body.shindan .diagnosis .scene#top {
  padding-top: 20px;
}
@media (max-width: 768.98px) {
  body.shindan .diagnosis .scene#top {
    padding-top: 5.3333333333vw;
  }
}
body.shindan .diagnosis .scene .top-copy {
  font-size: 20px;
  padding: 14px 0;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  body.shindan .diagnosis .scene .top-copy {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0;
    margin-bottom: 5.3333333333vw;
  }
}
body.shindan .diagnosis .scene .top-main {
  margin-bottom: 23px;
}
@media (max-width: 768.98px) {
  body.shindan .diagnosis .scene .top-main {
    margin-bottom: 6.6666666667vw;
  }
}
body.shindan .diagnosis .scene .top-text {
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  margin-bottom: 17px;
}
@media (max-width: 768.98px) {
  body.shindan .diagnosis .scene .top-text {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 768.98px) {
  body.shindan .diagnosis .scene .top-items {
    padding-bottom: 2.6666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */