@charset "UTF-8";
:root {
  --text: #242424;
  --black: #00f;
  --blue: #09F;
  --yellow: #FFBF3E;
  --orange: #FF7300;
  --gray: #D9D9D9;
  --red: #EC2126;
  --sky: #E4EDFB;
  --sea: #89A5E5;
  --brown: #422B25;
  --gold: #D4CFB0;
  --white: #fff;
  --gothic: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  --en: Oswald, Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  --headerHeight: 80px;
  --footerFloat: 110px;
  --innerWidth: calc(100% - 20px);
  --innerMax: 400px;
  --innerOut: calc( (100% - var(--innerMax) + 20px) / 2 );
  --ls: 0;
  --lh: 1.4;
  --speed: 0.4s;
  --btnColor: transparent;
  --shadow: 0 0 0 0 #000;
  --txtColor: transparent;
}
@media screen and (min-width: 375px) {
  :root {
    --innerWidth: calc(100% - 32px);
  }
}

/* -- セクション -- */
.secFV__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.secFV__label {
  width: 125px;
  height: 125px;
  background: url(../images/fv_labelbg.svg) center/contain no-repeat;
  color: #fff;
  font-weight: 900;
  --lh: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  grid-gap: 2px;
}
.secFV__label_txt {
  font-size: 16px;
}
.secFV__label_txt--2 {
  font-size: 24px;
  --ls: 0.1em;
}
.secFV__label_txt--3 {
  font-size: 30px;
  --ls: -0.05em;
}
.secFV__label_txt--3 strong {
  font-size: 46px;
  font-weight: 700;
  --ls: 0;
}
.secFV__label_txt--3 span {
  display: inline-block;
  transform: translateY(-10%);
}
.secFV__ttlWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secFV__ttl {
  color: #FFF;
  font-weight: 900;
  --lh: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 82px;
  text-align: center;
  white-space: nowrap;
}
.secFV__ttl_txt {
  position: relative;
}
.secFV__ttl_txt .hidden {
  color: transparent;
  position: absolute;
  pointer-events: none;
}
.secFV__troubleList {
  width: 100%;
  font-size: 12px;
  --lh: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 0.7143em;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secFV__troubleList li {
  padding: 0.5714em 0.7143em;
  font-weight: 700;
  --ls: 0.05em;
  display: inline-block;
}
@media screen and (min-width: 375px) {
  .secFV__troubleList {
    font-size: 14px;
  }
}
.secFV__bg {
  width: 100%;
  height: 557px;
}
.secFV__bg_img {
  height: 50%;
}
.secFV__bg_img--2 {
  top: 50%;
}

.secTopTrouble {
  background: url(../images/toptrouble_bg.jpg) center top/cover no-repeat;
}
.secTopTrouble__ttlBlk {
  width: 100%;
  padding: 0 0 40px;
}
.secTopTrouble__ttlBlk_troubleList {
  width: 100%;
  margin-bottom: -34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6px;
  position: relative;
  z-index: 1;
  transform: translateY(-63px);
}
.secTopTrouble__ttlBlk_troubleList .listItem {
  padding-top: 100%;
  background: linear-gradient(180deg, #FFF 51.36%, #C7C7C7 100%);
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  position: relative;
}
.secTopTrouble__ttlBlk_troubleList .listItem__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.secTopTrouble__ttlBlk_troubleList .listItem__img {
  width: 50px;
}
.secTopTrouble__ttlBlk_troubleList .listItem__txt {
  height: 2.2em;
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  --lh: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.secTopTrouble__ttlBlk_troubleList .listItem__txt > span {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.secTopTrouble__ttlBlk_troubleList .listItem__txt > span.edge {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.secTopTrouble__ttlBlk_ttlWtap {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 900;
  --lh: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 6px;
  position: relative;
}
.secTopTrouble__ttlBlk_ttlWtap_txt1 {
  background: radial-gradient(50% 50% at 50% 50%, #FFDF3E 0%, #C48B35 100%);
  background-clip: text;
  font-size: 32px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.secTopTrouble__ttlBlk_ttlWtap_txt1 span {
  font-size: 26px;
  --ls: -0.15em;
}
.secTopTrouble__ttlBlk_ttlWtap_txt2 {
  margin-top: 10px;
  position: relative;
}
.secTopTrouble__ttlBlk_ttlWtap_txt2 .hidden {
  color: transparent;
  position: absolute;
  pointer-events: auto;
}
.secTopTrouble__ttlBlk_ttlWtap_txt3 {
  background: radial-gradient(50% 50% at 50% 50%, #C48B35 0%, #FFDF3E 100%);
  background-clip: text;
  font-size: 26px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.secTopTrouble__ttlBlk_ttlWtap_txt3 strong {
  font-size: 32px;
}
.secTopTrouble__ttlBlk_ttlWtap_txt3 span {
  --ls: -0.4em;
}
.secTopTrouble__ttlBlk_txt {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  font-weight: 700;
  --lh: 1.25;
  text-align: center;
}
.secTopTrouble__listBlk {
  width: 100%;
  padding: 0 0 50px;
}
.secTopTrouble__listBlk_list {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}
.secTopTrouble__listBlk_list .listItem {
  width: 100%;
}
.secTopTrouble__listBlk_list .listItem__img {
  width: 100%;
}
.secTopTrouble__listBlk_list .listItem__txtWrap {
  padding: 20px 10px 24px 16px;
  background-color: #fff;
  position: relative;
}
.secTopTrouble__listBlk_list .listItem__txtWrap::before, .secTopTrouble__listBlk_list .listItem__txtWrap::after {
  display: block;
  position: absolute;
  pointer-events: none;
}
.secTopTrouble__listBlk_list .listItem__txtWrap::before {
  content: "";
  width: 100%;
  height: 85%;
  background: var(--gray);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  top: 0;
  left: 0;
}
.secTopTrouble__listBlk_list .listItem__txtWrap::after {
  content: "problem";
  width: 160px;
  height: 86px;
  background: url(../images/toptrouble_problem.svg) center/contain no-repeat;
  color: transparent;
  top: -54px;
  right: -8px;
}
.secTopTrouble__listBlk_list .listItem__txtWrap > p {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.secTopTrouble__listBlk_list .listItem__txtWrap > p strong {
  font-size: 26px;
  font-weight: 900;
}

.secIntro {
  padding: 40px 0 42px;
}
.secIntro__ttl {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  --lh: 1.8;
  position: relative;
}
.secIntro__ttl::before, .secIntro__ttl::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 2px dashed var(--text);
  display: block;
  position: absolute;
}
.secIntro__ttl::before {
  top: 0;
}
.secIntro__ttl::after {
  bottom: 0;
}
.secIntro__txt {
  font-size: 16px;
  --lh: 1.7;
}
.secIntro__txt small {
  font-size: 14px;
  --lh: 1.4;
  display: inline-block;
}
.secIntro__txt + .secIntro__txt {
  margin-top: 12px;
}
.secIntro__btnWrap {
  margin-top: 40px;
}

.secTrouble__header {
  width: 100%;
  height: 160px;
  background: url(../images/trouble_headerbg.jpg) center/cover no-repeat;
  font-size: 22px;
  font-weight: 700;
  --lh: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
.secTrouble__header_ttlWrap {
  position: relative;
}
.secTrouble__header_ttl {
  position: relative;
  z-index: 1;
}
.secTrouble__header_ttl strong {
  font-size: 34px;
  --ls: 0.1em;
}
.secTrouble__header_ttl--edge {
  white-space: nowrap;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #FDFDFD;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.secTrouble__flowBlk {
  position: relative;
  z-index: 1;
}
.secTrouble__flowBlk_intro {
  padding: 34px 0 68px;
  margin-bottom: -22px;
  font-size: 16px;
  --lh: 1.7;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(50% + 26.5px) calc(100% - 22px), 50% 100%, calc(50% - 26.5px) calc(100% - 22px), 0 calc(100% - 22px));
  position: relative;
  z-index: 1;
}
.secTrouble__flowBlk_intro_ttl {
  margin-bottom: 32px;
  --lh: 1.45;
}
.secTrouble__flowBlk_intro_img {
  width: 100%;
  margin-bottom: 10px;
}
.secTrouble__flowBlk_flow {
  padding: 40px 0 60px;
  margin-bottom: -30px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
}
.secTrouble__flowBlk_flow .flowBox {
  width: 100%;
  border: 1px solid var(--sea);
  border-radius: 4px;
  overflow: hidden;
}
.secTrouble__flowBlk_flow .flowBox:not(:last-child) {
  margin-bottom: 30px;
}
.secTrouble__flowBlk_flow .flowBox__ttl {
  width: 100%;
  min-height: 72px;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  --lh: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secTrouble__flowBlk_flow .flowBox__ttl small {
  font-size: 18px;
}
.secTrouble__flowBlk_flow .flowBox__img {
  width: 100%;
}
.secTrouble__flowBlk_flow .flowBox__txtWrap {
  width: 100%;
  padding: 20px;
  --lh: 1.4;
}
.secTrouble__flowBlk_flow .flowBox__txtWrap_ttl {
  min-height: 24px;
  padding-left: 34px;
  margin-bottom: 10px;
  background: url(../images/icon-downarrow.svg) left top/24px no-repeat;
  font-size: 16px;
  font-weight: 700;
}
.secTrouble__flowBlk_flow .flowBox__txtWrap_ttl:not(:first-child) {
  margin-top: 20px;
}
.secTrouble__flowBlk_flow .flowBox__txtWrap_list {
  margin-top: 20px;
  font-weight: 600;
  display: grid;
  grid-gap: 15px;
  counter-reset: flow_list 0;
}
.secTrouble__flowBlk_flow .flowBox__txtWrap_list li {
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
.secTrouble__flowBlk_flow .flowBox__txtWrap_list li::before {
  counter-increment: flow_list 1;
  content: counter(flow_list);
  width: 50px;
  height: 20px;
  background-color: var(--sea);
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.secTrouble__flowBlk_flow .flowBox__txtWrap_info {
  width: 100%;
  margin-top: 7px;
  display: grid;
}
.secTrouble__flowBlk_flow .flowBox__txtWrap_info dt {
  margin-bottom: 7px;
  font-weight: 400;
  text-align: center;
}
.secTrouble__flowBlk_flow .flowBox__txtWrap_info dd:not(:last-child) {
  margin-bottom: 10px;
}
.secTrouble__flowBlk_flow_ttl {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  --lh: 1.8;
  text-align: center;
  position: relative;
}
.secTrouble__flowBlk_flow_ttl::before, .secTrouble__flowBlk_flow_ttl::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 2px dashed var(--text);
  display: block;
  position: absolute;
}
.secTrouble__flowBlk_flow_ttl::before {
  top: 0;
}
.secTrouble__flowBlk_flow_ttl::after {
  bottom: 0;
}
.secTrouble__flowBlk_flow_txt {
  font-size: 16px;
  --lh: 1.7;
}
.secTrouble__flowBlk_flow_checkList {
  width: 100%;
  margin-top: 10px;
  display: grid;
  grid-gap: 4px;
}
.secTrouble__flowBlk_flow_checkList li {
  font-size: 16px;
  font-weight: 600;
  --lh: 1.7;
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
.secTrouble__flowBlk_flow_checkList li::before {
  content: "";
  width: 24px;
  height: 42px;
  background: url(../images/icon-checklist.svg) center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}
.secTrouble__priceBlk {
  padding: 70px 0 70px;
}
.secTrouble__priceBlk_ttl {
  margin-bottom: 35px;
}
.secTrouble__priceBlk_list {
  width: 100%;
  display: grid;
  grid-gap: 8px;
}
.secTrouble__priceBlk_list .listItem {
  border: 1px solid var(--sea);
  border-radius: 4px;
  overflow: hidden;
}
.secTrouble__priceBlk_list .listItem__ttl {
  width: 100%;
  min-height: 43px;
  padding: 8px 10px;
  font-size: 22px;
  font-weight: 700;
  --lh: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secTrouble__priceBlk_list .listItem__ttl small {
  font-size: 18px;
}
.secTrouble__priceBlk_list .listItem__ttl:has(small) {
  padding: 12px 10px;
}
.secTrouble__priceBlk_list .listItem__img {
  width: 100%;
}
.secTrouble__priceBlk_list .listItem__txtWrap {
  padding: 10px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 22px;
}
.secTrouble__priceBlk_list .listItem__price {
  width: 100%;
  font-size: 30px;
}
.secTrouble__makerBlk {
  width: 100%;
  padding: 48px 0 30px;
}
.secTrouble__makerBlk_ttl {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 18px;
}
.secTrouble__makerBlk_ttl small {
  font-size: 18px;
  display: block;
}
.secTrouble__makerBlk_logo {
  width: 100%;
}

.secBreakdown__introBlk {
  width: 100%;
  position: relative;
}
.secBreakdown__introBlk_icon {
  width: 79px;
  display: block;
  position: absolute;
  top: -40px;
  left: calc(50% + 90px);
  z-index: 2;
}
.secBreakdown__introBlk_ttl {
  width: 100%;
  padding: 15px 20px 30px;
  margin-bottom: -15px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(50% + 25px) calc(100% - 15px), 50% 100%, calc(50% - 25px) calc(100% - 15px), 0 calc(100% - 15px));
  font-size: 17px;
  font-weight: 600;
  --lh: 1.3;
  text-align: center;
  position: relative;
  z-index: 1;
}
.secBreakdown__introBlk_ttl strong {
  font-size: 22px;
  font-weight: 600;
}
.secBreakdown__introBlk_img {
  width: 100%;
}
.secBreakdown__introBlk_txtWrap {
  width: 100%;
  padding: 20px 0 48px;
}
.secBreakdown__introBlk_txtWrap p + p {
  margin-top: 12px;
}
.secBreakdown__introBlk_txtWrap p + p:has(.btn) {
  margin-top: 20px;
}
.secBreakdown__introBlk_txtWrap strong {
  font-size: 16px;
  --lh: 1.8;
}
.secBreakdown__introBlk_list {
  display: grid;
  grid-gap: 10px;
}
.secBreakdown__introBlk_list li {
  min-height: 24px;
  padding-left: 34px;
  background: url(../images/icon-troublelist.svg) left top/24px no-repeat;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.secBreakdown__makerBlk {
  padding: 33px 0 30px;
}
.secBreakdown__makerBlk_list {
  width: 100%;
  display: grid;
  grid-gap: 30px;
}
.secBreakdown__makerBlk_list .listItem {
  width: 100%;
}
.secBreakdown__makerBlk_list .listItem:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--orange);
}
.secBreakdown__makerBlk_list .listItem__ttlWrap {
  margin-bottom: 26px;
  color: #bbb;
  font-weight: 700;
  --lh: 1;
}
.secBreakdown__makerBlk_list .listItem__ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 26px;
  position: relative;
}
.secBreakdown__makerBlk_list .listItem__ttl_txt {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.secBreakdown__makerBlk_list .listItem__txtWrap {
  --lh: 1.4;
}
.secBreakdown__makerBlk_list .listItem__txtWrap_ttl {
  min-height: 24px;
  padding-left: 34px;
  margin-bottom: 10px;
  background: url(../images/icon-downarrow.svg) left top/24px no-repeat;
  font-size: 16px;
  font-weight: 700;
}
.secBreakdown__makerBlk_list .listItem__txtWrap_txt:not(:last-child) {
  margin-bottom: 20px;
}
.secBreakdown__pointBlk {
  padding: 20px 0 70px;
}
.secBreakdown__pointBlk_ttl {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  --lh: 1.8;
  text-align: center;
  position: relative;
}
.secBreakdown__pointBlk_ttl::before, .secBreakdown__pointBlk_ttl::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 2px dashed var(--text);
  display: block;
  position: absolute;
}
.secBreakdown__pointBlk_ttl::before {
  top: 0;
}
.secBreakdown__pointBlk_ttl::after {
  bottom: 0;
}
.secBreakdown__pointBlk_txt {
  font-size: 16px;
  --lh: 1.7;
}
.secBreakdown__pointBlk_checkList {
  width: 100%;
  margin-top: 10px;
  display: grid;
  grid-gap: 4px;
}
.secBreakdown__pointBlk_checkList li {
  font-size: 16px;
  font-weight: 600;
  --lh: 1.7;
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
.secBreakdown__pointBlk_checkList li::before {
  content: "";
  width: 24px;
  height: 42px;
  background: url(../images/icon-checklist.svg) center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}
.secBreakdown__pointBlk_info {
  width: 100%;
  margin-top: 26px;
  display: grid;
}
.secBreakdown__pointBlk_info_ttl {
  margin-bottom: 7px;
  font-weight: 400;
  text-align: center;
}
.secBreakdown__pointBlk_info_txt:not(:last-child) {
  margin-bottom: 10px;
}
.secBreakdown__shortBlk {
  padding: 21px 0 70px;
  background: url(../images/breakdown_shortbg.jpg) center/cover no-repeat;
  position: relative;
}
.secBreakdown__shortBlk_ttlWrap {
  position: relative;
}
.secBreakdown__shortBlk_ttl {
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 700;
  --lh: 1.4;
  position: relative;
  z-index: 1;
}
.secBreakdown__shortBlk_ttl strong {
  font-size: 26px;
  --ls: 0.1em;
}
.secBreakdown__shortBlk_ttl--edge {
  white-space: nowrap;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #FDFDFD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.secBreakdown__shortBlk_ttl .last {
  margin-top: 13px;
  display: block;
}
.secBreakdown__shortBlk_box {
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 600;
  --lh: 1.3;
}
.secBreakdown__shortBlk_box strong {
  font-size: 20px;
  font-weight: 700;
}
.secBreakdown__shortBlk_img {
  width: 216px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 12px);
}

.secPrice {
  padding: 0 0 50px;
}
.secPrice__ttl {
  width: 100%;
  padding: 15px 20px 30px;
  margin-bottom: 25px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(50% + 25px) calc(100% - 15px), 50% 100%, calc(50% - 25px) calc(100% - 15px), 0 calc(100% - 15px));
  font-size: 17px;
  font-weight: 600;
  --lh: 1.3;
  text-align: center;
  position: relative;
  z-index: 1;
}
.secPrice__ttl strong {
  font-size: 22px;
  font-weight: 600;
}
.secPrice__subTtl {
  margin-bottom: 40px;
}
.secPrice__txt {
  margin-bottom: 30px;
  font-size: 16px;
  --lh: 1.7;
}
.secPrice__priceBlk {
  width: 100%;
}
.secPrice__priceBlk:not(:last-child) {
  margin-bottom: 37px;
}
.secPrice__priceBlk_ttl {
  width: 100%;
  padding: 0 70px 30px 16px;
  position: relative;
}
.secPrice__priceBlk_ttl_txt {
  width: 100%;
  min-height: 57px;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  --lh: 1.3;
  text-align: center;
  display: block;
  position: relative;
}
.secPrice__priceBlk_ttl_txt::after {
  content: "";
  width: 27px;
  height: 16px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  display: block;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 10px);
  transform: translate(0, 100%);
}
.secPrice__priceBlk_ttl_img {
  width: 88px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 6px;
  z-index: 1;
}
.secPrice__priceBlk_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 10px;
}
.secPrice__priceBlk_list .listItem__ttl {
  width: 100%;
  height: 62px;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: 700;
  --lh: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secPrice__priceBlk_list .listItem__img {
  width: 100%;
}
.secPrice__priceBlk_list .listItem__img img {
  border-radius: 0 0 4px 4px;
}
.secPrice__priceBlk_list .listItem__txtWrap {
  width: 100%;
  padding: 10px 10px 10px;
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secPrice__priceBlk_list .listItem__txtWrap_price {
  padding-bottom: 10px;
  font-size: 22px;
}
.secPrice__priceBlk_list .listItem__txtWrap_price:not(:has(.number)) {
  padding-top: 10px;
}
.secPrice__priceBlk_list .listItem__txtWrap_price .number {
  font-size: 190.91%;
}
.secPrice__priceBlk_list .listItem__txtWrap_price .number.len--5 {
  font-size: 159.09%;
}
.secPrice__priceBlk_list .listItem__txtWrap_price .yen {
  font-size: 90.91%;
}
.secPrice__priceBlk_list .listItem__txtWrap_price .yen small {
  font-size: 60%;
}
.secPrice__priceBlk_list .listItem__txtWrap .priceTxt .yen small {
  padding: 0.2917em 0.625em;
}
.secPrice__priceBlk_list .listItem--2col {
  grid-column: span 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.secPrice__priceBlk_list .listItem--2col .listItem__ttl {
  height: 41px;
}
.secPrice__priceBlk_list .listItem--2col .listItem__img {
  width: 44.6064%;
}
.secPrice__priceBlk_list .listItem--2col .listItem__img img {
  border-radius: 0 0 0 4px;
}
.secPrice__priceBlk_list .listItem--2col .listItem__txtWrap {
  width: 55.3936%;
  padding-left: 20px;
  border-radius: 0 0 4px 0;
  justify-content: flex-start;
  align-self: stretch;
}

.secPoint {
  padding: 0 0 60px;
}
.secPoint__ttlWrap {
  padding: 0 0 52px;
  margin-bottom: 20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 38px), 50% 100%, 0 calc(100% - 38px));
  position: relative;
}
.secPoint__ttl {
  font-size: 18px;
  font-weight: 700;
  --lh: 1.35;
  text-align: center;
}
.secPoint__ttl strong > span {
  font-size: 26px;
  --ls: 0.1em;
}
.secPoint__ttl--edge {
  white-space: nowrap;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #FDFDFD;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.secPoint__txt {
  font-size: 16px;
  --lh: 1.7;
}
.secPoint__list {
  width: 100%;
  margin-top: 28px;
  display: grid;
  grid-gap: 30px;
  counter-reset: point_list 0;
}
.secPoint__list .listItem {
  width: 100%;
}
.secPoint__list .listItem__ttl {
  padding-left: 58px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 900;
  --lh: 1.2;
  position: relative;
}
.secPoint__list .listItem__ttl::before, .secPoint__list .listItem__ttl::after {
  font-weight: 900;
  --lh: 1;
  position: absolute;
}
.secPoint__list .listItem__ttl::before {
  content: "POINT";
  color: var(--orange);
  font-size: 12px;
  top: 0;
  left: 0;
}
.secPoint__list .listItem__ttl::after {
  counter-increment: point_list 1;
  content: counter(point_list);
  width: 30px;
  height: 30px;
  background-color: var(--orange);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 4.5px;
}
.secPoint__list .listItem__img {
  width: 100%;
  margin-bottom: 10px;
}
.secPoint__list .listItem__img img {
  border-radius: 0 0 4px 4px;
}
.secPoint__list .listItem__txtWrap {
  width: 100%;
}

.secReason {
  padding: 50px 0 60px;
}
.secReason__ttl {
  margin-bottom: 44px;
}
.secReason__list {
  width: 100%;
  margin-top: 28px;
  display: grid;
  grid-gap: 22px;
  counter-reset: reason_list 0;
}
.secReason__list .listItem {
  width: 100%;
}
.secReason__list .listItem__ttl {
  min-height: 30px;
  padding-left: 37px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  --lh: 1.1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.secReason__list .listItem__ttl::before {
  counter-increment: reason_list 1;
  content: counter(reason_list);
  width: 30px;
  height: 30px;
  background-color: var(--orange);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  --lh: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secReason__list .listItem__ttl small {
  font-size: 14px;
}
.secReason__list .listItem__img {
  width: 100%;
  margin-bottom: 10px;
}
.secReason__list .listItem__img img {
  border-radius: 0 0 4px 4px;
}
.secReason__list .listItem__txtWrap {
  width: 100%;
}

.secCompare {
  padding: 0 0 50px;
  background: url(../images/compare_bg.jpg) center top/cover no-repeat;
}
.secCompare__ttl {
  width: 100%;
  padding: 30px 10px 45px;
  margin-bottom: 10px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(50% + 25px) calc(100% - 15px), 50% 100%, calc(50% - 25px) calc(100% - 15px), 0 calc(100% - 15px));
  font-size: 17px;
  font-weight: 600;
  --lh: 1.3;
  text-align: center;
  position: relative;
  z-index: 1;
}
.secCompare__subTtl {
  margin-bottom: 30px;
}
.secCompare__box {
  width: 100%;
  padding: 0 0 34px 87px;
  position: relative;
}
.secCompare__box_txt {
  width: 100%;
  padding: 17px 5px 17px 15px;
  background: #FAFAFA;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 600;
  --lh: 1.3;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secCompare__box_txt strong {
  font-size: 20px;
  font-weight: 700;
}
.secCompare__box_img {
  width: 125px;
  display: block;
  position: absolute;
  bottom: 0;
  right: calc(50% + 72px);
}
.secCompare__graph {
  width: 100%;
  margin-top: -22px;
}

.secVoice {
  padding: 50px 0;
}
.secVoice__ttl {
  margin-bottom: 40px;
}
.secVoice__list {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}

.secFaq {
  padding: 40px 0 60px;
}
.secFaq__faqWrap {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}
.secFaq__faqItem {
  width: 100%;
}
.secFaq__faqItem_q {
  min-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  --lh: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
}
.secFaq__faqItem_q::before {
  content: "Q";
  color: var(--yellow);
  font-size: 24px;
  font-family: var(--en);
  flex-shrink: 0;
}
.secFaq__faqItem_q_ttl {
  width: 100%;
}
.secFaq__faqItem_q_toggler {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  position: relative;
}
.secFaq__faqItem_q_toggler > span {
  width: 11px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--speed);
}
.secFaq__faqItem_q_toggler > span:nth-child(2) {
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.secFaq__faqItem_q.open .secFaq__faqItem_q_toggler > span:nth-child(2) {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}
.secFaq__faqItem_a {
  max-height: 0;
  padding: 0 20px;
  background-color: #FFF2CC;
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
  opacity: 0;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  transition: var(--speed);
}
.secFaq__faqItem_a.open {
  max-height: 10000px;
  padding-top: 14px;
  padding-bottom: 18px;
  opacity: 1;
  pointer-events: auto;
}
.secFaq__faqItem_a.open::before {
  content: "A";
  color: var(--red);
  font-size: 24px;
  font-family: var(--en);
  --lh: 1;
  flex-shrink: 0;
  transform: translateY(-2px);
}
.secFaq__faqItem_a_txtWrap {
  width: 100%;
}

.secArchive {
  padding: 40px 0 50px;
}
.secArchive__nav {
  width: 100%;
  margin-bottom: 20px;
}
.secArchive__nav_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7px;
}
.secArchive__nav_list a {
  width: 100%;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid var(--text);
  font-weight: 900;
  --lh: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secArchive__nav_list a.current {
  background-color: #656464;
  color: #fff;
}
.secArchive__list {
  width: 100%;
  display: grid;
  grid-gap: 10px;
}
.secArchive .noPosts {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.archive--voice .postItem__ttl {
  color: var(--orange);
}

.archive--works .postItem {
  border: 1px solid var(--gray);
}
.archive--works .postItem__ttl {
  color: var(--sea);
}

.secCompany {
  padding: 38px 0 50px;
}
.secCompany__table {
  width: 100%;
  border: 1px solid var(--gray);
  border-top: 0;
  table-layout: fixed;
}
.secCompany__table th, .secCompany__table td {
  padding: 14px 10px;
  border-top: 1px solid var(--gray);
}
.secCompany__table th {
  width: 110px;
  font-size: 16px;
  font-weight: 400;
}
.secForm__formWrap {
  width: 100%;
  padding: 40px 4px 25px;
}
.secForm__table {
  width: 100%;
}
.secForm__table th {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  --lh: 1.6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secForm__table th > p {
  display: contents;
}
.secForm__table th .required {
  padding: 0 6px;
  background-color: var(--orange);
  color: var(--white);
  font-size: 10px;
  display: inline-block;
}
.secForm__table th .required--off {
  background-color: #4B4B4B;
}
.secForm__table td {
  padding-bottom: 11px;
  --lh: 1.8;
  display: block;
}
.secForm__table td:has(input[type=file]) {
  width: 50%;
  font-size: 14px;
  display: inline-block;
}
.secForm__table input[type=text], .secForm__table [type=tel], .secForm__table [type=email], .secForm__table textarea, .secForm__table select {
  width: 100%;
  padding: 10px;
  background-color: #dcdcdc;
  border-radius: 0;
  font-size: 12px;
}
.secForm__table input[type=text]::placeholder, .secForm__table [type=tel]::placeholder, .secForm__table [type=email]::placeholder, .secForm__table textarea::placeholder, .secForm__table select::placeholder {
  color: #A0A0A0;
}
.secForm__table textarea {
  height: 92px;
  padding: 10px;
}
.secForm__table .wpcf7-acceptance {
  font-size: 14px;
}
.secForm__table .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.secForm__table .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
.secForm__table .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transform: translateY(4px);
  opacity: 0;
}
.secForm__table .wpcf7-acceptance .wpcf7-list-item::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #dcdcdc;
  border: 1px solid var(--brown);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.secForm__table .wpcf7-acceptance .wpcf7-list-item:has(input[type=checkbox]:checked)::before {
  background: #dcdcdc url('data:image/svg+xml;charset=utf8,<svg width="27" height="18" viewBox="0 0 27 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.1211 0.53125L9.62109 17.0312C9.03531 17.617 8.08579 17.617 7.5 17.0312L0 9.53125L8.56055 11.5312L26.1211 0.53125Z" fill="%23422B25"/></svg>') center/contain no-repeat;
}
.secForm__policyTxt {
  font-size: 14px;
  --lh: 1.8;
  text-align: center;
}
.secForm__policyTxt a {
  text-decoration: underline;
}
.secForm__policyTxt a:hover {
  text-decoration: none;
}
.secForm__btnWrap {
  padding-top: 16px;
}
.secForm__btnWrap input[type=submit] {
  width: 100%;
  height: 60px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.secForm__ctaWrap {
  padding-top: 10px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.secForm__ctaWrap .footer__floatBlk_btn {
  height: 70px;
  flex-direction: column;
  grid-gap: 5px;
}
.secForm__ctaWrap .footer__floatBlk_btn_top {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0;
}
.secForm__ctaWrap .footer__floatBlk_btn_txt {
  font-size: 16px;
}
.secForm__ctaWrap .footer__floatBlk_btn_tel {
  font-size: 26px;
  font-weight: 700;
}
.secForm__ctaWrap .footer__floatBlk_btn_info {
  font-size: 12px;
}
.secForm__ctaWrap .footer__floatBlk_btn_info strong {
  margin: 0 2px;
  display: inline-block;
}
.secForm__attentionBlk {
  width: 100%;
  padding: 16px 4px;
}
.secForm__attentionBlk_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
}
.secForm__attentionBlk_icon {
  width: 50px;
  display: block;
  flex-shrink: 0;
}
.secForm__attentionBlk_txtWrap {
  width: 100%;
  font-size: 14px;
  --lh: 1.4;
}

.secThanks {
  padding: 40px 0 90px;
}
.secThanks__txtWrap {
  padding: 30px 18px;
  font-size: 16px;
  font-weight: 700;
  --lh: 1.6;
  text-align: center;
}
.secThanks__btnWrap {
  margin-top: 30px;
}

.secPolicy {
  padding: 0 0 50px;
}
.secPolicy__term {
  width: 100%;
  padding: 32px 0 39px;
  border-top: 1px solid var(--gray);
  --lh: 1.8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 5px;
}
.secPolicy__term--first {
  padding: 30px 0 14px;
  border-top: 0;
  font-size: 16px;
  font-weight: 500;
  --lh: 1.7;
}
.secPolicy__term_ttl {
  font-size: 18px;
  font-weight: 500;
  --lh: 1.4;
}
.secPolicy__term ul {
  margin-top: 9px;
  display: grid;
  grid-gap: 4px;
}
.secPolicy__term ul li {
  padding-left: 20px;
  position: relative;
}
.secPolicy__term ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--orange);
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

.secArea {
  padding: 50px 0;
  background-color: var(--gray);
}
.secArea__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secArea__ttl {
  margin-bottom: 40px;
}
.secArea__mainArea {
  height: 47px;
  padding: 0 25px 0 12px;
  margin-bottom: 30px;
  border: 2px solid var(--orange);
  border-radius: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 5px;
}
.secArea__mainArea_icon {
  width: 26px;
  flex-shrink: 0;
}
.secArea__mainArea_txt1 {
  width: 100%;
  min-width: 6.8em;
  font-size: 20px;
  text-align: right;
  display: block;
}
.secArea__mainArea_txt2 {
  flex-shrink: 0;
}
.secArea__areaBlk_ttl {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 700;
  --lh: 1.2;
  text-align: center;
}
.secArea__areaBlk_txt {
  width: 100%;
  padding: 20px;
  color: #5D5D5D;
  font-size: 12px;
  --lh: 1.5;
}
.secArea__areaBlk:not(:last-child) {
  margin-bottom: 10px;
}

/* -- ページ毎個別設定 -- */
.page--top .secTrouble__header_ttl {
  --lh: 1.4;
}
.page--top .secTrouble__header_ttl--edge {
  top: 30px;
}
.page--top .secTrouble__priceBlk {
  padding: 27px 0 50px;
}
.page--top .secTrouble__priceBlk.bg--sky {
  padding-bottom: 40px;
  background: var(--sky) url(../images/trouble_pricebg-btm.png) left bottom/100% no-repeat;
}
.page--top .secTrouble__priceBlk_ttl {
  --lh: 1.2;
}
.page--top .secTrouble__priceBlk_ttlWrap {
  position: relative;
}
.page--top .secTrouble__priceBlk_ttlWrap .secPrice__priceBlk_ttl {
  padding: 0 0 62px 86px;
  margin-bottom: -18px;
}
.page--top .secTrouble__priceBlk_ttlWrap .secPrice__priceBlk_ttl_txt {
  padding: 20px 10px 20px 20px;
  font-size: 18px;
  text-align: left;
}
.page--top .secTrouble__priceBlk_ttlWrap .secPrice__priceBlk_ttl_txt strong {
  font-size: 20px;
}
.page--top .secTrouble__priceBlk_ttlWrap_img {
  position: absolute;
  bottom: 18px;
  left: -16px;
  z-index: 1;
}
.page--top .secTrouble__priceBlk_ttlWrap_img--1 {
  width: 117px;
}
.page--top .secTrouble__priceBlk_ttlWrap_img--2 {
  width: 135px;
}
.page--top .secTrouble__priceBlk_list {
  position: relative;
  z-index: 1;
}
.page--top .secTrouble__priceBlk_list--trouble {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 8px;
}
.page--top .secTrouble__priceBlk_list--trouble .listItem {
  border: 0;
  border-radius: 4px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-gap: 0;
  overflow: hidden;
}
.page--top .secTrouble__priceBlk_list--trouble .listItem__ttl {
  padding: 12px 10px;
  font-size: 16px;
}
.page--top .secTrouble__priceBlk_btnWrap {
  margin-top: 30px;
}
.page--top .secBreakdown__introBlk_icon {
  left: calc(50% + 70px);
}
.page--top .secBreakdown__introBlk_txtWrap {
  padding: 13px 0 48px;
  background-position: center bottom;
  font-size: 16px;
  font-weight: 700;
  --lh: 1.8;
}
.page--top .secReason {
  padding-bottom: 50px;
}
.page--top .secReason__btnWrap {
  margin-top: 33px;
}
.page--top .secArchive {
  padding: 50px 0 50px;
}
.page--top .secArchive__ttl {
  margin-bottom: 40px;
}
.page--top .secArchive__slider {
  width: calc(100% - 16px);
  padding-right: 16px;
  margin-left: 16px;
}
.page--top .secArchive__slider .swiper-slide {
  height: auto;
}
.page--top .secArchive__slider .postItem {
  height: 100%;
}
.page--top .secArchive__slider_bar {
  width: 100%;
  height: 6px;
  margin-top: 13px;
  background-color: var(--gray);
}
.page--top .secArchive__slider_bar .swiper-scrollbar-drag {
  background-color: var(--blue);
  border-radius: 0;
}
.page--top .secArchive__btnWrap {
  margin-top: 30px;
}
.page--top .secArchive--works .postItem {
  border: 1px solid var(--gray);
}
.page--top .secFaq {
  padding: 0 0 50px;
}
.page--top .secFaq__ttl {
  margin-bottom: 35px;
}
.page--top .secFaq__btnWrap {
  margin-top: 30px;
}

.page--breaker .secTrouble__header {
  font-size: 18px;
  --lh: 1.4;
}
.page--breaker .secTrouble__header_ttl strong {
  font-size: 26px;
}
.page--breaker .secTrouble__header_ttl strong + span {
  font-size: 22px;
}
.page--breaker .secTrouble__priceBlk {
  padding: 0 0 50px;
  position: relative;
  z-index: 1;
}
.page--breaker .secTrouble__priceBlk::before, .page--breaker .secTrouble__priceBlk::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
.page--breaker .secTrouble__priceBlk::before {
  padding-top: 72.5333%;
  background: url(../images/trouble_pricebg-top.png) center top/cover no-repeat;
  top: 82px;
}
.page--breaker .secTrouble__priceBlk::after {
  padding-top: 30.9333%;
  background: url(../images/trouble_pricebg-btm.png) center bottom/cover no-repeat;
  bottom: 0;
}
.page--breaker .secTrouble__priceBlk_ttl {
  padding: 20px 20px 26px;
  margin-bottom: 38px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(50% + 25px) calc(100% - 15px), 50% 100%, calc(50% - 25px) calc(100% - 15px), 0 calc(100% - 15px));
  font-size: 17px;
  font-weight: 600;
  --lh: 1.3;
  text-align: center;
}
.page--breaker .secTrouble__priceBlk_ttl strong {
  font-size: 22px;
  font-weight: 600;
}
.page--breaker .secTrouble__priceBlk_list .listItem__ttl {
  font-size: 16px;
}
.page--breaker .secTrouble__priceBlk_list .listItem__img img {
  border-radius: 0 0 4px 4px;
}
.page--breaker .secTrouble__priceBlk_list .listItem__txtWrap {
  padding: 10px 20px 31px;
  grid-gap: 10px;
}
.page--breaker .secTrouble__priceBlk_list .listItem__txtWrap_ttl {
  font-size: 20px;
  font-weight: 700;
  --lh: 1.2;
  text-align: center;
}
.page--breaker .secBreakdown__introBlk_txtWrap {
  padding-bottom: 34px;
  background-position: center bottom;
}

.page--electrical .secIntro {
  padding-bottom: 50px;
}
.page--electrical .secTrouble__priceBlk {
  padding: 50px 0;
}
.page--electrical .secTrouble__priceBlk_list {
  grid-gap: 28px;
}
.page--electrical .secTrouble__priceBlk_list .listItem__ttl {
  min-height: 50px;
}
.page--electrical .secTrouble__priceBlk_list .listItem__txtWrap {
  padding: 20px;
}
.page--electrical .secPrice {
  padding: 50px 0 24px;
}
.page--electrical .secPoint__ttl {
  position: relative;
  z-index: 1;
}
.page--electrical .secPoint__ttl--edge {
  -webkit-text-stroke-width: 5px;
  position: absolute;
  top: 24px;
  z-index: -1;
}

.page--reason .secIntro {
  padding: 40px 0 62px;
}
.page--reason .secIntro__ttl {
  font-size: 24px;
  --lh: 1.3;
  text-align: center;
}
.page--reason .secIntro__txt {
  font-size: 14px;
  --lh: 1.4;
}
.page--reason .secIntro__txt strong {
  font-size: 18px;
  --lh: 1.7;
  text-align: center;
  display: block;
}