@charset "UTF-8";
/*=============================================*/
/* タイトル */
/*=============================================*/
.page_quickhit_contents .title,
.page_difference_contents .title,
.page_about-pmi_contents .title,
.page_trust_contents .title,
.page_backoffice_contents .title {
  display: block;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: clamp(2.5rem, 3.7vw, 4rem);
  font-weight: 700;
  color: #2f9f8a;
  text-align: center;
}
@media (max-width: 768px) {
  .page_quickhit_contents .title,
  .page_difference_contents .title,
  .page_about-pmi_contents .title,
  .page_trust_contents .title,
  .page_backoffice_contents .title {
    text-align: left;
    letter-spacing: 0.01em;
  }
}
.page_quickhit_contents .sub_title,
.page_difference_contents .sub_title,
.page_about-pmi_contents .sub_title,
.page_trust_contents .sub_title,
.page_backoffice_contents .sub_title {
  display: block;
  margin-bottom: 40px;
  font-size: clamp(2rem, 2.3vw, 3rem);
  font-weight: 700;
  color: #0f6a82;
  text-align: center;
}

.checkmark {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .checkmark {
    padding: 15px 0;
  }
}
.checkmark::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #e0f1ed;
  width: 100%;
  height: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.checkmark .sub_title {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .checkmark .sub_title {
    padding-left: 30px;
  }
}
.checkmark .sub_title::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 35px;
  height: 30px;
  background: url(../img/ico/ico-checkmark-white.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .checkmark .sub_title::before {
    width: 25px;
    height: 25px;
  }
}

.bg_title {
  margin-bottom: 50px;
  padding: 0.5em 1em;
  background: #2f9f8a;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  font-weight: 700;
}
.bg_title.dark02 {
  background: #003B2C;
}
.bg_title.dark01 {
  background: #006B59;
}
.bg_title.primary_dark {
  background: #0f6a82;
}
.bg_title.after_triangle {
  position: relative;
  margin-bottom: 80px;
}
.bg_title.after_triangle:after {
  position: absolute;
  top: calc(100% + 28px);
  left: calc(50% - 42px);
  display: block;
  content: "";
  border-left: 42px solid transparent; /* 左右の幅 */
  border-right: 42px solid transparent; /* 左右の幅 */
  border-top: 26px solid #2f9f8a;
}
.bg_title .ico_hand:before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background: url(../img/ico/ico-hand.svg) no-repeat center/contain;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .bg_title .ico_hand:before {
    width: 40px;
    height: 40px;
  }
}
.bg_title .ico {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bg_title .ico {
    width: 40px;
    height: 40px;
  }
}

.border_bottom_title {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #2f9f8a;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-bottom: 0.3em;
  font-weight: 700;
  font-size: clamp(2rem, 2.3vw, 2.4rem);
}
@media (max-width: 768px) {
  .border_bottom_title {
    max-width: 230px;
    width: 100%;
  }
}
.border_bottom_title:before {
  position: absolute;
  left: 50%;
  bottom: -9px;
  content: "";
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 9px solid #2f9f8a;
  border-bottom: 0;
  transform: translateX(-50%);
}
.border_bottom_title.long {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: solid 2px #0f6a82;
  color: #0f6a82;
  text-align: center;
}
@media (max-width: 768px) {
  .border_bottom_title.long {
    max-width: 100%;
  }
}
.border_bottom_title.long:before {
  content: none;
}

.page_difference_contents {
  padding: 50px 0 0;
}
.page_difference_contents .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page_difference_contents .container .img {
  width: 40%;
}
@media (max-width: 768px) {
  .page_difference_contents .container .img {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
}
.page_difference_contents .container .description {
  width: calc(60% - 30px);
}
@media (max-width: 768px) {
  .page_difference_contents .container .description {
    width: 100%;
  }
}

/*=============================================*/
/* 流用可能 */
/*=============================================*/
.bg_primary_light_box {
  padding: 40px 52px;
}
@media (max-width: 768px) {
  .bg_primary_light_box {
    padding: 30px 20px;
  }
}
.bg_primary_light_box {
  background: #e0f1ed;
}
.bg_primary_light_box .title {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: clamp(2.4rem, 2.3vw, 3.5rem);
}

.circle_list {
  font-size: 1em;
}
.circle_list > li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1em;
  font-weight: 500;
}
.circle_list > li:not(:last-child) {
  margin-bottom: 0.6em;
}
.circle_list > li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
  content: "";
  width: 0.94em;
  height: 0.94em;
  margin: auto;
  background-color: #2f9f8a;
  border-radius: 100px;
  line-height: 1;
}

.check_list {
  font-size: 1em;
}
.check_list > li {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.check_list > li:not(:last-child) {
  margin-bottom: 0.6em;
}
.check_list > li:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 22px;
  height: 17px;
  background: url(../img/ico/ico-check-mark-white.svg) no-repeat center/contain;
}

.mb-0 {
  margin-bottom: 0;
}

.bg_grad_txt {
  display: inline-block;
  padding: 0.2em 1em;
  background-image: linear-gradient(to bottom right, #2f9f8a, #0f6a82);
  color: #fff;
  font-weight: 700;
}

/*=============================================*/
/* 用語集 */
/*=============================================*/
.page_words_block {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .page_words_block {
    padding: 40px 0;
  }
}
.page_words_block .page_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page_words_block .page_link {
    margin-bottom: 0;
    column-gap: 15px;
  }
}
.page_words_block .page_link li a {
  display: block;
  padding: 0.3em 1.2em;
  background: #2f9f8a;
  border-radius: 15px;
  color: #fff;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 700;
}
.page_words_block .category_title {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page_words_block .category_title {
    margin-bottom: 20px;
  }
}
.page_words_block .category_title {
  font-size: clamp(2.5rem, 3.3vw, 4rem);
  font-weight: 700;
  color: #2f9f8a;
  text-align: center;
}
.page_words_block .category_wrapper {
  padding: 70px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .page_words_block .category_wrapper {
    padding: 40px 0;
  }
}
.page_words_block .category_wrapper.mb0 {
  padding-bottom: 0;
}
.page_words_block #pmi_service {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page_words_block #pmi_service {
    margin-top: 30px;
  }
}

.page_words_block .accordion-container .accordion:before {
  content: none;
}
.page_words_block .accordion-container .accordion .question {
  padding-left: 0;
}
.page_words_block .accordion-container .accordion .answer {
  padding-left: 0;
}
.page_words_block .accordion-container .accordion .answer:before {
  content: none;
}

/*=============================================*/
/* クイック・ヒット */
/*=============================================*/
.main_width.w1100 {
  max-width: 1100px;
}
@media (max-width: 768px) {
  .main_width.w1100 {
    width: 100%;
  }
}

.quickhit_top_block {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .quickhit_top_block {
    padding: 40px 0;
  }
}
.quickhit_top_block .field .bottom {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.quickhit_top_block .field .bottom .image {
  width: 42%;
}
@media (max-width: 768px) {
  .quickhit_top_block .field .bottom .image {
    width: 100%;
  }
}
.quickhit_top_block .field .bottom .description {
  width: calc(54% - 30px);
}
@media (max-width: 768px) {
  .quickhit_top_block .field .bottom .description {
    width: 100%;
  }
}

.quickhit_example_block {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .quickhit_example_block {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .example_table {
    width: 150%;
  }
}
.example_table th,
.example_table td {
  padding: 1em;
  border: solid 1px #c6c6c6;
}
@media (max-width: 768px) {
  .example_table th,
  .example_table td {
    padding: 1em 0.5em;
    font-size: 1.4rem;
  }
}
.example_table thead th {
  background: #2f9f8a;
  color: #fff;
  font-weight: 700;
}
.example_table thead th:first-child {
  width: 20%;
}
@media (max-width: 768px) {
  .example_table thead th:first-child {
    width: 5em;
  }
}
.example_table thead th:nth-child(2) {
  width: 30%;
}
@media (max-width: 768px) {
  .example_table thead th:nth-child(2) {
    width: calc(50% - 5em);
  }
}
.example_table thead th:nth-child(3) {
  width: 50%;
}
.example_table tbody th {
  background: #e0f1ed;
  font-weight: 700;
}
.example_table td {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .example_table td {
    font-size: 1.5rem;
  }
}
.example_table .circle_list > li:not(:last-child) {
  margin-bottom: 0.3em;
}

@media (max-width: 768px) {
  .example_table_wrapper {
    position: relative;
  }
}

/* ===== 左列固定（tbody + thead共通） ===== */
@media (max-width: 768px) {
  .example_table thead th:first-child,
  .example_table tbody th {
    position: sticky;
    left: 0;
    box-shadow: inset 1px 0 0 #c6c6c6;
    border-left: none;
  }
}

/* thead の1列目（最前面） */
@media (max-width: 768px) {
  .example_table thead th:first-child {
    z-index: 3;
  }
}

/* tbody の th（theadよりは下） */
@media (max-width: 768px) {
  .example_table tbody th {
    z-index: 2;
  }
}

.quickhit_point_block {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .quickhit_point_block {
    padding: 40px 0;
  }
}
.quickhit_point_block .num_list {
  list-style-type: none;
}
.quickhit_point_block .num_list > li:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .quickhit_point_block .num_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.quickhit_point_block .num_list > li .pointmark {
  display: inline-block;
}
@media (max-width: 768px) {
  .quickhit_point_block .num_list > li .pointmark {
    display: flex;
    flex-direction: column;
  }
}
.quickhit_point_block .num_list > li .pointmark .or {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 10px;
  background: linear-gradient(90deg, rgb(47, 159, 138) 0%, rgb(15, 106, 130) 100%);
  color: #fff;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .quickhit_point_block .num_list > li .pointmark .or {
    max-width: 75px;
    font-size: 1.2rem;
  }
}
.quickhit_point_block .num_list > li .pointmark .or span {
  padding-left: 5px;
  color: #fff;
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .quickhit_point_block .num_list > li .pointmark .or span {
    font-size: 1.2em;
  }
}
.quickhit_point_block .num_list > li .num_ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: 700;
  color: #2f9f8a;
}
@media (max-width: 768px) {
  .quickhit_point_block .num_list > li .num_ttl {
    margin-bottom: 20px;
  }
}
.quickhit_point_block .bg_primary_light_box.summary_box .title {
  font-size: clamp(2.3rem, 3vw, 4rem);
}

.quickhit_point_child_block {
  padding: 30px 0;
}

/*=============================================*/
/* 中小企業と大企業のPMIの違い */
/*=============================================*/
.difference_about_block {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .difference_about_block {
    padding: 40px 0;
  }
}
.difference_about_block .circle_list li {
  font-weight: 400;
}
.difference_about_block .circle_list li b {
  font-weight: 500;
  font-size: 1.2em;
}
.difference_about_block .bg_primary_light_box .color-primary {
  font-weight: 700;
}
.difference_about_block .underline {
  display: inline;
  background-color: rgba(253, 250, 175, 0.4);
}

.difference_smb_block {
  padding: 60px 0 120px;
}
@media (max-width: 768px) {
  .difference_smb_block {
    padding: 40px 0 60px;
  }
}
.difference_smb_block .difference_smb_child_block .bottom {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 60px;
  row-gap: 30px;
}
.difference_smb_block .difference_smb_child_block .left {
  width: 46%;
}
@media (max-width: 768px) {
  .difference_smb_block .difference_smb_child_block .left {
    width: 100%;
  }
  .difference_smb_block .difference_smb_child_block .left img {
    display: block;
    margin: auto;
  }
}
.difference_smb_block .difference_smb_child_block .description {
  width: calc(54% - 60px);
}
@media (max-width: 768px) {
  .difference_smb_block .difference_smb_child_block .description {
    width: 100%;
  }
}
.difference_smb_block .difference_smb_child_block.child_box02 .left {
  width: 42%;
}
@media (max-width: 768px) {
  .difference_smb_block .difference_smb_child_block.child_box02 .left {
    width: 100%;
  }
}
.difference_smb_block .difference_smb_child_block.child_box02 .description {
  width: calc(58% - 60px);
}
@media (max-width: 768px) {
  .difference_smb_block .difference_smb_child_block.child_box02 .description {
    width: 100%;
  }
}
.difference_smb_block .skill_box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.difference_smb_block .common_grad_btn {
  max-width: 460px;
}
.difference_smb_block .common_grad_btn .btn span {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.difference_smb_block .underline {
  background-color: rgba(253, 250, 175, 0.4);
  display: inline;
}

.difference_table02 {
  border-right: solid 1px #c6c6c6;
}
@media (max-width: 768px) {
  .difference_table02 {
    width: 150%;
  }
}
.difference_table02 thead th {
  padding: 8px;
  background: #2f9f8a;
  box-shadow: inset 1px 0 0 #c6c6c6;
  border-top: solid 1px #c6c6c6;
  color: #fff;
  font-weight: 700;
}
.difference_table02 tbody th,
.difference_table02 tbody td {
  padding: 15px;
  background: #fff;
  box-shadow: inset 1px -1px 0 #c6c6c6;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 700;
}
.difference_table02 tbody th {
  position: relative;
  padding-left: 50px;
  text-align: left;
}
.difference_table02 tbody th .num {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  right: auto;
  width: 22px;
  height: 22px;
  margin: auto;
  background: #2f9f8a;
  border-radius: 30px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.difference_table02 tbody td {
  text-align: center;
}
.difference_table02 tbody tr td:first-of-type {
  box-shadow: inset 0 -1px 0 #c6c6c6;
}

.difference_summary_block {
  padding: 80px 0;
  background: #e0f1ed;
}
@media (max-width: 768px) {
  .difference_summary_block {
    padding: 60px 0;
  }
  .difference_summary_block .difference_table_wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .difference_summary_block .difference_table {
    width: 140%;
  }
}
.difference_summary_block .difference_table th,
.difference_summary_block .difference_table td {
  padding: 1em;
  border: solid 1px #c6c6c6;
}
@media (max-width: 768px) {
  .difference_summary_block .difference_table th,
  .difference_summary_block .difference_table td {
    padding: 1em 0.5em;
    font-size: 1.4rem;
  }
}
.difference_summary_block .difference_table thead th {
  background: #2f9f8a;
  color: #fff;
  font-weight: 700;
}
.difference_summary_block .difference_table thead th:first-child {
  width: 20%;
}
@media (max-width: 768px) {
  .difference_summary_block .difference_table thead th:first-child {
    width: 20%;
  }
}
.difference_summary_block .difference_table thead th:nth-child(2) {
  width: 40%;
}
@media (max-width: 768px) {
  .difference_summary_block .difference_table thead th:nth-child(2) {
    width: 35%;
  }
}
.difference_summary_block .difference_table thead th:nth-child(3) {
  width: 40%;
}
@media (max-width: 768px) {
  .difference_summary_block .difference_table thead th:nth-child(3) {
    width: 35%;
  }
}
.difference_summary_block .difference_table tbody th {
  background: #2f9f8a;
  color: #fff;
  font-weight: 700;
}
.difference_summary_block .difference_table td {
  background: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .difference_summary_block .difference_table td {
    font-size: 1.4rem;
  }
}

.difference_summary_block .difference_table th {
  z-index: 1;
}
@media (max-width: 768px) {
  .difference_summary_block .difference_table th {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .difference_summary_block .difference_table thead th:first-child,
  .difference_summary_block .difference_table tbody th {
    position: sticky;
    left: 0;
    box-shadow: inset 1px 0 0 #c6c6c6;
    z-index: 2;
  }
}
.difference_summary_block .difference_table thead th:first-child {
  z-index: 3;
}

.difference_summary_block .scroll-hint-icon {
  top: 37%;
}

/*=============================================*/
/* PMIとは */
/*=============================================*/
.pmi_about_block {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .pmi_about_block {
    padding: 40px 0;
  }
}
.pmi_about_block .pmi_table th,
.pmi_about_block .pmi_table td {
  padding: 0.8em 1em;
  border: solid 1px #c6c6c6;
}
.pmi_about_block .pmi_table th {
  color: #fff;
  font-weight: 700;
}
.pmi_about_block .pmi_table th.dark02 {
  background: #003B2C;
}
.pmi_about_block .pmi_table th.dark01 {
  background: #006B59;
}
.pmi_about_block .pmi_table th.primary {
  background: #2f9f8a;
}
.pmi_about_block .pmi_table td {
  background: #fff;
}

.pmi_flow_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 12px;
}
@media (max-width: 768px) {
  .pmi_flow_list {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pmi_flow_list > li {
  text-align: center;
  padding: 20px clamp(10px, 2.5vw, 50px);
  background: #eeeeee;
}
@media (max-width: 768px) {
  .pmi_flow_list > li {
    width: calc(100% - 20px);
    padding: 20px;
  }
}
.pmi_flow_list > li.arr_right {
  position: relative;
}
.pmi_flow_list > li.arr_right:before, .pmi_flow_list > li.arr_right:after {
  position: absolute;
  right: 0;
  content: "";
  width: 12px;
  height: 50%;
}
@media (max-width: 768px) {
  .pmi_flow_list > li.arr_right:before, .pmi_flow_list > li.arr_right:after {
    width: 50%;
    height: 15px;
    bottom: 0;
  }
}
.pmi_flow_list > li.arr_right:before {
  top: 0;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 48%, #fff 51.8%) no-repeat top left/100% 100%;
}
@media (max-width: 768px) {
  .pmi_flow_list > li.arr_right:before {
    top: auto;
    left: 0;
    right: auto;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 48%, #fff 51.8%) no-repeat bottom right/100% 100%;
  }
}
.pmi_flow_list > li.arr_right:after {
  bottom: 0;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 48%, #fff 51.8%) no-repeat top left/100% 100%;
}
@media (max-width: 768px) {
  .pmi_flow_list > li.arr_right:after {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 48%, #fff 51.8%) no-repeat top left/100% 100%;
  }
}

.pmi_flow_list > li .ttl {
  line-height: 1.2;
  font-size: clamp(2.2rem, 3.5vw, 2.5rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pmi_flow_list > li .text {
  font-size: 1.25rem;
}
.pmi_flow_list > li .circle_list {
  display: inline-block;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .pmi_flow_list > li .circle_list {
    margin-top: 10px;
  }
}
.pmi_flow_list > li .circle_list li {
  line-height: 1.2;
}
.pmi_flow_list > li .circle_list li:not(:last-child) {
  margin-bottom: 8px;
}
.pmi_flow_list > li .circle_list li:before {
  top: 0.15em;
  background: #fff;
}

.pmi_flow_list .box02 {
  padding-left: 10px;
  padding-right: 10px;
  background: #e0f1ed;
}
.pmi_flow_list .box02 .ttl {
  font-size: 2.1rem;
}
.pmi_flow_list .box03 {
  background: linear-gradient(to bottom right, #2f9f8a, #0f6a82);
  color: #fff;
}
.pmi_flow_list .box04 {
  background: linear-gradient(to bottom right, #2f9f8a, #0f6a82);
  border: solid 10px #e0f1ed;
  color: #fff;
}
@media (max-width: 768px) {
  .pmi_flow_list .box04 {
    width: 100%;
  }
}

.pmi_about_child_block {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .pmi_about_child_block {
    padding: 30px 0;
  }
}
.pmi_about_child_block .image {
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.pmi_flow_block {
  padding: 60px 0;
  background: #e0f1ed;
}
@media (max-width: 768px) {
  .pmi_flow_block {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .page_about-pmi_contents .img_scroll {
    overflow-x: scroll;
  }
  .page_about-pmi_contents .img_scroll .image {
    width: 200%;
  }
}

/*=============================================*/
/* M&A後における信頼関係構築のプロセス */
/*=============================================*/
.page_trust_contents {
  position: relative;
}
.page_trust_contents:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 600px;
  background: url(../img/trust/top-bg.webp) no-repeat center top/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .page_trust_contents:after {
    background: url(../img/trust/top-bg-sp.webp) no-repeat center top/contain;
  }
}

.page_trust_contents .common_description.top_description_block {
  padding: 120px 0 90px;
}
@media (max-width: 768px) {
  .page_trust_contents .common_description.top_description_block {
    padding: 32px 0 40px;
  }
}
.page_trust_contents .common_description.top_description_block .description {
  font-size: clamp(1.6rem, 1.6vw, 2.5rem);
}
.page_trust_contents .bg_primary_light_box p.title {
  font-size: clamp(2rem, 2.3vw, 3rem);
}
.page_trust_contents .bg_primary_light_box p.title .trophy_ttl {
  position: relative;
  display: inline-block;
}
.page_trust_contents .bg_primary_light_box p.title .trophy_ttl:before {
  position: absolute;
  top: 50%;
  left: -60px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ico/ico-trophy.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page_trust_contents .bg_primary_light_box p.title .trophy_ttl:before {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 10px;
    transform: translateY(0);
  }
}

.page_trust_contents .checkmark_txt::before {
  position: relative;
  top: 3px;
  display: inline-block;
  content: "";
  width: 22px;
  height: 17px;
  margin-right: 10px;
  background: url(../img/ico/ico-check-mark-white.svg) no-repeat center/contain;
}
.trust_owner_block {
  padding: 90px 0 75px;
}
@media (max-width: 768px) {
  .trust_owner_block {
    padding: 40px 0;
  }
}

.trust_employee_block {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .trust_employee_block {
    padding: 40px 0;
  }
}
.trust_employee_block .bg_primary_light_box .title.fs-25 {
  font-size: clamp(2rem, 2.8vw, 2.5rem);
}

.trust_partner_block {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .trust_partner_block {
    padding: 40px 0;
  }
}
.trust_partner_block .circle_list li {
  font-weight: 400;
}
.trust_partner_block .circle_list li b {
  font-weight: 500;
}

.trust_external_block {
  padding: 75px 0 100px;
}
@media (max-width: 768px) {
  .trust_external_block {
    padding: 40px 0 60px;
  }
}
.trust_external_block .common_grad_btn.excel {
  max-width: 540px;
}
.trust_external_block .common_grad_btn.excel .btn {
  padding-left: 75px;
}
@media (max-width: 768px) {
  .trust_external_block .common_grad_btn.excel .btn {
    padding-left: 60px;
  }
}
.trust_external_block .common_grad_btn.excel .btn span {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
}
.trust_external_block .common_grad_btn.excel .btn span:before {
  position: absolute;
  top: calc(50% - 17px);
  left: 30px;
}
@media (max-width: 768px) {
  .trust_external_block .common_grad_btn.excel .btn span:before {
    left: 15px;
  }
}
.trust_external_block .common_grad_btn.excel .btn span:before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/ico/ico-excel.svg) no-repeat center/contain;
}

.page_link_column4 {
  max-width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .page_link_column4 {
    column-gap: 10px;
  }
}
.page_link_column4 li {
  width: calc(25% - 15px);
}
@media (max-width: 768px) {
  .page_link_column4 li {
    width: calc(50% - 5px);
  }
}
.page_link_column4.common_grad_btn .btn {
  padding: 14px 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .page_link_column4.common_grad_btn .btn {
    padding: 10px 20px;
  }
}
.page_link_column4.common_grad_btn .btn span {
  font-size: clamp(1.4rem, 2.3vw, 2rem);
}
.page_link_column4.common_grad_btn .btn:after {
  right: 15px;
  border-left: 8px solid transparent; /* 左右の幅 */
  border-right: 8px solid transparent; /* 左右の幅 */
  border-top: 8px solid #fff;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .page_link_column4.common_grad_btn .btn:after {
    right: 7px;
    border-left: 4px solid transparent; /* 左右の幅 */
    border-right: 4px solid transparent; /* 左右の幅 */
    border-top: 4px solid #fff;
  }
}

/*=============================================*/
/* 管理機能統合のプロセス */
/*=============================================*/
.page_backoffice_contents h2.title {
  font-size: clamp(2.8rem, 3.7vw, 4rem);
}
.page_backoffice_contents h3.bg_title {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
}
.page_backoffice_contents h4.arrow_ttl,
.page_backoffice_contents .bg_primary_light_box h4.title {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
}
.page_backoffice_contents h5.border_bottom_title,
.page_backoffice_contents h5.failure_ico_ttl,
.page_backoffice_contents h5.num_title,
.page_backoffice_contents h5.fs-22-bold-primary {
  font-size: clamp(1.85rem, 2.4vw, 2.4rem);
}

.page_backoffice_contents {
  position: relative;
}
.page_backoffice_contents:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 600px;
  background: url(../img/backoffice/top-bg.webp) no-repeat center top/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .page_backoffice_contents:after {
    background: url(../img/backoffice/top-bg-sp.webp) no-repeat center top/contain;
  }
}

.page_backoffice_contents .common_description.top_description_block {
  padding: 120px 0 90px;
}
@media (max-width: 768px) {
  .page_backoffice_contents .common_description.top_description_block {
    padding: 32px 0 40px;
  }
}
.page_backoffice_contents .common_description.top_description_block .description {
  font-size: clamp(1.6rem, 1.6vw, 2.5rem);
}

.page_backoffice_contents .sp_only_tab_none {
  display: none;
}
@media (max-width: 580px) {
  .page_backoffice_contents .sp_only_tab_none {
    display: block;
  }
}

.page_backoffice_contents .arrow_ttl {
  width: fit-content;
}
@media (max-width: 768px) {
  .page_backoffice_contents .arrow_ttl {
    max-width: none;
  }
}
.page_backoffice_contents .page_link_column4 {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .page_backoffice_contents .page_link_column4 {
    margin-bottom: 60px;
  }
}
.page_backoffice_contents .page_link_column4 li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px 70px;
}
@media (max-width: 768px) {
  .page_backoffice_contents .page_link_column4 li a {
    padding-bottom: 50px;
  }
}
.page_backoffice_contents .page_link_column4 li a {
  background: #e0f1ed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_backoffice_contents .page_link_column4 li a:hover {
  opacity: 0.7;
}
.page_backoffice_contents .page_link_column4 li a:after {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 25px);
  display: block;
  content: "";
  border-left: 25px solid transparent; /* 左右の幅 */
  border-right: 25px solid transparent; /* 左右の幅 */
  border-top: 15px solid #2f9f8a;
}
.page_backoffice_contents .common_num_title .num_title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page_backoffice_contents .common_num_title .num_title {
    margin-bottom: 10px;
  }
}
.page_backoffice_contents .common_num_title .num_title {
  color: #2f9f8a;
  font-weight: 700;
  line-height: 1.5;
  column-gap: 16px;
  row-gap: 5px;
}
.page_backoffice_contents .common_num_title .num {
  position: relative;
  top: 0.1em;
  padding: 0.3em 0.5em;
  background-image: linear-gradient(to bottom right, #2f9f8a, #0f6a82);
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page_backoffice_contents .common_num_title .num:before {
  content: none;
}

.primary_white_box {
  border: solid 1px #2f9f8a;
  background: #fff;
}
.primary_white_box .top {
  padding: 6px 15px;
  background: #2f9f8a;
  text-align: center;
}
.primary_white_box .top p {
  line-height: 1.5;
  color: #fff;
  font-size: clamp(1.7rem, 2.2vw, 2rem);
}
.primary_white_box .bottom {
  padding: 20px 30px 25px;
}
@media (max-width: 768px) {
  .primary_white_box .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page_backoffice_contents .column03_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 15px;
}
.page_backoffice_contents .column03_list li {
  width: calc(33.3% - 10px);
}
@media (max-width: 768px) {
  .page_backoffice_contents .column03_list li {
    width: 100%;
  }
}
.page_backoffice_contents .column03_list .primary_white_box .top {
  min-height: 4.7em;
}
@media (max-width: 768px) {
  .page_backoffice_contents .column03_list .primary_white_box .top {
    min-height: auto;
  }
}
.page_backoffice_contents .column03_list .primary_white_box .top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_backoffice_contents .column02_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 15px;
}
.page_backoffice_contents .column02_list li {
  width: calc(50% - 7.5px);
}
@media (max-width: 768px) {
  .page_backoffice_contents .column02_list li {
    width: 100%;
  }
}
.page_backoffice_contents .column02_list .primary_white_box .top {
  min-height: 4.7em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.after_triangle_box {
  position: relative;
  margin-bottom: 80px;
}
.after_triangle_box:after {
  position: absolute;
  top: calc(100% + 28px);
  left: calc(50% - 42px);
  display: block;
  content: "";
  border-left: 42px solid transparent; /* 左右の幅 */
  border-right: 42px solid transparent; /* 左右の幅 */
  border-top: 26px solid #2f9f8a;
}

.bg_primary_light_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 1024px) {
  .bg_primary_light_list {
    column-gap: 10px;
  }
}
@media (max-width: 580px) {
  .bg_primary_light_list {
    flex-flow: column;
  }
}
.bg_primary_light_list li {
  width: calc(33.3% - 20px);
  padding: 30px;
  background: #e0f1ed;
}
@media (max-width: 1024px) {
  .bg_primary_light_list li {
    width: calc((100% - 20px) / 3);
    padding: 30px 20px;
  }
}
@media (max-width: 580px) {
  .bg_primary_light_list li {
    width: 100%;
  }
}

.page_backoffice_contents .point_box {
  padding: 30px 30px 40px;
  margin: 60px auto 0;
  max-width: 1100px;
  border: 8px solid #2f9f8a;
}
@media (max-width: 768px) {
  .page_backoffice_contents .point_box {
    margin-top: 20px;
    padding: 15px 20px 25px;
    border-width: 4px;
  }
}
.page_backoffice_contents .point_box .arrow_ttl {
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 2px;
}
.page_backoffice_contents .point_box .arrow_ttl span {
  display: inline-block;
}
.page_backoffice_contents .point_box .arrow_ttl span:before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 31px;
  margin-right: 10px;
  background: url(../img/ico/ico-precaution.svg) no-repeat center/contain;
  vertical-align: middle;
}

.backoffice_support_block h4.title {
  text-align: center;
}
.backoffice_support_block h4.title:before {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url(../img/ico/ico-trophy.svg) no-repeat center/contain;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .backoffice_support_block h4.title:before {
    display: block;
    top: 0;
    margin: 0 auto 5px;
    width: 34px;
    height: 34px;
  }
}
.backoffice_support_block .failure_ico_ttl {
  line-height: 1.5;
  color: #2f9f8a;
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: 700;
}
.backoffice_support_block .failure_ico_ttl:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto 6px;
  background: url(../img/ico/ico-batsu.svg) no-repeat center/contain;
}

.cookie_txt_box {
  text-align: center;
}
.cookie_txt_box p a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cookie_txt_box p a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=page02.css.map */