@charset "UTF-8";
/* 変数宣言 */
/* 変数宣言 */
body {
  /*practice_meeting*/
  /*practice_meeting_confirmation*/
  /*practice_meeting_completion*/
}
body.contact {
  /*container*/
}
body.contact #container {
  /*main*/
}
body.contact #container main {
  overflow: hidden;
  /*mv*/
  /*contact*/
}
body.contact #container main #mv {
  /*wrap*/
}
body.contact #container main #mv .wrap {
  background-image: url("../../../img/contact/mv_sp.jpg");
  background-size: cover;
  width: 100vw;
  height: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.contact #container main #mv .wrap {
    background-image: url("../../../img/contact/mv_pc.jpg");
    height: 42.8571428571vw;
  }
}
body.contact #container main #mv .wrap h1 {
  visibility: hidden;
}
body.contact #container main #contact {
  background-color: #19232e;
  /*wrap*/
}
body.contact #container main #contact #breadcrumb {
  background-color: rgb(25, 35, 46);
}
body.contact #container main #contact .border {
  width: 100%;
  height: 5vw;
  background: repeating-linear-gradient(90deg, rgb(25, 35, 46), rgb(25, 35, 46) 0.5vw, rgb(255, 255, 255) 0, rgb(255, 255, 255) 1vw);
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .border {
    height: 2.8571428571vw;
    background: repeating-linear-gradient(90deg, rgb(25, 35, 46), rgb(25, 35, 46) 0.2857142857vw, rgb(255, 255, 255) 0, rgb(255, 255, 255) 0.5714285714vw);
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .border {
    height: 40px;
    background: repeating-linear-gradient(90deg, rgb(25, 35, 46), rgb(25, 35, 46) 4px, rgb(255, 255, 255) 0, rgb(255, 255, 255) 8px);
  }
}
body.contact #container main #contact .wrap {
  color: #FFFFFF;
  padding: 10vw 0 12.5vw;
  /*form_wrap*/
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap {
    padding: 3.5714285714vw 0 7.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap {
    padding: 50px 0 100px;
  }
}
body.contact #container main #contact .wrap .title {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .title {
    margin-bottom: 1.7857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .title {
    margin-bottom: 25px;
  }
}
body.contact #container main #contact .wrap .title h2 {
  line-height: 1;
  font-weight: bold;
  font-size: 6.75vw;
  margin-bottom: 3.75vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .title h2 {
    font-size: 2.5vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .title h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
body.contact #container main #contact .wrap .title p {
  font-size: 3.5vw;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .title p {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .title p {
    font-size: 18px;
  }
}
body.contact #container main #contact .wrap .main_read p {
  font-size: 2.75vw;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .main_read p {
    font-size: 1.0714285714vw;
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .main_read p {
    font-size: 15px;
    margin-bottom: 80px;
  }
}
body.contact #container main #contact .wrap .form_wrap {
  /*form*/
}
body.contact #container main #contact .wrap .form_wrap form {
  width: 87.5vw;
  margin: 0 auto;
  /*element*/
  /*privacy*/
  /*buttonarea*/
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form {
    width: 85.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form {
    width: 1200px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element {
  border: 0.25vw solid #fff;
  padding-bottom: 7.5vw;
  width: 100%;
  /*form_line*/
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element {
    border-width: 0.0714285714vw;
    padding-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element {
    border-width: 1px;
    padding-bottom: 60px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element:not(:last-of-type) {
  margin-bottom: 8.75vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element:not(:last-of-type) {
    margin-bottom: 4.6428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element:not(:last-of-type) {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line {
    gap: 0 10px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory {
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory {
    width: 20vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory {
    width: 280px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory p {
  line-height: 1.6;
  font-size: 2.5vw;
  color: #eec267;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory p {
    text-align: right;
    font-size: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes {
    width: calc(100% - 20.7142857143vw);
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes {
    width: calc(100% - 290px);
  }
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core {
    gap: 0 70px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .left {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .left {
    margin-bottom: 0;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line:not(:last-of-type) {
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line:not(:last-of-type) {
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label {
  width: 100%;
  font-size: 3vw;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  line-height: 135%;
  cursor: pointer;
  gap: 0 3.75vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label {
    font-size: 1.0714285714vw;
    gap: 0 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label {
    font-size: 15px;
    gap: 0 10px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input {
  position: relative;
  cursor: pointer;
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input {
    width: 1.1428571429vw;
    height: 1.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input {
    width: 16px;
    height: 16px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #eec267;
  border-top-style: none;
  border-right-style: none;
  bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input:checked:before {
    bottom: 0.5vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input:checked:before {
    bottom: 7px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: -0.5vw;
  z-index: 1;
  width: 3.75vw;
  height: 3.75vw;
  border: 0.5vw solid #f2f2f2;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input:before {
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    border-width: 0.1428571429vw;
    bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input:before {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2.5vw;
  height: 2.5vw;
  background: #19232e;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input:after {
    width: 1.2142857143vw;
    height: 1.2142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label input:after {
    width: 17px;
    height: 17px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label p {
  width: calc(100% - 6.25vw);
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label p {
    width: calc(100% - 1.8571428571vw);
    white-space: nowrap;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .core .input_line label p {
    width: calc(100% - 26px);
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .error_area {
  font-size: 2.5vw;
  color: #970000;
  line-height: 1;
  margin-top: 2.5vw;
  display: none;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .error_area {
    font-size: 0.8571428571vw;
    margin-top: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes .error_area {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element {
    gap: 0 15px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name {
  font-size: 3vw;
  line-height: 1;
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name {
    width: 21.4285714286vw;
    font-size: 1.0714285714vw;
    margin-bottom: 0;
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name {
    width: 300px;
    font-size: 15px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name span {
  font-size: 2.5vw;
  line-height: 1.6;
  color: #eec267;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name span {
    font-size: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name span {
    font-size: 15px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text {
    width: calc(100% - 22.5vw);
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text {
    width: calc(100% - 315px);
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text p input {
  width: 100%;
  background-color: #FFFFFF;
  line-height: 1;
  font-size: 3vw;
  padding: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text p input {
    font-size: 1vw;
    padding: 0.7142857143vw;
    width: 42.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text p input {
    font-size: 14px;
    padding: 10px;
    width: 600px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .error_area {
  font-size: 2.5vw;
  color: #970000;
  line-height: 1;
  margin-top: 1.25vw;
  display: none;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .error_area {
    font-size: 0.8571428571vw;
    margin-top: 0.7142857143vw;
    padding-left: 22.5vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line .error_area {
    font-size: 12px;
    margin-top: 10px;
    padding-left: 315px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text {
  display: flex;
  flex-wrap: wrap;
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.input_area {
  width: 26%;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.input_area {
    width: 12.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.input_area {
    width: 170px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.input_area input {
  width: 100%;
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.hyphen {
  width: 11%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.hyphen {
    width: 3.2142857143vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.hyphen {
    width: 45px;
    font-size: 14px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.freebox .form_element .text p {
  font-size: 3vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.freebox .form_element .text p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.freebox .form_element .text p {
    font-size: 14px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.freebox .form_element .text p textarea {
  width: 100%;
  height: 15vw;
  background-color: #FFFFFF;
  padding: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.freebox .form_element .text p textarea {
    height: 6.4285714286vw;
    padding: 0.7142857143vw;
    width: 42.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.info .form_line.freebox .form_element .text p textarea {
    height: 90px;
    padding: 10px;
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish:not(:last-of-type) {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .how {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 1.25vw;
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .how {
    gap: 0 0.7142857143vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .how {
    gap: 0 10px;
    margin-bottom: 30px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .how figure {
  width: 29.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .how figure {
    width: 16.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .how figure {
    width: 234px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .how figure img {
  width: 100%;
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .how p {
  line-height: 1;
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .how p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .how p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line {
    gap: 0 10px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory {
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory {
    width: 33.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory {
    width: 472px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory p {
  line-height: 1.6;
  font-size: 2.5vw;
  color: #eec267;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory p {
    text-align: right;
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio {
    width: 21.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio {
    width: 300px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw 5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul {
    gap: 1.0714285714vw 1.0714285714vw;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul {
    gap: 15px 15px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li {
  width: calc(50% - 2.5vw);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 0 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li {
    width: calc(50% - 1.0714285714vw);
    gap: 0 0.3571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li {
    width: calc(50% - 15px);
    gap: 0 5px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li input {
  position: absolute;
  visibility: hidden;
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li input:checked ~ .check::before {
  background: #eec267;
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li .check {
  display: block;
  border: 0.5vw solid #AAAAAA;
  border-radius: 100%;
  height: 3.75vw;
  width: 3.75vw;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li .check {
    border-width: 0.1428571429vw;
    height: 1.1428571429vw;
    width: 1.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li .check {
    border-width: 2px;
    height: 16px;
    width: 16px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 1.5vw;
  width: 1.5vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li .check:before {
    width: 0.5714285714vw;
    height: 0.5714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li .check:before {
    width: 8px;
    height: 8px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li label {
  display: block;
  position: relative;
  font-size: 3vw;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li label {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li label {
    font-size: 14px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element.wish .error_area {
  font-size: 2.5vw;
  color: #970000;
  line-height: 1;
  margin-top: 2.5vw;
  padding: 0 5vw;
  display: none;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .error_area {
    font-size: 0.8571428571vw;
    margin-top: 0.7142857143vw;
    padding: 0 0 0 33.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element.wish .error_area {
    font-size: 12px;
    margin-top: 10px;
    padding: 0 0 0 472px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element .index {
  margin: -6vw auto 5vw;
  width: 42.5vw;
  background-color: #19232e;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element .index {
    margin: -2.3571428571vw auto 3.9285714286vw;
    width: 18.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element .index {
    margin: -33px auto 55px;
    width: 258px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element .index figure {
  width: 8.75vw;
  margin: 0 auto 2.5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element .index figure {
    width: 5vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element .index figure {
    width: 70px;
    margin-bottom: 20px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element .index figure img {
  width: 100%;
}
body.contact #container main #contact .wrap .form_wrap form .element .index h3 {
  line-height: 1;
  font-size: 3vw;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  color: #eec267;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element .index h3 {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element .index h3 {
    font-size: 18px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element .form_line {
  padding: 0 5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element .form_line {
    padding: 0;
  }
}
body.contact #container main #contact .wrap .form_wrap form .element .form_line:not(:last-of-type) {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .element .form_line:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .element .form_line:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .privacy {
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy {
    margin-bottom: 70px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .privacy .read {
  font-size: 3vw;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .read {
    font-size: 1vw;
    margin-bottom: 1.7857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .read {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .privacy .read a {
  color: #fcc800;
}
body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label {
  width: 100%;
  font-size: 3vw;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 135%;
  cursor: pointer;
  gap: 0 3.75vw;
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label {
    font-size: 1vw;
    gap: 0 0.3571428571vw;
    width: 17.8571428571vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label {
    font-size: 14px;
    gap: 0 5px;
    width: 250px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input {
  position: relative;
  cursor: pointer;
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input {
    width: 10px;
    height: 10px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #eec267;
  border-top-style: none;
  border-right-style: none;
  bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input:checked:before {
    bottom: 0.3571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input:checked:before {
    bottom: 5px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: -0.5vw;
  z-index: 1;
  width: 3.75vw;
  height: 3.75vw;
  border: 0.5vw solid #f2f2f2;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input:before {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
    bottom: 0.1428571429vw;
    border-width: 0.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input:before {
    width: 10px;
    height: 10px;
    bottom: 2px;
    border-width: 2px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2.5vw;
  height: 2.5vw;
  background: #19232e;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input:after {
    width: 0.7857142857vw;
    height: 0.7857142857vw;
    left: -0.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line label input:after {
    width: 11px;
    height: 11px;
    left: -1px;
  }
}
body.contact #container main #contact .wrap .form_wrap form .privacy .input_line .error_area {
  font-size: 2.5vw;
  color: #970000;
  line-height: 1;
  margin-top: 2.5vw;
  padding: 0 5vw;
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line .error_area {
    font-size: 0.8571428571vw;
    margin-top: 0.7142857143vw;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .privacy .input_line .error_area {
    font-size: 12px;
    margin-top: 10px;
    padding: 0;
  }
}
body.contact #container main #contact .wrap .form_wrap form .buttonarea button {
  background-color: #fff;
  color: #000000;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5vw;
  width: 25vw;
  height: 25vw;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  body.contact #container main #contact .wrap .form_wrap form .buttonarea button {
    font-size: 1vw;
    width: 7.1428571429vw;
    height: 7.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact #container main #contact .wrap .form_wrap form .buttonarea button {
    font-size: 14px;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
  }
}
body.contact #container main #contact .wrap .form_wrap form .buttonarea button:hover {
  border-radius: 0;
  background-color: inherit;
  color: #FFFFFF;
}
body.contact_confirmation {
  /*container*/
}
body.contact_confirmation #container {
  /*main*/
}
body.contact_confirmation #container main {
  overflow: hidden;
  /*contact*/
}
body.contact_confirmation #container main #contact {
  background-color: #19232e;
  /*wrap*/
}
body.contact_confirmation #container main #contact .wrap {
  color: #FFFFFF;
  padding: 16.25vw 0 12.5vw;
  /*form_wrap*/
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap {
    padding: 14.2857142857vw 0 7.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap {
    padding: 200px 0 100px;
  }
}
body.contact_confirmation #container main #contact .wrap .title {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .title {
    margin-bottom: 1.7857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .title {
    margin-bottom: 25px;
  }
}
body.contact_confirmation #container main #contact .wrap .title h2 {
  line-height: 1;
  font-weight: bold;
  font-size: 6.75vw;
  margin-bottom: 3.75vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .title h2 {
    font-size: 2.5vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .title h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
body.contact_confirmation #container main #contact .wrap .title p {
  font-size: 3.5vw;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .title p {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .title p {
    font-size: 18px;
  }
}
body.contact_confirmation #container main #contact .wrap .main_read p {
  font-size: 2.75vw;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .main_read p {
    font-size: 1.0714285714vw;
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .main_read p {
    font-size: 15px;
    margin-bottom: 80px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap {
  /*form*/
}
body.contact_confirmation #container main #contact .wrap .form_wrap form {
  width: 87.5vw;
  margin: 0 auto;
  /*element*/
  /*privacy*/
  /*buttonarea*/
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form {
    width: 85.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form {
    width: 1200px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element {
  border: 0.25vw solid #fff;
  padding-bottom: 7.5vw;
  width: 100%;
  /*form_line*/
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element {
    border-width: 0.0714285714vw;
    padding-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element {
    border-width: 1px;
    padding-bottom: 60px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element:not(:last-of-type) {
  margin-bottom: 8.75vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element:not(:last-of-type) {
    margin-bottom: 4.6428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element:not(:last-of-type) {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line {
    display: flex;
    flex-wrap: wrap;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory {
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory {
    width: 29.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory {
    width: 410px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory p {
  line-height: 1.6;
  font-size: 2.5vw;
  color: #eec267;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory p {
    text-align: right;
    font-size: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .mandatory p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes {
    width: calc(100% - 30.3571428571vw);
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes {
    width: calc(100% - 425px);
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes ul li {
  list-style: none;
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes ul li {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes ul li {
    font-size: 14px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes ul li:not(:last-of-type) {
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes ul li:not(:last-of-type) {
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.matter .form_line .boxes ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element {
    gap: 0 15px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name {
  font-size: 3vw;
  line-height: 1;
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name {
    width: 21.4285714286vw;
    font-size: 1.0714285714vw;
    margin-bottom: 0;
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name {
    width: 300px;
    font-size: 15px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name span {
  font-size: 2.5vw;
  line-height: 1.6;
  color: #eec267;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name span {
    font-size: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .item_name span {
    font-size: 15px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text {
    width: calc(100% - 22.5vw);
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text {
    width: calc(100% - 315px);
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text p {
  width: 100%;
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text p {
    font-size: 1vw;
    width: 42.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line .form_element .text p {
    font-size: 14px;
    width: 600px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text {
  display: flex;
  flex-wrap: wrap;
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.input_area {
  width: auto;
  text-align: center;
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.input_area input {
  width: 100%;
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.hyphen {
  width: 11%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.hyphen {
    width: 3.2142857143vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line.tel .form_element .text p.hyphen {
    width: 45px;
    font-size: 14px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line.freebox .form_element .text p {
  font-size: 3vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line.freebox .form_element .text p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.info .form_line.freebox .form_element .text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish:not(:last-of-type) {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 1.25vw;
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how {
    gap: 0 0.7142857143vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how {
    gap: 0 10px;
    margin-bottom: 30px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how figure {
  width: 29.25vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how figure {
    width: 16.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how figure {
    width: 234px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how figure img {
  width: 100%;
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how p {
  line-height: 1;
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .how p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line {
    gap: 0 10px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory {
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory {
    width: 33.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory {
    width: 472px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory p {
  line-height: 1.6;
  font-size: 2.5vw;
  color: #eec267;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory p {
    text-align: right;
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .mandatory p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .radio {
    width: 21.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .radio {
    width: 300px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw 5vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul {
    gap: 1.0714285714vw 1.0714285714vw;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul {
    gap: 15px 15px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li {
  width: calc(50% - 2.5vw);
  font-size: 3vw;
  list-style: none;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li {
    width: calc(50% - 1.0714285714vw);
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element.wish .form_line .radio ul li {
    width: calc(50% - 15px);
    font-size: 14px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index {
  margin: -6vw auto 5vw;
  width: 42.5vw;
  background-color: #19232e;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index {
    margin: -2.3571428571vw auto 3.9285714286vw;
    width: 18.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index {
    margin: -33px auto 55px;
    width: 258px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index figure {
  width: 8.75vw;
  margin: 0 auto 2.5vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index figure {
    width: 5vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index figure {
    width: 70px;
    margin-bottom: 20px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index figure img {
  width: 100%;
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index h3 {
  line-height: 1;
  font-size: 3vw;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  color: #eec267;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index h3 {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element .index h3 {
    font-size: 18px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element .form_line {
  padding: 0 5vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element .form_line {
    padding: 0;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .element .form_line:not(:last-of-type) {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element .form_line:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .element .form_line:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .privacy {
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .privacy {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .privacy {
    margin-bottom: 70px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .privacy .input_line {
  font-size: 3vw;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .privacy .input_line {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .privacy .input_line {
    font-size: 14px;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .buttonarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2.5vw;
  align-items: center;
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .buttonarea button {
  background-color: #fff;
  color: #000000;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5vw;
  width: 25vw;
  height: 25vw;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .buttonarea button {
    font-size: 1vw;
    width: 7.1428571429vw;
    height: 7.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .buttonarea button {
    font-size: 14px;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .buttonarea button:hover {
  border-radius: 0;
  background-color: inherit;
  color: #FFFFFF;
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .buttonarea input {
  border: 0.25vw solid #fff;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5vw;
  width: 25vw;
  height: 25vw;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .buttonarea input {
    font-size: 1vw;
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    border-width: 0.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_confirmation #container main #contact .wrap .form_wrap form .buttonarea input {
    border-width: 1px;
    font-size: 14px;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
  }
}
body.contact_confirmation #container main #contact .wrap .form_wrap form .buttonarea input:hover {
  border-radius: 0;
  background-color: #FFFFFF;
  color: #000000;
}
body.contact_completion {
  /*container*/
}
body.contact_completion #container {
  /*main*/
}
body.contact_completion #container main {
  overflow: hidden;
  /*mv*/
  /*thanks*/
}
body.contact_completion #container main #mv {
  /*wrap*/
}
body.contact_completion #container main #mv .wrap {
  background-image: url("../../../img/contact/mv_sp.jpg");
  background-size: cover;
  background-position: center 35%;
  width: 100vw;
  height: 50vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.contact_completion #container main #mv .wrap {
    background-image: url("../../../img/contact/mv_pc.jpg");
    height: 21.4285714286vw;
    background-position: center center;
  }
}
body.contact_completion #container main #mv .wrap h1 {
  visibility: hidden;
}
body.contact_completion #container main #breadcrumb {
  background-color: rgb(127, 127, 127);
  border-color: rgb(117, 129, 156);
}
body.contact_completion #container main #thanks {
  width: 100%;
  /*wrap*/
}
@media screen and (min-width: 768px) {
  body.contact_completion #container main #thanks {
    min-height: calc(100vh - 45.0757142857vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_completion #container main #thanks {
    min-height: calc(100vh - 631.06px);
  }
}
body.contact_completion #container main #thanks .wrap {
  padding: 5vw 0 7.5vw;
  /*core*/
}
@media screen and (min-width: 768px) {
  body.contact_completion #container main #thanks .wrap {
    padding: 1.4285714286vw 0;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_completion #container main #thanks .wrap {
    padding: 20px 0;
  }
}
body.contact_completion #container main #thanks .wrap .core {
  background-color: #75819c;
  width: 90%;
  padding: 7.5vw 0;
  margin: 0 auto;
  position: relative;
  /*buttonarea*/
}
@media screen and (min-width: 768px) {
  body.contact_completion #container main #thanks .wrap .core {
    padding: 4.2857142857vw 0;
    width: 35.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_completion #container main #thanks .wrap .core {
    padding: 60px 0;
    width: 500px;
  }
}
body.contact_completion #container main #thanks .wrap .core .mess {
  font-size: 3vw;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 7.5vw;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  body.contact_completion #container main #thanks .wrap .core .mess {
    font-size: 1vw;
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_completion #container main #thanks .wrap .core .mess {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
body.contact_completion #container main #thanks .wrap .core .buttonarea figure {
  width: 20vw;
  height: 20vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.contact_completion #container main #thanks .wrap .core .buttonarea figure {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_completion #container main #thanks .wrap .core .buttonarea figure {
    width: 100px;
    height: 100px;
  }
}
body.contact_completion #container main #thanks .wrap .core .buttonarea figure a {
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  body.contact_completion #container main #thanks .wrap .core .buttonarea figure a {
    border-width: 0.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_completion #container main #thanks .wrap .core .buttonarea figure a {
    border-width: 1px;
  }
}
body.contact_completion #container main #thanks .wrap .core .buttonarea figure a svg {
  width: 40%;
  fill: #7a6a56;
}
@media screen and (min-width: 1400px) {
  body.contact_completion #container main #thanks .wrap .core .buttonarea figure a:hover {
    border-radius: 0;
    background-color: inherit;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1400px) {
  body.contact_completion #container main #thanks .wrap .core .buttonarea figure a:hover svg {
    fill: #fff;
  }
}

/*body*//*# sourceMappingURL=contact.css.map */