/* hover
=================================================================== */
/* ================================================ vw vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* form
=================================================================== */
/* =================================================================== hover anime */
@-webkit-keyframes pop-hover {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(-6deg);
            transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    -webkit-transform: translate(0, -6px) rotate(0);
            transform: translate(0, -6px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 3px) rotate(3deg);
            transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(-6deg);
            transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    -webkit-transform: translate(0, -6px) rotate(0);
            transform: translate(0, -6px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 3px) rotate(3deg);
            transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes pop-hover-sm {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(-1deg);
            transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(0, -6px) rotate(0);
            transform: translate(0, -6px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 3px) rotate(0.5deg);
            transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover-sm {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(-1deg);
            transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(0, -6px) rotate(0);
            transform: translate(0, -6px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 3px) rotate(0.5deg);
            transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
/* =================================================================== slider anime */
@-webkit-keyframes slider-anime {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slider-anime {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
/* ============================================================================================ formArticle */
.formArticle {
  margin-top: 168px;
  padding-bottom: 108px;
}

/* ============================================================== formSection__formNav */
.formSection__formNav::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 13px;
  border-left: 1px;
  border-left-style: dashed;
  border-left-color: rgba(0, 0, 0, 0.2);
}

/* --------------------------------------- formSection__formNav--flexBox */
.formSection__formNav--flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 21px;
  position: relative;
  z-index: 10;
}
.formSection__formNav--flexBox:last-child {
  margin-bottom: 0;
}

.formSection__formNav--circle {
  position: relative;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 19px;
  -ms-flex-item-align: center;
      align-self: center;
}
.formSection__formNav--circle::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(var(--color-text), 1);
}

.formSection__formNav--flexBox.active .formSection__formNav--circle::after {
  opacity: 1;
}
.formSection__formNav--flexBox.active .formSection__formNav--text {
  font-weight: 600;
}

.formSection__formNav--text {
  line-height: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

/* ============================================================== formSection__formContents */
/* --------------------------------------- formText */
.formText {
  margin-bottom: 77px;
}

.thanks .formTitle {
  font-size: 21px;
  margin-bottom: 33px;
}

.thanks .formText {
  margin-bottom: 38px;
}

/* --------------------------------------- formBlock */
.formBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px;
  border-bottom-style: dashed;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.formBlock__title {
  width: 238px;
  font-size: 16px;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}

.formBlock__target {
  position: relative;
  width: calc(100% - 238px);
  text-align: left;
}

.formBlock__title--required {
  font-size: 12px;
  margin-left: 5px;
}

.formBlock.formBlock--full {
  display: block;
}
.formBlock.formBlock--full .formBlock__title,
.formBlock.formBlock--full .formBlock__target {
  width: 100%;
}
.formBlock.formBlock--full .formBlock__title {
  margin-bottom: 22px;
}

/* -------------------- radioBtn */
.radioBtn label {
  position: relative;
  padding-left: 50px;
  padding-right: 30px;
  color: rgba(var(--color-text), 1);
  display: inline-block;
  cursor: pointer;
}
.radioBtn label::before, .radioBtn label::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
}
.radioBtn label::before {
  width: 32px;
  height: 32px;
  background-color: #fff;
}
.radioBtn label::after {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 12px;
  background-color: #fff;
  opacity: 0;
}

.radioBtn input[type=radio] {
  display: none;
}

.radioBtn input:checked + label::before {
  background-color: #000;
}

.radioBtn input:checked + label::after {
  opacity: 1;
}

/* -------------------- form select */
form select {
  padding: 15px 35px;
  border-radius: 9999px;
  background-color: #fff;
}

.selectIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 30px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid black;
}

/* -------------------- form input[type="text"] form textarea */
form input[type=text],
form textarea {
  padding: 15px 25px;
  font-size: 16px;
  color: rgba(var(--color-text), 1);
  line-height: 2;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--color-text), 0);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
form input[type=text]:focus,
form textarea:focus {
  border-color: rgba(var(--color-text), 1);
}

/* -------------------- formBlock__target--fileBtn */
input[type=file]::-webkit-file-upload-button {
  width: 170px;
  height: 50px;
  border-radius: 9999px;
  background-color: rgba(var(--color-text), 1);
  color: #fff;
  margin-right: 1em;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--color-text), 1);
  cursor: pointer;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
input[type=file]::file-selector-button,
input[type=file]::-webkit-file-upload-button {
  width: 170px;
  height: 50px;
  border-radius: 9999px;
  background-color: rgba(var(--color-text), 1);
  color: #fff;
  margin-right: 1em;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--color-text), 1);
  cursor: pointer;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.formAside {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}

/* -------------------- formCheck */
.formCheck {
  position: relative;
  text-align: center;
  padding-top: 32px;
}

.formCheck label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: rgba(var(--color-text), 1);
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.formCheck label a {
  position: relative;
  display: inline-block;
  color: rgba(var(--text-color), 1);
  text-decoration-line: underline;
  text-decoration-color: rgba(var(--color-text), 1);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.formCheck label::before, .formCheck label::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.formCheck label::before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-color: #fff;
}
.formCheck label::after {
  width: 10px;
  height: 16px;
  left: 10px;
  top: calc(50% - 3px);
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  opacity: 0;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #fff;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.formCheck input[type=checkbox]:checked + label::before {
  background-color: rgba(var(--color-text), 1);
}

.formCheck input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.formCheck input[type=checkbox] {
  display: none;
}

/* --------------------------------------- formBtn */
.formBtn--wrapper {
  margin-top: 33px;
}
.formBtn--wrapper .formBtn {
  width: 100%;
}
.formBtn--wrapper .formBtn input[type=submit] {
  background-color: rgba(var(--color-btnBg), 1);
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 23px;
  border-radius: 8px;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.confirm .formBtn--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confirm .formBtn--wrapper .formBtn--back {
  -ms-flex-item-align: center;
      align-self: center;
  width: 25%;
}
.confirm .formBtn--wrapper .formBtn--back input[type=button] {
  text-align: center;
  background-color: transparent;
  padding: 20px 0;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-color: rgba(var(--color-text), 0);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* --------------------------------------- thanks pagesKv__navTarget */
.thanks .pagesKv__navTarget {
  margin: 0;
}

.thanks .cateNav__title {
  font-size: 14px;
}

/* ============================================================================================ hover pc */
@media (hover: hover) and (pointer: fine) {
  .formCheck label a:hover, .formCheck label a:active {
    text-decoration-color: rgba(0, 0, 0, 0);
  }
  .formBtn--wrapper .formBtn input[type=submit]:hover, .formBtn--wrapper .formBtn input[type=submit]:active {
    background-color: #000;
  }
  .formBtn--wrapper .formBtn--back input[type=button]:hover, .formBtn--wrapper .formBtn--back input[type=button]:active {
    text-decoration-color: rgba(var(--color-text), 1);
  }
}
/* ============================================================================================ edit 20250704 */
.formText p {
  margin-bottom: 15px;
}