@charset "UTF-8";
ul, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
}

hr {
  border: none;
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.container-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 55px auto;
  padding: 0 20px;
  max-width: 920px;
}

@media screen and (max-width: 870px) {
  .container-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2vw;
  }
  .container-btn > a:nth-of-type(2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .container-btn {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.container-btn--gray {
  padding: 55px 0;
  background-color: #eae7e8;
}

.container-btn--gray .container-btn {
  margin: 0 auto;
}

.btn-counsel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 20px 20px 20px 30px;
  width: 100%;
  max-width: 410px;
  background-color: #2e0f1d;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .btn-counsel:hover {
    opacity: 0.65;
  }
}

@media screen and (max-width: 768px) {
  .btn-counsel {
    padding: 15px 5vw 15px 5vw;
  }
}

.btn-counsel:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 30px;
  background-image: url("../images/icn-talk-white.png");
}

.btn-counsel:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  margin-left: auto;
  width: 13px;
  height: 20px;
  background-image: url("../images/icn-arrow-right-white.png");
}

.btn-counsel__txt-pre {
  display: inline-block;
  margin-left: 20px;
  border: 3px solid #6d5761;
  border-radius: 8px;
  padding: 5px 5px 5px 10px;
  background-color: #fff;
  font-size: 1.7rem;
  text-align: center;
  color: #2e0f1d;
}

@media screen and (max-width: 768px) {
  .btn-counsel__txt-pre {
    margin-left: 3vw;
    border-width: 3px;
    padding: 2px 2px 2px 7px;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    font-size: 2rem;
  }
}

.btn-counsel__txt-main {
  margin-left: 20px;
  font-size: 2.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-counsel__txt-main {
    margin-left: 3vw;
    font-size: 2rem;
  }
}

.btn-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 20px 20px 20px 30px;
  width: 100%;
  max-width: 410px;
  background-color: #2e0f1d;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .btn-request:hover {
    opacity: 0.65;
  }
}

@media screen and (max-width: 768px) {
  .btn-request {
    padding: 15px 5vw 15px 5vw;
  }
}

.btn-request:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 30px;
  background-image: url("../images/icn-file-white.png");
}

.btn-request:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  margin-left: auto;
  width: 13px;
  height: 20px;
  background-image: url("../images/icn-arrow-right-white.png");
}

.btn-request__txt-main {
  margin-left: 20px;
  font-size: 2.4rem;
  color: #fff;
}

.fc--orange {
  color: #f15a24;
}

.keep-all {
  word-break: keep-all;
}

html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

.header {
  padding: 25px 0;
}

.header__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

