@charset "UTF-8";
.form__header {
  background: #00FFFF;
  padding: 28px 0 60px;
}
@media (min-width: 1025px) {
  .form__header {
    background: #fff;
    padding: 28px 0;
  }
}
.form__header .inner {
  padding: 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .form__header .inner {
    padding: 0 20px 0 40px;
  }
}
.form__header .inner .h__logo {
  width: 150px;
}
@media (min-width: 1025px) {
  .form__header .inner .h__logo {
    width: 198px;
  }
}
.form__header .inner .header-menu {
  background: #000000;
  width: 40px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .form__header .inner .header-menu {
    background: #00FFFF;
    width: 50px;
    height: 50px;
  }
}
.form__header .inner .header-menu__inner {
  width: 24px;
  height: 12px;
  position: relative;
}
@media (min-width: 1025px) {
  .form__header .inner .header-menu__inner {
    width: 30px;
    height: 14px;
  }
}
.form__header .inner .header-menu__inner > span {
  background: #00FFFF;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1025px) {
  .form__header .inner .header-menu__inner > span {
    background: #000000;
  }
}
.form__header .inner .header-menu__inner > span:first-child {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.form__header .inner .header-menu__inner > span:nth-child(2) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (min-width: 1025px) {
  .form__header .inner .header-menu__inner > span:nth-child(2) {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.form__header .inner .header-menu__inner > span:nth-child(3) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (min-width: 1025px) {
  .form__header .inner .header-menu__inner > span:nth-child(3) {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
.form__header .inner .header-menu.open .header-menu__inner > span:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.form__header .inner .header-menu.open .header-menu__inner > span:nth-child(2) {
  opacity: 0;
}
.form__header .inner .header-menu.open .header-menu__inner > span:nth-child(3) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.form__header .menu-modal {
  line-height: 1.75;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  font-family: Ropa Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 12;
  -webkit-transform: translate(100%);
          transform: translate(100%);
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal {
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal {
    padding-bottom: 2.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal {
    width: 19.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal {
    width: 65.3333333333vw;
  }
}
.form__header .menu-modal.open {
  -webkit-transform: translate(0);
          transform: translate(0);
  pointer-events: all;
}
.form__header .menu-modal-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns {
    padding-left: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns {
    padding-left: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns {
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns {
    padding-right: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns {
    padding-right: 3.2vw;
  }
}
.form__header .menu-modal-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns__list {
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns__list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns__list {
    gap: 2.3333333333vw;
  }
}
.form__header .menu-modal-sns__item a {
  display: block;
}
.form__header .menu-modal-sns__item svg {
  display: block;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns__item:nth-child(1) {
    width: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns__item:nth-child(1) {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns__item:nth-child(1) {
    width: 5.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns__item:nth-child(1) {
    width: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns__item:nth-child(2) {
    width: 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns__item:nth-child(2) {
    width: 34px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns__item:nth-child(2) {
    width: 7.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns__item:nth-child(2) {
    width: 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns__item:nth-child(3) {
    width: 1.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns__item:nth-child(3) {
    width: 23px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns__item:nth-child(3) {
    width: 5.3666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns__item:nth-child(3) {
    width: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns__item:nth-child(4) {
    width: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns__item:nth-child(4) {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns__item:nth-child(4) {
    width: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns__item:nth-child(4) {
    width: 6.1333333333vw;
  }
}
.form__header .menu-modal-sns select {
  border: 1px solid #000;
  position: relative;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns select {
    padding-top: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns select {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns select {
    padding-top: 1.1666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns select {
    padding-bottom: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns select {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns select {
    padding-bottom: 0.2333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns select {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns select {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns select {
    padding-left: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-sns select {
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-sns select {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-sns select {
    padding-right: 4.6666666667vw;
  }
}
.form__header .menu-modal-sns select:before {
  content: "";
}
.form__header .menu-modal-lang {
  position: relative;
  cursor: pointer;
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang {
    font-size: 3.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang {
    width: 5.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang {
    width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang {
    width: 19.8333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang {
    padding-top: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang {
    padding-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang {
    padding-top: 0.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang {
    padding-left: 0.2777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang {
    padding-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang {
    padding-left: 0.9333333333vw;
  }
}
.form__header .menu-modal-lang a {
  display: block;
}
.form__header .menu-modal-lang__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang__arrow {
    right: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang__arrow {
    right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang__arrow {
    right: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang__arrow {
    width: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang__arrow {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang__arrow {
    width: 2.3333333333vw;
  }
}
.form__header .menu-modal-lang-open {
  position: absolute;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang-open {
    top: -0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang-open {
    top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang-open {
    top: -0.2333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang-open {
    top: -0.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang-open {
    right: -0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang-open {
    right: -1px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang-open {
    right: -0.2333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang-open {
    right: -0.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang-open {
    width: 5.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang-open {
    width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang-open {
    width: 19.8333333333vw;
  }
}
.form__header .menu-modal-lang-open.open {
  pointer-events: all;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang-open a {
    padding-left: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang-open a {
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang-open a {
    padding-left: 1.1666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang-open a {
    padding-top: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang-open a {
    padding-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang-open a {
    padding-top: 0.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-lang-open a {
    padding-bottom: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-lang-open a {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-lang-open a {
    padding-bottom: 0.4666666667vw;
  }
}
.form__header .menu-modal-lang-open a.selected,
.form__header .menu-modal-lang-open a:hover {
  background-color: #ddd;
}
.form__header .menu-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__header .menu-modal__item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal__item a {
    padding-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal__item a {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal__item a {
    padding-top: 2.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal__item a {
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal__item a {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal__item a {
    padding-bottom: 2.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal__item a {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal__item a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal__item a {
    font-size: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal__item a {
    padding-left: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal__item a {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal__item a {
    padding-left: 5.8333333333vw;
  }
}
.form__header .menu-modal__item:nth-child(1) a {
  background-color: #fff;
}
.form__header .menu-modal__item:nth-child(2) a {
  background-color: #ff0;
}
.form__header .menu-modal__item:nth-child(3) a {
  background-color: #0f0;
}
.form__header .menu-modal__item:nth-child(4) a {
  background-color: red;
}
.form__header .menu-modal__item:nth-child(5) a {
  background-color: #f0f;
}
.form__header .menu-modal__item:nth-child(6) a {
  background-color: #0ff;
}
.form__header .menu-modal__item:nth-child(7) a {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal__copy {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal__copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal__copy {
    font-size: 2.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal__copy {
    padding-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal__copy {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal__copy {
    padding-left: 2.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal__copy {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal__copy {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal__copy {
    margin-top: 4.6666666667vw;
  }
}
.form__header .menu-modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-close {
    width: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-close {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-close {
    width: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-close {
    width: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-close {
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-close {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-close {
    height: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-close {
    height: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-close {
    top: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-close {
    top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-close {
    top: 3.9666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-close {
    right: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-close {
    right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-close {
    right: 2.8vw;
  }
}
.form__header .menu-modal-close span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .form__header .menu-modal-close span {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .form__header .menu-modal-close span {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-close span {
    height: 0.4666666667vw;
  }
}
.form__header .menu-modal-close span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(35deg);
          transform: translateY(8px) rotate(35deg);
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-close span:nth-child(1) {
    -webkit-transform: translateY(1.7vw) rotate(35deg);
            transform: translateY(1.7vw) rotate(35deg);
  }
}
.form__header .menu-modal-close span:nth-child(2) {
  -webkit-transform: translateY(8px) rotate(-35deg);
          transform: translateY(8px) rotate(-35deg);
}
@media screen and (max-width: 768px) {
  .form__header .menu-modal-close span:nth-child(2) {
    -webkit-transform: translateY(1.7vw) rotate(-35deg);
            transform: translateY(1.7vw) rotate(-35deg);
  }
}

.form__footer {
  background: #ffffff;
  width: 100%;
  padding: 0 0 72px;
}
@media (min-width: 1025px) {
  .form__footer {
    padding: 0 0 88px;
  }
}
.form__footer .f__logo {
  width: 180px;
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .form__footer .f__logo {
    width: 300px;
    margin: 0 auto 36px;
  }
}
.form__footer .f__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .form__footer .f__sns {
    gap: 20px;
    margin-bottom: 60px;
  }
}
.form__footer .f__sns .insta {
  width: 35px;
}
@media (min-width: 1025px) {
  .form__footer .f__sns .insta {
    width: 32px;
  }
}
.form__footer .f__sns .x {
  width: 22px;
}
@media (min-width: 1025px) {
  .form__footer .f__sns .x {
    width: 22px;
  }
}
.form__footer .f__sns .youtube {
  width: 28px;
}
@media (min-width: 1025px) {
  .form__footer .f__sns .youtube {
    width: 28px;
  }
}
.form__footer .f__sns .tiktok {
  width: 23px;
}
@media (min-width: 1025px) {
  .form__footer .f__sns .tiktok {
    width: 23px;
  }
}
.form__footer .f__sns .cart {
  width: 24px;
}
@media (min-width: 1025px) {
  .form__footer .f__sns .cart {
    width: 24px;
  }
}
.form__footer .f__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 192px;
  margin: 0 auto;
  gap: 8px 12px;
}
@media (min-width: 1025px) {
  .form__footer .f__list {
    width: 300px;
    gap: 8px 10px;
  }
}
.form__footer .f__list > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form__footer .f__list > li > a {
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
}

/*------------------------------------------
お問い合わせ
------------------------------------------*/
.form__mv {
  width: 100%;
}

.form__lead {
  padding: 38px 0 0;
}
@media (min-width: 1025px) {
  .form__lead {
    padding: 126px 0 0;
  }
}
.form__lead .ja__block {
  letter-spacing: 0;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .form__lead .ja__block {
    margin-bottom: 80px;
  }
}
.form__lead .ja__block .txt--1 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .form__lead .ja__block .txt--1 {
    font-size: 14px;
    margin-bottom: 52px;
  }
}
.form__lead .ja__block .txt--2 {
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 22px;
}
@media (min-width: 1025px) {
  .form__lead .ja__block .txt--2 {
    font-size: 12px;
    margin-bottom: 32px;
  }
}
.form__lead .ja__block .txt--3 {
  line-height: 1.8;
  font-size: 10px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .form__lead .ja__block .txt--3 {
    line-height: 2;
    font-size: 12px;
    margin-bottom: 46px;
  }
}
.form__lead .ja__block .txt--4 {
  line-height: 1.9;
  font-size: 12px;
}
.form__lead .ja__block .txt--4 .en {
  display: block;
  text-decoration: underline;
  margin: 4px 0 22px;
}
@media (min-width: 1025px) {
  .form__lead .ja__block .txt--4 .en {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 4px 0 30px;
  }
  .form__lead .ja__block .txt--4 .en:hover {
    text-decoration: none;
  }
}
.form__lead .en__block {
  letter-spacing: 0;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .form__lead .en__block {
    margin-bottom: 80px;
  }
}
.form__lead .en__block .txt--1 {
  font-size: 14px;
  margin-bottom: 34px;
}
@media (min-width: 1025px) {
  .form__lead .en__block .txt--1 {
    font-size: 16px;
    margin-bottom: 56px;
  }
}
.form__lead .en__block .txt--2 {
  font-size: 12px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .form__lead .en__block .txt--2 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.form__lead .en__block .txt--3 {
  line-height: 1.4;
  font-size: 12px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .form__lead .en__block .txt--3 {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.form__lead .en__block .txt--4 {
  line-height: 1.3;
  font-size: 12px;
}
.form__lead .en__block .txt--4 .link {
  display: block;
  text-decoration: underline;
  margin: 4px 0 24px;
}
@media (min-width: 1025px) {
  .form__lead .en__block .txt--4 .link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 3px 0 34px;
  }
  .form__lead .en__block .txt--4 .link:hover {
    text-decoration: none;
  }
}

.main__form {
  width: 100%;
  margin: 0 auto;
  padding: 62px 26px 160px;
}
@media (min-width: 1025px) {
  .main__form {
    max-width: 776px;
    padding: 108px 0 150px;
  }
}
@media (max-width: 1024px) {
  .main__form.thanks {
    padding: 30px 20px 150px;
  }
}

.form__container {
  margin-bottom: 54px;
}
@media (min-width: 1025px) {
  .form__container {
    margin-bottom: 70px;
  }
}

.h--50 {
  height: 50px;
}

.h--100 {
  height: 100px;
}

.h--250 {
  height: 176px;
}
@media (min-width: 1025px) {
  .h--250 {
    height: 250px;
  }
}

.form__block {
  margin-bottom: 45px;
}
@media (min-width: 1025px) {
  .form__block {
    margin-bottom: 50px;
  }
}
.form__block .required {
  background: #00FFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (min-width: 1025px) {
  .form__block .required {
    gap: 7px;
  }
}
@media (max-width: 1024px) {
  .form__block .required {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    right: 0;
    bottom: -22px;
  }
}
.form__block .required > span {
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
}
.form__block .required .ja {
  font-weight: 500;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .form__block .required .ja {
    font-size: 12px;
  }
}
.form__block .required .en {
  font-size: 12px;
}
@media (min-width: 1025px) {
  .form__block .required .en {
    font-size: 14px;
  }
}
.form__block .form__list .list--left {
  width: 100%;
  margin-bottom: 3px;
  position: relative;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 6px;
  }
}
.form__block .form__list .list--left .category {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--left .category {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .form__block .form__list .list--left.mg-btm-20 {
    margin-bottom: 15px;
  }
}
.form__block .form__list .list--right {
  width: 100%;
  border-radius: 8px;
}
.form__block .form__list .list--right.icon--arrow, .form__block .form__list .list--right.icon--calendar {
  position: relative;
}
.form__block .form__list .list--right.icon--arrow::after, .form__block .form__list .list--right.icon--calendar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form__block .form__list .list--right.icon--arrow::after {
  background: url(../images/icon_arrow.png) no-repeat center/100%;
  width: 20px;
  height: 20px;
  right: 10px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right.icon--arrow::after {
    right: 20px;
    width: 22px;
    height: 22px;
  }
}
.form__block .form__list .list--right select,
.form__block .form__list .list--right textarea,
.form__block .form__list .list--right input[type=text],
.form__block .form__list .list--right input[type=tel],
.form__block .form__list .list--right input[type=email] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 10px 12px;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right select,
  .form__block .form__list .list--right textarea,
  .form__block .form__list .list--right input[type=text],
  .form__block .form__list .list--right input[type=tel],
  .form__block .form__list .list--right input[type=email] {
    padding: 10px 14px;
  }
}
.form__block .form__list .list--right select::-webkit-input-placeholder, .form__block .form__list .list--right textarea::-webkit-input-placeholder, .form__block .form__list .list--right input[type=text]::-webkit-input-placeholder, .form__block .form__list .list--right input[type=tel]::-webkit-input-placeholder, .form__block .form__list .list--right input[type=email]::-webkit-input-placeholder {
  color: #c8c8c8;
}
.form__block .form__list .list--right select::-moz-placeholder, .form__block .form__list .list--right textarea::-moz-placeholder, .form__block .form__list .list--right input[type=text]::-moz-placeholder, .form__block .form__list .list--right input[type=tel]::-moz-placeholder, .form__block .form__list .list--right input[type=email]::-moz-placeholder {
  color: #c8c8c8;
}
.form__block .form__list .list--right select:-ms-input-placeholder, .form__block .form__list .list--right textarea:-ms-input-placeholder, .form__block .form__list .list--right input[type=text]:-ms-input-placeholder, .form__block .form__list .list--right input[type=tel]:-ms-input-placeholder, .form__block .form__list .list--right input[type=email]:-ms-input-placeholder {
  color: #c8c8c8;
}
.form__block .form__list .list--right select::-ms-input-placeholder, .form__block .form__list .list--right textarea::-ms-input-placeholder, .form__block .form__list .list--right input[type=text]::-ms-input-placeholder, .form__block .form__list .list--right input[type=tel]::-ms-input-placeholder, .form__block .form__list .list--right input[type=email]::-ms-input-placeholder {
  color: #c8c8c8;
}
.form__block .form__list .list--right select::placeholder,
.form__block .form__list .list--right textarea::placeholder,
.form__block .form__list .list--right input[type=text]::placeholder,
.form__block .form__list .list--right input[type=tel]::placeholder,
.form__block .form__list .list--right input[type=email]::placeholder {
  color: #c8c8c8;
}
.form__block .form__list .list--right select.is-empty,
.form__block .form__list .list--right textarea.is-empty,
.form__block .form__list .list--right input[type=text].is-empty,
.form__block .form__list .list--right input[type=tel].is-empty,
.form__block .form__list .list--right input[type=email].is-empty {
  color: #c8c8c8;
}
.form__block .form__list .list--right .name__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 769px) {
  .form__block .form__list .list--right .name__list {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .form__block .form__list .list--right .name__list {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .form__block .form__list .list--right .name__list .item {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .form__block .form__list .list--right .name__list .item {
    width: calc(50% - 5px);
  }
}
.form__block .form__list .list--right .file__input > input {
  padding: 0;
  background: #fff;
}
.form__block .form__list .list--right textarea {
  height: 68px;
}
@media (min-width: 769px) {
  .form__block .form__list .list--right textarea {
    height: 80px;
  }
}
.form__block .form__list .list--right textarea.area--1 {
  height: 100px;
}
.form__block .form__list .list--right textarea.area--2 {
  height: 176px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right textarea.area--2 {
    height: 250px;
  }
}
.form__block .form__list .list--right input[type=text] {
  letter-spacing: 0.1em;
}
.form__block .form__list .list--right .file--notice {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 769px) {
  .form__block .form__list .list--right .file--notice {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .form__block .form__list .list--right .file--notice {
    margin-top: 12px;
  }
}
.form__block .form__list .list--right .radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .radio-wrap {
    gap: 15px;
  }
}
.form__block .form__list .list--right .radio-wrap label {
  position: relative;
  font-size: 10px;
  line-height: 2;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .radio-wrap label {
    line-height: 1.9;
    font-size: 12px;
  }
}
.form__block .form__list .list--right .radio-wrap label .radio-txt {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .radio-wrap label .radio-txt {
    padding-left: 30px;
  }
}
.form__block .form__list .list--right .radio-wrap label .radio-txt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #000000;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .radio-wrap label .radio-txt::before {
    width: 12px;
    height: 12px;
  }
}
.form__block .form__list .list--right .radio-wrap label .radio-txt .en {
  display: block;
  font-size: 12px;
}
.form__block .form__list .list--right .radio-wrap label input[type=radio]:checked + .radio-txt::before {
  border-color: #000000;
}
.form__block .form__list .list--right .radio-wrap label input[type=radio]:checked + .radio-txt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000000;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .radio-wrap label input[type=radio]:checked + .radio-txt::after {
    width: 12px;
    height: 12px;
  }
}
.form__block .form__list .list--right .radio-wrap label input {
  display: none;
}
.form__block .form__list .list--right .name__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .name__list {
    gap: 16px;
  }
}
.form__block .form__list .list--right .name__list .name__item {
  width: calc(50% - 3px);
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .name__list .name__item {
    width: calc(50% - 8px);
  }
}
.form__block .form__list .list--right .tel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .tel__list {
    gap: 16px;
  }
}
.form__block .form__list .list--right .tel__list .tel__item {
  width: 100%;
  max-width: 100px;
  position: relative;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .tel__list .tel__item {
    max-width: 120px;
  }
}
.form__block .form__list .list--right .tel__list .tel__item::after {
  content: "";
  width: 6px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--right .tel__list .tel__item::after {
    right: -10px;
  }
}
.form__block .form__list .list--right .tel__list .tel__item:last-child::after {
  display: none;
}
.form__block .form__list .list--op {
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.form__block .form__list .list--op--2 {
  line-height: 1.8;
  margin-top: 25px;
  font-size: 8px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--op--2 {
    line-height: 2;
    margin-top: 40px;
    font-size: 10px;
  }
}
.form__block .form__list .list--op--3 {
  line-height: 1.4;
  margin-top: 16px;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--op--3 {
    font-size: 12px;
  }
}
.form__block .form__list .list--op--3.mg-btm-40 {
  margin-bottom: 25px;
}
@media (min-width: 1025px) {
  .form__block .form__list .list--op--3.mg-btm-40 {
    margin-bottom: 40px;
  }
}
.form__block.checkbox .privacy__txt {
  font-weight: 500;
  position: relative;
  line-height: 2;
  font-size: 12px;
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .form__block.checkbox .privacy__txt {
    font-size: 14px;
    margin-bottom: 100px;
  }
}
.form__block.checkbox .privacy__txt > a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .form__block.checkbox .privacy__txt > a:hover {
    text-decoration: none;
  }
}
.form__block.checkbox .privacy__txt .en {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .form__block.checkbox .privacy__txt .en {
    margin-top: 10px;
    font-size: 13px;
  }
}
.form__block.checkbox .agree__area {
  width: 264px;
  padding: 0px 0 20px;
  border: 1px solid #000000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .form__block.checkbox .agree__area {
    width: 330px;
    padding: 1px 0 18px;
  }
}
.form__block.checkbox .custom-checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__block.checkbox .custom-checkbox::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  border: 1px solid #000000;
}
@media (min-width: 1025px) {
  .form__block.checkbox .custom-checkbox::before {
    left: -35px;
    width: 15px;
    height: 15px;
  }
}
.form__block.checkbox .custom-checkbox::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 11px;
  top: 0;
  left: -26px;
  bottom: 0;
  margin: auto;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1025px) {
  .form__block.checkbox .custom-checkbox::after {
    width: 6px;
    height: 12px;
    left: -30px;
  }
}
.form__block.checkbox .custom-checkbox .agree {
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 11px;
}
@media (min-width: 1025px) {
  .form__block.checkbox .custom-checkbox .agree {
    font-size: 14px;
  }
}
.form__block.checkbox .custom-checkbox .en {
  text-align: center;
  display: block;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .form__block.checkbox .custom-checkbox .en {
    font-size: 14px;
  }
}
.form__block.checkbox input[type=checkbox]:checked + .custom-checkbox::after {
  opacity: 1;
}
@media (min-width: 769px) {
  .form__block.error .form__list .list--right.space::after {
    top: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .form__block.error .form__list .list--right.space::after {
    top: 30px;
  }
}
.form__block.error .form__list .list--right select.is-empty,
.form__block.error .form__list .list--right textarea,
.form__block.error .form__list .list--right input[type=text],
.form__block.error .form__list .list--right input[type=mail],
.form__block.error .form__list .list--right input {
  border: 1px solid #00FFFF;
}
.form__block:last-child {
  margin-bottom: 0;
}

.error--txt {
  margin: -17px 0 3px;
  color: #00FFFF;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .error--txt {
    font-size: 12px;
  }
}

.checkbox.error .error--txt {
  margin-top: 15px;
  text-align: center;
}

.form__block.confirm .form__list .list--left .category {
  color: #000000;
  font-weight: 500;
}

.confirm--txt {
  color: #000000;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .confirm--txt {
    font-size: 16px;
  }
}

.thanks__block {
  text-align: center;
}
.thanks__block .thanks__ttl {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .thanks__block .thanks__ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.thanks__block .thanks__txt {
  line-height: 2;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .thanks__block .thanks__txt {
    font-size: 16px;
  }
}
.thanks__block .thanks__btn {
  width: 100%;
  max-width: 250px;
  height: 50px;
  margin: 80px auto 0;
}
@media (min-width: 1025px) {
  .thanks__block .thanks__btn {
    max-width: 300px;
    height: 70px;
    margin: 40px auto 0;
  }
}
.thanks__block .thanks__btn > a {
  border-radius: 80px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}
@media (min-width: 1025px) {
  .thanks__block .thanks__btn > a {
    font-size: 17px;
  }
}
.thanks__block .thanks__btn > a::after {
  content: "";
  background: url(../images/icon_arrow_2.png) no-repeat center/100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  top: 0;
  left: 18px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
@media (min-width: 1025px) {
  .thanks__block .thanks__btn > a::after {
    width: 28px;
    height: 28px;
    left: 25px;
  }
}

.btn__area {
  width: 180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .btn__area {
    width: 460px;
  }
}
.btn__area .form__btn {
  width: 100%;
  height: 50px;
  position: relative;
  opacity: 1;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .btn__area .form__btn {
    cursor: pointer;
    width: 220px;
    height: 60px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn__area .form__btn:hover {
    opacity: 0.4;
  }
}
.btn__area .form__btn > input {
  width: 100%;
  height: 100%;
  background: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 769px) {
  .btn__area .form__btn > input {
    font-size: 14px;
  }
}
.btn__area .form__btn.disable {
  opacity: 0.4;
}
@media (min-width: 769px) {
  .btn__area .form__btn.disable > input {
    pointer-events: none;
  }
}
.btn__area .form__btn.back {
  width: 100%;
  height: 50px;
  border: 1px solid #000000;
  color: #000000;
}
@media (min-width: 769px) {
  .btn__area .form__btn.back {
    width: 220px;
    height: 60px;
  }
}
.btn__area .form__btn.back > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 769px) {
  .btn__area .form__btn.back > a {
    font-size: 14px;
  }
}
.btn__area.confirm, .btn__area.thanks {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.btn__area.thanks .form__btn > a {
  width: 100%;
  height: 100%;
  background: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 769px) {
  .btn__area.thanks .form__btn > a {
    font-size: 14px;
  }
}

.thanks__info {
  text-align: center;
  margin-bottom: 40px;
}
.thanks__info .ttl {
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .thanks__info .ttl {
    font-size: 24px;
  }
}
.thanks__info .txt {
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 769px) {
  .thanks__info .txt {
    font-size: 16px;
  }
}