/* Sass Document */
.main_title_area {
  max-width: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.1822916667;
  margin: 0;
  background: url(../img/notice/bg_main_title_area.svg) no-repeat center top;
  background-size: cover;
  border-radius: 0;
}
@media screen and (max-width: 840px) {
  .main_title_area {
    aspect-ratio: 1/0.4083733333;
    background: url(../img/notice/bg_main_title_area_sp.svg) no-repeat center top;
    background-size: cover;
  }
}

#tel_area {
  padding: 4.5rem 0 8rem;
}
@media screen and (max-width: 1200px) {
  #tel_area {
    padding: 3.75vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #tel_area {
    padding: 5.3333333333vw 0 16vw;
  }
}
@media screen and (max-width: 840px) {
  #tel_area .wrap {
    width: 92vw;
  }
}
#tel_area .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  #tel_area .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 840px) {
  #tel_area .center {
    margin-bottom: 8vw;
  }
}
#tel_area .center p {
  text-align: center;
}
#tel_area .center a {
  color: #47B022;
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}
#tel_area .btn_tel_area .title02 {
  margin-bottom: 2.8rem;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #tel_area .btn_tel_area .title02 {
    margin-bottom: 2.3333333333vw;
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #tel_area .btn_tel_area .title02 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#tel_area .btn_tel_area .title02 .blue {
  color: #224F96;
}
#tel_area .btn_tel_area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  #tel_area .btn_tel_area .flex {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #tel_area .btn_tel_area .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
#tel_area .btn_tel_area .flex .btn_tel {
  width: 42rem;
}
@media screen and (max-width: 1200px) {
  #tel_area .btn_tel_area .flex .btn_tel {
    width: 35vw;
  }
}
@media screen and (max-width: 840px) {
  #tel_area .btn_tel_area .flex .btn_tel {
    width: 100%;
  }
}
#tel_area .btn_tel_area .flex .btn_tel .bg_b {
  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;
  width: 100%;
  height: 4.2rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  background: #224F96;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media screen and (max-width: 1200px) {
  #tel_area .btn_tel_area .flex .btn_tel .bg_b {
    height: 3.5vw;
    font-size: 1.5vw;
    border-radius: 0.6666666667vw 0.6666666667vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  #tel_area .btn_tel_area .flex .btn_tel .bg_b {
    height: 10.6666666667vw;
    font-size: 4vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
#tel_area .btn_tel_area .flex .btn_tel .number {
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (max-width: 1200px) {
  #tel_area .btn_tel_area .flex .btn_tel .number {
    border-radius: 0 0 0.6666666667vw 0.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #tel_area .btn_tel_area .flex .btn_tel .number {
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
#tel_area .btn_tel_area .flex .btn_tel .number a {
  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;
  gap: 1rem;
  font-size: 4rem;
  color: #224F96;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #tel_area .btn_tel_area .flex .btn_tel .number a {
    gap: 0.8333333333vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #tel_area .btn_tel_area .flex .btn_tel .number a {
    gap: 0.8vw;
    font-size: 7.4666666667vw;
  }
}

