@charset "UTF-8";

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

.p-plan:first-of-type {
  background-color: #fff;
}

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

.p-plan:nth-of-type(5) {
  background-image: url('/wp-content/themes/assets/img/bizreach/strength/cta_reason_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  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_button {
  display: flex;
  justify-content: center;
}

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

.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/strength/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/strength/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/strength/case_item03.png');
}

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

.red_text {
  color: #B6111C;
}

sup {
  top: 4px;
  right: 3px;
  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-plan-company {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.p-plan-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-plan-company a:hover {
  box-shadow: 3px 3px 16px 0px rgba(128, 128, 128, 0.4);
  transition: 0.3s;
}

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

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

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

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

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

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

.p-plan-company__list-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

.p-plan_accordion_titile {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 24px 48px 24px 24px;
  margin-top: 32px;
  background: url(/wp-content/themes/assets/img/bizreach/close-icon.svg) right 24px center no-repeat #fff;
}

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

.p-plan_accordion_titile.is-active {
  background: url(/wp-content/themes/assets/img/bizreach/open-icon.svg) right 24px center no-repeat #fff;
}

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

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

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

.plan_accordion_content_flex .p-plan_button a {
  width: 330px;
  margin-top: 0;
}

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

.smp-view {
  display: none;
}

.p-plan_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);
}

.p-plan_support {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-plan_support_item {
  background: #fff;
  display: flex;
  align-self: stretch;
  border-radius: 4px;
}

.p-plan_support-img {
  background: #DFD4C1;
  max-width: 247px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 4px 0 0 4px;
}

.p-plan_support-img img {
  width: 100%;
}

.p-plan_support-img picture {
  padding-left: 8px;
}

.p-plan_support-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 56px;
  width: calc(100% - 247px);
}

.p-plan_support-text p {
  line-height: 33px;
}

#p-plan-wrap .p-plan_support-text h3 {
  line-height: 1.75;
}


@media only screen and (max-width: 1130px) {
  .p-plan_inner {
    width: 90%;
  }
  .p-plan-company a {
    padding: 24px 16px;
    gap: 16px;
  }
  .p-plan-company__list-tag {
    gap: 4px;
    flex-wrap: wrap;
  }
  .p-plan-company__list-title {
    margin-left: 16px;
  }
}


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

  .p-plan {
    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-plan-company {
    grid-template-columns: repeat(1, 1fr);
  }

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

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

  .plan_accordion_content_flex .p-plan_button {
    width: 100%;
  }

  .plan_accordion_content_flex .p-plan_button a {
    width: 100%;
    max-width: none;
  }

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

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

  .p-plan_support_item {
    flex-direction: column;
  }

  .p-plan_support-img {
    max-width: none;
    justify-content: right;
    border-radius: 4px 4px 0 0;
  }

  .p-plan_support-img picture {
    padding: 8px 0 0;
  }

  .p-plan_support-text {
    padding: 24px 16px;
    width: 100%;
  }

  .p-plan_support-text p { 
    line-height: 1.8;
  }
}

@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:nth-of-type(3) {
    background-image: url('/wp-content/themes/assets/img/bizreach/strength/cta-sp_reason02_bg.png');
    background-position: right top;
  }
  .p-plan:nth-of-type(5) {
    background-image: url('/wp-content/themes/assets/img/bizreach/strength/cta-sp_reason_bg.png');
    background-position: right top;
  }
  #p-plan-wrap h3 {
    font-size: 16px;
  }
  .smp-view {
    display: block;
  }
  .p-plan-company__list {
    align-items: center;
  }
  .p-plan-company__list-title {
    margin-left: 12px;
  }
  .p-plan-company img {
    width: 70px;
    height: 70px;
  }
  #p-plan-wrap .p-plan-company__list-title h3 {
    font-size: 14px;
  }
}