<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;family=Noto+Sans:wght@400;700&amp;family=Roboto:wght@400;700&amp;display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

header {
  background: #fff;
  padding: 1rem;
}
header img {
  display: block;
  max-width: 215px;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  header {
    background: #fff;
    padding: 1rem;
  }
  header img {
    display: block;
    max-width: 360px;
    object-fit: contain;
    margin: 0 auto;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc-br {
    display: block;
  }
}

.diagnosis {
  background: url("../img/diagnosis-bg.webp") no-repeat;
  background-size: cover;
  padding: 4.5rem 0;
  position: relative;
  overflow-x: hidden;
}
.diagnosis .diagnosis-item-bg {
  width: 550px;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 55%;
  transform: translateX(-50%);
  overflow-x: hidden;
}
@media screen and (min-width: 640px) {
  .diagnosis {
    background: url("../img/diagnosis-bg.webp") no-repeat;
    background-size: cover;
    padding: 9.8rem 0;
    position: relative;
    overflow-x: hidden;
  }
  .diagnosis .diagnosis-item-bg {
    width: 1100px;
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 52%;
    transform: translateX(-50%);
    overflow-x: hidden;
  }
}

.diagnosis-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
.diagnosis-inner .big-text {
  max-width: 230px;
  margin: 0 auto;
  padding: 1rem 1rem;
  background: #000;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  border-radius: 1rem;
  position: relative;
  z-index: 3;
}
.diagnosis-inner .big-text span {
  font-size: 2.5rem;
  color: #c2d500;
}
.diagnosis-inner .big-text::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  border-top: 20px solid #000;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
@media screen and (min-width: 640px) {
  .diagnosis-inner .big-text {
    max-width: 480px;
    margin: 0 auto;
    padding: 3rem 4.5rem;
    background: #000;
    text-align: center;
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
    line-height: 5.2rem;
    border-radius: 1rem;
    position: relative;
    z-index: 3;
  }
  .diagnosis-inner .big-text span {
    font-size: 5rem;
    color: #c2d500;
  }
  .diagnosis-inner .big-text::after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    border-top: 40px solid #000;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}

.diagnosis-content {
  background: #fff;
  border-radius: 1rem;
  margin: 6rem 0 0 0;
  padding: 4rem 2rem 2rem 2rem;
  position: relative;
  z-index: 3;
}
.diagnosis-content p {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 240px;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  background: #0090d9;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 3rem;
  border-radius: 60px;
}
.diagnosis-content p span {
  font-size: 2.5rem;
}
.diagnosis-content h1 {
  text-align: center;
}
.diagnosis-content h1 .top-text {
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 70%, #ff6 70%);
}
.diagnosis-content h1 .bottom-text {
  font-size: 3.5rem;
  font-weight: 900;
  display: block;
  color: #cb0241;
  font-feature-settings: "palt";
}
.diagnosis-content button {
  cursor: pointer;
  width: 100%;
  display: block;
  font-size: 2.8rem;
  color: #fff;
  background: #004096;
  font-weight: 900;
  letter-spacing: 0.34rem;
  padding: 1.5rem;
  text-align: center;
  margin: 1.5rem auto 0 auto;
  border-radius: 1rem;
  border-bottom: 5px solid #003366;
  position: relative;
}
.diagnosis-content button::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 2rem;
  font-weight: 100;
}
@media screen and (min-width: 640px) {
  .diagnosis-content {
    background: #fff;
    border-radius: 1rem;
    margin: 10rem 0 0 0;
    padding: 6rem 4rem 4rem 4rem;
    position: relative;
    z-index: 3;
  }
  .diagnosis-content p {
    position: absolute;
    top: -30px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    background: #0090d9;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 5rem;
    border-radius: 60px;
  }
  .diagnosis-content p span {
    font-size: 3.6rem;
  }
  .diagnosis-content h1 {
    text-align: center;
  }
  .diagnosis-content h1 .top-text {
    font-size: 4.5rem;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(transparent 70%, #ff6 70%);
  }
  .diagnosis-content h1 .bottom-text {
    font-size: 6rem;
    font-weight: 900;
    display: block;
    color: #cb0241;
    font-feature-settings: "palt";
  }
  .diagnosis-content button {
    cursor: pointer;
    width: 640px;
    display: block;
    font-size: 5rem;
    color: #fff;
    background: #004096;
    font-weight: 900;
    letter-spacing: 0.34rem;
    padding: 1.5rem;
    text-align: center;
    margin: 2rem auto 0 auto;
    border-radius: 1rem;
    border-bottom: 10px solid #003366;
    position: relative;
  }
  .diagnosis-content button::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "\e5e1";
    font-family: "Material Icons";
    font-size: 4rem;
    font-weight: 100;
  }
}

.diagnosis-steps-inner {
  max-width: auto;
  width: 92%;
  margin: 0 auto;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}
.diagnosis-steps-inner .step p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem 0;
}
.diagnosis-steps-inner .step p span {
  color: #004096;
  display: block;
  margin: 0 0 1rem 0;
}
.diagnosis-steps-inner .step button {
  cursor: pointer;
  width: 100%;
  margin: 0 auto 1rem auto;
  padding: 1rem 1rem 1rem 3rem;
  display: block;
  font-size: 1.6rem;
  border: 2px solid #0090d9;
  color: #0090d9;
  background: #fff;
  font-weight: 600;
  border-radius: 60px;
  box-shadow: 0rem 0.5rem #cccccc;
  position: relative;
}
.diagnosis-steps-inner .step button span {
  font-size: 1.2rem;
}
.diagnosis-steps-inner .step button::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 2rem;
  font-weight: 100;
}
.diagnosis-steps-inner .step button:hover {
  background: #0090d9;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .diagnosis-steps-inner {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 3rem;
    border-radius: 1rem;
  }
  .diagnosis-steps-inner .step p {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 3rem 0;
  }
  .diagnosis-steps-inner .step p span {
    color: #004096;
    display: block;
    margin: 0 0 1rem 0;
  }
  .diagnosis-steps-inner .step button {
    cursor: pointer;
    width: 600px;
    margin: 0 auto 2rem auto;
    padding: 1rem 1rem 1rem 3rem;
    display: block;
    font-size: 2.4rem;
    border: 2px solid #0090d9;
    color: #0090d9;
    background: #fff;
    font-weight: 600;
    border-radius: 60px;
    box-shadow: 0rem 0.5rem #cccccc;
    position: relative;
  }
  .diagnosis-steps-inner .step button span {
    font-size: 1.8rem;
  }
  .diagnosis-steps-inner .step button::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "\e5e1";
    font-family: "Material Icons";
    font-size: 2.5rem;
    font-weight: 100;
  }
  .diagnosis-steps-inner .step button:hover {
    background: #0090d9;
    color: #fff;
  }
}

