@charset "UTF-8";

* {
  box-sizing: border-box;
}

/* m-cta-04（共通調整）
------------------------------------- */
.m-cta-04-wrap {
  display: block;
  width: 365px;
  margin-inline: auto;
}

/* 共通調整
------------------------------------- */
.m-strength-item-img-box02{
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
}

.m-strength-item-img-box02-item{
  height: 302px;
  padding: 25px;
}

.m-strength-item-img-box02-item:not(:last-child)::after{
  right: -17px;
}

.m-strength-item-img-box02-item-txt{
  height: auto;
  margin-top: 125px;
}

.m-change-sec {
  padding-bottom: 0;
}

/* p-sec-solution
------------------------------------- */
.p-sec-solution {
  background-color: #EEEEEE;
  padding-block: 60.2px 77px;
  position: relative;
}

.p-sec-solution::before {
  content: '';
  width: 108px;
  aspect-ratio: 1;
  background-image: url(/images/common/icn_arw_bottom_red_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100% - 35px);
  left: 50%;
  translate: -50% -50%;
}

.p-sec-solution-ttl {
  font-size: 42px;
  line-height: calc(63/42);
  letter-spacing: .04em;
  font-weight: 700;
  color: #424242;
  text-align: center;
}

/* p-sec-feature
------------------------------------- */
.p-sec-feature {
  background-color: #EEEEEE;
  padding-bottom: 30px;
}

.p-sec-feature-txt-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-sec-feature-txt {
  font-size: 32px;
  line-height: calc(50/32);
  letter-spacing: .04em;
  font-weight: 700;
  color: #424242;

  position: relative;
  padding: 37.3px 0 58px 232.58px;
}

.p-sec-feature-txt em {
  color: #DC2F3C;
}

.p-sec-feature-txt::before {
  content: '';
  display: block;
  width: 232.58px;
  height: 192.32px;
  background-image: url(/images/lp/listing_ad/img_feature_ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

/* p-sec-consultant
------------------------------------- */
.p-sec-consultant {
  background-color: var(--ver01-bg-color-gray02);
  padding-block: 100px;
}

.p-sec-consultant-inner>:first-child {
  margin-bottom: 50px;
}

/* p-sec-pricing-plans-01
------------------------------------- */
.p-sec-pricing-plans-01 {
	background-color: var(--ver01-bg-color-gray02);
	padding-block: 100px;
}

/* p-sec-case-01
------------------------------------- */
.p-sec-case-01 {
	background-color: var(--ver01-main-color-white);
	padding-block: 100px;
}

/* p-sec-faq
------------------------------------- */
.p-sec-faq {
  padding-block: 100px;
  background-color: var(--ver01-bg-color-gray);
}

.p-sec-faq-layout > :first-child {
  margin-bottom: 50px;
}
