@charset "UTF-8";

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

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

.header-notice-estform {
  width: 100%;
  padding: 114px 14px 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #333;
  position: relative;

  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (max-width: 959px) {
  .header-notice-estform {
    padding: 70px 10px 10px;
    font-size: 14px;
  }
}

.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 {
  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;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  margin-inline: auto;
}

@media (max-width: 959px) {
  .progress-section .progress-section-inner-pc {
    display: none;
  }
}

.progress-section .progress-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;

  gap: 87px;
}

.progress-section .progress-line {
  width: 100%;
  height: 3px;
  background-color: #eaeaea;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.progress-section .progress-line-done {
  height: 3px;
  background-color: #ea4242;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.progress-section .progress-item {
  position: relative;
}

.progress-section .progress-item-number {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #bababa;
  border-radius: 50%;
  background-color: #eaeaea;
}

.progress-section .progress-item-text {
  font-weight: bold;
  font-size: 14px;
  color: #bababa;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  position: absolute;
  bottom: -15px;
  left: 50%;
}

.progress-section.progress-step1 .progress-item-step1 .progress-item-number {
  color: #fff;
  background-color: #ea4242;
}

.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 {
  color: #fff;
  background-color: #ea4242;
}

.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 {
  color: #fff;
  background-color: #ea4242;
}

.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 {
  color: #fff;
  background-color: #ea4242;
}

.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 {
  color: #fff;
  background-color: #ea4242;
}

.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 {
  color: #fff;
  background-color: #ea4242;
}

.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 {
  color: #fff;
  background-color: #ea4242;
}

.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 {
    width: calc(100% - 68px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0 auto;

    gap: 14px;
  }
}

.progress-section .progress-meter {
  width: 64px;
  position: relative;

  aspect-ratio: 1/1;
}

.progress-section .progress-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 5px #bababa;
  box-shadow: inset 0 0 0 5px #bababa;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-section .progress-circle-done {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;

  -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 {
  width: 12px;
  height: 18px;
  position: absolute;
  position: relative;
  top: 26px;
  left: 29px;
}

.progress-section .progress-slash-inner {
  width: 100%;
  height: 100%;
  position: relative;

  aspect-ratio: 1/1;
}

.progress-section .progress-slash-inner::before {
  content: "";
  width: 21.63px;
  height: 2px;
  border-radius: 1px;
  background-color: #bababa;
  -webkit-transform: translate(-50%, -50%) rotate(-56.31deg);
  transform: translate(-50%, -50%) rotate(-56.31deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.progress-section .progress-now {
  font-weight: bold;
  font-size: 21.81px;
  color: #ea4242;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 17px;
}

.progress-section .progress-max {
  font-weight: bold;
  font-size: 14.92px;
  color: #bababa;
  line-height: 1;
  position: absolute;
  top: 33px;
  left: 39px;
}

.progress-section .progress-text {
  font-weight: bold;
  font-size: 25.25px;
  color: #222;
}

.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;
  align-items: center;
  -ms-flex-align: 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 {
  width: 118px;
  overflow: hidden;
  border: 3px solid #e8d59d;
  border-radius: 50%;

  aspect-ratio: 1/1;
}

@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;
}

.question-section .question-word {
  max-width: 550px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 62px;
  border: 3px solid #e8d59d;
  border-radius: 6px;
  background-color: #fff;
  position: relative;

  padding-block: 34px 39px;
}

.all-form .question-section .question-word {
  margin-left: 0px;
}

@media (max-width: 959px) {
  .question-section .question-word {
    margin-left: 15px;
    border: 2px solid #e8d59d;

    padding-block: 14px 16px;
  }
}

.question-section .question-word .question-word-text {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: 1;
}

@media (max-width: 959px) {
  .question-section .question-word .question-word-text {
    font-size: 15px;
  }
}

.question-section .question-word::before {
  content: "";
  width: 12px;
  height: 24px;
  background-color: #e8d59d;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  position: absolute;
  top: 50%;
  left: -3px;

  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: "";
  width: 10px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  position: absolute;
  top: 50%;
  left: 0;

  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 {
    width: 12px;
    height: 24px;
    left: -2px;

    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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding-block: 55px;
  gap: 66px;
}

@media (max-width: 959px) {
  .footer-estform-section .footer-estform-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding-block: 37px;
    gap: 18px;
  }
}

.footer-estform-section .footer-estform-logo {
  width: 250px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

img {
  max-width: 100%;
}

@media (max-width: 959px) {
  .footer-estform-section .footer-estform-logo {
    width: 200px;
  }
}

.footer-estform-section .footer-estform-info {
  font-weight: bold;
  font-size: 16px;
  color: #222;
  line-height: 1.45;
}

@media (max-width: 959px) {

  .footer-estform-section .footer-estform-info {
    width: 100%;
    text-align: center;
  }

  .footer-estform-section .footer-estform-info-left {
    max-width: 100%;
  }
}

.footer-estform-section .footer-estform-info-title {
  font-size: 18px;
}

@media (max-width: 959px) {
  .footer-estform-section .footer-estform-info-address {
    max-width: 96%;
    font-size: 14px;
  }
}

.footer-estform-section .footer-estform-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.footer-estform-section .footer-estform-link {
  width: 274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-color: #4f4f4f;

  padding-block: 20px;
}

@media (max-width: 959px) {
  .estform-form-section {
    width: calc(100% - 24px);
    max-width: 550px;

    margin-inline: auto;
  }
}

.estform-form-section .estform-form-section-inner {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 145px;
  border-radius: 5px;

  margin-inline: auto;
}

.all-form .estform-form-section .estform-form-section-inner {
  margin-bottom: 70px;
}

.all-form .question-section .question-word::before {
  content: "";
  width: 24px;
  height: 12px;
  background-color: #e8d59d;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 1px);

  /* 先端が少し丸みのある下向き三角形 */
  clip-path: path("M 0 0 L 10 10.5 Q 12 12, 14 10.5 L 24 0 Z");
}

.all-form .question-section .question-word::after {
  content: "";
  width: 20px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: translate(-100%, -50%);
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);

  /* 先端が少し丸みのある下向き三角形（内側） */
  clip-path: path("M 0 0 L 9 9 Q 10 10, 11 9 L 20 0 Z");
}




@media (max-width: 959px) {
  .estform-form-section .estform-form-section-inner {
    margin-bottom: 88px;
  }

  .all-form .estform-form-section .estform-form-section-inner {
    margin-bottom: 40px;
  }
}

.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;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.estform-form-section .estform-form-section-form-input {
  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;
  padding: 30px 44px;
  background-color: #fdf9ed;
}

@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;
  color: #222;
  border: 2px solid #e8d59d;
  resize: vertical;
}

