.footer {
  position: relative;
}
.footer > p {
  background-color: rgb(255, 145, 77);
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
  padding: 1.2rem 0;
  text-align: center;
}

.header {
  align-items: center;
  border-bottom: 8px solid rgb(255, 145, 77);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.2rem 2.4rem;
  position: relative;
}
.header__shakuchiken-logo {
  display: block;
  width: 18rem;
}
.header__shakuchiken-logo > img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    border-bottom: 6px solid rgb(255, 145, 77);
    padding: 1rem 2rem;
  }
  .header__shakuchiken-logo {
    width: 14.4rem;
  }
}

.flow {
  padding-bottom: 3rem;
  position: relative;
}
.flow > ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.flow > ul > li {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.6rem 0;
  position: relative;
  text-align: center;
  width: 12rem;
  z-index: 1;
}
.flow > ul > li::before {
  background-color: rgb(100, 148, 205);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: -1;
}
.flow > ul > li:nth-child(1)::before {
  clip-path: polygon(0 0, calc(100% - 2.4rem) 0, 100% 50%, calc(100% - 2.4rem) 100%, 0 100%);
  left: 0;
  right: calc(0% - 2.4rem);
}
.flow > ul > li:nth-child(2)::before {
  clip-path: polygon(0 0, calc(100% - 2.4rem) 0, 100% 50%, calc(100% - 2.4rem) 100%, 0 100%, calc(0% + 2.4rem) 50%);
  left: calc(0% - 2.4rem);
  right: calc(0% - 2.4rem);
}
.flow > ul > li:nth-child(3) {
  padding-right: 2.4rem;
}
.flow > ul > li:nth-child(3)::before {
  clip-path: polygon(0 0, calc(100% - 2.4rem) 0, 100% 50%, calc(100% - 2.4rem) 100%, 0 100%, calc(0% + 2.4rem) 50%);
  left: calc(0% - 2.4rem);
  right: 0;
}
.flow > ul > li.active::before {
  background-color: rgb(36, 110, 189);
}
@media screen and (max-width: 767px) {
  .flow {
    padding-bottom: 2.4rem;
  }
  .flow > ul {
    gap: 2rem;
    max-width: 90%;
    margin: 0 auto;
  }
  .flow > ul > li {
    font-size: 1.2rem;
    width: 7.2rem;
  }
  .flow > ul > li:nth-child(1)::before {
    clip-path: polygon(0 0, calc(100% - 1.6rem) 0, 100% 50%, calc(100% - 1.6rem) 100%, 0 100%);
    right: calc(0% - 1.6rem);
  }
  .flow > ul > li:nth-child(2)::before {
    clip-path: polygon(0 0, calc(100% - 1.6rem) 0, 100% 50%, calc(100% - 1.6rem) 100%, 0 100%, calc(0% + 1.6rem) 50%);
    left: calc(0% - 1.6rem);
    right: calc(0% - 1.6rem);
  }
  .flow > ul > li:nth-child(3) {
    padding-right: 1.6rem;
  }
  .flow > ul > li:nth-child(3)::before {
    clip-path: polygon(0 0, calc(100% - 1.6rem) 0, 100% 50%, calc(100% - 1.6rem) 100%, 0 100%, calc(0% + 1.6rem) 50%);
    left: calc(0% - 1.6rem);
  }
}

