@charset "UTF-8";
/* -------------------------------------------------------
   contact
------------------------------------------------------- */
/* -------------------------------------------------------
   変数 ,mixinの先読み
------------------------------------------------------- */
/* -------------------------------------------------------
   mixin
------------------------------------------------------- */
.contact .topImage {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact .topImage img {
    display: block;
    width: 200%;
  }
}
.contact .bg {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 61px;
  margin-top: 55px;
  background-color: #ECF8F7;
}
@media screen and (max-width: 768px) {
  .contact .bg {
    width: 100%;
    height: auto;
    padding: 24px 3% 45px;
    margin-top: 34px;
  }
}
.contact .bg .form_text {
  text-align: center;
  margin-top: 40px;
}
.contact .bg .form_text span {
  color: #f00;
}
.contact .bg .contactFrame {
  width: 1207px;
  padding-top: 66px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .contact .bg .contactFrame {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame {
    width: 100%;
    padding-top: 38px;
  }
}
.contact .bg .contactFrame .title {
  font: normal normal bold 40px/53px "Noto Sans JP", sans-serif;
  color: #1E1E1E;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame .title {
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.contact .bg .contactFrame .contactForm {
  width: 1040px;
  height: auto;
  padding-bottom: 50px;
  margin: 50px auto;
}
@media screen and (max-width: 1200px) {
  .contact .bg .contactFrame .contactForm {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .contact .bg .contactFrame .contactForm {
    width: 95%;
    height: auto;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame .contactForm {
    width: 100%;
    height: auto;
    padding: 0 4% 30px;
    margin-top: 55px;
  }
}
.contact .bg .contactFrame .contactForm .item {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame .contactForm .item {
    display: block;
    height: auto;
    padding-top: 0;
    margin-top: 5px;
  }
}
.contact .bg .contactFrame .contactForm .item .label {
  width: 254px;
  padding-bottom: 25px;
  margin-right: 6px;
  font: normal normal normal 16px/46px "Noto Sans JP", sans-serif;
  letter-spacing: 0.64px;
  border-bottom: solid 2px #15A19A;
}
@media screen and (max-width: 1200px) {
  .contact .bg .contactFrame .contactForm .item .label {
    width: 20%;
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame .contactForm .item .label {
    width: 80%;
    padding-bottom: 0;
    border: none;
  }
}
.contact .bg .contactFrame .contactForm .item .label p {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame .contactForm .item .label p {
    margin-left: 0;
    line-height: 40px;
    border: none;
  }
}
.contact .bg .contactFrame .contactForm .item .label span {
  margin-left: 5px;
  color: #F00;
}
.contact .bg .contactFrame .contactForm .item .input {
  width: 779px;
  padding-bottom: 25px;
  padding-left: 41px;
  font: normal normal normal 16px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.64px;
  border-bottom: solid 2px #DEDEDE;
}
@media screen and (max-width: 1200px) {
  .contact .bg .contactFrame .contactForm .item .input {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame .contactForm .item .input {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    font: normal normal normal 12px/20px "Noto Sans JP", sans-serif;
    line-height: 40px;
    letter-spacing: 0;
    border-color: #15A19A;
  }
}
.contact .bg .contactFrame .contactForm .item .input.inputRadio span {
  position: relative;
  top: 8px;
  white-space: nowrap;
  -webkit-transform: translate(-250%, -250%);
          transform: translate(-250%, -250%);
}
.contact .bg .contactFrame .contactForm .item .input.inputRadio label {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font: normal normal normal 16px/21px "Noto Sans JP", sans-serif;
  color: #656565;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame .contactForm .item .input.inputRadio label {
    padding-right: 0;
  }
}
.contact .bg .contactFrame .contactForm .item .input input[type=text],
.contact .bg .contactFrame .contactForm .item .input input[type=email],
.contact .bg .contactFrame .contactForm .item .input input[type=tel] {
  width: 710px;
  padding: 9px 0 9px 25px;
  font: normal normal normal 16px/24px "Noto Sans JP", sans-serif;
  letter-spacing: 0.64px;
  border: solid 2px #DEDEDE;
  border-radius: 3px;
  outline: none;
}
@media screen and (max-width: 1200px) {
  .contact .bg .contactFrame .contactForm .item .input input[type=text],
  .contact .bg .contactFrame .contactForm .item .input input[type=email],
  .contact .bg .contactFrame .contactForm .item .input input[type=tel] {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame .contactForm .item .input input[type=text],
  .contact .bg .contactFrame .contactForm .item .input input[type=email],
  .contact .bg .contactFrame .contactForm .item .input input[type=tel] {
    width: 100%;
  }
}
.contact .bg .contactFrame .contactForm .item.inquiry {
  height: auto;
}
.contact .bg .contactFrame .contactForm .item.inquiry textarea {
  width: 710px;
  height: 202px;
  padding: 9px 0 9px 25px;
  margin-top: 24px;
  font: normal normal normal 16px/24px "Noto Sans JP", sans-serif;
  letter-spacing: 0.64px;
  resize: vertical;
  border: solid 2px #DEDEDE;
  border-radius: 3px;
  outline: none;
}
@media screen and (max-width: 1200px) {
  .contact .bg .contactFrame .contactForm .item.inquiry textarea {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .contact .bg .contactFrame .contactForm .item.inquiry textarea {
    width: 100%;
    margin-top: 0;
  }
}
.contact .bg .securityInfo {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .bg .securityInfo {
    margin-top: 25px;
    font: normal normal normal 14px/19px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.contact .bg .securityInfo span {
  white-space: nowrap;
}
.contact .bg .policyLink {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .bg .policyLink {
    margin-top: 25px;
    font: normal normal normal 14px/19px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.contact .bg .policyLink a {
  color: #58BDF2;
  text-decoration: underline;
}
.contact .bg .policyLink span {
  white-space: nowrap;
}
.contact .bg .c-button {
  padding: 0;
  margin: 28px auto 0;
  cursor: pointer;
  border: none;
}
.contact.confirm .contactFrame {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contact.confirm .contactFrame {
    padding-bottom: 80px;
  }
}
.contact.confirm .contactFrame .title {
  margin-bottom: 40px;
}
.contact.confirm .formTable {
  width: 90%;
  max-width: 1088px;
  margin: 0 auto;
}
.contact.confirm .formTable tbody, .contact.confirm .formTable tr {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact.confirm .formTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.contact.confirm .formTable th, .contact.confirm .formTable td {
  border: none;
  display: block;
  width: 100%;
}
.contact.confirm .formTable th {
  text-align: left;
  padding: 1em 0.5em 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .contact.confirm .formTable th {
    border-bottom: 1px solid #15A19A;
    width: 30%;
    max-width: 250px;
    padding: 2em 0.5em 0;
  }
}
.contact.confirm .formTable td {
  border-bottom: 1px solid #15A19A;
  padding: 1em 0.5em;
}
@media screen and (min-width: 768px) {
  .contact.confirm .formTable td {
    border-bottom: 1px solid #DEDEDE;
    padding: 2em 0.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.contact.thanks .contactFrame {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .contact.thanks .contactFrame {
    padding: 80px 0;
  }
}
.contact.thanks .thanks_text {
  line-height: 1.4;
  width: 90%;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}
.contact.thanks .thanks_text span.strong {
  display: block;
  color: #15A19A;
  font-size: 1.1em;
  font-weight: bold;
}
.contact.thanks .thanks_text span.ib {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact.en .bg .securityInfo span {
    white-space: pre-line;
  }
}

.invalid-text {
  display: none;
  color: #FF5151;
}

.was-validated :invalid ~ .invalid-text {
  display: block;
}

.mgt10 {
  margin-top: 10px;
}/*# sourceMappingURL=contact.css.map */