@charset "UTF-8";

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

* {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #29394E;
  letter-spacing: 0;
}

.inner {
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

.u-mobile {
  display: none;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fadeup.js-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.box {
  width: 100px;
  height: 100px;
  background-color: #79A92D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: white;
  font-weight: bold;
}

.img {
  width: 1280px;
  height: 720px;
  margin-top: 80px;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  width: 100%;
  height: 85px;
  background-color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__logo {
  margin-right: 19px;
}

.header__logo img {
  height: auto;
}

.header__logo picture {
  display: block;
  min-width: 320px;
  width: 100%;
}

.header__text {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  min-width: 168px;
}

.header__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 391px;
}

.splide {
  width: 100%;
  height: 500px;
}

.splide__track {
  width: 100%;
  height: 100%;
}

.splide__list {
  width: 100%;
  height: 100%;
}

.splide__slide {
  width: 100%;
  height: 100%;
}

.splide__slide img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.25;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.25;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.request-button {
  border-radius: 33px;
  padding: 0;
  margin: 0;
  max-width: 380px;
  width: 100%;
  background-color: transparent;
  border: none;
}

.request-button a {
  width: 100%;
  height: 100%;
}

.request-button a img {
  width: 100%;
  vertical-align: middle;
}

.request-button__seconds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  margin-right: 6px;
}

.request-button__easy {
  font-size: 12px;
  font-family: "nitalago-ruika", sans-serif;
  color: #ee6b01;
}

.request-button__second {
  font-size: 12px;
  font-family: "nitalago-ruika", sans-serif;
  color: #ee6b01;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.request-button__60 {
  font-family: "protipo-wide", sans-serif;
  font-size: 22px;
  color: #ee6b01;
  font-weight: bold;
  line-height: 1;
}

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

.request-button__text-white {
  color: #fff;
  font-size: 13px;
  font-family: "nitalago-ruika", sans-serif;
}

.request-button__text-yellow {
  color: #fcff00;
  font-size: 25px;
  font-family: "nitalago-ruika", sans-serif;
  line-height: 1;
}

.request-button__click {
  width: 30px;
}

.request-button__click img {
  width: 100%;
}

.btn--gritter {
  overflow: hidden;
  position: relative;
}

.btn--gritter::before {
  content: "";
  display: block;
  height: 100%;
  width: 10%;
  position: absolute;
  top: -50%;
  left: -78px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  animation: reflection 3s ease-in-out infinite;
}

.main-view {
  width: 100%;
  overflow: hidden;
}

.main-view__wrapper {
  overflow: hidden;
  position: relative;
}

.swiper {
  width: 100%;
  height: 470px;
  z-index: -1;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/514;
}

.swiper-slide picture img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.main-view__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 875px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}

.main-view__copy img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.main-view__bar {
  background-color: #ffd713;
  padding: 12px;
}

.main-view__bar p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.main-view__bar-img {
  display: none;
}

.main-view__button-wrapper {
  display: none;
}

.main-view__0 {
  position: absolute;
  top: 425px;
  left: 72%;
  width: 180px;
  height: 180px;
}

.main-view__0 img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .main-view__0 {
    position: absolute;
    top: 372px;
    left: 74%;
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 450px) {
  .main-view__0 {
    position: absolute;
    top: 372px;
    left: 74%;
    width: 130px;
    height: 130px;
  }
}


.participant-only{
  width: 100%;
}

.meta {
  background-image: url(../img/common/back-brend.jpg);
  background-size: cover;
  padding: 47px 0;
}

.meta__inner {
  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;
}

.meta__img {
  margin-right: 54px;
  max-width: 368px;
  width: 100%;
}

.meta__img img {
  width: 100%;
  height: auto;
}

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

.meta__text h2 {
  background-color: #c8000c;
  color: #fff;
  padding: 10px 29px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  margin-bottom: 27px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}

.meta__text h2::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #c8000c transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.meta__nomal {
  font-size: 20px;
  line-height: 1.85;
  font-weight: 500;
}

.meta__large {
  font-size: 22px;
  line-height: 1.85;
  font-weight: bold;
}

.meta__strong {
  color: #c8000c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, yellow)) 100% 100%;
  background: linear-gradient(transparent 40%, yellow 40%) 100% 100%;
}

.meta__75 {
  color: #c8000c;
  font-size: 32px;
}

.meta__small {
  color: #9b9b9b;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 8px;
}

.improvement {
  background-image: url(../img/common/back-red.jpg);
  padding: 40px 0 64px;
}

.improvement__inner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.025em;
}

.improvement__inner h2 span {
  color: #fff131;
}

.improvement__inner p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.improvement__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.improvement__content-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 37px 20px;
  margin-right: 16px;
}

.improvement__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.improvement__before {
  width: 124px;
  height: 124px;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-right: 24px;
}

.improvement__before p {
  font-size: 24px;
  font-weight: 500;
}

.improvement__before span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.improvement__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25px;
  font-weight: bold;
}

.improvement__ave {
  font-size: 25px;
  font-weight: bold;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 8px 0;
  margin-bottom: 10px;
  vertical-align: middle;
}

.improvement__sales {
  font-size: 25px;
  font-weight: bold;
}

.improvement__sales span {
  font-size: 36px;
}

.improvement__arrow {
  margin-right: 16px;
}

.improvement__content-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 12px 20px;
}

.improvement__content-next .improvement__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25px;
  font-weight: bold;
  color: #e7000e;
}

.improvement__content-next .improvement__ave {
  font-size: 25px;
  font-weight: bold;
  border-top: 2px solid #e7000e;
  border-bottom: 2px solid #e7000e;
  color: #e7000e;
  padding: 8px 0;
  margin-bottom: 10px;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.improvement__info {
  margin-right: 16px;
}

.improvement__after {
  width: 124px;
  height: 124px;
  background-color: #e7000e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-right: 24px;
}

.improvement__after p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.improvement__sales--red {
  color: #e7000e;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, yellow)) 100% 100%;
  background: linear-gradient(transparent 40%, yellow 40%) 100% 100%;
}

.improvement__sales--red span {
  color: #e7000e;
  font-size: 36px;
}

.improvement__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.improvement__comment img {
  height: auto;
  width: auto;
}

.improvement__graff {
  width: 52%;
}

.improvement__graff img {
  width: 100%;
  height: auto;
}

.about {
  background-color: #fcf6ed;
  padding: 48px 0 80px;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__img {
  width: 45%;
}

.about__img img {
  width: 100%;
  height: auto;
}

.about__meta {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__meta h2 {
  margin-bottom: 16px;
  width: 78%;
}

.about__meta h2 img {
  width: 100%;
  height: auto;
}

.about__block {
  margin-bottom: 24px;
}

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

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}

.about__list p {
  font-size: 20px;
  line-height: 1.5;
}

.about__list p span {
  color: #e7000e;
  font-weight: bold;
}

.about__list:last-child {
  margin-bottom: 0;
}

.about__check-icon {
  margin-right: 16px;
}

.about__check-icon:nth-child(1),
.about__check-icon:nth-child(3) {
  margin-top: 5px;
}

.about__message {
  background-color: #fff;
  padding: 19px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}

.about__message::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about__message span {
  color: #e7000e;
}

.reason {
  background-image: url(../img/common/back-orange.jpg);
  padding: 48px 0 78px;
}

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

.reason__inner h2 {
  margin-bottom: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.reason__inner h2 img {
  width: 100%;
}

.reason__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 25px;
}

.reason__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: calc((100% - 40px) / 2);
}

.reason__point {
  background-color: #e7000e;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason__meta {
  background-color: #fff;
  padding: 19px 17px 20px 20px;
}

.reason__meta h3 {
  color: #e7000e;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 8px;
}

.reason__meta h3 span {
  color: #e7000e;
  background-color: yellow;
}

.reason__meta p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.64;
}

.reason__meta p span {
  font-weight: 900;
  color: #bb8700;
}

.present{
 padding:0 ;
 background-image: ;
 
}

.present_inner {
  max-width: 1000px;
  margin-bottom: 30px;
}

.present__main-content{
  margin: 0 auto;
  text-align: center;

}
.present__participant-only{
  position: relative;
  display: inline-block;
  margin: 3em 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #007a39;
 
  background: #007a39;
  border-radius: 50px;
  text-align: center;
} 
.present__participant-only p{
  color: #eee77c;
  font-size: 23px;
}

.present__participant-only:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #007a39;
}

.present__participant-only p {
  margin: 5px 20px;
  padding: 0;
  letter-spacing: 0.12em;
}

.present__maintext{

font-size: 35px;
font-weight: 700;
background: linear-gradient(0deg, #ffee63 20%, #fff 89%);
background: -webkit-linear-gradient(90deg, #ffee63 20%, #fff 89%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


-webkit-text-stroke: 2px #ff4112;

}
.present__text{
  margin: 30px;
  font-size: 23px;
  color: #5a410a;
}
.present__text span{
color: #ff4112;

}
.voice {
  padding: 56px 0 72px;
}

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

.voice__inner h2 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.voice__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px 20px 36px 30px;
  position: relative;
}

.voice__img {
  margin-right: 30px;
  width: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -15px;
}

.voice__img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.voice__img-content p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.voice__text {
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
  padding-left: 245px;
}

.voice__text span {
  color: #e7000e;
  font-weight: 900;
}

.voice__text p {
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
}

.compare {
  padding: 56px 0 64px;
  background-color: #fcf6ed;
}

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

.compare__inner h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.compare__table {
  margin-bottom: 32px;
  overflow-x: scroll;
  height: 414px;
}

.compare__button-wrapper {
  display: block;
  text-align: center;
}

.compare__button-wrapper .request-button {
  border-radius: 65.5px;
  max-width: 545px;
}

.compare__button-wrapper .request-button a {
  display: inline-block;
}

.compare__button-wrapper .request-button a img {
  height: auto;
}

.wrapper-table {
  width: 1032px;
  border-left: 1px solid #f5d687;
  white-space: nowrap;
  table-layout: fixed;
}

.table__head {
  position: relative;
}

.table__head th {
  background-color: #fcefcf;
  border-right: 2px solid #f5d687;
  font-size: 18px;
  font-weight: bold;
  width: 220px;
  padding: 12px 0 9px;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
}

.table__head th:first-child {
  background-color: #d5b051;
  border-right: 2px solid #e7000e;
  border-left: 2px solid #d5b051;
  width: 120px;
  position: sticky;
  left: 0;
  z-index: 2;
}

.table__head th:first-child::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 99%;
  border-top: 2px solid #f5d687;
  border-left: 2px solid #d5b051;
  z-index: 2;
}

.table__head th:nth-child(2) {
  background-color: #e7000e;
  border-right: 2px solid #e7000e;
  color: #fff;
}

.table__head th:nth-child(4)::before,
.table__head th:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.2px;
  width: 100%;
  height: 99%;
  border-left: 2px solid #f5d687;
}

.table__body td {
  background-color: #fcefcf;
  border-right: 2px solid #f5d687;
  border-top: 2px solid #f5d687;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  vertical-align: middle;
}

.table__body td:first-child {
  background-color: #d5b051;
  border-top: none;
  border-right: 2px solid #e7000e;
  border-left: 2px solid #d5b051;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.29;
  position: sticky;
  left: 0;
  z-index: 2;
}

.table__body td:first-child::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 99%;
  border-top: 3px solid #f5d687;
  border-left: 2px solid #d5b051;
}

.table__body td:nth-child(2) {
  background-color: #fff;
  border-top: 2px solid #e7000e;
  border-right: 2px solid #e7000e;
  color: #e7000e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.38;
}

.table__body td:nth-child(2) span {
  color: #e7000e;
  background-color: yellow;
}