@media (max-width: 959px) {

  .estform-form-section .estform-form-section-form-input input,
  .estform-form-section .estform-form-section-form-input textarea {
    padding: 18px 17px;
    font-size: 14px;
  }
}

.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],
.estform-form-section .estform-radio input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.estform-form-section .estform-radio .estform-radio-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 2px solid #e8d59d;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;

  -webkit-padding-start: 90px;
  padding-inline-start: 90px;
}

@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 {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 37px;
}

@media (max-width: 959px) {
  .estform-form-section .estform-radio .estform-radio-image-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    left: 27px;
  }
}

.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 {
  width: 28px;
  height: 28px;
  margin-right: 60px;
  background-image: url(../images/form_no_check.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 37px;
}

@media (max-width: 959px) {
  .estform-form-section .estform-radio .estform-radio-check-wrapper {
    width: 23px;
    height: 23px;
    left: 27px;
  }
}

.estform-form-section .estform-radio span {
  font-weight: bold;
  font-size: 21px;
  color: #222;
  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,
.estform-form-section .estform-radio input[type=checkbox]:checked+.estform-radio-content {
  border-color: #c8b67e;
  background-color: #c8b67e;
}

.estform-form-section .estform-radio input[type=radio]:checked+.estform-radio-content span,
.estform-form-section .estform-radio input[type=checkbox]:checked+.estform-radio-content span {
  color: #fff;
}

.estform-form-section .estform-radio input[type=radio]:checked+.estform-radio-content .estform-radio-image-wrapper img,
.estform-form-section .estform-radio input[type=checkbox]: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,
.estform-form-section .estform-radio input[type=checkbox]: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 {
  width: 304px;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: 34px;
  background-color: #ea4242;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;

  padding-block: 24px;
}

@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: "";
  width: 11px;
  height: 18px;
  background-image: url(../images/estform_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
}

@media (max-width: 959px) {

  .estform-form-section button[type=submit]::before,
  .estform-form-section .complete-section-form-btn::before {
    height: 12px;
    left: 193px;
  }
}

.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;
  align-items: center;
  -ms-flex-align: 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 {
  background: #f1f9e9;

  padding-block: 41px 27px;
}

@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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  gap: 33px;
  margin-inline: auto;
}

@media (max-width: 959px) {
  .tel-section .tel-section-content {
    max-width: 490px;

    gap: 18px;
  }
}

.tel-section .tel-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding-inline: 10px;
  gap: 70px;
}

@media (max-width: 959px) {
  .tel-section .tel-section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    gap: 13px;
  }
}

.tel-section .tel-section-title p {
  font-weight: bold;
  font-size: 24px;
  color: #5ca811;
}

@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;
  align-items: center;
  -ms-flex-align: 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 {
  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;
  font-weight: bold;
  font-size: 40px;
  color: #5ca811;
  line-height: 1;
}

@media (max-width: 959px) {
  .tel-section .tel-section-number-text p {
    margin-bottom: 0;
    font-size: 34px;
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #5ca811;
  line-height: 1;
  text-align: center;
  background: #fff;

  padding-block: 12px;
}

@media (max-width: 959px) {
  .tel-section .tel-section-text {
    width: calc(100% - 20px);
    font-size: 14px;

    padding-block: 7px;
    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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #222;
}

.paragraph-section .paragraph-section-top p,
.paragraph-section .paragraph-section-bottom p {
  line-height: 1.8;
  text-align: center;
}

@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;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.complete-section .complete-section-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

@media (max-width: 959px) {
  .complete-section .complete-section-text {
    font-size: 14px;
  }
}

#estform_step_submit:disabled {
  background-color: #bbb !important;
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !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: #222;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

header {
  width: 100%;
  max-width: 100%;
  height: 100px;
  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);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media (max-width: 959px) {
  header {
    height: 60px;
  }
}

header .header-container {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 14px 20px;
  background-color: #fff;
  z-index: 100;
}

@media (max-width: 959px) {
  header .header-container {
    padding: 10px 16px;
  }
}

header .header-container .header-logo {
  width: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  line-height: 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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  gap: 2rem;
}

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;
  align-items: end;
  -ms-flex-align: 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;
  align-items: center;
  -ms-flex-align: 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-weight: bold;
  font-size: 36px;
  color: #222;
  line-height: 1;
  text-decoration: none;
}

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 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #222;
  text-align: center;
}

header .header-container .header-contact .header-contact-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  gap: 0.5rem;
}

header .header-container .header-contact .header-contact-right .header-contact-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 12px 60px 12px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 100px;
  background-image: url(../images/arrow.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-color: #ea4242;
  cursor: pointer;

  gap: 1rem;
}

