@charset "utf-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */
body {
  line-height: 1.8;
  padding: 0 !important;
  color: #1a1a1a;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.733333333333333vw;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
a {
  transition: 0.3s;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
b,
strong {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/* header */
.header {
  display: flex;
  align-items: center;
  gap: 0 40px;
  max-width: 1000px;
  margin: 0 auto 24px;
  padding: 16px 40px;
}
.header-logo {
  width: 163px;
  line-height: 1;
  text-align: center;
}
.header-logo span {
  display: block;
  margin: 8px 0 0;
  font-weight: 700;
}
.header-ttl {
  margin: 0;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .header {
    gap: 0 4.266666666666667vw;
    margin: 0 0 4.266666666666667vw;
    padding: 4.266666666666667vw;
  }
  .header-logo {
    flex-shrink: 0;
    width: auto;
    text-align: left;
  }
  .header-logo img {
    width: 24vw;
  }
  .header-logo span {
    margin: 2.133333333333333vw 0 0;
    font-size: 2.4vw;
  }
  .header-ttl {
    font-size: 4.266666666666667vw;
  }
}
/* main */
.main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 0 4.266666666666667vw;
  }
}
/* form */
.form-lead {
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
  margin: 0 0 40px;
}
.form-lead-txt {
  margin: 0 0 16px;
}
.form-lead-note {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-lead-note li {
  position: relative;
  padding: 0 0 0 1em;
}
.form-lead-note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.form-lead-btn {
  flex-shrink: 0;
}
.form-lead-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  padding: 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #0268b8;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  transition: 0.3s;
}
.form-lead-btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .form-lead-btn a:hover {
    opacity: 0.7;
  }
}
.form-ttl {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.form-step {
  counter-reset: number;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 56px;
  padding: 0;
}
.form-step li {
  display: flex;
  align-items: center;
  position: relative;
  color: #e6ebf0;
  font-size: 20px;
  font-weight: 900;
}
.form-step li:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 1;
  margin: 0 12px 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto";
  background: #e6ebf0;
}
.form-step li.is-active {
  color: #0268b8;
}
.form-step li.is-active:before {
  background: #0268b8;
}
.form-step li.is-active:last-child {
  color: #f0a90f;
}
.form-step li.is-active:last-child:before {
  background: #f0a90f;
}
.form-step li.is-active:after {
  background: #0268b8;
}
.form-step li + li {
  margin: 0 0 0 120px;
}
.form-step li + li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -104px;
  width: 104px;
  height: 2px;
  background: #e6ebf0;
  transform: translateY(-50%);
}
.form table {
  width: 100%;
  margin: 0 0 48px;
  border-collapse: collapse;
  border-spacing: 0;
}
.form th {
  position: relative;
  width: 270px;
  vertical-align: top;
  padding: 28px 20px;
  border-top: 1px solid #cad5e0;
  border-bottom: 1px solid #cad5e0;
  font-size: 16px;
  text-align: left;
  background: #e6ebf0;
  box-sizing: border-box;
}
.form th span {
  display: block;
  position: absolute;
  top: 32px;
  right: 20px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  background: #f0a90f;
}
.form td {
  padding: 20px 0 20px 28px;
  border-top: 1px solid #cad5e0;
  border-bottom: 1px solid #cad5e0;
  font-size: 16px;
}
.form td a {
  color: #0268b8;
  text-decoration: underline;
}
@media (hover: hover) {
  .form td a:hover {
    text-decoration: none;
  }
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
  width: 100%;
  line-height: inherit;
  vertical-align: top;
  padding: 9px 16px;
  border: 1px solid #a1aab3;
  border-radius: 4px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
}
.form input[type="text"]::placeholder,
.form input[type="tel"]::placeholder,
.form input[type="email"]::placeholder,
.form textarea::placeholder {
  color: #a1aab3;
}
.form select {
  position: relative;
  line-height: inherit;
  padding: 9px 56px 9px 16px;
  border: 1px solid #a1aab3;
  border-radius: 4px;
  outline: none;
  background: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form .input-select {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.form .input-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #0268b8 transparent transparent transparent;
  transform: translateY(-50%);
  z-index: -1;
}
.form .input-note {
  margin: 8px 0 0;
  font-size: 14px;
}
.form .input-note:first-child {
  margin: 0;
}
.form th .input-note {
  font-size: 12px;
  font-weight: normal;
}
.form .input-radio + .input-note {
  margin-top: 16px;
}
.form-field-error {
  margin: 8px 0 0;
  color: #e52323;
  font-size: 0.875em;
  font-weight: bold;
}
.form .input-note-02 {
  list-style: none;
  margin: 8px 0;
  padding: 0;
  font-size: 12px;
}
.form .input-note-02:first-child {
  margin-top: 0;
}
.form .input-note-02:last-child {
  margin-bottom: 0;
}
.form .input-note-02 li {
  position: relative;
  padding: 0 0 0 1em;
}
.form .input-note-02 li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.form .input-note-02 + .input-radio {
  margin-top: 16px;
}
.form .input-zip {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.form .input-zip input[type="text"] {
  max-width: 280px;
  margin: 0 12px;
}
.form .input-zip .input-note {
  margin: 0;
}
.form .input-error {
  display: block;
  margin: 8px 0;
  color: #b70000;
  font-size: 14px;
}
.form .input-error:last-child {
  margin-bottom: 0;
}
.form .input-zip + .input-error {
  margin-top: -8px;
}
.form .input-restored-row {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.form .input-restored-row + .input-restored-row {
  margin: 16px 0 0;
}
.form .input-restored-label {
  flex-shrink: 0;
}
.form .input-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 48px;
}
.form .input-radio label {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
}
.form .input-radio label input[type="radio"] {
  position: absolute;
  opacity: 0;
  appearance: none;
}
.form .input-radio label input[type="radio"] + span:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #a1aab3;
  border-radius: 100%;
  background: #fff;
}
.form .input-radio label input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #0268b8;
}
.form .input-dataguard-row {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.form .input-dataguard-row + .input-dataguard-row {
  margin: 16px 0 0;
}
.form .input-dataguard-label {
  width: 6rem;
}
.form-pp {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  font-size: 16px;
  text-align: center;
  background: #e6ebf0;
}
.form-pp-lead {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  font-weight: bold;
}
.form-pp-lead span {
  display: block;
  line-height: 1;
  margin: 0 0 0 16px;
  padding: 4px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  background: #f0a90f;
}
.form-pp-txt {
  height: 150px;
  overflow: auto;
  margin: 0 0 24px;
  padding: 16px 24px;
  border: 1px solid #a1aab3;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
}
.form-pp-txt::-webkit-scrollbar {
  width: 4px;
  background: #e6ebf0;
}
.form-pp-txt::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #a1aab3;
}
.form-pp-check {
  margin: 0 0 24px;
}
.form-pp-check label {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
}
.form-pp-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  appearance: none;
}
.form-pp-check input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #a1aab3;
  border-radius: 4px;
  background: #fff;
}
.form-pp-check input[type="checkbox"]:checked + span:before {
  border-color: #0268b8;
  background: #0268b8;
}
.form-pp-check input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 9px;
  width: 5px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
