@charset "utf-8";

body {
  overflow-x: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

h2.form-title_h2 {
  text-align: center;
  padding: 20px 10px;
  font-weight: bold;
  color: #181c6a;
}

.main {
  width: 100%;
  margin: 0 auto;
}

.section {}

.section img {
  width: 100%;
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.section.section-01 {}

.section.section-02 {}



#mail_form {
  margin: auto;
  z-index: 9999;
  left: 350px;
  right: 0;
}

.sp img {
  width: 100%;
}

#progressbar li.progressbar-li.active:before,
#progressbar li.progressbar-li.active:after {
  color: #fff;
  background: #3c5092;
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  width: 100%;
}

form#mail_form select {
  width: 100%;
  padding: 3% 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  position: relative;
}

.select_box {
  position: relative;
}

.select_box::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 4%;
  top: 46%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 0;
}

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

  .sp {
    display: block;
  }

  main {
    display: block;
    max-width: 600px;
    margin: 0 auto 50px;
    width: 100%;
  }

  .section.section-03 {
    background: none;
    padding: 0px;
    width: 100%;
    height: auto;
  }

  #mail_form {
    margin: auto;
    z-index: 9999;
    left: 0;
    right: 0;
  }

  .w-100 {
    width: 100%;
  }

  ::-webkit-input-placeholder {
    color: #ccc;
  }

  :-ms-input-placeholder {
    color: #ccc;
  }

  ::placeholder {
    color: #ccc;
  }

  .btn-area {
    position: relative;
  }

  .stepButtonWrap-remining {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #d8534e;
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    border: solid 1px #d8534e;
    border-radius: 4px;
    margin-top: -6.5em;
  }

  .stepButtonWrap-remining::before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 9px solid #FFF;
    z-index: 1;
  }

  .stepButtonWrap-remining::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 8px solid #d8534e;
  }

  section {
    margin-bottom: 40px;
  }
}

.copyright {
  text-align: center;
  font-size: 80%;
  margin: 0 0 15px;
  color: #999;
}

.lp-footer {
  width: 90%;
  max-width: 720px;
  margin: 0 auto 12px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.lp-footer-logo img {
  width: 140px;
  height: auto;
  display: block;
}

.lp-footer-text {
  flex: 1;
  min-width: 0;
}

.lp-footer-text p {
  margin: 0;
  line-height: 1.7;
  font-size: 12px;
  color: #555;
}

.lp-footer-text p.lp-footer-note {
  margin-top: 8px;
  font-size: 11px;
  color: #777;
}

.lp-footer-text p.lp-footer-links {
  margin-top: 8px;
  font-size: 11px;
  color: #777;
}

.lp-footer-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.lp-footer-links a:hover {
  color: #444;
}

.lp-footer-links span {
  color: inherit;
}

@media screen and (max-width: 800px) {
  .lp-footer {
    width: calc(100% - 24px);
    padding: 12px;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .lp-footer-logo img {
    width: 120px;
  }

  .lp-footer-text p {
    font-size: 11px;
    line-height: 1.6;
  }

  .lp-footer-text p.lp-footer-note {
    font-size: 10px;
  }

  .lp-footer-text p.lp-footer-links {
    font-size: 10px;
  }
}

.line-btn {
  width: 90%;
  margin: 0 auto 8px;
}

.line-btn a img {
  -webkit-animation: purupuru_anim 2.5s infinite;
  animation: purupuru_anim 2.5s infinite;
}

.line-btn a:hover {
  opacity: .8;
}

@-webkit-keyframes purupuru_anim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  5% {
    -webkit-transform: translate(-5px, -0);
    transform: translate(-5px, -0);
  }

  10% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  15% {
    -webkit-transform: translate(-5px, -0);
    transform: translate(-5px, -0);
  }

  20% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  25% {
    -webkit-transform: translate(-5px, -0);
    transform: translate(-5px, -0);
  }

  30% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes purupuru_anim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  5% {
    -webkit-transform: translate(-5px, -0);
    transform: translate(-5px, -0);
  }

  10% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  15% {
    -webkit-transform: translate(-5px, -0);
    transform: translate(-5px, -0);
  }

  20% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  25% {
    -webkit-transform: translate(-5px, -0);
    transform: translate(-5px, -0);
  }

  30% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
