@charset "UTF-8";
/* CSS Document */

body {
  background: #000000;
  color: #FFFFFF;
  overflow-wrap: break-word;
}

.header,
footer {
  display: none;
}

.support__header,
.support__footer {
  display: block;
}

.support__header {
  width: 90%;
  max-width: 1440px;
  padding: 30px 0;
  margin: 0 auto;
}

.support__header h1 {
  width: 100px;
}

.support__footer {
  width: 90%;
  max-width: 1440px;
  border-top: solid 1px #FFFFFF;
  padding: 20px 0 50px;
  background: #000000;
  margin: 0 auto;
  text-align: center;
  font-family: var(--en-font);
}


main {
  position: relative;
  width: 90%;
  max-width: 1440px;
  padding: 0 0 300px;
  margin: 0 auto;
  display: flex;
}

.main__contents {
  padding-top: 100px;
  width: 680px;
  position: relative;
  z-index: 1;
}

.main__image {
  position: fixed;
  width: 70%;
  object-fit: contain;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
}

.main__image img,
.main__image source {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main__contents__title {
  width: 300px;
  margin-bottom: 75px;
}

.main__contents__subtitle {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}

.main__contents__text {
  font-weight: 400;
  margin-bottom: 15px;
}

.main__contents__smalltext {
  color: #898989;
  display: block;
  margin-bottom: 60px;
  font-size: 1.2rem;
  font-weight: 400;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.CF7_table {
  display: block;
  padding-bottom: 50px;
  border-bottom: solid 1px #505050;
  margin-bottom: 20px;
}

.CF7_table tbody {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.CF7_table tbody tr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 450px;
}

.CF7_table tbody tr th {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.CF7_table tbody tr th small {
  color: #B40000;
  font-size: 1.2rem;
}

.CF7_table tbody tr td {
  position: relative;
}

.wpcf7-form-control-wrap[data-name="kinds"] {
  position: relative;
  width: 100%;
  display: block;
}

.wpcf7-form-control-wrap[data-name="kinds"]::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  rotate: 45deg;
  pointer-events: none;
}

.wpcf7-list-item {
  margin: 0;
}

.back__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.back__address {
  padding: 20px;
  background: #1E1E1E;
  border-radius: 5px;
  margin-bottom: 20px;
}

.check {
  margin-bottom: 10px;
}

.wpcf7 input[type="file"]::file-selector-button {
  background: #1E1E1E;
  color: #fff;
  border: 1px solid #505050;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  margin-right: 10px;
}


.file-reset {
  display: none;
  padding: 3px 12px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.file-reset:hover {
  background: #fff;
  color: #000;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}

.wpcf7-list-item-label::before {
  position: absolute;
  left: 0;
  top: -4px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #505050;
}

.wpcf7-list-item-label::after {
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  border-right: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  left: 8px;
  top: 1px;
  rotate: 45deg;
  opacity: 0;
  transition: 0.2s;
}

input:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  border-radius: 5px;
  border: solid 1px #FFFFFF;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  margin-top: 50px;
}

.CF7_btn {
  position: relative;
  width: 300px;
}

.CF7_btn::after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  display: block;
  position: absolute;
  top: 28px;
  right: 30px;
  rotate: -45deg;
  pointer-events: none;
}

/* =========================
  Contact Form 7
========================= */

.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  /*  background: rgba(20, 20, 20, 0.85) !important; */
  color: #FFFFFF !important;
  padding: 14px 13px;
  border-radius: 5px;
  transition: .3s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.wpcf7 select {
  border: solid 1px #505050;
}

/* focus */

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  /* background: rgba(20, 20, 20, 0.85) !important; */
  color: #FFFFFF !important;
  outline: none;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* 入力済み */

.wpcf7 input:not(.wpcf7-not-valid),
.wpcf7 select:not(.wpcf7-not-valid),
.wpcf7 textarea:not(.wpcf7-not-valid) {
  background: rgba(20, 20, 20, 0.85) !important;
  color: #FFFFFF !important;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* エラー時 */

.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="url"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid,
.wpcf7 input[type="tel"].wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  background-color: #B86A6A !important;
}

/* placeholder */

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, .5);
}

/* autofill対策 */

.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill:hover,
.wpcf7 textarea:-webkit-autofill:focus,
.wpcf7 select:-webkit-autofill {
  -webkit-text-fill-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(20, 20, 20, 0.85) inset !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 9999s ease-in-out 0s;
}

.red {
	color: #dc3232;
}

.margin-bottom20 {
	margin-bottom: 15px;
}

@media (max-width: 1023px) {
  main {
    width: 100%;
    flex-direction: column-reverse;
    padding-bottom: 100px;
  }

  .main__image {
    position: relative;
    transform: none;
    width: 100%;
  }

  .main__contents {
    width: 90%;
    margin: 0 auto;
    margin-top: -40vw;
    padding: 0;
  }

  .CF7_table tbody tr {
    width: 100%;
    max-width: 450px;
  }
}