.form-pp-check span {
  font-weight: 700;
}
.form-pp-btn {
  margin: 0;
}
.form-pp-btn button {
  position: relative;
  width: 410px;
  line-height: inherit;
  margin: 0;
  padding: 16px;
  border: 2px solid #0268b8;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #0268b8;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  cursor: pointer;
  transition: 0.3s;
}
.form-pp-btn button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .form-pp-btn button:hover {
    opacity: 0.7;
  }
}
.form-thanks {
  margin: 0 0 24px;
}
.form-thanks-ttl {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.form-thanks-txt {
  margin: 0 0 24px;
}
.form-thanks-customer {
  padding: 24px;
  border: 1px solid #a1aab3;
}
.form-thanks-customer-ttl {
  margin: 0 0 16px;
  font-weight: 700;
  text-align: center;
}
.form-btn {
  display: flex;
  justify-content: center;
  gap: 0 24px;
}
.form-btn button,
.form-btn a {
  position: relative;
  width: 410px;
  line-height: inherit;
  margin: 0;
  padding: 16px;
  border: 2px solid #0268b8;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #0268b8;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  cursor: pointer;
  transition: 0.3s;
  box-sizing: border-box;
}
.form-btn button[disabled],
.form-btn a[disabled] {
  background: #ccc;
}
.form-btn button:after,
.form-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .form-btn button:hover,
  .form-btn a:hover {
    opacity: 0.7;
  }
}
.form-btn button[name="back"],
.form-btn a[name="back"] {
  color: #0268b8;
  background: #fff;
}
.form-btn button[name="back"]:after,
.form-btn a[name="back"]:after {
  content: none;
}
.form-btn a {
  line-height: 1.5;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .form-lead {
    display: block;
    margin: 0 0 10.666666666666666vw;
  }
  .form-lead-txt {
    margin: 0 0 4.266666666666667vw;
  }
  .form-lead-note {
    margin: 0 0 4.266666666666667vw;
    font-size: 3.2vw;
  }
  .form-lead-btn a {
    gap: 0 2.133333333333333vw;
    padding: 4.266666666666667vw;
    border-radius: 1.066666666666667vw;
    font-size: inherit;
  }
  .form-lead-btn a:after {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    border-width: 0.533333333333333vw;
  }
  .form-ttl {
    margin: 0 0 6.4vw;
    font-size: 6.4vw;
  }
  .form-step {
    margin: 0 0 10.666666666666666vw;
  }
  .form-step li {
    font-size: 4.266666666666667vw;
  }
  .form-step li:before {
    width: 11.733333333333333vw;
    height: 11.733333333333333vw;
    margin: 0 2.133333333333333vw 0 0;
    font-size: 3.733333333333333vw;
  }
  .form-step li + li {
    margin: 0 0 0 9.6vw;
  }
  .form-step li + li:after {
    left: -5.866666666666666vw;
    width: 5.866666666666666vw;
    height: 0.533333333333333vw;
  }
  .form table {
    margin: 0 0 6.4vw;
  }
  .form th {
    display: block;
    width: auto;
    margin: 0 0 4.266666666666667vw;
    padding: 4.266666666666667vw 12.8vw 4.266666666666667vw 4.266666666666667vw;
    border: none;
    font-size: 4.266666666666667vw;
  }
  .form th span {
    top: 5.333333333333333vw;
    right: 4.266666666666667vw;
    padding: 1.066666666666667vw 2.133333333333333vw;
    border-radius: 0.533333333333333vw;
    font-size: 3.2vw;
  }
  .form td {
    display: block;
    margin: 0 0 6.4vw;
    padding: 0;
    border: none;
    font-size: 3.733333333333333vw;
  }
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form textarea {
    padding: 3.2vw 4.266666666666667vw;
    border-radius: 1.066666666666667vw;
  }
  .form select {
    width: 100%;
    padding: 3.2vw 10.666666666666666vw 3.2vw 4.266666666666667vw;
    border-radius: 1.066666666666667vw;
  }
  .form .input-select {
    display: block;
  }
  .form .input-select:after {
    right: 4.266666666666667vw;
    border-width: 2.666666666666667vw 1.6vw 0 1.6vw;
  }
  .form .input-note {
    margin: 2.133333333333333vw 0 0;
    font-size: 3.733333333333333vw;
  }
  .form th .input-note {
    display: inline-block;
    margin: 0 0 0 2.133333333333333vw;
    font-size: 3.2vw;
  }
  .form .input-radio + .input-note {
    margin-top: 4.266666666666667vw;
  }
  .form .input-note-02 {
    margin: 2.133333333333333vw 0;
    font-size: 3.2vw;
  }
  .form .input-note-02 + .input-radio {
    margin-top: 4.266666666666667vw;
  }
  .form .input-zip {
    flex-wrap: wrap;
    margin: 0 0 4.266666666666667vw;
  }
  .form .input-zip input[type="text"] {
    max-width: inherit;
    width: calc(100% - 24vw);
    margin: 0 0 0 3.2vw;
  }
  .form .input-zip .input-note {
    margin: 2.133333333333333vw 0 0;
  }
  .form .input-error {
    margin: 2.133333333333333vw 0;
    font-size: 3.733333333333333vw;
  }
  .form .input-zip + .input-error {
    margin-top: -2.133333333333333vw;
  }
  .form .input-restored-row {
    display: block;
  }
  .form .input-restored-row + .input-restored-row {
    margin: 4.266666666666667vw 0 0;
  }
  .form .input-restored-label {
    margin: 0 0 2.133333333333333vw;
  }
  .form .input-radio {
    gap: 6.4vw;
  }
  .form .input-radio label {
    padding: 0 0 0 12.8vw;
    cursor: pointer;
  }
  .form .input-radio label input[type="radio"] + span:before {
    top: -1.066666666666667vw;
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
  }
  .form .input-radio label input[type="radio"]:checked + span:after {
    top: 0.8vw;
    left: 1.866666666666667vw;
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
  }
  .form .input-dataguard-row {
    display: block;
  }
  .form .input-dataguard-row + .input-dataguard-row {
    margin: 4.266666666666667vw 0 0;
  }
  .form .input-dataguard-label {
    width: auto;
    margin: 0 0 2.133333333333333vw;
  }
  .form-pp {
    padding: 6.4vw 4.266666666666667vw;
    font-size: 3.733333333333333vw;
  }
  .form-pp-lead {
    margin: 0 0 4.266666666666667vw;
  }
  .form-pp-lead span {
    margin: 0 0 0 2.133333333333333vw;
    padding: 1.066666666666667vw 2.133333333333333vw;
    border-radius: 0.533333333333333vw;
    font-size: 3.2vw;
  }
  .form-pp-txt {
    height: 49.06666666666666vw;
    margin: 0 0 6.4vw;
    padding: 4.266666666666667vw;
    border-radius: 1.066666666666667vw;
    font-size: 3.733333333333333vw;
  }
  .form-pp-check {
    margin: 0 0 6.4vw;
  }
  .form-pp-check label {
    padding: 0 0 0 10.666666666666666vw;
  }
  .form-pp-check input[type="checkbox"] + span:before {
    top: -0.533333333333333vw;
    width: 7.466666666666667vw;
    height: 7.466666666666667vw;
    border-radius: 1.066666666666667vw;
  }
  .form-pp-check input[type="checkbox"]:checked + span:after {
    top: 1.333333333333333vw;
    left: 2.933333333333333vw;
    width: 1.333333333333333vw;
    height: 2.666666666666667vw;
    border-width: 0.8vw;
  }
  .form-pp-btn {
    width: 100%;
  }
  .form-pp-btn button {
    width: 100%;
    padding: 4.266666666666667vw;
    border-width: 0.533333333333333vw;
    border-radius: 1.066666666666667vw;
    font-size: 4.266666666666667vw;
  }
  .form-pp-btn button:after {
    right: 4.266666666666667vw;
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    border-width: 0.533333333333333vw;
  }
  .form-thanks {
    margin: 0 0 6.4vw;
  }
  .form-thanks-ttl {
    margin: 0 0 6.4vw;
    font-size: 4.8vw;
  }
  .form-thanks-txt {
    margin: 0 0 6.4vw;
  }
  .form-thanks-customer {
    padding: 4.266666666666667vw;
  }
  .form-thanks-customer-ttl {
    margin: 0 0 4.266666666666667vw;
  }
  .form-btn {
    flex-direction: column-reverse;
    gap: 4.266666666666667vw 0;
  }
  .form-btn button,
  .form-btn a {
    width: 100%;
    padding: 4.266666666666667vw;
    border-width: 0.533333333333333vw;
    border-radius: 1.066666666666667vw;
    font-size: 4.266666666666667vw;
  }
  .form-btn button:after,
  .form-btn a:after {
    right: 4.266666666666667vw;
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    border-width: 0.533333333333333vw;
  }
  .form-btn a {
    padding: 2.133333333333333vw 4.266666666666667vw;
  }
}
/* footer */
.footer {
  padding: 40px;
  text-align: center;
}
.footer-copyright {
  margin: 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 4.266666666666667vw;
  }
  .footer-copyright {
    font-size: 2.666666666666667vw;
  }
}
