@charset "UTF-8";
/* --------------------------------------------------------
  ベース設定
-------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.5s;
  opacity: 0.7;
  transition: 0.5s;
}

body {
  background-color: white;
  color: #282424;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.container-lg {
  padding: 0 !important;
}

/* --------------------------------------------------------
    共通のCSS
  -------------------------------------------------------- */
.pc-br {
  display: block;
}

@media screen and (max-width: 575px) {
  .pc-br {
    display: none;
  }
}

.smp-br {
  display: none;
}

@media screen and (max-width: 575px) {
  .smp-br {
    display: block;
  }
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: relative;
}

.btn-orange {
  background-color: #f75e00;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 35px;
}

.btn-orange .fa-stack {
  font-size: 24px;
}

.btn-orange i {
  vertical-align: middle;
}

.btn-orange .fa-caret-right {
  color: #f75e00;
  font-size: 30px;
}

.btn-orange .icon-background {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .btn-orange {
    display: block;
    font-size: 20px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 90%;
  }
}

@media screen and (max-width: 575px) {
  .btn-orange {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
  }
  .btn-orange .fa-stack {
    font-size: 16px;
  }
  .btn-orange .fa-caret-right {
    font-size: 20px;
  }
}

.btn-orange:hover {
  background-color: #e73a56;
  color: #fff;
  opacity: 100;
  text-decoration: none;
}

.btn-orange:hover .fa-caret-right {
  color: #e73a56;
}

.section-title {
  font-size: 48px;
  color: #f76004;
  font-weight: bold;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 575px) {
  .section-title {
    font-size: 24px;
  }
}

a.a-orange {
  color: #f77e34;
  text-decoration: underline;
}

a.a-orange:hover {
  color: #e73a56;
  text-decoration: none;
}

/* --------------------------------------------------------
    ページレイアウトに関するCSS
  -------------------------------------------------------- */
/* .kv {
  margin-top: 4vw;
} */
@media screen and (max-width: 991px) {
  .kv {
    margin-top: 2vw;
  }
}

  /*----------------------------------------
  section-hero
-------------------------------------------*/
.section-hero .hero__container {
  position: relative;
  border-top: 10px solid #f78037;
}

@media screen and (max-width: 991px) {
  .section-hero .hero__container {
    border-top: 0;
  }
}

.section-hero .hero__header {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
}

.section-hero .hero__header > :first-child {
  margin-right: auto;
}

.section-hero .hero__header__logo {
  padding: 10px 0 10px 10px;
}

.section-hero .hero__item img {
  width: 100%;
}

/* 2022.05.19 --- start --- */
.section-hero .hero__video {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  text-align: center;
  background-color: #70BB2C;
  border: none;
}
.section-hero .hero__video.white {
  background-color: #FFF;
}
.section-hero .hero__video h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #f76004;
  font-size: 42px;
  font-weight: 700;
}
.section-hero .hero__video p {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}

.section-hero .hero__video video {
  width: 49.8%;
}
@media screen and (max-width: 991px) {
  .section-hero .hero__video {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .section-hero .hero__video video {
    width: 93%;
  }
}
@media all and (max-width: 767px) {
  .section-hero .hero__video h3 {
    margin-bottom: 0.75rem;
    font-size: 26px;
  }
  .section-hero .hero__video p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 16px;
  }
}
/* 2022.05.19 --- end --- */

@media screen and (max-width: 1680px) {
  .hero__header__logo {
    width: 23%;
  }
  .hero__header__linebtn, .hero__header__mailbtn {
    width: 15%;
  }
}

@media screen and (max-width: 991px) {
  .hero__header__logo {
    padding: 15px;
  }
  .hero__header__logo {
    width: 30%;
  }
  .hero__header__linebtn, .hero__header__mailbtn {
    width: 20%;
  }
}

@media screen and (max-width: 575px) {
  .hero__header__logo {
    padding: 15px;
  }
  .hero__header__logo {
    width: 37%;
  }
  .hero__header__linebtn, .hero__header__mailbtn {
    width: 30%;
  }
}

/*--------------------------------------
  section-line-area
----------------------------------------*/
.section-line-area {
  color: #3a3a3a;
  background: #fff9d5;
}

@media all and (max-width: 767px) {
  .section-line-area {
    padding: 0 0 40px 0;
  }
}

.section-line-unit {
  display: flex;
  padding-top: 30px;
}

@media all and (max-width: 767px) {
  .section-line-unit {
    margin-bottom: 30px;
  }
}

.section-line-unit__left {
  width: 69%;
  padding-top: 40px;
}

@media all and (max-width: 767px) {
  .section-line-unit__left {
    width: 62%;
    padding-top: 20px;
  }
}

.section-line-unit__right {
  width: 31%;
}

@media all and (max-width: 767px) {
  .section-line-unit__right {
    width: 38%;
  }
}

.section-line-ttl {
  margin-bottom: 20px;
  font-size: 50px;
  color: #f76004;
  line-height: 1.4;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .section-line-ttl {
    font-size: 24px;
  }
}

.section-line-text {
  margin-bottom: 25px;
  font-size: 28px;
}

