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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
}

body {
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #2c3e50;
}

.spbr {
  display: inline-block;
}

img {
  max-width: 100%;
}

/* wrap */
.wrap {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

/* header */
.header {
  max-width: 640px;
  flex-basis: 640px;
  font-size: 1rem;
  font-weight: lighter;
  margin: auto;
  text-align: center;
  display: flex;
  background-color: white;
  color: #fff;
}
.header--complete {
  display: none;
}
.header a {
  color: #fff;
}
.header h1 {
  margin: auto;
  padding: 0 0.25rem;
  flex-basis: 50%;
  line-height: 1;
}

.identity {
  background-color: #0088cc;
  padding: 0.5rem 0.25rem;
  font-size: 0.95rem;
  flex-basis: 50%;
  margin-left: auto;
  vertical-align: bottom;
}
.identity p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.identity small {
  font-size: 0.8em;
}
.identity span {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.h1area {
  background-color: #f2f2f2;
  max-width: 640px;
  flex-basis: 640px;
  margin: auto;
}
.h1area h1 {
  width: 100%;
  padding: 2rem;
  font-size: 1.75rem;
  margin: auto;
  text-align: left;
  color: #3a80b1;
}

/* footer */
.footer {
  width: 100%;
  margin: auto;
  color: #FFF;
}
.footer ul {
  max-width: 640px;
  flex-basis: 640px;
  background-color: #3a80b1;
  margin: auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}
.footer ul li {
  padding: 0 10px;
  text-align: left;
  flex-basis: 50%;
}
.footer ul li.copyright {
  margin-left: auto;
  text-align: center;
  flex-basis: 100%;
  margin: 1rem auto 0 auto;
}
.footer ul li a {
  text-decoration: none;
  color: #FFF;
}
.footer ul li a:hover {
  color: #ffd92a;
}

/* article */
.article {
  margin: auto;
  padding: 2rem 0 4rem 0;
  text-align: left;
}
@media (max-width: 768px) {
  .article {
    padding: 5%;
  }
}
.article h2 {
  background-color: #f2f2f2;
  padding: 1rem;
  color: #3a80b1;
  margin: 3rem auto 1rem auto;
  border-left: solid 3px #3a80b1;
}
.article h3 {
  font-size: 1.25rem;
  color: #3a80b1;
  margin: 2rem 0 0.75rem 0;
}
.article h4 {
  margin: 1rem 0 0.25rem 0;
}
.article p {
  text-align: left;
  margin-bottom: 1.5rem;
  line-height: 32px;
}
.article ol,
.article ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.article ol li,
.article ul li {
  margin-bottom: 0.75rem;
}
.article dl dt {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.article dl dd {
  margin-bottom: 1.1rem;
}
.article a {
  text-decoration: none;
  color: #3a80b1;
}
.article a:hover {
  color: #3a80b1;
}

.home_simulator {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  background-color: #e6f9ff;
  background-image: url("../img/kn_background.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
.home_simulator__content {
  width: 95%;
  margin: 0 auto 10vh auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 0.75rem 1rem;
  text-align: left;
}
.home_simulator__title {
  font-size: 1.25rem;
  color: #3a80b1;
  margin: 1.25rem 0 0.75rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .home_simulator__title {
    font-size: 1rem;
  }
}
.home_simulator__title span.require {
  font-size: 1rem;
  background-color: #ff6142;
  color: #fff;
  padding: 0.25rem 0.75rem;
  margin-right: 0.25rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .home_simulator__title span.require {
    font-size: 0.75rem;
  }
}
.home_simulator__title span.emphasis {
  color: #ff6142;
  margin-right: 0.5rem;
}
.home_simulator__title small {
  margin-left: 0.5rem;
  font-size: 0.7em;
}
.home_simulator .attention {
  margin: 14px 0 1.5rem 0;
  text-align: center;
}
.home_simulator .attention span {
  background: linear-gradient(transparent 70%, #ff6 70%);
}
.home_simulator .error_message {
  color: red;
}
.home_simulator article {
  display: none;
}
.home_simulator button {
  appearance: none;
  font-size: 1.5rem;
  border-radius: 10px;
  border: none;
  color: #fff;
  background-color: #ff9242;
  font-weight: bold;
  width: 100%;
  margin: 1rem 0;
  padding: 1rem 0.5rem;
  transition: 0.2s;
  text-align: center;
  box-shadow: 0 5px #cc493d;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .home_simulator button {
    font-size: 1.25rem;
    margin: 0.5rem 0;
  }
}
.home_simulator button:disabled {
  opacity: 0.7;
  pointer-events: none;
}
.home_simulator button:hover {
  border: none;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0;
  transform: translateY(4px);
}
.home_simulator button:focus {
  outline: solid 1px #ff6142;
}
.home_simulator button.simulation_start {
  text-align: center;
  border-radius: 50px;
  border: solid 1px #ff6142;
  color: #fff;
  width: 100%;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: source-han-sans-cjk-ja, sans-serif;
  background-color: #ff6142;
  background-image: url("../img/arrow_icon_white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center;
  background-size: 1.5rem;
}
.home_simulator button.simulation_start:hover {
  background-color: #fff;
  color: #ff6142;
  cursor: pointer;
  transform: translateY(0);
  box-shadow: 0 5px rgb(193, 82, 0);
  background-image: url("../img/arrow_icon_req.svg");
}
.home_simulator button.answer:disabled {
  opacity: 1;
  background-color: #f2f2f2;
  color: #6e6b6a;
  box-shadow: 0 5px rgb(156, 156, 156);
}
.home_simulator .move {
  background-image: url("../img/background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.home_simulator .move-ttl {
  max-width: 100%;
  width: calc(100% - 1rem - 5%);
  height: 100%;
  text-align: center;
  margin: 1rem auto;
  display: block;
}
.home_simulator .move-area {
  position: relative;
  margin-left: calc(1rem + 1.25%);
  height: 30vw;
  max-height: 220px;
  flex-basis: 72%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .home_simulator .move-area {
    margin-bottom: 1rem;
  }
}
.home_simulator .move-area img {
  max-width: 100%;
  width: 26%;
  position: absolute;
}
.home_simulator .move-area :nth-of-type(1) {
  left: 0;
  top: 0%;
  animation: scaleUp 7s ease-in-out 1s infinite;
}
.home_simulator .move-area :nth-of-type(2) {
  left: 23%;
  bottom: 0%;
  animation: scaleUp 7s ease-in-out 2.5s infinite;
}
.home_simulator .move-area :nth-of-type(3) {
  right: 27%;
  top: 0%;
  animation: scaleUp 7s ease-in-out 4s infinite;
}
.home_simulator .move-area :nth-of-type(4) {
  right: 2%;
  bottom: 0%;
  animation: scaleUp 7s ease-in-out 5.5s infinite;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  } /* 拡大 */
  20% {
    transform: scale(1);
  } /* 縮小 */
  100% {
    transform: scale(1);
  } /* そのまま → 5秒分待機 */
}
.home_simulator .move-static {
  max-width: 100%;
  flex-basis: calc(28% - 2rem - 1.25%);
  margin-left: auto;
  margin-right: 1rem;
  line-height: 1;
}
.home_simulator .question_box .radio-button {
  display: none;
}
.home_simulator .question_box .radio-button-label {
  appearance: none;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 1.5rem;
  border-radius: 10px;
  border: none;
  color: #fff;
  background-color: #ff9242;
  font-weight: bold;
  width: 100%;
  margin: 2rem 0;
  padding: 1rem 0.5rem;
  transition: 0.2s;
  text-align: center;
  box-shadow: 0 5px rgb(193, 82, 0);
  cursor: pointer;
  display: block;
}
.home_simulator .question_box .radio-button-label:hover {
  box-shadow: 0 0;
  transform: translateY(4px);
  background-color: #ff6142;
}
@media screen and (max-width: 768px) {
  .home_simulator .question_box .radio-button-label {
    font-size: 1.25rem;
    margin: 1rem 0;
  }
}
.home_simulator select {
  font-size: 1.1rem;
  padding: 1rem 0.75rem;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #6e6b6a;
  appearance: none;
  background: #fff7f8 url("../img/tryangle_icon.svg") no-repeat center right 10px/16px 16px;
  background-size: 10px;
  color: #000;
}
.home_simulator select option {
  font-size: 1rem;
}
.home_simulator select:focus {
  border: solid 2px #ff6142;
}
.home_simulator input {
  font-size: 1.1rem;
  padding: 1rem 0.7rem;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #6e6b6a;
  background: #fff7f8;
}
.home_simulator .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_simulator .d-flex .telarea {
  flex-basis: 50%;
}
@media (max-width: 480px) {
  .home_simulator .d-flex .telarea {
    flex-basis: 100%;
  }
}
.home_simulator--complete .home_simulator__content {
  margin: 0.5rem auto;
}
.home_simulator--complete article {
  display: block;
}
.home_simulator--complete p {
  text-align: center;
}
.home_simulator--complete .tel-ttl {
  font-size: 18px;
  color: #534034;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.home_simulator--complete .tel-ttl:before {
  content: "\\";
  position: absolute;
  left: 15px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 46px;
}
.home_simulator--complete .tel-ttl:after {
  content: "/";
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 46px;
}
.home_simulator--complete .trouble-ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  color: #1f364d;
}
.home_simulator--complete .accordion {
  width: 100%;
}
.home_simulator--complete .accordion-item {
  margin-bottom: 20px;
}
.home_simulator--complete .accordion-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  background: #1f364d;
  color: #fff;
  position: relative;
  border-radius: 5px;
  height: 50px;
}
.home_simulator--complete .accordion-title h3 {
  margin: 0;
  font-size: 18px;
  margin-right: 50px;
}
.home_simulator--complete .accordion-title span {
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  display: flex;
  background: #3a80b1;
  align-items: center;
  justify-content: center;
  border-radius: 0px 5px 5px 0px;
}
.home_simulator--complete .accordion-title span.is-active {
  transform: rotate(180deg);
  border-radius: 5px 0px 0px 5px;
}
.home_simulator--complete .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.home_simulator--complete .accordion-content p {
  margin-top: 20px;
}
.home_simulator--complete .foot-ttl {
  color: #3a80b1;
  font-size: 18px;
}
.home_simulator--complete .tel-box {
  background: rgba(58, 128, 177, 0.2392156863);
  border-radius: 10px;
  padding: 10px 0;
  margin: auto auto 20px auto;
  text-align: center;
}
.home_simulator--complete .tel-box b {
  font-size: 24px;
  color: #1f364d;
  text-decoration: none;
  font-weight: bold;
}
.home_simulator--complete .diagnosis {
  margin-bottom: 2rem;
}
.home_simulator--complete .diagnosis span {
  display: block;
  width: 5em;
  margin: auto;
  font-size: 1.2rem;
  color: #4ac7f3;
  font-weight: bold;
}
.home_simulator--complete #survey h2 {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #3a80b1;
  margin: 1.25rem 0 0.75rem;
  padding: 0.25em 0;
  font-size: 1.5rem;
}
.home_simulator--complete #survey h3 {
  font-size: 1rem;
  color: #3a80b1;
}
.home_simulator--complete #survey p {
  text-align: center;
  margin-bottom: 1rem;
}
.home_simulator--complete .survey_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.home_simulator--complete .survey_box label {
  flex-basis: calc(50% - 0.5rem);
  position: relative;
  margin: 0.25rem;
  position: relative;
  border-radius: 3px;
  padding: 0.25rem 0.25rem 0.25rem 1.75rem;
  color: #2c3e50;
  border: solid 1px #ff9242;
}
.home_simulator--complete .survey_box label:has(input[type=checkbox]:checked),
.home_simulator--complete .survey_box label:has(input[type=radio]:checked) {
  background-color: #fff3ea;
}
.home_simulator--complete .survey_box input[type=checkbox] {
  display: none;
}
.home_simulator--complete .survey_box label:has(input[type=checkbox]):before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.9;
  transition: all 0.12s, border-color 0.08s;
}
.home_simulator--complete .survey_box label:has(input[type=checkbox]:checked):before {
  width: 10px;
  top: 10%;
  transform: translateY(-50%);
  left: 0.5rem;
  border-radius: 0;
  opacity: 1;
  border-color: #ff9242;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.home_simulator--complete .survey_box input[type=radio] {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #c7c7c7;
  background-color: #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  appearance: none;
}
.home_simulator--complete .survey_box input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff9242;
  content: "";
}

