.contact__message {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.285714285714286;
  margin-top: 0;
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .contact__message {
    letter-spacing: 0.02em;
    font-size: 12px;
    margin-top: 0;
    text-align: left;
    line-height: 2.333333333333333;
    margin-bottom: 14px;
  }
}

.contact__steps {
  display: flex;
  width: 597px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  margin-top: 83px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact__steps {
    margin-top: 38px;
    width: 328px;
  }
}

.contact__steps::before {
  position: absolute;
  display: block;
  content: "";
  width: 88.61%;
  background-color: #d5d5d5;
  height: 1px;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .contact__steps::before {
    top: 45%;
    width: 84.61%;
  }
}

.contact__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .contact__step {
    gap: 20px;
  }
}

.contact__stepNum {
  font-family: Outfit;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #d5d5d5;
}

@media screen and (max-width: 767px) {
  .contact__stepNum {
    font-size: 13px;
  }
}

.contact__step--active .contact__stepNum {
  color: #00B8FA;
}

.contact__stepContent {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #d5d5d5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact__stepContent {
    font-size: 12px;
  }
}

.contact__step--active .contact__stepContent {
  color: #222;
}

.contact__stepContent::before {
  position: absolute;
  display: block;
  content: "";
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #d5d5d5;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .contact__stepContent::before {
    width: 7.72px;
    height: 7.72px;
    top: -17px;
  }
}

.contact__step--active .contact__stepContent::before {
  background-color: #00B8FA;
}

.contact__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #BCBCBC;
  margin-top: 35px;
  padding-top: 53px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 62px;
}

@media screen and (max-width: 999px) {
  .contact__inner {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.form__title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #000;
  position: relative;
  
  padding-left: 12px;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 13px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .form__title {
    display: none;
  }
}

.form__title::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #000000;
  width: 3px;
  height: 58%;
  left: -1px;
  top: 38%;
  transform: translateY(-50%);
}

.contact__items {
  display: flex;
  flex-direction: column;
  margin-top: 39px;
  gap: 0px;
}

@media screen and (max-width: 767px) {
  .contact__items {
    gap: 18px;
  }
}

.contact__item {
  display: flex;
  align-items: center;
  padding-left: 2px;
}

@media screen and (max-width: 767px) {
  .contact__item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 4px;
    border-bottom: 1px solid #adadad;
    padding-bottom: 18px;
  }
}

.contact__item--content {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #bcbcbc;
  padding-top: 20px;
  margin-top: -9px;
}

@media screen and (max-width: 767px) {
  .contact__item--content {
    border-top: none;
    padding-top: 0px;
    margin-top: 1px;
  }
}

.contact__item--content.contact__item--require .contact__itemName::after {
  top: 13px;
}

.contact__itemName {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #222;
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 218px;
  position: relative;
  transform: translateY(-15px);
}

@media screen and (max-width: 767px) {
  .contact__itemName {
    font-size: 14px;
    letter-spacing: 0.04em;
    transform: translateY(0);
    min-width: auto;
  }
}

.contact__itemName--radio {
  transform: translateY(0);
}

.contact__item--content .contact__itemName {
  transform: translateY(0);
}

.contact__item--require .contact__itemName::after {
  content: "必須";
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  text-align: center;
  background-color: #00B8FA;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  right: 24px;
  transform: translate(-50%, -50%);
  top: 50%;
}

@media screen and (max-width: 767px) {
  .contact__item--require .contact__itemName::after {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 10px;
    position: absolute;
    right: -53px;
    transform: translate(0%, -50%);
    top: 50%;
    white-space: nowrap;
  }
}

.contact__itemsButtons {
  display: flex;
  gap: 17px;
}

@media screen and (max-width: 767px) {
  .contact__itemsButtons {
    flex-direction: column;
    margin-top: 14px;
    margin-left: -2px;
  }
}

.contact__itemsButtons input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
}

.contact__itemsButtons input[type="radio"]::before {
  position: absolute;
  display: block;
  content: "";
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 14%;
  left: 1px;
}

@media screen and (max-width: 767px) {
  .contact__itemsButtons input[type="radio"]::before {
    top: 30%;
    left: -2px;
  }
}

