@charset "UTF-8";
.body-estform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main-estform {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-notice-estform {
  position: relative;
  width: 100%;
  padding: 114px 14px 14px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 959px) {
  .header-notice-estform {
    font-size: 14px;
    padding: 70px 10px 10px;
  }
}

.progress-section {
  padding-block: 82px 117px;
}
@media (max-width: 959px) {
  .progress-section {
    max-width: 550px;
    margin-inline: auto;
    padding-block: 19px 25px;
  }
}
.progress-section .progress-section-inner-pc {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .progress-section .progress-section-inner-pc {
    display: none;
  }
}
.progress-section .progress-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 87px;
  position: relative;
}
.progress-section .progress-line {
  width: 100%;
  height: 3px;
  background-color: #eaeaea;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.progress-section .progress-line-done {
  height: 3px;
  background-color: #ea4242;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.progress-section .progress-item {
  position: relative;
}
.progress-section .progress-item-number {
  width: 30px;
  height: 30px;
  background-color: #eaeaea;
  color: #bababa;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}
.progress-section .progress-item-text {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  color: #bababa;
}
.progress-section.progress-step1 .progress-item-step1 .progress-item-number {
  background-color: #ea4242;
  color: #fff;
}
.progress-section.progress-step1 .progress-item-step1 .progress-item-text {
  color: #ea4242;
}
.progress-section.progress-step1 .progress-line-done {
  width: 1px;
}
.progress-section.progress-step1 .progress-circle-done {
  background: conic-gradient(from 0deg, #ea4242 0% 14.2857142857%, transparent 14.2857142857%);
}
.progress-section.progress-step2 .progress-item-step1 .progress-item-number,
.progress-section.progress-step2 .progress-item-step2 .progress-item-number {
  background-color: #ea4242;
  color: #fff;
}
.progress-section.progress-step2 .progress-item-step1 .progress-item-text,
.progress-section.progress-step2 .progress-item-step2 .progress-item-text {
  color: #ea4242;
}
.progress-section.progress-step2 .progress-line-done {
  width: 124px;
}
.progress-section.progress-step2 .progress-circle-done {
  background: conic-gradient(from 0deg, #ea4242 0% 28.5714285714%, transparent 25%);
}
.progress-section.progress-step3 .progress-item-step1 .progress-item-number,
.progress-section.progress-step3 .progress-item-step2 .progress-item-number,
.progress-section.progress-step3 .progress-item-step3 .progress-item-number {
  background-color: #ea4242;
  color: #fff;
}
.progress-section.progress-step3 .progress-item-step1 .progress-item-text,
.progress-section.progress-step3 .progress-item-step2 .progress-item-text,
.progress-section.progress-step3 .progress-item-step3 .progress-item-text {
  color: #ea4242;
}
.progress-section.progress-step3 .progress-line-done {
  width: 239px;
}
.progress-section.progress-step3 .progress-circle-done {
  background: conic-gradient(from 0deg, #ea4242 0% 42.8571428571%, transparent 37.5%);
}
.progress-section.progress-step4 .progress-item-step1 .progress-item-number,
.progress-section.progress-step4 .progress-item-step2 .progress-item-number,
.progress-section.progress-step4 .progress-item-step3 .progress-item-number,
.progress-section.progress-step4 .progress-item-step4 .progress-item-number {
  background-color: #ea4242;
  color: #fff;
}
.progress-section.progress-step4 .progress-item-step1 .progress-item-text,
.progress-section.progress-step4 .progress-item-step2 .progress-item-text,
.progress-section.progress-step4 .progress-item-step3 .progress-item-text,
.progress-section.progress-step4 .progress-item-step4 .progress-item-text {
  color: #ea4242;
}
.progress-section.progress-step4 .progress-line-done {
  width: 374px;
}
.progress-section.progress-step4 .progress-circle-done {
  background: conic-gradient(from 0deg, #ea4242 0% 57.1428571429%, transparent 50%);
}
.progress-section.progress-step5 .progress-item-step1 .progress-item-number,
.progress-section.progress-step5 .progress-item-step2 .progress-item-number,
.progress-section.progress-step5 .progress-item-step3 .progress-item-number,
.progress-section.progress-step5 .progress-item-step4 .progress-item-number,
.progress-section.progress-step5 .progress-item-step5 .progress-item-number {
  background-color: #ea4242;
  color: #fff;
}
.progress-section.progress-step5 .progress-item-step1 .progress-item-text,
.progress-section.progress-step5 .progress-item-step2 .progress-item-text,
.progress-section.progress-step5 .progress-item-step3 .progress-item-text,
.progress-section.progress-step5 .progress-item-step4 .progress-item-text,
.progress-section.progress-step5 .progress-item-step5 .progress-item-text {
  color: #ea4242;
}
.progress-section.progress-step5 .progress-line-done {
  width: 474px;
}
.progress-section.progress-step5 .progress-circle-done {
  background: conic-gradient(from 0deg, #ea4242 0% 71.4285714286%, transparent 62.5%);
}
.progress-section.progress-step6 .progress-item-step1 .progress-item-number,
.progress-section.progress-step6 .progress-item-step2 .progress-item-number,
.progress-section.progress-step6 .progress-item-step3 .progress-item-number,
.progress-section.progress-step6 .progress-item-step4 .progress-item-number,
.progress-section.progress-step6 .progress-item-step5 .progress-item-number,
.progress-section.progress-step6 .progress-item-step6 .progress-item-number {
  background-color: #ea4242;
  color: #fff;
}
.progress-section.progress-step6 .progress-item-step1 .progress-item-text,
.progress-section.progress-step6 .progress-item-step2 .progress-item-text,
.progress-section.progress-step6 .progress-item-step3 .progress-item-text,
.progress-section.progress-step6 .progress-item-step4 .progress-item-text,
.progress-section.progress-step6 .progress-item-step5 .progress-item-text,
.progress-section.progress-step6 .progress-item-step6 .progress-item-text {
  color: #ea4242;
}
.progress-section.progress-step6 .progress-line-done {
  width: 584px;
}
.progress-section.progress-step6 .progress-circle-done {
  background: conic-gradient(from 0deg, #ea4242 0% 85.7142857143%, transparent 75%);
}
.progress-section.progress-step7 .progress-item-step1 .progress-item-number,
.progress-section.progress-step7 .progress-item-step2 .progress-item-number,
.progress-section.progress-step7 .progress-item-step3 .progress-item-number,
.progress-section.progress-step7 .progress-item-step4 .progress-item-number,
.progress-section.progress-step7 .progress-item-step5 .progress-item-number,
.progress-section.progress-step7 .progress-item-step6 .progress-item-number,
.progress-section.progress-step7 .progress-item-step7 .progress-item-number {
  background-color: #ea4242;
  color: #fff;
}
.progress-section.progress-step7 .progress-item-step1 .progress-item-text,
.progress-section.progress-step7 .progress-item-step2 .progress-item-text,
.progress-section.progress-step7 .progress-item-step3 .progress-item-text,
.progress-section.progress-step7 .progress-item-step4 .progress-item-text,
.progress-section.progress-step7 .progress-item-step5 .progress-item-text,
.progress-section.progress-step7 .progress-item-step6 .progress-item-text,
.progress-section.progress-step7 .progress-item-step7 .progress-item-text {
  color: #ea4242;
}
.progress-section.progress-step7 .progress-line-done {
  width: 704px;
}
.progress-section.progress-step7 .progress-circle-done {
  background: conic-gradient(from 0deg, #ea4242 0% 100%, transparent 87.5%);
}
.progress-section .progress-section-inner-sp {
  display: none;
}
@media (max-width: 959px) {
  .progress-section .progress-section-inner-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    width: calc(100% - 68px);
    margin: 0 auto;
  }
}
.progress-section .progress-meter {
  position: relative;
  aspect-ratio: 1/1;
  width: 64px;
}
.progress-section .progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 5px #bababa;
          box-shadow: inset 0 0 0 5px #bababa;
}
.progress-section .progress-circle-done {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 5px));
}
.progress-section .progress-slash {
  position: absolute;
  top: 26px;
  left: 29px;
  width: 12px;
  height: 18px;
  position: relative;
}
.progress-section .progress-slash-inner {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.progress-section .progress-slash-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 21.63px;
  height: 2px;
  background-color: #bababa;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(-56.31deg);
          transform: translate(-50%, -50%) rotate(-56.31deg);
}
.progress-section .progress-now {
  font-size: 21.81px;
  color: #ea4242;
  font-weight: bold;
  position: absolute;
  top: 18px;
  left: 17px;
  line-height: 1;
}
.progress-section .progress-max {
  font-size: 14.92px;
  color: #bababa;
  font-weight: bold;
  position: absolute;
  top: 33px;
  left: 39px;
  line-height: 1;
}
.progress-section .progress-text {
  font-size: 25.25px;
  font-weight: bold;
  color: #222222;
}

.question-section {
  padding-block: 5px 48px;
}
@media (max-width: 959px) {
  .question-section {
    max-width: 550px;
    margin-inline: auto;
    padding-block: 32px 30px;
  }
}
.question-section .question-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .question-section .question-section-inner {
    width: calc(100% - 68px);
    margin: 0 auto;
  }
}
.question-section .question-woman {
  aspect-ratio: 1/1;
  width: 118px;
  border-radius: 50%;
  border: 3px solid #e8d59d;
  overflow: hidden;
}
@media (max-width: 959px) {
  .question-section .question-woman {
    width: 53.49px;
    border: 2px solid #e8d59d;
  }
}
.question-section .question-woman img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.8) translateY(20px) translateX(-4px);
          transform: scale(1.8) translateY(20px) translateX(-4px);
}
@media (max-width: 959px) {
  .question-section .question-woman img {
    -webkit-transform: scale(1.8) translateY(10px) translateX(-2px);
            transform: scale(1.8) translateY(10px) translateX(-2px);
  }
}
.question-section .question-word {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
  padding-block: 34px 39px;
  margin-left: 62px;
  background-color: #fff;
  border: 3px solid #e8d59d;
  border-radius: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 959px) {
  .question-section .question-word {
    margin-left: 15px;
    padding-block: 14px 16px;
    border: 2px solid #e8d59d;
  }
}
.question-section .question-word .question-word-text {
  font-weight: bold;
  color: #333;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 959px) {
  .question-section .question-word .question-word-text {
    font-size: 15px;
  }
}
.question-section .question-word::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 12px;
  height: 24px;
  background-color: #e8d59d;
  clip-path: path("M 12 0 L 1.5 10 Q 0 12, 1.5 14 L 12 24 Z");
}
.question-section .question-word::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 10px;
  height: 20px;
  background-color: #fff;
  clip-path: path("M 10 0 L 1 9 Q 0 10, 1 11 L 10 20 Z");
}
@media (max-width: 959px) {
  .question-section .question-word {
    border-width: 2px;
  }
  .question-section .question-word::before {
    left: -2px;
    width: 12px;
    height: 24px;
    clip-path: path("M 12 0 L 1.5 10 Q 0 12, 1.5 14 L 12 24 Z");
  }
  .question-section .question-word::after {
    width: 11px;
    height: 22px;
    clip-path: path("M 11 0 L 1 10 Q 0 11, 1 12 L 11 22 Z");
  }
}