#contact_content {
  padding: 6rem 0 19rem;
  background: #F1F1EC;
}
@media screen and (max-width: 1200px) {
  #contact_content {
    padding: 5vw 0 15.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content {
    padding: 13.3333333333vw 0 22.9333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .wrap {
    width: 92vw;
  }
}
#contact_content .first {
  margin: 0 2.6rem 2.6rem;
}
@media screen and (max-width: 1200px) {
  #contact_content .first {
    margin: 0 2.1666666667vw 2.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .first {
    margin: 0 5.3333333333vw 2.6666666667vw;
  }
}
#contact_content .scrool_areaa {
  width: 100%;
  height: 28rem;
  padding: 3rem 4rem;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  #contact_content .scrool_areaa {
    height: 23.3333333333vw;
    padding: 2.5vw 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .scrool_areaa {
    height: 55.7333333333vw;
    padding: 3.7333333333vw 2.6666666667vw;
  }
}
#contact_content .scrool_areaa .mt1em {
  margin-top: 2em;
}
#contact_content .scrool_areaa .simplebar-scrollbar::before {
  width: 0.8rem;
  background: #EDEDED;
  border-radius: 0;
  border-radius: 3rem;
}
@media screen and (max-width: 1200px) {
  #contact_content .scrool_areaa .simplebar-scrollbar::before {
    width: 0.6666666667vw;
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .scrool_areaa .simplebar-scrollbar::before {
    width: 2.1333333333vw;
    border-radius: 8vw;
  }
}
#contact_content .scrool_areaa .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#contact_content .scrool_areaa .simplebar-track {
  background: #fff;
  width: 2rem !important;
}
@media screen and (max-width: 1200px) {
  #contact_content .scrool_areaa .simplebar-track {
    width: 1.6666666667vw !important;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .scrool_areaa .simplebar-track {
    width: 4.8vw !important;
  }
}
#contact_content .box {
  max-width: 120rem;
  padding: 5rem;
  margin: 6rem auto 2.7rem;
  background: #EAEAE4;
  border-radius: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #contact_content .box {
    padding: 4.1666666667vw;
    margin: 5vw auto 2.25vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .box {
    padding: 13.3333333333vw 5.3333333333vw;
    margin: 8vw auto;
    border-radius: 1.3333333333vw;
  }
}
#contact_content dl + dl {
  margin-top: 5rem;
}
@media screen and (max-width: 1200px) {
  #contact_content dl + dl {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content dl + dl {
    margin-top: 8vw;
  }
}
#contact_content dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #contact_content dl dt {
    gap: 2.0833333333vw;
    margin-bottom: 1.6666666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content dl dt {
    gap: 4vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#contact_content dl dt span.required {
  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;
  width: 4.5em;
  height: 2.5em;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background: #D60000;
}
@media screen and (max-width: 1200px) {
  #contact_content dl dt span.required {
    width: 3.75vw;
    height: 2.0833333333vw;
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content dl dt span.required {
    width: 11.2vw;
    height: 6.4vw;
    font-size: 3.2vw;
  }
}
#contact_content dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  #contact_content dl dd {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content dl dd {
    font-size: 3.7333333333vw;
  }
}
#contact_content dl dd input[type=text],
#contact_content dl dd input[type=email],
#contact_content dl dd select,
#contact_content dl dd textarea {
  width: 100%;
  height: 7rem;
  padding: 2.3rem 3rem;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1200px) {
  #contact_content dl dd input[type=text],
  #contact_content dl dd input[type=email],
  #contact_content dl dd select,
  #contact_content dl dd textarea {
    height: 5.8333333333vw;
    padding: 1.9166666667vw 2.5vw;
    font-size: 1.3333333333vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content dl dd input[type=text],
  #contact_content dl dd input[type=email],
  #contact_content dl dd select,
  #contact_content dl dd textarea {
    height: 13.8666666667vw;
    padding: 4vw;
    font-size: 4vw;
    border-radius: 1.3333333333vw;
  }
}
#contact_content dl dd input[type=text]::-webkit-input-placeholder, #contact_content dl dd input[type=email]::-webkit-input-placeholder, #contact_content dl dd select::-webkit-input-placeholder, #contact_content dl dd textarea::-webkit-input-placeholder {
  color: #B9B9B9;
}
#contact_content dl dd input[type=text]::-moz-placeholder, #contact_content dl dd input[type=email]::-moz-placeholder, #contact_content dl dd select::-moz-placeholder, #contact_content dl dd textarea::-moz-placeholder {
  color: #B9B9B9;
}
#contact_content dl dd input[type=text]:-ms-input-placeholder, #contact_content dl dd input[type=email]:-ms-input-placeholder, #contact_content dl dd select:-ms-input-placeholder, #contact_content dl dd textarea:-ms-input-placeholder {
  color: #B9B9B9;
}
#contact_content dl dd input[type=text]::-ms-input-placeholder, #contact_content dl dd input[type=email]::-ms-input-placeholder, #contact_content dl dd select::-ms-input-placeholder, #contact_content dl dd textarea::-ms-input-placeholder {
  color: #B9B9B9;
}
#contact_content dl dd input[type=text]::placeholder,
#contact_content dl dd input[type=email]::placeholder,
#contact_content dl dd select::placeholder,
#contact_content dl dd textarea::placeholder {
  color: #B9B9B9;
}
#contact_content dl dd textarea {
  width: 100%;
  height: 20rem;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  #contact_content dl dd textarea {
    height: 16.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content dl dd textarea {
    height: 53.3333333333vw;
  }
}
#contact_content dl dd input[type=submit],
#contact_content dl dd input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
#contact_content dl label {
  position: relative;
  padding-left: 2.5rem;
  margin-right: 3.5rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #contact_content dl label {
    padding-left: 2.0833333333vw;
    margin-right: 2.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content dl label {
    padding-left: 5.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
#contact_content dl .radio .inquiry_items + span::before, #contact_content dl .radio .inquiry_items + span::after {
  content: "";
  display: block;
  position: absolute;
}
#contact_content dl .radio .inquiry_items + span::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  background-color: #fff;
  border: 0.1rem solid #DDDDD4;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  #contact_content dl .radio .inquiry_items + span::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content dl .radio .inquiry_items + span::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#contact_content dl .radio .inquiry_items + span::after {
  top: 0;
  bottom: 0;
  left: 0.6rem;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  background-color: #007CD6;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  #contact_content dl .radio .inquiry_items + span::after {
    left: 0.5vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content dl .radio .inquiry_items + span::after {
    left: 1.6vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#contact_content dl .radio .inquiry_items:checked + span::after {
  opacity: 1;
}
#contact_content h2 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #contact_content h2 {
    margin-bottom: 1.6666666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
