@charset "UTF-8";

.secMV {
  background: url(../images/mv_bg-sp.jpg) center/cover no-repeat;
  position: relative;
}

.secMV::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/mv_bg2-sp.png) center top 16%/768px no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.secMV::after {
  content: "";
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.68) 55%, #fff 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .secMV {
    background-image: url(../images/mv_bg-pc.jpg);
  }

  .secMV::before {
    display: none;
  }
}

.secMV__container {
  width: calc(100% - 20px);
  padding: 20px 0 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .secMV__container {
    width: 100%;
    max-width: 1100px;
    padding: 5px 0 0 0;
    background: url(../images/mv_bg2-pc.png) center top/100% no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 1;
  }
}

.secMV__box1 {
  width: calc(100% + 20px);
  padding: 30px 0;
  margin-left: -8px;
  background: url(../images/mv_box1_img01-sp.png) center/contain no-repeat;
  position: relative;
  z-index: 2;
}

.secMV__box1__txt {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5714;
  transform: rotate(-6deg);
}

@media screen and (min-width: 375px) {
  .secMV__box1 {
    width: auto;
    padding: 30px 10px 30px 14px;
  }
}

@media screen and (min-width: 768px) {
  .secMV__box1 {
    background-image: url(../images/mv_box1_img01-pc.png);
    padding: 30px 20px 30px 22px;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .secMV__box1 {
    margin: 23px 0 0 -27px;
  }
}

.secMV__box2 {
  width: calc(100% + 8px);
  margin: -5px 0px 31px -1px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .secMV__box2 {
    width: auto;
    padding: 20px 0 0 0;
    margin: 0;
    order: -1;
  }

  .secMV__box2 img {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (min-width: 1024px) {
  .secMV__box2 {
    padding: 40px 0 0 50px;
  }
}

.secMV__box3 {
  position: relative;
  z-index: 2;
}

.secMV__box3__list {
  margin-left: -10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 6px;
}

.secMV__box3__list li {
  min-width: 205px;
  padding: 6px 28px 10px 12px;
  text-align: center;
  position: relative;
}

.secMV__box3__list li span {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

.secMV__box3__list li strong {
  color: #F6EC42;
}

.secMV__box3__list li::after {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  background-color: #45B700;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transform: skewX(-18deg);
  position: absolute;
  top: 0;
  left: -8px;
}

@media screen and (min-width: 768px) {
  .secMV__box3 {
    width: 75%;
    margin-bottom: 20px;
  }

  .secMV__box3__list {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 10px 25px;
    transform: translateX(-10px);
  }

  .secMV__box3__list li {
    min-width: 230px;
    padding: 6px 30px 10px 30px;
  }

  .secMV__box3__list li span {
    font-size: 17px;
  }

  .secMV__box3__list li::after {
    left: 0;
  }

  .secMV__box3__list li.pc_order1 {
    order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .secMV__box3 {
    margin-top: 12px;
    transform: translateX(-34px);
  }
}

.secMV__box4 {
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}

.secMV__box4::before {
  content: "";
  width: 72%;
  padding-top: min(100.5%, 360px);
  background: url(../images/mv_box4_img03-pc.png) right bottom/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: -24px;
  z-index: -1;
}

.secMV__box4__txt1 {
  width: 100%;
  max-width: 213px;
  margin: 12px 0px -2px -3px;
}

.secMV__box4__txt2 {
  margin: -10px 0 0 -4px;
  color: #F30369;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}

.secMV__box4__txt2 img {
  width: 54px;
  margin-top: 10px;
}

.secMV__box4__txt2 .number {
  font-size: 90px;
  letter-spacing: -0.04em;
  text-shadow: 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff, -5px -5px 0 #fff;
}

.secMV__box4__txt2 .off {
  font-size: 34px;
  letter-spacing: -0.04em;
  margin: 13px 0px 0 2px;
  line-height: 1.06;
  position: relative;
  z-index: 1;
}

.secMV__box4__txt2 .off::after {
  content: "%\aOFF";
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .secMV__box4 {
    width: 100%;
    padding: 30px 0 20px;
    background-color: rgba(255, 227, 75, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .secMV__box4::before {
    width: 37%;
    padding-top: 45.5%;
    background-image: url(../images/mv_box4_img03-pc.png);
    background-position: right bottom;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .secMV__box4__txt1 {
    max-width: 255px;
    margin: 3px 3px 0px -30%;
  }

  .secMV__box4__txt2 {
    margin: -20px 0 0 -4px;
  }

  .secMV__box4__txt2 img {
    width: 68px;
    margin-top: 14px;
  }

  .secMV__box4__txt2 .number {
    font-size: 112px;
  }

  .secMV__box4__txt2 .off {
    font-size: 40px;
    margin: 17px 0px 0 6px;
    line-height: 1.15;
  }
}

@media screen and (min-width: 1024px) {
  .secMV__box4::before {
    padding-top: 40.5%;
    background-position: left bottom;
  }
}

.secInfo {
  padding: 34px 0 57px;
  background-color: #F6A503;
}

.secInfo__area {
  margin-bottom: 18px;
  background-color: #fff;
  border-radius: 3px 3px 4px 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.secInfo__area__ttl {
  width: 100%;
  height: 53px;
  padding-top: 7px;
  background-color: #45B700;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
}

.secInfo__area__txt {
  width: 250px;
  padding: 5px 0;
  background-color: #F9F049;
  border-radius: 16px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}

.secInfo__area__txt strong {
  color: #F10369;
}

.secInfo__area__content {
  padding: 10px 10px 6px;
}

.secInfo__area__content__txt {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143;
}

.secInfo__txt1 {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.secInfo__txt1__label {
  padding: 4px 10px 4px 18px;
  margin: 7px 10px 0 -10px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.secInfo__txt1__label::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  transform: scaleY(1) perspective(3em) rotateX(-5deg);
  transform-origin: bottom left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.secInfo__txt1__free {
  color: #E6410C;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.secInfo__txt1__free::before {
  content: "全て無料 !!";
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.secInfo__txt2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.secInfo__feature {
  margin: 8px 0 14px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.secInfo__feature li {
  padding: 8px 8px 7px 0;
  background-color: #F36212;
  border: 3px solid #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 9px;
}

.secInfo__feature li img {
  width: auto;
  height: 20px;
  display: block;
}

.secInfo__credit {
  width: 100%;
  padding: 14px 10px 18px;
  background-color: #fff;
}

.secInfo__credit__txt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.secInfo__credit img {
  width: 100%;
  max-width: 308px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 375px) {
  .secInfo__txt1__label {
    padding: 4px 10px 4px 18px;
  }

  .secInfo__txt1__free {
    font-size: 40px;
  }
}

@media screen and (min-width: 400px) {
  .secInfo__txt1__label {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .secInfo {
    padding: 40px 0;
  }

  .secInfo__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 0 15px;
  }

  .secInfo__area {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 3px 3px 4px 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
  }

  .secInfo__area__ttl {
    height: 65px;
    padding-top: 18px;
    font-size: 22px;
  }

  .secInfo__area__txt {
    width: 311px;
    padding: 7px 0;
    border-radius: 20px;
    color: #000;
    font-size: 17px;
    top: -17px;
  }

  .secInfo__area__content {
    padding: 25px 30px;
  }

  .secInfo__txt1 {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 30px;
    justify-content: center;
    grid-gap: 14px;
  }

  .secInfo__txt1__label {
    padding: 4px 20px 4px 18px;
    margin: 10px 0 0 -10px;
    font-size: 20px;
  }

  .secInfo__txt1__label::before {
    transform: scaleY(1) perspective(3em) rotateX(-5deg);
    transform-origin: bottom left;
  }

  .secInfo__txt1__free {
    font-size: 46px;
  }

  .secInfo__txt2 {
    margin-top: -12px;
  }

  .secInfo__feature {
    width: 355px;
    margin: 8px 0 14px 0;
  }

  .secInfo__feature li {
    padding: 10px 8px 11px 0;
  }

  .secInfo__credit {
    width: 50%;
    max-width: 355px;
  }
}

@media screen and (min-width: 1024px) {
  .secInfo__container {
    grid-gap: 0 40px;
  }

  .secInfo__txt2 {
    font-size: 25px;
  }

  .secInfo__feature {
    width: 415px;
  }
}

.secMaker {
  background-color: #F15D04;
  position: relative;
}

.secMaker::after {
  content: "";
  width: 117px;
  height: 117px;
  margin: 0 auto;
  background-color: #F15D04;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
}

.secMaker__container {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.secMaker__ttl {
  width: 100%;
  max-width: 394px;
  margin: 0 auto;
}

.secMaker__box {
  width: 100%;
}

.secMaker__box__header {
  padding: 10px 0 6px;
  background: linear-gradient(180deg, #FFE888 0%, #FFCC00 100%);
}

.secMaker__box__header__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.secMaker__box__header__txt span {
  padding: 0 16px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 6px #FFDC1D;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}

.secMaker__box__body {
  padding: 15px 10px 9px;
  background: #fff repeating-linear-gradient(-45deg, #fff 3px, #fff 9px, rgba(255, 232, 136, 0.25) 9px, rgba(255, 232, 136, 0.25) 15px);
  border: 4px solid #FFCC00;
}

.secMaker__box__body__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
}

.secMaker__box__body__list li {
  width: calc((100% - 12px) / 3);
  border: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .secMaker__box__body {
    padding: 30px 20px 25px;
  }

  .secMaker__box__body__list {
    width: 100%;
    max-width: 787px;
    margin: 0 auto;
    grid-gap: 10px;
  }

  .secMaker__box__body__list li {
    width: calc((100% - 40px) / 5);
  }
}

.secWorry {
  padding: 30px 0 0;
  background: url(../images/worry_bg-sp.jpg) center/cover no-repeat;
}

.secWorry__container {
  padding-bottom: 101px;
}

.secWorry__container::after {
  content: "";
  width: 114px;
  height: 126px;
  background: url(../images/worry_img06.png) right bottom/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.secWorry__ttl {
  width: 100%;
  max-width: 333px;
  margin: 0 auto 23px;
}

.secWorry__list {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}

.secWorry__listItem {
  display: flex;
  align-items: center;
}

.secWorry__listItem__img {
  width: 38.3%;
  border: 3px solid #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.secWorry__listItem__txt {
  width: 100%;
  mix-blend-mode: multiply;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3529;
}

.secWorry__listItem:nth-child(odd) .secWorry__listItem__img {
  transform: rotate(-3deg);
}

.secWorry__listItem:nth-child(odd) .secWorry__listItem__txt {
  padding: 10px 10px 10px 20px;
  margin: 8px 0 0 -5px;
  background-color: #E2E2E2;
}

.secWorry__listItem:nth-child(even) .secWorry__listItem__img {
  transform: rotate(3deg);
  order: 1;
}

.secWorry__listItem:nth-child(even) .secWorry__listItem__txt {
  padding: 10px 20px 10px 10px;
  margin: 5px -5px 0 0;
  background-color: #E5D8D2;
}

@media screen and (min-width: 768px) {
  .secWorry {
    background-image: url(../images/worry_bg-pc.jpg);
  }

  .secWorry__container {
    max-width: 730px;
    padding-bottom: 68px;
  }

  .secWorry__container::after {
    right: 0;
  }

  .secWorry__list {
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 33px 20px;
    justify-content: center;
  }

  .secWorry__listItem {
    width: calc(50% - 10px);
  }
}

.secStrength {
  position: relative;
}

.secStrength__ttl {
  width: 100%;
  min-height: 138px;
  padding: 30px 30px 0;
  background: linear-gradient(180deg, #FFDD50 0%, #F89E2A 30%, #F15D04 60%, #F15D04 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.secStrength__ttl::after {
  content: "";
  width: 100%;
  height: 43px;
  margin: 0 auto;
  background-color: #F15D04;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 100% calc(100% - 42px), 50% 100%, 0 calc(100% - 42px), 0 1px);
  clip-path: polygon(0 0, 100% 0, 100% 1px, 100% calc(100% - 42px), 50% 100%, 0 calc(100% - 42px), 0 1px);
  display: block;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  z-index: 1;
}

.secStrength__ttl__fukidashi {
  width: 105px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.secStrength__ttl__shopname {
  width: 100%;
  margin: 0 auto 5px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  display: block;
}

.secStrength__ttl__shopname strong {
  font-size: 35px;
  font-weight: 700;
  margin-right: 4px;
}

.secStrength__ttl__img {
  width: calc(100% + 20px);
  max-width: 355px;
  margin: -7px auto 0;
  display: block;
  transform: translateX(-10px);
}

.secStrength__body {
  padding: 60px 0 20px;
  background: url(../images/strength_bg-sp.jpg) center/cover no-repeat;
  position: relative;
}

.secStrength__body::after {
  content: "";
  width: 100%;
  height: 44px;
  background-color: #FEFDBF;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(50% + 187.5px) calc(100% - 44px), 50% 100%, calc(50% - 187.5px) calc(100% - 44px), 0 calc(100% - 44px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(50% + 187.5px) calc(100% - 44px), 50% 100%, calc(50% - 187.5px) calc(100% - 44px), 0 calc(100% - 44px));
  display: block;
  position: absolute;
  bottom: -43px;
  left: 0;
}

.secStrength__body__ttl {
  margin-bottom: 20px;
  color: #E5410B;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4231;
}

.secStrength__body__ttl span {
  background: linear-gradient(transparent 70%, #FEE20C 70%);
}

.secStrength__body__img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 10px;
  display: block;
}

.secStrength__body__txt {
  font-size: 15px;
  line-height: 1.4;
}

.secStrength__body2 {
  padding: 90px 0 50px;
  background: url(../images/strength_bg2.jpg) left top/58px repeat;
}

.secStrength__body2__list {
  display: grid;
  grid-gap: 38px;
  counter-reset: strength_list 0;
}

.secStrength__body2__listItem {
  padding: 22px 10px 10px;
  background-color: #fff;
  border: 5px solid #F8D200;
  border-radius: 8px;
  position: relative;
}

.secStrength__body2__listItem__label {
  width: 125px;
  height: 35px;
  margin: -45px auto 10px;
  color: #F8F04A;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.secStrength__body2__listItem__label::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #45B700;
  box-shadow: -5px 0px 0px rgba(69, 183, 2, 0.54);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-30deg);
  z-index: -1;
}

.secStrength__body2__listItem__label::after {
  counter-increment: strength_list 1;
  content: counter(strength_list);
  margin-top: -5px;
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
}

.secStrength__body2__listItem__img {
  width: 100%;
  padding: 0 8px;
  margin: 0 auto 10px;
  display: block;
}

.secStrength__body2__listItem__ttl {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.secStrength__body2__listItem__ttl strong {
  color: #F15D04;
}

.secStrength__body2__listItem__txt {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .secStrength__ttl::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 43px), calc(100% - 10px) calc(100% - 43px), 50% 100%, 10px calc(100% - 43px), 0 calc(100% - 43px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 43px), calc(100% - 10px) calc(100% - 43px), 50% 100%, 10px calc(100% - 43px), 0 calc(100% - 43px));
  }

  .secStrength__ttl__img {
    max-width: 335px;
    transform: translateX(0);
  }

  .secStrength__body {
    padding: 60px 0 33px;
    background-image: url(../images/strength_bg-pc.jpg);
  }

  .secStrength__body::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(50% + 187.5px) calc(100% - 44px), 50% 100%, calc(50% - 187.5px) calc(100% - 44px), 0 calc(100% - 44px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(50% + 187.5px) calc(100% - 44px), 50% 100%, calc(50% - 187.5px) calc(100% - 44px), 0 calc(100% - 44px));
  }

  .secStrength__body__ttl {
    margin-bottom: 32px;
  }

  .secStrength__body2 {
    padding: 90px 0 50px;
  }

  .secStrength__body2__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 58px 40px;
  }

  .secStrength__body2__listItem {
    padding: 22px 20px 20px;
  }

  .secStrength__body2__listItem__img {
    max-width: 310px;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .secStrength__ttl::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(50% + 500px) calc(100% - 44px), 50% 100%, calc(50% - 500px) calc(100% - 44px), 0 calc(100% - 44px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(50% + 500px) calc(100% - 44px), 50% 100%, calc(50% - 500px) calc(100% - 44px), 0 calc(100% - 44px));
  }
}

.secSolution {
  padding: 45px 0 30px;
  background: url(../images/solution_bg-sp.jpg) center/cover repeat;
  position: relative;
}

@media screen and (min-width: 768px) {
  .secSolution {
    padding: 45px 0 40px;
    background-image: url(../images/solution_bg-pc.jpg);
  }
}

.secSolution__ttl {
  width: 100%;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 39px;
  position: relative;
  z-index: 1;
}

.secSolution__ttl strong {
  color: #F15D04;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 39px;
}

.secSolution__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.secSolution__container {
  z-index: 1;
}

.secSolution__box1 {
  padding: 20px 10px 15px;
  margin-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.81);
  border-radius: 8px;
  box-shadow: 0px 0px 6px #98C77D;
}

.secSolution__box1__ttl {
  margin-bottom: 38px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4231;
}

.secSolution__box1__ttl strong {
  color: #F15D04;
}

.secSolution__box1__ttl span {
  background: linear-gradient(transparent 60%, #FEE20C 60%);
}

.secSolution__box1__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 30px;
}

.secSolution__box1__box {
  width: 100%;
  padding: 30px 5px 3px;
  background-color: #fff;
  border: 5px solid #A5A5A5;
  border-radius: 8px;
  position: relative;
}

.secSolution__box1__box__ttl {
  height: 30px;
  padding: 0 15px 0 10px;
  margin: -50px 0 10px -10px;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.secSolution__box1__box__ttl small {
  font-size: 14px;
  font-weight: 700;
}

.secSolution__box1__box--1 {
  border-color: #A5A5A5;
}

.secSolution__box1__box--1 .secSolution__box1__box__ttl {
  width: 256px;
  background-color: #777;
}

.secSolution__box1__box--2 {
  padding-top: 20px;
  padding-bottom: 7px;
  border-color: #7BC44F;
}

.secSolution__box1__box--2 .secSolution__box1__box__ttl {
  min-width: 256px;
  margin-top: -40px;
  background-color: #45B702;
  white-space: nowrap;
  display: inline-flex;
  position: absolute;
}

.secSolution__box1__box--2 .secSolution__box1__box__ttl .shopname {
  white-space: normal;
}

.secSolution__box1__box--2 .secSolution__box1__box__ttl .shopname.long {
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .secSolution__box1 {
    margin-bottom: 24px;
  }

  .secSolution__box1__ttl {
    margin-bottom: 48px;
  }

  .secSolution__box1__list {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    flex-direction: row;
    align-items: stretch;
    grid-gap: 20px;
  }

  .secSolution__box1__listItem--1 {
    width: 50%;
    max-width: 335px;
    flex-shrink: 0;
  }

  .secSolution__box1__listItem--2 {
    width: 100%;
  }

  .secSolution__box1__box {
    height: 100%;
  }
}

.secSolution__box2 {
  padding: 7px 11px 18px;
  margin-bottom: 20px;
  background-color: rgba(255, 254, 244, 0.71);
  border: 2px solid #F15D04;
  border-radius: 8px;
}

.secSolution__box2__txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.secSolution__box2__txt:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .secSolution__box2 {
    padding: 17px 10px 18px;
  }

  .secSolution__box2__txt {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }

  .secSolution__box2__txt:not(:last-child) {
    margin-bottom: 21px;
  }
}

.secSolution__box3 {
  padding: 20px 10px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.81);
  border-radius: 8px;
  box-shadow: 0px 0px 6px #E3D579;
}

.secSolution__box3__ttl {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4286;
}

.secSolution__box3__ttl strong {
  color: #F15D04;
  font-size: 26px;
}

.secSolution__box3__ttl span {
  background: linear-gradient(transparent 60%, #FEE20C 60%);
}

.secSolution__box3__img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 0;
  display: block;
}

.secSolution__box3__list {
  width: 100%;
  max-width: 317px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.secSolution__box3__listItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.secSolution__box3__listItem--2 {
  position: relative;
}

.secSolution__box3__listItem--2::after {
  content: "";
  width: 100%;
  height: 58px;
  background: url(../images/solution_img04.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: -10px;
  left: -16px;
}

.secSolution__box3__listItem__txt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.secSolution__box3__listItem__txt .marker {
  background: linear-gradient(transparent 60%, #FEE20C 60%);
}

.secSolution__box3__listItem__txt strong {
  color: #F12804;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.secSolution__box3__listItem__txt .saving {
  color: #F15D04;
}

.secSolution__box3__listItem__bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secSolution__box3__listItem__bar__txt {
  padding: 5px 0 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 1.2143;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.secSolution__box3__listItem__bar__txt .label {
  padding: 2px 7px;
  background-color: #fff;
  margin-bottom: 2px;
  color: #363636;
  border-radius: 40px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.secSolution__box3__listItem__bar__txt .price {
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
  line-height: 1.5714;
}

.secSolution__box3__listItem__bar__txt .number {
  color: #F12804;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}

.secSolution__box3__listItem__bar--1 {
  height: 56px;
  background-color: #D0CB90;
}

.secSolution__box3__listItem__bar--2 {
  height: 141px;
  background-color: #C4954A;
}

.secSolution__box3__listItem__bar--2 .secSolution__box3__listItem__bar__txt .label {
  margin: -10px 0 10px;
}

.secSolution__box3__listItem__bar--3 {
  height: 141px;
  padding: 0 5px;
  background-color: #F4701E;
}

.secSolution__box3__listItem__bar--3 .secSolution__box3__listItem__bar__txt {
  padding: 5px 0;
}

.secSolution__box3__listItem__bar--3 .secSolution__box3__listItem__bar__txt .label {
  margin-top: 5px;
}

@media screen and (min-width: 375px) {
  .secSolution__box3 {
    padding: 20px;
  }

  .secSolution__box3__list {
    grid-gap: 23px;
  }
}

.secSolution__box4 {
  padding: 20px 11px;
  background: #FFEAEA url(../images/solution_bg3.png) right -10px top -7px/127px no-repeat;
  border-radius: 8px;
}

.secSolution__box4__ttl {
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.secSolution__box4__ttl strong {
  color: #D80000;
  font-size: 22px;
  letter-spacing: 0.01em;
}

.secSolution__box4__ptn {
  padding: 10px 10px 5px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 15px;
  position: relative;
}

.secSolution__box4__ptn:not(:last-child) {
  margin-bottom: 40px;
}

.secSolution__box4__ptn__ttl {
  width: 87px;
  height: 35px;
  background-color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 28px, 34px 28px, 35px 100%, 28px 28px, 0% 28px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 28px, 34px 28px, 35px 100%, 28px 28px, 0% 28px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 7px;
  transform: rotate(-4deg);
}

.secSolution__box4__ptn__txt {
  line-height: 1.5333;
  letter-spacing: 0.01em;
  text-align: center;
}

.secSolution__box4__ptn__txt strong {
  color: #D80000;
}

@media screen and (min-width: 375px) {
  .secSolution__box4__ttl strong {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .secSolution__box4 {
    background-position: right calc(50% - 125px) top -5px;
  }

  .secSolution__box4__ttl {
    margin-bottom: 32px;
  }

  .secSolution__box4__ptn {
    width: 100%;
    max-width: 750px;
    padding: 16px 10px;
    margin: 0 auto;
  }

  .secSolution__box4__ptn__ttl {
    left: 15px;
  }
}

.secPrice {
  padding: 30px 0;
  background: linear-gradient(180deg, #F6C703 0%, #F6A503 100%);
  position: relative;
}

.secPrice::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/price_bg.png) center top 20px/810px no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.41;
}

.secPrice__container {
  z-index: 1;
}

.secPrice__box {
  width: 100%;
  max-width: 750px;
  padding: 11px 13px 2px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.7) url(../images/price_img01.png) right bottom/106px no-repeat;
  border: 4px solid #F15D04;
  border-radius: 8px;
  position: relative;
}

.secPrice__txt1 {
  width: 100%;
  max-width: 325px;
  padding: 0 4px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  grid-gap: 14px;
}

.secPrice__txt1 span {
  padding: 5px 10px 5px 12px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}

.secPrice__txt1 span strong {
  color: #FFF64D;
}

.secPrice__txt1 span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #45B700;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-20deg);
}

.secPrice__txt2 {
  width: 100%;
  max-width: 388px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

.secPrice__txt2 .shopname {
  margin-bottom: -1px;
  color: #F15D04;
  font-size: 36px;
  display: block;
}

.secPrice__txt2 .shopname small {
  font-size: 20px;
  font-weight: 700;
}

.secPrice__txt2 span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 29px;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}

.secPrice__txt2 span strong {
  color: #F13B04;
  font-size: 20px;
  line-height: 29px;
}

@media screen and (min-width: 375px) {
  .secPrice__box {
    padding: 11px 13px 21px;
  }

  .secPrice__txt1 span {
    padding: 5px 14px 5px 12px;
  }
}

@media screen and (min-width: 768px) {
  .secPrice::before {
    background-size: 1000px;
    background-position: center top;
  }

  .secPrice__box {
    padding: 26px 15px 22px;
  }
}

.secPriceReference {
  padding: 30px 0;
  background-color: rgba(255, 206, 0, 0.15);
}

.secPriceReference__ttl {
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5152;
}

.secPriceReference__ttl span {
  color: #F15D04;
}

.secPriceReference__txt {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3125;
  letter-spacing: 0;
}

.secPriceReference__list {
  padding: 0 5px;
  display: grid;
  grid-gap: 25px;
}

.secPriceReference__listItem__img {
  width: 100%;
}

.secPriceReference__listItem__ttl {
  padding: 4px 0 6px;
  background-color: #F15D04;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.secPriceReference__listItem__table {
  width: 100%;
}

.secPriceReference__listItem__table th,
.secPriceReference__listItem__table td {
  padding: 4px 0 5px;
  text-align: center;
}

.secPriceReference__listItem__table th {
  width: 51.6%;
  background-color: #FFDCA5;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.secPriceReference__listItem__table td {
  width: 48.4%;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.secPriceReference__listItem__table td span {
  font-size: 16px;
}

.secPriceReference__listItem:nth-child(even) .secPriceReference__listItem__ttl {
  background-color: #F68F03;
}

@media screen and (min-width: 375px) {
  .secPriceReference__txt {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) {
  .secPriceReference {
    padding: 30px 0 50px;
  }

  .secPriceReference__txt {
    margin-bottom: 30px;
  }

  .secPriceReference__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 40px;
  }

  .secPriceReference__listItem__ttl {
    padding: 5px 0 8px;
    font-size: 19px;
  }

  .secPriceReference__listItem__table {
    width: 100%;
  }

  .secPriceReference__listItem__table th,
  .secPriceReference__listItem__table td {
    padding: 4px 0 5px;
    text-align: center;
  }

  .secPriceReference__listItem__table th {
    font-size: 17px;
  }

  .secPriceReference__listItem__table td {
    font-size: 15px;
  }

  .secPriceReference__listItem__table td span {
    font-size: 17px;
  }
}

.secPriceMenu {
  padding: 30px 0;
  background: repeating-linear-gradient(-45deg, #ffd3ba 3px, #ffd3ba 9px, #ffc39f 9px, #ffc39f 15px);
}

.secPriceMenu__container {
  padding: 27px 15px 15px;
  background-color: #fff;
  border-radius: 8px;
}

.secPriceMenu__ttl {
  margin-bottom: 15px;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5152;
}

.secPriceMenu__ttl span {
  color: #F15D04;
}

.secPriceMenu__box {
  width: 100%;
  max-width: 326px;
  padding: 15px 14px 11px;
  margin: 0 auto 15px;
  background-color: #FFFBE6;
  border: 4px solid rgba(248, 210, 1, 0.64);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.secPriceMenu__box__ttl {
  min-width: 160px;
  min-height: 32px;
  padding: 5px;
  background-color: #F9F049;
  border-radius: 20px;
  margin: -30px auto 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secPriceMenu__box__txt {
  margin-right: auto;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.secPriceMenu__box__txt strong {
  color: #F15D04;
}

.secPriceMenu__box__img {
  width: 92px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: -4px;
}

.secPriceMenu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 8px;
}

.secPriceMenu__listItem {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.11em;
}

.secPriceMenu__listItem.narrow {
  letter-spacing: -0.19em;
}

.secPriceMenu__listItem img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

@media screen and (min-width: 375px) {
  .secPriceMenu__listItem {
    letter-spacing: 0em;
  }

  .secPriceMenu__listItem.narrow {
    letter-spacing: -0.11em;
  }
}

@media screen and (min-width: 768px) {
  .secPriceMenu {
    padding: 30px 0 50px;
  }

  .secPriceMenu__box {
    margin-bottom: 20px;
  }

  .secPriceMenu__list {
    width: 100%;
    max-width: 745px;
    margin: 0 auto;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px 7px;
  }

  .secPriceMenu__listItem {
    letter-spacing: -0.02em;
  }

  .secPriceMenu__listItem.narrow {
    letter-spacing: -0.14em;
  }
}

@media screen and (min-width: 1024px) {
  .secPriceMenu__listItem {
    letter-spacing: 0em;
  }

  .secPriceMenu__listItem.narrow {
    letter-spacing: -0.11em;
  }
}

.secSubsidy {
  padding: 40px 0 30px;
  background: #FDF9C6 url(../images/subsidy_bg.png) left top/10px repeat;
  position: relative;
  z-index: 1;
}

.secSubsidy__ttl {
  width: 100%;
  max-width: 254px;
  margin: 0 auto 20px;
  display: block;
}

.secSubsidy__box {
  padding: 15px 4px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.secSubsidy__box__img {
  width: 100%;
  max-width: 335px;
  padding: 0 10px;
  margin: 0 auto 10px;
}

.secSubsidy__box__ttl {
  padding: 5px;
  margin: 15px 4px 10px;
  border: 4px solid rgba(241, 93, 4, 0.35);
  border-radius: 2.5em;
  color: #F15D04;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.375;
  text-align: center;
}

.secSubsidy__box__txt1 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.secSubsidy__box__txt2 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.secSubsidy__box__txt2+.secSubsidy__box__txt2 {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .secSubsidy {
    padding: 40px 0 50px;
  }

  .secSubsidy__box {
    padding-bottom: 30px;
  }

  .secSubsidy__box__container {
    max-width: 750px;
  }

  .secSubsidy__box__img {
    margin-bottom: 30px;
  }

  .secSubsidy__box__ttl {
    margin: 38px 4px 20px;
  }
}

.secCaution {
  background: url(../images/caution_bg-sp.jpg) center/cover no-repeat;
  position: relative;
}

.secCaution::before,
.secCaution::after {
  content: "";
  width: 100%;
  height: 15px;
  background: repeating-linear-gradient(-45deg, transparent 3px, transparent 9px, #FEEF10 9px, #FEEF10 15px);
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}

.secCaution::before {
  top: 0;
}

.secCaution::after {
  bottom: 0;
}

.secCaution__container {
  padding: 32px 0 54px;
}

.secCaution__img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  display: block;
}

.secCaution__ttl {
  width: 100%;
  max-width: 355px;
  margin: 0 auto 18px;
  color: #fff;
  line-height: 1.1;
  position: relative;
}

.secCaution__ttl__fukidashi {
  width: 106px;
  height: 40px;
  background-color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 30px, 45px 30px, 45px 100%, 34px 30px, 0% 30px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 30px, 45px 30px, 45px 100%, 34px 30px, 0% 30px);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: -32px;
  left: 22px;
  transform: rotate(-4deg);
}

.secCaution__ttl__fukidashi small {
  font-size: 14px;
  font-weight: 700;
}

.secCaution__ttl__txt1 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.secCaution__ttl__txt1 strong {
  font-size: 29px;
  letter-spacing: 0.01em;
}

.secCaution__ttl__txt2 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.secCaution__ttl__txt2 strong {
  font-size: 45px;
  color: #FEEA00;
}

.secCaution__txt {
  width: calc(100% - 20px);
  max-width: 335px;
  padding: 10px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333;
}

.secCaution__txt strong {
  color: #DE1A1A;
}

@media screen and (min-width: 768px) {
  .secCaution {
    background: #110400;
  }

  .secCaution__container {
    padding-bottom: 42px;
    background: url(../images/caution_bg-pc.jpg) center/cover no-repeat;
  }
}

.secOwner {
  background: url(../images/owner_bg-sp.jpg) center/cover no-repeat;
  position: relative;
}

.secOwner::before,
.secOwner::after {
  content: "";
  width: 290px;
  background-color: rgba(3, 85, 168, 0.3);
  display: block;
  position: absolute;
  z-index: 1;
}

.secOwner::before {
  height: 53px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  top: 0;
  left: 0;
}

.secOwner::after {
  height: 40px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  bottom: 0;
  right: 0;
}

.secOwner__container {
  padding: 20px 0;
}

.secOwner__ttl {
  width: 100%;
  max-width: 303px;
  margin: 0 auto;
}

.secOwner__box {
  padding: 12px;
  margin-bottom: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid #6C8CC1;
  border-radius: 8px;
}

.secOwner__box__txt {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 12px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: block;
}

.secOwner__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.secOwner__listItem__img {
  width: 100%;
  display: block;
}

.secOwner__listItem__txt {
  background-color: #0F5093;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .secOwner {
    background-image: url(../images/owner_bg-pc.jpg);
  }

  .secOwner__box {
    padding: 16px 28px;
    margin-bottom: 12px;
  }

  .secOwner__box__txt {
    margin-bottom: 20px;
  }

  .secOwner__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
  }

  .secOwner__listItem__txt {
    font-size: 20px;
    line-height: 34px;
  }
}

.secReason {
  padding: 30px 0 28px;
  background-color: #FDE3B3;
  position: relative;
}

.secReason::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/price_bg.png) center top -20px/550px no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.secReason__container {
  z-index: 1;
}

.secReason__ttl {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.secReason__ttl img {
  width: 260px;
  display: inline-block;
}

.secReason__list {
  display: grid;
  grid-gap: 20px;
}

.secReason__listItem {
  background-color: #FFF8EB;
  border: 4px solid #fff;
  position: relative;
}

.secReason__listItem__img {
  width: calc(100% + 8px);
  max-width: calc(100% + 8px);
  margin: -4px 0 0 -4px;
  display: block;
}

.secReason__listItem__ttl {
  width: calc(100% - 40px);
  height: 45px;
  background: linear-gradient(135deg, #FF9300 0%, #F78500 25%, #EB5100 100%);
  border-radius: 4px;
  margin: -22.5px auto;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.secReason__listItem__txt {
  padding: 30px 11px 11px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.4667;
}

.secReason__award {
  width: 130px;
  height: 137px;
  padding-bottom: 8px;
  background: url(../images/reason_img05.png) center/contain no-repeat;
  font-weight: 700;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  left: 7px;
}

.secReason__award__txt1 {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.secReason__award__txt2 {
  margin: -6px 0 0px;
  font-size: 14px;
  line-height: 1.4286;
}

.secReason__award__txt2 .number {
  color: #D13000;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.4583;
}

.secReason__award__txt3 {
  margin-top: -5px;
  font-size: 14px;
  line-height: 1.4286;
}

@media screen and (min-width: 768px) {
  .secReason {
    padding: 30px 0 54px;
  }

  .secReason::before {
    background: url(../images/reason_bg-pc.png) center top 10px/1000px no-repeat;
  }

  .secReason__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px 40px;
  }

  .secReason__listItem__ttl {
    height: 61px;
    margin: -30.5px auto;
    font-size: 25px;
  }

  .secReason__listItem__txt {
    padding: 42px 15px 30px;
  }

  .secReason__award {
    width: 180px;
    height: 187px;
    padding-bottom: 15px;
  }

  .secReason__award__txt1 {
    font-size: 20px;
  }

  .secReason__award__txt2 {
    margin: -6px 0 0px;
    font-size: 19px;
  }

  .secReason__award__txt2 .number {
    font-size: 32px;
  }

  .secReason__award__txt3 {
    margin-top: -5px;
    font-size: 19px;
  }
}

@media screen and (min-width: 1024px) {
  .secReason__listItem__ttl {
    font-size: 30px;
  }
}

.secWorks {
  padding: 30px 0 37px;
  background: #fff url(../images/bg_cross-green.png) left top/11px repeat;
}

.secWorks__container {
  max-width: 300px;
}

.secWorks__ttl {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.secWorks__list {
  display: grid;
  grid-gap: 30px;
}

.secWorks__listItem {
  height: auto;
  padding: 11px;
  background-color: #fff;
  border: 2px solid #45B702;
  border-radius: 8px;
  box-shadow: 7px 7px 0px #45B702;
}

.secWorks__listItem__img {
  width: 100%;
  margin-bottom: 9px;
  background-color: #DDD;
  padding-top: 64.0741%;
  position: relative;
}

.secWorks__listItem__img::before {
  content: "no image";
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.secWorks__listItem__img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.secWorks__listItem__table {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.secWorks__listItem__table th {
  padding-right: 1em;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}

.secWorks__listItem__table th::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}

.secWorks__pagination ul.page-numbers .page-numbers {
  color: #45B702;
}

.secWorks__pagination ul.page-numbers .page-numbers.current {
  color: #fff;
  background-color: #45B702;
}

@media screen and (min-width: 768px) {
  .secWorks {
    padding: 30px 0 50px;
  }

  .secWorks__container {
    max-width: 993px;
  }

  .secWorks__ttl {
    margin-bottom: 60px;
  }

  .secWorks__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 48px;
  }

  .secWorks__listItem {
    padding: 25px 18px 15px;
  }

  .secWorks__listItem__img {
    padding-top: 53.8824%;
    margin-bottom: 6px;
  }
}

.secVoices {
  padding: 30px 0;
  background: url(../images/voices_bg-sp.jpg) center top/100% repeat-y;
}

.secVoices__ttl {
  width: 100%;
  max-width: 182px;
  margin: 0 auto 10px;
}

.secVoices__container {
  max-width: 300px;
}

.secVoices__list {
  display: grid;
  grid-gap: 30px;
}

.secVoices__listItem {
  height: auto;
  padding: 13px;
  background-color: #fff;
  border: 2px solid #F15D04;
  border-radius: 8px;
  box-shadow: 7px 7px 0px #F15D04;
}

.secVoices__listItem__img {
  width: 100%;
  background-color: #DDD;
  padding-top: 64.0741%;
  position: relative;
}

.secVoices__listItem__img::before {
  content: "no image";
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.secVoices__listItem__img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.secVoices__listItem__ttl {
  width: 100%;
  padding: 3px 4px;
  margin-bottom: 10px;
  background-color: #F15D04;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}

.secVoices__listItem__txt {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.4667;
}

.secVoices__pagination ul.page-numbers .page-numbers {
  color: #F15D04;
}

.secVoices__pagination ul.page-numbers .page-numbers.current {
  color: #fff;
  background-color: #F15D04;
}

@media screen and (min-width: 768px) {
  .secVoices {
    padding: 30px 0 40px;
  }

  .secVoices__ttl {
    margin-bottom: 20px;
  }

  .secVoices__container {
    max-width: 750px;
  }

  .secVoices__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }

  .secVoices__listItem {
    padding: 26px 30px 22px;
  }

  .secVoices__listItem__img {
    padding-top: 43.4783%;
  }
}

.secPoint {
  padding-bottom: 7px;
  background: #DCF7ED url(../images/point_bg-sp.png) center bottom/100% no-repeat;
  border-bottom: 20px solid #DCF7ED;
  position: relative;
}

.secPoint::after {
  content: "";
  width: 100%;
  height: 43px;
  background-color: #DCF7ED;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 100% calc(100% - 42px), 50% 100%, 0 calc(100% - 42px), 0 1px);
  clip-path: polygon(0 0, 100% 0, 100% 1px, 100% calc(100% - 42px), 50% 100%, 0 calc(100% - 42px), 0 1px);
  display: block;
  position: absolute;
  bottom: -62px;
  left: 0;
  z-index: 2;
}

.secPoint__ttl {
  padding: 26px 0 35px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 900;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.secPoint__ttl::after {
  content: "";
  width: 185%;
  height: 150%;
  margin: 0 auto;
  background-color: #24B985;
  -webkit-clip-path: ellipse(30% 50% at 50% 50%);
  clip-path: ellipse(30% 50% at 50% 50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: -42.5%;
  right: -42.5%;
  z-index: -1;
}

.secPoint__ttl__txt1 {
  font-size: 22px;
  letter-spacing: 0.01em;
}

.secPoint__ttl__txt1 small {
  font-size: 18px;
}

.secPoint__ttl__txt2 {
  color: #FFFCAA;
  font-size: 33px;
  letter-spacing: 0.01em;
}

.secPoint__ttl__txt2 small {
  color: #fff;
  font-size: 26px;
}

.secPoint__txt {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.4667;
  letter-spacing: 0.01em;
  text-align: center;
}

.secPoint__list {
  padding: 0 6px;
  margin-bottom: 30px;
  display: grid;
  grid-gap: 20px;
  counter-reset: point_list 0;
}

.secPoint__listItem {
  padding: 64px 9px 15px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 6px 6px 0px rgba(35, 185, 133, 0.67);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .secPoint__listItem {
    padding: 26px 9px 15px;
  }
}

.secPoint__listTitle {
  margin-bottom: 1em;
  font-weight: 700;
}

.secPoint__listItem::before {
  content: "";
  width: 109px;
  height: 42px;
  background: url(../images/point_label.png) left top/contain no-repeat;
  display: block;
  position: absolute;
  top: 10px;
  left: -6px;
}

.secPoint__listItem::after {
  counter-increment: point_list 1;
  content: counter(point_list);
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 13px;
  left: 60px;
}

.secPoint__listItem__img--1 {
  width: 83px;
  margin-bottom: 8px;
}

.secPoint__listItem__img--2 {
  width: 110px;
  margin-bottom: 10px;
}

.secPoint__listItem__img--3 {
  width: 82px;
  margin-bottom: 20px;
}

.secPoint__listItem__img--4 {
  width: 75px;
  margin-bottom: 15px;
}

.secPoint__listItem__txt {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 10px;
  font-size: 15px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.secPoint__listItem__btn {
  width: 100%;
  max-width: 320px;
  height: 44px;
  margin: 0 auto;
  background-color: #FFFCA9;
  border: 2px solid #F15D04;
  border-radius: 8px;
  color: #F15D04;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.08em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
  position: relative;
}

.secPoint__listItem__btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #F15D04;
  border-bottom: 2px solid #F15D04;
  display: block;
  transform: rotate(-45deg);
}

.secPoint__box {
  padding: 15px 10px;
  background-color: rgba(255, 254, 214, 0.8);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 8px;
}

.secPoint__box__list {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 8px 10px;
}

.secPoint__box__list li {
  padding: 1px 9px;
  background-color: #00B577;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
}

.secPoint__box__txt {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.secPoint__box__txt strong {
  color: #F15D04;
}

@media screen and (min-width: 375px) {
  .secPoint__listItem__btn {
    letter-spacing: 0;
  }

  .secPoint__box {
    padding: 15px;
  }

  .secPoint__box__txt {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .secPoint {
    padding-bottom: 20px;
    background-image: url(../images/point_bg-pc.png);
  }

  .secPoint__ttl {
    width: 100%;
  }

  .secPoint__ttl::before {
    content: "";
    width: 100%;
    height: 80px;
    background-color: #24B985;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .secPoint__ttl::after {
    width: 693px;
    height: 215px;
  }

  .secPoint__container {
    max-width: 750px;
  }

  .secPoint__txt {
    margin-bottom: 30px;
  }

  .secPoint__list {
    grid-gap: 30px;
  }

  .secPoint__listItem {
    padding: 26px 10px 20px;
  }

  .secPoint__listItem__txt {
    margin-bottom: 20px;
  }
}

.secPointSolution {
  padding: 0 0 30px;
  background: #fff url(../images/bg_cross-green.png) left top/11px repeat;
  position: relative;
}

.secPointSolution__ttl {
  width: 100%;
  min-height: 210px;
  padding: 55px 0 20px;
  margin-bottom: 56px;
  background: url(../images/pointsol_bg-sp.jpg) center bottom/cover no-repeat;
  position: relative;
  z-index: 1;
}

.secPointSolution__ttl__txt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 4px;
}

.secPointSolution__ttl__txt .shopname {
  text-align: center;
}

.secPointSolution__ttl__txt .shopname strong {
  color: #F15D04;
  font-size: 30px;
  line-height: 1.35;
}

.secPointSolution__ttl__txt .label {
  background-color: #F15D04;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
  line-height: 1.4;
}

.secPointSolution__list {
  display: grid;
  grid-gap: 52px;
  counter-reset: pointsol_list 0;
}

.secPointSolution__listItem {
  padding: 47px 0 15px;
  background-color: #FCF8E2;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.secPointSolution__listItem--1 {
  background-image: url(../images/pointsol_img01.png);
}

.secPointSolution__listItem--2 {
  background-image: url(../images/pointsol_img02.png);
}

.secPointSolution__listItem--3 {
  background-image: url(../images/pointsol_img03.png);
}

.secPointSolution__listItem--4 {
  background-image: url(../images/pointsol_img04.png);
}

.secPointSolution__listItem__ttl {
  width: 230px;
  height: 64px;
  padding: 10px;
  margin: -65px auto 0;
  background: url(../images/pointsol_ttlbg.svg) center/contain no-repeat;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.secPointSolution__listItem__ttl::before {
  content: "POINT";
  width: 87px;
  height: 35px;
  padding-right: 14px;
  background-color: #45B702;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 28px, 34px 28px, 35px 100%, 28px 28px, 0% 28px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 28px, 34px 28px, 35px 100%, 28px 28px, 0% 28px);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: -19px;
  left: -34px;
  transform: rotate(-4deg);
}

.secPointSolution__listItem__ttl::after {
  counter-increment: pointsol_list 1;
  content: counter(pointsol_list);
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  position: absolute;
  top: -24px;
  left: 27px;
  transform: rotate(-4deg);
}

.secPointSolution__listItem__list {
  margin: 0 auto;
  display: grid;
  grid-gap: 2px;
}

.secPointSolution__listItem__list li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
}

.secPointSolution__listItem__list li::before {
  content: "";
  width: 12px;
  height: 9px;
  background: url(../images/icon_check-main.svg) center/cover no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  left: -1px;
}

@media screen and (min-width: 768px) {
  .secPointSolution__container {
    max-width: 750px;
  }

  .secPointSolution__ttl {
    background-image: url(../images/pointsol_bg-pc.jpg);
    margin-bottom: 72px;
  }

  .secPointSolution__list {
    grid-gap: 60px;
  }

  .secPointSolution__listItem {
    padding: 47px 0 20px;
  }

  .secPointSolution__listItem__ttl {
    width: 287px;
    height: 78px;
    padding: 15px;
    margin: -65px auto 5px;
    font-size: 24px;
  }

  .secPointSolution__listItem__ttl::before {
    width: 110px;
    height: 48px;
    padding-right: 14px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 38px, 47px 38px, 48px 100%, 38px 38px, 0% 38px);
    clip-path: polygon(0% 0%, 100% 0%, 100% 38px, 47px 38px, 48px 100%, 38px 38px, 0% 38px);
    font-size: 17px;
    line-height: 38px;
    top: -22px;
    left: -44px;
  }

  .secPointSolution__listItem__ttl::after {
    font-size: 26px;
    top: -28px;
    left: 34px;
  }

  .secPointSolution__listItem__list li {
    padding-left: 16px;
    font-size: 19px;
  }

  .secPointSolution__listItem__list li::before {
    width: 15px;
    height: 12px;
    top: 7px;
    left: -10px;
  }
}

.secPointSolution__note {
  background: #fff;
  padding: 40px;
  margin-top: 64px;
}

.secFaq {
  padding: 40px 0 40px;
  background: url(../images/faq_bg-sp.jpg) center/cover no-repeat;
}

.secFaq__ttl {
  width: 100%;
  max-width: 232px;
  margin: 0 auto 20px;
}

.secFaq__list {
  display: grid;
  grid-gap: 14px;
}

.secFaq__listItem {
  background-color: #fff;
  border: 2px solid #F15D04;
  border-radius: 8px;
  overflow: hidden;
}

.secFaq__listItem__q {
  padding: 17px 14px 10px 40px;
  background-color: rgba(241, 159, 4, 0.13);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  position: relative;
}

.secFaq__listItem__q::before {
  content: "Q";
  color: #EF7A00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 15px;
}

.secFaq__listItem__q::after {
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  margin: 0 auto;
  background-color: #F15D04;
  border-radius: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.secFaq__listItem__a {
  padding: 10px 15px;
  background-color: rgba(173, 173, 173, 0.13);
  letter-spacing: 0.01em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .secFaq {
    padding: 37px 0 50px;
    background-image: url(../images/faq_bg-pc.jpg);
  }

  .secFaq__container {
    max-width: 750px;
  }

  .secFaq__ttl {
    margin-bottom: 20px;
  }

  .secFaq__list {
    grid-gap: 20px;
  }

  .secFaq__listItem__q {
    padding: 15px 14px 10px 40px;
  }
}

.secCompany {
  padding: 0 0 30px;
}

.secCompany__ttl {
  margin-bottom: 32px;
}

.secCompany__table {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.secCompany__table__th,
.secCompany__table__td {
  font-size: 15px;
  display: block;
}

.secCompany__table__th {
  padding-bottom: 8px;
  font-weight: 700;
}

.secCompany__table__td {
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #EF7A00;
}

.secCompany__table__td__fax a {
  pointer-events: none;
}

.secCompany__table tr:last-child .secCompany__table__td {
  border-bottom: 0;
}

.secCompany__map {
  width: calc(100% + 30px);
  padding-top: 100%;
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}

.secCompany__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .secCompany {
    padding-bottom: 50px;
  }

  .secCompany__container {
    max-width: 750px;
  }

  .secCompany__table {
    width: 100%;
    margin: 0;
  }

  .secCompany__map {
    width: 100%;
    padding-top: 50%;
    margin: 0;
  }
}

.secStaff {
  padding: 0 0 30px;
  background-color: #FDE3B3;
}

.secStaff__container {
  max-width: 325px;
}

.secStaff__list {
  display: grid;
  grid-gap: 30px;
}

.secStaff__listItem {
  padding: 25px;
  background-color: #fff;
  border-radius: 9px;
}

.secStaff__listItem__img {
  width: 100%;
  padding-top: 87.5912%;
  margin-bottom: 20px;
  position: relative;
}

.secStaff__listItem__img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.secStaff__listItem__ttl {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.secStaff__listItem__txt {
  font-size: 15px;
  line-height: 1.4667;
}

@media screen and (min-width: 768px) {
  .secStaff {
    padding: 0 0 40px;
  }

  .secStaff__ttl {
    margin-bottom: 60px;
  }

  .secStaff__container {
    max-width: 750px;
  }

  .secStaff__listItem__img {
    padding-top: 58.2242%;
  }

  .secStaff__listItem__ttl {
    font-size: 33px;
  }
}

.secContact {
  padding: 0 0 30px;
}

.secContact__formWrap {
  padding: 0 17px 0 15px;
}

.secContact__inputWrap {
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}

.secContact__inputWrap__input {
  width: 100%;
  max-width: 370px;
  margin: 0 auto 19px;
}

.secContact__inputWrap__input label {
  margin-bottom: 3px;
  color: #363636;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.secContact__inputWrap__input--policy {
  margin: 20px 0 27px;
  font-weight: 400;
  font-size: 14px;
}

.secContact__inputWrap__input--policy label {
  margin-bottom: 10px;
}

.secContact__inputWrap__input--policy a {
  text-decoration: underline;
}

.secContact__inputWrap__input--policy a:hover {
  text-decoration: none;
}

.secContact__inputWrap__input__required {
  padding: 1px 6px;
  margin-left: 8px;
  background-color: #EF5B48;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.secContact__inputWrap__input__required.not {
  background-color: #363636;
}

.secContact__inputWrap__input input[type=text],
.secContact__inputWrap__input input[type=tel],
.secContact__inputWrap__input input[type=email],
.secContact__inputWrap__input select,
.secContact__inputWrap__input textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #A1A1A1;
  border-radius: 2px;
  background-color: #fff;
  letter-spacing: 0.3px;
}

.secContact__inputWrap__input input[type=text]::-moz-placeholder,
.secContact__inputWrap__input input[type=tel]::-moz-placeholder,
.secContact__inputWrap__input input[type=email]::-moz-placeholder,
.secContact__inputWrap__input select::-moz-placeholder,
.secContact__inputWrap__input textarea::-moz-placeholder {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.secContact__inputWrap__input input[type=text]::placeholder,
.secContact__inputWrap__input input[type=tel]::placeholder,
.secContact__inputWrap__input input[type=email]::placeholder,
.secContact__inputWrap__input select::placeholder,
.secContact__inputWrap__input textarea::placeholder {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.secContact__inputWrap__input textarea {
  height: 12.5em;
}

.secContact__inputWrap__input input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-right: 7px;
  border: 1px solid #363636;
  border-radius: 2px;
  display: inline-block;
}

.secContact__inputWrap__input input[type=checkbox]:checked {
  background: #EF7A00 url(../images/icon_check-white.svg) center/contain no-repeat;
}

.secContact__inputWrap__input__policy_check {
  margin-top: 15px;
}

.secContact__inputWrap__input__policy_check label {
  margin-left: -14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.secContact__inputWrap__submit {
  width: 325px;
  height: 55px;
  margin: 0 auto;
  background-color: #EF7A00;
  border-radius: 3px;
  box-shadow: 0 3px #CB6900;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}

.secContact__inputWrap__submit::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  transform: rotate(-45deg);
}

.secContact__inputWrap__submit:hover {
  box-shadow: none;
  transform: translateY(3px);
  opacity: 1;
}

.secContact__inputWrap__submit input {
  width: 100%;
  height: 100%;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

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

.secContact__inputWrap br {
  display: none;
}

.secContact__policyArea__ttl {
  height: 50px;
  background: #884F14;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secContact__policyArea__txt {
  padding: 20px 12px;
  background-color: #fff;
  border-width: 0 3px 3px 3px;
  border-style: solid;
  border-color: #884F14;
}

.secContact__policyArea__txtArea {
  width: 100%;
  height: 17.5em;
  font-size: 15px;
  line-height: 1.46;
  overflow-y: scroll;
}

.secContact__policyArea__txtArea h4 {
  margin-top: 1.46em;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .secContact {
    padding-bottom: 50px;
  }

  .secContact__formWrap {
    padding: 0px 15px 0 10px;
  }

  .secContact__container {
    max-width: 775px;
  }

  .secContact__inputWrap__input {
    max-width: 100%;
    margin-bottom: 19px;
  }

  .secContact__inputWrap__input--policy {
    margin-bottom: 25px;
  }

  .secContact__inputWrap__input__policy_check {
    margin-top: 35px;
    display: flex;
    justify-content: center;
  }

  .secContact__inputWrap__submit {
    width: 325px;
    height: 55px;
    padding: 0 0 0 5px;
    font-size: 19px;
  }

  .secContact__inputWrap__submit::after {
    right: 18px;
  }

  .secContact__policyArea {
    padding: 0 17px 0 15px;
  }

  .secContact__policyArea__title {
    height: 45px;
  }

  .secContact__policyArea__text {
    padding: 18px 40px 18px 20px;
  }
}

.secComplete {
  padding: 10px 0 30px;
}

.secComplete__ttl {
  margin-bottom: 20px;
  color: #884F14;
  font-size: 20px;
}

.secComplete__txt {
  text-align: center;
}

.secComplete__txt:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .secComplete {
    padding: 10px 0 40px;
  }

  .secComplete__container {
    max-width: 700px;
  }
}

.secFlow {
  padding-bottom: 40px;
  background-color: #FDE3B3;
}

.secFlow__list {
  padding: 0 15px;
  display: grid;
  grid-gap: 52px;
  counter-reset: flow 0;
}

.secFlow__listItem {
  padding: 30px 20px 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 6px 6px 0px #F15D04;
  position: relative;
}

.secFlow__listItem:not(:last-child)::after {
  content: "";
  width: 37px;
  height: 12px;
  margin: 0 auto;
  background-color: #F15D04;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}

.secFlow__listItem__ttl {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #F15D04;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.secFlow__listItem__ttl::before {
  content: "STEP";
  color: #F15D04;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  order: -1;
}

.secFlow__listItem__ttl::after {
  counter-increment: flow 1;
  content: counter(flow);
  margin-right: 5px;
  color: #F15D04;
  font-size: 25px;
  font-weight: 500;
  line-height: 0.6;
  order: -1;
}

.secFlow__listItem__txt {
  font-size: 15px;
  line-height: 1.4667;
}

@media screen and (min-width: 768px) {
  .secFlow {
    padding-bottom: 50px;
  }

  .secFlow__container {
    max-width: 750px;
  }

  .secFlow__list {
    padding: 0;
  }

  .secFlow__listItem::after {
    margin-right: 16px;
  }
}

.page--top .btn {
  width: 300px;
  height: 53px;
  margin: 0 auto;
  background: linear-gradient(180deg, #EF7A00 0%, #ED5400 100%);
  border-radius: 3px;
  box-shadow: 0px 3px 3px rgba(180, 93, 0, 0.36);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page--top .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  transform: rotate(-45deg);
}

.page--top .secStrength__body::after {
  display: none;
}

.page--top .secStrength__body__txt {
  margin-bottom: 20px;
}

.page--top .secWorks {
  padding: 30px 0 20px;
}

.page--top .secWorks__ttl {
  margin-bottom: 17px;
}

.page--top .secWorks__list {
  margin-bottom: 20px;
  display: block;
}

.page--top .secWorks__list .slick-list {
  padding-bottom: 7px !important;
}

.page--top .secWorks__list .slick-track {
  display: flex;
}

.page--top .secWorks__list .slick-arrow {
  width: 45px;
  height: 45px;
  background: url(../images/works_icon_arrow.svg) center/contain no-repeat;
  text-indent: -10em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  overflow: hidden;
  z-index: 1;
}

.page--top .secWorks__list .slick-arrow:focus {
  border: 0;
  outline: 0;
}

.page--top .secWorks__list .slick-arrow.slick-prev {
  left: 4%;
  transform: scale(-1, 1);
}

.page--top .secWorks__list .slick-arrow.slick-next {
  right: 4%;
}

.page--top .secWorks__listItem {
  padding-bottom: 11px;
  margin: 0 9px;
}

@media screen and (min-width: 600px) {
  .page--top .secWorks__list .slick-arrow.slick-prev {
    left: 0;
  }

  .page--top .secWorks__list .slick-arrow.slick-next {
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .page--top .secWorks__list {
    width: 100%;
    max-width: 962px;
    padding: 0 8px;
    margin: 0 auto 20px;
  }

  .page--top .secWorks__listItem {
    padding: 11px;
  }

  .page--top .secWorks__listItem__img {
    padding-top: 64.0741%;
    margin-bottom: 9px;
  }
}

@media screen and (min-width: 1024px) {
  .page--top .secWorks__list .slick-arrow.slick-prev {
    left: -20px;
  }

  .page--top .secWorks__list .slick-arrow.slick-next {
    right: -20px;
  }
}

.page--top .secVoices {
  padding: 30px 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page--top .secVoices__list {
  margin-bottom: 20px;
  display: block;
}

.page--top .secVoices__list .slick-list {
  padding-bottom: 7px !important;
}

.page--top .secVoices__list .slick-track {
  display: flex;
}

.page--top .secVoices__list .slick-arrow {
  width: 45px;
  height: 45px;
  background: url(../images/works_icon_arrow.svg) center/contain no-repeat;
  text-indent: -10em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  overflow: hidden;
  z-index: 1;
}

.page--top .secVoices__list .slick-arrow:focus {
  border: 0;
  outline: 0;
}

.page--top .secVoices__list .slick-arrow.slick-prev {
  left: 4%;
  transform: scale(-1, 1);
}

.page--top .secVoices__list .slick-arrow.slick-next {
  right: 4%;
}

.page--top .secVoices__listItem {
  padding: 11px;
  margin: 0 9px;
}

.page--top .secVoices__listItem__ttl {
  padding: 0 4px;
}

@media screen and (min-width: 600px) {
  .page--top .secVoices__list .slick-arrow.slick-prev {
    left: 0;
  }

  .page--top .secVoices__list .slick-arrow.slick-next {
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .page--top .secVoices__ttl {
    margin-bottom: 10px;
  }

  .page--top .secVoices__list {
    width: 100%;
    max-width: 962px;
    padding: 0 8px;
    margin: 0 auto 20px;
  }

  .page--top .secVoices__list .slick-arrow.slick-prev {
    left: 0;
  }

  .page--top .secVoices__list .slick-arrow.slick-next {
    right: 0;
  }

  .page--top .secVoices__listitem {
    padding: 11px;
  }

  .page--top .secVoices__listitem__img {
    padding-top: 64.0741%;
  }
}

@media screen and (min-width: 1024px) {
  .page--top .secVoices__list .slick-arrow.slick-prev {
    left: -20px;
  }

  .page--top .secVoices__list .slick-arrow.slick-next {
    right: -20px;
  }
}

.page--404 .secTtl {
  height: 80px;
  margin-bottom: 0;
}

.page--404 .btn {
  width: 300px;
  height: 53px;
  margin: 20px auto 0;
  background: linear-gradient(180deg, #EF7A00 0%, #ED5400 100%);
  border-radius: 3px;
  box-shadow: 0px 3px 3px rgba(180, 93, 0, 0.36);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page--404 .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  transform: rotate(-45deg);
}

.page--404 .sec404 {
  padding: 25px 0;
  background-color: #FDE3B3;
}

.page--404 .sec404__container {
  padding: 25px 0;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .page--404 .secTtl {
    height: 52px;
  }

  .page--404 .btn {
    margin-top: 50px;
  }

  .page--404 .sec404 {
    padding: 50px 0;
  }

  .page--404 .sec404__container {
    padding: 50px 0;
  }
}

section .no_post {
  padding: 100px 0;
  text-align: center;
}

/*=================================
2025/08/21実装　新MV ここから
=================================*/

.secNewMV {
  position: relative;
  background: #ffc000;
  padding: 80px 0;
}

.secNewMV::before {
  content: "";
  position: absolute;
  background: url(../images/mv_bg_pc.jpg)no-repeat center/cover;
  inset: 0;
  display: block;
  opacity: .7;
  z-index: 1;
  pointer-events: none;
}

.secNewMV__inner {
  width: calc(100% - 48px);
  margin: auto;
  max-width: 1200px;
}

.secNewMV__service-list {
  display: flex;
  gap: 5px 8px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 740px;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-bottom: -1em;
}

.secNewMV__service-item {
  background-color: #000;
  width: max-content;
  padding: .2em 1.2em .3em;
  color: #ffc000;
  font-weight: 500;
  min-width: 60px;
  text-align: center;
}


.secNewMV__main-copy {
  position: relative;
  color: #fff;
  font-family: serif;
  text-align: center;
  font-size: clamp(0px, 8.33vw, 100px);

}

.secNewMV__main-copy__title::before,
.secNewMV__main-copy::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;

}

.secNewMV__main-copy__title {
  position: relative;
  padding: .3em 0;
  z-index: 1;
  background: #0008;
}

.secNewMV__main-copy__title::before {
  backdrop-filter: blur(4px);
}

.secNewMV__main-copy::after {
  background: #fff;
}

.secNewMV__main-copy__row {
  display: block;
  line-height: 1.2;
  position: relative;
}

.secNewMV__main-copy__small {
  font-size: .64em;
}

.secNewMV__main-copy__highlight {
  font-size: 1.55em;
}

.secNewMV__bottom {
  background: #fff;
  position: relative;
  z-index: 1;
}

.secNewMV__bottom__flex-box {
  display: flex;
  align-items: center;
}


.secNewMV__bottom {
  margin-top: 40px;
}

.secNewMV__medals {
  width: 45%;
}

.secNewMV__medal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 10px;
}

.secNewMV__medal-item {
  margin-top: -25%;
  margin-bottom: -25%;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../images/mv_medal-bg.png)no-repeat center/contain;
  align-content: center;
}


.secNewMV__medal__text {
  text-align: center;
  background: linear-gradient(to bottom, #f1cc00, #f9eea2, #f1cc00);
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-top: 1em;
  font-size: clamp(0px, 1.66vw, 20px);
}

.secNewMV__medal__text::before {
  content: attr(data-text);
}

.secNewMV__medal__text-strong {
  font-size: 1.2em;
}


.secNewMV__discount {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.secNewMV__discount__comparison {
  width: 50%;
  max-width: 240px;
  margin: 0 10px;
}

.secNewMV__discount__comparison-image {
  display: block;
}

.secNewMV__discount__rate {
  position: relative;
  display: flex;
  flex-grow: 1;
  font-size: clamp(0px, 6vw, 72px);
  align-items: flex-end;
  -webkit-text-stroke: clamp(1px, 0.3em, 10px) #fff;
  paint-order: stroke;
  color: #ff0066;
  margin-top: -8%;
}

.secNewMV__discount__rate::after {
  content: "";
  width: 40%;
  aspect-ratio: 5/4;
  position: absolute;
  background: url(../images/mv_illust.png)no-repeat center/contain;
  top: 0;
  right: 0;
  transform: translateY(-30%);
  z-index: -1;
}

.secNewMV__discount__rate-maxim {
  display: inline-block;
  width: 24px;
  margin: .1em;
}

.secNewMV img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.secNewMV__bottom {
  margin-top: 40px;
  padding: 10px 0;
}

.secNewMV__discount__rate-number {
  font-size: 2em;
  line-height: 1;
  letter-spacing: -.05em;
}

.secNewMV__discount__rate-suffix {
  position: relative;
  margin-left: -.2em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .secNewMV {
    padding: clamp(0px, 15vw, 60px) 0 0;
  }

  .secNewMV::before {
    background: url(../images/mv_bg_sp.jpg)no-repeat center/cover;
  }

  .secNewMV__inner {
    width: calc(100% - 30px);
    max-width: 400px;
  }

  .secNewMV__service-list {
    gap: .25em;
    margin-bottom: -.85em;
  }

  .secNewMV__service-item {
    font-size: clamp(0px, 2.7vw, 12px);
  }

  .secNewMV__main-copy {
    font-size: clamp(0px, 8.8vw, 36px);
  }

  .secNewMV__main-copy__title {
    padding: .8em 0;
    background: #000a;
  }

  .secNewMV__main-copy__title::before {
    backdrop-filter: blur(2px);
  }

  .secNewMV__main-copy__small {
    font-size: .72em;
  }

  .secNewMV__bottom {
    --xgap: clamp(0px,30vw,120px);
    margin-top: calc(var(--xgap) * 1.5);
    position: relative;
    padding: 5px 0 20px;
  }

  .secNewMV__bottom__flex-box {
    flex-direction: column;
    width: calc(100% - 30px);
  }


  .secNewMV__medals {
    width: calc(100% - 30px);
    position: absolute;
    top: calc(-1.3*var(--xgap));
    left: 50%;
    transform: translateX(-50%);
  }

  .secNewMV__medal-list {
    gap: 5px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .secNewMV__medal-item {
    margin: 0;
  }

  .secNewMV__medal__text {
    font-size: clamp(0px, 3.4vw, 14px);
  }

  .secNewMV__discount {
    width: 100%;
    padding-top: clamp(0px, 5vw, 20px);
    position: relative;
  }

  .secNewMV__discount__comparison {
    width: 25vw;
    margin: 0;
  }

  .secNewMV__discount__comparison-image:first-child {
    position: absolute;
    top: 0;
    width: clamp(0px, 62vw, 250px);
    transform: translateY(-50%);
  }

  .secNewMV__discount__rate {
    width: auto;
    font-size: clamp(0px, 14vw, 56px);
    -webkit-text-stroke-width: .16em;
    margin-top: -4%;
    width: max-content;
    max-width: 100%;
  }


  .secNewMV__discount__rate::after {
    width: 40%;
    transform: translateY(-35%);
    right: 1vw;
  }

  .secNewMV__discount__rate-maxim {
    width: clamp(0px, 8vw, 32px);
  }

}

/*=================================
2025/08/21実装　新MV ここまで
=================================*/