.your-about-checked input[type="radio"]::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 40%;
  left: 56%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .your-about-checked input[type="radio"]::after {
    top: 56%;
    left: 41%;
  }
}

.your-houhou-checked input[type="radio"]::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 40%;
  left: 56%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .your-houhou-checked input[type="radio"]::after {
    top: 56%;
    left: 41%;
  }
}

.your-kind-checked input[type="radio"]::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 40%;
  left: 56%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .your-kind-checked input[type="radio"]::after {
    top: 56%;
    left: 41%;
  }
}

.contact__itemsButtons span {
  padding-left: 5px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 26px;
  text-align: left;
  color: #222;
}

@media screen and (max-width: 767px) {
  .contact__itemsButtons span {
    font-size: 14px;
  }
}

.contact__text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact__textArea {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact__inner input[type="text"],
.contact__inner input[type="tel"],
.contact__inner input[type="number"],
.contact__inner input[type="email"] {
  background-color: #f5f5f5;
  font-size: 16px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact__inner input[type="text"],
  .contact__inner input[type="tel"],
  .contact__inner input[type="number"],
  .contact__inner input[type="email"] {
    font-size: 14px;
    transform: translateX(-4px);
    margin-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.contact__text p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #909090;
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  .contact__text p {
    letter-spacing: normal;
    margin-top: 5px;
  }
}

.contact__inner textarea {
  height: 178px;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #f5f5f5;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact__inner textarea {
    font-size: 14px;
    font-size: 14px;
    margin-top: 8px;
    transform: translateX(-4px);
    height: 119px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.contact__submitCenter {
  text-align: center;
}

.contact__submitWrapper {
  display: inline-block;
  box-sizing: border-box;
  width: 320px;
  color: #fff;
  background-color: #F3C82E;
  color: #fff;
  margin-top: 34px;
  
  text-align: center;
  position: relative;
  border-radius: 100px;

}

.contact__submitWrapper::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/button-arrow.svg) center center / contain no-repeat;
  width: 26.63px;
  height: 9.95px;
  top: 53%;
  right: 28px;
  transform: translateY(-50%);
}

.contact__submitWrapper input[type="submit"] {
  padding-top: 17px;
  padding-bottom: 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact__submitWrapper {
    display: inline-block;
    box-sizing: border-box;
    max-width: 335px;
    width: 100%;
    margin-top: 35px;
  }

  .contact__submitWrapper input[type="submit"] {
    padding-top: 17px;
    padding-bottom: 15px;
    width: 100%;
  }
}

.contact__submitWrapper::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 4px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}

.contact__submitWrapper input[type="button"] {
  font-size: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
  width: 100%;
}

.contact__backWrapper {
  display: inline-block;
  box-sizing: border-box;
  width: 320px;
  background: #222222;
  color: #fff;
  margin-top: 34px;
border-radius: 100px;
  text-align: center;
  position: relative;
}

input[type="button"] {
  padding-top: 17px;
  padding-bottom: 15px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contact__backWrapper {
    width: 100%;
    max-width: 335px;
    margin-bottom: -23px;
  }

  input[type="button"] {
    padding-top: 17px;
    padding-bottom: 15px;
    width: 100%;
  }
}

.contact__backWrapper::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 4px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}

.contact__backWrapper input[type="submit"] {
  font-size: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
  width: 100%;
}

.contact__steps--confirm {
  margin-top: 3px;
}

.confirm__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.confirm__itemsWrapper {
  margin-top: 47px;
}

.confirm__items {
  display: flex;
  flex-direction: column;
}

.confirm__item {
  display: flex;
}

.confirm__itemHead {
  width: 21.091%;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  font-weight: bold;
  padding-top: 30.5px;
  padding-left: 30px;
  padding-bottom: 26.5px;
}

.confirm__itemHead:not(:first-child) {
  border-top: none;
}

.confirm__itemHead:not(:last-child) {
  border-bottom: none;
}