#contact_content .txt_area {
  padding: 0 2.6rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1200px) {
  #contact_content .txt_area {
    padding: 0 2.1666666667vw;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .txt_area {
    padding: 0 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#contact_content .checkbox_con {
  margin-top: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #contact_content .checkbox_con {
    margin-top: 2.9166666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .checkbox_con {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#contact_content .mwform-checkbox-field label {
  display: table;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #contact_content .mwform-checkbox-field label {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .mwform-checkbox-field label {
    font-size: 3.7333333333vw;
  }
}
#contact_content .mwform-checkbox-field label span {
  position: relative;
  padding-left: 3.4rem;
}
@media screen and (max-width: 1200px) {
  #contact_content .mwform-checkbox-field label span {
    padding-left: 2.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .mwform-checkbox-field label span {
    padding-left: 9.0666666667vw;
  }
}
#contact_content .mwform-checkbox-field label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
}
@media screen and (max-width: 1200px) {
  #contact_content .mwform-checkbox-field label span::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .mwform-checkbox-field label span::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 0.8vw;
  }
}
#contact_content .mwform-checkbox-field label input:checked + span::before {
  border: 0.1rem solid #007CD6 !important;
  background: #007CD6;
}
#contact_content .mwform-checkbox-field label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.45rem;
  left: 0.6rem;
  width: 1rem;
  height: 0.6rem;
  background: none;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  #contact_content .mwform-checkbox-field label input:checked + span::after {
    top: 0.375vw;
    left: 0.5vw;
    width: 0.8333333333vw;
    height: 0.5vw;
    border-bottom: 0.1666666667vw solid #fff;
    border-left: 0.1666666667vw solid #fff;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .mwform-checkbox-field label input:checked + span::after {
    top: 1.2vw;
    left: 1.6vw;
    width: 2.6666666667vw;
    height: 1.6vw;
    border-bottom: 0.5333333333vw solid #fff;
    border-left: 0.5333333333vw solid #fff;
  }
}
#contact_content p.submit {
  position: relative;
  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;
  width: 33rem;
  height: 7rem;
  font-size: 1.6rem;
  border-radius: 3.5rem;
  background: #FFD802;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #contact_content p.submit {
    width: 27.5vw;
    height: 5.8333333333vw;
    font-size: 1.3333333333vw;
    border-radius: 2.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content p.submit {
    width: 74.6666666667vw;
    height: 16vw;
    font-size: 4.2666666667vw;
    border-radius: 9.3333333333vw;
  }
}
#contact_content p.submit input {
  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;
  width: 100%;
  height: 100%;
  color: #191919;
  font-weight: 700;
  font-size: 3.73333vw;
  z-index: 2;
  cursor: pointer;
}
#contact_content p.submit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 216, 2, 0.35);
  border-radius: 4.2rem;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #contact_content p.submit:before {
    border-radius: 3.5vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content p.submit:before {
    border-radius: 9.3333333333vw;
  }
}
#contact_content p.submit:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  margin: auto;
  background: url(../img/common/icon_btn.svg) no-repeat center center;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #contact_content p.submit:after {
    right: 0.8333333333vw;
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #contact_content p.submit:after {
    right: 2.1333333333vw;
    width: 11.7333333333vw;
  }
}
#contact_content p.submit:hover {
  opacity: 1;
}
#contact_content p.submit:hover:before {
  width: calc(100% + 1.4rem);
  height: calc(100% + 1.4rem);
}
@media screen and (max-width: 1200px) {
  #contact_content p.submit:hover:before {
    width: calc(100% + 1.1666666667vw);
    height: calc(100% + 1.1666666667vw);
  }
}
@media screen and (max-width: 840px) {
  #contact_content p.submit:hover:before {
    width: 100%;
    height: 100%;
  }
}
#contact_content .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 1200px) {
  #contact_content .flex {
    gap: 1.6666666667vw;
    margin: 2.9166666667vw auto 0;
  }
}
@media screen and (max-width: 840px) {
  #contact_content .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    margin: 8vw auto 0;
  }
}
#contact_content p.submit.re {
  display: none;
}