.form {
  border-radius: 0.8rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  margin: 0 auto 3rem;
  overflow: hidden;
  position: relative;
  width: 44rem;
}
.form__heading {
  background: linear-gradient(135deg, rgb(30, 95, 168) 0%, rgb(42, 127, 212) 100%);
  color: rgb(255, 255, 255);
  font-weight: 700;
  padding: 1.9rem 2.5rem;
  text-align: center;
}
.form__heading > h2 {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 0.6rem;
}
.form__heading > p {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.form__heading > span {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.25rem;
  display: inline-block;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
  padding: 0.4rem 1rem;
}
.form__progress > div {
  background-color: rgb(232, 236, 241);
  height: 0.35rem;
  position: relative;
}
.form__progress > div > span {
  background: linear-gradient(90deg, rgb(30, 95, 168) 0%, rgb(42, 127, 212) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.form__form > form {
  display: flex;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.form__form-item-container {
  padding: 2.5rem;
}
.form__form-item-heading > h3 {
  border-left: 0.25rem solid rgb(30, 95, 168);
  color: rgb(30, 95, 168);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
  padding-left: 0.75rem;
}
.form__form-item-heading > p {
  color: rgb(102, 102, 102);
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 1.9rem;
  padding: 0 1.25rem;
}
.form__form-item-description {
  background: rgb(240, 247, 255);
  border-left: 4px solid rgb(42, 127, 212);
  padding: 1rem;
  margin-bottom: 1.6rem;
  border-radius: 0.25rem;
}
.form__form-item-description > p {
  font-size: 0.9rem;
  color: rgb(30, 95, 168);
  margin: 0;
}
.form__form-item-blocks {
  border-bottom: 1px solid rgb(232, 236, 241);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  padding-bottom: 2.2rem;
}
.form__form-item-block {
  display: flex;
  flex-direction: column;
}
.form__form-item-label {
  color: rgb(51, 51, 51);
  display: block;
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 0.65rem;
}
.form__form-item-label > span {
  background: rgb(255, 229, 229);
  border-radius: 0.2rem;
  color: rgb(231, 76, 60);
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 0.4rem;
  padding: 0.15rem 0.5rem;
}
.form__form-item-input {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}
.form__form-item-input > input {
  background-color: rgb(250, 251, 252);
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: block;
  padding: 0.9rem 1rem;
  border: 2px solid rgb(224, 230, 237);
  border-radius: 0.4rem;
  font-size: 0.95rem;
  width: 100%;
}
.form__form-item-input > input[type=number]::-webkit-outer-spin-button, .form__form-item-input > input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form__form-item-input > span {
  font-size: 1.2rem;
}
.form__form-item-radio {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
}
.form__form-item-radio > div > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__form-item-radio > div > input:checked + label {
  border-color: rgb(30, 95, 168);
  background: linear-gradient(135deg, rgb(30, 95, 168) 0%, rgb(42, 127, 212) 100%);
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.form__form-item-radio > div > label {
  border: 2px solid rgb(224, 230, 237);
  border-radius: 0.4rem;
  background-color: rgb(250, 251, 252);
  color: rgb(51, 51, 51);
  cursor: pointer;
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.9rem 1rem;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .form__form-item-radio > div > label:hover {
    background-color: rgb(240, 247, 255);
    border-color: rgb(42, 127, 212);
  }
}
.form__form-item-select {
  position: relative;
}
.form__form-item-select::after {
  border-color: rgb(102, 102, 102);
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  height: 0.4rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
  width: 0.4rem;
}
.form__form-item-select > select {
  appearance: none;
  background-color: #fafbfc;
  color: rgb(51, 51, 51);
  padding: 0.9rem 1rem;
  border: 2px solid rgb(224, 230, 237);
  border-radius: 0.4rem;
  font-size: 0.95rem;
  width: 100%;
}
.form__form-item-privacy {
  background: rgb(245, 247, 250);
  border: 2px solid rgb(224, 230, 237);
  border-radius: 0.4rem;
  padding: 1rem;
  position: relative;
}
.form__form-item-privacy > input {
  right: calc(50% + 6.4rem);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form__form-item-privacy > label {
  background-color: rgb(250, 251, 252);
  border: 2px solid rgb(224, 230, 237);
  border-radius: 0.4rem;
  color: rgb(51, 51, 51);
  cursor: pointer;
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.9rem 1rem;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .form__form-item-privacy > label:hover {
    background-color: rgb(240, 247, 255);
    border-color: rgb(42, 127, 212);
  }
}
.form__form-item-privacy > label > a {
  color: rgb(30, 95, 168);
  font-weight: 700;
  text-decoration: none;
}
@media (any-hover: hover) {
  .form__form-item-privacy > label > a:hover {
    text-decoration: underline;
  }
}
.form__form-item-buttons {
  display: flex;
  gap: 0.95rem;
}
.form__form-item-buttons > button {
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  display: block;
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .form__form-item-buttons > button:hover {
    opacity: 0.7;
  }
}
.form__form-item-buttons > button.next, .form__form-item-buttons > button.submit {
  background: linear-gradient(135deg, rgb(30, 95, 168) 0%, rgb(42, 127, 212) 0%);
  color: rgb(255, 255, 255);
}
.form__form-item-buttons > button.prev {
  background-color: rgb(245, 247, 250);
  color: rgb(102, 102, 102);
  border: 2px solid rgb(224, 230, 237);
}
@media screen and (max-width: 767px) {
  .form {
    width: 90%;
  }
  .form__form-item-radio {
    grid-template-columns: repeat(2, 1fr);
  }
}

.heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
  padding: 1.2rem 0 0.8rem;
  position: relative;
}
.heading > p {
  background-color: rgb(255, 255, 255);
  border-radius: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.2rem 1.6rem;
  text-align: center;
}
.heading > ul {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.heading__title {
  margin-bottom: 0.8rem;
  position: relative;
}
.heading__title > h1 {
  background-color: rgb(255, 255, 255);
  border-radius: 2rem;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
  padding: 0.6rem 2.4rem 1.2rem 2.4rem;
  paint-order: stroke;
  -webkit-text-stroke: 4px rgb(30, 95, 168);
}
.heading__title > h1 > strong {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 900;
  padding: 0 0.4rem;
  -webkit-text-stroke: 6px rgb(255, 145, 77);
}
.heading__title > img {
  bottom: 0;
  display: block;
  left: 100%;
  position: absolute;
  width: 8.4rem;
}
.heading__item {
  align-items: center;
  background-color: rgb(36, 110, 189);
  display: flex;
  gap: 1.2rem;
  padding: 1.6rem 1.6rem 1.6rem 1rem;
}
.heading__item > img {
  display: block;
  width: 2.4rem;
}
.heading__item > span {
  color: rgb(255, 255, 255);
  display: block;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .heading {
    padding: 1rem 0 0.8rem;
  }
  .heading > p {
    border-radius: 1.6rem;
    font-size: 1.6rem;
    padding: 1rem 1.4rem;
  }
  .heading__title > h1 {
    border-radius: 1.6rem;
    font-size: 1.8rem;
    padding: 0.6rem 2rem 1rem 2rem;
    -webkit-text-stroke: 2px rgb(30, 95, 168);
  }
  .heading__title > h1 > strong {
    font-size: 2.4rem;
    -webkit-text-stroke: 3px rgb(255, 145, 77);
  }
  .heading__title > img {
    display: none;
  }
  .heading__item {
    flex-direction: column;
    gap: 0.4rem;
    padding: 1rem;
  }
  .heading__item > img {
    width: 1.6rem;
  }
  .heading__item > span {
    font-size: 1.2rem;
  }
}

.progress {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  margin: 0 auto;
  padding-bottom: 4rem;
  position: relative;
  width: 40rem;
}
.progress > span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
.progress__bar {
  background: linear-gradient(90deg, rgb(30, 95, 168) 0%, rgb(42, 127, 212) 100%);
  border-radius: 1rem;
  flex: 1;
  padding: 0.1rem;
}
.progress__bar > span {
  display: block;
  height: 1.4rem;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.progress__bar > span::before {
  background-color: rgb(255, 255, 255);
  border-radius: 1rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .progress {
    gap: 1.2rem;
    padding-bottom: 3.2rem;
    max-width: 90%;
  }
  .progress > span {
    font-size: 1.2rem;
  }
  .progress__bar > span {
    height: 1.2rem;
  }
}

.thanks {
  padding-bottom: 3rem;
  position: relative;
}
.thanks__title {
  margin: 0 auto;
  position: relative;
  transform: translateX(-4rem);
  width: 34rem;
}
.thanks__title > h2 {
  background-color: rgb(88, 120, 187);
  border-radius: 2rem;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.4;
  padding: 1.2rem 1.6rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -70%);
  white-space: nowrap;
  text-align: center;
}
.thanks__title > img {
  display: block;
  width: 100%;
}
.thanks__button {
  align-items: flex-end;
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-top: -1rem;
}
.thanks__button > a {
  align-items: center;
  background-color: rgb(85, 219, 27);
  border-radius: 3rem;
  box-shadow: 0.3rem 0.3rem 0 rgb(106, 150, 87);
  display: flex;
  gap: 1.6rem;
  height: 4.6rem;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 22rem;
}
.thanks__button > a:hover {
  opacity: 0.7;
}
.thanks__button > a > img {
  display: block;
  width: 1.4rem;
}
.thanks__button > a > span {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 700;
}
.thanks__button > img {
  display: block;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding-bottom: 2.4rem;
  }
  .thanks__title {
    transform: translateX(0);
    max-width: 95%;
    width: 27.2rem;
  }
  .thanks__title > h2 {
    border-radius: 1.6rem;
    font-size: 1.6rem;
    padding: 1rem 1.4rem;
  }
  .thanks__button {
    gap: 1rem;
    margin-top: 0;
  }
  .thanks__button > a {
    border-radius: 2.1rem;
    gap: 1rem;
    height: 3.4rem;
    width: 15rem;
  }
  .thanks__button > a > img {
    width: 1.1rem;
  }
  .thanks__button > a > span {
    font-size: 1.3rem;
  }
  .thanks__button > img {
    width: 10rem;
  }
}

body,
html {
  background-color: rgb(248, 248, 240);
  color: rgb(51, 51, 51);
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */