@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  background: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.sec-inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.checkbox {
  display: none;
}
@media screen and (max-width: 1119px) {
  .sec-inner {
    padding: 4rem 1.6rem 5rem;
  }
}

.sec-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1119px) {
  .sec-title {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.color-red {
  color: #e60021;
}

.color-blue {
  color: #164996;
}

.color-gray {
  color: #777777;
}

.header {
  background: #fff;
}

.header-inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 0;
}
@media screen and (max-width: 1119px) {
  .header-inner {
    padding: 0.8rem 1.6rem;
  }
}

.header__logo__img {
  vertical-align: middle;
}
@media screen and (max-width: 1119px) {
  .header__logo__img {
    text-align: center;
  }
}
.header__logo__img img {
  width: 25.7rem;
}

.header__logo__text {
  display: inline-block;
  margin-left: 1.3rem;
}
@media screen and (max-width: 1119px) {
  .header__logo__text {
    margin-left: 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1119px) {
  .header__logo__img {
    display: block;
    height: 1.8rem;
  }
  .header__logo__img img {
    width: 16rem;
  }
}

.header__tel {
  display: block;
}
.header__tel > div {
  width: 21.3rem;
}
@media screen and (max-width: 1119px) {
  .header__tel > div {
    width: auto;
  }
}
.header__tel img {
  width: inherit;
}
@media screen and (max-width: 1119px) {
  .header__tel .tel__text img {
    width: 14rem;
  }
}
@media screen and (max-width: 1119px) {
  .header__tel .tel__img {
    text-align: right;
  }
  .header__tel .tel__img img {
    width: 12rem;
  }
}

.top {
  background-image: url(../img/main-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 85rem;
}
.top:has(.wpcf7-not-valid-tip) {
  min-height: 95rem;
  height: auto;
}

@media screen and (max-width: 1119px) {
  .top {
    background-image: none;
    height: auto;
  }
}

.top__inner {
  padding-top: 5rem;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1119px) {
  .top__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__inner .top__left {
  width: 55%;
}
@media screen and (max-width: 1119px) {
  .top__inner .top__left {
    width: 100%;
    padding: 2rem 1.6rem;
    background-image: url(../img/main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 31% 50%;
  }
}
.top__inner .top__form {
  width: 45%;
  height: 80rem;
}
@media screen and (max-width: 1119px) {
  .top__inner .top__form {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.top__lead {
  max-width: 57rem;
  width: 100%;
  background: #164996;
  font-size: 1.75rem;
  padding: 0.6rem 1.2rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .top__lead {
    font-size: 1.4rem;
  }
}
.top__lead::before {
  background-image: url(../img/tri.png);
  background-size: contain;
  width: 15px;
  height: 21px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: -14px;
  left: 54px;
}

.top__head {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 5rem;
  margin-top: 1rem;
  font-weight: bold;
  color: #164996;
}
@media screen and (max-width: 1119px) {
  .top__head {
    font-size: 3.4rem;
    line-height: 1.3;
    margin-top: 1.6rem;
  }
}

.top__text-cont {
  font-size: 2.4rem;
  margin-top: 2.6rem;
}
@media screen and (max-width: 1119px) {
  .top__text-cont {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}

.top__text-cont__text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.top__text-cont__li {
  font-weight: bold;
  line-height: 1.67;
}
.top__text-cont__li::first-letter {
  color: #164996;
}

.top__text-cont__bottom-text {
  font-size: 2.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1119px) {
  .top__text-cont__bottom-text {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.top__text-cont__bottom-text span {
  font-weight: bold;
}

.top__achievements {
  margin-top: 2rem;
}
@media screen and (max-width: 1119px) {
  .top__achievements {
    margin-top: 1rem;
  }
}
.top__achievements img {
  max-width: 59.5rem;
  width: 100%;
}

.top__form {
  max-width: 50rem;
  background: #fff;
}

.top__form__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.top__form__top {
  font-size: 2.4rem;
}
@media screen and (max-width: 1119px) {
  .top__form__top {
    font-size: 1.8rem;
  }
}

.top__form__top-point {
  font-weight: bold;
  color: #fff;
  background: #e60021;
  width: 8rem;
  height: 8rem;
  text-align: center;
  padding-top: 2rem;
}
@media screen and (max-width: 1119px) {
  .top__form__top-point {
    width: 6rem;
    height: 6rem;
    padding-top: 1.6rem;
  }
}

.top__form__top-text {
  font-weight: bold;
}
.top__form__top-text span {
  font-weight: bold;
}
.top__form__top-text span:first-child {
  font-size: 4rem;
}
@media screen and (max-width: 1119px) {
  .top__form__top-text span:first-child {
    font-size: 3rem;
  }
}

.form-step {
  display: none;
}
.form-step img {
  width: 100%;
}
.form-step.active {
  display: block;
}

.top__form__form {
  padding: 2.6rem 4rem;
}
@media screen and (max-width: 1119px) {
  .top__form__form {
    padding: 2rem 1.6rem;
  }
}

.top__form__head {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1119px) {
  .top__form__head {
    font-size: 1.6rem;
  }
}
.top__form__head span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1119px) {
  .top__form__head span {
    display: block;
  }
}
.top__form__head::first-letter {
  color: #164996;
}

.top__form__check-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.form-check-item {
  width: 100%;
  margin-bottom: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.form-check-item span {
  display: block;
  width: 100%;
  padding: 0.7rem 1.5rem;
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1119px) {
  .form-check-item span {
    font-size: 1.4rem;
  }
}

.form-check-item input[type=checkbox] {
  display: none;
}
.form-check-item input[type=checkbox]:checked + label span {
  background: #fcf596;
}

.form-check-item--s {
  width: calc(50% - 0.5rem);
}

.top__form__input--text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: solid 1px #aaa;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.7rem 1.5rem;
  width: 100%;
}
@media screen and (max-width: 1119px) {
  .top__form__input--text {
    font-size: 1.4rem;
  }
}
.top__form__input--text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.top__form__input--text::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.top__form__input--text::-moz-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.top__form__input--text:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.top__form__input--text::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.top__form__input--text::placeholder {
  color: rgba(34, 34, 34, 0.3);
}

.top__form__next,
.top__form__prev {
  background-image: none;
  text-align: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  padding: 1rem;
  margin: 0;
  text-decoration: none;
}

.top__form__next:hover,
.top__form__prev:hover,
.top__form__next:focus,
.top__form__prev:focus {
  outline: none;
}

.top__form__next {
  width: 25rem;
  font-weight: bold;
  background: #164996;
  color: #fff;
}
@media screen and (max-width: 1119px) {
  .top__form__next {
    max-width: 20rem;
    width: 100%;
  }
}

.top__form__next--s3 {
  width: 26rem;
}
.top__form__next--s3 small {
  font-size: 1.2rem;
}
.top__form__next--s3 p {
  font-weight: bold;
}

.top__form__prev {
  width: 12rem;
  background: #e2e2e2;
  height: 4.4rem;
}

.top__form__btn.top__form__btn--first {
  text-align: right;
}
.top__form__btn.top__form__btn--sec-thr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 1119px) {
  .top__form__btn.top__form__btn--sec-thr {
    gap: 1rem;
  }
}

.top__form__birth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

#hiddenAge {
  display: none;
}

.top__form__pref {
  margin-bottom: 2.6rem;
}

.top__form__birth__item,
.top__form__pref {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__form__birth__item select,
.top__form__pref select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(../img/arrow-bk.svg) no-repeat center right 8px/24px 24px;
  border: solid 1px #aaa;
  border-radius: 10px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.7rem 1.5rem;
  width: 100%;
}
.top__form__birth__item select::-ms-expand,
.top__form__pref select::-ms-expand {
  display: none;
}
.top__form__birth__item select:focus,
.top__form__pref select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.top__form__birth__item .year,
.top__form__pref .year {
  width: 90px;
}
.top__form__birth__item .month,
.top__form__pref .month {
  width: 70px;
}
.top__form__birth__item .day,
.top__form__pref .day {
  width: 70px;
}
.top__form__birth__item .pref,
.top__form__pref .pref {
  max-width: 18rem;
}

.top__form__p {
  margin-bottom: 0.4rem;
}

.top__form__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.top__form__name .top__form__input--text {
  max-width: 25rem;
}

.top__form__tel .top__form__input--text,
.top__form__mail .top__form__input--text {
  max-width: 25rem;
}
.top__form__tel span,
.top__form__mail span {
  font-weight: bold;
}

.top__form__tel {
  margin-bottom: 1rem;
}

.top__form__mail {
  margin-bottom: 2.6rem;
}

.top__form__step-container:not(:nth-child(2)) {
  display: none;
}

.top__form__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%; /* 親コンテナの幅を100%に設定 */
  flex-direction: column;
}

.top__form__step-container {
  width: 100%; /* 各ステップの幅を親コンテナに合わせる */
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; /* アニメーションの設定 */
}

@media screen and (max-width: 1119px) {
  .logo__inner {
    padding-top: 2rem;
  }
}

.logo__container {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1119px) {
  .logo__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1119px) {
  .logo__img {
    width: calc(50% - 1rem);
    text-align: center;
  }
}
.logo__img img {
  width: 100%;
}
.logo__img:nth-child(1) img {
  max-width: 20rem;
}
.logo__img:nth-child(2) img {
  max-width: 14.2rem;
}
.logo__img:nth-child(3) img {
  max-width: 12rem;
}
.logo__img:nth-child(4) img {
  max-width: 9rem;
}
.logo__img:nth-child(5) img {
  max-width: 19.4rem;
}
.logo__img:nth-child(6) img {
  max-width: 21.4rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.overlay__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem 5rem 3rem;
  max-width: 50rem;
  width: 100%;
}
@media screen and (max-width: 1119px) {
  .overlay__inner {
    padding: 3rem 1.6rem;
  }
}

.overlay__head {
  color: #164996;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.4rem;
  font-size: 2rem;
}

.overlay__label {
  cursor: pointer;
}

.overlay__input {
  display: none;
}

.overlay__radio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.overlay__radio-container label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4rem;
  border: solid 1px #aaa;
  border-radius: 10px;
  width: 100%;
  max-width: 40rem;
  height: 10rem;
}
@media screen and (max-width: 1119px) {
  .overlay__radio-container label {
    height: 8rem;
    padding: 0 2rem;
    gap: 2rem;
    margin: 0 auto;
  }
}
.overlay__radio-container label span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1119px) {
  .overlay__radio-container label span {
    font-size: 1.6rem;
  }
}

.service {
  background: #164996;
  color: #fff;
}

.service__head {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1119px) {
  .service__head {
    margin-bottom: 3rem;
  }
}

.service__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.6rem 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .service__steps {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  width: 100%;
  max-width: 53rem;
}
@media screen and (max-width: 1119px) {
  .service__step {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .service__step {
    width: 100%;
  }
}

.service__step__num {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  min-width: 12rem;
  height: 12rem;
  background: #5c80b6;
  border-radius: 50%;
  padding-top: 4.6rem;
}
@media screen and (max-width: 1119px) {
  .service__step__num {
    min-width: 8rem;
    height: 8rem;
    font-size: 1.6rem;
    padding-top: 2.8rem;
  }
}

.service__step__text__head {
  margin-bottom: 0.4rem;
}

.service__step__text__text {
  font-size: 1.2rem;
  line-height: 1.67;
}

.promise {
  background-image: url(../img/promise-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 56.3rem;
}
@media screen and (max-width: 1119px) {
  .promise {
    height: auto;
  }
}

.promise__head__sub {
  margin-bottom: 0.6rem;
  font-weight: bold;
}
.promise__head__sub span {
  font-weight: inherit;
}

.promise__head__main {
  font-size: 5rem;
  margin-bottom: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1119px) {
  .promise__head__main {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 3rem;
  }
}
.promise__head__main span {
  font-weight: inherit;
}
@media screen and (max-width: 1119px) {
  .promise__head__main span {
    display: block;
  }
}

.promise__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1119px) {
  .promise__cards {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}

.promise__card {
  width: 34rem;
  position: relative;
  padding: 2.3rem 3rem 3rem;
  background: rgba(255, 255, 255, 0.8784313725);
}
@media screen and (max-width: 1119px) {
  .promise__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    gap: 1rem;
  }
}
.promise__card .promise__card__icon {
  text-align: center;
}
@media screen and (max-width: 1119px) {
  .promise__card .promise__card__icon {
    min-width: 7rem;
    margin: auto 0;
  }
}
.promise__card:nth-child(1) .promise__card__icon img {
  width: 8.4rem;
  height: 8rem;
}
@media screen and (max-width: 1119px) {
  .promise__card:nth-child(1) .promise__card__icon img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 5rem;
  }
}
.promise__card:nth-child(2) .promise__card__icon img {
  width: 11.9rem;
  height: 8rem;
}
@media screen and (max-width: 1119px) {
  .promise__card:nth-child(2) .promise__card__icon img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 7rem;
  }
}
.promise__card:nth-child(3) .promise__card__icon img {
  width: 8.7rem;
  height: 8rem;
}
@media screen and (max-width: 1119px) {
  .promise__card:nth-child(3) .promise__card__icon img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 6rem !important;
  }
}

.promise__card__num {
  width: 5rem;
  height: 5rem;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 5rem;
  position: absolute;
  background: #164996;
  top: 0;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1119px) {
  .promise__card__num {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

.promise__card__head {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1119px) {
  .promise__card__head {
    margin-top: 0;
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
    text-align: left;
  }
}

.promise__card__text {
  padding-top: 1.6rem;
  border-top: solid 2px #164996;
}
@media screen and (max-width: 1119px) {
  .promise__card__text {
    padding-top: 0.8rem;
    font-size: 1.4rem;
  }
}

.banner__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.banner__container {
  display: block;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1119px) {
  .banner__container {
    max-width: 40rem;
  }
}

.banner__head {
  background: #164996;
  color: #fff;
  text-align: center;
  padding: 0.6rem 0 0.4rem;
}
@media screen and (max-width: 1119px) {
  .banner__head {
    padding: 0.6rem 0.6rem 0.4rem;
    font-size: 1.4rem;
  }
}

.banner__container__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 5px #164996;
  padding: 3rem;
}
@media screen and (max-width: 1119px) {
  .banner__container__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.6rem;
  }
}

.banner__container__num {
  padding-right: 2.8rem;
  border-right: solid 2px #164996;
}
@media screen and (max-width: 1119px) {
  .banner__container__num {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 0.4rem;
  }
}
.banner__container__num img {
  max-width: 40rem;
  width: 100%;
}

.banner__container__text {
  font-size: 1.4rem;
  line-height: 1.29;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.form-slider__privacy {
    border: solid 1px #aaa;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border: 1px solid #d4d4d4;
    background-color: #FFF;
    height: 120px;
}

.notice_privacy {
	height: auto;
    width: 100%;
    text-align: left;
    padding: 10px;
}

footer {
  background-color: #434343;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

footer .footer-bottom {
  background-color: #434343;
  text-align: center;
  position: relative;
  z-index: 0;
}

footer .footer-bottom > .bottom-content {
  max-width: 960px;
  width: 100%;
  padding: 20px 0;
  margin: auto;
  font-size: 12px;
}

footer .footer-bottom > .bottom-content > .content-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

footer .footer-bottom > .bottom-content > .content-head > .ttl {
  color: #ffffff;
  font-size: 12px;
}

footer .footer-bottom > .bottom-content > .content-head > .ttl > img {
  vertical-align: -9px;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-bottom > .bottom-content > small {
  color: #a0a0a0;
  display: block;
  text-align: right;
  line-height: 1;
}

footer .footer-bottom > .bottom-content .office {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .footer-bottom > .bottom-content .office img {
  width: 100%;
  max-width: 22rem;
  margin-left: -0.5rem;
}

footer .footer-bottom > .bottom-content .office > section {
  border-right: solid 1px #ebebeb;
  position: relative;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

footer .footer-bottom > .bottom-content .office > section:first-child {
  padding-left: 0;
}

footer .footer-bottom > .bottom-content .office > section:last-child {
  border-right: 0;
}

footer .footer-bottom > .bottom-content .office > section > h2,
footer .footer-bottom > .bottom-content .office > section > p {
  text-align: left;
  color: #ffffff;
}

footer .footer-bottom > .bottom-content .office > section > h2 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
}

footer .footer-bottom > .bottom-content .office > section > p {
  line-height: 1.6;
}

footer .footer-bottom > .bottom-content .office > section:first-child > h2,
footer .footer-bottom > .bottom-content .office > section:first-child > p {
  padding-left: 0;
}

footer .footer-bottom > .bottom-content .office > section:last-child > h2,
footer .footer-bottom > .bottom-content .office > section:last-child > p {
  padding-right: 0;
}

footer .free_dial {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .free_dial > i {
  content: "";
  background-image: url(../img/icon016.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  vertical-align: -6px;
  margin-left: 20px;
  margin-right: 5px;
}

footer .c_name {
  display: block;
  font-size: 1.46rem;
  text-align: left;
  padding-left: 37px;
  margin-top: 10px;
}

footer .office a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .footer-bottom {
    padding: 0 20px 0 20px;
  }
  footer .footer-bottom > .bottom-content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-bottom > .bottom-content > .content-head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-bottom > .bottom-content > .content-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-bottom > .bottom-content > .content-head > .ttl {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
  }
  footer .footer-bottom > .bottom-content > .content-head > .ttl > img {
    display: block;
    margin: auto;
    vertical-align: -9px;
  }
  footer .footer-bottom > .bottom-content .link-area li {
    font-size: 14px;
    display: block;
  }
  footer .footer-bottom > .bottom-content .link-area li:first-child {
    border-right: 0;
    margin-bottom: 20px;
  }
  footer .footer-bottom > .bottom-content small {
    font-size: 12px;
    text-align: center;
  }
  footer .footer-bottom > .bottom-content .office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-bottom > .bottom-content .office > section {
    border-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  footer .footer-bottom > .bottom-content .office > section > h2,
  footer .footer-bottom > .bottom-content .office > section > p {
    padding: 0;
  }
  footer .footer-bottom > .bottom-content > .content-head > .ttl > img {
    display: block;
    margin: auto;
  }
  footer .footer-bottom > .bottom-content > .content-head > .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .fb-page {
    width: 100% !important;
  }
  footer .footer-bottom > .bottom-content > .content-head > small {
    width: 100%;
    text-align: center;
  }
  footer .footer-bottom > .bottom-content > .content-head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-bottom > .bottom-content .office > section:nth-of-type(2) {
    border-right: 0;
    padding-left: 0;
  }
  footer .footer-bottom > .bottom-content .office > section:nth-of-type(3) {
    padding-left: 0;
    margin-top: 0;
  }
  footer .footer-bottom > .bottom-content .office > section:nth-of-type(4) {
    margin-top: 0;
    padding-left: 0;
    border-right: 0;
  }
  footer .footer-bottom > .bottom-content .office > section:nth-of-type(4) .img_wrap {
    text-align: left;
  }
  footer .c_name {
    text-align: center;
    padding-left: 0;
  }
  footer .free_dial > i {
    margin-left: 0;
  }
}
.p_mark {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  text-align: left;
}

.p_mark p {
  font-size: 1rem;
  margin-top: 0;
  line-height: 1.5;
}

.p_mark a {
  display: block;
  padding: 5px;
  background-color: #fff;
  width: 85px;
  height: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .p_mark {
    margin-top: 25px;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_mark a {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.p_mark a img {
  width: 100%;
}

div.wpcf7-mail-sent-ok.wpcf7-response-output {
  border: none;
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 26px;
  width: 250px;
}

div.wpcf7-validation-errors.wpcf7-response-output {
  border: none;
  color: red;
}

button:disabled {
  background-color: gray;
  cursor: not-allowed;
}