.result-wrap {
  position: relative;
  padding: 5rem 0 4rem 0;
}
.result-wrap .result-page-top-title {
  width: 220px;
  display: block;
  font-size: 2rem;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1rem;
  border-radius: 60px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .result-wrap {
    position: relative;
    padding: 6rem 0 5rem 0;
  }
  .result-wrap .result-page-top-title {
    width: 350px;
    display: block;
    font-size: 2.3rem;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 1rem;
    border-radius: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.result-item img {
  display: block;
  max-width: 280px;
  margin: 0 auto 2rem auto;
  border-radius: 1rem;
}
@media screen and (min-width: 640px) {
  .result-item img {
    display: block;
    max-width: 400px;
    margin: 0 auto 4rem auto;
    border-radius: 1rem;
  }
}

.result-title {
  padding: 0 2rem;
}
.result-title p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1rem 0;
}
.result-title h3 {
  display: block;
  font-size: 3.5rem;
  color: #cb0241;
  letter-spacing: 0.3rem;
  margin: 0 0 2rem 0;
  text-align: center;
}
.result-title h3 span {
  display: block;
  width: 150px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.3rem;
  border: 1px solid #000;
  padding: 0.1rem 1rem;
  margin: 1rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .result-title p {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1rem 0;
  }
  .result-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: #cb0241;
    letter-spacing: 0.3rem;
    margin: 0 0 4rem 0;
  }
  .result-title h3 span {
    width: auto;
    font-size: 1.8rem;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.3rem;
    border: 1px solid #000;
    padding: 0.1rem 1rem;
    margin: 0 0 0 2rem;
  }
}

.lesson-type {
  display: block;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (min-width: 640px) {
  .lesson-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 660px;
    margin: 0 auto;
    padding: 0;
  }
}