.footer-estform-section .footer-estform-content {
  padding-block: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 66px;
}
@media (max-width: 959px) {
  .footer-estform-section .footer-estform-content {
    padding-block: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.footer-estform-section .footer-estform-logo {
  width: 351px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 959px) {
  .footer-estform-section .footer-estform-logo {
    width: 288px;
  }
}
.footer-estform-section .footer-estform-info {
  font-weight: bold;
  color: #222222;
  font-size: 16px;
  line-height: 1.45;
}
@media (max-width: 959px) {
  .footer-estform-section .footer-estform-info-left {
    max-width: 288px;
  }
}
.footer-estform-section .footer-estform-info-title {
  font-size: 18px;
}
@media (max-width: 959px) {
  .footer-estform-section .footer-estform-info-address {
    max-width: 280px;
    font-size: 14px;
  }
}
.footer-estform-section .footer-estform-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-estform-section .footer-estform-link {
  font-family: "Noto Sans JP", sans-serif;
  padding-block: 20px;
  background-color: #4f4f4f;
  color: #fff;
  width: 274px;
  border-radius: 10px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .estform-form-section {
    max-width: 550px;
    margin-inline: auto;
    width: calc(100% - 68px);
  }
}
.estform-form-section .estform-form-section-inner {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 145px;
  border-radius: 5px;
}
@media (max-width: 959px) {
  .estform-form-section .estform-form-section-inner {
    margin-bottom: 88px;
  }
}
.estform-form-section .estform-form-section-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.estform-form-section .estform-form-section-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fdf9ed;
  padding: 30px 44px;
  width: 100%;
}
@media (max-width: 959px) {
  .estform-form-section .estform-form-section-form-input {
    padding: 20px 18px;
  }
}
.estform-form-section .estform-form-section-form-input input,
.estform-form-section .estform-form-section-form-input textarea {
  width: 100%;
  padding: 22px 24px;
  font-size: 16px;
  border: 2px solid #e8d59d;
  color: #222222;
  resize: vertical;
}
@media (max-width: 959px) {
  .estform-form-section .estform-form-section-form-input input,
  .estform-form-section .estform-form-section-form-input textarea {
    font-size: 14px;
    padding: 18px 17px;
  }
}
.estform-form-section .estform-form-section-form-input input::-webkit-input-placeholder, .estform-form-section .estform-form-section-form-input textarea::-webkit-input-placeholder {
  color: #969696;
}
.estform-form-section .estform-form-section-form-input input::-moz-placeholder, .estform-form-section .estform-form-section-form-input textarea::-moz-placeholder {
  color: #969696;
}
.estform-form-section .estform-form-section-form-input input:-ms-input-placeholder, .estform-form-section .estform-form-section-form-input textarea:-ms-input-placeholder {
  color: #969696;
}
.estform-form-section .estform-form-section-form-input input::-ms-input-placeholder, .estform-form-section .estform-form-section-form-input textarea::-ms-input-placeholder {
  color: #969696;
}
.estform-form-section .estform-form-section-form-input input::placeholder,
.estform-form-section .estform-form-section-form-input textarea::placeholder {
  color: #969696;
}
.estform-form-section .estform-form-section-form-input input:focus,
.estform-form-section .estform-form-section-form-input textarea:focus {
  outline: none;
  border: 2px solid #eb7c14;
}
.estform-form-section .estform-form-section-form-input-text {
  margin-top: 13px;
  font-size: 16px;
  color: #6e6e6e;
}
@media (max-width: 959px) {
  .estform-form-section .estform-form-section-form-input-text {
    margin-top: 10px;
    font-size: 14px;
  }
}
.estform-form-section .estform-button-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 22px;
}
@media (max-width: 959px) {
  .estform-form-section .estform-button-group {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.estform-form-section .estform-radio {
  height: 78px;
}
@media (max-width: 959px) {
  .estform-form-section .estform-radio {
    height: 64px;
  }
}
.estform-form-section .estform-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.estform-form-section .estform-radio .estform-radio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-padding-start: 124px;
          padding-inline-start: 124px;
  border: 2px solid #e8d59d;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
@media (max-width: 959px) {
  .estform-form-section .estform-radio .estform-radio-content {
    -webkit-padding-start: 100px;
            padding-inline-start: 100px;
  }
}
.estform-form-section .estform-radio .estform-radio-content:hover {
  background-color: rgba(231, 224, 201, 0.08);
}
.estform-form-section .estform-radio .estform-radio-image-wrapper {
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  left: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 959px) {
  .estform-form-section .estform-radio .estform-radio-image-wrapper {
    left: 27px;
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}
.estform-form-section .estform-radio .estform-radio-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.estform-form-section .estform-radio .estform-radio-check-wrapper {
  position: absolute;
  left: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url(../images/form_no_check.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 60px;
}
@media (max-width: 959px) {
  .estform-form-section .estform-radio .estform-radio-check-wrapper {
    left: 27px;
    width: 23px;
    height: 23px;
  }
}
.estform-form-section .estform-radio span {
  color: #222222;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 959px) {
  .estform-form-section .estform-radio span {
    font-size: 17.28px;
  }
}
.estform-form-section .estform-radio input[type=radio]:checked + .estform-radio-content {
  background-color: #c8b67e;
  border-color: #c8b67e;
}
.estform-form-section .estform-radio input[type=radio]:checked + .estform-radio-content span {
  color: #fff;
}
.estform-form-section .estform-radio input[type=radio]:checked + .estform-radio-content .estform-radio-image-wrapper img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.estform-form-section .estform-radio input[type=radio]:checked + .estform-radio-content .estform-radio-check-wrapper {
  background-image: url(../images/form_check.png);
}
.estform-form-section button[type=submit],
.estform-form-section .complete-section-form-btn {
  position: relative;
  margin-top: 80px;
  background-color: #ea4242;
  color: #fff;
  border: none;
  padding-block: 24px;
  width: 304px;
  font-size: 21px;
  border-radius: 34px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-decoration: none;
}
@media (max-width: 959px) {
  .estform-form-section button[type=submit],
  .estform-form-section .complete-section-form-btn {
    width: 220px;
    font-size: 16px;
    padding-block: 17px;
  }
}
.estform-form-section button[type=submit]:hover, .estform-form-section button[type=submit]:focus,
.estform-form-section .complete-section-form-btn:hover,
.estform-form-section .complete-section-form-btn:focus {
  background-color: rgb(224.1, 24.9, 24.9);
}
.estform-form-section button[type=submit]::before,
.estform-form-section .complete-section-form-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 18px;
  background-image: url(../images/estform_arrow.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 959px) {
  .estform-form-section button[type=submit]::before,
  .estform-form-section .complete-section-form-btn::before {
    left: 193px;
    height: 12px;
  }
}
.estform-form-section button[type=submit]::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 267px;
}
@media (max-width: 959px) {
  .estform-form-section button[type=submit]::before {
    left: 193px;
  }
}
.estform-form-section .complete-section-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
}
@media (max-width: 959px) {
  .estform-form-section .complete-section-form-btn {
    padding-left: 10px;
  }
}
.estform-form-section .complete-section-form-btn::before {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  left: 28px;
}

.tel-section {
  padding-block: 41px 27px;
  background: #f1f9e9;
}
@media (max-width: 959px) {
  .tel-section {
    padding-block: 22px;
  }
}
.tel-section .tel-section-content {
  max-width: 713px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}
@media (max-width: 959px) {
  .tel-section .tel-section-content {
    gap: 18px;
    max-width: 490px;
  }
}
.tel-section .tel-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 10px;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .tel-section .tel-section-head {
    gap: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tel-section .tel-section-title p {
  font-size: 24px;
  color: #5ca811;
  font-weight: bold;
}
@media (max-width: 959px) {
  .tel-section .tel-section-title p {
    font-size: 14px;
  }
}
.tel-section .tel-section-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
}
@media (max-width: 959px) {
  .tel-section .tel-section-number {
    gap: 7px;
  }
}
.tel-section .tel-section-number-text p {
  font-size: 40px;
  color: #5ca811;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -4px;
}
@media (max-width: 959px) {
  .tel-section .tel-section-number-text p {
    font-size: 34px;
    margin-bottom: 0;
  }
}
.tel-section .tel-section-number-icon {
  width: 35px;
  height: 44px;
}
@media (max-width: 959px) {
  .tel-section .tel-section-number-icon {
    width: 23px;
    height: 29px;
  }
}
.tel-section .tel-section-number-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tel-section .tel-section-text {
  text-align: center;
  padding-block: 12px;
  font-size: 16px;
  color: #5ca811;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 959px) {
  .tel-section .tel-section-text {
    font-size: 14px;
    padding-block: 7px;
    width: calc(100% - 20px);
    margin-inline: auto;
  }
}

.paragraph-section {
  padding-block: 61px 155px;
}
@media (max-width: 959px) {
  .paragraph-section {
    padding-block: 30px 42px;
  }
}
.paragraph-section .paragraph-section-inner {
  width: calc(100% - 48px);
  margin-inline: auto;
}
.paragraph-section .paragraph-section-top,
.paragraph-section .paragraph-section-bottom {
  font-size: 18px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222222;
}
.paragraph-section .paragraph-section-top p,
.paragraph-section .paragraph-section-bottom p {
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 959px) {
  .paragraph-section .paragraph-section-top,
  .paragraph-section .paragraph-section-bottom {
    font-size: 14px;
  }
}
.paragraph-section .paragraph-section-top .red-text,
.paragraph-section .paragraph-section-bottom .red-text {
  color: #ea4242;
  border-bottom: 2px solid #ea4242;
}

.complete-section .complete-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complete-section .complete-section-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (max-width: 959px) {
  .complete-section .complete-section-text {
    font-size: 14px;
  }
}

#estform_step_submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  background-color: #bbbbbb !important;
}

.font-zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.font-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-arial {
  font-family: Arial, sans-serif;
}

.font-bahnschrift {
  font-family: "Bahnschrift", sans-serif;
}

.font-gill-sans {
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
}

.font-num {
  font-family: "Roboto", sans-serif;
}

.is-pc {
  display: block !important;
}
@media (max-width: 959px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 959px) {
  .is-sp {
    display: block !important;
  }
}

@-webkit-keyframes heart-beat {
  /*フェードインの詳細な動き*/
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heart-beat {
  /*フェードインの詳細な動き*/
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222222;
  line-height: 1.6;
  position: relative;
}

header {
  z-index: 100;
  max-width: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
  height: 100px;
}
@media (max-width: 959px) {
  header {
    height: 60px;
  }
}
header .header-container {
  width: 100%;
  background-color: #fff;
  z-index: 100;
  padding: 14px 20px;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 959px) {
  header .header-container {
    padding: 10px 16px;
  }
}
header .header-container .header-logo {
  width: 320px;
  margin: 0;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
header .header-container .header-logo:hover {
  opacity: 0.6;
}
@media (max-width: 959px) {
  header .header-container .header-logo {
    width: 160px;
  }
}
header .header-container .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header-container .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-container .header-contact .header-contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 8px;
}
header .header-container .header-contact .header-contact-left .header-contact-tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
header .header-container .header-contact .header-contact-left .header-contact-tel-wrapper .header-contact-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .header-container .header-contact .header-contact-left .header-contact-tel-wrapper .header-contact-tel {
  font-family: "Bahnschrift", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
  line-height: 1;
}
header .header-container .header-contact .header-contact-left .header-contact-tel-wrapper .header-contact-tel:hover {
  opacity: 0.8;
}
header .header-container .header-contact .header-contact-left .header-contact-time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  margin: 0;
  text-align: center;
}
header .header-container .header-contact .header-contact-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
header .header-container .header-contact .header-contact-right .header-contact-link {
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 1rem;
  padding: 12px 60px 12px 40px;
  background-color: #ea4242;
  background-image: url(../images/arrow.png);
  background-size: 6px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 959px) {
  header .header-container .header-contact .header-contact-right .header-contact-link {
    font-size: 14px;
    padding: 6px 30px 6px 20px;
    background-size: 4px;
    background-position: right 15px center;
  }
}
header .header-container .header-contact .header-contact-right .header-contact-tel-btn {
  height: 26px;
}

.header-notice {
  position: relative;
  width: 100%;
  padding: 114px 14px 14px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  z-index: 2;
}
.header-notice .header-notice-highlight {
  color: #ffeb12;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 959px) {
  .header-notice {
    font-size: 14px;
    padding: 70px 10px 10px;
  }
}

.firstview-section {
  position: relative;
  background: url(../images/mv_bg.png) no-repeat center center;
  background-size: cover;
  min-height: 756px;
  overflow-x: clip;
}
@media (max-width: 959px) {
  .firstview-section {
    min-height: 450px;
  }
}
@media (max-width: 600px) {
  .firstview-section {
    min-height: 420px;
  }
}

.firstview-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 680px;
}
@media (max-width: 959px) {
  .firstview-container {
    min-height: 420px;
  }
}

