@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
  color: #030000;
  letter-spacing: 0;
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

body {
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif, serif;
  background-color: #fff;
  overflow-y: scroll;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

main {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 3.5rem;
  }
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
}

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.yesno__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yesno__title {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .yesno__title {
    font-size: 1.875rem;
  }
}

.yesno__btn {
  margin-top: 2.6875rem;
}

.btn-start {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  text-transform: uppercase;
  background-color: #0188c3;
  padding: 1rem 8.5625rem 0.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-start {
    font-size: 1rem;
    padding: 0.75rem 5rem 0.5625rem;
  }
}

.btn-start::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.875rem;
  border-color: transparent transparent transparent #fff;
}

.back-btn {
  margin-top: 3.9375rem;
}

.btn-back {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  text-transform: uppercase;
  background-color: #CBCBCB;
  padding: 0.5625rem 2.75rem 0.375rem;
  position: relative;
}

.yesno-chart__wrapper {
  border: 1px solid #0188c3;
  border-radius: 19px;
  padding: 1.25rem 1.0625rem 3.6875rem;
  margin-top: 1.8125rem;
  width: 43.75rem;
}
@media screen and (max-width: 768px) {
  .yesno-chart__wrapper {
    margin-inline: auto;
    margin-bottom: 5rem;
    width: 92%;
  }
}

.back-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  padding-left: 0;
  margin-left: auto;
}

.back-top a {
  display: block;
}

.btn-top {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  background-color: #CBCBCB;
  padding: 0.5625rem 0.6875rem 0.375rem;
}
@media screen and (max-width: 768px) {
  .btn-top {
    font-size: 0.75rem;
    padding: 0.5625rem 0.6875rem 0.375rem;
  }
}

.yesno-chart__text {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .yesno-chart__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.yesno-chart__text span {
  display: inline-block;
}

.yesno-chart__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .yesno-chart__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    margin-top: 3.125rem;
  }
}

.btn-yes {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  text-transform: capitalize;
  background-color: #0188c3;
  padding: 1rem 5.1875rem 0.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-yes {
    font-size: 1rem;
    padding: 0.8125rem 5.1875rem 0.625rem;
  }
}

.btn-yes::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.875rem;
  border-color: transparent transparent transparent #fff;
}

.btn-no {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  text-transform: capitalize;
  background-color: #FA9825;
  padding: 1rem 5.1875rem 0.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-no {
    font-size: 1rem;
    padding: 0.8125rem 5.1875rem 0.625rem;
  }
}

.btn-no::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.875rem;
  border-color: transparent transparent transparent #fff;
}

.yesno-result__wrapper {
  aspect-ratio: 700/500;
  border: 1px solid #0188c3;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.25rem 1.0625rem 2.1875rem;
  margin-top: 1.8125rem;
  width: 43.75rem;
}
@media screen and (max-width: 768px) {
  .yesno-result__wrapper {
    margin-inline: auto;
    margin-bottom: 5rem;
    width: 92%;
  }
}

.yesno-result.result04 .yesno-result__wrapper {
  aspect-ratio: auto;
}

.yesno-result__lead {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 768px) {
  .yesno-result__lead {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.875rem;
    margin-bottom: 1.125rem;
  }
}

.yesno-result__lead span {
  display: inline-block;
}

.yesno-result__label {
  color: #0188c3;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.4814814815;
}
@media screen and (max-width: 768px) {
  .yesno-result__label {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.yesno-result__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.1333333333;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .yesno-result__text {
    font-size: 0.8125rem;
    margin-top: 1.6875rem;
  }
}

.yesno-result__btn {
  margin-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .yesno-result__btn {
    margin-top: 1.875rem;
  }
}

.yesno-result.result04 .yesno-result__btn {
  margin-top: 2.6875rem;
}

.btn-end {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  text-transform: capitalize;
  background-color: #0188c3;
  padding: 1rem 5.1875rem 0.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-end {
    font-size: 1rem;
    padding: 0.8125rem 5.1875rem 0.625rem;
  }
}

.btn-end::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.875rem;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .btn-end.contact {
    font-size: 0.875rem;
    padding: 0.8125rem 2rem 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-end.contact::before {
    right: 0.625rem;
    border-width: 0.375rem 0 0.375rem 0.6875rem;
  }
}