.lesson-type-item {
  width: 100%;
  margin: 0 0 2.5rem 0;
}
.lesson-type-item:last-child {
  margin: 0;
}
.lesson-type-item .lesson-type-top-text {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
}
.lesson-type-item .lesson-type-bottom-text {
  font-size: 1.4rem;
}
.lesson-type-item .lesson-type-bottom-text span {
  letter-spacing: 0.35rem;
  font-size: 2.4rem;
  color: #cb0241;
  font-weight: bold;
  line-height: 3.4rem;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 640px) {
  .lesson-type-item {
    width: 47%;
    margin: 0;
  }
  .lesson-type-item .lesson-type-top-text {
    font-size: 2.7rem;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding: 0 0 1rem 0;
    margin: 0 0 1.5rem 0;
  }
  .lesson-type-item .lesson-type-bottom-text {
    font-size: 1.6rem;
  }
  .lesson-type-item .lesson-type-bottom-text span {
    letter-spacing: 0.35rem;
    font-size: 3.6rem;
    color: #cb0241;
    font-weight: bold;
    line-height: 3.4rem;
    margin: 0 1rem 0 0;
  }
}

.lesson-content {
  margin: 10rem 0 0 0;
  background: #efefef;
  padding: 8rem 0 3rem 0;
  position: relative;
}
.lesson-content h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  width: 320px;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  color: #fff;
  background: #0090d9;
  text-align: center;
  padding: 2rem;
  letter-spacing: 0.2rem;
}
.lesson-content h2::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  border-top: 20px solid #0090d9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.lesson-content p {
  max-width: 640px;
  margin: 0 3rem;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  line-height: 2.8rem;
}
.lesson-content p span {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 2rem 0;
  display: block;
  color: #cb0241;
  line-height: 3.4rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 640px) {
  .lesson-content {
    margin: 14rem 0 0 0;
    background: #efefef;
    padding: 8rem 0 5rem 0;
    position: relative;
  }
  .lesson-content h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    width: 640px;
    font-size: 2.7rem;
    color: #fff;
    background: #0090d9;
    text-align: center;
    padding: 2rem;
    letter-spacing: 0.2rem;
  }
  .lesson-content h2::after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    border-top: 30px solid #0090d9;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .lesson-content p {
    max-width: 640px;
    margin: 0 auto;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    line-height: 3.4rem;
  }
  .lesson-content p span {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 2rem 0;
    display: block;
    color: #cb0241;
  }
}

.lesson-link {
  margin: 3rem 0 0 0;
}
.lesson-link a {
  cursor: pointer;
  width: 90%;
  display: block;
  font-size: 2rem;
  color: #fff;
  background: #004096;
  font-weight: 900;
  letter-spacing: 0.25rem;
  padding: 1.5rem;
  text-align: center;
  margin: 1rem auto 0 auto;
  border-radius: 1rem;
  border-bottom: 5px solid #003366;
  position: relative;
}
.lesson-link a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 2rem;
  font-weight: 100;
}
.lesson-link a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 640px) {
  .lesson-link {
    margin: 5rem 0 0 0;
  }
  .lesson-link a {
    cursor: pointer;
    width: 640px;
    display: block;
    font-size: 3rem;
    color: #fff;
    background: #004096;
    font-weight: 900;
    letter-spacing: 0.34rem;
    padding: 1.5rem;
    text-align: center;
    margin: 2rem auto 0 auto;
    border-radius: 1rem;
    border-bottom: 10px solid #003366;
    position: relative;
  }
  .lesson-link a::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "\e5e1";
    font-family: "Material Icons";
    font-size: 3rem;
    font-weight: 100;
  }
  .lesson-link a:hover {
    opacity: 0.8;
  }
}

.slide-fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: slideFadeIn 0.8s ease-out forwards;
}

@keyframes slideFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.loading-screen p {
  text-align: center;
  font-size: 2.8rem;
  color: #0090d9;
  font-weight: 800;
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .loading-screen p {
    text-align: center;
    font-size: 5rem;
    color: #0090d9;
    font-weight: 800;
    padding: 4rem 0;
  }
}

.loading-text .dots::after {
  content: ".";
  animation: dots 1s steps(3, end) infinite;
}

@keyframes dots {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
  100% {
    content: ".";
  }
}
footer p {
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
}/*# sourceMappingURL=diagnosis.css.map */</pre></body></html>