/* 左側：テキスト */
.firstview-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 959px) {
  .firstview-left {
    max-width: 522px;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media (max-width: 600px) {
  .firstview-left {
    max-width: 342px;
    width: calc(100% - 33px);
  }
}

.firstview-label {
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  background: #fff;
  color: #333;
  padding: 8px 16px;
}
@media (max-width: 959px) {
  .firstview-label {
    font-size: 18px;
    padding: 6px 12px;
  }
}
@media (max-width: 600px) {
  .firstview-label {
    font-size: 14px;
    padding: 4px 8px;
  }
}

.firstview-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  margin: 10px 0;
  padding: 16px 38px 20px 28px;
  background: #fff;
}
@media (max-width: 959px) {
  .firstview-title {
    font-size: 58px;
    padding: 8px 16px;
    margin: 10px auto;
  }
}
@media (max-width: 600px) {
  .firstview-title {
    font-size: 36px;
    padding: 8px 16px;
    margin: 10px auto;
  }
}

.firstview-title-highlight {
  color: #ea4242;
}

.firstview-message {
  font-weight: 900;
}
.firstview-message-top {
  font-size: 20px;
  background: #ffeb12;
  padding: 5px 8px 5px 12px;
  display: inline-block;
}
@media (max-width: 959px) {
  .firstview-message-top {
    font-size: 14px;
    padding: 2px 2px;
  }
}
@media (max-width: 600px) {
  .firstview-message-top {
    letter-spacing: -0.15em;
    font-size: 14px;
    padding: 2px 1px;
  }
}
.firstview-message-top span {
  position: relative;
  font-size: 24px;
}
@media (max-width: 959px) {
  .firstview-message-top span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .firstview-message-top span {
    font-size: 14px;
  }
}
.firstview-message-top span svg {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 959px) {
  .firstview-message-top span svg {
    bottom: -18px;
  }
}
@media (max-width: 600px) {
  .firstview-message-top span svg {
    bottom: -11px;
  }
}
.firstview-message-bottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  margin-top: -6px;
  font-size: 38px;
  background: #ffeb12;
  -webkit-box-shadow: 2px 8px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 8px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .firstview-message-bottom {
    font-size: 24px;
    padding: 2px 8px;
    margin: -2px auto 0;
  }
}
@media (max-width: 600px) {
  .firstview-message-bottom {
    font-size: 20px;
  }
}

/* 中央：画像 */
.firstview-center {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 878px;
  height: 878px;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 959px) {
  .firstview-center {
    width: 540px;
    height: 540px;
  }
}
@media (max-width: 600px) {
  .firstview-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 444px;
    height: 444px;
  }
}

.firstview-images {
  width: 100%;
  height: 100%;
}
.firstview-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firstview-images .slick-slide {
  height: 878px;
}
.firstview-images .slick-dots {
  z-index: 99;
}
.firstview-images .slick-dots li {
  width: 10px;
  height: 10px;
  bottom: 120px;
}
.firstview-images .slick-dots li button {
  padding: 0;
}
.firstview-images .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.firstview-images .slick-dots li.slick-active button:before {
  background: #fff;
}

/* 右側：フォーム */
.firstview-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 959px) {
  .firstview-right {
    left: 50%;
    bottom: -600px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    top: auto;
  }
}
@media (max-width: 600px) {
  .firstview-right {
    bottom: -580px;
  }
}
.firstview-right select:focus,
.firstview-right input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #5ca811;
          box-shadow: 0 0 0 3px #5ca811;
  border-color: #5ca811;
  border-width: 1px;
}

.firstview-form-wrapper {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  overflow: hidden;
  border: 2px solid #5ca810;
  border-radius: 8px;
}
@media (max-width: 959px) {
  .firstview-form-wrapper {
    width: calc(100vw - 80px);
    max-width: 522px;
  }
}

.firstview-form-head {
  background: #5ca810;
  color: #fff;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.firstview-form-head-text {
  font-weight: bold;
}
.firstview-form-head-text span {
  display: block;
  color: yellow;
  font-size: 14px;
}

.firstview-form-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  height: 45px;
  color: #5ca810;
  font-weight: bold;
  background: #fff;
  border-radius: 100px;
}
.firstview-form-badge-label {
  font-size: 10px;
  margin-top: 5px;
  letter-spacing: -0.1em;
}
.firstview-form-badge-time {
  font-size: 18px;
  margin-top: -8px;
}
.firstview-form-badge-time span {
  font-size: 10px;
}

.firstview-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px 15px;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-field label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.form-field select,
.form-field input {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
}

.form-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
}

.form-field input::-webkit-input-placeholder {
  color: #aaa;
}

.form-field input::-moz-placeholder {
  color: #aaa;
}

.form-field input:-ms-input-placeholder {
  color: #aaa;
}

.form-field input::-ms-input-placeholder {
  color: #aaa;
}

.form-field input::placeholder {
  color: #aaa;
}

.firstview-submit {
  background: #ea4242;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  margin-top: 5px;
  -webkit-animation: heart-beat 1s ease infinite alternate;
          animation: heart-beat 1s ease infinite alternate;
}

.firstview-form-note {
  font-size: 14px;
  color: #666;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}
.firstview-form-note-link {
  color: #ea4242;
  text-decoration: none;
}

/* 下部：統計情報 */
.firstview-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .firstview-stats {
    margin-top: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .firstview-stats {
    margin-top: 20px;
  }
}

.stat-item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 186px;
  height: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 3px 8px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .stat-item {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .stat-item {
    width: 100px;
    height: 100px;
  }
}

.stat-number {
  font-size: 24px;
  font-weight: 900;
  color: #ea4242;
  line-height: 1.2;
}
@media (max-width: 959px) {
  .stat-number {
    font-size: 14px;
  }
}
.stat-number span {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
}
@media (max-width: 959px) {
  .stat-number span {
    font-size: 30px;
  }
}

.stat-label {
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
}
@media (max-width: 959px) {
  .stat-label {
    font-size: 12px;
    margin-top: 0;
  }
}

.stat-note {
  font-size: 10px;
  text-align: right;
  width: 55%;
  font-weight: bold;
}

.photo-section {
  position: relative;
  padding: 70px 0 0;
}
@media (max-width: 959px) {
  .photo-section {
    padding: 590px 0 0;
  }
}
.photo-section .photo-section-notice {
  text-align: right;
  margin-block: 10px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 959px) {
  .photo-section .photo-section-notice {
    margin-right: 20px;
  }
}
.photo-section .photo-list li {
  width: 210px;
  height: 210px;
  border-radius: 210px;
  margin: 10px;
  overflow: hidden;
}
@media (max-width: 959px) {
  .photo-section .photo-list li {
    width: 100px;
    height: 100px;
    margin: 5px;
  }
}
.photo-section .photo-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.check-section {
  margin-bottom: 100px;
}
@media (max-width: 959px) {
  .check-section {
    margin-bottom: 58px;
  }
}
.check-section .check-top {
  padding: 3rem 2rem 2rem;
  text-align: center;
}
@media (max-width: 959px) {
  .check-section .check-top {
    padding: 28px;
  }
}
.check-section .check-top .check-question {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .check-section .check-top .check-question {
    font-size: 16px;
  }
}
.check-section .check-top .check-question .check-highlight {
  display: inline-block;
  color: #5ca811;
  font-weight: bold;
  border: 2px solid #5ca811;
  padding: 0 8px;
  margin: 0 5px;
}
.check-section .check-top .check-cta {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 959px) {
  .check-section .check-top .check-cta {
    font-size: 20px;
  }
}
.check-section .check-main {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ea4242;
  background-image: url(../images/houses.png);
  background-repeat: no-repeat;
  background-position: center 435px;
  background-size: contain;
  padding: 32px 0 60px;
  border-radius: 10px;
}
@media (max-width: 959px) {
  .check-section .check-main {
    margin: 0 20px;
    background-position: center bottom;
    background-size: auto;
    padding: 21px 0 32px;
  }
}
.check-section .check-main .check-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 60px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 76px;
  background-color: #333;
}
@media (max-width: 959px) {
  .check-section .check-main .check-banner {
    gap: 5px;
    height: 38px;
    font-size: 14px;
    letter-spacing: -0.1em;
    margin-bottom: 24px;
  }
}
.check-section .check-main .check-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 70px 50px;
}
@media (max-width: 959px) {
  .check-section .check-main .check-services {
    display: block;
    margin: 0 auto 20px;
  }
}
.check-section .check-main .check-services .check-service-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 264px;
  height: 154px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .check-section .check-main .check-services .check-service-item {
    left: 3%;
    max-width: none;
    width: 75%;
    height: 88px;
    margin: 0 auto 20px;
    padding: 0 0 0 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.check-section .check-main .check-services .check-service-item .check-service-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 76px;
  height: 76px;
  background-color: #ffeb12;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
@media (max-width: 959px) {
  .check-section .check-main .check-services .check-service-item .check-service-icon {
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 58px;
    height: 58px;
  }
}
.check-section .check-main .check-services .check-service-item .check-service-img1 svg,
.check-section .check-main .check-services .check-service-item .check-service-img1 image {
  width: 47px;
  height: 44px;
}
@media (max-width: 959px) {
  .check-section .check-main .check-services .check-service-item .check-service-img1 svg,
  .check-section .check-main .check-services .check-service-item .check-service-img1 image {
    width: 36px;
    height: 33px;
  }
}
.check-section .check-main .check-services .check-service-item .check-service-img2 svg,
.check-section .check-main .check-services .check-service-item .check-service-img2 image {
  width: 44px;
  height: 48px;
}
@media (max-width: 959px) {
  .check-section .check-main .check-services .check-service-item .check-service-img2 svg,
  .check-section .check-main .check-services .check-service-item .check-service-img2 image {
    width: 35px;
    height: 38px;
  }
}
.check-section .check-main .check-services .check-service-item .check-service-img3 svg,
.check-section .check-main .check-services .check-service-item .check-service-img3 image {
  width: 47px;
  height: 44px;
}
@media (max-width: 959px) {
  .check-section .check-main .check-services .check-service-item .check-service-img3 svg,
  .check-section .check-main .check-services .check-service-item .check-service-img3 image {
    width: 33px;
    height: 30px;
  }
}
.check-section .check-main .check-services .check-service-item .check-service-title {
  font-size: 36px;
  font-weight: bold;
  color: #ea4242;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 959px) {
  .check-section .check-main .check-services .check-service-item .check-service-title {
    font-size: 25px;
    line-height: 1.4;
  }
}
.check-section .check-main .check-bottom-text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media (max-width: 959px) {
  .check-section .check-main .check-bottom-text {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 14px;
  }
  .check-section .check-main .check-bottom-text p:last-child {
    margin-top: 20px;
  }
}
.check-section .check-main .check-bottom-text span {
  display: inline-block;
}

.green-slash-bg {
  background-image: url(../images/green_slash_bg.png);
  background-size: auto;
  background-position: center;
}

.worries-section {
  background-image: url(../images/worries_bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 85px 0 175px;
}
@media (max-width: 959px) {
  .worries-section {
    background-image: url(../images/worries_bg_sp.png);
    padding: 47px 0 80px;
  }
}
.worries-section .worries-container {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .worries-section .worries-container {
    max-width: 640px;
    padding: 0 37.5px;
  }
}
.worries-section .worries-container .worries-title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 959px) {
  .worries-section .worries-container .worries-title {
    font-size: 23px;
    margin-bottom: 24px;
  }
}
.worries-section .worries-container .worries-title .worries-highlight {
  color: #ffeb12;
  font-size: 54px;
  background: url(../images/worries_line.png) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 20px;
}
@media (max-width: 959px) {
  .worries-section .worries-container .worries-title .worries-highlight {
    font-size: 23px;
    padding-bottom: 10px;
  }
}
.worries-section .worries-container .worries-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (max-width: 959px) {
  .worries-section .worries-container .worries-people {
    gap: 15px;
  }
}
.worries-section .worries-container .worries-people .worries-person {
  width: 180px;
  height: 200px;
}
.worries-section .worries-container .worries-people .worries-person img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 959px) {
  .worries-section .worries-container .worries-people .worries-person {
    width: 120px;
    height: 140px;
  }
}
.worries-section .worries-container .worries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (max-width: 959px) {
  .worries-section .worries-container .worries-grid {
    gap: 21px;
    grid-template-columns: 1fr;
  }
}
.worries-section .worries-container .worries-grid .worries-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 2rem 1rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .worries-section .worries-container .worries-grid .worries-item {
    padding: 1rem 1rem 0.8rem;
  }
}
.worries-section .worries-container .worries-grid .worries-item .worries-icon {
  width: 170px;
  height: 120px;
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .worries-section .worries-container .worries-grid .worries-item .worries-icon {
    width: 130px;
    height: 80px;
    margin: 0 auto 1rem;
  }
}
.worries-section .worries-container .worries-grid .worries-item .worries-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.worries-section .worries-container .worries-grid .worries-item .worries-item-title {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  padding: 5px;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  background-color: #4f4f4f;
}
.worries-section .worries-container .worries-grid .worries-item .worries-item-title span {
  color: #ffeb12;
}
@media (max-width: 959px) {
  .worries-section .worries-container .worries-grid .worries-item .worries-item-title {
    font-size: 15px;
    margin-bottom: 0.5rem;
  }
}
.worries-section .worries-container .worries-grid .worries-item .worries-item-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 959px) {
  .worries-section .worries-container .worries-grid .worries-item .worries-item-text {
    font-size: 14px;
  }
}