.freesimulator {
  padding-top: 0.5rem;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.freesimulator .img_center {
  flex-basis: 80%;
  text-align: center;
  margin: auto;
}
.freesimulator img {
  vertical-align: middle;
}

.suggestion {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}

.pageprogress {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.pageprogress .circle {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #c7c7c7;
  margin: 0.5rem 1rem;
}
.pageprogress .circle.current {
  background-color: #6e6b6a;
}
.pageprogress .circle:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 140%;
  height: 3px;
  background-color: transparent;
  border-top: dotted #c7c7c7 3px;
  transform: translateX(100%);
  color: #6e6b6a;
}
.pageprogress .circle:last-child:after {
  display: none;
}

#fixedbtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 640px;
  flex-basis: 640px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
}
#fixedbtn a {
  text-align: center;
  width: 100%;
  line-height: 0;
  display: block;
}
#fixedbtn a img {
  max-width: 100%;
  width: 100%;
}

#fixedbtn.fade-out {
  opacity: 0;
  pointer-events: none;
}

.notice {
  background-color: #fff6d7;
  text-align: center;
  font-size: 1.15rem;
  font-weight: bold;
  padding: 1rem 0.75rem;
}
.notice span {
  color: #ff6735;
}

.family {
  margin: auto auto 0;
}

.surveyComplete {
  display: none;
  text-align: center;
}

.checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #4caf50;
  margin: 1rem auto;
  position: relative;
  animation: checkmark 0.5s ease-in-out;
}
.checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 13px;
  width: 25px;
  height: 10px;
  border-right: 5px solid #4caf50;
  border-top: 5px solid #4caf50;
  transform: rotate(140deg);
  animation: checkmark-inner 0.5s ease-in-out;
}

@keyframes checkmark {
  0% {
    border-radius: 50%;
  }
  50% {
    border-radius: 0;
    border-color: #4caf50;
  }
  100% {
    border-radius: 50%;
    transform: rotate(360deg);
  }
}
@keyframes checkmark-inner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */