@charset "UTF-8";

:root {
	--base-color-black: #424242;
	--base-color-white: #fff;
	--base-color-red: #DC2F3C;
	--bg-color-gray01: #EEE;
  --base-width: 1700;
}


* {
  box-sizing: border-box;
}


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

/* p-seo-mv-02
---------------------------------------------------------------------------- */
.p-seo-mv-02{
  height: clamp(579px, calc(775 / var(--base-width) * 100vw), 775px);
	overflow: hidden;
	padding-block: clamp(48px, calc(121 / var(--base-width) * 100vw), 121px) clamp(0px, calc(19 / var(--base-width) * 100vw), 19px);
	background: url(/images/lp/seo/bg_mv02_pc.png) no-repeat center center / cover;
}

.p-seo-mv-02-box-inner {
  width: clamp(120px, calc(1585 / var(--base-width) * 100vw), 1720px);
  max-width: 100%;
  margin-left: clamp(90px, calc(160 / var(--base-width) * 100vw), 160px);
  position: relative;
}

.p-seo-mv-02-group1 {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: start;
	align-items: start;
  margin-bottom: clamp(34px, calc(45 / var(--base-width) * 100vw), 45px);
}

.p-seo-mv-02-ttl {
	font-size: clamp(48px, calc(65 / var(--base-width) * 100vw), 65px);
  line-height: calc(81/64);
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #fff;
	margin-right: clamp(14px, calc(22 / var(--base-width) * 100vw), 22px);
  margin-bottom: clamp(20px, calc(27 / var(--base-width) * 100vw), 27px);
}

.p-seo-mv-02-group1-img {
	width: clamp(124px, calc(169 / var(--base-width) * 100vw), 169px);
	aspect-ratio: 169/67;
  margin-top: clamp(9px, calc(11 / var(--base-width) * 100vw), 11px);
}
.p-seo-mv-02-group1-img:not(:last-of-type) {
	margin-right: clamp(10px, calc(14 / var(--base-width) * 100vw), 14px);
}

.p-seo-mv-02-group1-img > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.p-seo-mv-02-txt {
	font-size: clamp(26.6px, calc(36 / var(--base-width) * 100vw), 36px);
	line-height: calc(56/36);
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	margin-bottom: clamp(19px, calc(25 / var(--base-width) * 100vw), 25px);
}

.p-seo-mv-02-group2 {
	margin-bottom: clamp(20px, calc(27 / var(--base-width) * 100vw), 27px);
}

.p-seo-mv-02-group2-item {
	display: grid;
	place-items: center;
	font-size: clamp(19px, calc(26 / var(--base-width) * 100vw), 26px);
	line-height: calc(41/26);
	letter-spacing: 0.04em;
	font-weight: 700;
	color: #042163;
	width: max-content;
	height: clamp(32px, calc(46 / var(--base-width) * 100vw), 46px);
	padding-inline: clamp(33px, calc(41 / var(--base-width) * 100vw), 41px) clamp(10px, calc(16 / var(--base-width) * 100vw), 16px);
	background-color: rgba(255, 255, 255, 0.79);
	position: relative;
}
.p-seo-mv-02-group2-item:not(:last-of-type) {
	margin-bottom: clamp(9px, calc(10 / var(--base-width) * 100vw), 10px);
}
.p-seo-mv-02-group2-item::before {
	content: "";
	width: clamp(10px, calc(15 / var(--base-width) * 100vw), 15px);
	aspect-ratio: 1;
	background-color: #042163;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: clamp(14px, calc(16 / var(--base-width) * 100vw), 16px);
	transform: translate(0, -50%);
}

.p-seo-mv-02-small {
	display: inline-block;
	font-size: clamp(10px, calc(11 / var(--base-width) * 100vw), 11px);
	line-height: calc(32/11);
	letter-spacing: 0.06em;
	font-weight: 400;
	color: #fff;
	margin-top: clamp(39px, calc(46 / var(--base-width) * 100vw), 46px);
}

/* 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% - 15px);
  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-solution-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 37.5px;
  margin-top: 30px;
}

.p-sec-solution-box {
  background-color: #fff;
  padding-block: 38.3px 39px;
  padding-inline: 44px;
}

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

.p-sec-solution-box-list {
  margin-inline: auto;
  margin-top: 20.6px;
}

.p-sec-solution-box-list > :not(:last-child){
  margin-bottom: 20px;
}

.p-sec-solution-box-item {
  font-size: 17px;
  line-height: calc(30/17);
  letter-spacing: .04em;
  font-weight: 400;
  color: #424242;

  position: relative;
  padding-left: calc(25px + 8px); /*before + 余白*/
}

.p-sec-solution-box-item::before {
  content: '';
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #424242 url(/images/common/icn_check_wh_01.svg) no-repeat center / 14px 13px;
  position: absolute;
  top: 3px;
  left: 0;
}

/* p-sec-contribution
------------------------------------- */
.p-sec-contribution {
  background-color: #FFFFFF;
  padding-block: 47.7px 27px;
}

.p-sec-contribution-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}

.p-sec-contribution-ttl {
  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-contribution-ttl em {
  color: #DC2F3C;
}

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

/* p-sec-reason
------------------------------------- */
/* common */
.p-sec-reason {
  background-color: #F6F4EC;
  padding-block: 100px;
}

.p-sec-reason-layout > :first-child {
  margin-bottom: 80px;
}

.p-sec-reason-layout > :not(:first-child) {
  margin-top: 70px;
}

.p-sec-reason-box-ttl {
  display: inline-block;
  font-size: 26px;
  line-height: calc(40/26);
  letter-spacing: .04em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: max-content;
  background-color: #153C95;
  padding: 7px 20px;
  border-radius: 100vmax;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.p-sec-reason-box-ttl > span {
  color: #FCF698;
}

/* box01 */
.p-sec-reason-box01 {
  background-color: #fff;
  padding: 51.7px 80px 50px;
  display: grid;
  grid-template-areas:
  "box01_img . ."
  "box01_img . box01_txt01"
  "box01_img . ."
  "box01_img . box01_txt02"
  "box01_img . ."
  ;
  grid-template-columns: auto 40px auto;
  grid-template-rows: 26px auto 30px auto 26px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-sec-reason-box01-txt01 {
  grid-area: box01_txt01;
  font-size: 26px;
  line-height: calc(40/26);
  letter-spacing: .04em;
  font-weight: 700;
  color: #424242;
}

.p-sec-reason-box01-txt01 > span {
  color: #DC2F3C;
}

.p-sec-reason-box01-txt02 {
  grid-area: box01_txt02;
  font-size: 17px;
  line-height: calc(30/17);
  letter-spacing: .04em;
  font-weight: 400;
  color: #424242;
}

.p-sec-reason-box01-txt02 > span{
  color: #DC2F3C;
}

.p-sec-reason-box01-img {
  grid-area: box01_img;
  width: 430px;
}

.p-sec-reason-box01-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* box02 */
.p-sec-reason-box02 {
  background-color: #fff;
  padding: 51.7px 80px 50px;
  position: relative;
}

.p-sec-reason-box02 > :not(:last-child) {
  margin-bottom: 30px;
}

.p-sec-reason-box02-txt01 {
  font-size: 26px;
  line-height: calc(30/26);
  letter-spacing: .04em;
  font-weight: 700;
  color: #424242;
}

.p-sec-reason-box02-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 74px;
}

.p-sec-reason-box02-box {
  background-color: #fff;
  border: 2px solid #424242;

  display: flex;
  flex-direction: column;

  position: relative;
}

.p-sec-reason-box02-box:not(:last-child)::before,
.p-sec-reason-box02-box:not(:last-child)::after {
  content: '';

  width: 6px;   /*太さ*/
  height: 40px; /* 幅 */
  background-color: #757575;

  position: absolute;
  top: 50%;
  right: -40px;
  translate: 0 -50%;
}

.p-sec-reason-box02-box:not(:last-child)::before {
  rotate: 45deg;
}

.p-sec-reason-box02-box:not(:last-child)::after {
  rotate: -45deg;
}

.p-sec-reason-box02-box-ttl {
  font-size: 24px;
	line-height: calc(30/24);
	letter-spacing: .08em;
	font-weight: 700;
	color: #fff;
  text-align: center;
  background-color: #424242;

  padding-block: 12px;
}

.p-sec-reason-box02-box-list {
  flex-grow: 1;
  padding: 18px 18px 15px 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  position: relative;
}

.p-sec-reason-box02-box-list::after {
  content: 'etc.';
  font-size: 16px;
	line-height: calc(16/16);
	letter-spacing: .08em;
	font-weight: 400;
	color: #424242;

  position: absolute;
  bottom: 18px;
  right: 18px;
}

.p-sec-reason-box02-box-item {
  font-size: 16px;
  line-height: calc(28/16);
  letter-spacing: .08em;
  font-weight: 700;
  color: #424242;

  padding-left:1em;
  text-indent:-1em;
}

.p-sec-reason-box02-box-item span {
  color: #DC2F3C;
}

.p-sec-reason-box02-txt02 {
  font-size: 17px;
  line-height: calc(30/17);
  letter-spacing: .04em;
  font-weight: 400;
  color: #424242;
}

.p-sec-reason-box02-txt02 > span{
  font-weight: 700;
  color: #DC2F3C;
}

/* p-sec-service
------------------------------------- */
.p-sec-service {
  background-color: #EEEEEE;
  padding-block: 100px 100px;
}

.p-sec-service-block {
  padding-top: 58px;
  padding-inline: 80px;
  background-color: #fff;
  position: relative;
  margin-top: 80px;
}
.p-sec-service-block-ttl {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: 52px;
  padding-inline: 20px;
  background-color: #153C95;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(40 / 26);
  letter-spacing: .04em;
  color: #fff;
}

.p-sec-service-block-txt01 {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(40 / 32);
  letter-spacing: .04em;
  color: #424242;
  text-align: center;
}
.p-sec-service-block-txt01 .color {
  color: #DC2F3C;
  background-image: linear-gradient(0deg, #FFF773 0, #FFF773 30%, transparent 30%, transparent 100%);
	background-repeat: no-repeat;
}
.p-sec-service-block-txt01.ls {
  letter-spacing: normal;
}
.p-sec-service-block-txt01.lh {
  line-height: calc(49 / 32);
}
.p-sec-service-block-txt01 .lsminus {
  letter-spacing: -.5em;
}

.p-sec-service-block-txt02 {
  font-size: 17px;
  font-weight: 400;
  line-height: calc(30 / 17);
  letter-spacing: .04em;
  color: #424242;
  margin-top: 30px;
}

.p-sec-service-block-items01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
  padding-bottom: 50px;
}

.p-sec-service-block-item01 {
  border: 2px solid #424242;
}

.p-sec-service-block-item01-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(34 / 24);
  letter-spacing: .05em;
  color: #fff;
  width: 100%;
  height: 60px;
  background-color: #424242;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-sec-service-block-item01-lists {
  padding: 17px 28px;
}

.p-sec-service-block-item01-list {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(28 / 16);
  letter-spacing: .04em;
  color: #424242;
}
.p-sec-service-block-item01-list .color {
  color: #DC2F3C;
}

.p-sec-service-block-items02 {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  padding-bottom: 50px;
}

.p-sec-service-block-item02 {
  width: 270px;
  aspect-ratio: 270 / 237;
}
.p-sec-service-block-item02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-sec-service-block-items03 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
  padding-bottom: 30px;
}