@media all and (max-width: 767px) {
  .section-line-text {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
}

.section-line-img {
  position: relative;
}

.section-line-img__person {
  position: absolute;
  bottom: 0;
  left: -190px;
}

@media all and (max-width: 767px) {
  .section-line-img__person {
    left: -20vw;
    width: 25vw;
  }
}

.section-line-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 60px;
  border-radius: 30px;
  padding-bottom: 3px;
  background: #f76004;
  padding-top: 5px;
  font-size: 24px;
  color: #fff;
}
.section-line-btn:hover,
.section-line-btn:active {
  color: #fff;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .section-line-btn {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    padding-top: 0;
    font-size: 16px;
  }
}

.section-line-btn__arrow {
  padding-right: 25px;
  background: url("../img/line-arrow.png") no-repeat right center;
}

@media all and (max-width: 767px) {
  .section-line-btn__arrow {
    background-size: 10px auto;
  }
}

/*--------------------------------------
  section-portal
----------------------------------------*/
.section-portal {
  padding: 100px 0 90px 0;
  color: #3a3a3a;
}
.section-portal p {
  font-size: 18px;
}

@media all and (max-width: 767px) {
  .section-portal {
    padding: 45px 0 45px 0;
  }
  .section-portal p {
    font-size: 13px;
  }
}

.section-portal-ttl {
  margin-bottom: 15px;
  color: #f76004;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .section-portal-ttl {
    margin-bottom: 25px;
    padding: 0 5%;
    font-size: 26px;
  }
}

.section-portal-text {
  margin-bottom: 50px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .section-portal-text {
    margin-bottom: 30px;
    text-align: left;
  }
}

.section-portal-list {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .section-portal-list {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .section-portal-list li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}

/*--------------------------------------
  section-point
----------------------------------------*/
.section-point {
  padding: 90px 0 100px 0;
  color: #3a3a3a;
  background: #f7f6f4;
}

@media all and (max-width: 767px) {
  .section-point {
    padding: 50px 0;
  }
}

.section-point-ttl {
  margin-bottom: 50px;
  text-align: center;
  color: #f76004;
  font-size: 42px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-point-ttl {
    margin-bottom: 30px;
    padding: 0 5%;
    font-size: 28px;
  }
}

.section-point-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

@media all and (max-width: 767px) {
  .section-point-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.section-point-list li {
  font-size: 24px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-point-list li {
    width: calc(50% - 10px);
    margin-bottom: 25px;
    padding: 0 10px;
    font-size: 16px;
  }
}

.section-point-list img {
  display: block;
  margin: 0 auto 15px auto;
}

@media all and (max-width: 767px) {
  .section-point-list img {
    margin-bottom: 5px;
  }
}


/*----------------------------------------
  section-pattern
-------------------------------------------*/
.section-pattern {
  padding: 100px 0;
  background: #f76004;
  text-align: center;
  color: #fff;
}

@media all and (max-width: 767px) {
  .section-pattern {
    padding: 50px 0;
  }
}

.section-pattern-ttl {
  display: inline-block;
  margin: 0 auto 40px auto;
  padding: 5px 20px;
  border: solid 3px #fff;
  font-size: 38px;
}

@media all and (max-width: 767px) {
  .section-pattern-ttl {
    margin-bottom: 20px;
    font-size: 28px;
    border-width: 2px;
  }
}

.section-pattern-text-01 {
  margin-bottom: 20px;
  font-size: 48px;
}

@media all and (max-width: 767px) {
  .section-pattern-text-01 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
  }
}

.section-pattern-text-01 em {
  font-size: 62px;
  color: #ffee53;
  font-style: normal;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .section-pattern-text-01 em {
    display: block;
    font-size: 42px;
    line-height: 1.4;
  }
}

.section-pattern-home {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .section-pattern-home {
    width: 40%;
    margin: 0 auto 15px auto;
  }
}

.section-pattern-text-02 {
  margin-bottom: 20px;
  padding-bottom: 50px;
  background: url("../img/pattern-arrow.png") no-repeat center bottom;
  font-size: 48px;
  line-height: 1.2;
}

@media all and (max-width: 767px) {
  .section-pattern-text-02 {
    font-size: 32px;
    padding-bottom: 44px;
    background-size: 8vw auto;
  }
}

.section-pattern-text-02:first-line {
  font-size: 42px;
}

@media all and (max-width: 767px) {
  .section-pattern-text-02:first-line {
    font-size: 34px;
  }
}

.section-pattern-text-02__price {
  font-size: 72px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-pattern-text-02__price {
    font-size: 50px;
  }
}

.section-pattern-price__name {
  font-size: 42px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-pattern-price__name {
    font-size: 22px;
  }
}

.section-pattern-price__num-01 {
  font-size: 100px;
  font-family: "M PLUS Rounded 1c";
}

@media all and (max-width: 767px) {
  .section-pattern-price__num-01 {
    font-size: 40px;
  }
}

.section-pattern-price__num-02 {
  font-size: 140px;
  font-family: "M PLUS Rounded 1c";
  color: #f76004;
}

@media all and (max-width: 767px) {
  .section-pattern-price__num-02 {
    font-size: 44px;
  }
}

.section-pattern-price__text-01 {
  font-size: 36px;
}

@media all and (max-width: 767px) {
  .section-pattern-price__text-01 {
    font-size: 16px;
  }
}

.section-pattern-price__text-02 {
  font-size: 50px;
}

@media all and (max-width: 767px) {
  .section-pattern-price__text-02 {
    line-height: 1.2;
    font-size: 24px;
  }
}

.section-pattern-price__text-03 {
  padding-left: 20px;
  font-size: 60px;
  font-family: "M PLUS Rounded 1c";
}

@media all and (max-width: 767px) {
  .section-pattern-price__text-03 {
    display: block;
    line-height: 1;
    font-size: 28px;
  }
}

.section-pattern-price__text-04 {
  padding-right: 30px;
  padding-top: 3px;
  font-size: 54px;
}

@media all and (max-width: 767px) {
  .section-pattern-price__text-04 {
    width: 20vw;
    padding-right: 0;
    text-align: left;
    line-height: 1.2;
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  .section-pattern-price__text-05 {
    display: flex;
    align-items: flex-end;
    width: 25vw;
  }
}

.section-pattern-price__en-01 {
  color: #f76004;
  font-family: "M PLUS Rounded 1c";
  font-size: 60px;
}

@media all and (max-width: 767px) {
  .section-pattern-price__en-01 {
    position: relative;
    top: -2px;
    font-size: 26px;
  }
}

.section-pattern-price__or {
  position: relative;
  top: -10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0 10px 0 20px;
  padding-bottom: 3px;
  border-radius: 50%;
  background: #f76004;
  color: #fff;
  font-size: 32px;
}

@media all and (max-width: 767px) {
  .section-pattern-price__or {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 16px;
  }
}

.section-pattern-price__yen {
  font-size: 38px;
  font-family: "M PLUS Rounded 1c";
}

@media all and (max-width: 767px) {
  .section-pattern-price__yen {
    padding-bottom: 7px;
    font-size: 20px;
  }
}

.section-pattern-price dt {
  position: relative;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  font-size: 36px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-pattern-price dt {
    font-size: 20px;
  }
}

.section-pattern-price dt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #dbdbdb transparent transparent transparent;
}

.section-pattern-price dd {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 10px;
  color: #3a3a3a;
  line-height: 1.2;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-pattern-price dd {
    font-size: 18px;
    align-items: flex-end;
    line-height: 1;
  }
}

.section-pattern-price dd * {
  font-weight: 700;
}

.section-pattern-price.-color-01 {
  max-width: 800px;
  margin: 0 auto 80px auto;
}

@media all and (max-width: 767px) {
  .section-pattern-price.-color-01 {
    margin-bottom: 40px;
  }
}

.section-pattern-price.-color-01 dt {
  background: #dbdbdb;
  color: #3a3a3a;
}

.section-pattern-price.-color-01 dt:before {
  border-color: #dbdbdb transparent transparent transparent;
}

.section-pattern-price.-color-01 dd {
  padding: 20px 10px 15px 10px;
  background: #fff;
}

.section-pattern-price.-color-02 dt {
  background: #fee500;
  color: #f76004;
}

.section-pattern-price.-color-02 dt:before {
  border-color: #fee500 transparent transparent transparent;
}

.section-pattern-price.-color-02 dd {
  padding: 20px 50px 15px 50px;
  background: #fff9d5;
}

@media all and (max-width: 767px) {
  .section-pattern-price.-color-02 dd {
    padding: 5px 10px;
  }
}

.section-pattern-plus {
  margin: 15px 0;
}

@media all and (max-width: 767px) {
  .section-pattern-plus {
    width: 12vw;
    margin: 15px auto;
  }
}

.section-pattern-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 25px 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
}

.section-pattern-more__text-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-right: 120px;
  border-radius: 50%;
  background: #03c755;
  font-size: 36px;
}

@media all and (max-width: 767px) {
  .section-pattern-more__text-01 {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    font-size: 18px;
  }
}

.section-pattern-more__text-02 {
  color: #03c755;
  font-size: 60px;
}

@media all and (max-width: 767px) {
  .section-pattern-more__text-02 {
    font-size: 32px;
  }
}

.section-pattern-more__text-03 {
  position: relative;
  color: #03c755;
  font-size: 80px;
}

@media all and (max-width: 767px) {
  .section-pattern-more__text-03 {
    font-size: 32px;
  }
}

.section-pattern-more__text-03:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 5px;
  background: #03c755;
}
@media all and (max-width: 767px) {
  .section-pattern-more__text-03:after {
    bottom: 4px;
    height: 3px;
  }
}

.section-pattern-fin {
  text-align: center;
  line-height: 1.4;
}

.section-pattern-fin__text-01 .section-pattern-fin__text-02 {
  font-weight: 700;
}

.section-pattern-fin__text-01 {
  line-height: 1;
  display: block;
  font-size: 38px;
}

@media all and (max-width: 767px) {
  .section-pattern-fin__text-01 {
    font-size: 24px;
  }
}

.section-pattern-fin__text-02 {
  font-size: 70px;
}

@media all and (max-width: 767px) {
  .section-pattern-fin__text-02 {
    font-size: 20px;
  }
}

