@charset "UTF-8";
/**/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
table,
th,
td,
fieldset,
header,
section,
article,
aside,
footer,
figure,
figcaption,
nav {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}

@-ms-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

@-o-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

@viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}
img {
  max-width: 100%;
}

input,
textarea,
select,
button {
  outline: none;
}

label,
select,
[type=button],
[type=checkbox],
[type=radio],
[type=submit],
[type=reset],
[type=file],
[type=number],
button {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

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

img {
  border: none;
  vertical-align: middle;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/*----------------------------------------------------------------end reset */
/* COMMON =========================================================================*/
html {
  font-size: 62.5%;
  font-weight: 400;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 1.6rem;
  color: #555;
  position: relative;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgb(236, 249, 254);
  background-image: -webkit-radial-gradient(80% 0%, circle, hsla(205, 100%, 56%, 0.1) 0%, transparent 30%), -webkit-radial-gradient(0% 100%, circle, hsla(212.3684210526, 68%, 56%, 0.1) 0%, transparent 30%), -webkit-radial-gradient(80% 100%, circle, rgba(138, 200, 211, 0.1) 0%, transparent 50%), -webkit-radial-gradient(0% 0%, circle, rgba(133, 208, 255, 0.1) 0%, transparent 50%);
  background-image: radial-gradient(circle at 80% 0%, hsla(205, 100%, 56%, 0.1) 0%, transparent 30%), radial-gradient(circle at 0% 100%, hsla(212.3684210526, 68%, 56%, 0.1) 0%, transparent 30%), radial-gradient(circle at 80% 100%, rgba(138, 200, 211, 0.1) 0%, transparent 50%), radial-gradient(circle at 0% 0%, rgba(133, 208, 255, 0.1) 0%, transparent 50%);
  background-blend-mode: normal, normal, normal, normal;
}

header {
  background: #fff;
  border-top: 6px solid #00468c;
}
header .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
header .header .certification img {
  width: 60px;
}
header .logo {
  width: 200px;
  height: auto;
}

.KeyVisual {
  margin-top: 20px;
  text-align: center;
}
.KeyVisual img {
  max-width: 1000px;
  height: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .KeyVisual {
    margin-top: 0;
  }
  .KeyVisual img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

footer {
  text-align: center;
  padding: 20px 0;
}
footer .footerlink {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  footer .footerlink {
    grid-template-columns: repeat(1, auto);
  }
}
footer .footerlink a {
  color: #00468c;
}
footer .privacy {
  width: 90%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  text-align: left;
  font-size: 0.8em;
  max-width: 900px;
  margin: 60px auto 20px auto;
}
@media screen and (max-width: 768px) {
  footer .privacy {
    grid-template-columns: 1fr;
  }
  footer .privacy img {
    margin: 0 auto;
  }
}
footer .copyright {
  text-align: center;
}

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

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

main {
  position: relative;
  min-height: 400px;
}

#progress-container {
  width: 90%;
  max-width: 900px;
  background-color: #f0f0f0;
  height: 20px;
  margin: 20px auto;
}

#progress-bar {
  width: 0%;
  height: 100%;
  background-color: #4caf50;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#step {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.05));
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  background: #fff;
  padding: 15px;
  border-radius: 50px;
  margin: 20px auto;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 400px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #step {
    padding: 10px;
  }
}
#step div {
  color: #ff893a;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #step div {
    padding: 0 0 0 1em;
  }
}
#step .current {
  background: rgb(255, 175, 62);
  color: #fff;
}
#step ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #step ul {
    gap: 10px;
  }
}
#step ul li {
  color: rgb(255, 175, 62);
  display: grid;
  place-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: rgb(253, 238, 151);
  text-align: center;
}

.wrapper {
  position: relative;
  width: 90%;
  max-width: 1000px;
  min-height: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.05));
  margin-bottom: 20px;
  min-height: 400px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 30px 20px;
  opacity: 0;
  /* 初期状態を透明に */
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* トランジションを追加 */
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.page.active {
  opacity: 1;
  /* 表示状態を不透明に */
  display: block;
}

h2.page-title {
  font-size: clamp(1.8rem, 1.514rem + 1.219vw, 2rem);
  margin: 20px auto;
  font-weight: 600;
}
h2.page-title span {
  display: inline-block;
  border-radius: 1em;
  padding: 0.25em 1em;
  background-color: rgba(192, 239, 255, 0.7);
}
@media screen and (max-width: 768px) {
  h2.page-title span {
    padding: 0.25em;
    width: 100%;
  }
}