@media screen and (max-width: 1019px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__txt-lead {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  .header__txt-lead {
    display: none;
  }
}

.header__logo {
  display: block;
  margin-left: 50px;
  width: 270px;
}

@media screen and (max-width: 1019px) {
  .header__logo {
    margin-left: 0;
  }
}

.header__logo img {
  width: 100%;
}

@media screen and (min-width: 1020px) {
  .header__logo:hover {
    opacity: 0.65;
  }
}

.header__tel {
  margin-left: auto;
  font-size: 3.2rem;
  font-weight: bold;
  color: #2e0f1d;
}

@media screen and (max-width: 1019px) {
  .header__tel {
    display: none;
  }
}

.header__tel:before {
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url("../images/icn-tel-orange.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

@media screen and (min-width: 1020px) {
  .header__tel:hover {
    opacity: 0.65;
  }
}

.header__receive {
  margin-left: 20px;
  border-radius: 4px;
  padding: 10px;
  background-color: #eae7e8;
  font-size: 1.4rem;
  color: #2e0f1d;
}

@media screen and (max-width: 1040px) {
  .header__receive {
    display: none;
  }
}

.header__sp-tel {
  display: none;
}

@media screen and (max-width: 1019px) {
  .header__sp-tel {
    display: block;
    width: 40px;
    height: 40px;
  }
}

.header__sp-tel__img {
  width: 100%;
  height: auto;
}

.sec-mv__pic {
  display: block;
}

.sec-mv__img {
  width: 100%;
  height: auto;
}

.sec-problem {
  overflow: hidden;
}

.sec-problem__content.primary-color {
  position: relative;
  padding: 40px 0 20px;
  background-color: #2e0f1d;
}

.sec-problem__content.gray {
  padding: 100px 20px 40px;
  background-color: #eae7e8;
}

@media screen and (max-width: 768px) {
  .sec-problem__content.gray {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.sec-problem__content.primary-color:after {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 960px 0 960px;
  border-color: #2e0f1d transparent transparent transparent;
  content: "";
}

.sec-problem__lead-phrase {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-problem__lead-phrase {
    font-size: 3.5rem;
  }
}

.sec-problem__lead-phrase .dot {
  position: relative;
  display: inline-block;
}

.sec-problem__lead-phrase .dot:before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: calc(6px / 2);
  width: 6px;
  height: 6px;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 768px) {
  .sec-problem__lead-phrase .dot:before {
    bottom: 90%;
  }
}

.sec-problem__list {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sec-problem__list {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-problem__list {
    display: block;
    margin-top: 0;
  }
}

.sec-problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #96878e;
  border-radius: 10px;
  padding: 10px;
  width: 24%;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-problem__item {
    margin-top: 20px;
    width: 100%;
  }
}

.sec-problem__item .lc--fz--big {
  font-size: 120%;
}

.sec-problem__explain {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #2e0f1d;
}

@media screen and (max-width: 768px) {
  .sec-problem__explain {
    font-size: 2.5rem;
  }
}

.sec-problem__explain .lc--fz--big {
  font-size: 120%;
  text-decoration: underline;
}

.sec-merit__inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 65px;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .sec-merit__inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.sec-merit__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #2e0f1d;
}

@media screen and (max-width: 768px) {
  .sec-merit__ttl {
    font-size: 3.2rem;
  }
}

.sec-merit__main-content.no2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sec-merit__main-content.no2 {
    display: block;
  }
}

.sec-merit__sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px auto 0;
  min-height: 75px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-merit__sub-ttl {
    min-height: 50px;
  }
}

.sec-merit__sub-ttl:before {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
}

@media screen and (max-width: 768px) {
  .sec-merit__sub-ttl:before {
    width: 3vw;
    height: 3vw;
  }
}

.sec-merit__sub-ttl:after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
}

@media screen and (max-width: 768px) {
  .sec-merit__sub-ttl:after {
    width: 3vw;
    height: 3vw;
  }
}

.sec-merit__sub-ttl.no1 {
  max-width: 580px;
}

@media screen and (max-width: 768px) {
  .sec-merit__sub-ttl.no1 {
    max-width: 400px;
  }
}

.sec-merit__sub-ttl.no2 {
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  .sec-merit__sub-ttl.no2 {
    max-width: 320px;
  }
}

.sec-merit__sub-ttl__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fcded3));
  background: linear-gradient(transparent 60%, #fcded3 0%);
  font-size: 3.2rem;
  font-weight: bold;
  color: #2e0f1d;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .sec-merit__sub-ttl__inner {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 374px) {
  .sec-merit__sub-ttl__inner {
    font-size: 2.3rem;
  }
}

.sec-merit__sub-ttl.no2 {
  margin-top: 35px;
}

@media screen and (max-width: 840px) {
  .sec-merit__pic.no1 {
    display: block;
    width: 100%;
    overflow: scroll;
  }
}

@media screen and (max-width: 768px) {
  .sec-merit__pic.no2 {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 374px) {
  .sec-merit__pic.no2 {
    display: block;
    text-align: center;
  }
}

.sec-merit__img {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .sec-merit__img {
    margin-top: 20px;
  }
}

.sec-merit__img.no1 {
  width: 100%;
}

.sec-merit__img.no2 {
  margin-left: 30px;
  width: 160px;
  min-width: 160px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sec-merit__img.no2 {
    margin-left: 0;
    width: 170px;
  }
}

@media screen and (max-width: 374px) {
  .sec-merit__img.no2 {
    width: 70%;
    min-width: 0;
  }
}

.sec-merit__txt {
  margin-top: 30px;
  font-size: 2rem;
}

.sec-merit__txt--orange {
  font-weight: bold;
  color: #f15a24;
  text-decoration: underline;
}

.sec-features {
  padding: 55px 0;
  background-color: #96878e;
}

.sec-features__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .sec-features__inner {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.sec-features__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-features__ttl {
    font-size: 3.2rem;
  }
}

.sec-features__list {
  margin-top: 40px;
}

.sec-features__item {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
}

.sec-features__item.no1 {
  padding: 50px 0 50px 30px;
}

@media screen and (max-width: 960px) {
  .sec-features__item.no1 {
    padding: 30px 15px;
  }
}

.sec-features__item.no2 {
  padding: 40px 30px 40px 0;
}

@media screen and (max-width: 960px) {
  .sec-features__item.no2 {
    padding: 30px 15px;
  }
}

.sec-features__item.no3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 30px;
}

