html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #fff;
  line-height: 1;
  margin: auto;
  max-width: 2000px;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  width: 750px;
  margin: 0 auto;
}

section {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

.fv {
  background: url("../img/fv-bg.jpg") no-repeat top center;
  background-size: 750px auto;
  min-width: 750px;
  margin: 0 auto;
}
.fv .contents {
  height: 1370px;
}
.fv .fv-txt01 {
  width: 428px;
  position: absolute;
  top: 20px;
  left: 40px;
}
.fv .fv-txt02 {
  width: 133px;
  position: absolute;
  top: 178px;
  left: 70px;
}
.fv .fv-txt03 {
  width: 685px;
  position: absolute;
  top: 686px;
  left: 20px;
}
.fv .fv-list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-top: 966px;
}
.fv .fv-list01 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 100px;
}
.fv .fv-list01 p {
  text-align: center;
  line-height: 1.2;
  font-size: 28px;
  color: #fff;
}
.fv .fv-list01 p b {
  color: #ffff8c;
}
.fv .fv-txt04 {
  padding-top: 45px;
  text-align: center;
  font-size: 28px;
  color: #fff;
}
.fv .fv-txt04 b {
  color: #ffff8c;
}

.cv {
  background-color: #fad2d4;
  padding: 24px 0 45px;
}
.cv .contents {
  margin: auto;
  text-align: center;
}
.cv img {
  width: 704px;
}

.choice {
  background: url("../img/choice-bg.jpg") no-repeat top center;
  background-size: 750px auto;
  min-width: 750px;
  margin: 0 auto;
  height: 1821px;
}
.choice .contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.choice .choice-txt01 {
  align-self: center;
  width: 567px;
  padding-top: 68px;
}
.choice .choice-txt02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  padding: 30px 0 453px;
}
.choice .choice-txt02 img {
  width: 502px;
  padding-bottom: 22px;
}
.choice .choice-txt02 p {
  color: #534741;
  font-size: 30px;
}
.choice .choice-txt02 p b {
  color: #f0788c;
}
.choice .choice-txt03 {
  align-self: center;
  width: 572px;
}
.choice .choice-txt04 {
  display: inline-block;
  padding-top: 75px;
  font-weight: bold;
  font-size: 26px;
  color: #534741;
  line-height: 2.7;
  padding-left: 105px;
}
.choice .choice-txt04 b {
  color: #f0788c;
}
.choice .choice-txt05 {
  display: inline-block;
  padding-top: 27px;
  font-size: 32px;
  color: #534741;
  padding-left: 40px;
  font-weight: bold;
}

.voice {
  background: url("../img/voice-bg.jpg") no-repeat top center;
  background-size: 750px auto;
  min-width: 750px;
  margin: 0 auto;
  height: 980px;
}
.voice .voice-txt01 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 537px;
  top: 72px;
}
.voice .voice-txt02,
.voice .voice-txt04 {
  position: absolute;
  font-size: 36px;
  color: #534741;
  font-weight: bold;
  line-height: 1.3;
}
.voice .voice-txt02 span,
.voice .voice-txt04 span {
  color: #f0788c;
}
.voice .voice-txt02 {
  top: 226px;
  left: 180px;
}
.voice .voice-txt04 {
  top: 580px;
  left: 180px;
}
.voice .voice-txt03,
.voice .voice-txt05 {
  position: absolute;
  font-size: 25px;
  color: #ffffff;
  line-height: 1.8;
}
.voice .voice-txt03 b,
.voice .voice-txt05 b {
  color: #ffff8c;
}
.voice .voice-txt03 {
  top: 356px;
  left: 240px;
}
.voice .voice-txt05 {
  top: 710px;
  left: 240px;
}

.form {
  background: url("../img/form-bg.jpg") repeat-y top center;
  background-size: 750px auto;
  min-width: 750px;
  margin: 0 auto;
}
.form .contents {
  padding: 0 0 110px;
}
.form .form-txt {
  font-size: 32px;
  color: #534741;
  text-align: center;
  line-height: 1.4;
  padding: 71px 0 70px;
  font-weight: normal;
}
.form .form-wrap {
  margin: auto;
  width: 690px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #fff;
}
.form .form-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f0788c;
  text-align: center;
  padding: 50px 0 30px;
  color: #fff;
  font-size: 48px;
  position: relative;
}
.form .form-title span {
  color: #ffff8c;
}
.form .form-title::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../img/form-note.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 510px;
  height: 87px;
  left: 0;
  right: 0;
  top: -49px;
  margin: auto;
}
.form form {
  z-index: 9;
  position: relative;
  width: 690px;
  margin: auto;
}
.form .form-step {
  display: none;
}
.form .form-step-active {
  display: block;
}
.form__content {
  padding: 50px 47px 76px;
}
.form__inner-main {
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #534741;
}
.form__inner-main p {
  font-size: 36px;
  font-weight: bold;
}
.form__inner-main span {
  font-size: 26px;
}
.form__inner-subtit {
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #534741;
}
.form__inner-subtit p {
  font-weight: bold;
  font-size: 28px;
}
.form__inner-subtit .must {
  color: #ffffff;
  font-size: 22px;
  background-color: #f15a24;
  padding: 6px 12px 10px;
}
.form__inner-subtit .any {
  color: #ffffff;
  font-size: 22px;
  background-color: #999999;
  padding: 6px 12px 10px;
}
.form__qualification-box, .form__time-box, .form__status-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}
.form__qualification-inner, .form__time-inner, .form__status-inner {
  width: 280px;
  height: 100px;
  display: inline-block;
  position: relative;
}
.form__qualification-inner input, .form__time-inner input, .form__status-inner input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.form__qualification-inner label, .form__time-inner label, .form__status-inner label {
  width: 280px;
  height: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  line-height: 1.3;
  background-color: #fff;
  border: 4px solid #e5dbcf;
  color: #998675;
  border-radius: 10px;
}
.form__qualification-inner input:checked + label, .form__time-inner input:checked + label, .form__status-inner input:checked + label {
  background-color: #f0788c;
  color: #fff;
  border: 4px solid #f0788c;
}
.form__select-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.form__select-inner label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}
.form__select-inner select {
  height: 90px;
  font-size: 28px;
  padding-left: 20px;
  border: none;
  background-color: #f7f4f0;
  border-radius: 6px;
  color: #333333;
}
.form__select-inner select:focus {
  outline: none;
}
.form__select-inner .select-font {
  font-size: 28px;
  color: #534741;
}
.form__select-inner #year-list {
  width: 545px;
}
.form__select-inner #month-list, .form__select-inner #day-list {
  width: 230px;
}
.form__input-inner input {
  width: 590px;
  height: 90px;
  font-size: 28px;
  padding-left: 20px;
  border: none;
  color: #333333;
  background-color: #f7f4f0;
  border-radius: 6px;
}
.form__input-inner input:focus {
  outline: none;
}