.note {
  line-height: 1.5;
}

.msg {
  color: red;
  margin: 5px auto 20px auto;
  display: none;
}

.user-data {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  margin: 40px auto;
}
.user-data dt {
  white-space: nowrap;
}
.user-data dd {
  text-align: left;
}
.user-data .p-region-id {
  margin: 0 auto !important;
}

.birthday {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(6, auto);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .birthday {
    grid-template-columns: repeat(4, auto);
  }
}

.q-grid {
  display: grid;
  grid-template-columns: 14em 14em;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .q-grid {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
.q-grid > div label {
  color: #00468c !important;
  border: 2px solid #00468c;
  border-radius: 6px;
}

.license {
  grid-template-columns: 240px 240px;
  margin: 40px auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 25px;
}
.license label {
  height: 90%;
}
@media screen and (max-width: 768px) {
  .license {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

.illust {
  width: 140px;
  height: 140px;
  display: block;
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .illust {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .work-style {
    grid-template-columns: 1fr;
  }
}

/* Form Items */
input[type=checkbox],
input[type=radio] {
  display: none;
}

label:hover {
  opacity: 0.8;
}

input[type=checkbox] + label {
  display: block;
  color: #fff;
  padding: 10px;
}

input[type=checkbox]:checked + label {
  background: #00468c;
  border-color: #00468c;
  color: #fff !important;
}

input[type=radio] + label {
  display: block;
  color: #fff;
  padding: 10px;
}

input[type=radio]:checked + label {
  background: #00468c;
  border-color: #00468c;
  color: #fff !important;
}

input[type=text],
input[type=number] {
  border: 1px solid #aaa;
  padding: 5px;
  width: 100%;
  max-width: 12em;
}

input[type=text].date {
  max-width: 4em;
}

select {
  width: 100%;
  padding: 5px;
  border: 1px solid #aaa;
}

.h2-required {
  background: none !important;
  color: red;
  font-size: 1.6rem;
}

.required {
  color: red;
}

.nav_btns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16em, 18em));
  grid-gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .nav_btns {
    grid-gap: 20px;
  }
}

.nav_btn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(4em, 16em));
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.btn {
  -webkit-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.2));
  font-size: 2rem;
  display: block;
  background: #00468c;
  color: #fff;
  text-align: center;
  padding: 0.5em 2em;
  border-radius: 8px;
}
.btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .nextBtn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.prevtBtn {
  background: #aaa;
}
@media screen and (max-width: 768px) {
  .prevtBtn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.submitBtn {
  width: 20em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .submitBtn {
    width: 100%;
  }
}

#pointer {
  width: 60px;
  height: 60px;
  -webkit-animation: scaleLoop 1s infinite alternate ease-in-out;
          animation: scaleLoop 1s infinite alternate ease-in-out;
}

#pointer.def {
  position: absolute;
  top: 60px;
  right: 100px;
}
@media screen and (max-width: 768px) {
  #pointer.def {
    top: 70px;
    right: 0px;
  }
}

@-webkit-keyframes scaleLoop {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleLoop {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pmark {
  width: 80px;
}

#done {
  background: none;
}

.done section {
  padding: 40px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90%;
  max-width: 1000px;
  min-height: initial;
  text-align: center;
}
.done h2 {
  margin-bottom: 1em;
}
.done h2:after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  background: #00468c;
  margin: 10px auto 0 auto;
}
.done h3 {
  margin: 0 0 20px 0;
}
.done p {
  margin: 1em 0;
}
.done .done-msg .user-phone {
  color: #00468c;
  max-width: 18em;
  margin: 30px auto;
  background: rgba(0, 70, 140, 0.1);
  padding: 10px;
  font-size: 2rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
}
.done .done-msg .user-phone dd {
  font-size: 2.2rem;
}
.done .done-msg .adv-number {
  font-size: 2rem;
  background: #fff;
  width: 14em;
  margin: auto;
  border-radius: 4px;
}
.done .contact-from {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}
.done .contact-from div {
  background: #f1efef;
  border-radius: 10px;
  padding: 1em;
}

.flow-grid {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr 30px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .flow-grid {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
}
.flow-grid .flow-box {
  padding: 1em;
  border-radius: 10px;
  background: #fff;
}
.flow-grid .arrow {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  /* 例として要素のサイズを設定 */
  width: 30px;
  height: 40px;
  background: rgba(0, 70, 140, 0.2);
  /* clip-pathの効果を確認するための背景色 */
  /* SVGのpolygonから変換したclip-path */
  -webkit-clip-path: polygon(33.42% 100%, 0% 100%, 66.58% 50%, 0% 0%, 33.42% 0%, 100% 50%);
          clip-path: polygon(33.42% 100%, 0% 100%, 66.58% 50%, 0% 0%, 33.42% 0%, 100% 50%);
  -webkit-clip-path: polygon(0% 30%, 40% 30%, 40% 0%, 100% 50%, 40% 100%, 40% 70%, 0% 70%);
          clip-path: polygon(0% 30%, 40% 30%, 40% 0%, 100% 50%, 40% 100%, 40% 70%, 0% 70%);
}
@media screen and (max-width: 768px) {
  .flow-grid .arrow {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0 auto;
  }
}
.flow-grid h4 {
  background: rgba(0, 70, 140, 0.8);
  border-radius: 1em;
  padding: 3px 0;
  color: #fff;
}
.flow-grid p {
  text-align: left;
}

.grdbg {
  background: rgba(0, 70, 140, 0.1) !important;
}

.outline {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .outline {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.outline h2 {
  margin: 0 auto 40px auto;
}
.outline h2:after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  background: #00468c;
  margin: 10px auto 0 auto;
}
.outline h3 {
  margin: 20px auto;
  text-align: left;
  font-size: 1.6rem;
}
.outline .strong {
  font-weight: bold;
  margin: 2em 0;
}
.outline .freedial {
  font-weight: bold;
  margin: 2em 0 60px 0;
}
.outline section {
  width: 90%;
  max-width: 1000px;
  position: relative;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .outline section {
    padding: 20px;
  }
}
.outline section.grdbgsect {
  background: none;
  padding: 40px 0;
}
.outline section:first-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .outline section:first-child {
    margin-bottom: 40px;
  }
}
.outline p {
  text-align: left;
  margin-bottom: 1em;
}
.outline #privacy dl {
  text-align: left;
}
.outline #privacy dl dd {
  padding-left: 2em;
  margin-bottom: 2em;
}
.outline #company table {
  text-align: left;
  width: 100%;
}
.outline #company table th,
.outline #company table td {
  border: 1px solid #ccc;
  padding: 0.5em 0.5em;
}
.outline #company table th {
  background: #f8f8f8;
}

#privacy h3,
#terms h3 {
  margin-top: 3em;
}
#privacy p,
#terms p {
  padding-left: 1em;
}
#privacy ul,
#terms ul {
  padding-left: 2em;
  text-align: left;
  list-style: disc;
}
#privacy ul li,
#terms ul li {
  margin-bottom: 0.5em;
}
#privacy table,
#terms table {
  text-align: left;
  margin-left: 1em;
}
#privacy table th,
#privacy table td,
#terms table th,
#terms table td {
  border: 1px solid #ccc;
  padding: 0.5em;
}
#privacy table th,
#terms table th {
  background: rgb(235, 237, 238);
}
#privacy ol,
#terms ol {
  padding-left: 2em;
  text-align: left;
  list-style: decimal;
}
#privacy ol li,
#terms ol li {
  margin-bottom: 0.5em;
}

.title-terms {
  margin-bottom: 10px;
}

.scroll-area {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: left;
}

.kiyaku-area {
  margin: 20px auto;
  max-width: 20em;
}
@media screen and (max-width: 768px) {
  .kiyaku-area {
    text-align: left;
    max-width: 100%;
  }
}

input[type=checkbox] + label.checkbox {
  margin: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  color: #555;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] + label.checkbox {
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
input[type=checkbox] + label.checkbox:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #ccc;
}

input[type=checkbox]:checked + label.checkbox {
  background: none !important;
  color: #555 !important;
}
input[type=checkbox]:checked + label.checkbox:before {
  background: #00468c;
}
input[type=checkbox]:checked + label.checkbox:after {
  position: absolute;
  margin-right: 10px;
  content: "";
  display: block;
  height: 10px;
  width: 19px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  left: 14px;
  top: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */