@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* リセットCSS：common.cssの .post_content h2/h3/h4・p・ul/ol/li の既定スタイルを打ち消す（.styled_h5 はテーマデザインを使うため対象外） */
.post_content .fulfillment_service h1,
.post_content .fulfillment_service h2,
.post_content .fulfillment_service h3:not(.styled_h3),
.post_content .fulfillment_service h4,
.post_content .fulfillment_service h6 {
  clear: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  line-height: 1.2;
}

.post_content .fulfillment_service p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.6;
}

.post_content .fulfillment_service ul,
.post_content .fulfillment_service ol {
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.post_content .fulfillment_service li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.6;
}

/* ラッパー外のセクション見出し（styled_h3）に残る .post_content h3 の margin: 3em 0 1.3em を打ち消す */
.post_content h3.styled_h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .post_content h3.styled_h3 {
    margin-bottom: 15px;
  }
}

/* common.cssの #single_service { width: 800px } を打ち消す */
#single_service {
  width: unset;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 100px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #single_service {
    padding-bottom: 50px;
  }
}

.post_content .fulfillment_service {
  width: 100%;
  color: #757575;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
}
.post_content .fulfillment_service *,
.post_content .fulfillment_service *::before,
.post_content .fulfillment_service *::after {
  box-sizing: border-box;
}
.post_content .fulfillment_service img {
  width: 100%;
  height: auto;
}
.post_content .fulfillment_service .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .post_content .fulfillment_service .container {
    max-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.post_content .fulfillment_service .d-inline-block {
  display: inline-block;
}
.post_content .fulfillment_service .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .sp-only {
    display: inline;
  }
}
.post_content .fulfillment_service {
  /* WordPressの自動整形（wpautop）がflexコンテナ内に挿入する空要素を無効化するガード */
}
.post_content .fulfillment_service .expansion-steps > p,
.post_content .fulfillment_service .expansion-steps > br,
.post_content .fulfillment_service .expansion-details > p,
.post_content .fulfillment_service .expansion-details > br,
.post_content .fulfillment_service .optimization-container > p,
.post_content .fulfillment_service .optimization-container > br,
.post_content .fulfillment_service .service_flow > br,
.post_content .fulfillment_service .service_block > br {
  display: none;
}
.post_content .fulfillment_service .problem_section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem_section {
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.post_content .fulfillment_service .problem {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem {
    padding-left: 0;
    padding-right: 0;
  }
}
.post_content .fulfillment_service .problem .problem_catch {
  margin-bottom: 15px;
  color: #4e4e4e;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem .problem_catch {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
.post_content .fulfillment_service .problem .problem_catch .problem_num {
  padding-left: 5px;
  padding-right: 5px;
  color: #0181bb;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem .problem_catch .problem_num {
    font-size: 30px;
  }
}
.post_content .fulfillment_service .problem .problem_title {
  display: table;
  margin-bottom: 45px;
  color: #4e4e4e;
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem .problem_title {
    margin-bottom: 25px;
    font-size: 23px;
  }
}
.post_content .fulfillment_service .problem .problem_title .problem_emphasis {
  display: inline-block;
  color: #0181bb;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem .problem_title .problem_emphasis {
    font-size: 29px;
  }
}
.post_content .fulfillment_service .problem .problem_list {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-right: 45px;
  padding-bottom: 40px;
  padding-left: 45px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 90, 153, 0.08);
  column-count: 2;
  column-gap: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem .problem_list {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    column-gap: 15px;
  }
}
.post_content .fulfillment_service .problem .problem_list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.6;
  break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem .problem_list li {
    margin-bottom: 10px;
    padding-left: 26px;
    font-size: 13px;
    line-height: 1.5;
  }
}
.post_content .fulfillment_service .problem .problem_list li:last-of-type {
  margin-bottom: 0;
}
.post_content .fulfillment_service .problem .problem_list li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #007bc0;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  content: "✓";
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem .problem_list li::before {
    top: 0;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
.post_content .fulfillment_service .problem .problem_list .marker {
  background: linear-gradient(transparent 60%, #fff700 60%);
  font-weight: 700;
}
.post_content .fulfillment_service .problem .problem_btn {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem .problem_btn {
    margin-top: 20px;
  }
}
.post_content .fulfillment_service .problem .problem_btn a {
  display: inline-block;
  min-width: 320px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  border: 2px solid #007bc0;
  border-radius: 10px;
  background-color: #007bc0;
  box-shadow: 0 6px 15px rgba(0, 123, 192, 0.3);
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .problem .problem_btn a {
    min-width: 260px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 16px;
  }
}
.post_content .fulfillment_service .problem .problem_btn a::after {
  margin-left: 10px;
  content: "→";
}
@media screen and (min-width: 768px) {
  .post_content .fulfillment_service .problem .problem_btn a:hover {
    background-color: #ffffff;
    color: #007bc0;
    transform: translateY(-2px);
  }
}
.post_content .fulfillment_service .intro {
  margin-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .intro {
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post_content .fulfillment_service .intro p {
  text-align: left;
}
.post_content .fulfillment_service h2 {
  display: block;
  position: relative;
  max-width: inherit;
  margin-right: auto;
  margin-bottom: 41.6px;
  margin-left: auto;
  padding-bottom: 2px;
  color: #0181bb;
  font-weight: 700;
  font-size: 33.6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service h2 {
    font-size: 24px;
  }
}
.post_content .fulfillment_service h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  box-shadow: 0 -1px 0 #eafeff, 0 1px 0 #a3d1e3;
  background-color: #2888b9;
  content: "";
}
.post_content .fulfillment_service .highlight_box {
  display: inline-block;
  margin-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 20px;
  background-color: #007bc0;
  color: #ffffff;
  font-size: 19.2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .highlight_box {
    margin-bottom: 10px;
  }
}
.post_content .fulfillment_service .main_title {
  margin-bottom: 8px;
  color: #4e4e4e;
  font-weight: 700;
  font-size: 27.2px;
  text-align: center;
}
.post_content .fulfillment_service .description {
  margin-bottom: 0;
  color: #656565;
  font-size: 16px;
  text-align: center;
}
.post_content .fulfillment_service .description .point {
  color: #037fbe;
}
.post_content .fulfillment_service .service_features {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features {
    margin-bottom: 25px;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.post_content .fulfillment_service .service_features .title_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .title_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.post_content .fulfillment_service .service_features h2 {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features h2 {
    margin-bottom: 35px;
  }
}
.post_content .fulfillment_service .service_features .feature_1_wrapper {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  background-color: #f4fbff;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .feature_1_wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
  }
}
.post_content .fulfillment_service .service_features .feature_1_content {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .feature_1_content {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post_content .fulfillment_service .service_features .service_flow {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .service_flow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post_content .fulfillment_service .service_features .service_box {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  overflow: visible;
  border: 2px solid #037fbe;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .service_box {
    flex-direction: column;
    width: 100%;
  }
}
.post_content .fulfillment_service .service_features .service_box::after {
  position: absolute;
  left: 114px;
  width: 4px;
  height: 35px;
  background-color: #4e595b;
  content: "";
  bottom: 0;
  transform: translateY(106%);
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .service_box::after {
    left: 62px;
  }
}
.post_content .fulfillment_service .service_features .service_box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  background-color: #2c75b7;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .service_box .title {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 7px 7px 0 0;
  }
}
.post_content .fulfillment_service .service_features .service_box .title h3.title_content {
  margin-bottom: 0;
  font-size: 19.2px;
  text-align: center;
}
.post_content .fulfillment_service .service_features .service_box .title br {
  display: none;
}
.post_content .fulfillment_service .service_features .service_box.title_separate_box .title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .service_box.title_separate_box .title {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-radius: 7px 7px 0 0;
  }
}
.post_content .fulfillment_service .service_features .service_box.title_separate_box .title h3.title_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.post_content .fulfillment_service .service_features .service_box.title_separate_box .title .title_separate {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 19.2px;
  text-align: center;
}
.post_content .fulfillment_service .service_features .service_box.title_separate_box .title .divider {
  display: block;
  width: 80%;
  height: 2px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .service_box.title_separate_box .title .divider {
    width: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.post_content .fulfillment_service .service_features .service_box .content {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .service_box .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post_content .fulfillment_service .service_features .service_box .content ul {
  list-style: none;
  margin-top: 17px;
  margin-bottom: 17px;
}
.post_content .fulfillment_service .service_features .service_box .content ul li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.6;
}
.post_content .fulfillment_service .service_features .service_box .content ul li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.post_content .fulfillment_service .service_features .service_customer_box {
  padding-left: 62px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features .service_customer_box {
    padding-left: 8px;
  }
}
.post_content .fulfillment_service .service_features .service_customer_box .customer_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: #007bc0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.post_content .fulfillment_service .service_features2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 {
    margin-bottom: 35px;
  }
}
.post_content .fulfillment_service .service_features2 .service_expansion {
  margin-bottom: 53px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .service_expansion {
    margin-bottom: 25px;
  }
}
.post_content .fulfillment_service .service_features2 .service_expansion .main_title {
  margin-bottom: 25px;
}
.post_content .fulfillment_service .service_features2 .service_expansion .description {
  margin-bottom: 32px;
  color: #333333;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .service_expansion .description {
    margin-bottom: 15px;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    gap: 10px;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-steps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps {
    flex: 0 0 46px;
    flex-shrink: 0;
    flex-direction: column;
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-steps .step {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 46px;
  margin-right: -10px;
  border-radius: 2px;
  background-color: #619fc1;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step {
    flex-grow: 1;
    width: 46px;
    margin-right: 0;
    white-space: nowrap;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 16px;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-steps .step::after {
  position: absolute;
  top: 0;
  right: -17px;
  z-index: 3;
  border-width: 23px 0 23px 17px;
  border-style: solid;
  border-color: transparent transparent transparent #619fc1;
  content: "";
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step::after {
    top: auto;
    right: auto;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 17px 23px 0 23px;
    border-color: #619fc1 transparent transparent transparent;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-steps .step::before {
  position: absolute;
  top: -2px;
  right: -18px;
  z-index: 2;
  border-width: 25px 0 25px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step::before {
    top: auto;
    right: auto;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 19px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-steps .step:nth-of-type(2) {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step:nth-of-type(2) {
    background-color: #037fbe;
  }
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step:nth-of-type(2)::after {
    border-color: #037fbe transparent transparent transparent;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-steps .step:nth-of-type(3) {
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step:nth-of-type(3) {
    background-color: #005a99;
  }
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step:nth-of-type(3)::after {
    border-color: #005a99 transparent transparent transparent;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-steps .step:last-of-type {
  flex: 1.2;
  background-color: #037fbe;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step:last-of-type {
    flex: 1;
    background-color: #005a99;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-steps .step:last-of-type::after {
  border-color: transparent transparent transparent #037fbe;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step:last-of-type::after {
    border-color: #005a99 transparent transparent transparent;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-details {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin-left: 20px;
  margin-right: 20px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-details {
    flex: 1;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-details .column {
  flex: 1;
  position: relative;
  padding-top: 35px;
  border-radius: 8px;
  background-color: #e0f3ff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-details .column {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    position: static;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-details .column h3 {
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  color: #007bc0;
  font-weight: 700;
  font-size: 19.2px;
  text-align: center;
}
.post_content .fulfillment_service .service_features2 .expansion-details .column:first-of-type::before {
  position: absolute;
  top: -20px;
  left: 35%;
  z-index: 2;
  transform: translateX(-50%);
  border-width: 0 30px 30px 30px;
  border-style: solid;
  border-color: transparent transparent #e0f3ff transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-details .column:first-of-type::before {
    top: 16.6666666667%;
    left: -20px;
    transform: translateY(-50%);
    border-width: 30px 30px 30px 0;
    border-color: transparent #e0f3ff transparent transparent;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-details .column:last-of-type::before {
  position: absolute;
  top: -20px;
  left: 27.875%;
  z-index: 2;
  transform: translateX(-50%);
  border-width: 0 30px 30px 30px;
  border-style: solid;
  border-color: transparent transparent #e0f3ff transparent;
  content: "";
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-details .column:last-of-type::before {
    top: 66.6666666667%;
    left: -20px;
    transform: translateY(-50%);
    border-width: 30px 30px 30px 0;
    border-color: transparent #e0f3ff transparent transparent;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-details .column ul {
  list-style: none;
  list-style-position: inside;
  margin-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  column-count: 2;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features2 .expansion-details .column ul {
    column-count: 1;
  }
}
.post_content .fulfillment_service .service_features2 .expansion-details .column ul li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
  break-inside: avoid;
}
.post_content .fulfillment_service .service_features2 .expansion-details .column ul li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.post_content .fulfillment_service .service_text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-auto-flow: column;
  column-gap: 40px;
  margin-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_text {
    display: block;
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post_content .fulfillment_service .service_text > p,
.post_content .fulfillment_service .service_text > br {
  display: none;
}
.post_content .fulfillment_service .service_text .styled_h5 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_text .styled_h5 {
    margin-bottom: 10px;
  }
}
.post_content .fulfillment_service .service_text .service_text_list {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_text .service_text_list {
    margin-bottom: 15px;
  }
}
.post_content .fulfillment_service .service_text .service_text_list li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.8;
}
.post_content .fulfillment_service .service_text .service_text_list li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.post_content .fulfillment_service .service_features3 {
  margin-bottom: 56px;
  padding-top: 56px;
  padding-bottom: 30px;
  background-color: #f4fbff;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}
.post_content .fulfillment_service .service_features3 .phase_optimization {
  margin-bottom: 58px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .phase_optimization {
    margin-bottom: 30px;
  }
}
.post_content .fulfillment_service .service_features3 .main_title {
  margin-bottom: 18px;
}
.post_content .fulfillment_service .service_features3 .description {
  margin-bottom: 32px;
  color: #333333;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .description {
    margin-bottom: 15px;
  }
}
.post_content .fulfillment_service .service_features3 .optimization-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .optimization-container {
    flex-direction: column;
    align-items: normal;
    padding-left: 0;
    padding-right: 0;
  }
}
.post_content .fulfillment_service .service_features3 .step-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .step-group {
    align-items: normal;
    position: relative;
    margin-bottom: 40px;
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .step-group::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(106%);
    width: 4px;
    height: 40px;
    background-color: #e6e6e6;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .step-group:last-of-type::after {
    display: none;
  }
}
.post_content .fulfillment_service .service_features3 .optimization-container .step-group:nth-of-type(1) {
  flex: 1;
}
.post_content .fulfillment_service .service_features3 .optimization-container .step-group:nth-of-type(2) {
  flex: 1.5;
}
.post_content .fulfillment_service .service_features3 .optimization-container .step-group:nth-of-type(3) {
  flex: 2;
}
.post_content .fulfillment_service .service_features3 .step {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 46px;
  margin-right: -10px;
  border-radius: 2px;
  background-color: #619fc1;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .step {
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 7px 7px 0 0;
    background-color: #e6e6e6;
    color: #545454;
    font-size: 16px;
  }
}
.post_content .fulfillment_service .service_features3 .step-group:first-of-type .step {
  z-index: 3;
  background-color: #619fc1;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .step-group:first-of-type .step {
    background-color: #e6e6e6;
  }
}
.post_content .fulfillment_service .service_features3 .step-group:nth-of-type(2) .step {
  z-index: 2;
  background-color: #3b93c1;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .step-group:nth-of-type(2) .step {
    background-color: #e6e6e6;
  }
}
.post_content .fulfillment_service .service_features3 .step-group:last-of-type .step {
  z-index: 1;
  background-color: #037fbe;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .step-group:last-of-type .step {
    background-color: #e6e6e6;
  }
}
.post_content .fulfillment_service .service_features3 .step::after {
  position: absolute;
  top: 0;
  right: -17px;
  z-index: 3;
  border-width: 23px 0 23px 17px;
  border-style: solid;
  border-color: transparent transparent transparent #619fc1;
  content: "";
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .step::after {
    display: none;
  }
}
.post_content .fulfillment_service .service_features3 .step-group:nth-of-type(2) .step::after {
  border-color: transparent transparent transparent #3b93c1;
}
.post_content .fulfillment_service .service_features3 .step-group:last-of-type .step::after {
  border-color: transparent transparent transparent #037fbe;
}
.post_content .fulfillment_service .service_features3 .step::before {
  position: absolute;
  top: -2px;
  right: -18px;
  z-index: 2;
  border-width: 25px 0 25px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .step::before {
    display: none;
  }
}
.post_content .fulfillment_service .service_features3 .phase {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features3 .phase {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
.post_content .fulfillment_service .service_features3 .phase img {
  width: unset;
  max-width: 100%;
  height: auto;
}
.post_content .fulfillment_service .service_features4 {
  margin-bottom: 67px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features4 {
    margin-bottom: 35px;
  }
}
.post_content .fulfillment_service .service_features4 .logistics_optimization {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features4 .logistics_optimization {
    margin-bottom: 10px;
  }
}
.post_content .fulfillment_service .service_features4 .logistics_map {
  display: block;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_features4 .logistics_map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post_content .fulfillment_service .service_features4 .logistics_map img {
  width: unset;
  max-width: 100%;
  height: auto;
}
.post_content .fulfillment_service .service_example {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example {
    padding-left: 0;
    padding-right: 0;
  }
}
.post_content .fulfillment_service .service_example .description {
  text-align: center;
}
.post_content .fulfillment_service .service_example h2 {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example h2 {
    margin-bottom: 35px;
  }
}
.post_content .fulfillment_service .service_example .service_block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 53px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example .service_block {
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
  }
}
.post_content .fulfillment_service .service_example .service_block.image_right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example .service_block.image_right {
    flex-direction: column;
  }
}
.post_content .fulfillment_service .service_example .service_block .example_image_wrapper {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example .service_block .example_image_wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.post_content .fulfillment_service .service_example .service_block .example_image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example .service_block .example_image {
    width: 100px;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example .service_block.image_right .example_image {
    order: -1;
  }
}
.post_content .fulfillment_service .service_example .text_content {
  flex: 1;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  color: #7b7b7b;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example .text_content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.post_content .fulfillment_service .service_example .text_content h3 {
  margin-bottom: 6px;
  color: #0c81bf;
  font-weight: 700;
  font-size: 19.2px;
}
.post_content .fulfillment_service .service_example .text_content .example_point {
  margin-bottom: 30px;
  color: #505050;
  font-weight: 700;
  font-size: 25.6px;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example .text_content .example_point {
    margin-bottom: 15px;
  }
}
.post_content .fulfillment_service .service_example .text_content .example_point strong {
  background: linear-gradient(transparent 70%, #fff700 70%);
  font-style: normal;
  font-weight: 700;
}
.post_content .fulfillment_service .service_example .text_content p {
  color: #616161;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.post_content .fulfillment_service .service_example .text_content .subheading {
  margin-top: 15px;
  margin-bottom: 16px;
  font-weight: 700;
}
.post_content .fulfillment_service .service_example .example_description {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
.post_content .fulfillment_service .service_example .example_description li {
  flex: 1 1 45%;
  position: relative;
  padding-left: 17.6px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post_content .fulfillment_service .service_example .example_description li {
    flex-basis: 100%;
    line-height: 1;
  }
}
.post_content .fulfillment_service .service_example .example_description li::before {
  position: absolute;
  top: 3.2px;
  left: 0;
  color: #0382c1;
  font-size: 12.8px;
  content: "●";
}

@media screen and (max-width: 1200px) {
  .post_content .fulfillment_service .service_features2 .expansion-steps .step,
  .post_content .fulfillment_service .service_features3 .step-group .step {
    font-size: 12.8px;
  }
}