.confirm .privacy_check {
  display: none;
}
.confirm #contact_content p.submit.re {
  position: relative;
  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;
  width: 33rem;
  height: 7rem;
  font-size: 1.6rem;
  border-radius: 3.5rem;
  background: #FFD802;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .confirm #contact_content p.submit.re {
    width: 27.5vw;
    height: 5.8333333333vw;
    font-size: 1.3333333333vw;
    border-radius: 2.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .confirm #contact_content p.submit.re {
    width: 74.6666666667vw;
    height: 16vw;
    font-size: 4.2666666667vw;
    border-radius: 9.3333333333vw;
  }
}
.confirm #contact_content p.submit.re input {
  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;
  width: 100%;
  height: 100%;
  color: #191919;
  font-weight: 700;
  z-index: 2;
  cursor: pointer;
}
.confirm #contact_content p.submit.re:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(255, 216, 2, 0.35);
  border-radius: 4.2rem;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .confirm #contact_content p.submit.re:before {
    border-radius: 3.5vw;
  }
}
@media screen and (max-width: 840px) {
  .confirm #contact_content p.submit.re:before {
    border-radius: 9.3333333333vw;
  }
}
.confirm #contact_content p.submit.re:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: auto;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  margin: auto;
  background: url(../img/common/icon_btn.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .confirm #contact_content p.submit.re:after {
    left: 0.8333333333vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .confirm #contact_content p.submit.re:after {
    left: 2.1333333333vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.confirm #contact_content p.submit.re:hover {
  opacity: 1;
}
.confirm #contact_content p.submit.re:hover:before {
  width: calc(100% + 1.4rem);
  height: calc(100% + 1.4rem);
}
@media screen and (max-width: 1200px) {
  .confirm #contact_content p.submit.re:hover:before {
    width: calc(100% + 1.1666666667vw);
    height: calc(100% + 1.1666666667vw);
  }
}
@media screen and (max-width: 840px) {
  .confirm #contact_content p.submit.re:hover:before {
    width: 100%;
    height: 100%;
  }
}

.thanks #contact_content .thanks_area .title02 {
  margin-bottom: 2.8rem;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .thanks #contact_content .thanks_area .title02 {
    margin-bottom: 2.3333333333vw;
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .thanks #contact_content .thanks_area .title02 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.thanks #contact_content .thanks_area .txt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .thanks #contact_content .thanks_area .txt {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .thanks #contact_content .thanks_area .txt {
    margin-bottom: 8vw;
  }
}
.thanks #contact_content .thanks_area .txt p {
  text-align: center;
}
.thanks #contact_content .thanks_area .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: auto;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  margin: auto;
  background: url(../img/common/icon_btn.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .thanks #contact_content .thanks_area .btn a:after {
    left: 0.8333333333vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .thanks #contact_content .thanks_area .btn a:after {
    left: 2.1333333333vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}

.bottom_parts {
  margin-top: -5.2rem;
}
@media screen and (max-width: 1200px) {
  .bottom_parts {
    margin-top: -4.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .bottom_parts {
    margin-top: -8vw;
  }
}