@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ecf2f6;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.hero-section {
  color: white;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 39.7%, rgba(255, 255, 255, 0.3) 56.51%, rgba(255, 255, 255, 0.5) 100%), url("../img/fv-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .hero-section {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section {
    padding-top: 10px;
    background-image: none;
  }
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .hero-content {
    display: flex;
    flex-direction: column;
    gap: unset;
  }
}

.hero-left {
  position: relative;
}

.hero-image {
  width: 100%;
  border-radius: 15px;
}

.logo {
  position: absolute;
  padding-left: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .logo {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .logo svg {
    width: 101px;
    height: 40px;
  }
}

.hero-right {
  padding-left: 20px;
}
.hero-right .fvtxt-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero-right .fvtxt-image {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .hero-right {
    padding: 60px 0 0 0;
    text-align: center;
  }
}
.hero-right .SP-fv-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero-right .SP-fv-image {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.hero-subtitle {
  color: #87ceeb;
  font-size: 16px;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}

.hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .sp-fv-img {
    width: 100%;
    height: 250px;
    background-image: linear-gradient(180deg, #ecf2f6 -1.43%, rgba(255, 255, 255, 0.3) 19.14%, rgba(255, 255, 255, 0) 50%, rgba(251, 252, 253, 0.3) 80.86%, #ecf2f6 101.43%), url("../img/fv-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }
}

.hero-tags {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  border-radius: 20px 0 0 20px;
  padding: 12px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .hero-tags {
    font-size: 20px;
    margin: 0;
    transform: translateY(50%);
    text-align: center;
    padding: 10px;
    margin-left: 10px;
  }
}
.hero-tags small {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 0.8px;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .hero-tags small {
    font-size: 14px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.7px;
  }
}

.feature-circles {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-circles {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.feature-circles .feature-image {
  width: 95%;
}
@media screen and (max-width: 768px) {
  .feature-circles .feature-image {
    width: 90%;
    margin: 0 auto;
  }
}

.feature-circle {
  background: white;
  color: #0098d8;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-description {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.cta-section {
  background: #0098d8;
  padding: 15px 20px;
  text-align: center;
  color: white;
  max-width: 1000px;
  margin: 0 auto;
}

.cta-button {
  background: white;
  width: 300px;
  height: 65px;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 0 5px 0 50px;
}
.cta-button .cta-btn-txt {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cta-badge {
  height: 55px;
  width: 55px;
  justify-content: center;
  border-radius: 9999px;
  font-size: 14px;
  margin-left: 10px;
  color: white;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  display: flex;
  flex-direction: column;
}
.cta-badge span:nth-child(1) {
  font-size: 8px;
  color: #fff;
}
.cta-badge span:nth-child(2) {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}

.main-content {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-container {
  background: white;
  padding: 50px 20px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form-container {
    width: 100vw;
  }
}

.header {
  text-align: center;
  margin-bottom: 40px;
}

.step-title {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.main-title {
  color: #231815;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP";
}

.progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

.step {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Noto Sans JP";
  color: white;
  position: relative;
  transition: all 0.3s ease;
}

.step.active {
  background-color: #0098d8;
  font-family: "Noto Sans JP";
}

.step.inactive {
  background-color: #fff;
  border: 2px solid #0098d8;
  color: #0098d8;
  font-family: "Noto Sans JP";
}

.step-connector {
  width: 40px;
  height: 2px;
  background-color: #0098d8;
  margin: 0 10px;
}

.question {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.question span {
  font-size: 14px;
  font-weight: 100;
}

.options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 40px;
}

.option {
  background: white;
  border: 1px solid #0098d8;
  border-radius: 10px;
  width: 170px;
  height: 170px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #231815;
  position: relative;
}

.option:hover {
  border-color: #0098d8;
  box-shadow: 0 5px 15px rgba(0, 165, 214, 0.2);
}

.option.selected {
  background: #d2edff;
  border-color: #0098d8;
  color: #231815;
}

.next-button {
  width: 100%;
  padding: 18px;
  border: none;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
}

.next-button.disabled {
  background: #ccc;
  cursor: not-allowed;
}

.next-button.enabled {
  background: #0098d8;
}

.next-button.enabled:hover {
  background: #0098d8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.back-button {
  width: 100%;
  padding: 15px;
  border: 1px solid #d0d0d0;
  border-radius: 9999px;
  background: white;
  color: #d0d0d0;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.back-button.hidden {
  display: none;
}

.form-content {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-group {
  margin-bottom: 25px;
}

.form-label {
  display: block;
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}

.form-input {
  width: 100%;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.form-input:focus {
  outline: none;
  border-color: #0098d8;
  background: white;
  color: #333;
}

.form-input::placeholder {
  color: #bbb;
}

.form-input.has-value {
  background: white;
  color: #333;
}

.name-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn-group {
  display: flex;
  gap: 30px;
  margin: 20px 0 0 10px;
}
.btn-group li {
  list-style-type: none;
  display: flex;
  gap: 5px;
}
.btn-group li label {
  font-size: 14px;
  white-space: nowrap;
  color: #666;
}

.birth-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.birth-select {
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #f8f9fa;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.birth-select:focus {
  outline: none;
  border-color: #0098d8;
  background: white;
}

.birth-label {
  font-size: 16px;
  color: #333;
}

.privacy-checkbox {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.privacy-checkbox a {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}

.privacy-checkbox input[type=checkbox] {
  margin-right: 8px;
  transform: scale(1.2);
}

.site-footer {
  max-width: 400px;
  margin: 0 auto;
  background: #0098d8;
  color: white;
  padding: 10px 20px;
  margin-top: auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-content {
    gap: 5px;
  }
}

.company-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 200;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  transition: all 0.3s ease;
}
.company-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .company-link {
    font-size: 14px;
    padding: 6px 12px;
  }
}

.copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