.confirm__itemContent {
  padding-top: 28.5px;
  padding-left: 30px;
  padding-bottom: 21.5px;
  width: 78.909%;
  background-color: #f5f5f5;
  color: #222;
  font-size: 15px;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  line-height: 2;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .confirm__itemHead {
    width: 41.795%;
    padding-top: 32.5px;
    padding-left: 20px;
    letter-spacing: 0.04em;
    padding-bottom: 0;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    align-items: center;
  }

  .confirm__itemContent {
    padding-top: 21.5px;
    padding-left: 14px;
    padding-bottom: 13.5px;
    padding-right: 14px;
    letter-spacing: 0.04em;
    width: 58.21%;
    background-color: #f5f5f5;
    color: #222;
    font-size: 14px;
    /* letter-spacing: 0.06em; */
    box-sizing: border-box;
    line-height: 1.714;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    box-sizing: border-box;
  }
}

.confirm__itemContent:not(:first-child) {
  border-top: none;
}

.confirm__itemContent:not(:last-child) {
  border-bottom: none;
}

.confirm__item--content .confirm__itemHead {
  padding-top: 44.5px;
  padding-left: 30px;
  padding-bottom: 16.5px;
}

@media screen and (max-width: 767px) {
  .confirm__item--content .confirm__itemHead {
    padding-top: 13.5px;
    padding-left: 20px;
  }
}

.confirm__item--content .confirm__itemContent {
  padding-top: 26.5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 19px;
  margin-top: -9px;
}

@media screen and (max-width: 767px) {
  .confirm__item--content .confirm__itemContent {
    padding-left: 16px;
    padding-right: 18px;
    padding-top: 29px;
    padding-bottom: 22px;
    margin-top: 0px;
  }
}

.confirm__buttons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .confirm__buttons {
    flex-direction: column;
    margin-top: 0;
    gap: 0;
    align-items: center;
  }
}

.contact__steps--thanks {
  margin-top: 5px;
}