.section-pattern-fin__text-03 {
  margin-top: 20px;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .section-pattern-fin__text-03 {
    margin-top: 25px;
    font-size: 14px;
  }
}

.section-pattern-fin__text-04 {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
}

@media all and (max-width: 767px) {
  .section-pattern-fin__text-04 {
    margin-bottom: 18px;
  }
}

.section-pattern-fin em {
  position: relative;
  color: #ffee53;
  font-size: 90px;
  font-weight: 700;
  font-style: normal;
}

@media all and (max-width: 767px) {
  .section-pattern-fin em {
    font-size: 30px;
  }
}

.section-pattern-fin em:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  display: block;
  width: 100%;
  height: 2px;
  background: url("../img/pattern-line.png") no-repeat center;
}

@media all and (max-width: 767px) {
  .section-pattern-fin em:before {
    background-size: auto 1px;
    bottom: -5px;
  }
}

/*----------------------------------------
  section-staff
-------------------------------------------*/
.section-staff {
  padding: 80px 0 20px 0;
  color: #3a3a3a;
}

@media all and (max-width: 767px) {
  .section-staff {
    padding: 50px 0 40px 0;
  }
}

.section-staff-ttl {
  margin-bottom: 45px;
  text-align: center;
  color: #f76004;
  font-size: 48px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-staff-ttl {
    margin-bottom: 25px;
    padding: 0;
    font-size: 28px;
  }
}

.section-staff-list {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-staff-list:after {
  content: "";
  display: block;
  width: 25%;
}
.section-staff-list:before {
  content: "";
  display: block;
  width: 25%;
  order: 1;
}

.section-staff-list li {
  margin: 0;
  padding: 1rem;
  width: 25%;
}
@media all and (max-width: 767px) {
  .section-staff-list:after {
    width: 50%;
  }

  .section-staff-list li {
    width: 50%;
  }
}

.section-staff-list li .photo {
  border-radius: 50%;
}
.section-staff-list li .photo img {
  object-fit: cover;
  border-radius: 50%;
}

.section-staff-list li .text {
  margin-top: 0.75rem;
  padding: 0.75rem 0.25rem;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  background: #f0f0f0;
}

.section-staff-list li .text span {
  font-size: 16px;
  font-weight: 700;
}

.section-staff-text {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .section-staff-text {
    text-align: left;
    font-size: 16px;
  }
}

/*----------------------------------------
  section-voice
-------------------------------------------*/
.section-voice {
  padding: 80px 0 20px 0;
  color: #3a3a3a;
}

@media all and (max-width: 767px) {
  .section-voice {
    padding: 50px 0 40px 0;
  }
}

.section-voice-ttl {
  margin-bottom: 45px;
  text-align: center;
  color: #f76004;
  font-size: 48px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-voice-ttl {
    margin-bottom: 25px;
    padding: 0;
    font-size: 28px;
  }
}

.section-voice-text {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .section-voice-text {
    text-align: left;
    font-size: 16px;
  }
}

.section-voice-list {

}
.section-voice-item {
  margin: 0.75rem 0;
}
.section-voice-item img {
  max-width: 100%;
}
.section-voice-item.hidden {
  display: none;
}

.section-voice-more {
  margin: 0.5rem 0;
  text-align: center;
}
.section-voice-more span {
  margin: 0;
  padding: 0.25rem 2rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #f76004;
}

/*----------------------------------------
  section-trouble
-------------------------------------------*/
.section-trouble {
  padding: 80px 0 90px 0;
  color: #3a3a3a;
}

@media all and (max-width: 767px) {
  .section-trouble {
    padding: 50px 0 40px 0;
  }
}

.section-trouble-ttl {
  margin-bottom: 45px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-trouble-ttl {
    margin-bottom: 25px;
    padding: 0;
    font-size: 28px;
  }
}

.section-trouble-ttl__em {
  font-size: 60px;
  font-weight: 700;
  color: #f76004;
}

@media all and (max-width: 767px) {
  .section-trouble-ttl__em {
    font-size: 32px;
  }
}

@media all and (max-width: 767px) {
  .section-trouble-unit {
    display: block;
    width: calc(100% - 75px);
    line-height: 1.4;
    padding-right: 50px;
    font-weight: 700;
    font-size: 20px;
  }
}

.section-trouble-list {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background: #f0f0f0;
}

@media all and (max-width: 767px) {
  .section-trouble-list {
    margin-bottom: 20px;
    padding: 10px;
  }
}

.section-trouble-list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 160px;
  margin-bottom: 25px;
  padding: 0 30px;
  border-radius: 10px;
  background: #fff;
  font-size: 38px;
}