@media (max-width: 959px) {
  header .header-container .header-contact .header-contact-right .header-contact-link {
    padding: 6px 30px 6px 20px;
    font-size: 14px;
    background-size: 4px;
    background-position: right 15px center;
  }
}

header .header-container .header-contact .header-contact-right .header-contact-tel-btn {
  height: 26px;
}

.header-notice {
  width: 100%;
  padding: 114px 14px 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #333;
  position: relative;
  z-index: 2;

  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.header-notice .header-notice-highlight {
  margin: 0;
  font-weight: bold;
  color: #ffeb12;
}

@media (max-width: 959px) {
  .header-notice {
    padding: 70px 10px 10px;
    font-size: 14px;
  }
}

.firstview-section {
  min-height: 756px;
  overflow-x: clip;
  background: url(../images/mv_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

@media (max-width: 959px) {
  .firstview-section {
    min-height: 450px;
  }
}

@media (max-width: 600px) {
  .firstview-section {
    min-height: 420px;
  }
}

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

@media (max-width: 959px) {
  .firstview-container {
    min-height: 420px;
  }
}

/* 左側：テキスト */
.firstview-left {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media (max-width: 959px) {
  .firstview-left {
    width: 100%;
    max-width: 522px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
}

@media (max-width: 600px) {
  .firstview-left {
    width: calc(100% - 33px);
    max-width: 342px;
  }
}

.firstview-label {
  display: inline-block;
  padding: 8px 16px;
  font-weight: 900;
  font-size: 26px;
  color: #333;
  background: #fff;
}

@media (max-width: 959px) {
  .firstview-label {
    padding: 6px 12px;
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .firstview-label {
    padding: 4px 8px;
    font-size: 14px;
  }
}

.firstview-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
  padding: 16px 38px 20px 28px;
  font-weight: 900;
  font-size: 45px;
  letter-spacing: -.05em;
  line-height: 1;
  background: #fff;
}

@media (max-width: 959px) {
  .firstview-title {
    margin: 10px auto;
    padding: 8px 16px;
    font-size: 45px;
  }
}

@media (max-width: 600px) {
  .firstview-title {
    margin: 10px auto;
    padding: 8px 16px;
    font-size: 36px;
  }
}

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

.firstview-message {
  font-weight: 900;
}

.firstview-message-top {
  display: inline-block;
  padding: 5px 8px 5px 12px;
  font-size: 20px;
  background: #ffeb12;
}

@media (max-width: 959px) {
  .firstview-message-top {
    padding: 2px 2px;
    font-size: 14px;
  }

  .firstview-title-highlight {
    display: block;
  }
}

@media (max-width: 600px) {
  .firstview-message-top {
    padding: 2px 1px;
    font-size: 14px;
    letter-spacing: -0.15em;
  }
}

.firstview-message-top span {
  font-size: 24px;
  position: relative;
}

@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 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  bottom: -28px;
  left: 0;
}

@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;
  margin-top: -6px;
  padding: 5px 15px;
  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 {
    margin: -2px auto 0;
    padding: 2px 8px;
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .firstview-message-bottom {
    font-size: 20px;
  }
}

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

@media (max-width: 959px) {
  .firstview-center {
    width: 540px;
    height: 540px;
  }
}

@media (max-width: 600px) {
  .firstview-center {
    width: 444px;
    height: 444px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
  }
}

.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;
  margin-right: 5px;
  font-size: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  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 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

@media (max-width: 959px) {
  .firstview-right {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: -600px;
    left: 50%;
    right: auto;
  }
}

@media (max-width: 600px) {
  .firstview-right {
    bottom: -580px;
  }
}

.firstview-right select:focus,
.firstview-right input:focus {
  outline: none;
  border-width: 1px;
  border-color: #5ca811;
  -webkit-box-shadow: 0 0 0 3px #5ca811;
  box-shadow: 0 0 0 3px #5ca811;
}

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

@media (max-width: 959px) {
  .firstview-form-wrapper {
    width: calc(100vw - 80px);
    max-width: 522px;
  }
}

.firstview-form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 5px 10px;
  color: #fff;
  background: #5ca810;

  gap: 5px;
}

.firstview-form-head-text {
  font-weight: bold;
}

.firstview-form-head-text span {
  display: block;
  font-size: 14px;
  color: yellow;
}

.firstview-form-badge {
  width: 45px;
  height: 45px;
  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;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  color: #5ca810;
  border-radius: 100px;
  background: #fff;
}

.firstview-form-badge-label {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: -0.1em;
}

.firstview-form-badge-time {
  margin-top: -8px;
  font-size: 18px;
}

.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;
  padding: 20px 15px;

  gap: 10px;
}

.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 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

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

.form-field select {
  padding-right: 35px;
  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;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.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 {
  margin-top: 5px;
  padding: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 999px;
  background: #ea4242;
  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;
  -webkit-animation: heart-beat 1s ease infinite alternate;
  animation: heart-beat 1s ease infinite alternate;
}

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

.firstview-form-note-link {
  color: #ea4242;
  text-decoration: none;
}

/* 下部：統計情報 */
.firstview-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  position: relative;
  z-index: 1;

  gap: 10px;
}

@media (max-width: 959px) {
  .firstview-stats {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;

    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .firstview-stats {
    margin-top: 20px;
  }
}

.stat-item {
  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;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  -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-weight: 900;
  font-size: 24px;
  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: 22px;
  }
}

.stat-label {
  margin-top: 8px;
  font-weight: 600;
  font-size: 18px;
}

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

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

.stat-note.mk2 {
  width: 200%;
  height: 0px;
  font-size: 8px;
  line-height: 1.1em;
  letter-spacing: -0.1em;
  text-align: center;
  /*text-shadow: 1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    0px 1px 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;*/
}

.photo-section {
  padding: 70px 0 0;
  position: relative;
}

@media (max-width: 959px) {
  .photo-section {
    padding: 590px 0 0;
  }
}

.photo-section .photo-section-notice {
  margin-right: 20px;
  font-weight: 500;
  font-size: 14px;
  text-align: right;

  margin-block: 10px;
}

@media (max-width: 959px) {
  .photo-section .photo-section-notice {
    margin-right: 20px;
  }
}

.photo-section .photo-list li {
  width: 210px;
  height: 210px;
  overflow: hidden;
  margin: 10px;
  border-radius: 210px;
}

@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 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 30px;
}

@media (max-width: 959px) {
  .check-section .check-top .check-question {
    font-size: 16px;
  }
}

.check-section .check-top .check-question .check-highlight {
  display: inline-block;
  margin: 0 5px;
  padding: 0 8px;
  font-weight: bold;
  color: #5ca811;
  border: 2px solid #5ca811;
}

.check-section .check-top .check-cta {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
}

@media (max-width: 959px) {
  .check-section .check-top .check-cta {
    font-size: 20px;
  }
}

.check-section .check-main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 0 60px;
  border-radius: 10px;
  background-image: url(../images/houses.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 435px;
  background-color: #ea4242;
}

@media (max-width: 959px) {
  .check-section .check-main {
    margin: 0 20px;
    padding: 21px 0 32px;
    background-size: auto;
    background-position: center bottom;
  }
}

.check-section .check-main .check-banner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 76px;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  background-color: #333;

  gap: 20px;
}