.p-sec-service-block-item03 {
  width: calc(33.3333% - 20px * 2 / 3);
  position: relative;
}
.p-sec-service-block-item03:nth-child(1)::before,
.p-sec-service-block-item03:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sec-service-block-item03:nth-child(1)::before {
  right: -33px;
  width: 51px;
  height: 42px;
  background-image: url(/images/lp/seo/icn_arrow_right01.svg);
}
.p-sec-service-block-item03:nth-child(2)::before {
  right: -38px;
  width: 63px;
  height: 42px;
  background-image: url(/images/lp/seo/icn_arrow_right02.svg);
}
.p-sec-service-block-item03:nth-child(1)::after,
.p-sec-service-block-item03:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 1;
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  background-color: #fff;
}

.p-sec-service-block-item03-img {
  width: 100%;
  aspect-ratio: 333 / 207.45;
}
.p-sec-service-block-item03-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* p-sec-comparison
------------------------------------- */
.p-sec-comparison {
  background-color: #F8F8F8;
  padding-block: 100px 100px;
}

.p-sec-comparison-read {
  font-size: 26px;
  font-weight: 700;
  line-height: calc(40 / 26);
  letter-spacing: .04em;
  color: #424242;
  text-align: center;
  margin-top: 50px;
}
.p-sec-comparison-read .color {
  color: #DC2F3C;
}

.p-sec-comparison-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

.p-sec-comparison-table th,
.p-sec-comparison-table td {
  border-collapse: collapse;
  border: 2px solid #fff;
}

.p-sec-comparison-table-ttl th {
  font-size: 22px;
  font-weight: 700;
  line-height: calc(27 / 22);
  letter-spacing: .08em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #424242;
  width: 185px;
  height: 80px;
}
.p-sec-comparison-table-ttl th:first-child {
  background-color: transparent;
  border: none;
}

.p-sec-comparison-table-ttl-left {
  height: 70px;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
}

.p-sec-comparison-table-row01 .p-sec-comparison-table-ttl-left {
  font-size: 22px;
  font-weight: 700;
  background-color: #153C95;
}
.p-sec-comparison-table-row01 td {
  background-color: #E4F3F8;
  text-align: center;
  vertical-align: middle;
}

.p-sec-comparison-table-row02 .p-sec-comparison-table-ttl-left {
  font-size: 20px;
  font-weight: 400;
  background-color: #757575;
}
.p-sec-comparison-table-row02 td {
  background-color: #EEEEEE;
  text-align: center;
  vertical-align: middle;
}

.p-sec-comparison-txt {
  font-size: 17px;
  font-weight: 400;
  line-height: calc(30 / 17);
  letter-spacing: .04em;
  color: #424242;
  margin-top: 15px;
}
.p-sec-comparison-txt .color {
  color: #DC2F3C;
  font-weight: 700;
}

/* p-sec-schedule
------------------------------------- */
.p-sec-schedule {
  background-color: #FFFFFF;
  padding-block: 100px 100px;
}

.p-sec-schedule-read {
  font-size: 17px;
  font-weight: 400;
  line-height: calc(30 / 17);
  letter-spacing: .04em;
  color: #424242;
  text-align: center;
  margin-top: 47px;
}

.p-sec-schedule-container {
  margin-top: 30px;
  margin-bottom: 35px;
}

.p-sec-schedule-heading {
  width: 930px;
  aspect-ratio: 920 / 60;
  margin-left: auto;
}
.p-sec-schedule-heading img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-sec-schedule-table th,
.p-sec-schedule-table td {
  border-collapse: collapse;
  border: 2px solid #fff;
}

.p-sec-schedule-table-ttl-left {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #757575;
  width: 190px;
}

.p-sec-schedule-table-row td {
  font-size: 17px;
  font-weight: 400;
  line-height: calc(28 / 17);
  letter-spacing: .04em;
  color: #424242;
  vertical-align: middle;
  padding: 20px 25px;
  width: 310px;
}
.p-sec-schedule-table-row.row--01 td {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(30 / 18);
  background-color: #F6F4EC;
}
.p-sec-schedule-table-row.row--02 td {
  background-color: #EEEEEE;
}
.p-sec-schedule-table-row.row--02 td ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-sec-schedule-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(25 / 14);
  letter-spacing: .04em;
  color: #424242;
}

/* p-sec-consultant
------------------------------------- */
.p-sec-consultant {
  background-color: #F8F8F8;
  padding-block: 100px;
}

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

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

.p-sec-structure-txt {
  font-size: 17px;
  line-height: calc(30/17);
  letter-spacing: .04em;
  font-weight: 500;
  color: var(--ver01-main-color-black);
  text-align: center;
  margin-block: 50px 30.7px;
}

.p-sec-structure-wrap {
  display: grid;
  /* grid-template-columns: 570px 392.02px; */
  grid-template-columns: 54.8% 37.7%;
  /* gap: 0 78px; */
  gap: 0 7.5%;
}

.p-sec-structure-box {
  display: flex;
  flex-direction: column;
  background-color: var(--ver01-main-color-white);
  border: 2px solid var(--ver01-main-color-black);
}

.p-sec-structure-box:first-of-type{
  position: relative;
}

.p-sec-structure-box-img {
  position: absolute;
  top: 50%;
  left: calc(100% + 8.4px);
  translate: 0 -50%;
}

.p-sec-structure-box-ttl {
  font-size: 24px;
	line-height: calc(30/24);
	letter-spacing: .08em;
	font-weight: 700;
	color: #fff;
  text-align: center;
  background-color: #424242;

  padding-block: 12px;
}

.p-sec-structure-box-inner01 {
  padding: 30px 30px 40px;
}
.p-sec-structure-box-inner02 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-sec-structure-box-inner03 {
  padding: 60px 12px 0 18px;
}

.p-sec-structure-box-inner01-img {
  width: 100%;
  text-align: center;
  margin-block: 24.5px 12.7px;
}

.p-sec-structure-team01 {
  display: grid;
  grid-template-areas:
  "img . ttl"
  "img . ."
  "img . txt"
  ;
  grid-template-columns: auto 30px auto;
  grid-template-rows: auto 12px auto;
  align-items: center;
  justify-content: center;
}
.p-sec-structure-team02 {
  display: grid;
  grid-template-areas:
  "img"
  "ttl"
  "txt"
  ;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 10px 0;
  align-items: center;
  justify-content: center;
}
.p-sec-structure-team03 {
  display: grid;
  grid-template-areas:
  "img . ttl"
  "img . ."
  "img . txt"
  ;
  grid-template-columns: 81.46px 15px 1fr;
  grid-template-rows: auto 10px auto;
  align-items: center;
  justify-content: center;
  height: 88px;
}