@media all and (max-width: 767px) {
  .section-trouble-list li {
    justify-content: space-between;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 15px 10px 15px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.section-trouble-list li:last-child {
  margin-bottom: 0;
}

.section-trouble-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-trouble-list__01:before {
  right: 10px;
  width: 95px;
  height: 95px;
  background-image: url("../img/trouble-01.png");
}

@media all and (max-width: 767px) {
  .section-trouble-list__01:before {
    width: 45px;
    height: 45px;
  }
}

.section-trouble-list__02:before {
  right: 10px;
  width: 107px;
  height: 107px;
  background-image: url("../img/trouble-02.png");
}

@media all and (max-width: 767px) {
  .section-trouble-list__02:before {
    width: 52px;
    height: 52px;
  }
}

.section-trouble-list__03:before {
  right: 0;
  width: 136px;
  height: 146px;
  background-image: url("../img/trouble-03.png");
}

@media all and (max-width: 767px) {
  .section-trouble-list__03:before {
    width: 65px;
    height: 70px;
  }
}

.section-trouble-list__04:before {
  right: 50px;
  width: 76px;
  height: 96px;
  background-image: url("../img/trouble-04.png");
}

@media all and (max-width: 767px) {
  .section-trouble-list__04:before {
    right: 15px;
    width: 36px;
    height: 26px;
  }
}

.section-trouble-list__05:before {
  right: 40px;
  width: 100px;
  height: 94px;
  background-image: url("../img/trouble-05.png");
}

@media all and (max-width: 767px) {
  .section-trouble-list__05:before {
    right: 15px;
    width: 50px;
    height: 45px;
  }
}

.section-trouble-ico {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-right: 30px;
  border-radius: 50%;
  color: #000;
  background: #03c755;
  color: #fff;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .section-trouble-ico {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
}

.section-trouble-ico__text {
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .section-trouble-ico__text {
    font-size: 12px;
  }
}

.section-trouble-ico__num {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
}

@media all and (max-width: 767px) {
  .section-trouble-ico__num {
    font-size: 26px;
  }
}

.section-trouble-em {
  color: #f76004;
  font-style: normal;
  font-size: 48px;
}

@media all and (max-width: 767px) {
  .section-trouble-em {
    font-size: 20px;
  }
}

.section-trouble-sub {
  margin-bottom: 25px;
  padding: 45px 0 20px 130px;
  background: url("../img/lightbulb-ico.png") no-repeat left center;
  color: #f76004;
  font-weight: 700;
  font-size: 36px;
}

@media all and (max-width: 767px) {
  .section-trouble-sub {
    background-size: 60px auto;
    background-position: center top;
    padding: 70px 0 0 0;
    font-size: 28px;
    text-align: center;
  }
}

.section-trouble-sub__maker {
  background: linear-gradient(transparent 60%, #fee500 40%);
}

.section-trouble-text {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .section-trouble-text {
    text-align: left;
    font-size: 16px;
  }
}

/*--------------------------------------
  section-step
----------------------------------------*/
.section-step {
  padding: 100px 0;
  background: #f7f6f4;
  color: #3a3a3a;
}

@media all and (max-width: 767px) {
  .section-step {
    padding: 50px 0;
  }
}

.section-step-ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-step-ttl {
    margin-bottom: 30px;
    font-size: 28px;
    padding: 0 5%;
  }
}

.section-step-ttl__name {
  font-weight: inherit;
  color: #f76004;
}

.section-step-list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 160px;
  padding: 0 30px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
}

@media all and (max-width: 767px) {
  .section-step-list li {
    justify-content: space-between;
    height: auto;
    margin-bottom: 15px;
    padding: 10px;
    line-height: 1.4;
  }
}

.section-step-list li:last-child {
  margin-bottom: 0;
}

.section-step-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media all and (max-width: 767px) {
  .section-step-list dl {
    width: calc(100% - 70px);
    padding-right: 40px;
  }
}

.section-step-list dl dt {
  margin-bottom: 5px;
  color: #f76004;
  font-weight: 700;
  font-size: 28px;
}

@media all and (max-width: 767px) {
  .section-step-list dl dt {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.section-step-list dl dd {
  font-size: 20px;
  color: #3a3a3a;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .section-step-list dl dd {
    font-size: 14px;
  }
}

.section-step-list__text {
  margin-bottom: 10px;
  color: #f76004;
  font-weight: 700;
  font-size: 28px;
}

@media all and (max-width: 767px) {
  .section-step-list__text {
    width: calc(100% - 70px);
    font-size: 18px;
  }
}

.section-step-list__01:before {
  right: 50px;
  width: 62px;
  height: 112px;
  background-image: url("../img/step-01.png");
}

@media all and (max-width: 767px) {
  .section-step-list__01:before {
    right: 15px;
    width: 31px;
    height: 56px;
  }
}

.section-step-list__02 {
  border: solid 3px #f76004;
}

.section-step-list__02:before {
  bottom: auto !important;
  right: -35px;
  width: 112px;
  height: 83px;
  background-image: url("../img/step-02.png");
}

@media all and (min-width: 768px) {
  .section-step-list__02:before {
    top: -20px !important;
  }
}

@media all and (max-width: 767px) {
  .section-step-list__02:before {
    right: -10px;
    top: -15px !important;
    width: 65px;
    height: 50px;
  }
}

.section-step-list__03:before {
  right: 35px;
  width: 100px;
  height: 94px;
  background-image: url("../img/step-03.png");
}

@media all and (max-width: 767px) {
  .section-step-list__03:before {
    right: 8px;
    width: 50px;
    height: 47px;
  }
}

.section-step-list__04:before {
  right: 25px;
  width: 100px;
  height: 94px;
  background-image: url("../img/step-04.png");
}

@media all and (max-width: 767px) {
  .section-step-list__04:before {
    right: 5px;
    width: 50px;
    height: 47px;
  }
}

.section-step-list__05:before {
  right: 45px;
  width: 90px;
  height: 90px;
  background-image: url("../img/step-05.png");
}

@media all and (max-width: 767px) {
  .section-step-list__05:before {
    right: 5px;
    width: 45px;
    height: 45px;
  }
}

.section-step-list__06:before {
  right: 45px;
  width: 90px;
  height: 90px;
  background-image: url("../img/step-06.png");
}

@media all and (max-width: 767px) {
  .section-step-list__06:before {
    right: 5px;
    width: 45px;
    height: 45px;
  }
}

.section-step-ico {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-right: 30px;
  border-radius: 50%;
  color: #000;
  background: #f76004;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .section-step-ico {
    width: 60px;
    height: 60px;
    margin-right: 0px;
  }
}

.section-step-ico__text {
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .section-step-ico__text {
    font-size: 12px;
  }
}

.section-step-ico__num {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
}

@media all and (max-width: 767px) {
  .section-step-ico__num {
    font-size: 24px;
  }
}


/*----------------------------------------
  section-howitworks (fee)
-------------------------------------------*/
.section-howitworks {
  padding: 90px 0 100px 0;
  color: #3a3a3a;
  background-color: #fff;
}

@media all and (max-width: 767px) {
  .section-howitworks {
    padding: 50px 0;
  }
}

.section-howitworks-ttl {
  margin-bottom: 25px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .section-howitworks-ttl {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 32px;
  }
}

.section-howitworks-lead {
  margin-bottom: 45px;
  text-align: center;
  font-size: 24px;
}

@media all and (max-width: 767px) {
  .section-howitworks-lead {
    margin-bottom: 25px;
    font-size: 16px;
    text-align: left;
  }
}

.section-howitworks-unit {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 238px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #ebebeb;
}

@media all and (max-width: 767px) {
  .section-howitworks-unit {
    display: block;
    height: auto;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px auto;
    padding: 20px 10px 0 10px;
  }
}

.section-howitworks-unit:last-child {
  margin-bottom: 0;
}

.section-howitworks-unit li:nth-child(1) {
  padding-left: 20px;
}

@media all and (max-width: 767px) {
  .section-howitworks-unit li:nth-child(1) {
    width: 75%;
    margin: 0 auto 25px auto;
    padding-left: 0;
    text-align: center;
  }
}

.section-howitworks-unit li:nth-child(2) {
  position: relative;
  -ms-grid-row-align: center;
      align-self: center;
  padding: 0 50px;
}

@media all and (max-width: 767px) {
  .section-howitworks-unit li:nth-child(2) {
    width: 80%;
    margin: 40px auto;
  }
}

.section-howitworks-unit li:nth-child(2):before, .section-howitworks-unit li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 19px;
  height: 33px;
  margin: auto;
  background: url("../img/howitworks-arrow-01.png") no-repeat center/contain;
}

