@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/************************************
** style
************************************/
/************************************
** consult / .page-id-16
   guideline / .page-id-58
   privacy / .page-id-52
   company / .page-id-79
************************************/
.wrap {
  width: 100%;
}
#header-container-in {
  max-width: 1560px;
  padding: 0.5rem;
}
.page .date-tags {
  display: none;
}
img {
  width: 100%;
}
.content-in {
  max-width: 1560px;
  margin: 0 auto;
}
.main {
  width: calc(100% - 290px);
  padding: 0 20px;
}
.sidebar {
  padding: 0 20px;
}
#block-5, #block-6 {
  display: none;
}
/*div*/
.contents-wrap {
  margin-top: 15rem;
}
@media screen and (max-width: 834px) {
  .content {
    margin-top: 0;
  }
}
.entry-content {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
  .contents-wrap {
    margin-top: 5rem;
  }
}
@media screen and (min-width:768px) {
  .sp-show {
    display: none;
  }
  .pc-center {
    text-align: center;
  }
}
/*Header**********************************/
.navi-in > ul li {
  width: 150px;
  height: 45px;
  line-height: 45px;
}
#menu-item-419 {
  width: 240px;
}
#navi .navi-in a, #navi {
  color: #0e0000;
  transition: .3s;
}
#navi .navi-in a:hover {
  opacity: .5;
}
#menu-item-419 a .caption-wrap .item-label {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #51318F;
  margin-top: -0.1rem;
}
#menu-item-419 a .caption-wrap .item-label::before {
  content: "電話";
  font-size: 1rem;
  font-weight: normal;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  #header-container {
    display: none;
  }
}
.menu-drawer li {
  padding: 0;
}
.menu-drawer li {
  font-weight: bold;
}
.menu-drawer a {
  font-size: 1.3em;
  margin: .5em 0;
}
.menu-drawer li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #51318F;
  margin-right: .5em;
}
.menu-drawer li.menu-item-419 {
  width: 100%;
  max-width: 240px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #51318F;
  margin: 1rem auto 0;
  padding: 0.5rem;
}
.menu-drawer li.menu-item-419 a {
  color: #FFFFFF;
}
.menu-drawer li.menu-item-419::before {
  color: #FFFFFF;
  content: "電話";
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: -1rem;
}
.menu-drawer li.menu-item-419 a::before {
  display: none;
}
/*mobile**********************************/
.search-menu-button {
  display: none !important;
}
.menu-close-button {
  text-align: left;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0.2em 0 0 1em;
  color: var(--cocoon-black-color);
}
.menu-close-button .fas {
  font-weight: 600;
}
.mobile-menu-buttons .menu-button {
  position: relative;
  width: 70px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .body, .menu-content {
    font-size: 14px;
  }
}
/*TOP**********************************/
.page-id-46 .mainvisual {
  width: 100%;
  height: calc(1080 / 2560 * 100vw);
  background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2023/08/main_visual.jpg);
  background-postion: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.mainvisual-inner {
  position: absolute;
  top: calc(500 / 2560 * 100vw);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1560px;
  margin: 0 auto;
}
.mainvisual-headline {
  font-family: 'Noto Serif JP', serif;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: calc(80 / 2560 * 100vw);
  letter-spacing: 0.1em;
}
.mainvisual-subcopy {
  display: block;
  font-size: calc(32 / 2560 * 100vw);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin-top: -0.5rem;
}
.mainvisual-servicelists {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.mainvisual-circle {
  position: relative;
  width: calc(150 / 1920 * 100vw);
  height: calc(150 / 1920 * 100vw);
  background-color: #51318F;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.mainvisual-servicelist {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: calc(20 / 1920 * 100vw);
  color: #FFF;
  width: calc(200 / 1920 * 100vw);
}
.page-id-46 .top-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  text-align: center;
}
.page-id-46 .top-button .wp-block-button__link {
  width: 14rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-id-46 .top-text {
    font-size: 1.25rem;
  }
  .page-id-46 .wp-block-group:nth-of-type(3n) {
    margin-top: 3rem;
  }
}
.page-id-46 .article-header h1 {
  display: none;
}
.page-id-46 .article h2 {
  text-align: center;
  color: #51308e;
  background-color: #FFF;
  margin-bottom: 2rem;
}
.wp-block-latest-posts__post-tit {
  text-decoration: none;
  color: #0e0000;
}
.wp-block-latest-posts__featured-image a:hover {
  opacity: .5;
}
.page-id-46 .entry-content {
  margin-top: 5rem auto;
}
.page-id-46 .wp-block-group {
  margin: 10rem 0;
}
/*ブログカード**********************************/
.is-list-horizontal.large-thumb .widget-entry-card-link, .is-list-horizontal.large-thumb-on .widget-entry-card-link {
  max-width: 280px;
}
@media only screen and (max-width: 1919px) {
  .mainvisual-inner {
    width: 90%;
    max-width: 726px;
  }
  .mainvisual-headline {
    font-size: 3rem;
  }
  .mainvisual-subcopy {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .mainvisual-circle {
    width: 120px;
    height: 120px;
  }
  .mainvisual-servicelist {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-46 .mainvisual {
    height: calc(480 / 768 * 100vw);
    background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2023/08/main_visual_sp.jpg);
  }
  .mainvisual-inner {
    top: calc(240 / 768 * 100vw);
  }
  .mainvisual-headline {
    font-size: calc(48 / 768 * 100vw);
  }
  .mainvisual-subcopy {
    font-size: calc(32 / 768 * 100vw);
    margin-top: 0;
  }
  .mainvisual-servicelists {
    margin-top: 1rem;
  }
  .mainvisual-circle {
    width: calc(120 / 768 * 100vw);
    height: calc(120 / 768 * 100vw);
  }
  .mainvisual-servicelist {
    font-size: calc(46 / 1920 * 100vw);
    width: calc(240 / 1920 * 100vw);
  }
  .page-id-46 .entry-content {
    margin-top: 3rem auto;
  }
  .page-id-46 .wp-block-group {
    margin: 0 0 3rem;
  }
}
.top_news_block .display-none {
  display: block;
}
/*h1**********************************/
h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.page .entry-header {
  display: none;
}
/*h1 表示*/
.page-id-16 .entry-header, .page-id-52 .entry-header, .page-id-58 .entry-header, .page-id-180 .entry-header, .page-id-201 .entry-header, .page-id-392 .entry-header {
  display: block;
  padding-bottom: 1rem;
}
.page-id-52 .entry-header, .page-id-58 .entry-header {
  text-align: center;
}
/*page-header**********************************/
#content-top {
  margin: 0;
}
/*page-header company**********************************/
.page-id-79 .page-header {
  background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2023/08/keyvisual_company.jpg);
}
/*page-header service**********************************/
.page-id-661 .page-header {
  background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2024/07/keyvisual_service.jpg);
}
/*page-header 旧service**********************************/
.page-id-251 .page-header {
  background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2023/08/keyvisual_service_.jpg);
}
/*page-header ma**********************************/
.page-id-533 .page-header {
  background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2023/08/keyvisual_service_.jpg);
}
/*page-header subsidy**********************************/
.page-id-574 .page-header {
  background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2024/07/keyvisual_subsidy.jpg);
}
.page-header {
  width: 100%;
  height: calc(640 / 2560 * 100vw);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-header-inner {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
}
.page-headline {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  top: 280px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
}
.entry-title {
  font-size: 3rem;
}
.page-headline-eng {
  display: block;
  font-size: 0.6em;
  color: #DBD3E9;
  letter-spacing: 0.05em;
  margin-top: -0.5em;
}
/*1カラムページ**********************************/
.page-id-16 #main, .page-id-632 #main, .page-id-621 #main, .page-id-632 #main, .page-id-19 #main, .page-id-21 #main, .page-id-37 #main, .page-id-180 #main, .page-id-201 #main {
  max-width: 1100px;
  margin: 0 auto;
}
.page-id-16 #breadcrumb, .page-id-632 #breadcrumb, .page-id-621 #breadcrumb, .page-id-19 #breadcrumb, .page-id-21 #breadcrumb, .page-id-37 #breadcrumb, .page-id-180 #breadcrumb, .page-id-201 #breadcrumb {
  display: none;
}
.go-to-top-button {
  color: #FFF;
}
/*category-header**********************************/
#content-top {
  margin: 0;
}
/*category/seminar**********************************/
.category-3 .category-header {
  background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2023/08/category-header-seminar.jpg);
  background-postion: center;
}
.category-3 .category-header h1 {
  position: relative;
}
.category-3 .category-header h1::after {
  content: "Seminar";
  position: absolute;
  display: block;
  font-size: 0.6em;
  color: #DBD3E9;
  letter-spacing: 0.05em;
  margin-left: 0.2em;
}
/*category/download**********************************/
.category-4 .category-header {
  background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2023/08/category-header_download_.jpg);
  background-postion: center;
}
.category-4 .category-header h1 {
  position: relative;
}
.category-4 .category-header h1::after {
  content: "Download";
  position: absolute;
  display: block;
  font-size: 0.6em;
  color: #DBD3E9;
  letter-spacing: 0.05em;
  margin-left: 0.2em;
}
.category-content .entry-content {
  max-width: 100%;
  padding: 1.5% 1.5% 0 1.5%;
}
.category-header {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
}
.category-header .archive-title {
  font-size: 2rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  padding: 150px 0 0 3rem;
}
@media only screen and (max-width: 768px) {
  .category-header {
    height: 180px;
  }
  .category-header .archive-title {
    font-size: 1.75rem;
    text-align: center;
    padding: 75px 0 0 0;
  }
  .category-3 .category-header h1::after, .category-4 .category-header h1::after {
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1rem;
  }
}
.category-header span {
  display: none;
}
/*アイキャッチ画像**********************************/
.eye-catch-wrap {
  display: none;
}
/*h2**********************************/
.article h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  position: relative;
  background-color: none;
  letter-spacing: 0.1em;
  border-radius: none;
  border-bottom: 6px solid #DBD3E9;
  margin-bottom: 0.5rem;
  padding: 0 0 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .article h2 {
    font-size: 1.25rem;
    padding: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .article h2 {
    padding: 0 0 1rem 0;
  }
}
.article h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #51318F;
}
/*h2 装飾なし*/
.page-id-58 h2 {
  line-height: 1.5;
  margin-top: 1rem;
}
.page-id-52 h2 {
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-id-16 .article h2, .page-id-58 .article h2, .page-id-180 .entry-content h2, .page-id-201 .entry-content h2, .page-id-661 h2.service_list, .page-id-661 h2.service_headline {
  margin-bottom: 0.5rem;
  border-bottom: none;
}
.page-id-16 .article h2:before, .page-id-58 .article h2:before, .page-id-180 .entry-content h2:before, .page-id-201 .entry-content h2:before, .page-id-661 h2.service_list:before, .page-id-661 h2.service_headline:before {
  display: none;
}
.page-id-661 h2.service_list {
  color: #51318F;
  background: none;
}
.page-id-661 h2.service_headline {
  color: #51318F;
  background: none;
  border-top: 1px solid #51318F;
  border-bottom: 1px solid #51318F;
  margin-bottom: 1rem;
  padding: 0.5rem 0 0.8rem 0.5rem;
}
.article h3 {
  border: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  padding: 0;
}
/*p*/
.text-middle {
  font-size: 1.125em;
  line-height: 1.8;
}
.text-large {
  font-size: 1.25em;
}
@media only screen and (max-width: 768px) {
  .text-middle {
    font-size: 1em;
    line-height: 1.6;
  }
  .text-large {
    font-size: 1.125em;
  }
}
.text-small {
  font-size: 0.9375em;
}
.text-serif {
  font-family: 'Noto Serif JP', serif;
}
.pc-center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pc-center {
    text-align: left;
  }
}
a {
  transition: .3s;
}
a:hover {
  color: #947CB7;
}
/*button*/
.wp-block-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-button__link {
  -webkit-appearance: none;
  border: #51308E 1px solid;
  background-color: #FFFFFF;
  color: #51308E;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  width: 12rem !important;
  border-radius: 30px;
  padding: 0.35em 0;
  transition: .5s;
}
@media only screen and (max-width: 768px) {
  .wp-block-button__link {
    font-size: 1rem;
  }
}
.wp-block-button__link:hover {
  color: #FFF;
  background: #51308E;
}
/*table*/
figure.wp-block-table table {
  margin-right: auto;
  margin-left: auto;
}
.main figure.wp-block-table {
  max-width: 800px;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .main figure.wp-block-table {
    margin: 3rem auto 0;
  }
}
.wp-block-table td, .wp-block-table th {
  border: none;
  border-bottom: 1px solid #947CB7;
  padding: 3em 1em;
}
.wp-block-table td:first-of-type, .wp-block-table th:first-of-type {
  border-top: 1px solid #947CB7;
}
.wp-block-table th {
  text-align: left;
  width: 16em;
  background-color: #ffffff;
}
.wp-block-table td {
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .wp-block-table th {
    background-color: #EAEDF7;
    width: 8em;
    padding: 1em;
  }
  .wp-block-table td {
    padding: 2em 1em;
  }
}
/*table 料金表*/
.page-id-251 .main figure.wp-block-table {
  max-width: 800px;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .page-id-251 .main figure.wp-block-table {
    margin: 3rem auto 0;
  }
}
.page-id-251 .wp-block-table td, .page-id-251 .wp-block-table th {
  border: 1px solid #947CB7;
  padding: 0.5em 1em;
}
.page-id-251 .wp-block-table td:first-of-type, .page-id-251 .wp-block-table th:first-of-type {
  border-top: 1px solid #947CB7;
}
.page-id-251 .wp-block-table th {
  text-align: left;
  width: 16em;
  background-color: #EAEDF7;
}
/*table M&A 料金表*/
.page-id-533 .main figure.wp-block-table {
  max-width: 800px;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .page-id-533 .main figure.wp-block-table {
    margin: 3rem auto 0;
  }
}
.page-id-533 .wp-block-table td, .page-id-533 .wp-block-table th {
  border: 1px solid #947CB7;
  padding: 0.5em 1em;
}
.page-id-533 .wp-block-table td:first-of-type, .page-id-533 .wp-block-table th:first-of-type {
  border-top: 1px solid #947CB7;
}
.page-id-533 .wp-block-table th {
  text-align: left;
  width: 16em;
  background-color: #EAEDF7;
}
@media only screen and (max-width: 768px) {
  .wp-block-table th {
    width: 6em;
  }
}
/*補助金*/
.page-id-574 .subsidy_table_headline {
  margin-bottom: 0;
  padding-top: 2em;
}
.page-id-574 .article h4 {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6em;
}
.page-id-574 .main figure.wp-block-table {
  width: 100%;
  max-width: 1280px;
  margin: 1rem 0 5rem;
}
@media only screen and (max-width: 768px) {
  .page-id-574 .main figure.wp-block-table {
    margin: 1rem auto 0;
  }
  .page-id-574 .article h4 {
    font-size: 1.25rem;
  }
}
.page-id-574 .main #post-574 figure.wp-block-table .subsidy_table {
  width: 100%;
  max-width: 1280px;
  border-top: 1px solid #947CB7;
  margin-top: 1em;
}
.page-id-574 .main .scrollable-table table.subsidy_table th, .page-id-574 .main .scrollable-table table.subsidy_table td {
  white-space: normal;
}
.page-id-574 .wp-block-table .subsidy_table td, .page-id-574 .wp-block-table .subsidy_table th {
  border: none;
  border-bottom: 1px solid #947CB7;
  padding: 1em;
}
.page-id-574 .wp-block-table .subsidy_table th {
  width: 18em;
}
.page-id-574 .wp-block-table .subsidy_table td ul {
  padding-left: 1em;
}
.page-id-574 .wp-block-table .subsidy_table td ol {
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .page-id-574 .wp-block-table .subsidy_table th {
    width: 12em;
  }
}
@media only screen and (max-width: 480px) {
  .page-id-574 .wp-block-table .subsidy_table th, .page-id-574 .wp-block-table .subsidy_table td {
    display: block;
    width: 100%;
  }
}
/*補助金事例*/
.page-id-574 .main figure.wp-block-table .case_table {
  width: 100%;
  max-width: 800px;
  margin: 3rem auto 0;
}
.page-id-574 .main #post-574 figure.wp-block-table .case_table {
  width: 100%;
}
.page-id-574 .wp-block-table .case_table td, .page-id-574 .wp-block-table .case_table th {
  border: none;
  border-bottom: 1px solid #947CB7;
  padding: 1em;
}
.page-id-574 .case_table_header {
  font-size: 1.25em;
  background-color: #51308E;
  color: #FFF;
  padding: 1em;
}
.page-id-574 .short_cell {
  width: 20%;
}
.page-id-574 .long_cell {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .page-id-574 .main figure.wp-block-table .case_table {
    margin: 1rem auto 0;
  }
  .page-id-574 .case_table_header {
    font-size: 1.125em;
    line-height: 1.3;
    padding: 0.5em;
  }
}
/*事業承継**********************************/
.page-id-533 .page-title {
  font-size: 1.75rem;
  text-align: center;
  margin: 4rem 0 6rem;
}
.page-id-533 .message-title {
  font-size: 1.75rem;
  text-align: center;
  margin: 4rem 0;
}
.features-number {
  display: block;
  color: #51308e;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1rem;
}
.page-id-533 .wp-container-3, .page-id-533 .wp-container-6, .page-id-533 .wp-container-9 {
  margin-bottom: 8rem;
}
.page-id-533 .wp-container-6 {
  flex-direction: row-reverse;
}
.page-id-533 .article h4 {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6em;
}
.page-id-533 .wp-block-group h2 {
  margin-bottom: 1rem;
}
.flow-image-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.price-note {
  max-width: 800px;
  font-size: 0.875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-id-533 .page-title {
    font-size: 1.25rem;
    text-align: left;
    margin: 2rem 0 2rem;
  }
  .article h3 {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
  .page-id-533 .message-title {
    font-size: 1.5rem;
    margin: 2rem 0;
  }
  .features-number {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .page-id-533 .wp-container-3, .page-id-533 .wp-container-6, .page-id-533 .wp-container-9 {
    margin-bottom: 3rem;
  }
  .page-id-533 .article h4 {
    font-size: 1.25rem;
  }
}
/*faq*/
.body .blank-box.faq-wrap {
  margin-bottom: 1em;
}
.is-style-accordion .faq-question.active::before {
  color: #51308e;
  font-size: 1.5em;
  font-weight: bold;
}
.is-style-accordion .faq-question::before {
  color: #51308e;
  font-size: 1.5em;
  font-weight: bold;
}
.is-style-accordion .faq-question {
  font-family: 'Noto Serif JP', serif;
  background-color: #EAEDF7;
}
.faq-question-content {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
}
.faq-answer-label {
  font-family: 'Noto Serif JP', serif;
}
/*flow*/
.article .flow-wrap ul {
  padding-left: 0;
}
.flow-wrap {
  margin: 8rem auto;
  max-width: 680px;
}
.flow-list:not(:last-child) {
  margin: 0 0 50px;
}
.flow-list:nth-of-type(2n) {
  margin-left: 100px;
}
.flow-list:nth-of-type(3n) {
  margin-left: 200px;
}
.flow-list:nth-of-type(4n) {
  margin-left: 300px;
}
.flow-list:nth-of-type(5n) {
  margin-left: 400px;
}
.flow-list {
  width: 280px;
  box-sizing: border-box;
  list-style: none;
  font-weight: bold;
  text-align: center;
  background: #DBD3E9;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
  padding: 20px 10px 10px;
}
.flow-list::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  border-top: 20px solid #DBD3E9;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.flow-list:last-of-type {
  color: #FFFFFF;
  background: #51318F;
  border-radius: 5px;
  padding: 20px 10px;
}
.flow-list:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .flow-wrap {
    margin: 3rem auto;
    max-width: 280px;
  }
  .flow-list:nth-of-type(2n) {
    margin-left: 0;
  }
  .flow-list:nth-of-type(3n) {
    margin-left: 0;
  }
  .flow-list:nth-of-type(4n) {
    margin-left: 0;
  }
  .flow-list:nth-of-type(5n) {
    margin-left: 0;
  }
}
/*flow*/
.page-id-574 .flow-wrap {
  margin: 8rem auto;
  max-width: 680px;
}
.page-id-574 .flow-list:not(:last-child) {
  margin: 0 0 50px;
}
.page-id-574 .flow-list:nth-of-type(2n) {
  margin-left: 40px;
}
.page-id-574 .flow-list:nth-of-type(3n) {
  margin-left: 80px;
}
.page-id-574 .flow-list:nth-of-type(4n) {
  margin-left: 120px;
}
.page-id-574 .flow-list:nth-of-type(5n) {
  margin-left: 160px;
}
.page-id-574 .flow-list:nth-of-type(6n) {
  margin-left: 200px;
}
.page-id-574 .flow-list:nth-of-type(7n) {
  margin-left: 240px;
}
.page-id-574 .flow-list:nth-of-type(8n) {
  margin-left: 280px;
}
.page-id-574 .flow-list:nth-of-type(9n) {
  margin-left: 320px;
}
.page-id-574 .flow-list:nth-of-type(10n) {
  margin-left: 360px;
}
@media only screen and (max-width: 768px) {
  .page-id-574 .flow-wrap {
    margin: 3rem auto 5rem !important;
    max-width: 280px;
  }
  .page-id-574 .flow-list:nth-of-type(2n) {
    margin-left: 0;
  }
  .page-id-574 .flow-list:nth-of-type(3n) {
    margin-left: 0;
  }
  .page-id-574 .flow-list:nth-of-type(4n) {
    margin-left: 0;
  }
  .page-id-574 .flow-list:nth-of-type(5n) {
    margin-left: 0;
  }
  .page-id-574 .flow-list:nth-of-type(6n) {
    margin-left: 0;
  }
  .page-id-574 .flow-list:nth-of-type(7n) {
    margin-left: 0;
  }
  .page-id-574 .flow-list:nth-of-type(8n) {
    margin-left: 0;
  }
  .page-id-574 .flow-list:nth-of-type(9n) {
    margin-left: 0;
  }
  .page-id-574 .flow-list:nth-of-type(10n) {
    margin-left: 0;
  }
}
/*service**********************************/
#post-661 h2 a {
  text-decoration: none;
}
.page-id-661 .problem-wrap {
  margin: 15rem auto;
}
.page-id-661 .problem-wrap ul {
  margin-top: 2rem;
}
.page-id-661 .problem-wrap li {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.page-id-661 .item_box .wp-block-button {
  margin: 2rem 0 0 auto;
}
.page-id-661 .item_box .wp-block-button.wp-block-button_mt0 {
  margin-top: 0;
}
.page-id-661 .item_box {
  margin-top: 8rem;
}
.page-id-661 .item_box p {
  font-size: 1.25rem;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .page-id-661 .problem-wrap {
    margin: 4rem auto;
  }
  .page-id-661 .problem-wrap ul {
    margin-top: 1rem;
  }
  .page-id-661 .problem-wrap li {
    font-size: 1rem;
  }
  .page-id-661 .item_box .wp-block-button {
    margin: 2rem auto 0 auto;
  }
  .page-id-661 .item_box {
    margin-top: 4rem;
  }
  .page-id-661 .wp-container-core-columns-is-layout-3.wp-container-core-columns-is-layout-3 {
    flex-direction: column-reverse;
  }
  .page-id-661 .wp-container-core-columns-is-layout-3.wp-container-core-columns-is-layout-3 .wp-block-column:first-of-type {
    margin-top: calc(16 / 768 * 100vw);
  }
  .page-id-661 .item_box p {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
/*旧service**********************************/
.page-id-251 .message-title {
  font-size: 1.75rem;
  text-align: center;
  margin: 4rem 0;
}
.features-number {
  display: block;
  color: #51308e;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1rem;
}
.page-id-251 .wp-container-3, .page-id-251 .wp-container-6, .page-id-251 .wp-container-9 {
  margin-bottom: 8rem;
}
.page-id-251 .wp-container-6 {
  flex-direction: row-reverse;
}
.page-id-251 .article h4 {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6em;
}
.page-id-251 .wp-block-group h2 {
  margin-bottom: 1rem;
}
.flow-image-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.price-note {
  max-width: 800px;
  font-size: 0.875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .article h3 {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
  .page-id-251 .message-title {
    font-size: 1.5rem;
    margin: 2rem 0;
  }
  .features-number {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .page-id-251 .wp-container-3, .page-id-251 .wp-container-6, .page-id-251 .wp-container-9 {
    margin-bottom: 3rem;
  }
  .page-id-251 .article h4 {
    font-size: 1.25rem;
  }
}
/*guide-box**********************************/
.guide-intro {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 15rem;
}
.guide-box {
  background: #F4F2F9;
  padding: 2rem;
}
.article .guide-box h2 {
  position: static;
  color: #51308e;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #F4F2F9;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: none;
  border-bottom: none;
  margin-bottom: 1rem;
  padding: 0;
}
.article .guide-box h2::before {
  display: none;
}
.phone-text {
  text-align: center;
}
.article .guide-box .wp-block-button {
  margin-top: 2rem;
}
.phone-time {
  display: block;
  margin-top: 1rem;
}
.phone-link {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
.phone-link a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .guide-intro {
    margin-top: 6rem;
  }
  .guide-box {
    padding: 2rem 1rem;
  }
  .phone-link {
    font-size: 2rem;
  }
}
/*company**********************************/
.page-id-79 .message-title {
  margin-top: 3rem;
}
.page-id-79 .article h2 {
  margin-bottom: 3rem;
}
.member-image {
  max-width: 300px;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .page-id-79 .message-title {
    margin-top: 1rem;
  }
  .page-id-79 .article h2 {
    margin-bottom: 1rem;
  }
  .wp-block-image {
    margin: 0 auto;
  }
}
.bg-none .scrollable-table table th {
  background-color: rgba(255,255,255,1);
}
/*sitemap**********************************/
.page-id-392 .wp-block-group:nth-of-type(2n) {
  margin-bottom: 3rem;
}

/*form iframe**********************************/
.form_wrap iframe {
  border: none;
  font-family: 'Noto Sans JP', sans-serif !important;
}
/*download**********************************/
.download__form__table {
  margin: 0 auto;
}
.download__form__table .phonelink {
  margin: -1rem 0 0 0;
}
.download__form__table .phonetime {
  margin-top: -2rem;
}
.download__form__table .input__title {
  width: 100%;
  border: none;
  background: #51308E;
  color: #FFF;
  padding: 1rem 0.5rem;
  display: block;
}
.download__form__table .input__text {
  background: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0.5rem;
  display: block;
}
/*news**********************************/
.category-news-post .entry-header {
  max-width: 1280px;
  margin: 0 auto;
}
.category-news-post .entry-content {
  margin-bottom: 8rem;
}
/*無料相談**********************************/
.form__table {
  margin: 2rem auto;
}
.article form h3 {
  border: none;
}
.body .form_title {
  margin-top: 4rem !important;
}
.form__table .phonelink {
  margin: -1.5rem 0 0.5rem 0;
}
.phonelink a {
  color: #51308E;
  font-size: 2.5rem;
  text-decoration: none !important;
  font-weight: bold;
}
.form__table .input__title {
  width: 20rem;
  background: #51308E;
  color: #FFF;
  padding: 1.5rem 0.5rem;
}
.form__table .input__text {
  white-space: normal;
  border-color: #808080;
  background: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 1rem;
}
.capital__input {
  display: inline-block;
  width: 8rem;
  margin-right: 0.5rem;
}
.mw_wp_form .error {
  color: #E73828;
}
.form__table tr:last-of-type label {
  display: block;
}
@media screen and (max-width: 768px) {
  .input__title, .input__text {
    display: block;
    font-size: 1rem;
  }
  .form__table .input__title {
    width: 100%;
    border: none;
    padding: 0.5rem 0;
  }
  table tr:nth-of-type(2n+1) {
    background-color: #FFF;
  }
}
.required {
  color: #FFF;
  background: #EE8043;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 1rem 0 0.5rem;
  padding: 0.25rem 0.5rem;
}
.optional {
  color: #FFF;
  background: #808080;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 1rem 0 0.5rem;
  padding: 0.25rem 0.5rem;
}
.textbox, .message {
  font-family: 'Noto Sans JP', sans-serif;
}
.agree--wrap {
  max-width: 680px;
  background: #F2F2F2;
  margin: 2rem auto;
  padding: 1rem;
}
.agree--wrap h3 {
  margin-top: 1rem;
}
.agree__title {
  border: none;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.inputbutton--wrap {
  max-width: 30rem;
  margin: 0 auto;
}
button[type="submit"], input[type="button"] {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
button[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
button[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
button[type="submit"]:nth-of-type(2n) {
  margin-left: 2rem;
}
.sendbutton {
  font-weight: bold;
  text-align: center;
}
.send {
  background: #51308E;
  font-family: 'Noto Sans JP', sans-serif;
  border: #51308E 1px solid;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #51308E;
  padding: 0.5rem 2rem;
  margin: 0 auto;
  transition: .5s;
}
input[type="submit"] {
  -webkit-appearance: none;
  border: #51308E 1px solid;
  background-color: #FFFFFF;
  color: #51308E;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  width: 12rem;
  border-radius: 34px;
  margin-left: 2rem;
  transition: .5s;
}
input[type="submit"]:hover {
  color: #FFF;
  background: #51308E;
}
.send:hover {
  color: #FFF;
  background: #51308E;
}
textarea {
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .inputbutton--wrap {
    max-width: 20rem;
  }
  input[type="submit"] {
    font-size: 0.9365rem;
    width: 8.5rem;
    margin-left: 1rem;
  }
  button[type="submit"]:nth-of-type(2n) {
    margin-left: 1rem;
  }
}
/*フォームボタン調整・固定ページ**********************************/
.page-id-621 .inputbutton--wrap, .page-id-622 .inputbutton--wrap, .page-id-639 .inputbutton--wrap, .page-id-640 .inputbutton--wrap, .page-id-632 .inputbutton--wrap, .page-id-633 .inputbutton--wrap {
  text-align: center;
}
.page-id-621 .inputbutton--wrap input:last-of-type, .page-id-622 .inputbutton--wrap input:last-of-type, .page-id-639 .inputbutton--wrap input:last-of-type, .page-id-640 .inputbutton--wrap input:last-of-type, .page-id-632 .inputbutton--wrap input:last-of-type, .page-id-633 .inputbutton--wrap input:last-of-type {
  display: none;
}
/*資料請求・お問合せ**********************************/
.page-id-621 .post-621 .wp-block-buttons .wp-block-button {
  width: 75%;
}
.page-id-621 .post-621 .wp-block-buttons .wp-block-button__link {
  font-size: 1.125rem;
}
@media screen and (max-width: 1000px) {
  .page-id-621 .post-621 .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-id-621 .post-621 .wp-block-buttons .wp-block-button {
	max-width: 540px;  
  }
  .page-id-621 .post-621 .wp-block-buttons .wp-block-button__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .page-id-621 .post-621 .wp-block-buttons .wp-block-button__link {
    font-size: 14px;
  }
}
/*フォームボタン調整・投稿ページ**********************************/
.postid-503 .inputbutton--wrap, .postid-747 .inputbutton--wrap, .postid-201 .inputbutton--wrap, .postid-757 .inputbutton--wrap {
  text-align: center;
}
.postid-503 .inputbutton--wrap input:nth-of-type(2), .postid-747 .inputbutton--wrap input:nth-of-type(2), .postid-201 .inputbutton--wrap input:nth-of-type(2), .postid-757 .inputbutton--wrap input:nth-of-type(2) {
  display: none;
}
/*list**********************************/
.list__reset {
  list-style: none;
  counter-reset: item;
  margin-left: -2.6rem;
  padding-bottom: 2rem;
}
.parentheses__list {
  text-indent: -1.2rem;
  margin-right: 0.5rem;
  padding-left: 1rem;
}
.parentheses__list::before {
  counter-increment: item;
  content: '('counter(item)')';
}
/*guideline**********************************/
.page-id-58 {
  counter-reset: numberlist;
}
.page-id-58 .entry-title {
  font-size: 2.5rem;
}
.page-id-58 .article h2 {
  background: #FFF;
  color: #51308E;
  border-left: 6px solid #DBD3E9;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.page-id-58 .article h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page-id-58 .article ul {
list-style-type: none;
  text-indent: -1.5em;
  line-height: 1.5;
  padding-left: 1.25em !important;
}
.page-id-58 .article ul .list__item::before {
  content: "●";
  color: #51318F;
  margin-right: 0.5em;
}
.number__count {
  list-style-type: none;
  padding-left: 2em;
  text-indent: -1.25em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.number__list::before {
  counter-increment: numberlist;
  content: counter(numberlist) ". ";
  text-align: right;
  width: 3em;
  display: inline-block;
  margin-left: -2.25em;	
  margin-right: .5em;
}
.number__list:nth-last-of-type(n+9)::before {
  margin-right: 1em;
}
.bracketnumber__count {
  list-style-type: none;
  counter-reset: numberlist;
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.bracketnumber__list::before {
  counter-increment: numberlist;
  content: "("counter(numberlist) ")";
  margin-right: 0.5em;
  text-align: right;
  display: inline-block;
  width: 3em;
  margin-left: -1.5em;
}
.enclosednumber__count {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.enclosednumber__list {
  padding-left: 1.5em;
  position: relative;
  text-indent: .1em;
}
.enclosednumber__list:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}


/*footer**********************************/
#footer {
  background: #F7F8F8;
  margin-top: 8rem;
}
.footer-widgets {
  max-width: 1280px;
  margin: 60px auto;
}
.footer-in {
  max-width: 1560px;
  margin: 0 auto;
}
.footer-menu {
  list-style-type: none;
  line-height: 2.5;
  padding-left: 0;
}
.footer-bottom-logo img {
  height: 120px;
}
.footer-menu-list a {
  text-decoration: none;
  transition: .3s;
}
.footer-menu-list a:hover {
  border-bottom: 1px solid;
}
.group-logoarea {
  width: 240px;
  margin-top: 1rem;
}
.group-logoarea a {
  text-decoration: none;
  transition: .5s;
}
.group-logoarea a:hover {
  border-bottom: none;
}
.group-logoarea a:hover img {
  opacity: .3;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media only screen and (max-width: 1919px) {
  .page-header {
    height: 420px;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .entry-title, .page-id-58 .entry-title {
    font-size: 1.25rem;
  }
  .page-headline {
    top: 120px;
    font-size: 1.75rem;
  }
  .page-header {
    height: 240px;
  }
  .page-id-79 .page-header {
    background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2023/08/keyvisual_company_sp.jpg);
  }
  .page-id-251 .page-header {
    background-image: url(https://www.bs-p.co.jp/wp-content/uploads/2023/08/keyvisual_service_sp_.jpg);
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .search-menu-button {
    display: none;
  }
  .mobile-header-menu-buttons {
    justify-content: flex-start;
  }
  .logo-menu-button img {
    height: 44px;
    width: 211px;
  }
  .logo-menu-button img {
    margin: 0 auto 0 0;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*  .entry-title, .article h2 {
    padding: 0;
  }*/
}