@media screen and (max-width: 960px) {
  .sec-features__item.no3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
  }
}

.sec-features__item:first-of-type {
  margin-top: 0;
}

.sec-features__item.no1:after {
  overflow: hidden;
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/img-sec-features-1.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 960px) {
  .sec-features__item.no1:after {
    display: none;
  }
}

.sec-features__item.no2:before {
  overflow: hidden;
  position: absolute;
  width: 40%;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/img-sec-features-2.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 960px) {
  .sec-features__item.no2:before {
    display: none;
  }
}

.sec-features__content.no1 {
  width: 68%;
  max-width: 800px;
}

@media screen and (max-width: 960px) {
  .sec-features__content.no1 {
    width: 100%;
    max-width: none;
  }
}

.sec-features__content.no2 {
  margin-left: 430px;
}

@media screen and (max-width: 960px) {
  .sec-features__content.no2 {
    margin-left: 0;
  }
}

.sec-features__content.no3 {
  width: 38%;
}

@media screen and (max-width: 960px) {
  .sec-features__content.no3 {
    width: 100%;
  }
}

.sec-features__sub-ttl {
  font-size: 3.2rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .sec-features__sub-ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 400px) {
  .sec-features__sub-ttl {
    font-size: 2.4rem;
  }
}

.sec-features__sub-ttl:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icn-sec-features-orange.png");
  color: #2e0f1d;
  vertical-align: -2px;
}

@media screen and (max-width: 768px) {
  .sec-features__sub-ttl:before {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 400px) {
  .sec-features__sub-ttl:before {
    vertical-align: -4px;
  }
}

.sec-features__main-txt {
  margin-top: 20px;
  font-size: 2rem;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .sec-features__main-txt {
    margin-top: 10px;
  }
}

.sec-features__pic.no3 {
  display: block;
  width: 60%;
}

@media screen and (max-width: 960px) {
  .sec-features__pic.no3 {
    margin-top: 20px;
    width: 90%;
  }
}

.sec-features__img.no3 {
  width: 100%;
}

.sec-results {
  padding: 50px 20px 0;
  background-color: #eae7e8;
}

@media screen and (max-width: 959px) {
  .sec-results {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.sec-results__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .sec-results__inner {
    padding: 30px 2vw 30px;
  }
}

.sec-results__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #2e0f1d;
}

@media screen and (max-width: 768px) {
  .sec-results__ttl {
    font-size: 3.2rem;
  }
}

.sec-results__sub-ttl {
  margin-top: 40px;
  text-align: center;
}

.sec-results__sub-ttl__main-txt {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  background-color: #d5cfd2;
  font-size: 2.2rem;
  font-weight: bold;
}

.sec-results__sub-ttl__main-txt:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: url("../images/deco-sec-results-sub-ttl.png");
}

.sec-results__sub-ttl__main-txt:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: url("../images/deco-sec-results-sub-ttl.png");
}

.sec-results__lead-prase {
  margin-top: 10px;
  padding: 0 20px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #2e0f1d;
}

.sec-results__lead-prase--big {
  font-size: 6.4rem;
}

.sec-results__lead-prase--semi-big {
  font-size: 4.4rem;
}

@media screen and (max-width: 959px) {
  .sec-results__lead-prase {
    font-size: 2.3rem;
    padding: 0;
  }
}

.sec-results__ex {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #2e0f1d;
}

.sec-results__flow-list {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 840px;
}

@media screen and (max-width: 959px) {
  .sec-results__flow-list {
    padding: 0;
    max-width: none;
  }
}

.sec-results__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #2e0f1d;
  padding: 25px 0;
}