@media (max-width: 959px) {
  .check-section .check-main .check-banner {
    height: 38px;
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: -0.1em;

    gap: 5px;
  }
}

.check-section .check-main .check-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 70px 50px;

  gap: 30px;
}

@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 {
  max-width: 264px;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (max-width: 959px) {
  .check-section .check-main .check-services .check-service-item {
    width: 75%;
    max-width: none;
    height: 88px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 0 auto 20px;
    padding: 0 0 0 40px;
    left: 3%;
  }
}

.check-section .check-main .check-services .check-service-item .check-service-icon {
  width: 76px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  background-color: #ffeb12;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -45px;
  left: 50%;
}

@media (max-width: 959px) {
  .check-section .check-main .check-services .check-service-item .check-service-icon {
    width: 58px;
    height: 58px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -30px;
  }
}

.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-weight: bold;
  font-size: 36px;
  color: #ea4242;
  line-height: 1.2;
  text-align: center;
}

@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-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 2;
  text-align: center;
}

@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 {
  padding: 85px 0 175px;
  background-image: url(../images/worries_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (max-width: 959px) {
  .worries-section {
    padding: 47px 0 80px;
    background-image: url(../images/worries_bg_sp.png);
  }
}

.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 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 42px;
  color: #fff;
  text-align: center;
}

@media (max-width: 959px) {
  .worries-section .worries-container .worries-title {
    margin-bottom: 24px;
    font-size: 23px;
  }
}

.worries-section .worries-container .worries-title .worries-highlight {
  padding-bottom: 20px;
  font-size: 54px;
  color: #ffeb12;
  background: url(../images/worries_line.png) no-repeat center bottom;
  background-size: contain;
}

@media (max-width: 959px) {
  .worries-section .worries-container .worries-title .worries-highlight {
    padding-bottom: 10px;
    font-size: 23px;
  }
}

.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;
  margin: 0 auto;
  margin-bottom: 2rem;

  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

@media (max-width: 959px) {
  .worries-section .worries-container .worries-grid {
    gap: 21px;
    grid-template-columns: 1fr;
  }
}

.worries-section .worries-container .worries-grid .worries-item {
  padding: 2rem 1rem;
  border-radius: 5px;
  background-color: #fff;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

@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 {
  margin-bottom: 1rem;
  padding: 5px;
  font-weight: bold;
  font-size: 24px;
  color: #222;
  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 {
    margin-bottom: 0.5rem;
    font-size: 15px;
  }
}

.worries-section .worries-container .worries-grid .worries-item .worries-item-text {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@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 {
  margin: 100px 0 64px;
  font-weight: bold;
  font-size: 72px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

.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 {
    margin: 45px 0 30px;
    font-size: 36px;
    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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -ms-flex-align: start;
  overflow: hidden;
  margin-bottom: 45px;
  border-left: 8px solid;
  border-radius: 5px;
  background-color: #fff;
  -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) {
  .solution-section .solution-container .solution-items .solution-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 8px solid;
    border-left: none;
  }
}

.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;
  margin-bottom: 1.2rem;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  background-color: #5ca811;
}

@media (max-width: 959px) {
  .solution-section .solution-container .solution-items .solution-item .solution-content .solution-badge {
    margin-bottom: 0.5rem;
    padding: 5px 10px;
    font-size: 14px;
  }
}

.solution-section .solution-container .solution-items .solution-item .solution-content .solution-headline {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 32px;
  color: #222;
  line-height: 1.3;
}

@media (max-width: 959px) {
  .solution-section .solution-container .solution-items .solution-item .solution-content .solution-headline {
    margin-bottom: 1rem;
    font-size: 21px;
  }
}

.solution-section .solution-container .solution-items .solution-item .solution-content .solution-text {
  font-weight: bold;
  font-size: 18px;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 959px) {
  .solution-section .solution-container .solution-items .solution-item .solution-img {
    width: 100%;
    height: 138px;
    overflow: hidden;
    border-radius: 5px;
    background: #f3f3f3;
  }

  .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;
  align-items: center;
  -ms-flex-align: 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 {
  max-width: 320px;
  height: 380px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cv-section .cv-main .cv-container .cv-person img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}

@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 {
  max-width: 700px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 959px) {
  .cv-section .cv-main .cv-container .cv-cta {
    width: 70%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 8vw;
    left: 0;
    right: 0;
  }
}

.cv-section .cv-main .cv-container .cv-cta .cv-banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -10px;
  padding: 0.3rem 1.5rem 0.2rem;
  font-weight: 900;
  font-size: clamp(12px, 1.6vw, 28px);
  background-color: #ffeb12;
  position: relative;
  z-index: 1;
}

@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: "";
  border-width: 10px 12px 0 12px;
  border-style: solid;
  border-color: #ffeb12 transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;

  translate: -50% 100%;
}

.cv-section .cv-main .cv-container .cv-cta .cv-button {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.2vw 3vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 38px);
  color: #fff;
  border: none;
  border-bottom: 6px solid #a72020;
  border-radius: 100px;
  background-image: url(../images/arrow.png);
  background-size: 1.2vw;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-color: #ea4242;
  cursor: pointer;
  position: relative;
}