.p-sec-structure-team03:not(:last-of-type) {
  margin-bottom: 40px;
}

.p-sec-structure-team-img {
  grid-area: img;
  text-align: center;
}

.p-sec-structure-team-ttl {
  grid-area: ttl;
  font-size: 20px;
  line-height: calc(20/20);
  letter-spacing: 0;
  font-weight: 700;
  color: var(--ver01-main-color-red);
}

.p-sec-structure-team-txt {
  grid-area: txt;
  font-size: 18px;
  line-height: calc(30/18);
  letter-spacing: -0.5px;
  font-weight: 400;
  color: var(--ver01-main-color-black);
}

/* p-sec-flow
------------------------------------- */
.p-sec-flow {
  background-color: #F8F8F8;
  padding-block: 100px 90px;
}

.p-sec-flow-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 50px;
  counter-reset: num;
}

.p-sec-flow-list li {
  display: flex;
  align-items: center;
  padding: 15px;
  padding-right: 50px;
  gap: 0 20px;
  background-color: #fff;
}

.p-sec-flow-list-num {
  display: flex;
  align-items: center;
  color: #DC2F3C;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  width: 100px;
  min-height: 100px;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.p-sec-flow-list-num::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 53px;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-family: 'Rajdhani';
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  width: 55px;
  text-align: center;
}

.p-sec-flow-list-wrap {
  padding-left: 30px;
  border-left: 2px solid #DC2F3C;
}

.p-sec-flow-list-ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: calc(40 / 26);
  letter-spacing: 0.04em;
}

.p-sec-flow-list-txt {
  font-size: 17px;
  font-weight: 400;
  line-height: calc(30 / 17);
  letter-spacing: 0.08em;
  margin-top: 10px;
}

/* p-sec-plan
------------------------------------- */
.p-sec-plan {
  background-color: #FFFFFF;
  padding-block: 100px 100px;
}

.p-sec-plan-block {
  padding: 40px;
  background-color: #EEEEEE;
}
.p-sec-plan-block:first-of-type {
  margin-top: 50px;
}
.p-sec-plan-block:nth-of-type(2) {
  margin-top: 20px;
}

.p-sec-plan-block-wrap {
  display: flex;
  align-items: center;
  gap: 0 37px;
}

.p-sec-plan-block-wrap-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: calc(43 / 30);
  letter-spacing: 0.05em;
  color: #424242;
}

.p-sec-plan-block-wrap-txt {
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #DC2F3C;
}
.p-sec-plan-block-wrap-txt .fz {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #424242;
}
.p-sec-plan-block-wrap-txt .fzSmall {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #424242;
  margin-left: 8px;
}

.p-sec-plan-block-box {
  padding: 18px 20px;
  background-color: #fff;
  margin-top: 23px;
}

.p-sec-plan-block-box-ttl {
  font-size: 17px;
  font-weight: 700;
  line-height: calc(30 / 17);
  letter-spacing: 0.08em;
  color: #424242;
  margin-bottom: 5px;
}

.p-sec-plan-block-box-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16);
  letter-spacing: 0.08em;
  padding-left: 1em;
  text-indent: -1em;
}
.p-sec-plan-block-box-list li .color {
  color: #DC2F3C;
}

.p-sec-plan-txt {
  font-size: 26px;
  font-weight: 700;
  line-height: calc(40 / 26);
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 40px;
}
.p-sec-plan-txt .color {
  color: #DC2F3C;
}
.p-sec-plan-txt .lsminus {
  letter-spacing: -1em;
}

.p-sec-plan-cta-wrap {
  margin-top: 60.8px;
}

/* p-sec-case
------------------------------------- */
.p-sec-case {
  padding-block: 100px;
  background-color: #F8F8F8;
}

.p-sec-case-heading {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  gap: 0 40px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 25px;
}

.p-sec-case-ttl {
	font-size: 26px;
	line-height: calc(37/26);
	letter-spacing: .04em;
	font-weight: 700;
  color: var(--ver01-main-color-black);
}

.p-sec-case-ttl span {
  color: var(--ver01-main-color-red);
}

.p-sec-case-txt {
  font-size: 17px;
  line-height: calc(30/17);
  letter-spacing: 0.04em;
  font-weight: 400;
  color: var(--ver01-main-color-black);
}

.p-sec-case-txt span {
  color: var(--ver01-main-color-red);
  font-weight: 700;
}

/* p-sec-faq
------------------------------------- */
.p-sec-faq {
  padding-block: 100.7px 50px;
  background-color: var(--bg-color-gray01);
}

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