@media screen and (max-width: 768px) {
  .sec-results__flow-item {
    display: block;
  }
}

.sec-results__flow-item:first-of-type {
  border-top: none;
}

.sec-results__flow-ttl {
  border-radius: 5px;
  width: 280px;
  height: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .sec-results__flow-ttl {
    width: 100%;
  }
}

.sec-results__flow-ttl.white {
  border: 1px solid #96878e;
  background-color: #fff;
  color: #2e0f1d;
}

.sec-results__flow-ttl.gray {
  border: 1px solid #96878e;
  background-color: #eae7e8;
  color: #2e0f1d;
}

.sec-results__flow-ttl.orange {
  border: 1px solid #f15a24;
  background-color: #feeee9;
  color: #f15a24;
}

.sec-results__comp-list {
  margin-left: 45px;
}

@media screen and (max-width: 959px) {
  .sec-results__comp-list {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sec-results__comp-list {
    margin-top: 10px;
    margin-left: 0;
  }
}

.sec-results__comp-item {
  position: relative;
  padding-left: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2e0f1d;
}

.sec-results__comp-item:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "・";
}

.sec-results__table-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 840px;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container {
    padding: 0;
  }
}

.sec-results__hr {
  margin: 45px auto 0;
  width: 800px;
  height: 2px;
  background-color: #eae7e8;
}

@media screen and (max-width: 959px) {
  .sec-results__hr {
    width: 100%;
  }
}

.sec-results__table-container.no1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no1 {
    display: block;
  }
}

.sec-results__table-container.no1 .before p {
  font-size: 1.4rem;
  color: #2e0f1d;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no1 .before p {
    margin: 0 auto;
    max-width: 959px;
  }
}

.sec-results__table-container.no1 .before table {
  width: 370px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no1 .before table {
    margin: 0 auto;
    width: 100%;
    max-width: 959px;
  }
}

.sec-results__table-container.no1 .before th, .sec-results__table-container.no1 .before td {
  padding: 5px 0;
  font-weight: 500;
}

.sec-results__table-container.no1 .before tr:nth-of-type(2) td {
  background: #d5cfd2;
  color: #4d4d4d;
}

.sec-results__table-container.no1 .before tr:nth-of-type(3) td {
  background: #eae7e8;
  color: #4d4d4d;
}

.sec-results__table-container.no1 .before tr td:first-of-type {
  background-color: #c0b7bb;
  color: #2e0f1d;
}

.sec-results__table-container.no1 .before th {
  background-color: #2e0f1d;
  color: #fff;
}

.sec-results__table-container.no1 picture {
  display: block;
  margin-top: 10px;
  width: 16px;
}

.sec-results__table-container.no1 picture img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no1 picture {
    margin: 15px auto 0;
    width: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.sec-results__table-container.no1 .after p {
  font-size: 1.4rem;
  color: #2e0f1d;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no1 .after p {
    margin: 0 auto;
    max-width: 959px;
  }
}

.sec-results__table-container.no1 .after table {
  width: 370px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no1 .after table {
    margin: 0 auto;
    width: 100%;
    max-width: 959px;
  }
}

.sec-results__table-container.no1 .after th, .sec-results__table-container.no1 .after td {
  padding: 5px 0;
  font-weight: bold;
}

.sec-results__table-container.no1 .after tr:nth-of-type(2) td {
  background: #fbcdbd;
  color: #4d4d4d;
}

.sec-results__table-container.no1 .after tr:nth-of-type(3) td {
  background: #fde6de;
  color: #4d4d4d;
}

.sec-results__table-container.no1 .after tr td:first-of-type {
  background-color: #c0b7bb;
  color: #2e0f1d;
}

.sec-results__table-container.no1 .after th {
  background-color: #2e0f1d;
  color: #fff;
}

.sec-results__table-container.no2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no2 {
    display: block;
  }
}

.sec-results__table-container.no2 .before p {
  font-size: 1.4rem;
  color: #2e0f1d;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no2 .before p {
    margin: 0 auto;
    max-width: 959px;
  }
}

.sec-results__table-container.no2 .before table {
  width: 370px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no2 .before table {
    margin: 0 auto;
    width: 100%;
    max-width: 959px;
  }
}