.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 {
  font-size: 1.8rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

.cv-section .cv-main .cv-container .cv-cta .cv-note {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  color: #222;
  line-height: 1.6;
}

@media (max-width: 959px) {
  .cv-section .cv-main .cv-container .cv-cta .cv-note {
    margin-top: 0.5rem;
    font-size: 13px;
  }
}

.reasons-section {
  padding: 4rem 24px 180px 30px;
  background: url(../images/reasons_bg.png) top;
  background-size: cover;
}

@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 {
  margin-bottom: 3rem;
  text-align: center;
}

.reasons-section .reasons-container .reasons-header .reasons-service-name {
  font-weight: 900;
  font-size: 45px;
}

@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-header .reasons-service-name {
    font-size: 21px;
  }
}

.reasons-section .reasons-container .reasons-header .reasons-title {
  margin: 0;
  font-weight: 900;
  font-size: 68px;
}

@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 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 85px;
  left: 50%;
}

@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-family: "Roboto", sans-serif;
  font-size: 77px;
}

@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 {
  padding: 40px;
  text-align: center;
  border: 2px solid #ea4242;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

@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-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: rgba(255, 255, 255, 0.85);

  background-blend-mode: lighten;
}

.reasons-section .reasons-container .reasons-grid .reason-item.item-2 {
  background-image: url(../images/reason_bg02.jpeg);
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center -15px;
  background-color: rgba(255, 255, 255, 0.85);

  background-blend-mode: lighten;
}

.reasons-section .reasons-container .reasons-grid .reason-item.item-3 {
  background-image: url(../images/reason_bg03.jpeg);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.85);

  background-blend-mode: lighten;
}

.reasons-section .reasons-container .reasons-grid .reason-item.item-4 {
  background-image: url(../images/reason_bg04.jpeg);
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center -60px;
  background-color: rgba(255, 255, 255, 0.85);

  background-blend-mode: lighten;
}

.reasons-section .reasons-container .reasons-grid .reason-item.item-5 {
  background-image: url(../images/reason_bg05.jpeg);
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: center -15px;
  background-color: rgba(255, 255, 255, 0.85);

  background-blend-mode: lighten;
}

.reasons-section .reasons-container .reasons-grid .reason-item.item-6 {
  background-image: url(../images/reason_bg06.jpeg);
  background-repeat: no-repeat;
  background-position: center -10px;
  background-color: rgba(255, 255, 255, 0.85);
}

.reasons-section .reasons-container .reasons-grid .reason-item .reason-number {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #ea4242;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.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;
  margin: 0 auto 1rem;
  padding: 0.4rem 0;
  font-weight: bold;
  font-size: 26px;
  color: #ffeb12;
  text-align: center;
  background-color: #ea4242;
}

@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item .reason-banner {
    width: 260px;
    margin: 0 auto 1rem;
    padding: 8px 0 9px;
    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;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 22px;
  color: #222;
  line-height: 1.6;
  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;
  padding: 1rem 80px;
  font-size: 36px;
  line-height: 1;
}

@media (max-width: 959px) {
  .reasons-section .reasons-container .reasons-grid .reason-item.reason-item-large .reason-banner {
    width: 260px;
    margin: 0 auto 1rem;
    padding: 8px 0 9px;
    font-size: 18px;
  }
}

.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 {
  padding: 0;
  background-color: #f3f3f3;
  position: relative;
}

.costdown-section .costdown-header {
  text-align: center;
  position: relative;
  top: -75px;
}

.costdown-section .costdown-header .costdown-banner {
  width: 660px;
  height: 100px;
  margin: 0 auto -25px;
  font-weight: bold;
  font-size: 38px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  border-radius: 50px 50px 0 0;
  background-color: #88bf52;
}

@media (max-width: 959px) {
  .costdown-section .costdown-header .costdown-banner {
    width: 320px;
    height: 60px;
    margin: 0 auto -5px;
    font-size: 21px;
    line-height: 60px;
    border-radius: 30px 30px 0 0;
  }
}

.costdown-section .costdown-header .costdown-title {
  margin: 0;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  line-height: 100px;
  background-color: #5ca811;
}

@media (max-width: 959px) {
  .costdown-section .costdown-header .costdown-title {
    margin: 0;
    padding: 10px 0;
    font-size: 30px;
    line-height: 1.5;
  }
}

.costdown-section .costdown-header .costdown-bg-image {
  width: 100%;
  height: 240px;
  background-image: url(../images/costdown_bg.jpeg);
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: center -370px;
  pointer-events: none;
  position: absolute;
  top: 170px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 959px) {
  .costdown-section .costdown-header .costdown-bg-image {
    background-size: 170%;
    background-position: top -34vw center;
    top: 165px;
  }
}