@media all and (max-width: 767px) {
  .section-howitworks-unit li:nth-child(2):before, .section-howitworks-unit li:nth-child(2):after {
    width: 12px;
    height: 26px;
  }
}

.section-howitworks-unit li:nth-child(2):before {
  left: 10px;
}

@media all and (max-width: 767px) {
  .section-howitworks-unit li:nth-child(2):before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: auto;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.section-howitworks-unit li:nth-child(2):after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 10px;
}

@media all and (max-width: 767px) {
  .section-howitworks-unit li:nth-child(2):after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media all and (max-width: 767px) {
  .section-howitworks-unit li:nth-child(3) {
    width: 85%;
    margin: 0 auto;
  }
}

.section-howitworks-unit.-type-b {
  background: #fff9d5;
}

.section-howitworks-unit.-type-b li:nth-child(2):before,
.section-howitworks-unit.-type-b li:nth-child(2):after {
  background-image: url("../img/howitworks-arrow-02.png");
}

.section-howitworks-circle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: solid 3px #03c755;
  background: #fff;
  font-size: 2.6rem;
  color: #03c755;
  line-height: 1;
}

.section-howitworks-circle__num {
  font-weight: 700;
  font-size: 5.6rem;
}

.section-howitworks-circle__par {
  font-size: 2.6rem;
}


/*----------------------------------------
  section-faq
-------------------------------------------*/
.section-faq {
  padding: 90px 0 100px 0;
  color: #3a3a3a;
  background-color: #fff;
}

@media all and (max-width: 767px) {
  .section-faq {
    padding: 50px 0;
  }
}

