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

.header.active {
  background: rgba(255, 255, 255, 0.5);
}

.header__wapper__h1 a {
  color: #000000;
}

.header__wapper nav ul li a {
  color: #000000;
}

.menu span {
  background: #000000;
}

.fixde .header__wapper__h1 a {
  color: #FFFFFF;
}

.fixde .header__wapper nav ul li a {
  color: #FFFFFF;
}

.fixde .menu span {
  background: #FFFFFF;
}

.sec1 {
  position: relative;
  overflow: hidden;
}

.sec1__bg1 {
  position: absolute;
  top: -25%;
  left: -25%;
  rotate: -20deg;
  background: #E6E6E6;
  border-radius: 50%;
  width: 50%;
  aspect-ratio: 3 / 4;
  filter: blur(150px);
  z-index: -1;
}

.sec1__bg2 {
  position: absolute;
  bottom: -50%;
  right: -25%;
  rotate: -20deg;
  background: #E6E6E6;
  border-radius: 50%;
  width: 50%;
  aspect-ratio: 3 / 4;
  filter: blur(150px);
  z-index: -1;
}

.sec1__wapper {
  width: 95%;
  max-width: 1920px;
  padding-top: 100px;
  padding-bottom: 250px;
  border-top: solid 1px #000000;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.sec1__left {
  width: 40%;
  font-size: 4rem;
  font-weight: 700;
  font-family: var(--en-font);
}

.sec1__right {
  margin-top: -30px;
  width: 60%;
}

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

.CF7_table {
  display: block;
  margin-bottom: 50px;
}

.CF7_table tbody {
  display: block;
}

.CF7_table tbody tr {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}

.CF7_table tbody tr th {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 15px;
}

.CF7_table tbody tr td {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
  position: relative;
}

.CF7_table tbody tr:last-child td {
  border-left: solid 1px #000;
  padding: 0 10px 15px;
}

button,
input,
optgroup,
select,
textarea {
  width: 100%;
}

textarea {
  resize: none;
  height: 200px;
}

.check {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

[type=checkbox] {
  margin-top: -6px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.check a {
  text-decoration: underline;
}

.CF7_btn {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 18px 0;
  background: #000000;
  color: #FFFFFF;
}

.wpcf7-spinner {
  display: none !important;
}

.CF7_table tbody tr:first-child td::after {
  content: "";
  background-image: url(../images/common/arrow.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
  position: absolute;
  top: 8px;
  right: 8px;
  rotate: 135deg;
  opacity: 0.8;
  z-index: -1;
}

@media (max-width: 767px) {

  .sec1__wapper {
    margin-top: 100px;
    padding-top: 50px;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 200px;
  }

  .sec1__left {
    width: 100%;
    font-size: 2.5rem;
  }

  .sec1__right {
    margin-top: 0;
    width: 100%;
  }


}