@charset "UTF-8";

/* -----------------------------------
uf scss framework version 2.0.0
----------------------------------- */


/* -----------------------------

reset style

----------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: inherit;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* -----------------------------

base style

----------------------------- */

html {
  font-size: 0.7142857143vw;
}

@media (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(10px, 1rem + 0.972vw, 1.4rem);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #222222;
  background: #ffffff;
}

strong {
  font-weight: bold;
}

sup {
  font-size: small;
  vertical-align: text-top;
}

 ::selection {
  background: rgba(21, 57, 64, 0.7);
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus, a:hover, a:visited {
  text-decoration: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

select, input, textarea, button {
  vertical-align: middle;
}

main {
  display: block;
  min-height: calc(100vh - 130px);
}

@media (max-width: 599px) {
  main {
    min-height: calc(100vh - 100px);
  }
}


/* ----------------------------- */

#lp-wrap {
  width: 100%;
}

.lp-contents {
  max-width: 750px;
  margin: 0 auto;
}

.cv-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cv-btn a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine 1s infinite;
  animation: shine 1s infinite;
}

.cv-btn:hover {
  opacity: 0.7;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.btn_fv {
  background-color: #f3f3f3;
  width: 100%;
  padding: 5% 1%;
}

.btn {
  width: 100%;
  padding: 2% 1%;
}

.btn_graph {
  background-color: #f4f7f7;
  width: 100%;
  padding: 1% 1% 5%;
}

.atn {
  color: #5c5c5c;
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 0 2%;
}

.reason {
  margin: 5% 0;
}

.gokaku {
  display: inline-block;
  background-color: #000;
  width: 100%;
  margin: 5% auto 1%;
  padding: 1.73%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size:min(4.5vw,34px);
  line-height:1.41;
}

.uline {
  font-weight: bold;
  background-color: #fffe80;
}

.voice_comment p {
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 1% 2%;
  font-weight: normal;
  background-color: #fffff7;
}

.voice_comment *, .voice_comment *:before, .voice_comment *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.voice_comment {
  width: auto;
  margin: 2em auto;
  background-color: #fffff7;
}

.voice_comment label {
  font-weight: bold;
  position: relative;
  display: block;
  width: 50%;
  margin: auto;
  padding: 0.5em 1em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  background-color: #a90014;
}

.voice_comment input:checked~label:hover::after {
  color: #ffffff;
}

.voice_comment input {
  display: none;
}

.voice_comment .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  background: rgba(255, 255, 255, 0.5);
}

.voice_comment input:checked~div {
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}


/* 続きを読むを押すと表示されるテキストの高さ */

.voice_comment input:checked~div.cp_container {
  height: auto;
}

.graph {
  margin: 15% 0 10%;
}

.flow {
  margin: 10% 0;
}

.flow p {
  margin: 5% 0;
}


/* --faq-- */

.faq {
  margin: 5% 5% 20%;
}

.faq_title {
  font-size: 1.7em;
  text-align: center;
  font-weight: bold;
  margin: 0 0 3%;
  letter-spacing: 0.2em;
}

.accordion {
  width: 100%;
  overflow: hidden;
}

.accordion li {
  padding: 2% 0;
  border-bottom: solid 1px #e7e7e7;
  margin: 0 0 2%;
  font-size: 1em;
}

.accordion-content span {
  display: block;
  background-color: #e5ffff;
  padding: 1%;
  margin: 1% 0 0;
  color: #222222;
}

.accordion-content p {
  padding: 1% 0;
  color: #6d6d6d;
  font-weight: normal;
}

.accordion .js-details .js-summary {
  position: relative;
  display: block;
  cursor: pointer;
}

.accordion .js-details .js-summary::-webkit-details-marker {
  display: none;
}

.accordion .js-details .accordion-content {
  opacity: 0;
  transition: 0.2s ease-out;
}

.accordion .js-details .accordion-heading {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

@media (max-width: 599px) {
  .accordion .js-details .accordion-heading {
    text-indent: -1.8em;
    padding-left: 1.8em;
  }
}

.accordion .js-details .accordion-heading:before, .accordion .js-details .accordion-heading:after {
  content: "";
  display: block;
  position: absolute;
  background: currentColor;
  transition: 0.2s;
}

.accordion .js-details .accordion-heading:before {
  width: 2rem;
  height: 0.2rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.accordion .js-details .accordion-heading:after {
  width: 0.2rem;
  height: 2rem;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
}

.accordion .js-details.is-opened .accordion-heading:after {
  transform: scaleY(0);
}

.accordion .js-details.is-opened .accordion-content {
  opacity: 1;
  transition: 0.2s ease-out;
}


/* -- float-button -- */

.float-button {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.float-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #0069b3;
  color: #fff;
}

.btn_b {
  display: flex;
  width: 100%;
}


/* -- pc -- */

@media screen and (min-width: 599px) {
  .atn {
    font-size: 1.2em;
    line-height: 1.6em;
  }
  .gokaku {
    font-weight: normal;
  }
  .voice_comment p {
    font-size: 2.4em;
    line-height: 2em;
  }
  .voice_comment label {
    border-radius: 40px;
    font-size: 2.4em;
  }
  .faq_title {
    font-size: 3em;
  }
  .accordion li {
    font-size: 2em;
  }
  .accordion-content {
    font-weight: normal;
    font-size: 0.8em;
  }
  .accordion-content span {
    display: block;
    background-color: #dcefef;
  }
}

/* 20240415追加 */
.voice_comment .inner_comment{
  font-size: min(4vw, 30px);
  font-weight: 500;
  line-height:1.6;
}