.sec-results__table-container.no2 .before th, .sec-results__table-container.no2 .before td {
  padding: 5px 0;
  font-weight: 500;
}

.sec-results__table-container.no2 .before th {
  background-color: #2e0f1d;
  width: 55%;
  color: #fff;
}

.sec-results__table-container.no2 .before td {
  width: 45%;
  background-color: #d5cfd2;
  color: #4d4d4d;
}

.sec-results__table-container.no2 picture {
  display: block;
  margin-top: 10px;
  width: 16px;
}

.sec-results__table-container.no2 picture img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no2 picture {
    margin: 15px auto 0;
    width: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.sec-results__table-container.no2 .after p {
  font-size: 1.4rem;
  color: #2e0f1d;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no2 .after p {
    margin: 0 auto;
    max-width: 959px;
  }
}

.sec-results__table-container.no2 .after table {
  width: 370px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no2 .after table {
    margin: 0 auto;
    width: 100%;
    max-width: 959px;
  }
}

.sec-results__table-container.no2 .after th, .sec-results__table-container.no2 .after td {
  padding: 5px 0;
  font-weight: bold;
}

.sec-results__table-container.no2 .after th {
  background-color: #2e0f1d;
  width: 55%;
  color: #fff;
}

.sec-results__table-container.no2 .after td {
  width: 45%;
  background-color: #fbcdbd;
  color: #4d4d4d;
}

.sec-results__table-container.no3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no3 {
    display: block;
  }
}

.sec-results__table-container.no3 .before p {
  font-size: 1.4rem;
  color: #2e0f1d;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no3 .before p {
    margin: 0 auto;
    max-width: 959px;
  }
}

.sec-results__table-container.no3 .before table {
  width: 370px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no3 .before table {
    margin: 0 auto;
    width: 100%;
    max-width: 959px;
  }
}

.sec-results__table-container.no3 .before th, .sec-results__table-container.no3 .before td {
  padding: 5px 0;
  font-weight: 500;
}

.sec-results__table-container.no3 .before th {
  background-color: #2e0f1d;
  width: 30%;
  color: #fff;
}

.sec-results__table-container.no3 .before td {
  width: 70%;
  background-color: #d5cfd2;
  color: #4d4d4d;
}

.sec-results__table-container.no3 picture {
  display: block;
  margin-top: 10px;
  width: 16px;
}

.sec-results__table-container.no3 picture img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no3 picture {
    margin: 15px auto 0;
    width: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

.sec-results__table-container.no3 .after p {
  font-size: 1.4rem;
  color: #2e0f1d;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no3 .after p {
    margin: 0 auto;
    max-width: 959px;
  }
}

.sec-results__table-container.no3 .after table {
  width: 370px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sec-results__table-container.no3 .after table {
    margin: 0 auto;
    width: 100%;
    max-width: 959px;
  }
}

.sec-results__table-container.no3 .after th, .sec-results__table-container.no3 .after td {
  padding: 5px 0;
  font-weight: bold;
}

.sec-results__table-container.no3 .after th {
  width: 30%;
  background-color: #2e0f1d;
  color: #fff;
}

.sec-results__table-container.no3 .after td {
  width: 70%;
  background-color: #fbcdbd;
  color: #4d4d4d;
}

.sec-feedback {
  background-color: #eae7e8;
  padding: 0 20px;
}

@media screen and (max-width: 540px) {
  .sec-feedback {
    padding: 0 2vw;
  }
}

.sec-feedback__inner {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1200px;
  background-color: #fff;
}

@media screen and (max-width: 540px) {
  .sec-feedback__inner {
    padding: 30px 0;
  }
}

.sec-feedback__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  text-align: center;
  color: #2e0f1d;
}

@media screen and (max-width: 768px) {
  .sec-feedback__ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 540px) {
  .sec-feedback__ttl {
    margin-bottom: 30px;
  }
}

.sec-feedback__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 100px;
}

@media screen and (max-width: 768px) {
  .sec-feedback__content {
    padding: 0 2.5vw;
  }
}

.sec-feedback__pic {
  display: block;
  width: 30%;
}