.solution-section {
  padding-bottom: 150px;
}
@media (max-width: 959px) {
  .solution-section {
    padding-bottom: 30px;
  }
}
.solution-section .solution-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .solution-section .solution-container {
    max-width: 600px;
  }
}
.solution-section .solution-container .solution-title {
  text-align: center;
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  margin: 100px 0 64px;
  line-height: 1.4;
}
.solution-section .solution-container .solution-title .solution-title-sm {
  display: block;
  font-size: 46px;
}
.solution-section .solution-container .solution-title .solution-title-highlight {
  color: #ffeb12;
}
@media (max-width: 959px) {
  .solution-section .solution-container .solution-title {
    font-size: 36px;
    margin: 45px 0 30px;
    line-height: 1.2;
  }
  .solution-section .solution-container .solution-title .solution-title-sm {
    font-size: 18px;
  }
}
.solution-section .solution-container .solution-items {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .solution-section .solution-container .solution-items {
    padding: 0 22.5px;
  }
}
.solution-section .solution-container .solution-items .solution-item {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-left: 8px solid;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 959px) {
  .solution-section .solution-container .solution-items .solution-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: none;
    border-top: 8px solid;
  }
}
.solution-section .solution-container .solution-items .solution-item .solution-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 32px 45px;
}
@media (max-width: 959px) {
  .solution-section .solution-container .solution-items .solution-item .solution-content {
    padding: 24px 14px;
  }
}
.solution-section .solution-container .solution-items .solution-item .solution-content .solution-badge {
  display: inline-block;
  background-color: #5ca811;
  color: #fff;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
@media (max-width: 959px) {
  .solution-section .solution-container .solution-items .solution-item .solution-content .solution-badge {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 0.5rem;
  }
}
.solution-section .solution-container .solution-items .solution-item .solution-content .solution-headline {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: #222222;
  margin-bottom: 1.5rem;
}
@media (max-width: 959px) {
  .solution-section .solution-container .solution-items .solution-item .solution-content .solution-headline {
    font-size: 21px;
    margin-bottom: 1rem;
  }
}
.solution-section .solution-container .solution-items .solution-item .solution-content .solution-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 959px) {
  .solution-section .solution-container .solution-items .solution-item .solution-content .solution-text {
    font-size: 14px;
  }
}
.solution-section .solution-container .solution-items .solution-item .solution-content .solution-text .marker {
  padding: 2px;
  background: #ffeb12;
}
.solution-section .solution-container .solution-items .solution-item .solution-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .solution-section .solution-container .solution-items .solution-item .solution-img {
    background: #f3f3f3;
    width: 100%;
    height: 138px;
    overflow: hidden;
    border-radius: 5px;
  }
  .solution-section .solution-container .solution-items .solution-item .solution-img img {
    width: 180px;
  }
}

.cv-section {
  position: relative;
}
.cv-section .cv-main {
  margin-top: -50px;
}
@media (max-width: 959px) {
  .cv-section .cv-main {
    margin-top: 40px;
  }
}
.cv-section .cv-main .cv-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .cv-section .cv-main .cv-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.cv-section .cv-main .cv-container .cv-person {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 320px;
  height: 380px;
  overflow: hidden;
  z-index: 1;
}
.cv-section .cv-main .cv-container .cv-person img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 959px) {
  .cv-section .cv-main .cv-container .cv-person {
    max-width: 140px;
    height: 180px;
  }
  .cv-section .cv-main .cv-container .cv-person-left img {
    left: -35px;
  }
  .cv-section .cv-main .cv-container .cv-person-right img {
    right: -30px;
  }
}
@media (max-width: 600px) {
  .cv-section .cv-main .cv-container .cv-person {
    max-width: 100px;
    height: 120px;
  }
}
.cv-section .cv-main .cv-container .cv-cta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  max-width: 700px;
  margin-top: 40px;
}
@media (max-width: 959px) {
  .cv-section .cv-main .cv-container .cv-cta {
    position: absolute;
    top: 8vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
  }
}
.cv-section .cv-main .cv-container .cv-cta .cv-banner {
  background-color: #ffeb12;
  padding: 0.3rem 1.5rem 0.2rem;
  font-size: clamp(12px, 1.6vw, 28px);
  font-weight: 900;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -10px;
}
@media (max-width: 959px) {
  .cv-section .cv-main .cv-container .cv-cta .cv-banner {
    margin: 0 auto -5px;
  }
}
.cv-section .cv-main .cv-container .cv-cta .cv-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #ffeb12 transparent transparent;
  translate: -50% 100%;
}
.cv-section .cv-main .cv-container .cv-cta .cv-button {
  position: relative;
  background-color: #ea4242;
  background-image: url(../images/arrow.png);
  background-size: 1.2vw;
  background-position: right 30px center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 2.2vw 3vw;
  border: none;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 2vw, 38px);
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 6px solid #a72020;
}
.cv-section .cv-main .cv-container .cv-cta .cv-button span {
  color: #ffeb12;
}
.cv-section .cv-main .cv-container .cv-cta .cv-button {
  -webkit-animation: heart-beat 1s ease infinite alternate;
          animation: heart-beat 1s ease infinite alternate;
}
@media (max-width: 959px) {
  .cv-section .cv-main .cv-container .cv-cta .cv-button {
    padding: 3vw 2vw;
  }
}
.cv-section .cv-main .cv-container .cv-cta .cv-button .cv-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  color: #fff;
}
.cv-section .cv-main .cv-container .cv-cta .cv-note {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width: 959px) {
  .cv-section .cv-main .cv-container .cv-cta .cv-note {
    font-size: 13px;
    margin-top: 0.5rem;
  }
}

.reasons-section {
  background: url(../images/reasons_bg.png) top;
  background-size: cover;
  padding: 4rem 24px 180px 30px;
}
@media (max-width: 959px) {
  .reasons-section {
    padding: 57px 24px 130px 30px;
  }
}
.reasons-section .reasons-container {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container {
    max-width: 600px;
  }
}
.reasons-section .reasons-container .reasons-header {
  text-align: center;
  margin-bottom: 3rem;
}
.reasons-section .reasons-container .reasons-header .reasons-service-name {
  font-size: 45px;
  font-weight: 900;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-header .reasons-service-name {
    font-size: 21px;
  }
}
.reasons-section .reasons-container .reasons-header .reasons-title {
  font-size: 68px;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-header .reasons-title {
    font-size: 34px;
  }
}
.reasons-section .reasons-container .reasons-header .reasons-title .reason-line {
  position: relative;
}
.reasons-section .reasons-container .reasons-header .reasons-title .reason-line svg {
  position: absolute;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-header .reasons-title .reason-line svg {
    top: 45px;
  }
}
.reasons-section .reasons-container .reasons-header .reasons-title .reasons-number {
  color: #ea4242;
}
.reasons-section .reasons-container .reasons-header .reasons-title .reasons-number span {
  font-size: 77px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-header .reasons-title .reasons-number span {
    font-size: 40px;
  }
}
.reasons-section .reasons-container .reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 2rem;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid {
    grid-template-columns: 100%;
  }
}
.reasons-section .reasons-container .reasons-grid .reason-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  position: relative;
  text-align: center;
  border: 2px solid #ea4242;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item {
    padding: 28px 22px 20px;
    border: 3px solid #ea4242;
  }
}
.reasons-section .reasons-container .reasons-grid .reason-item.item-1 {
  background-image: url(../images/reason_bg01.jpeg);
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.reasons-section .reasons-container .reasons-grid .reason-item.item-2 {
  background-image: url(../images/reason_bg02.jpeg);
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: 115%;
  background-position: center -15px;
  background-repeat: no-repeat;
}
.reasons-section .reasons-container .reasons-grid .reason-item.item-3 {
  background-image: url(../images/reason_bg03.jpeg);
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
}
.reasons-section .reasons-container .reasons-grid .reason-item.item-4 {
  background-image: url(../images/reason_bg04.jpeg);
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: 115%;
  background-position: center -60px;
  background-repeat: no-repeat;
}
.reasons-section .reasons-container .reasons-grid .reason-item.item-5 {
  background-image: url(../images/reason_bg05.jpeg);
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-size: 105%;
  background-position: center -15px;
  background-repeat: no-repeat;
}
.reasons-section .reasons-container .reasons-grid .reason-item.item-6 {
  background-image: url(../images/reason_bg06.jpeg);
  background-color: rgba(255, 255, 255, 0.85);
  background-position: center -10px;
  background-repeat: no-repeat;
}
.reasons-section .reasons-container .reasons-grid .reason-item .reason-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background-color: #ea4242;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.reasons-section .reasons-container .reasons-grid .reason-item .reason-ribbon {
  position: absolute;
  top: -12px;
  left: -12px;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item .reason-ribbon {
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px;
  }
}
.reasons-section .reasons-container .reasons-grid .reason-item .reason-ribbon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reasons-section .reasons-container .reasons-grid .reason-item .reason-banner {
  width: 400px;
  background-color: #ea4242;
  color: #ffeb12;
  margin: 0 auto 1rem;
  padding: 0.4rem 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item .reason-banner {
    margin: 0 auto 1rem;
    padding: 8px 0 9px;
    width: 260px;
    font-size: 18px;
    line-height: 1;
  }
}
.reasons-section .reasons-container .reasons-grid .reason-item .reason-details p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #333;
}
.reasons-section .reasons-container .reasons-grid .reason-item .reason-details p span {
  color: #ea4242;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item .reason-details p {
    font-size: 16px;
  }
}
.reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large {
  grid-column: span 2;
}
.reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large .reason-ribbon .ribbon span {
  padding: 0px 20px;
  font-size: 40px;
}
.reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large .reason-banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5rem;
  font-size: 36px;
  line-height: 1;
  padding: 1rem 80px;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large .reason-banner {
    margin: 0 auto 1rem;
    font-size: 18px;
    padding: 8px 0 9px;
    width: 260px;
  }
}
.reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large .reason-ribbon {
  width: 194px;
  height: 192px;
  top: -18px;
  left: -18px;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large .reason-ribbon {
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px;
  }
}
.reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large .reason-details p {
  font-size: 26px;
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large .reason-details p {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large {
    grid-column: span 1;
  }
}

.costdown-section {
  position: relative;
  background-color: #f3f3f3;
  padding: 0;
}
.costdown-section .costdown-header {
  text-align: center;
  position: relative;
  top: -75px;
}
.costdown-section .costdown-header .costdown-banner {
  width: 450px;
  height: 100px;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  margin: 0 auto -25px;
  background-color: #88bf52;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 959px) {
  .costdown-section .costdown-header .costdown-banner {
    width: 260px;
    height: 60px;
    font-size: 21px;
    line-height: 60px;
    margin: 0 auto -5px;
    border-radius: 30px 30px 0 0;
  }
}
.costdown-section .costdown-header .costdown-title {
  line-height: 100px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  background-color: #5ca811;
}
@media (max-width: 959px) {
  .costdown-section .costdown-header .costdown-title {
    line-height: 1.5;
    font-size: 30px;
    margin: 0;
    padding: 10px 0;
  }
}
.costdown-section .costdown-header .costdown-bg-image {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/costdown_bg.jpeg);
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: center -370px;
  pointer-events: none;
  width: 100%;
  height: 240px;
}
@media (max-width: 959px) {
  .costdown-section .costdown-header .costdown-bg-image {
    top: 165px;
    background-size: 170%;
    background-position: top -34vw center;
  }
}
.costdown-section .costdown-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 170px 0 0;
  position: relative;
  z-index: 1;
  top: -80px;
}
@media (max-width: 959px) {
  .costdown-section .costdown-container {
    padding: 130px 15px 0;
    max-width: 600px;
  }
}
.costdown-section .costdown-container .costdown-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 54px 60px;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item {
    padding: 33px 22px 42px 23px;
    margin-bottom: 35px;
  }
}
.costdown-section .costdown-container .costdown-item:last-child {
  margin-bottom: 0;
}
.costdown-section .costdown-container .costdown-item .costdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}
@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-item-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 6px solid #5ca811;
}
@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content .costdown-item-title {
    font-size: 20px;
    padding-left: 15px;
    border-left: 4px solid #5ca811;
  }
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-text {
  margin-left: 24px;
}
@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content .costdown-text {
    margin-left: 0;
  }
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-text p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 1.8;
  margin-bottom: 1.2rem;
  text-align: justify;
}
@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content .costdown-text p {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-text p .color-green {
  color: #5ca811;
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-text p .color-blue {
  color: #087ccd;
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-text p .color-red {
  color: #dc0000;
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-text .letter-spacing {
  letter-spacing: -0.12px;
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-text .costdown-highlight {
  background-color: #ffeb12;
  font-size: 22px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 1;
}
@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content .costdown-text .costdown-highlight {
    font-size: 15px;
    padding: 5px 4px;
    margin: 0 auto 6px;
  }
}
@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content .costdown-text .costdown-highlight-second {
    margin-bottom: 25px;
  }
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-diagram {
  text-align: center;
  width: 403px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content .costdown-diagram {
    width: 300px;
  }
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-diagram img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.costdown-section .costdown-container .costdown-item .costdown-content .costdown-diagram.p-small {
  background-color: #f3f3f3;
  padding: 18px;
}
.costdown-section::after {
  content: "";
  position: absolute;
  top: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 75px solid #f3f3f3;
}
@media (max-width: 959px) {
  .costdown-section::after {
    border-top: 35px solid #f3f3f3;
  }
}

.testimonials-section {
  background-color: #d63030;
  background-image: url(../images/testimonials_bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 8rem 2rem 4rem;
}
@media (max-width: 959px) {
  .testimonials-section {
    padding: 4rem 0 120px;
  }
}
.testimonials-section .testimonials-container {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .testimonials-section .testimonials-container {
    max-width: 550px;
  }
}
.testimonials-section .testimonials-container .testimonials-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3rem;
}
@media (max-width: 959px) {
  .testimonials-section .testimonials-container .testimonials-title {
    font-size: 28px;
    margin-bottom: 2rem;
  }
}
.testimonials-section .testimonials-container .testimonials-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 959px) {
  .testimonials-section .testimonials-container .testimonials-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 959px) {
  .testimonials-section .testimonials-container .testimonials-columns .testimonial-item {
    margin: 0 20px;
  }
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-image-container {
  border-radius: 8px;
  margin-bottom: 0;
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-image-container .testimonial-image-border {
  padding: 3px;
  background-color: #fff;
  border-radius: 5px;
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-image-container .testimonial-image-border .testimonial-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 2px;
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-image-container .testimonial-image-border .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-title-section {
  padding: 24px 0;
  text-align: center;
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-title-section .testimonial-service-title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  height: -webkit-fill-available;
}
@media (max-width: 959px) {
  .testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content {
    height: 400px;
  }
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 15px solid #fff;
  border-top: 0;
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content .testimonial-icon {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content .testimonial-highlight {
  background-color: #fff1f1;
  color: #ea4242;
  padding: 6px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content .testimonial-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  padding: 0 5px;
}
.testimonials-section .slick-dots {
  z-index: 99;
}
.testimonials-section .slick-dots li {
  width: 10px;
  height: 10px;
  bottom: -60px;
}
.testimonials-section .slick-dots li button {
  padding: 0;
}
.testimonials-section .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.testimonials-section .slick-dots li.slick-active button:before {
  background: #fff;
}

.flow-section {
  background-image: url(../images/flow_bg.png);
  background-position: center;
  padding: 80px 0 100px;
}
@media (max-width: 959px) {
  .flow-section {
    padding: 54px 0 50px;
  }
}
.flow-section .flow-container {
  max-width: 1000px;
  margin: 0 auto;
}
.flow-section .flow-container .flow-header {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 959px) {
  .flow-section .flow-container .flow-header {
    margin-bottom: 60px;
  }
}
.flow-section .flow-container .flow-header .flow-badge {
  display: inline-block;
  border: 2px solid #ea4242;
  color: #ea4242;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0 20px;
}
@media (max-width: 959px) {
  .flow-section .flow-container .flow-header .flow-badge {
    font-size: 18px;
    padding: 0 15px;
  }
}
.flow-section .flow-container .flow-header .flow-title {
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .flow-section .flow-container .flow-header .flow-title {
    font-size: 28px;
  }
}
.flow-section .flow-container .flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-bottom: 3rem;
}
@media (max-width: 959px) {
  .flow-section .flow-container .flow-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 88px;
    margin: 0 auto;
    max-width: 550px;
    width: calc(100% - 70px);
  }
}
.flow-section .flow-container .flow-steps .flow-step {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 56px 26px 2rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.flow-section .flow-container .flow-steps .flow-step .flow-step-badge {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background-color: #5ca811;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  margin: 0 auto 1.5rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-section .flow-container .flow-steps .flow-step .flow-step-badge .font-num {
  font-size: 32px;
  display: block;
  text-align: center;
}
.flow-section .flow-container .flow-steps .flow-step .flow-step-image {
  width: 100%;
}
.flow-section .flow-container .flow-steps .flow-step .flow-step-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.flow-section .flow-container .flow-steps .flow-step .flow-step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #ea4242;
  line-height: 1.4;
  margin: 15px 0;
}
.flow-section .flow-container .flow-steps .flow-step .flow-step-description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}
.flow-section .flow-container .flow-steps .flow-step::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #555555;
  border-right: 0;
}
@media (max-width: 959px) {
  .flow-section .flow-container .flow-steps .flow-step::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -44px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent;
    border-top-color: #555555;
  }
}
.flow-section .flow-container .flow-steps .flow-step:last-child::after {
  display: none;
}
.flow-section .flow-container .flow-cta {
  text-align: center;
  margin: 40px auto 0;
}
.flow-section .flow-container .flow-cta .flow-cta-label {
  background-color: #ffeb12;
  padding: 0.3rem 1.5rem 0.2rem;
  font-size: 28px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -10px;
}
@media (max-width: 959px) {
  .flow-section .flow-container .flow-cta .flow-cta-label {
    font-size: 14px;
  }
}
.flow-section .flow-container .flow-cta .flow-cta-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #ffeb12 transparent transparent;
  translate: -50% 100%;
}
.flow-section .flow-container .flow-cta .flow-cta-button {
  position: relative;
  background-color: #ea4242;
  background-image: url(../images/arrow.png);
  background-size: 18px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 1.5rem 3rem;
  border: none;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: bold;
  cursor: pointer;
  width: 700px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 6px solid #a72020;
}
.flow-section .flow-container .flow-cta .flow-cta-button span {
  color: #ffeb12;
}
.flow-section .flow-container .flow-cta .flow-cta-button {
  -webkit-animation: heart-beat 1s ease infinite alternate;
          animation: heart-beat 1s ease infinite alternate;
}
@media (max-width: 959px) {
  .flow-section .flow-container .flow-cta .flow-cta-button {
    background-size: 8px;
    background-position: right 4vw center;
    font-size: 16px;
    padding: 20px;
    width: 70%;
  }
}
.flow-section .flow-container .flow-cta .flow-cta-button .cv-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  color: #fff;
}
.flow-section .flow-container .flow-cta .flow-cta-note {
  font-size: 21px;
  font-weight: bold;
  color: #222222;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width: 959px) {
  .flow-section .flow-container .flow-cta .flow-cta-note {
    font-size: 14px;
  }
}

.faq-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 959px) {
  .faq-section {
    max-width: 600px;
    padding: 50px 20px;
  }
}
.faq-section .faq-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 95px;
}
@media (max-width: 959px) {
  .faq-section .faq-title {
    font-size: 28px;
    margin-bottom: 38px;
  }
}
.faq-section .faq-container .faq-item {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 34px 54px;
  margin-bottom: 1.5rem;
}
@media (max-width: 959px) {
  .faq-section .faq-container .faq-item {
    padding: 16px 24px;
  }
}
.faq-section .faq-container .faq-item .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 959px) {
  .faq-section .faq-container .faq-item .faq-question {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.faq-section .faq-container .faq-item .faq-question .faq-icon {
  width: 52px;
  height: 52px;
  background-color: #ea4242;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 959px) {
  .faq-section .faq-container .faq-item .faq-question .faq-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.faq-section .faq-container .faq-item .faq-question .faq-question-text {
  color: #ea4242;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 959px) {
  .faq-section .faq-container .faq-item .faq-question .faq-question-text {
    font-size: 15px;
  }
}
.faq-section .faq-container .faq-item .faq-divider {
  height: 1px;
  background-color: #ea4242;
  margin: 20px 0;
}
@media (max-width: 959px) {
  .faq-section .faq-container .faq-item .faq-divider {
    margin: 10px 0;
  }
}
.faq-section .faq-container .faq-item .faq-answer p {
  margin: 0;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .faq-section .faq-container .faq-item .faq-answer p {
    font-size: 14px;
  }
}

.consideration-section {
  background-image: url(../images/consideration_bg.png);
  background-size: contain;
  padding: 100px 0 160px;
  margin: 0;
}
@media (max-width: 959px) {
  .consideration-section {
    padding: 50px 20px 83px;
  }
}
@media (max-width: 959px) {
  .consideration-section .consideration-content {
    max-width: 550px;
    margin: 0 auto;
  }
}
.consideration-section .consideration-content .consideration-title {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}
.consideration-section .consideration-content .consideration-title .consideration-highlight {
  color: #ffeb12;
}
@media (max-width: 959px) {
  .consideration-section .consideration-content .consideration-title {
    font-size: 32px;
  }
}
.consideration-section .consideration-content .consideration-description {
  margin-bottom: 3rem;
}
.consideration-section .consideration-content .consideration-description p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 959px) {
  .consideration-section .consideration-content .consideration-description p {
    font-size: 14px;
    line-height: 2.2;
  }
}
.consideration-section .consideration-content .consideration-illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 959px) {
  .consideration-section .consideration-content .consideration-illustration img {
    width: 80%;
  }
}
.consideration-section .consideration-content .consideration-illustration .illustration-placeholder {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 2rem;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 800px;
}
.consideration-section .consideration-content .consideration-illustration .illustration-placeholder p {
  color: #fff;
  font-size: 1.2rem;
}
.consideration-section .consideration-content .consideration-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto 64px;
  background-color: #fff;
  color: #222222;
  padding: 20px;
  -webkit-box-shadow: 0px 6px 15.39px 3.61px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 15.39px 3.61px rgba(0, 0, 0, 0.05);
}
@media (max-width: 959px) {
  .consideration-section .consideration-content .consideration-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
    text-align: center;
    padding: 16px 16px 28px;
    margin: 0 auto 42px;
  }
}
.consideration-section .consideration-content .consideration-boxes .consideration-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.consideration-section .consideration-content .consideration-boxes .consideration-box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 50px;
  color: #fff;
  background-color: #4f4f4f;
}
.consideration-section .consideration-content .consideration-boxes .consideration-box-left p {
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 959px) {
  .consideration-section .consideration-content .consideration-boxes .consideration-box-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 0 20px;
  }
  .consideration-section .consideration-content .consideration-boxes .consideration-box-left p {
    font-size: 18px;
  }
}
.consideration-section .consideration-content .consideration-boxes .consideration-box-left .consideration-box-highlight {
  color: #ffeb12;
}
.consideration-section .consideration-content .consideration-boxes .consideration-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.consideration-section .consideration-content .consideration-boxes .consideration-box-right p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 959px) {
  .consideration-section .consideration-content .consideration-boxes .consideration-box-right p {
    font-size: 14px;
    line-height: 1.75;
    padding-inline: 4px;
    letter-spacing: 0;
  }
}
@media (max-width: 959px) {
  .consideration-section .consideration-content .consideration-boxes .consideration-box-right {
    margin-right: 0;
    display: block;
  }
}

.form-section {
  margin-top: -60px;
  padding: 136px 0 100px;
  background-image: url(../images/form_bg.png);
  background-size: cover;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .form-section {
    margin-top: -35px;
    padding: 60px 0 50px;
    border-radius: 35px 35px 0 0;
  }
}
.form-section .form-section-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (max-width: 959px) {
  .form-section .form-section-container {
    max-width: 600px;
  }
}
.form-section .form-section-container .form-header {
  text-align: center;
  margin-bottom: 103px;
}
@media (max-width: 959px) {
  .form-section .form-section-container .form-header {
    margin-bottom: 54px;
  }
}
.form-section .form-section-container .form-header .form-title {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 32px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}
@media (max-width: 959px) {
  .form-section .form-section-container .form-header .form-title {
    font-size: 23px;
    line-height: 1.5;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
    margin-bottom: 26px;
  }
}
.form-section .form-section-container .form-header .form-description {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 959px) {
  .form-section .form-section-container .form-header .form-description {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.form-section .form-section-container .form-contact-bar {
  background-color: #5ca811;
  padding: 1.5rem 2rem;
  border-radius: 15px 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .form-section .form-section-container .form-contact-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0 20px;
    padding: 21px 30px 28px;
  }
}
.form-section .form-section-container .form-contact-bar .form-contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}
.form-section .form-section-container .form-contact-bar .form-contact-left svg {
  padding-top: 2px;
}
.form-section .form-section-container .form-contact-bar .form-contact-left .form-contact-info .form-contact-tel {
  display: block;
  font-family: "Bahnschrift", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 959px) {
  .form-section .form-section-container .form-contact-bar .form-contact-left .form-contact-info .form-contact-tel {
    font-size: 32px;
    font-weight: normal;
  }
}
.form-section .form-section-container .form-contact-bar .form-contact-left .form-contact-info .form-contact-time {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 959px) {
  .form-section .form-section-container .form-contact-bar .form-contact-left .form-contact-info .form-contact-time {
    font-size: 14px;
  }
}
.form-section .form-section-container .form-contact-bar .form-contact-right .form-contact-badge {
  background-color: #fff;
  padding: 15px 30px;
  text-align: center;
}
@media (max-width: 959px) {
  .form-section .form-section-container .form-contact-bar .form-contact-right .form-contact-badge {
    padding: 14px 27px 19px;
  }
}
.form-section .form-section-container .form-contact-bar .form-contact-right .form-contact-badge p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: #45810b;
}
.form-section .form-section-container .entryform-form {
  background: #fff;
  padding: 70px 60px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .form-section .form-section-container .entryform-form {
    margin: 0 20px;
    padding: 30px 24px;
  }
}
.form-section .form-section-container .entryform-form .entryform-table .form-row {
  margin-bottom: 1.5rem;
}
.form-section .form-section-container .entryform-form .entryform-table .form-row .form-set .form-label {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 6px;
}
@media (max-width: 959px) {
  .form-section .form-section-container .entryform-form .entryform-table .form-row .form-set .form-label {
    font-size: 15px;
  }
}
.form-section .form-section-container .entryform-form .entryform-table .form-row .form-set input[type=text],
.form-section .form-section-container .entryform-form .entryform-table .form-row .form-set input[type=tel],
.form-section .form-section-container .entryform-form .entryform-table .form-row .form-set select {
  width: 100%;
  height: 86px;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #ddd;
}
@media (max-width: 959px) {
  .form-section .form-section-container .entryform-form .entryform-table .form-row .form-set input[type=text],
  .form-section .form-section-container .entryform-form .entryform-table .form-row .form-set input[type=tel],
  .form-section .form-section-container .entryform-form .entryform-table .form-row .form-set select {
    height: 46px;
  }
}
.form-section .form-section-container .entryform-form .entryform-table .form-row .form-set input[type=text]:focus,
.form-section .form-section-container .entryform-form .entryform-table .form-row .form-set input[type=tel]:focus,
.form-section .form-section-container .entryform-form .entryform-table .form-row .form-set select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #5ca811;
          box-shadow: 0 0 0 3px #5ca811;
  border-color: #5ca811;
  border-width: 1px;
}
.form-section .form-section-container .entryform-form .entryform-table .form-row .form-set select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  padding-right: 2.5rem;
}
.form-section .form-section-container .entryform-form .entryform-submit-container {
  text-align: center;
  margin-top: 2rem;
}
.form-section .form-section-container .entryform-form .entryform-submit-container .form-agreement {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 70px;
}
@media (max-width: 959px) {
  .form-section .form-section-container .entryform-form .entryform-submit-container .form-agreement {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.form-section .form-section-container .entryform-form .entryform-submit-container .form-agreement .form-agreement-link {
  color: #ea4242;
  text-decoration: underline;
}
.form-section .form-section-container .entryform-form .entryform-submit-container .entryform-submit {
  width: 100%;
  max-width: 500px;
  padding: 30px 0;
  background-color: #ea4242;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  -webkit-animation: heart-beat 1s ease infinite alternate;
          animation: heart-beat 1s ease infinite alternate;
  position: relative;
  z-index: 999;
}
@media (max-width: 959px) {
  .form-section .form-section-container .entryform-form .entryform-submit-container .entryform-submit {
    width: 80%;
    font-size: 18px;
    padding: 20px 0;
  }
}
.form-section .form-section-container::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -12%;
  width: 320px;
  height: 360px;
  background-image: url(../images/cta_woman.png);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 959px) {
  .form-section .form-section-container::before {
    bottom: -50px;
    left: 0;
    width: 160px;
    height: 180px;
    background-position: bottom left -25px;
    background-size: 90%;
  }
}
.form-section .form-section-container::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -12%;
  width: 340px;
  height: 380px;
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url(../images/cta_man.png);
}
@media (max-width: 959px) {
  .form-section .form-section-container::after {
    bottom: -50px;
    right: -30px;
    width: 160px;
    height: 180px;
  }
}

footer {
  background-color: #f3f3f3;
}
footer .footer-content {
  padding: 60px 0;
}
@media (max-width: 959px) {
  footer .footer-content {
    padding: 30px 0;
  }
}
footer .footer-content .footer-logo {
  max-width: 600px;
  margin: 0 auto 20px;
}
@media (max-width: 959px) {
  footer .footer-content .footer-logo {
    max-width: 300px;
  }
}
footer .footer-content .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-content .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
}
@media (max-width: 959px) {
  footer .footer-content .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
footer .footer-content .footer-info .footer-info-left .footer-info-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  footer .footer-content .footer-info .footer-info-left .footer-info-title {
    font-size: 18px;
    text-align: center;
  }
}
footer .footer-content .footer-info .footer-info-left .footer-info-address .footer-info-address-text {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 959px) {
  footer .footer-content .footer-info .footer-info-left .footer-info-address .footer-info-address-text {
    font-size: 14px;
  }
}
footer .footer-content .footer-info .footer-info-right .footer-info-link {
  display: block;
  padding: 30px 50px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #4f4f4f;
  border-radius: 10px;
}
@media (max-width: 959px) {
  footer .footer-content .footer-info .footer-info-right .footer-info-link {
    font-size: 16px;
    padding: 15px 38px;
  }
}
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #222222;
  padding: 10px 80px;
}
footer .copyright a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 959px) {
  footer .copyright {
    font-size: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    padding: 15px;
  }
}

#firstview-submit:disabled,
#sp-form-submit:disabled,
#top_cf_submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  background-color: #bbbbbb !important;
}

@media (max-width: 959px) {
  .tab_no_wrap {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .sp_no_wrap {
    display: inline-block;
  }
}