.table__body:last-of-type td {
  border-bottom: 2px solid #f5d687;
}

.table__body:last-of-type td:first-child {
  border-bottom: none;
}

.table__body:last-of-type td:first-child::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 99%;
  border-bottom: 3px solid #f5d687;
}

.table__body:last-of-type td:nth-child(2) {
  border-bottom: 2px solid #e7000e;
}

.flow {
  padding: 56px 0 70px;
}

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

.flow__inner h2 {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.flow__cards-wrapper {
  overflow-x: scroll;
  height: 188px;
}

.flow__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  height: 176px;
  width: 1032px;
}

.flow__card {
  width: calc((100% - 80px) / 5);
  height: 100%;
  list-style: none;
  border: 2px solid #e7000e;
  margin-right: 5px;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.flow__card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: auto;
}

.flow__card:first-child {
  border: none;
  margin: 0;
}

.flow__img {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.flow__img img {
  width: 100%;
  height: auto;
}

.flow__card h3 {
  margin-top: 22px;
}

.flow__arrow {
  position: absolute;
  top: 50%;
  left: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow__card:nth-child(2)::before {
  content: "1";
  width: 30px;
  height: 29px;
  background-color: #e7000e;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 3px;
}

.flow__card:nth-child(3)::before {
  content: "2";
  width: 30px;
  height: 29px;
  background-color: #e7000e;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 3px;
}

.flow__card:nth-child(4)::before {
  content: "3";
  width: 30px;
  height: 29px;
  background-color: #e7000e;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 3px;
}

.flow__card:nth-child(5)::before {
  content: "4";
  width: 30px;
  height: 29px;
  background-color: #e7000e;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 3px;
}

.detail {
  padding: 42px 0 60px;
  background-image: url(../img/common/back-red.jpg);
}

.detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}

.detail__title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.detail__title h2 span {
  color: #ffef13;
  font-size: 38px;
  font-weight: bold;
}

.detail__strong:first-child {
  margin-right: 8px;
}

.detail__strong:last-child {
  margin-left: 8px;
}

.emphasis {
  display: inline-block;
  position: relative;
}

.emphasis::before {
  position: absolute;
  top: -0.7em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #ffef13;
  font-size: 1em;
  content: "・";
}

.detail__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.detail__card {
  width: calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.detail__card p {
  background-color: #fff;
  padding: 35px 0 30px;
  border-radius: 25px;
  width: 100%;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.detail__card p span {
  color: #c8000c;
}

.detail__card p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: -19px;
  right: 35%;
}

.detail__card div {
  margin-bottom: 30px;
  margin-top: -30px;
  z-index: 1;
}

.contact {
  background-color: #fcf6ed;
  padding: 40px 0 100px;
  border-bottom: none;
}

.contact__copy {
  background-color: #ffef13;
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
  padding: 18px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  z-index: 1;
  position: relative;
}

.contact__copy span {
  color: #c8000c;
  font-size: 28px;
}

.contact__copy::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffef13 transparent transparent transparent;
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact__title {
  background-color: #dea747;
  padding: 42px 0 26px;
  text-align: center;
}

.contact__title h2 {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 15px;
}

.contact__title span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.contact__form {
  background-color: #fff;
  width: 100%;
}

.contact__form-inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 0 70px;
}

.contact__main-message {
  background-color: #e7000e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px 14px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}

.contact__main-message span {
  font-size: 26px;
  color: #fff;
}

.contact__sub-message {
  display: block;
  text-align: right;
  font-size: 13px;
  margin-bottom: 30px;
}

.contact__sub-message span {
  color: #e7000e;
}

.wpcf7 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-item {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-item label {
  font-size: 18px;
  font-weight: bold;
}

.form-item label span {
  color: #c8000c;
}

.form-item > span {
  width: 70%;
  height: 65px;
}

.form-item .wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: 28px;
}

.form-item .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 95%;
  height: 100%;
  border: none;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding-left: 1em;
  font-size: 16px;
}

.form-item:nth-child(7) {
  margin-bottom: 0;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding-left: 0;
}

.form-item--short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.form-item--short label {
  font-size: 18px;
  font-weight: bold;
}

.form-item--short label span {
  color: #c8000c;
}

.form-item__wrapper--short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 73%;
}

.form-item__wrapper--short .wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: 26px;
  margin-right: 5px;
  width: 25%;
}

.form-item__wrapper--short .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 95%;
  height: 100%;
  border: none;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding-left: 1em;
  font-size: 16px;
}

.form-item--middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.form-item--middle .wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: 28px;
  margin-right: 20%;
  width: 50%;
}

.form-item--middle .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding-left: 1em;
  font-size: 16px;
}

.form-item--middle .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 70%;
  height: 65px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, calc(100% - 40px) 50%;
  background-size: 5px 5px, 5px 5px, 1px 100%;
  background-repeat: no-repeat;
}

.form-item--middle label {
  font-size: 18px;
  font-weight: bold;
}

.form-item--middle label span {
  color: #c8000c;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 10px;
}

.wpcf7-list-item label .wpcf7-list-item-label {
  color: #000;
  font-weight: 400;
}

input[type=radio],
input[type=checkbox] {
  width: 20px;
  height: 20px;
}

input[type=radio] {
  margin-top: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin: 0 30px 0 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}

.wpcf7-list-item-label {
  cursor: pointer;
  /* labelにhoverした時にカーソルを表示させる */
  font-size: 16px;
  /* 項目のフォントサイズ */
  position: relative;
}

input[type=checkbox] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}

.wpcf7-checkbox .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #333;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 15px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(../img/common/mark.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 12px;
  left: 2px;
  position: absolute;
  top: 6px;
  width: 12px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #fff;
}

.original .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* デフォルトのボタン */

.original input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */

.original .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  content: "";
  height: 15px;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  /* 色をじんわり変化させる */
  width: 15px;
}

/* チェック後のボタン */

.original input[type=radio]:checked + .wpcf7-list-item-label::after {
  background: url(../img/common/mark.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 12px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 12px;
}

.form-zip-btn {
  width: 172px;
  border: 2px solid #c8000c;
  height: 61px;
  background-color: #fff;
  font-size: 18px;
  color: #c8000c;
  border-radius: 5px;
  margin-left: 16px;
}

.form-item__meta {
  margin-bottom: 20px;
  padding-top: 16px;
  width: 70%;
  margin-left: auto;
  font-size: 13px;
}

.form-privacy {
  margin-bottom: 30px;
}

.form-privacy__text {
  font-size: 16px;
  line-height: 1.2;
}

.form-privacy__text a {
  color: #c8000c;
}

.form__button {
  text-align: center;
  margin-bottom: 30px;
}

.wpcf7-submit {
  background-color: #e7000e;
  padding: 27px 100px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border-radius: 100px;
  -webkit-box-shadow: 0 8px 0 0 #7d0404;
          box-shadow: 0 8px 0 0 #7d0404;
  border: none;
  line-height: 1;
  z-index: 1;
}

.form-check {
  text-align: center;
  margin-right: 80px;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }

  .swiper-slide picture img {
    height: 100%;
  }

  .main-view__0 {
    width: 165px;
    height: 165px;
  }
}

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

  .main-view__recover {
    right: -45%;
  }

  .main-view__recover img {
    max-width: 170px;
  }

  .main-view__0 {
    left: auto;
    right: 0%;
  }

  .improvement__inner h2 {
    font-size: 50px;
    line-height: 1.36;
  }

  .improvement {
    padding: 54px 0 78px;
  }

  .improvement__content-prev {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 125px;
    padding-left: 125px;
  }

  .improvement__ave {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .improvement__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .improvement__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .improvement__arrow {
    margin-right: 0;
  }

  .improvement__info {
    margin-right: 0;
  }

  .improvement__content-next {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
    text-align: center;
  }

  .improvement__content-next .improvement__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .improvement__content-next .improvement__ave {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .improvement__result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .improvement__comment {
    width: 50%;
  }

  .improvement__comment img {
    width: 100%;
    height: auto;
  }

  .improvement__graff {
    width: 35%;
  }

  .improvement__graff img {
    width: 100%;
    height: auto;
  }

  .reason__inner h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .flow__cards-wrapper {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 840px) {
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form-item label {
    margin-bottom: 8px;
    margin-right: auto;
  }

  .form-item--short {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .form-item--short label {
    margin-bottom: 8px;
  }

  .form-item--middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .form-item--middle label {
    margin-bottom: 8px;
  }

  .form-item .wpcf7-form-control-wrap {
    margin-left: 0;
    width: 100%;
  }

  .form-item__wrapper--short .wpcf7-form-control-wrap {
    margin-left: 0;
  }

  .form-item--middle .wpcf7-form-control-wrap {
    margin-left: 0;
  }

  .wpcf7-form {
    padding: 0 16px;
  }

  .form-item--check .wpcf7-form-control-wrap {
    height: 50px;
  }

  .wpcf7-list-item.first {
    margin-left: 0;
  }

  .form-item__meta {
    margin-left: inherit;
  }

  .form-item__wrapper--short {
    width: 100%;
  }

  .form-item--middle .wpcf7-form-control-wrap {
    width: 100%;
  }

  .form-item--middle .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 97%;
  }

  .wpcf7-submit {
    font-size: 20px;
    padding: 20px 50px;
    -webkit-box-shadow: 0 5px 0 0 #7d0404;
            box-shadow: 0 5px 0 0 #7d0404;
  }

  .form-item__wrapper--short .wpcf7-form-control-wrap {
    width: 40%;
  }

  .wpcf7-response-output {
    font-size: 18px;
  }

  .form__button .wpcf7-spinner {
    display: none;
  }

  .form-check {
    margin-right: 0;
  }
}

@media screen and (max-width: 769px) {
  .swiper {
    height: 650px;
  }

  .main-view__0 {
    right: auto;
    left: 2%;
    top: 500px;
    width: 200px;
    height: 200px;
  }

  .main-view__bar {
    padding: 32px 16px 40px 16px;
  }

  .main-view__bar-inner {
    max-width: 692px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-view__bar-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    gap: 24px;
  }

  .main-view__bar-sp p {
    text-align: left;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.56;
    width: 65%;
  }

  .main-view__bar-img {
    display: block;
    width: 35%;
  }

  .main-view__bar-img img {
    width: 100%;
    height: auto;
  }

  .main-view__button-wrapper {
    display: block;
    text-align: center;
  }

  .main-view__button-wrapper .request-button {
    border-radius: 65.5px;
    max-width: 700px;
  }

  .main-view__button-wrapper .request-button a {
    display: inline-block;
  }

  .main-view__button-wrapper .request-button a img {
    height: auto;
  }

  .detail__cards {
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 2px;
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }

  .detail__card {
    width: 90%;
  }

  .detail__card:first-child {
    grid-column: 1/span 2;
    width: 50%;
    justify-self: center;
  }

  .detail__card p::before {
    right: 50%;
  }
}

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

  .u-mobile {
    display: block;
  }

  .header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__button-wrapper {
    display: none;
  }

  .meta {
    background-image: url(../img/common/back-brend-sp.jpg);
    background-size: cover;
  }

  .meta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }

  .meta__img {
    margin: 0;
  }

  .meta__text {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }

  .meta__text h2 {
    font-size: 30px;
    padding: 15px 35px;
    border-radius: 33px;
  }

  .meta__text h2::before {
    content: "";
    border-width: 20px 15px 0 15px;
    bottom: -19px;
  }

  .meta__nomal {
    font-size: 30px;
  }

  .meta__large {
    font-size: 36px;
  }

  .meta__75 {
    font-size: 46px;
  }

  .meta__small {
    font-size: 23px;
  }

  .meta__img {
    max-width: 630px;
  }

  .about {
    position: relative;
    z-index: -1;
  }

  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .about__img {
    width: 100%;
  }

  .about__meta {
    width: 100%;
  }

  .about__meta h2 {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .reason {
    margin-top: -200px;
    z-index: 1;
  }

  .reason__inner h2 {
    width: 90%;
  }

  .reason__inner h2 img {
    width: 100%;
  }

  .reason__cards {
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .reason__card {
    max-width: 680px;
    width: 100%;
  }

  .voice__inner h2 {
    width: 62%;
  }

  .voice__inner h2 img {
    width: 100%;
    height: auto;
  }

  .voice__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 100%;
  }

  .voice__img {
    position: inherit;
    display: block;
    top: auto;
    width: 100%;
    margin-right: 0;
  }

  .voice__img img {
    width: 100%;
  }

  .voice__img-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px 0;
  }

  .voice__img-content p {
    padding-left: 30px;
    font-size: 31px;
  }

  .voice__img-content picture {
    padding-right: 30px;
  }

  .voice__text {
    padding: 30px 30px 48px 30px;
  }

  .voice__text p {
    font-size: 28px;
    line-height: 1.57;
  }

  .compare__inner h2 {
    width: 64%;
  }

  .compare__inner h2 img {
    width: 100%;
    height: auto;
  }

  .flow__inner h2 {
    width: 64%;
  }

  .flow__inner h2 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 720px) {
  .main-view__bar-sp p {
    font-size: 22px;
  }

  .meta__text h2 {
    font-size: 18px;
  }

  .meta__text h2::before {
    content: "";
    border-width: 20px 15px 0 15px;
    bottom: -19px;
  }

  .meta__nomal {
    font-size: 22px;
  }

  .meta__large {
    font-size: 25px;
  }

  .meta__75 {
    font-size: 36px;
  }

  .meta__small {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .improvement {
    padding: 35px 0 50px;
  }

  .improvement__inner h2 {
    font-size: 30px;
  }

  .improvement__content-prev {
    width: 88%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 670px) {
  .main-view__bar-sp {
    text-align: center;
  }

  .main-view__bar-sp p {
    font-size: 18px;
  }

  .main-view__0 {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 642px) {
  .improvement__content-prev {
    width: 93%;
  }
}

@media screen and (max-width: 640px) {
  .detail__title h2 {
    font-size: 20px;
  }

  .detail__title h2 span {
    font-size: 28px;
  }

  .detail__strong {
    width: 35px;
  }

  .detail__strong img {
    width: 100%;
    height: auto;
  }

  .form-item--middle .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 98%;
  }

  .form-item > span {
    height: 52px;
  }

  .form-item__wrapper--short .wpcf7-form-control-wrap {
    height: 50px;
  }

  .form-zip-btn {
    height: 52px;
  }

  .form-item--middle .wpcf7-form-control-wrap {
    height: 56px;
  }

  .form-item__wrapper--short .wpcf7-form-control-wrap .wpcf7-form-control {
    height: 97%;
  }

  .form-item--middle .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 100%;
  }
}

@media screen and (max-width: 630px) {
  .contact__title h2 {
    padding: 0 8px;
    font-size: 22px;
  }

  .contact__title span {
    padding: 0 8px;
    font-size: 16px;
  }

  .contact__copy {
    font-size: 13px;
    padding: 18px 8px;
    line-height: 1.2;
  }

  .contact__copy span {
    font-size: 22px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 600px) {
  .about__list p {
    font-size: 16px;
  }

  .about__message {
    font-size: 16px;
  }

  .reason__meta {
    padding: 19px 10px 20px 10px;
  }

  .reason__meta h3 {
    font-size: 20px;
  }

  .reason__meta p {
    font-size: 15px;
  }

  .reason__point {
    padding: 0 10px;
    width: 100px;
  }

  .reason__point img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 570px) {
  .main-view__background-img {
    width: 255%;
  }

  .main-view__recover {
    right: 0;
    top: 184%;
  }

  .main-view__0 {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 560px) {
  .voice__inner h2 {
    width: 84%;
  }

  .voice__img-content p {
    font-size: 20px;
  }

  .voice__text {
    padding: 16px;
  }

  .voice__text p {
    font-size: 20px;
  }

  .compare__inner h2 {
    width: 84%;
  }

  .flow__inner h2 {
    width: 84%;
  }

  .contact {
    padding: 40px 0 50px;
  }

  .form-item--middle .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
  }

  .wpcf7-submit {
    font-size: 16px;
    padding: 15px 10px;
    width: 223px;
    -webkit-box-shadow: 0 4px 0 0 #7d0404;
            box-shadow: 0 4px 0 0 #7d0404;
    -webkit-appearance: none;
  }
}

@media screen and (max-width: 500px) {
  .reason {
    margin-top: -170px;
  }

  .flow {
    padding: 56px 0 50px;
  }

  .flow__cards-wrapper {
    overflow-x: scroll;
    height: 140px;
  }

  .flow__cards {
    height: 130px;
    width: 750px;
    gap: 20px;
  }

  .flow__arrow {
    left: 106%;
  }

  .flow__card h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
  .detail {
    padding-bottom: 33px;
  }

  .detail__title {
    margin-bottom: 18px;
  }

  .detail__card div {
    margin-bottom: 15px;
    margin-top: -15px;
    width: 70px;
  }

  .detail__card div img {
    width: 100%;
    height: auto;
  }

  .detail__card p {
    padding: 16px 0;
    font-size: 18px;
  }

  .detail__title h2 {
    font-size: 16px;
  }

  .detail__title h2 span {
    font-size: 24px;
  }
}

@media screen and (max-width: 450px) {
  .header__logo {
    margin-right: 0;
    text-align: center;
  }

  .header__logo img {
    max-width: 270px;
  }

  .main-view__copy {
    height: 400px;
  }

  .swiper {
    height: 450px;
  }

  .main-view__bar-sp .main-view__bar-img {
    width: 50%;
  }

  .main-view__bar-sp p {
    width: 50%;
    font-size: 16px;
  }

  .main-view__0 {
    top:370px;
    width: 130px;
    height: 130px;
    left: 0px;
  }

  .meta__nomal {
    font-size: 17px;
  }

  .meta__large {
    font-size: 19px;
  }

  .meta__75 {
    font-size: 26px;
  }

  .meta__small {
    font-size: 14px;
  }
}

@media screen and (max-width: 440px) {
  .voice__img > picture {
    display: inline-block;
    height: 120px;
  }

  .voice__img > picture img {
    height: 100%;
  }

  .voice__img-content {
    padding-left: 16px;
  }

  .voice__img-content p {
    padding-left: 8px;
    font-size: 16px;
  }

  .voice__img-content picture {
    width: 28%;
  }

  .voice__img-content picture img {
    width: 100%;
    height: auto;
  }

  .voice__text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 430px) {
  .improvement__inner h2 {
    font-size: 24px;
  }

  .improvement__before {
    height: 104px;
    width: 104px;
    margin-right: 12px;
  }

  .improvement__before p {
    font-size: 20px;
  }

  .improvement__before span {
    font-size: 16px;
  }

  .improvement__content-next .improvement__ave {
    font-size: 18px;
  }

  .improvement__content-next {
    padding: 12px;
  }

  .improvement__after {
    height: 74px;
    width: 74px;
    margin-right: 8px;
  }

  .improvement__after p {
    font-size: 16px;
  }

  .improvement__ave {
    font-size: 18px;
  }

  .improvement__sales {
    font-size: 18px;
  }

  .improvement__sales span {
    font-size: 22px;
  }

  .improvement__sales--red {
    font-size: 16px;
  }

  .improvement__sales--red span {
    font-size: 22px;
  }

  .improvement__content-next .improvement__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .reason {
    margin-top: -160px;
  }
}

@media screen and (max-width: 375px) {
  .detail__title h2 {
    font-size: 16px;
  }

  .detail__title h2 span {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */