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;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  width: 500px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

section {
  position: relative;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .main-wrapper {
    min-width: 100vw;
  }
  .contents {
    width: 100vw;
  }
}
.top {
  min-width: 500px;
  margin: 0 auto;
}
.top__logo {
  position: fixed;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9;
  min-width: 500px;
}
.top__logo img {
  width: 500px;
}
.top__banner {
  padding-top: 73.3333333333px;
}
.top__banner img {
  width: 500px;
}
.top__banner02 {
  background: url(../img/top-banner02_bg.jpg) 0/100% 100% no-repeat;
  margin-top: 13.3333333333px;
}

@media screen and (max-width: 750px) {
  .top {
    background-size: 266.6666666667vw auto;
    min-width: 100vw;
  }
  .top__logo {
    min-width: 100vw;
  }
  .top__logo img {
    width: 100vw;
  }
  .top__banner {
    padding-top: 14.6666666667vw;
  }
  .top__banner img {
    width: 100vw;
  }
  .top__banner02 {
    margin-top: 3.2vw;
  }
}
.form {
  padding: 33.3333333333px 26.6666666667px;
}
.form__title {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 13.3333333333px;
}
.form__title--center {
  align-items: center;
}
.form__title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background-color: #46A0E6;
  border: 4px solid #46A0E6;
  border-radius: 6.6666666667px;
  top: 60px;
}
.form__icon img {
  width: 26.6666666667px;
}
.form__text {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667px;
}
.form__text h2 {
  font-size: 21.3333333333px;
}
.form__text p {
  color: #1A1A1A;
  font-size: 17.3333333333px;
}
.form__content {
  padding-top: 56.6666666667px;
}
.form__content--grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 206.6666666667px);
  gap: 33.3333333333px;
  padding-bottom: 73.3333333333px;
}
.form__content select {
  width: 418px;
  height: 60px;
  font-size: 17.3333333333px;
  padding: 0 20px;
  border: 3.3333333333px solid #B3B3B3;
  margin-bottom: 48.6666666667px;
  margin-top: 13.3333333333px;
  background-color: #fff;
  color: #000;
  -webkit-background-color: #fff;
  -webkit-color: #000;
  -webkit-border-radius: 0;
  -webkit-padding: 0 20px;
}
.form__content .user-input {
  width: 418px;
  height: 60px;
  font-size: 17.3333333333px;
  padding: 0 20px;
  border: 3.3333333333px solid #B3B3B3;
  margin-bottom: 48.6666666667px;
  margin-top: 5.3333333333px;
}
.form__button-wrapper {
  width: 206.6666666667px;
  height: 200px;
}
.form__button-wrapper img {
  width: 106.6666666667px;
  padding-bottom: 14.6666666667px;
}
.form__button-wrapper input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.form__button-wrapper label {
  width: 206.6666666667px;
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  border: 2.6666666667px solid #B3B3B3;
  border-radius: 6.6666666667px;
  background-color: #fff;
  box-shadow: 0 9.3333333333px 0 #B3B3B3;
}
.form__button-wrapper label span {
  font-size: 18.6666666667px;
  font-weight: normal;
}
.form__button-wrapper input:checked + label {
  background-color: #46A0E6;
  border: 2.6666666667px solid #46A0E6;
  box-shadow: 0 9.3333333333px 0 #7DBCED;
  color: #FFF;
}
.form__next {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 86.6666666667px;
}
.form__next button {
  width: 400px;
  height: 93.3333333333px;
  border-radius: 66.6666666667px;
  border: none;
  background-color: #F7931E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.form__next button p {
  color: #ffffff;
  position: relative;
  font-size: 25.3333333333px;
  left: 16px;
}
.form__next button img {
  position: relative;
  left: 126.6666666667px;
  width: 33.3333333333px;
  justify-self: flex-end;
}
.form__next button:disabled,
.form__next button[disabled] {
  background-color: #DCDCDC;
}
.form #input-name-err,
.form #input-email-err,
.form #input-tel-err {
  position: relative;
  top: -40px;
}
.form #input-name-err .error,
.form #input-email-err .error,
.form #input-tel-err .error {
  color: #C1272D;
  font-size: 17.3333333333px;
}

