/* reset */
body > :not(.satei_page) {
  display: none;
}
header {
  display: block;
  position: static;
}
footer {
  height: auto;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* satei.php style */
.satei_page {
  background-color: #369301;
  font-family: "Hiragino Sans";
  scroll-behavior: smooth;
  min-width: 1080px;
}

.satei_page .Header {
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #187500;
}

.satei_page .KeyVisual {
  position: relative;
  padding-top: 53px;
  padding-bottom: 61px;
}
.satei_page .KeyVisual__column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 73px;
  margin: 0 auto;
}
.satei_page .KeyVisual__bgImage {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 448px;
  object-fit: cover;
}
.satei_page .KeyVisual__heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.satei_page .KeyVisual__example {
  position: relative;
  display: flex;
  width: 444px;
}
.satei_page .KeyVisual__example img {
  width: 100%;
}

.satei_page .Form {
  margin: 51px auto 50px;
  text-align: center;
  width: 738px;
  border-radius: 8px;
  background-color: #FDFDFD;
}
.satei_page .Form__header {
  width: 451px;
  margin-top: -51px;
}
.satei_page .Form__header img {
  width: 100%;
}
.satei_page .Form__body {
  padding: 24px 20px;
  padding: 24px 48px;
}
.satei_page form p {
  margin: 0;
}
.satei_page .cf7-column {
  display: flex;
  gap: 9px;
}
.satei_page .cf7-column .cf7-inputItem {
  flex-grow: 1;
  flex-basis: 33.3%;
}
.satei_page .cf7-inputItem {
  position: relative;
  height: 39px;
  padding-right: 14px;
  margin-bottom: 8.6px;
  background-color: #EAEAEA;
  display: flex;
  align-items: center;
}
.satei_page .cf7-inputItem::before {
  content: "任意";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 30px;
  height: 19px;
  border-radius: 2px;
  background-color: #828282;
  color: #fff;
  font-size: 8.5px;
  font-weight: bold;
}
.satei_page .cf7-inputItem-zip::before {
  display: none;
}
.satei_page .cf7-inputItem-required::before {
  content: "必須";
  background-color: #E35204;
}
.satei_page .cf7-inputItem-select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none'%3E%3Cpath fill='%23369301' d='M5.14 6.481a.788.788 0 0 1-1.306 0L.54 1.591A.788.788 0 0 1 1.193.364h6.588c.631 0 1.006.704.654 1.227L5.14 6.481Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.satei_page .cf7-inputItem-zip::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none'%3E%3Cpath fill='%23AD0021' d='M10.306.584v1.52H.694V.585h9.613Zm0 3.2v1.52H6.319v5.552H4.683V5.304H.694v-1.52h9.613Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.satei_page .wpcf7-form-control-wrap {
  width: 100%;
}
.satei_page .cf7-inputItem input,
.satei_page .cf7-inputItem select {
  color: #333;
  width: calc(100% - 60px);
  margin-left: 60px;
  border: none;
  background: none;
  font-size: 12px;
  font-weight: bold;
}
.satei_page .cf7-inputItem-zip input {
  width: calc(100% - 34px);
  margin-left: 34px;
}
.satei_page .cf7-inputItem input::placeholder {
  color: #A5A5A5;
}
.satei_page .cf7-inputItem select {
  appearance: none;
  cursor: pointer;
}
.satei_page .Form__submit,
.satei_page .wpcf7-submit {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2.27px;
  color: #fff;
  height: 56px;
  width: 100%;
  border: none;
  border-radius: 8px;
  background: linear-gradient(45deg, #04ADE3, #0485E3);
}
.satei_page .cf7-surveyList {
  margin-bottom: 7px;
}
.satei_page .cf7-surveyItem {
  display: inline-block;
  width: calc((100% - 23px) / 2);
  margin-bottom: 12px;
}
.satei_page .cf7-surveyItem-oneLine {
  width: 100%;
}
.satei_page .cf7-surveyItem-column {
  display: flex;
  justify-content: space-between;
}
.satei_page .cf7-surveyHeading {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.87px;
  color: #878787;
  margin-bottom: 11px;
}
.satei_page .cf7-surveyBody {
  position: relative;
  height: 39px;
  margin-right: 75px;
  border-radius: 5px;
  background-color: #EAEAEA;
  display: flex;
  align-items: center;
}
.satei_page .cf7-surveyBody-select,
.satei_page .cf7-surveyBody-radio {
  margin-right: 0;
}
.satei_page .cf7-surveyBody-select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' fill='none'%3E%3Cpath fill='%23369301' d='M5.14 6.481a.788.788 0 0 1-1.306 0L.54 1.591A.788.788 0 0 1 1.193.364h6.588c.631 0 1.006.704.654 1.227L5.14 6.481Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.satei_page .cf7-surveyBody input,
.satei_page .cf7-surveyBody select {
  color: #333;
  width: calc(100% - 32px);
  margin: 0 16px;
  border: none;
  background: none;
  font-size: 12px;
  font-weight: bold;
}
.satei_page .cf7-surveyBodyUnit {
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translate(100%, -50%);
  color: #878787;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.87px;
}
.satei_page .cf7-surveyBody input::placeholder {
  color: #A5A5A5;
}
.satei_page .cf7-surveyBody select {
  appearance: none;
}
.satei_page .cf7-surveyBody-radio {
  padding: 0;
  background: none;
}
.satei_page .cf7-surveyBody-radio input {
  display: none;
}
.satei_page .cf7-surveyBody-radio .wpcf7-form-control {
  display: flex;
  gap: 23px;
}
.satei_page .cf7-surveyBody-radio .wpcf7-list-item {
  margin: 0;
  flex-grow: 1;
}
.satei_page .cf7-surveyBody-radio label {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  border-radius: 5px;
  border: 2px solid #eb5229;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.87px;
  font-weight: bold;
  color: #eb5229;
  background-color: #fff;
}
.satei_page .cf7-surveyBody-radio label.checked {
  color: #fff;
  background-color: #eb5229;
}
.satei_page .Form__logo {
  padding-top: 6px;
  padding-bottom: 23px;
  text-align: center;
}
.satei_page .Form__thanks {
  text-align: center;
  color: #3F3F3F;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2.37px;
  margin-bottom: 31px;
}
.satei_page .Form__linkButton {
  width: calc((100% - 29px) / 2);
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #565656;
  font-size: 15px;
  letter-spacing: 2.27px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.satei_page .Form__linkButton--orange {
  background: linear-gradient(45deg, #E35204, #E34704);
  margin-right: 23px;
}
.satei_page-step3 .wpcf7-submit {
  width: calc((100% - 23px) / 2);
  margin-top: 0;
  margin-right: 23px;
}
.satei_page .Form__linkButton--ghost {
  width: calc((100% - 23px) / 2);
  background: #fff;
  border: 2px solid #A5A5A5;
  color: #A5A5A5;
}
.satei_page .wpcf7-not-valid-tip,
.satei_page .ajax-loader {
  display: none;
}
.satei_page:not(.satei_page-step1) .is-step1,
.satei_page:not(.satei_page-step2) .is-step2,
.satei_page:not(.satei_page-step3) .is-step3,
.satei_page:not(.satei_page-step4) .is-step4 {
  display: none;
}
.satei_page-step4 .wpcf7-response-output {
  display: none;
}

.satei_page .LineCta {
  margin: 26px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.satei_page .LineCta__text {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2.44px;
  margin-bottom: 20px;
  font-weight: bold;
}
.satei_page .LineCta__button {
  width: 310px;
  height: 64px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 32px;
  background-color: #00B900;
  border: 2px solid rgba(255, 255, 255, .3);
  text-decoration: none;
}
.satei_page .LineCta__icon {
  width: 41px;
  flex-shrink: 1;
}
.satei_page .LineCta__buttonText {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}

.satei_page .TelCta {
  margin: 0 auto 53px;
  display: flex;
  gap: 65px;
  justify-content: center;
  align-items: center;
}
.satei_page .TelCta__heading {
  height: 67px;
  width: 330px;
  background-color: #fff;
  color: #369301;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.44px;
}
.satei_page .TelCta__info {
  text-align: center;
}

.satei_page .About {
  background-color: #FFFCF7;
  padding: 72px 0;
  text-align: center;
}
.satei_page .About__logo {
  margin-bottom: 22px;
}

.satei_page .Flow {
  padding: 38px 0 44px;
  text-align: center;
}
.satei_page .Flow__heading {
  background-color: #fff;
  margin: 0 auto 36px;
  height: 39px;
  width: 192px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #369301;
  line-height: 1;
}
.satei_page .Flow__column {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.satei_page .Flow__item {
  width: 235px;
}
.satei_page .Flow__itemHeading {
  width: 100%;
  text-align: left;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.satei_page .Flow__itemHeadingNumber {
  font-size: 26px;
  letter-spacing: 1px;
}
.satei_page .Flow__itemHeadingText {
  font-size: 14px;
  letter-spacing: 0.57px;
}
.satei_page .Flow__itemImage {
  width: 100%;
  margin-bottom: 16px;
}
.satei_page .Flow__itemDesc {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}
.satei_page .Flow__item ~ .Flow__item {
  position: relative;
}
.satei_page .Flow__item ~ .Flow__item::before {
  content: "";
  position: absolute;
  top: 112px;
  left: -22px;
  height: 26px;
  width: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' fill='none'%3E%3Cpath fill='%23fff' d='M13.507 10.603c.68.678.68 1.78 0 2.458L3.382 23.158c-1.094 1.09-2.96.316-2.96-1.23V1.736c0-1.545 1.866-2.32 2.96-1.23l10.125 10.098Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.satei_page .Flow__button {
  margin: 40px auto 0;
  width: 310px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: linear-gradient(45deg, #E35204, #E34704);
  border: 2px solid rgba(255, 255, 255, .3);
  color: #fff;
  letter-spacing: 2px;
  font-size: 17px;
}

.satei_page .Footer {
  background-color: #424242;
  padding: 36px 0 16px;
  text-align: center;
}
.satei_page .Footer__logo {
  margin-bottom: 34px;
}
.satei_page .Footer__copy {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/* animation */
[aria-hidden] {
  transition: opacity 1s ease-out, visibility 1s ease-out, transform 1s ease-out;
}
[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}