.costdown-section .costdown-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 170px 0 0;
  position: relative;
  top: -80px;
  z-index: 1;
}

@media (max-width: 959px) {
  .costdown-section .costdown-container {
    max-width: 600px;
    padding: 130px 15px 0;
  }
}

.costdown-section .costdown-container .costdown-item {
  margin-bottom: 3rem;
  padding: 54px 60px;
  border-radius: 8px;
  background-color: #fff;
  -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 {
    margin-bottom: 35px;
    padding: 33px 22px 42px 23px;
  }
}

.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 {
  margin-bottom: 40px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  border-left: 6px solid #5ca811;
}

@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content .costdown-item-title {
    padding-left: 15px;
    font-size: 20px;
    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 {
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content .costdown-text p {
    margin-bottom: 1rem;
    font-size: 14px;
  }
}

.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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  border-radius: 4px;
  background-color: #ffeb12;
}

@media (max-width: 959px) {
  .costdown-section .costdown-container .costdown-item .costdown-content .costdown-text .costdown-highlight {
    margin: 0 auto 6px;
    padding: 5px 4px;
    font-size: 15px;
  }
}

@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 {
  width: 403px;
  margin: 0 auto;
  text-align: center;
}

@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 {
  padding: 18px;
  background-color: #f3f3f3;
}

.costdown-section::after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 75px solid #f3f3f3;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  position: absolute;
  top: 100%;
}

@media (max-width: 959px) {
  .costdown-section::after {
    border-top: 35px solid #f3f3f3;
  }
}

.testimonials-section {
  padding: 8rem 2rem 4rem;
  background-image: url(../images/testimonials_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #d63030;
}

@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 {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  text-align: center;
}

@media (max-width: 959px) {
  .testimonials-section .testimonials-container .testimonials-title {
    margin-bottom: 2rem;
    font-size: 28px;
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

@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 {
  margin-bottom: 0;
  border-radius: 8px;
}

.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-image-container .testimonial-image-border {
  padding: 3px;
  border-radius: 5px;
  background-color: #fff;
}

.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 {
  margin: 0;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
}

.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content {
  height: -webkit-fill-available;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@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: "";
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 15px solid #fff;
  border-left: 25px solid transparent;
  border-right: 24px solid transparent;
  border-style: solid;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -15px;
  left: 50%;
}

.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content .testimonial-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content .testimonial-highlight {
  margin-bottom: 12px;
  padding: 6px 0;
  font-weight: bold;
  font-size: 18px;
  color: #ea4242;
  text-align: center;
  background-color: #fff1f1;
}

.testimonials-section .testimonials-container .testimonials-columns .testimonial-item .testimonial-content .testimonial-text {
  margin: 0;
  padding: 0 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}

.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;
  margin-right: 5px;
  font-size: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  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 {
  padding: 80px 0 100px;
  background-image: url(../images/flow_bg.png);
  background-position: center;
}

@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 {
  margin-bottom: 85px;
  text-align: center;
}

@media (max-width: 959px) {
  .flow-section .flow-container .flow-header {
    margin-bottom: 60px;
  }
}

.flow-section .flow-container .flow-header .flow-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 20px;
  font-weight: bold;
  font-size: 28px;
  color: #ea4242;
  border: 2px solid #ea4242;
}

@media (max-width: 959px) {
  .flow-section .flow-container .flow-header .flow-badge {
    padding: 0 15px;
    font-size: 18px;
  }
}

.flow-section .flow-container .flow-header .flow-title {
  font-weight: bold;
  font-size: 48px;
}

@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;
  margin-bottom: 3rem;

  gap: 35px;
}

@media (max-width: 959px) {
  .flow-section .flow-container .flow-steps {
    width: calc(100% - 70px);
    max-width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;

    gap: 88px;
  }
}

.flow-section .flow-container .flow-steps .flow-step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 56px 26px 2rem;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.flow-section .flow-container .flow-steps .flow-step .flow-step-badge {
  width: 70px;
  height: 70px;
  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;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  background-color: #5ca811;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -35px;
  left: 50%;
}

.flow-section .flow-container .flow-steps .flow-step .flow-step-badge .font-num {
  display: block;
  font-size: 32px;
  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 {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0;
  font-weight: bold;
  font-size: 20px;
  color: #ea4242;
  line-height: 1.4;
}

.flow-section .flow-container .flow-steps .flow-step .flow-step-description {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.flow-section .flow-container .flow-steps .flow-step::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #555;
  border-right: 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -24px;
}

@media (max-width: 959px) {
  .flow-section .flow-container .flow-steps .flow-step::after {
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #555;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: -44px;
    left: 50%;
    right: auto;
  }
}

.flow-section .flow-container .flow-steps .flow-step:last-child::after {
  display: none;
}

.flow-section .flow-container .flow-cta {
  margin: 40px auto 0;
  text-align: center;
}

.flow-section .flow-container .flow-cta .flow-cta-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -10px;
  padding: 0.3rem 1.5rem 0.2rem;
  font-weight: 900;
  font-size: 28px;
  background-color: #ffeb12;
  position: relative;
  z-index: 1;
}

@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: "";
  border-width: 10px 12px 0 12px;
  border-style: solid;
  border-color: #ffeb12 transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;

  translate: -50% 100%;
}

.flow-section .flow-container .flow-cta .flow-cta-button {
  width: 700px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 38px;
  color: #fff;
  border: none;
  border-bottom: 6px solid #a72020;
  border-radius: 100px;
  background-image: url(../images/arrow.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-color: #ea4242;
  cursor: pointer;
  position: relative;
}

.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 {
    width: 70%;
    padding: 20px;
    font-size: 16px;
    background-size: 8px;
    background-position: right 4vw center;
  }
}

.flow-section .flow-container .flow-cta .flow-cta-button .cv-arrow {
  font-size: 1.8rem;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

.flow-section .flow-container .flow-cta .flow-cta-note {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 21px;
  color: #222;
  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 {
  margin-bottom: 95px;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
}

@media (max-width: 959px) {
  .faq-section .faq-title {
    margin-bottom: 38px;
    font-size: 28px;
  }
}

.faq-section .faq-container .faq-item {
  margin-bottom: 1.5rem;
  padding: 34px 54px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

@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;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 1rem;

  gap: 1rem;
}

@media (max-width: 959px) {
  .faq-section .faq-container .faq-item .faq-question {
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
  }
}

.faq-section .faq-container .faq-item .faq-question .faq-icon {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #ea4242;
}

@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 {
  margin: 0;
  font-weight: bold;
  font-size: 28px;
  color: #ea4242;
}

@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;
  margin: 20px 0;
  background-color: #ea4242;
}

@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;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}

@media (max-width: 959px) {
  .faq-section .faq-container .faq-item .faq-answer p {
    font-size: 14px;
  }
}

.consideration-section {
  margin: 0;
  padding: 100px 0 160px;
  background-image: url(../images/consideration_bg.png);
  background-size: contain;
}

@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 {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 52px;
  color: #fff;
  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 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

@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-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 959px) {
  .consideration-section .consideration-content .consideration-illustration img {
    width: 80%;
  }
}

.consideration-section .consideration-content .consideration-illustration .illustration-placeholder {
  width: 100%;
  max-width: 800px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.consideration-section .consideration-content .consideration-illustration .illustration-placeholder p {
  font-size: 1.2rem;
  color: #fff;
}

.consideration-section .consideration-content .consideration-boxes {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 64px;
  padding: 20px;
  color: #222;
  background-color: #fff;
  -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);

  gap: 2rem;
}

@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;
    margin: 0 auto 42px;
    padding: 16px 16px 28px;
    text-align: center;

    gap: 19px;
  }
}

.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;
  align-items: center;
  -ms-flex-align: 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;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 30px;
}

.consideration-section .consideration-content .consideration-boxes .consideration-box-right p {
  font-weight: bold;
  font-size: 1rem;
  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;
    letter-spacing: 0;

    padding-inline: 4px;
  }
}

@media (max-width: 959px) {
  .consideration-section .consideration-content .consideration-boxes .consideration-box-right {
    display: block;
    margin-right: 0;
  }
}

.form-section {
  overflow: hidden;
  margin-top: -60px;
  padding: 136px 0 100px;
  border-radius: 60px 60px 0 0;
  background-image: url(../images/form_bg.png);
  background-size: cover;
}

@media (max-width: 959px) {
  .form-section {
    margin-top: -35px;
    padding: 60px 0 50px;
    border-radius: 35px 35px 0 0;
  }
}

.form-section .form-section-container {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 959px) {
  .form-section .form-section-container {
    max-width: 600px;
  }
}

.form-section .form-section-container .form-header {
  margin-bottom: 103px;
  text-align: center;
}

@media (max-width: 959px) {
  .form-section .form-section-container .form-header {
    margin-bottom: 54px;
  }
}

.form-section .form-section-container .form-header .form-title {
  margin-bottom: 30px;
  padding-bottom: 32px;
  font-weight: bold;
  font-size: 52px;
  color: #fff;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}

@media (max-width: 959px) {
  .form-section .form-section-container .form-header .form-title {
    margin-bottom: 26px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
    font-size: 23px;
    line-height: 1.5;
  }
}

.form-section .form-section-container .form-header .form-description {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 959px) {
  .form-section .form-section-container .form-header .form-description {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
  }
}

.form-section .form-section-container .form-contact-bar {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 15px 15px 0 0;
  background-color: #5ca811;
}

@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;
    margin: 0 20px;
    padding: 21px 30px 28px;

    gap: 20px;
  }
}

.form-section .form-section-container .form-contact-bar .form-contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: 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-weight: bold;
  font-size: 50px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 959px) {
  .form-section .form-section-container .form-contact-bar .form-contact-left .form-contact-info .form-contact-tel {
    font-weight: normal;
    font-size: 32px;
  }
}

.form-section .form-section-container .form-contact-bar .form-contact-left .form-contact-info .form-contact-time {
  font-weight: bold;
  font-size: 16px;
  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 {
  padding: 15px 30px;
  text-align: center;
  background-color: #fff;
}

@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-weight: bold;
  font-size: 22px;
  color: #45810b;
  line-height: 1.4;
}

.form-section .form-section-container .entryform-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 60px;
  background: #fff;
}

@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;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 24px;
  color: #222;
}

@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;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  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;
  border-width: 1px;
  border-color: #5ca811;
  -webkit-box-shadow: 0 0 0 3px #5ca811;
  box-shadow: 0 0 0 3px #5ca811;
}

.form-section .form-section-container .entryform-form .entryform-table .form-row .form-set select {
  padding-right: 2.5rem;
  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;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-section .form-section-container .entryform-form .entryform-submit-container {
  margin-top: 2rem;
  text-align: center;
}

.form-section .form-section-container .entryform-form .entryform-submit-container .form-agreement {
  margin-bottom: 70px;
  font-weight: bold;
  font-size: 26px;
}

@media (max-width: 959px) {
  .form-section .form-section-container .entryform-form .entryform-submit-container .form-agreement {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.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;
  font-weight: bold;
  font-size: 38px;
  color: #fff;
  border: none;
  border-radius: 100px;
  background-color: #ea4242;
  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%;
    padding: 20px 0;
    font-size: 18px;
  }
}

.form-section .form-section-container::before {
  content: "";
  width: 320px;
  height: 360px;
  background-image: url(../images/cta_woman.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: -100px;
  left: -12%;
}

@media (max-width: 959px) {
  .form-section .form-section-container::before {
    width: 160px;
    height: 180px;
    background-size: 90%;
    background-position: bottom left -25px;
    bottom: -50px;
    left: 0;
  }
}

.form-section .form-section-container::after {
  content: "";
  width: 340px;
  height: 380px;
  background-image: url(../images/cta_man.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: -100px;
  right: -12%;
}

@media (max-width: 959px) {
  .form-section .form-section-container::after {
    width: 160px;
    height: 180px;
    bottom: -50px;
    right: -30px;
  }
}

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: 300px;
  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-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: 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 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}

@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-weight: bold;
  font-size: 16px;
}

@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-weight: bold;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-color: #4f4f4f;
}

@media (max-width: 959px) {
  footer .footer-content .footer-info .footer-info-right .footer-info-link {
    padding: 15px 38px;
    font-size: 16px;
  }
}

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 10px 80px;
  font-size: 16px;
  color: #fff;
  background-color: #222;

  gap: 40px;
}

footer .copyright a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 959px) {
  footer .copyright {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    font-size: 10px;

    gap: 10px;
  }
}

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

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

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

.block-br {
  display: none;
}

@media(min-width:960px) {
  .all-form {
    display: flex;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .all-form .question-section {
    width: 25%;
    padding-block: 0;
  }

  .all-form .estform-form-section {
    width: 75%;
  }

  .all-form .estform-form-section:last-child {
    width: 100%;
  }

  .all-form .question-section .question-word {
    padding-block: 20px 20px;
  }

  .all-form .question-section .question-word .question-word-text {
    font-size: 16px;
    padding-block: 0;
    line-height: 1.4em;
  }

  .all-form .estform-form-section .estform-form-section-form-input {
    padding: 15px 15px;
    margin-left: 20px;
  }

  .all-form .estform-form-section .estform-radio span {
    font-size: 16px;
  }

  .all-form .question-section .question-word::before {
    content: "";
    width: 12px;
    /* 幅と高さを入れ替え */
    height: 24px;
    /* 幅と高さを入れ替え */
    background-color: #e8d59d;
    /* 右端の上下中央に配置 */
    top: 50%;
    left: 100%;
    transform: translate(2px, -50%);
    /* 右に2pxずらし、上下中央合わせ */

    /* 先端が少し丸みのある右向き三角形 */
    clip-path: path("M 0 0 L 10.5 10 Q 12 12, 10.5 14 L 0 24 Z");
  }

  .all-form .question-section .question-word::after {
    content: "";
    width: 10px;
    /* 幅と高さを入れ替え */
    height: 20px;
    /* 幅と高さを入れ替え */
    background-color: #fff;
    /* 右端の上下中央に配置 */
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    /* 上下中央合わせ */

    /* 先端が少し丸みのある右向き三角形（内側） */
    clip-path: path("M 0 0 L 9 9 Q 10 10, 9 11 L 0 20 Z");
  }

  .all-form .estform-form-section .estform-radio {
    height: 50px;
  }

  .all-form .estform-form-section .estform-radio .estform-radio-check-wrapper {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    left: 20px;
  }

  .all-form .estform-form-section .estform-radio .estform-radio-content {
    -webkit-padding-start: 50px;
    padding-inline-start: 50px;
  }

  .all-form .estform-form-section .estform-radio .estform-radio-image-wrapper {
    width: 30px;
    height: 30px;
    left: 10px;
  }

  .all-form .estform-form-section .estform-button-group {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .all-form .estform-form-section .estform-form-section-inner {
    margin-bottom: 30px;
  }

  .block-br {
    display: block;
  }
}

.question-section.grey {
  margin: 40px 0 0;
}

.question-section.grey .question-word {
  margin-left: 62px;
  border: none;
  background-color: #f1f9e9;
  position: relative;
  border: 3px solid #5ca811;
  padding-block: 0;
  padding: 30px;
}

.question-section.grey .question-word .question-word-text {
  font-size: 16px;
  line-height: 1.5;
}

.question-section.grey .question-word::before {
  background-color: #5ca811;
}

.question-section.grey .question-word::after {
  background-color: #f1f9e9;
}

.question-section.grey .question-woman {
  width: 150px;
  border: 3px solid #5ca811;
}

.tri-down {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 50px;
  /* 三角形の高さ（border-widthの縦の数値と合わせる） */
}

.tri-down::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  /* ボーダーの代わりに実際の幅と高さを指定します */
  width: 100%;
  height: 50px;

  /* 下(red)から上(transparent)へのグラデーション */
  background: linear-gradient(to top, red, transparent);

  /* clip-pathで逆三角形(▽)に切り抜きます */
  /* 左上(0 0)、右上(100% 0)、下中央(50% 100%) */
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media(max-width:959px) {
  .question-section.grey {
    padding-block: 32px 30px;
    padding: 0 0 0px 0;
    margin: 15px 0 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .tri-down {
    display: block;
  }

  .question-section.grey .question-section-inner {
    width: 96%;
    position: relative;
  }

  .question-section.grey .question-word {
    border-width: 2px;
    margin-left: 0px;
    padding: 14px 16px;
    max-width: 100%;
  }

  .question-section.grey .question-word .question-word-text {
    font-size: 14px;
    line-height: 1.3;
  }

  .question-section.grey .question-word::before {
    display: none;
  }

  .question-section.grey .question-word::after {
    display: none;
  }

  .question-section.grey .question-woman {
    background-color: #fff;
    width: 60px;
    border-width: 2px;
    position: absolute;
    top: -30px;
    right: -5px;
    z-index: 1;
  }
}