.thanks__inner {
  max-width: 1000.5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.thanks__head {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #000;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 13px;
  margin-bottom: 13px;
  margin-top: 57px;
}

@media screen and (max-width: 767px) {
  .thanks__head {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #000;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 15px;
    margin-bottom: 14px;
    margin-top: 36px;
  }
}

.thanks__content {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #000;
}

.thanks__buttonWrapper {
  text-align: center;
  margin-top: 43px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .thanks__buttonWrapper {
    text-align: center;
    margin-top: 34px;
    margin-bottom: 49px;
  }
}

.thanks__button {
  display: inline-block;
  box-sizing: border-box;
  width: 320px;
  background: #00B8FA;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.thanks__button::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 4px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}

.inner__mini {
  overflow-x: clip;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inner__mini {
    overflow-x: clip;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .inner__mini {
    overflow-x: clip;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}

.sectionTitle--contact {
  font-size: 24px;
  letter-spacing: 0.12em;
}

.sectionTitle--en--contact {
  font-family: "Oswald", sans-serif;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .contact__steps--thanks {
    margin-top: 0;
  }
}

body.no-scroll {
  overflow: hidden;
}

.wp-pagenavi {
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  margin-top: 5.4rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 7.4rem;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  background-color: transparent;
  padding: 0 0.6rem;
  margin: 0 0.8rem;
  white-space: nowrap;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  min-width: 2.7rem;
  height: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 0 0.3rem;
  letter-spacing: 0.2rem;
  position: relative;
  color: transparent;
  background-color: transparent;
  border-color: #000;
}

.wp-pagenavi .previouspostslink {
  margin-left: 0;
  margin-right: 1.2rem;
}

.wp-pagenavi .nextpostslink {
  margin-right: 0;
  margin-left: 1.2rem;
}

.wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  top: 50%;
  left: 1.5rem;
  transform: rotate(-45deg) translateY(-5px);
}

.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  right: 0.7rem;
  transform: rotate(-45deg) translateY(-5px);
}

.wp-pagenavi .pages {
  display: none;
}

.nextpostslink {
  order: 2;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  color: transparent;
  background-color: #000;
  border-color: #000;
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  border-color: #fff;
}

.wp-pagenavi .extend {
  background-color: transparent;
  border-color: transparent;
  margin: -0.7rem 0 0 0;
  font-size: 1.9rem;
  font-weight: 400;
}

input[type="submit"] {
  cursor: pointer;
}

.wpcf7-spinner {
  position: absolute !important;
  opacity: 0 !important;
}

html {
  scroll-behavior: smooth;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi .extend {
  padding: 0 0.6rem;
  margin: 0 0.8rem;
  white-space: nowrap;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  min-width: 2.7rem;
  height: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.contact__steps--2 {
  margin-top: 44px;
  margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .contact__steps--2 {
    margin-bottom: 28px;
  }
}

.contact__inner--2 {
  max-width: 1000px;
}

.contact__items--2 {
  gap: 45px;
}

.contact__inner--2 {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .contact__items--2 {
    margin-top: 0;
  }
}

.contact__items--2 .contact__item {
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 26px;
}
.contact__items--2 .contact__item--content {
  border-top: none;
}

.contact__items--2 .contact__itemName {
  gap: 7px;
}

.contact__items--2 .contact__item--require .contact__itemName::after {
  content: "必須";
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  text-align: center;
  background-color: #00B8FA;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 6px;
  position: static;
  right: 24px;
  transform: translate(0, 0);
  top: 0;
}

.contact__items--2 .contact__itemsButtons {
  display: flex;
  gap: 7px;
  margin-top: 19px;
  margin-left: -3px;
}

.contact2__head {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.16em;
  line-height: 39px;
  text-align: center;
  color: #fff;
  background: #000;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding-top: 12px;
  padding-left: 50px;
  padding-bottom: 13px;
  margin-bottom: 24px;
}

.your-about,
.your-kind {
  flex-wrap: wrap;
}

.contact__file {
  position: relative;
  width: 145px;
  border: 1px solid #bcbcbc;
}

.contact__file-2 {
  position: relative;
}

.contact__file-2::before {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 30px;
  content: "ファイルを追加";
  color: #3d75e1;
  transform: translateY(-50%);
}

.contact__file-2.contact__file--active::before {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 30px;
  color: #3d75e1;
  transform: translateY(-50%);
  content: "選択済み";
}

.contact__file::after {
  width: 25px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  content: "";
  background: url(../img/icon-upload.svg) center center / contain no-repeat;
}

.wpcf7 input[type="file"] {
  opacity: 0;
}

.confirm__itemContent:not(:first-child) {
  border: 1px solid #c6c6c6;
}

@media screen and (max-width: 767px) {
  .contact2__head {
    font-family: "Zen Kaku Gothic Antique";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.16em;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-left: 3px;
    padding-bottom: 4px;
    margin-bottom: 20px;
  }

  .contact__items--2 input[type="text"],
  .contact__items--2 input[type="tel"],
  .contact__items--2 input[type="number"],
  .contact__items--2 input[type="email"] {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.banners__items {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .banners__items {
    margin-top: 16px;
  }
}

.file__none {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 165px;
  white-space: nowrap;
}

.your-houhou {
  flex-direction: row !important;
  display: flex;
  gap: 18px;
}

@media screen and (max-width: 767px) {
  .your-houhou {
    flex-direction: row !important;
    display: flex;
    gap: 10px;
  }
}

.contact__inner--2 {
  /* 	height:500px;
      overflow-y:scroll; */
}

.contact2__wrapper {
  border: 1px solid #000;
  padding: 10px;
  height: 500px;
  overflow-y: scroll;
}

.contact__file-2:not(:first-child) {
  margin-bottom: 5px;
}

.contact__title--en {
  font-family: Outfit;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.14em;
  text-align: center;
  color: #00b8fa;  
}
@media screen and (max-width: 999px) {
  .contact__title--en {
    font-size: 24px;
}
}

.contact__title--ja {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #00b8fa;
  opacity: 1;
  padding-top: 16px;
  margin-bottom: 22px;
  position: relative;
}

  @media screen and (max-width: 999px) {
.contact__title--ja {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  text-align: center;
  color: #00b8fa;
  opacity: 1;  
	  }
}

.contact__title--ja::before {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 24px;
  top: 3px;
  left: 50%;
  transform:translateX(-50%);
  background: #000000;
}

.contact__message {
  margin-bottom: 34px;
  margin-top: 19px;
}

.contact-tel-banner {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-tel-banner__item {
}

.contact-tel-caution {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #909090;
  margin-top: 15px;
}