.form .btn-first {
  display: block;
  width: 500px !important;
  height: 120px;
  border-radius: 120px;
}
.form .btns-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.form .btn {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: block;
  display: flex;
  text-decoration: none;
  background: linear-gradient(0deg, rgb(99, 191, 0) 0%, rgb(44, 170, 0) 55%, rgb(104, 177, 53) 56%, rgb(174, 236, 164) 96%);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  border: 4px solid #fff !important;
}
.form .btn p {
  text-align: center;
  position: relative;
  top: 1px;
}
.form .btn-prev,
.form .btn-next,
.form input[type=submit] {
  position: relative;
  width: 280px;
  height: 120px;
  border-radius: 120px;
  border: none;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.form .btn-prev {
  background: linear-gradient(0deg, rgb(181, 181, 182) 15%, rgb(149, 149, 150) 55%, rgb(175, 176, 176) 56%, rgb(214, 215, 215) 96%);
}
.form .btn-prev::before {
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-image: url("../img/btn-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  left: 35px;
}
.form .btn-next::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../img/btn-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  right: 35px;
}
.form .submit-btn {
  position: relative;
}
.form .submit-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../img/btn-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  right: 35px;
  top: 48px;
  z-index: 1;
}
.form #btn-first,
.form #btn-second,
.form #btn-third,
.form #btn-forth,
.form #submit-btn {
  pointer-events: none;
}
.form #btn-first:disabled, .form #btn-first[disabled],
.form #btn-second:disabled,
.form #btn-second[disabled],
.form #btn-third:disabled,
.form #btn-third[disabled],
.form #btn-forth:disabled,
.form #btn-forth[disabled],
.form #submit-btn:disabled,
.form #submit-btn[disabled] {
  cursor: not-allowed;
  background: linear-gradient(0deg, rgb(181, 181, 182) 15%, rgb(149, 149, 150) 55%, rgb(175, 176, 176) 56%, rgb(214, 215, 215) 96%);
  border: 4px solid #fff;
}
.form .btn-allowed {
  pointer-events: auto !important;
}

.form .progressbar-step::before {
  font-family: "M PLUS Rounded 1c", sans-serif;
  counter-increment: step;
  content: "0" counter(step);
  position: relative;
  top: -2px;
}
.form .progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  align-items: center;
}
.form .progressbar::before,
.form .progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #c7b299;
  z-index: 2;
}
.form .progress {
  background-color: #f0788c;
  width: 0%;
}
.form .progressbar-step {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  color: #c7b299;
  font-size: 40px;
  border: 2px solid #c7b299;
}
.form .progressbar-step-active {
  background-color: #f0788c;
  color: #fff;
  font-size: 40px;
  border: 2px solid #f0788c;
}
.form .progressbar-width {
  width: 100px;
  height: 100px;
  font-size: 50px;
  background-color: #f0788c;
  outline: 10px solid #fff;
  position: relative;
  z-index: 9;
}
.form .progressbar-width::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url("../img/step01.png");
  background-size: 120px 120px;
  background-repeat: no-repeat;
  z-index: 9;
}
.form .progressbar div.progressbar-width:nth-child(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url("../img/step01.png");
  background-size: 120px 120px;
  background-repeat: no-repeat;
  z-index: 9;
}
.form .progressbar div.progressbar-width:nth-child(3)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url("../img/step02.png");
  background-size: 120px 120px;
  background-repeat: no-repeat;
  z-index: 9;
}
.form .progressbar div.progressbar-width:nth-child(4)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url("../img/step03.png");
  background-size: 120px 120px;
  background-repeat: no-repeat;
  z-index: 9;
}
.form .progressbar div.progressbar-width:nth-child(5)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url("../img/step04.png");
  background-size: 120px 120px;
  background-repeat: no-repeat;
  z-index: 9;
}
.form .progressbar div.progressbar-width:nth-child(6)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url("../img/step05.png");
  background-size: 120px 120px;
  background-repeat: no-repeat;
  z-index: 9;
}

.form-thanks {
  position: relative;
  background: url("../img/thank-bg.jpg") no-repeat top center;
  background-size: 690px 920px;
  min-width: 690px;
  margin: 0 auto;
  width: 690px;
  height: 920px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form-thanks .thanks-txt01 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 46px;
  width: 558px;
}
.form-thanks .thanks-txt02 {
  position: absolute;
  top: 271px;
  left: 368px;
  width: 259px;
}
.form-thanks .thanks-btn img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 732px;
  width: 420px;
}

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