@media screen and (max-width: 540px) {
  .sec-feedback__pic {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .sec-feedback_pic.switch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sec-feedback__img {
  width: 100%;
  height: auto;
}

.sec-feedback__lead-phrase {
  width: 65%;
}

@media screen and (max-width: 540px) {
  .sec-feedback__lead-phrase {
    margin-top: 20px;
    width: 100%;
  }
}

.sec-feedback__lead-phrase__txt {
  border-left: 6px solid #2e0f1d;
  padding-left: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #2e0f1d;
}

@media screen and (max-width: 540px) {
  .sec-feedback__lead-phrase__txt {
    font-size: 2.3rem;
  }
}

.sec-feedback__lead-phrase__name {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  .sec-feedback__lead-phrase__name {
    margin-top: 20px;
  }
}

@media screen and (max-width: 540px) {
  .sec-feedback__lead-phrase.switch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.sec-feedback__main {
  margin-top: 30px;
  width: 100%;
  font-size: 2rem;
  line-height: 1.6;
  color: #4d4d4d;
}

@media screen and (max-width: 540px) {
  .sec-feedback__main.switch {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.sec-feedback__hr {
  display: block;
  margin: 50px auto;
  padding: 0 100px;
}

@media screen and (max-width: 768px) {
  .sec-feedback__hr {
    margin: 40px 0;
    padding: 0 2.5vw;
  }
}

.sec-feedback__hr:before {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #eae7e8;
  content: "";
}

.sec-price__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec-price__inner {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-price__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sec-price__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #2e0f1d;
}

@media screen and (max-width: 768px) {
  .sec-price__ttl {
    font-size: 3.2rem;
  }
}

.sec-price__pic {
  display: block;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec-price__pic {
    max-width: 400px;
  }
}

.sec-price__img {
  width: 100%;
  height: auto;
}

.sec-price__lead-phrase {
  padding: 10px 0 30px;
  background-color: #2e0f1d;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-price__lead-phrase {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    font-size: 2rem;
  }
}

.sec-price__lead-phrase .semi-big {
  font-size: 190%;
}

.sec-price__lead-phrase .big {
  font-size: 150%;
}

.sec-flow {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .sec-flow {
    padding-top: 40px;
  }
}

.sec-flow__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .sec-flow__inner {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.sec-flow__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #2e0f1d;
}

@media screen and (max-width: 768px) {
  .sec-flow__ttl {
    font-size: 3.2rem;
  }
}

.sec-flow__pic {
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec-flow__pic {
    max-width: 400px;
  }
}

.sec-flow__img {
  width: 100%;
  height: auto;
}

.sec-qa {
  padding: 65px 0;
  background-color: #eae7e8;
}

@media screen and (max-width: 768px) {
  .sec-qa {
    padding: 40px 0;
  }
}

.sec-qa__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .sec-qa__inner {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.sec-qa__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #2e0f1d;
}

@media screen and (max-width: 768px) {
  .sec-qa__ttl {
    font-size: 3.2rem;
  }
}

.sec-qa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .sec-qa__list {
    margin-top: 15px;
  }
}

.sec-qa__item {
  margin-top: 25px;
  padding: 25px;
  width: 49%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-qa__item {
    padding: 4vw;
    width: 100%;
  }
}

.sec-qa__item:first-of-type {
  margin-top: 0;
}

.sec-qa__item:nth-of-type(2) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .sec-qa__item:nth-of-type(2) {
    margin-top: 25px;
  }
}

.sec-qa__q__inner {
  font-weight: bold;
  color: #f15a24;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fcded3));
  background: linear-gradient(transparent 70%, #fcded3 0%);
}

.sec-qa__q__inner:before {
  margin-right: 5px;
  content: "Q.";
}

.sec-qa__a {
  margin-top: 10px;
}

.sec-qa__a__inner {
  color: #4d4d4d;
}

.sec-qa__a__inner:before {
  margin-right: 5px;
  content: "A.";
  font-weight: bold;
  color: #2e0f1d;
  vertical-align: top;
}

.sec-contact__ttl {
  padding: 10px 0;
  background-color: #2e0f1d;
  font-size: 4.2rem;
  text-align: center;
  color: #fff;
}

.sec-contact__form {
  margin: 40px auto 0;
  padding: 0 20px;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .sec-contact__form {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.sec-contact .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .sec-contact .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec-contact .form__label {
  width: 20%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .sec-contact .form__label {
    width: 100%;
  }
}

.sec-contact .form__radio-label {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d4d4d;
}

.sec-contact .form__radio-comp {
  margin-left: 20px;
}

.sec-contact .form__radio-comp:first-of-type {
  margin-left: 0;
}

.sec-contact .form__input-container {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .sec-contact .form__input-container {
    margin-top: 5px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec-contact .form__input-container.radio {
    margin-top: 15px;
  }
}

.sec-contact .form__input-text {
  display: inline-block;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 1px 10px;
  width: 100%;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sec-contact .form__input-text {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.sec-contact .form__textarea {
  display: inline-block;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 1px 10px;
  width: 100%;
  font-size: 1.6rem;
}

.sec-contact .form__input-text::-webkit-input-placeholder,
.sec-contact .form__textarea::-webkit-input-placeholder {
  font-weight: bold;
  color: #eae7e8;
}

.sec-contact .form__input-text:-ms-input-placeholder,
.sec-contact .form__textarea:-ms-input-placeholder {
  font-weight: bold;
  color: #eae7e8;
}

.sec-contact .form__input-text::-ms-input-placeholder,
.sec-contact .form__textarea::-ms-input-placeholder {
  font-weight: bold;
  color: #eae7e8;
}

.sec-contact .form__input-text::placeholder,
.sec-contact .form__textarea::placeholder {
  font-weight: bold;
  color: #eae7e8;
}

.sec-contact .ats {
  color: #c1272d;
}

.sec-contact .form__privacy-policy {
  margin-top: 60px;
  padding: 20px;
  background-color: #eae7e8;
  font-size: 1.6rem;
  text-align: center;
  color: #4d4d4d;
}

.sec-contact .form__privacy-policy__ttl {
  padding: 5px 0;
  background-color: #fff;
  font-weight: bold;
}

.sec-contact .form__privacy-policy__main {
  margin-top: 20px;
  line-height: 1.7;
}

.sec-contact .form__privacy-policy__main a {
  text-decoration: underline;
  word-break: break-all;
}

.sec-contact .form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto;
  border-radius: 4px;
  padding: 15px 20px 15px 60px;
  width: 100%;
  max-width: 410px;
  background-color: #2e0f1d;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-contact .form__submit {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .sec-contact .form__submit:hover {
    opacity: 0.65;
  }
}

.sec-contact .form__submit:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icn-submit-white.png");
}

.sec-contact .form__submit:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: inline-block;
  margin-left: auto;
  width: 13px;
  height: 20px;
  background-image: url("../images/icn-arrow-right-white.png");
}

.sec-contact .form__submit__txt-main {
  margin-left: 20px;
  font-size: 2.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec-contact .form__submit__txt-main {
    margin-left: 10px;
  }
}

.sec-contact .form__error {
  font-size: 1.6rem;
  font-weight: bold;
  color: red;
}

.footer {
  text-align: center;
}

.footer__main-content {
  padding: 30px 0 20px;
  background-color: #2e0f1d;
  color: #fff;
}

.footer__logo {
  width: 270px;
  height: auto;
}

.footer__company {
  font-size: 1.4rem;
  font-weight: bold;
}

.footer__hr {
  margin: 25px 0 20px;
  height: 1px;
  background-color: #583f4a;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  text-decoration: underline;
}

.footer__menu__item {
  padding: 0 20px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 400px) {
  .footer__menu__item {
    padding: 0 10px;
  }
}

.footer__menu__item:last-of-type {
  border-right: none;
}

.footer__menu__anchor:hover {
  opacity: 0.65;
}

.footer__copy {
  padding: 15px 0;
  font-size: 1.2rem;
  color: #4d4d4d;
}

.main.complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60vh;
}

.sec-form-complete .fc--red {
  color: red;
}

.sec-form-complete__msg {
  padding: 30px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #eae7e8;
}

.sec-form-complete__btn {
  display: block;
  margin: 30px auto 0;
  padding: 20px 0;
  max-width: 250px;
  background-color: #2e0f1d;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .sec-form-complete__btn:hover {
    opacity: 0.65;
  }
}