.form-hide {
  display: none !important;
  transition: all 2s ease-in-out;
}

@media screen and (max-width: 750px) {
  .form {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .form__title {
    gap: 2.6666666667vw;
  }
  .form__title:before {
    top: 12vw;
    border: 0.8vw solid #46A0E6;
    border-radius: 1.3333333333vw;
  }
  .form__icon img {
    width: 5.3333333333vw;
  }
  .form__text {
    gap: 1.3333333333vw;
  }
  .form__text h2 {
    font-size: 4.2666666667vw;
  }
  .form__text p {
    font-size: 3.4666666667vw;
  }
  .form__content {
    padding-top: 11.3333333333vw;
  }
  .form__content--grid {
    grid-template-columns: repeat(2, 41.3333333333vw);
    gap: 6.6666666667vw;
    padding-bottom: 14.6666666667vw;
  }
  .form__content select {
    width: 83.6vw;
    height: 12vw;
    font-size: 3.4666666667vw;
    padding: 0 4vw;
    border: 0.6666666667vw solid #B3B3B3;
    margin-bottom: 9.7333333333vw;
    margin-top: 2.6666666667vw;
    -webkit-padding: 0 4vw;
  }
  .form__content .user-input {
    width: 83.6vw;
    height: 12vw;
    font-size: 3.4666666667vw;
    padding: 0 4vw;
    border: 0.6666666667vw solid #B3B3B3;
    margin-bottom: 9.7333333333vw;
    margin-top: 1.0666666667vw;
  }
  .form__button-wrapper {
    width: 41.3333333333vw;
    height: 40vw;
  }
  .form__button-wrapper img {
    width: 21.3333333333vw;
    padding-bottom: 2.9333333333vw;
  }
  .form__button-wrapper label {
    width: 41.3333333333vw;
    height: 40vw;
    font-size: 4vw;
    border: 0.5333333333vw solid #B3B3B3;
    border-radius: 1.3333333333vw;
    box-shadow: 0 1.8666666667vw 0 #B3B3B3;
  }
  .form__button-wrapper label span {
    font-size: 3.7333333333vw;
  }
  .form__button-wrapper input:checked + label {
    border: 0.5333333333vw solid #46A0E6;
    box-shadow: 0 1.8666666667vw 0 #7DBCED;
  }
  .form__next {
    padding-top: 4vw;
    padding-bottom: 17.3333333333vw;
  }
  .form__next button {
    width: 80vw;
    height: 18.6666666667vw;
    border-radius: 13.3333333333vw;
  }
  .form__next button p {
    font-size: 5.0666666667vw;
    left: 3.2vw;
  }
  .form__next button img {
    left: 25.3333333333vw;
    width: 6.6666666667vw;
  }
  .form #input-name-err,
  .form #input-email-err,
  .form #input-tel-err {
    top: -8vw;
  }
  .form #input-name-err .error,
  .form #input-email-err .error,
  .form #input-tel-err .error {
    font-size: 3.4666666667vw;
  }
}
.form__pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(155, 155, 155, 0.8);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form__pop-wrapper {
  width: 333.3333333333px;
  height: 453.3333333333px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 21.3333333333px;
}
.form__pop-title p {
  font-weight: bold;
  color: #1A1A1A;
  font-size: 21.3333333333px;
}
.form__button-pop {
  width: 266.6666666667px;
  height: 73.3333333333px;
}
.form__button-pop input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.form__button-pop label {
  width: 266.6666666667px;
  height: 73.3333333333px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 18.6666666667px;
  font-weight: bold;
}
.form__button-pop .form-radio-label01 {
  background-color: #1E50AA;
}
.form__button-pop .form-radio-label02 {
  background-color: #46A0E6;
}