.section-faq-ttl {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

@media all and (max-width: 767px) {
  .section-faq-ttl {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.section-faq-data {
  margin-bottom: 30px;
  border-radius: 10px;
  background: #f7f6f4;
}

@media all and (max-width: 767px) {
  .section-faq-data {
    margin-bottom: 15px;
    border-radius: 5px;
  }
}

.section-faq-data:last-child {
  margin-bottom: 0;
}

.section-faq-data dt {
  cursor: pointer;
  position: relative;
  padding: 20px 30px 20px 80px;
  font-weight: 700;
  font-size: 26px;
}

@media all and (max-width: 767px) {
  .section-faq-data dt {
    display: flex;
    align-items: center;
    min-height: 4em;
    padding: 10px 50px 10px 50px;
    font-size: 18px;
    line-height: 1.4;
  }
}

.section-faq-data dt:before {
  content: "Q";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  color: #f76004;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .section-faq-data dt:before {
    left: 15px;
    font-size: 25px;
  }
}

.section-faq-data dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  background: url("../img/faq-plus.png") no-repeat center/contain;
}

@media all and (max-width: 767px) {
  .section-faq-data dt:after {
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

.section-faq-data dt.-show:after {
  background-image: url("../img/faq-minus.png");
}

.section-faq-data dd {
  display: none;
  padding: 10px 30px 20px 30px;
  font-size: 18px;
}

@media all and (max-width: 767px) {
  .section-faq-data dd {
    padding: 10px 15px 20px 15px;
    font-size: 16px;
  }
}

















/*----------------------------------------
  contact
-------------------------------------------*/
.contact {
  position: relative;
  background: #fcfcfc;
  padding: 50px 0 50px;
  z-index: 0;
}

@media screen and (max-width: 575px) {
  .contact {
    padding: 40px 0;
  }
}

.contact__form {
  background: #FEEDD1;
  border-radius: 5px;
  margin: 30px auto;
  padding: 80px 150px;
}
.contact__form .col-12 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .contact__form .col-12 {
    margin-bottom: 0;
  }
}
.contact__form--cmp {
  text-align: center;
}
.contact__text {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
.check__sup {
  margin-bottom: 10px;
}
.check__contact label,
.check__sup label,
.check__consult label {
  position: relative;
  padding-top: 0 !important;
  font-weight: normal !important;
}
.check__contact label {
  margin-bottom: 0 !important;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: "";
  vertical-align: -3px;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 2px 2px -2px #CCC inset;
}
input[type="radio"] + label:before {
  border-radius: 100%;
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  position: absolute;
  top: -2px;
  left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f00c";
  color: #f39800;
}
input[type="radio"]:checked + label:after {
  content: "\f111";
  top: 2px;
  left: 4px;
  font-size: 12px;
}

.check__sup input[type="checkbox"]:checked + label:after {
  top: 8px;
}
.line-note {
  font-size: 14px;
}

.check__sup label {
  display: block;
  margin-left: 10px;
  margin-bottom: 0 !important;
  padding-top: 10px !important;
}

.formState_items {
  counter-reset: number;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.formState_item {
  counter-increment: number;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 40px;
  border-radius: 30px;
  background: #ABABAB;
}
.formState_item.active {
  background: #f39800;
}
.formState_txt {
  margin-left: 2vw;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
}
.formState_item.active:not(:first-child):before {
  background: #f39800;
}
.formState_item.active:after {
  color: #f39800;
}
.formState_item:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(number);
  color: #ABABAB;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  font-size: 18px;
  background: #FFF;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  .formState_item:after {
    width: 18px;
    height: 18px;
    font-size: 12px;
    left: 6%;
  }
}
.formState_item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10vw;
  transform: translateY(-50%);
  display: block;
  width: 10vw;
  height: 1px;
  background: #ABABAB;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .contact__form {
    padding: 80px 70px;
  }
}

@media screen and (max-width: 991px) {
  .contact__form {
    padding: 30px 70px 80px;
  }
}

@media screen and (max-width: 767px) {
  .formState_item {
    height: 25px;
  }
  .contact__form {
    padding: 10px 10px 10px;
  }
  .formState_txt {
    font-size: 14px;
  }
}

.contact label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0px 0;
}

.contact input[type="text"],
.contact textarea,
.contact button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0 2px 2px -2px #CCC inset;
}
.contact input[type="checkbox"],
.contact input[type="radio"] {
  display: none;
}
.contact textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 5px;
}

.submitBtn,
.resetBtn {
  width: 100%;
  outline: 0;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  color: #FFF;
  border: 0;
  letter-spacing: 2px;
}

.submitBtn {
  background: #f39800;
  border-bottom: 2px solid #d48400 !important;
}

.resetBtn {
  background: #cccaca;
  border-bottom: 2px solid #ABABAB !important;
}

.backBtn {
  color: #e73a56;
  text-decoration: underline;
  text-align: center;
}

.ask {
  display: block;
  margin-top: 10px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .ask {
    display: inline;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 20px 0 0 0;
  }
}

