@charset "UTF-8";

.p-system {
  background-color: #EEF1F4;
  padding: 80px 0;
  line-height: 1.5;
  position: relative;
}

.p-system:nth-of-type(1),
.p-system:nth-of-type(6) {
  background-color: #fff;
}

.p-system:nth-of-type(4):after {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-right: 32px solid rgba(0, 0, 0, 0);
  border-left: 32px solid rgba(0, 0, 0, 0);
  border-top: 40px solid #eef1f4;
  left: 50%;
  transform: translateX(-50%);
  z-index: 98;
}

.p-system:nth-of-type(5) {
  background-color: #DFD4C1;
  padding: 0;
}

.p-system:nth-of-type(8) {
  background-image: url('/wp-content/themes/assets/img/bizreach/feature/cta_reason_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: 1s all ease;
  padding: 0;
}

.p-system_inner {
  max-width: 1130px;
  width: 90%;
  margin: 0 auto;
  color: #231815;
}

.p-system_inner_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 48px 0;
}

#p-system-wrap .p-system_title {
  text-align: center;
}

#p-system-wrap .p-system_title h2 {
  font-size: clamp(1.25rem, 1.167rem + 0.36vw, 1.5rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
}

#p-system-wrap .p-system_text {
  line-height: 2;
  text-align: center;
  margin-top: 64px;
}

#p-system-wrap .p-system_text p {
  margin-bottom: 24px;
}

#p-system-wrap .p-system_text h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.p-system_order {
  display: flex;
  justify-content: end;
}

.p-system_order p {
  font-size: 11px;
  color: #555555;
}

.p-system_table {
  width: 100%;
  margin-top: 64px;
  font-size: clamp(0.875rem, 0.744rem + 0.27vw, 1rem);
}

.p-system_table th,
.p-system_table td {
  padding: 24px 16px;
  font-weight: bold;
}

.p-system_table th span {
  padding: 4px 8px;
  background: #AF9D80;
  margin-left: 8px;
  border-radius: 2px;
}

.p-system_table tr:last-of-type th,
.p-system_table tr:last-of-type td {
  border-bottom: none;
}

.p-system_table tr:first-of-type th {
  background: #53575D;
  color: #fff;
  text-align: center;
  border-right: solid 1px #fff;
}

.p-system_table tr:first-of-type td {
  background: none;
}

.p-system_table tr:first-of-type th:nth-of-type(2) {
  background: #B6111C;
}

.p-system_table th {
  background: #DDDFE3;
  border-bottom: solid 1px #fff;
}

.p-system_table td {
  background: #fff;
  border-bottom: solid 1px #D9D9D9;
  text-align: center;
}

.p-system_table td:nth-of-type(2) {
  background: #F2EEE8;
  border-bottom: solid 1px #fff;
}

.p-system_button {
  display: flex;
  align-items: center;
}

.p-system_button a {
  max-width: 330px;
  margin-top: 48px;
  width: 100%;
}

.p-system_content-item {
  display: none;
}

.p-system_tab {
  margin-top: 64px;
}

.p-system_tab_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.p-system_tab-menu {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  align-items: center;
  background: #53575D;
  border-top: solid 6px #53575D;
  padding: 16px;
  text-align: center;
  color: #fff;
  font-size: clamp(0.875rem, 0.833rem + 0.18vw, 1rem);
  border-radius: 2px 2px 0 0;
  font-weight: bold;
  line-height: 1.25;
  cursor: pointer;
  transition: 0.3s;
}

.p-system_tab-menu:hover {
  background: #fff;
  color: #B6111C;
  border-top: solid 6px #B6111C;
}

.p-system_tab-menu.current {
  background: #fff;
  color: #B6111C;
  border-top: solid 6px #B6111C;
}

.p-system_tab_content {
  background: #fff;
  padding: 64px;
}

.p-system_tab h3 {
  font-size: clamp(1.25rem, 1.083rem + 0.71vw, 1.75rem);
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.p-system_content-item-subtitle {
  padding: 8px;
  background: #F2EEE8;
  color: #B6111C;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(0.875rem, 0.744rem + 0.27vw, 1rem);
}

.p-system_content-item_flex {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 40px;
}

.p-system_content-item_flex-item:first-of-type {
  max-width: 304px;
}

.p-system_content-item_flex-item img {
  width: 100%;
}

.p-system_tab .checkmark {
  width: 24px;
  height: 24px;
  background-color: #B6111C;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.p-system_tab .checkmark::after {
  content: '';
  position: absolute;
  top: 25%;
  left: 40%;
  width: 6px;
  height: 12px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg);
}

.p-system_content-item_flex-item_list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.p-system_content-item_flex-item_list li p {
  width: 100%;
}

.p-system_flowlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  margin: 64px 0 0;
}

.p-system_flowlist li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  background: #fff;
  position: relative;
  border: solid 1px #B5B5B5;
}

.p-system_flowlist li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -32px;
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/assets/img/bizreach/system/p-system_flowlis-icon.svg');
}

.p-system_flowlist li:last-of-type::after {
  content: none;
}

.p-system_flowlist li:last-of-type h3 {
  background: #F2EEE8;
}

.p-system_flowlist li h3 {
  display: grid;
  align-items: center;
  padding: 16px;
  background: #DDDFE3;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.p-system_flowlist_item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
}

.p-system_flowlist li:last-of-type .p-system_flowlist_item {
  color: #B6111C;
}



.p-plan {
  background-color: #EEF1F4;
  padding: 88px 0;
  line-height: 1.5;
}

.p-plan:nth-of-type(even) {
  background-color: #fff;
}

.p-system:nth-of-type(3) {
  background-image: url('/wp-content/themes/assets/img/bizreach/priceguide/cta_price_bg.png');
  background-repeat: no-repeat;
  background-position: right 30% bottom;
  background-size: cover;
  transition: 1s all ease;
  padding: 0;
}

.p-plan_inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  color: #231815;
}

#c-title-main {
  color: #444444;
}

#p-plan-wrap h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
}

#p-plan-wrap h3 {
  font-size: clamp(1rem, 0.917rem + 0.36vw, 1.25rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}

.p-plan-wrap_title {
  text-align: center;
  margin-bottom: 32px;
}

.p-plan_table table {
  width: 100%;
  border: solid 1px #B5B5B5;
  margin-bottom: 24px;
}

.p-plan_table tr {
  border-bottom: solid 1px #B5B5B5;
}

.p-plan_table th,
.p-plan_table td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 24px;
  color: #B6111C;
}

.p-plan_table th {
  background: #F5E4E4;
  padding: 24px;
  font-size: 20px;
}

.p-plan_table tr:first-of-type th {
  background: #444444;
  color: #fff;
  padding: 16px 0;
}

.p-plan_table td {
  background: #fff;
}

.p-plan_table strong {
  font-size: 32px;
  margin-right: 4px;
}

.p-plan_table .columns2 {
  font-size: 16px;
  line-height: 1.8;
  color: #231815;
}

.p-plan_table .columns2 a {
  color: #B6111C;
  text-decoration: underline;
}

.p-plan_order p {
  font-size: 11px;
  text-align: right;
}

.p-plan_scout {
  background: #fff;
  padding: 56px 88px;
  margin-top: 72px;
}

.p-plan_scout p {
  line-height: 2;
}

.p-plan_case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.p-plan_case_item {
  padding: 32px 16px 240px;
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.p-plan_case_item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: cover;
}

.p-plan_case_item:nth-of-type(1):after {
  width: 195px;
  height: 184px;
  background-image: url('/wp-content/themes/assets/img/bizreach/priceguide/case_item01.png');
}

.p-plan_case_item:nth-of-type(2):after {
  width: 322px;
  height: 189px;
  background-image: url('/wp-content/themes/assets/img/bizreach/priceguide/case_item02.png');
}

.p-plan_case_item:nth-of-type(3):after {
  width: 281px;
  height: 181px;
  background-image: url('/wp-content/themes/assets/img/bizreach/priceguide/case_item03.png');
}

.p-plan_case_item p {
  line-height: 1.8;
}

.red_text {
  color: #B6111C;
}

sup {
  top: 6px;
  right: 0px;
  position: relative;
  font-size: 11px;
  vertical-align: top;
}

.sub_text {
  font-size: 11px;
  color: #555555;
}

.p-plan_case_item-number {
  font-size: 48px;
  color: #B6111C;
  font-weight: bold;
}

.p-system-company {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.p-system-company a {
  padding: 24px;
  grid-row: span 2;
  display: grid;
  gap: 24px;
  grid-template-rows: subgrid;
  background: #fff;
  border-radius: 4px;
  position: relative;
  border-top: solid 5px #B6111C;
  text-decoration: none;
  color: #231815;
  font-size: clamp(0.875rem, 0.744rem + 0.27vw, 1rem);
}

.p-system-company a:hover {
  box-shadow: 3px 3px 16px 0px rgba(128, 128, 128, 0.4);
  transition: 0.3s;
}

#p-plan-wrap .p-system-company h3 {
  margin-bottom: 0;
}

.p-system-company img {
  width: 120px;
  height: 120px;
  border-radius: 2px;
}

.p-system-company p {
  line-height: 2;
}

.p-system-company__list {
  display: flex;
  align-items: stretch;
}

.p-system-company__list h3 {
  font-size: clamp(0.875rem, 0.35rem + 1.09vw, 1.375rem);
  font-weight: bold;
}

.p-system-company__list-title {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}

.p-system-company__list-company {
  font-size: clamp(0.563rem, 0.5rem + 0.27vw, 0.75rem);
  font-weight: bold;
  color: #505050;
}

.p-system-company__list-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.p-system-company__list-tag li {
  font-size: clamp(0.5rem, 0.369rem + 0.27vw, 0.625rem);
  padding: 4px;
  background: #EEF1F4;
  color: #505050;
}


.p-system-company__text {
  padding: 16px 0 12px;
  border-top: solid 1px #E0E0E0;
  font-size: clamp(0.875rem, 0.744rem + 0.27vw, 1rem);
  line-height: 2;
}

.c-button-cta-block__inner sup {
  top: 12px;
}

.c-button-cta-block__inner .sub_text {
  color: #fff;
}

.c-button-cta-block__inner {
  padding: 48px 0;
  justify-content: space-between;
  max-width: 1130px;
  width: 100%;
  align-items: center;
}

.c-button-cta-block__inner .p-system_button {
  justify-content: flex-start;
}

.p-system_inner_flex-item:first-of-type {
  max-width: 400px;
}

.p-system_inner_flex-item img {
  width: 100%;
}

.p-system_inner_flex-item-title {
  font-size: clamp(1.25rem, 1.083rem + 0.71vw, 1.75rem);
  font-weight: bold;
  margin-bottom: 16px;
}

.p-system_inner_flex-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.p-system_inner_flex-item li {
  position: relative;
  margin-left: 24px;
}

.p-system_inner_flex-item li::before {
  content: '';
  display: block;
  position: absolute;
  top: 25%;
  left: -20px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #B6111C;
  border-bottom: 3px solid #B6111C;
  transform: rotate(-45deg);
}

.p-system_inner_flex-item .p-system_button a {
  margin-top: 32px;
}

.p-system_button02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
}

.p-system_button02 p {
  text-align: center;
  font-weight: bold;
}

.p-system_button02 a {
  max-width: 330px;
  width: 100%;
  margin-top: 16px;
}

.p-system_accordion {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

.p-system_accordion_titile {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 24px 48px 24px 24px;
  margin-top: 32px;
  background: #fff;
}

.p-system_accordion_titile:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #B7121C;
  border-bottom: 0;
  right: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-system_accordion_titile span {
  color: #B7121C;
  padding-right: 8px;
}

.p-system_accordion_titile.is-active.p-system_accordion_titile:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #B7121C;
  border-top: 0;
  right: 24px;
}

.p-system_accordion_content {
  display: none;
  background: #fff;
  padding: 0 24px 24px;
  margin: 0;
}

.p-system_accordion_content p {
  max-width: 540px;
  width: 100%;
  font-size: 16px;
  line-height: 33px;
}

.p-system_accordion_content_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.p-system_accordion_content_flex .p-system_button a {
  width: 330px;
  margin-top: 0;
}

#p-plan-wrap .p-system_accordion_titile h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.smp-view {
  display: none;
}

.p-system_accordion_update {
  max-width: 930px;
  width: 100%;
  display: flex;
  justify-content: end;
  margin: 32px auto 0;
  font-size: clamp(0.75rem, 0.708rem + 0.18vw, 0.875rem);
}


@media only screen and (max-width: 1130px) {
  .p-plan_inner {
    width: 90%;
  }

  .p-system-company a {
    padding: 24px 16px;
    gap: 16px;
  }

  .p-system-company__list-tag {
    gap: 8px;
  }
}

@media only screen and (max-width: 950px) {
  .p-system_flowlist_item {
    flex-direction: column;
    gap: 8px;
  }
}


@media only screen and (max-width: 768px) {

  .p-system {
    padding: 40px 0;
  }

  .p-plan_table th,
  .p-plan_table td {
    font-size: 14px;
  }

  .p-plan_table th {
    background: #444444;
    color: #fff;
    padding: 16px 8px;
  }

  .p-plan_table tr:first-of-type th {
    padding: 16px 8px;
  }

  .p-plan_table tr:first-of-type th:not(:first-child) {
    background: #F5E4E4;
    color: #B6111C;
    padding: 16px 8px;
    font-size: 18px;
  }

  .p-plan_table th:nth-of-type(even) {
    border-right: solid 1px #B5B5B5;
  }

  .p-plan_table td:nth-of-type(1) {
    border-right: solid 1px #B5B5B5;
  }

  .p-plan_table tr:last-of-type {
    border-bottom: none;
  }

  .p-plan_table strong {
    font-size: 24px;
  }

  .another_plan {
    background: #fff;
    font-weight: bold;
    padding: 16px 40px;
    text-align: center;
    line-height: 2;
    margin-bottom: 16px;
  }

  .another_plan a {
    color: #B6111C;
    text-decoration: underline;
  }

  .p-plan_order p {
    text-align: left;
  }

  .p-plan_scout {
    padding: 24px 16px;
  }

  .p-plan_scout h3 {
    text-align: center;
  }

  .p-plan_case {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }

  .p-plan_case_item {
    padding: 24px 16px 200px;
    gap: 8px;
  }

  .p-system-company {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
  }

  .c-button-cta-block__inner {
    padding: 40px 0;
  }

  .p-system_accordion_content_flex {
    flex-direction: column;
    align-items: baseline;
  }

  .p-system_accordion_content_flex .p-system_button {
    width: 100%;
  }

  .p-system_accordion_content_flex .p-system_button a {
    width: 100%;
    max-width: none;
  }

  .p-system-company a {
    padding: 16px;
  }

  .p-system-company__text {
    padding: 16px 0 0;
    line-height: 2;
  }

  .p-system_tab {
    margin-top: 48px;
  }

  .p-system_tab_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .p-system_tab_list li {
    border-bottom: solid 1px #fff;
  }

  .p-system_tab_list li:last-of-type {
    border-bottom: none;
  }

  .p-system_tab-menu {
    text-align: left;
    padding: 24px;
    border-radius: 0;
    position: relative;
    border: none;
  }

  .p-system_tab-menu:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #fff;
    border-bottom: 0;
    right: 24px;
  }

  .p-system_tab-menu:hover {
    background: #fff;
    color: #231815;
    border-top: none;
  }

  .p-system_tab-menu:hover.p-system_tab-menu:after {
    border-top: 6px solid #555555;
  }

  .p-system_tab-menu.is-active {
    border-bottom: solid 1px #D9D9D9;
    background: #fff;
    color: #231815;
  }

  .p-system_tab-menu.is-active.p-system_tab-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #555555;
    border-top: 0;
    right: 24px;
  }

  .p-system_content-item {
    padding: 40px 24px;
    background: #fff;
  }

  .p-system_content-item_flex {
    flex-direction: column;
    align-items: center;
  }

  .p-system_table {
    margin-top: 48px;
  }

  .p-system_table th,
  .p-system_table td {
    vertical-align: middle;
  }

  .p-system_table th span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 2px 4px;
  }

  .p-system_inner_flex {
    flex-direction: column;
    align-items: center;
  }

  .p-system_flowlist {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    margin-top: 32px;
  }

  .p-system_flowlist li {
    gap: 0;
  }

  .p-system_flowlist li::after {
    top: 110%;
    right: 47%;
    transform: rotate(90deg);
  }

  .p-system_flowlist_item {
    flex-direction: row;
  }

  .p-system_inner_flex-item .p-system_button {
    justify-content: center;
  }

  #p-system-wrap .p-system_text {
    margin-top: 48px;
    text-align: left;
  }

  .p-system_content-item-subtitle {
    width: 100%;
  }

  .p-system_accordion_titile {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .p-plan {
    font-size: 15px;
  }

  .p-plan_table th:first-child {
    width: 10%;
    line-height: 1.1;
  }

  #p-plan-wrap h3 {
    font-size: 16px;
  }

  .smp-view {
    display: block;
  }

  #p-plan-wrap h3 {
    line-height: 1.2;
  }

  .p-system-company__list {
    align-items: center;
  }

  .p-system-company__list-title {
    margin-left: 10px;
  }

  .p-system-company img {
    width: 70px;
    height: 70px;
  }

  #p-plan-wrap .p-system-company__list-title h3 {
    font-size: 14px;
  }

  .p-system:nth-of-type(8) {
    background-image: url('/wp-content/themes/assets/img/bizreach/feature/cta-sp_reason_bg.png');
    background-position: right top;
  }

  #p-system-wrap .p-system_text p {
    margin-bottom: 16px;
  }

  .p-system_table th,
  .p-system_table td {
    padding: 8px;
  }
}