.disable-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.opacity-zero {
  -webkit-animation: opacity-zero 0.3s ease-out infinite alternate;
          animation: opacity-zero 0.3s ease-out infinite alternate;
}

@-webkit-keyframes opacity-zero {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes opacity-zero {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .form__pop-wrapper {
    width: 66.6666666667vw;
    height: 90.6666666667vw;
    gap: 4.2666666667vw;
  }
  .form__pop-title p {
    font-size: 4.2666666667vw;
  }
  .form__button-pop {
    width: 53.3333333333vw;
    height: 14.6666666667vw;
  }
  .form__button-pop label {
    width: 53.3333333333vw;
    height: 14.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.success {
  padding: 0 26.6666666667px 66.6666666667px 26.6666666667px;
  overflow: hidden;
}
.success__title {
  margin: auto;
  text-align: center;
  padding: 40px 0;
}
.success__title img {
  width: 179.3333333333px;
}
.success__list ul {
  display: flex;
  flex-direction: column;
  gap: 36.6666666667px;
}
.success__list ul li {
  position: relative;
}
.success__subtitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 10.6666666667px;
}
.success__subtitle:before {
  content: "";
  border-left: 4.6666666667px solid #46A0E6;
  height: 28.6666666667px;
}
.success__subtitle p {
  font-size: 21.3333333333px;
  font-weight: bold;
}
.success__detail {
  padding-top: 18.6666666667px;
}
.success__detail img {
  width: 460px;
  position: relative;
}
.success__text {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 56px;
  left: 26.6666666667px;
}
.success__text p {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #46A0E6;
  text-align: center;
  width: 213.3333333333px;
}
.success__text p b {
  font-size: 28px;
}
.success__text p span {
  font-size: 23.3333333333px;
}
.success__text p span.small {
  font-size: 18.6666666667px;
}

@media screen and (max-width: 750px) {
  .success {
    padding: 0 5.3333333333vw 13.3333333333vw 5.3333333333vw;
  }
  .success__title {
    padding: 8vw 0;
  }
  .success__title img {
    width: 35.8666666667vw;
  }
  .success__list ul {
    gap: 7.3333333333vw;
  }
  .success__subtitle {
    gap: 2.1333333333vw;
  }
  .success__subtitle:before {
    border-left: 0.9333333333vw solid #46A0E6;
    height: 5.7333333333vw;
  }
  .success__subtitle p {
    font-size: 4.2666666667vw;
  }
  .success__detail {
    padding-top: 3.7333333333vw;
  }
  .success__detail img {
    width: 92vw;
  }
  .success__text {
    top: 11.2vw;
    left: 5.3333333333vw;
  }
  .success__text p {
    font-size: 4vw;
    width: 42.6666666667vw;
  }
  .success__text p b {
    font-size: 5.6vw;
  }
  .success__text p span {
    font-size: 4.6666666667vw;
  }
  .success__text p span.small {
    font-size: 3.7333333333vw;
  }
}
.bottom {
  overflow: hidden;
}
.bottom__link ul {
  display: flex;
  align-items: center;
  border-top: 1.3333333333px solid #808080;
  border-bottom: 1.3333333333px solid #808080;
}
.bottom__link ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1.3333333333px solid #808080;
  width: 33.333%;
}
.bottom__link ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
  height: 86.6666666667px;
  gap: 13.3333333333px;
}
.bottom__link ul li a p {
  color: #333333;
  font-size: 17.3333333333px;
}
.bottom__link ul li a img {
  width: 13.3333333333px;
}
.bottom__link ul li:last-child {
  border-right: none;
}
.bottom__link ul li:last-child a {
  padding: 0 18.6666666667px;
  gap: 9.3333333333px;
}
.bottom__code {
  text-align: center;
  padding: 18.6666666667px 0;
}
.bottom__code p {
  font-size: 17.3333333333px;
  color: #1A1A1A;
}
.bottom__copyright {
  text-align: center;
  background-color: #46A0E6;
  padding: 13.3333333333px 0;
}
.bottom__copyright p {
  font-size: 17.3333333333px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .bottom__link ul {
    border-top: 0.2666666667vw solid #808080;
    border-bottom: 0.2666666667vw solid #808080;
  }
  .bottom__link ul li a {
    padding: 0 6vw;
    height: 17.3333333333vw;
    gap: 2.6666666667vw;
  }
  .bottom__link ul li a p {
    font-size: 3.4666666667vw;
  }
  .bottom__link ul li a img {
    width: 2.6666666667vw;
  }
  .bottom__link ul li:last-child a {
    padding: 0 3.7333333333vw;
    gap: 1.8666666667vw;
  }
  .bottom__code {
    padding: 3.7333333333vw 0;
  }
  .bottom__code p {
    font-size: 3.4666666667vw;
  }
  .bottom__copyright {
    padding: 2.6666666667vw 0;
  }
  .bottom__copyright p {
    font-size: 3.4666666667vw;
  }
}
.sub-content p {
  line-height: 1.6;
  letter-spacing: 0.6666666667px;
  font-size: 17.3333333333px;
  color: #333333;
}
.sub-content p a {
  text-decoration: underline;
  color: #0071BC;
}
.sub-content__title h1 {
  font-size: 21.3333333333px;
  font-weight: bold;
  text-align: center;
  padding: 16.6666666667px 0;
  border-top: 1.3333333333px solid #808080;
  border-bottom: 1.3333333333px solid #808080;
  margin-bottom: 38px;
}
.sub-content__title p {
  padding: 0 26.6666666667px 38px 26.6666666667px;
}
.sub-content__wrapper {
  padding: 0 26.6666666667px;
  margin-bottom: 53.3333333333px;
}
.sub-content__sub {
  font-size: 21.3333333333px;
  font-weight: bold;
  padding-bottom: 18.6666666667px;
  margin-bottom: 18.6666666667px;
  letter-spacing: 1px;
  border-bottom: 1.3333333333px solid #808080;
}
.sub-content__list ul {
  padding-left: 21.3333333333px;
  display: flex;
  flex-direction: column;
  gap: 6.6666666667px;
}
.sub-content__list ul li {
  list-style-type: decimal;
}
.sub-content__list--dot ul li {
  list-style-type: disc;
}
.sub-content__inner-list {
  padding-left: 0 !important;
}
.sub-content__inner-list li {
  list-style-type: none !important;
}
.sub-content__second {
  padding-top: 33.3333333333px;
}
.sub-content ::marker {
  line-height: 1.6;
  letter-spacing: 0.6666666667px;
  font-size: 17.3333333333px;
  color: #333333;
}

@media screen and (max-width: 750px) {
  .sub-content p {
    letter-spacing: 0.1333333333vw;
    font-size: 3.4666666667vw;
  }
  .sub-content__title h1 {
    font-size: 4.2666666667vw;
    padding: 3.3333333333vw 0;
    border-top: 0.2666666667vw solid #808080;
    border-bottom: 0.2666666667vw solid #808080;
    margin-bottom: 7.6vw;
  }
  .sub-content__title p {
    padding: 0 5.3333333333vw 7.6vw 5.3333333333vw;
  }
  .sub-content__wrapper {
    padding: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .sub-content__sub {
    font-size: 4.2666666667vw;
    padding-bottom: 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
    letter-spacing: 0.2vw;
    border-bottom: 0.2666666667vw solid #808080;
  }
  .sub-content__list ul {
    padding-left: 4.2666666667vw;
    gap: 1.3333333333vw;
  }
  .sub-content__second {
    padding-top: 6.6666666667vw;
  }
  .sub-content ::marker {
    letter-spacing: 0.1333333333vw;
    font-size: 3.4666666667vw;
  }
}/*# sourceMappingURL=style.css.map */