.errorMsg {
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #e73a56;
}
.cmpTxt {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact label {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 575px) {
  .contact label {
    margin-bottom: 5px;
    padding: 20px 0 0 0;
  }
}

.checkbox-984 label {
  margin-bottom: 0px;
}

.contact__text, .contact__message {
  width: 100%;
}

.btn-wrap {
  margin-top: 20px;
}

.contact__btn {
  margin: 0 10px;
  padding: 10px;
}

/*
.contact__text {
  background-color: #f5f5f5;
  width: 100%;

}

.contact__message {
  background-color: #f5f5f5;
  width: 100%;
  padding: 20px 0 160px;
}

.contact__btn {
  font-size: 22px;
  font-weight: bold;
  background-color: #282424;
  color: #fff;
  padding: 30px 90px;
  border-radius: 50px;
  margin: 65px 15px 0;
}

@media screen and (max-width: 575px) {
  .contact__btn {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 50px;
    margin: 30px 15px 0;
  }
}
*/
/*----------------------------------------
  company
-------------------------------------------*/
.conpany {
  padding: 50px 0;
}

@media screen and (max-width: 575px) {
  .conpany {
    padding: 40px 0;
  }
}

.conpany__table {
  font-size: 20px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 70%;
}

@media screen and (max-width: 1199px) {
  .conpany__table {
    max-width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .conpany__table {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .conpany__table {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
}

.conpany__table hr {
  border: solid 2px;
  margin: 30px 0;
}

@media screen and (max-width: 575px) {
  .conpany__table hr {
    margin: 15px 0;
  }
}

.conpany__item {
  font-weight: bold;
}

/*----------------------------------------
.cta
-------------------------------------------*/
.cta {
  bottom: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.cta__first {
  background-color: #fff;
  padding: 0 10px;
}

.cta__first__inr-wrapper {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1140px;
}

.cta__first a {
  width: 45%;
}

@media screen and (max-width: 575px) {
  .cta__first a {
    width: 48%;
  }
}

.cta__second {
  background-color: #37b53b;
}

.cta__button1 {
  padding: 15px 0;
}

@media screen and (max-width: 575px) {
  .cta__button1 {
    padding: 5px 0;
  }
}

.cta__button2 {
  padding: 40px 0;
}

@media screen and (max-width: 757px) {
  .cta__button2 {
    padding: 5px 10px;
  }
}

.cta__button1-smp {
  display: none;
}

.cta__button1-pc {
  display: block;
}

@media screen and (max-width: 575px) {
  .cta__button1-smp {
    display: block;
  }
  .cta__button1-pc {
    display: none;
  }
}

.footer {
  background-color: #f5f5f5;
  margin-bottom: 80px;
}

@media screen and (max-width: 757px) {
  .footer {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .footer {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 450px) {
  .footer {
    margin-bottom: 50px;
  }
}

.footer p {
  color: #939191;
  font-size: 16px;
  font-weight: unset;
  padding: 50px 0;
}

@media screen and (max-width: 757px) {
  .footer p {
    font-size: 14px;
    padding: 20px 0 30px;
  }
}

.thanks__bg {
  background-color: #e97e1a;
  padding: 80px 0;
}

.thanks h2 {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 20px 0;
}

.thanks p {
  text-align: left;
}

@media screen and (max-width: 757px) {
  .thanks p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}

/* contact form
-------------------------------------------------------------- */
.check__sup-text {
  font-weight: bold;
}
.contact__form__subtitle {
  background-color: #d6d6d6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 15px;
}

.line-note a {
  color: #e73a56;
  font-weight: bold;
  text-decoration: underline;
}

.wpcf7-list-item-label {
  font-weight: normal;
}

@media screen and (max-width: 575px) {
  .wpcf7-list-item-label {
    font-size: 18px;
  }
}

.checkbox-service .wpcf7-list-item {
  display: block !important;
}

.mustfill {
  background-color: #f39800;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
  padding: 2px 10px;
  vertical-align: 1px;
}

@media screen and (max-width: 575px) {
  .mustfill {
    margin-left: 5px;
  }
}

.service__check {
  display: block;
}

/* contact form for confirmation page*/
input:-webkit-autofill.wpcf7c-conf {
  -webkit-box-shadow: 0 0 0px 1000px #f8f9f9 inset !important;
  background: #f8f9f9 !important;
  border: none !important;
}

input:-webkit-autofill.wpcf7c-conf:focus {
  border: none !important;
}

.wpcf7c-conf {
  background: #f8f9f9 !important;
  border: none !important;
  border-color: #f8f9f9 !important;
  resize: none !important;
}

.wpcf7c-conf:focus {
  border-color: transparent !important;
}

.wpcf7-not-valid-tip {
  margin: 10px 0 20px;
}

@media screen and (max-width: 575px) {
  .wpcf7-not-valid-tip {
    margin-bottom: 0px;
  }
}

.wpcf7-not-valid-tip:before {
  color: #dc3232;
  content: "\f0d8";
  font-family: FontAwesome;
  margin-right: 5px;
}

.wpcf7c-btn-back {
  background: #77777A;
  color: #FFFFFF;
}

.wpcf7c-btn-back:hover {
  background: #acacac;
}

.wpcf7-submit:hover {
  background-color: #d51b58;
}

.input:-internal-autofill-selected {
  -webkit-text-fill-color: #f5f5f5 !important;
}

/*eroor box*/
div.wpcf7-validation-errors {
  background-color: red;
  border: none;
  color: #fff;
  text-align: center;
}

/*thankyou box*/
div.wpcf7-mail-sent-ok {
  background-color: #fff;
  border: none;
  color: red;
  padding: 20px 0;
  text-align: center;
}

/*message*/
div.wpcf7-response-output {
  background-color: #fff6f6;
  border-radius: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  padding: 30px !important;
  text-align: center;
}

@media screen and (max-width: 575px) {
  div.wpcf7-response-output {
    margin: 0px;
    padding: 15px !important;
    text-align: left;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-collapse: #f4800f !important;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border-color: #d51b58 !important;
}