@charset "utf-8";

:root {
  /* 40-30 */
  --partlist-cover-title-font-size: clamp(1.875rem, 0.7639rem + 2.3148vw, 2.5rem);
  /* 40-20 */
  --title-catch-font-size: clamp(1.25rem, 0.6818rem + 2.4242vw, 2.5rem);
  /* 30-20 */
  --fontsize3020: clamp(1.25rem, 0.9659rem + 1.2121vw, 1.875rem);
  /* 22-11 */
  --fontsize2211: clamp(0.6875rem, 0.375rem + 1.3333vw, 1.375rem);
  /* 60-24 */
  --fontsize6024: clamp(1.5rem, -2.5rem + 8.3333vw, 3.75rem);
  /* 24-18 */
  --fontsize2418: clamp(1.125rem, 0.4583rem + 1.3889vw, 1.5rem);
  /* 24-18 */
  --partlist-cover-title-font-size-span: clamp(1.125rem, 0.4583rem + 1.3889vw, 1.5rem);
  /* 40-22 */
  --partlist-section-title-font-size: clamp(1.375rem, -0.625rem + 4.1667vw, 2.5rem);
  /* 36-22 */
  --fontsize3622: clamp(1.375rem, -0.1806rem + 3.2407vw, 2.25rem);
  /* 32-16 */
  --fontsize3216: clamp(1rem, -0.7778rem + 3.7037vw, 2rem);
  /* 28-16 */
  --fontsize2816: clamp(1rem, -0.3333rem + 2.7778vw, 1.75rem);

  /* 20-16 */
  --partlist-section-title-font-size-sub: clamp(1rem, 0.5556rem + 0.9259vw, 1.25rem);

  /* 18-16 */
  --partlist-comment-font-size: clamp(1rem, 0.7778rem + 0.463vw, 1.125rem);

  /* 22-14 */
  --partlist-recommend-part2-title-font-size: clamp(0.875rem, -0.0139rem + 1.8519vw, 1.375rem);
  /* 18-13 */
  --partlist-recommend-part2-title-font-size-sub: clamp(0.8125rem, 0.2569rem + 1.1574vw, 1.125rem);
  --section-margin-bottom: 120px;
  /* 14-12 */
  --fontsize1412: clamp(0.75rem, 0.5278rem + 0.463vw, 0.875rem);
  /* 32-18 */
  --fontsize3218: clamp(1.125rem, -0.4306rem + 3.2407vw, 2rem);
  /* 30-24 */
  --fontsize3024: clamp(1.5rem, 0.8333rem + 1.3889vw, 1.875rem);
}

@media (max-width: 767px) {
  :root {
    --section-margin-bottom: 50px;
  }
}

/* レイアウトテスト */
/* div {
  border: 1px solid red;
} */

.contentsWrapper {
  background: url("/scansnap/common/images/bg_about_pc.png") repeat-x 0 0;
}

section:not(:last-child) {
  --section-margin-bottom: 120px;
  margin-bottom: var(--section-margin-bottom);
}

/* Cover */
section#cover {
  --section-margin-bottom: 90px;
  margin-bottom: var(--section-margin-bottom);
}

#cover .contents_inner_wrap {
  width: 100%;
  max-width: 1366px;

  padding-inline: calc(80 / 1366 * 100%);
  margin-inline: auto;
  /* background-color: #fff; */
  position: relative;
}

@media (min-width: 768px) and (max-width: 1206px) {
  #cover .contents_inner_wrap {
    padding-inline: 0;
  }
}

/* #cover .contents_inner_wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -200px;
  right: 0;
  width: 100%;
  height: 40%;
  background: url(/scansnap/common/images/dot_about_down_w.svg) repeat-x left top;
  z-index: -1;
} */
#cover .cover_contents_wrapper {
  width: 100%;
  max-width: 1206px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cover .cover_contents_wrapper .covercontents_left_wrap {
  width: calc(432 / 1206 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 36%;
  left: calc(64 / 1206 * 100%);
  transform: translateY(-50%);
  z-index: 1;
}

#cover .mark_scansnap {
  width: calc(200 / 432 * 100%);
  aspect-ratio: 200 / 157;
  height: auto;
  margin-top: calc(77 / 636 * 100%);
  margin-bottom: calc(45 / 636 * 100%);
}

#cover picture {
  width: 100%;
}

#cover img.cover_img {
  display: block;
  width: auto;
  height: 80%;
  max-height: 652px;
  margin-left: auto;
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 900px) {
  #cover img.cover_img {
    margin-left: calc(300 / 1206 * 100%);
  }
}

/* 基本機能 特長 */
#features_t2 {
  --section-margin-bottom: 122px;
  margin-bottom: var(--section-margin-bottom);
}

#features_t2 .contents_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  /* padding-inline: calc(80 / 1366 * 100%); */
}

#features_t2 .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  column-gap: calc(34 / 1366 * 100%);
  max-width: 1366px;
  margin-inline: auto;
  position: relative;
  /* padding-top: calc(35 / 1366 * 100%); */
  /* padding-bottom: calc(25 / 1366 * 100%); */
  margin-top: calc(35 / 1366 * 100%);
  /* margin-bottom: 38px; */
}

#features_t2 .content.comment_left {
  padding-top: 0;
}

#features_t2 .content.comment_right {
  /* padding-left: calc(182 / 1366 * 100%); */
  padding-left: calc(80 / 1366 * 100%);
}

/* #features_t2 .content:not(:last-child) {
  margin-bottom: calc(15 / 1366 * 100%);
} */
#features_t2 .content .img_wrap {
  width: 587px;
  aspect-ratio: 598 / 330;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
  width: calc(587 / 660 * 100%);
  /* background-color: #e7f4f9; */
  margin-bottom: 54px;
}

#features_t2 .content .img_wrap picture {
  display: block;
  aspect-ratio: 598 / 330;
  width: 100%;
  height: auto;
  max-height: 100%;
  /* padding: 30px; */
}

#features_t2 .content .img_wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: scale-down;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

#features_t2 .comment_wrap .inner {
  width: calc(587 / 1366 * 100%);
  max-width: 587px;
}

#features_t2 .content.comment_left .comment_wrap {
  grid-area: 1 / 1 / 2 / 3;
  width: 100%;
  padding-left: calc(80 / 1366 * 100%);
  padding-top: calc(45 / 1366 * 100%);
  margin-top: 100px;
  position: relative;
  z-index: 0;
}

#features_t2 .content.comment_left .img_wrap {
  grid-area: 1 / 2 / 2 / 3;
  border-radius: 32px;
  overflow: hidden;
}

#features_t2 .content.comment_right .comment_wrap {
  grid-area: 1 / 1 / 2 / 3;
  width: 100%;
  padding-right: calc(80 / 1366 * 100%);
  padding-top: calc(45 / 1366 * 100%);
  margin-top: 100px;
  position: relative;
  z-index: 0;
}

#features_t2 .content.comment_right .img_wrap {
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  max-width: 580px;
  aspect-ratio: 580 / 330;
}

#features_t2 .content.comment_right .comment_wrap .inner {
  margin-left: calc(615 / 1206 * 100%);
  transition: 0.5s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #features_t2 .content.comment_right .comment_wrap .inner {
    margin-left: calc(615 / 1110 * 100%);
    transition: 0.5s;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  #features_t2 .content.comment_right .comment_wrap .inner {
    margin-left: calc(600 / 1110 * 100%);
    transition: 0.5s;
  }
}

@media (min-width: 1301px) and (max-width: 1366px) {
  #features_t2 .content.comment_right .comment_wrap .inner {
    margin-left: calc(585 / 1110 * 100%);
    transition: 0.5s;
  }
}

#features_t2 .content.comment_right .comment_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  background: #fff url(/scansnap/common/images/dot_rl_w.svg) repeat-y left bottom;
  background-size: 300px auto;
  border-radius: 0 32px 32px 0;
  z-index: -1;
}

#features_t2 .content.comment_left .comment_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  background: #fff url(/scansnap/common/images/dot_lr_w.svg) repeat-y right bottom;
  background-size: 300px auto;
  border-radius: 32px 0 0 32px;
  z-index: -1;
}

#features_t2 .content .title_wrap p {
  font-size: var(--partlist-section-title-font-size);
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 1em;
}

#features_t2 .content .comment_wrap p.ttl {
  font-size: var(--fontsize3024);
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0.8em;
}

#features_t2 .content .comment_wrap ul.comment {
  font-size: var(--fontsize2016);
  font-weight: var(--font-weight-normal, 400);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0.5em;
  margin-bottom: 1em;
}

#features_t2 .content .comment_wrap ul.comment li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.2em;
}

#features_t2 .content .comment_wrap ul.comment li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#features_t2 .content .comment_wrap ul.comment li span {
  color: var(--primary-color);
  font-size: 18px;
}

#features_t2 .content .comment_wrap ul.comment li span b {
  font-size: var(--fontsize2418);
  font-weight: var(--font-weight-normal, 400);
  color: var(--primary-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0.2em;
}

#features_t2 .content .comment_wrap ul.comment li sup {
  font-size: 14px;
  font-weight: var(--font-weight-normal, 400);
  color: var(--primary-font-color);
}

/* FAQ */
#faq {
  margin-top: calc(110 / 1366 * 100%);
}

#faq .section_inner {
  display: block;
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  padding-inline: calc(80 / 1366 * 100%) !important;
}

#faq .section_inner .faq_item {
  width: 100%;
  max-width: initial;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 1em;
}

#faq .section_inner .faq_item button {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0.5em;
}

#faq .section_inner .faq_item .anser p {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-weight: var(--font-weight-normal, 400);
  color: var(--primary-font-color);
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0;
}

#faq .section_inner .faq_item button span,
#faq .section_inner .faq_item .anser p span {
  display: inline-block;
  font-size: 24px;
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-color);
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0;
  margin-right: 0.5em;
}

#faq .section_inner .faq_item button {
  position: relative;
}

#faq .anser {
  display: grid;
  grid-template-rows: 0fr !important;
  transition: grid-template-rows 0.2s ease-out;
}

#faq .accordion_trigger.active .anser {
  grid-template-rows: 1fr !important;
}

#faq .section_inner .faq_item .anser .accordion_inner {
  overflow: hidden;
}

@media (max-width: 767px) {
  .contentsWrapper {
    background: none !important;
  }

  section:not(:last-child) {
    --section-margin-bottom: 100px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about section#special .contents_inner_wrap .content_wrap {
    row-gap: 15px;
  }

  section .section_ttl_inner {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: calc(15 / 345 * 100%);
    /* margin-bottom: calc(55 / 1366 * 100%); */
  }

  #cover {
    padding-inline: 0;
  }

  section#cover {
    --section-margin-bottom: 60px;
    margin-bottom: var(--section-margin-bottom);
    background-color: #fff;
  }

  #cover .contents_inner_wrap {
    display: block;
    width: 100%;
    max-width: initial;
    height: auto;
    padding-inline: 0;
    margin-inline: auto;
    position: relative;
    z-index: 0;
  }

  #cover .contents_inner_wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 50%;
    background: url(/scansnap/common/images/dot_cover_down_w_sp.png) repeat-x left top;
    z-index: 1;
    background-size: 375px auto;
  }

  #cover .cover_contents_wrapper {
    width: 100%;
  }

  #cover .covercontents_left_wrap {
    width: calc(144 / 345 * 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: calc(64 / 1206 * 100%);
    transform: translateY(-50%);
    z-index: 1;
  }

  #cover img.cover_img {
    display: block;
    width: 67%;
    height: auto;
    margin-left: auto;
    z-index: 0;
  }

  #cover .mark_scansnap {
    width: 70%;
    height: auto;
    margin-bottom: 30px;
  }

  #cover .cover_contents_wrapper .covercontents_left_wrap {
    width: calc(144 / 375 * 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 40%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 1;
  }

  /* FAQ */
  #faq .section_inner {
    display: block;
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: 15px !important;
  }

  #faq .section_inner .faq_item {
    width: 100%;
    max-width: initial;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 1em;
  }

  #features_t2 .content .comment_wrap ul.comment {
    padding-right: 63px;
  }
}

/* Pricing Plans 料金プラン */

/* Pricing Plans */
#plans .section_inner {
  padding-inline: calc(80 / 1366 * 100%);
}

#plans .section_inner .plans_table_wrap {
  width: 100%;
  max-width: initial;
  margin-inline: auto;
}

#plans .section_inner .plans_table_wrap table {
  width: 100%;
  max-width: initial;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}

#plans .section_inner .plans_table_wrap table th,
#plans .section_inner .plans_table_wrap table td {
  padding: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: var(--font-weight-normal, 400);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

#plans .section_inner .plans_table_wrap table td:first-child {
  width: calc(272 / 1206 * 100%);
  text-align: left;
}

#plans .section_inner .plans_table_wrap table td strong {
  font-size: 18px;
  font-weight: var(--font-weight-bold, 700);
  color: #101828;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

#plans .section_inner .plans_table_wrap table td:not(:first-child) {
  width: calc(232 / 1206 * 100%);
  font-size: 16px;
  font-weight: var(--font-weight-medium, 500);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

#plans .btn {
  border-radius: 50px;
  width: 100%;
  max-width: initial;
}

#plans .btn.active_clr::after {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-30%);
}

.bg-function {
  background-color: #e1eef2;
  text-align: left;
}

.accent-color {
  background-color: var(--accent-color);
  text-align: center;
  font-size: 22px !important;
  font-weight: var(--font-weight-bold, 700) !important;
  color: var(--primary-font-color) !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
}

.free-plan {
  font-size: 16px !important;
  font-weight: var(--font-weight-medium, 500) !important;
  color: var(--primary-font-color) !important;
  line-height: 1.75 !important;
  letter-spacing: 0.03em !important;
  text-align: center !important;
}

.s-plan,
.m-plan,
.l-plan {
  font-size: 22px !important;
  font-weight: var(--font-weight-bold, 700) !important;
  color: var(--primary-color) !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
}

.price {
  font-size: 40px !important;
  font-weight: var(--font-weight-bold, 700) !important;
  color: var(--primary-font-color) !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em !important;
  text-align: center !important;

  span {
    font-size: 14px !important;
    font-weight: var(--font-weight-bold, 700) !important;
    color: var(--primary-font-color) !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }
}

.plan-name td {
  padding: 16px 0 0 0 !important;
}

#plans .section_inner .plans_table_wrap table td.price {
  padding: 0 0 10px 0 !important;
}

.line_top {
  border-top: 1px solid #c9dbed;
}

ul.notes {
  margin-top: 10px;
}

ul.notes li {
  font-size: 16px;
  font-weight: var(--font-weight-normal, 400);
  color: #6d7b82;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0.4em;
  margin-left: 1.2em;
  text-indent: -1.2em;
}

@media (max-width: 1075px) {
  #plans .section_inner {
    padding-inline: calc(15 / 1366 * 100%) !important;
  }
}

@media (max-width: 950px) {
  #plans .section_inner .plans_table_wrap {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    cursor: grab;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }

  #plans .section_inner .plans_table_wrap::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }

  #plans .section_inner .plans_table_wrap table {
    min-width: 1000px !important;
  }
}

.sp-only-tr {
  display: none;
}

@media (max-width: 767px) {
  .pc-only-tr {
    display: none;
  }

  .sp-only-tr {
    display: table-row;
  }

  #plans .section_inner .plans_table_wrap {
    cursor: grab;
  }

  #plans .section_inner .plans_table_wrap table {
    width: 100%;
    min-width: 800px !important;
  }

  #plans .section_inner .plans_table_wrap table th,
  #plans .section_inner .plans_table_wrap table td {
    font-size: 14px;
    font-weight: var(--font-weight-normal, 400);
  }

  #plans .section_inner .plans_table_wrap table td strong {
    font-size: 14px;
    font-weight: var(--font-weight-bold, 700);
    text-align: left !important;
  }

  #plans .section_inner .plans_table_wrap table td:not(:first-child) {
    /* width: 150px; */

    font-size: 14px;
    font-weight: var(--font-weight-medium, 500);
    color: var(--primary-font-color);
  }

  #plans .section_inner .plans_table_wrap table td:first-child {
    white-space: nowrap !important;
  }

  #plans .section_inner .plans_table_wrap table th,
  #plans .section_inner .plans_table_wrap table td {
    padding: 5px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: var(--font-weight-normal, 400);
    color: var(--primary-font-color);
  }

  .free-plan {
    font-size: 14px !important;
    font-weight: var(--font-weight-medium, 500) !important;
  }

  .s-plan,
  .m-plan,
  .l-plan {
    font-size: 16px !important;
    font-weight: var(--font-weight-medium, 500) !important;
  }

  .price {
    font-size: 22px !important;
    font-weight: var(--font-weight-bold, 700) !important;
    color: var(--primary-font-color) !important;

    span {
      font-size: 12px !important;
      font-weight: var(--font-weight-bold, 700) !important;
      color: var(--primary-font-color) !important;
    }
  }

  .accent-color {
    background-color: var(--accent-color);
    text-align: center;
    font-size: 16px !important;
    font-weight: var(--font-weight-bold, 700) !important;
    color: var(--primary-font-color) !important;
    line-height: 1.5 !important;
    letter-spacing: 0.03em !important;
  }

  #plans .section_inner .plans_table_wrap table td:first-child {
    width: calc(80 / 345 * 100%);
    text-align: left;
  }

  #plans .section_inner .plans_table_wrap table td:not(:first-child) {
    width: calc(80 / 345 * 100%);
  }

  .plans_btn_group {
    width: 100%;
    padding-inline: 15px;
    margin-top: calc(20 / 345 * 100%);
  }

  .free_plan_btn_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
  }

  .free_plan_btn_wrap .title {
    font-size: 18px;
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-color);
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .free_plan_btn_wrap .price {
    font-size: 32px;
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-font-color);
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 10px;
  }

  .free_plan_btn_wrap .price span {
    font-size: 16px;
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-font-color);
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .free_plan_btn_wrap .btn_group {
    width: 100%;
  }

  .free_plan_btn_wrap .btn_group a.btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    /* min-width: 311px !important; */
    margin-inline: auto;
  }

  .scansnapcloud_btn_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 12px;
    padding: 15px;
    margin-top: calc(20 / 345 * 100%);
  }

  .scansnapcloud_btn_wrap .title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: var(--font-weight-bold, 700);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .scansnapcloud_btn_wrap .price_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  .scansnapcloud_btn_wrap .price_wrap p {
    font-size: 20px;
    font-weight: var(--font-weight-bold, 700);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .scansnapcloud_btn_wrap .price_wrap p span:first-of-type {
    font-size: 16px;
    font-weight: var(--font-weight-normal, 400);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .scansnapcloud_btn_wrap .price_wrap p span:last-of-type {
    font-size: 10px;
    font-weight: var(--font-weight-bold, 700);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .scansnapcloud_btn_wrap .btn_group a.btn {
    width: calc(311 / 345 * 100%) !important;
    max-width: 311px !important;
    /* min-width: 311px !important; */
    margin-inline: auto;
  }

  .scansnapcloud_btn_wrap .btn_group a.btn.accent_clr {
    font-size: 16px !important;
    font-weight: var(--font-weight-bold, 700) !important;
    background-color: var(--accent-color);
    text-align: center;
  }

  .scansnapcloud_btn_wrap .btn_group a.btn.accent_clr::after {
    content: url("/scansnap/common/images/arrow_right_w.svg");
    display: block;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }

  ul.notes {
    margin-top: 10px;
    margin-inline: 15px;
  }
}

/* About_page */
section#about {
  --section-margin-bottom: 93px;
  margin-bottom: var(--section-margin-bottom);
}

section#about .section_inner {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1366px;
  padding-inline: 0;
  margin-inline: auto;
  overflow: hidden;
  background-size: contain;
}

#about_page section .section_ttl_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  padding-inline: calc(80 / 1366 * 100%);
  margin-bottom: calc(32 / 1366 * 100%);
}

/* About */

section#about h2 {
  margin-bottom: 57px;
}

section#about .contents_inner_wrap {
  width: 100%;
  height: auto;
  max-width: 1366px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}

section#about .contents_inner_wrap .movie_wrap {
  width: calc(695 / 1366 * 100%);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: calc(80 / 1366 * 100%);
}

section#about .contents_inner_wrap .title_wrap {
  display: block;
  width: calc(570 / 1366 * 100%);
  height: auto;
  max-width: 1366px;
  margin-left: auto;
  padding-right: calc(80 / 1366 * 100%);
}

section#about .contents_inner_wrap .title_wrap h3 {
  width: 100%;
  margin-left: auto;
  font-size: var(--fontsize3622);
  font-weight: var(--font-weight-bold, 700);
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: calc(40 / 490 * 100%);
}

section#about .contents_inner_wrap .content_wrap {
  width: calc(570 / 1366 * 100%);
  margin-left: auto;
  display: block;
  position: relative;
  padding-right: calc(80 / 1366 * 100%);
  padding-top: calc(50 / 1366 * 100%);
  padding-bottom: calc(80 / 1366 * 100%);
}

section#about .contents_inner_wrap .content_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 190%;
  height: 100%;
  background: var(--primary-color) url(/scansnap/common/images/dot_lr_w.png) repeat-y right bottom;
  border-radius: 48px 0 0 48px;
  z-index: -1;
}

section#about .contents_inner_wrap .content_wrap p {
  font-size: clamp(1rem, 0.7679rem + 0.4762vw, 1.125rem);
  font-weight: var(--font-weight-medium, 500);
  color: #fff;
  line-height: 1.75;
}

section#about .contents_inner_wrap .btn_group {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

section#about .contents_inner_wrap .btn_group p.ttl {
  display: block;
  font-size: clamp(0.75rem, 0.2857rem + 0.9524vw, 1rem);
  font-weight: var(--font-weight-black, 900);
  margin-bottom: 0.5em;
  position: relative;
}

section#about .contents_inner_wrap .btn_group a.btn {
  width: 100%;
  max-width: 410px;
  font-size: clamp(1rem, 0.5357rem + 0.9524vw, 1.25rem);
  font-weight: var(--font-weight-bold, 700);
  padding-block: 0.8em;
  border-radius: 2em;
  background-color: #fff;
  border: solid 2px #fff;
}

/* Feature(Feature_t2) */

section#features_t2 h2 {
  margin-bottom: 60px;
}

#features_t2 .section_ttl_inner p.catch {
  /* 36-20 */
  /* font-size: var(--title-catch-font-size); */
  /* 36-22 */
  font-size: clamp(1.375rem, -0.7143rem + 4.2857vw, 2.5rem);
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: initial;
  margin-inline: auto;
  text-align: center;
}

#features_t2 .section_inner {
  width: 100%;
  max-width: 1366px;
  margin-inline: auto;
  padding-inline: 0 !important;
}

#features_t2 .contents_inner .feature_t2_top_wrap {
  width: 100%;
  margin-top: calc(120 / 1366 * 100%);
  margin-bottom: calc(195 / 1366 * 100%);
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap {
  width: 100%;
  max-width: 1366px;
  padding-inline: calc(183 / 1366 * 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: calc(27 / 1366 * 100%);
  position: relative;
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 82%;
  background: var(--section-bg-color01) url("/scansnap/common/images/dot_lr_w.svg") repeat-y right bottom;
  background-size: 300px auto;
  border-radius: 32px 0 0 32px;
  z-index: -1;
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap a.content-link {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1rem 3rem 1rem;

  border-radius: 16.3px;
  background-color: #fff;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap a.content-link::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 104px;
  width: calc(80 / 212 * 100%);
  aspect-ratio: 1 !important;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -12%;
  left: 0;
  z-index: 1;
  font-size: clamp(0.5625rem, -0.8011rem + 5.8182vw, 3.5625rem);
  font-weight: var(--font-weight-bold, 700);
  font-family: var(--font-family-global);
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.03em;
  z-index: 0;
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap a.content-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: auto;
  aspect-ratio: 35 / 18;
  background-image: url(../images/ico_arrow_triangle_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap a.content-link:nth-child(1)::before {
  content: "01";
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap a.content-link:nth-child(2)::before {
  content: "02";
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap a.content-link:nth-child(3)::before {
  content: "03";
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap .content-link p.ttl {
  font-size: var(--fontsize3020);
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-color);
  display: block;

  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  z-index: 0;
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap .content-link .img_wrap {
  width: 90%;
  margin-inline: auto;
}

#features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap .content-link p.txt {
  font-size: var(--fontsize2211);
  font-weight: var(--font-weight-medium, 500);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

#features_t2 .contents_inner .subcontents-ttl-wrapper {
  width: 100%;
  height: auto;
  min-height: 130px;
  padding-inline: calc(80 / 1366 * 100%);
  margin-bottom: calc(20 / 1366 * 100%);
}

#features_t2 .contents_inner .subcontents-ttl-wrapper h3.feature_t2_h3 {
  width: 100%;
  position: relative;
}

#features_t2 .contents_inner .subcontents-ttl-wrapper h3.feature_t2_h3::before {
  display: block;
  content: "01";
  font-weight: var(--font-weight-bold, 700);
  font-family: var(--font-family-global);
  line-height: 1;
  /* 200-110 */
  font-size: clamp(6.875rem, -3.125rem + 20.8333vw, 12.5rem);
  color: #0099cc1a;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  display: block;
  position: absolute;
  top: -130%;
  left: -1%;
}

#features_t2 .contents_inner .subcontents-ttl-wrapper {
  --section-subwrap-margin-top: 150px;
  margin-top: var(--section-subwrap-margin-top);
}

#features_t2 .contents_inner .subcontents-ttl-wrapper:nth-child(2 of .subcontents-ttl-wrapper) h3::before {
  display: block;
  content: "02";
}

#features_t2 .contents_inner .subcontents-ttl-wrapper:nth-child(3 of .subcontents-ttl-wrapper) h3::before {
  display: block;
  content: "03";
}

#features_t2 .contents_inner .subcontents-ttl-wrapper h3.feature_t2_h3::after {
  content: "";
  display: block;
  width: calc(875 / 1206 * 100%);
  height: 1px;
  background-color: #0099cc1a;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#features_t2 .contents_inner .subcontents-ttl-wrapper h3.feature_t2_h3 span {
  display: inline-block;
  width: calc(333 / 1206 * 100%);
  font-size: var(--fontsize6024);
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}

#features_t2 .contents_inner .subcontents-ttl-wrapper h3.feature_t2_h3 span::before {
  content: "";
  display: block;
  width: 58px;
  height: 48px;
  background: url(/scansnap/common/images/mark_title.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

#features_t2 .contents_inner .subcontents-ttl-wrapper p {
  font-size: var(--fontsize2418);
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0;
}

#features_t2 .contents_inner_wrap .notes_wrap {
  width: 100%;
  max-width: 1206px;
  margin-inline: auto;
  /* padding-inline: calc(80 / 1366 * 100%); */
  margin-top: calc(90 / 1366 * 100%);
}

#features_t2 .contents_inner_wrap .notes_wrap p {
  font-size: var(--fontsize1412);
  font-weight: var(--font-weight-normal, 400);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0;
  margin-left: 2em;
  text-indent: -1.8em;
  margin-bottom: 1em;
}

/* links_to_service */
#links_to_service {
  --section-margin-bottom: 141px;
  margin-bottom: var(--section-margin-bottom);
  width: 100%;
  max-width: initial;
}

#links_to_service .section_inner {
  width: 100%;
  max-width: initial;
  margin-inline: auto;
  padding-inline: calc(133 / 1366 * 100%);
  position: relative;
  z-index: 0;
  padding-block: min(calc(240 / 1366 * 100%), 240px);
  /* 0845 */
  background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 1) 2%, rgba(0, 153, 204, 1) 2%, rgba(0, 153, 204, 1) 98%, rgba(245, 245, 245, 1) 98%, rgba(245, 245, 245, 1) 100%);
}

#links_to_service .section_inner .inner {
  width: 100%;
  max-width: 1156px;
  margin-inline: auto;
}

#links_to_service .section_inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(/scansnap/common/images/dot_up_w.png) repeat-x left top;
  background-size: 380px auto;
  background-position: left top;
  z-index: -1;
}

#links_to_service .section_inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(/scansnap/common/images/dot_down_w.png) repeat-x left bottom;
  background-position: left bottom;
  background-size: 380px auto;
  z-index: -1;
}

#links_to_service .section_inner .section_catch_inner p {
  font-size: var(--fontsize2816);
  font-weight: var(--font-weight-bold, 700);
  color: #fff;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 0;
  text-align: center;
}

#links_to_service .section_inner .links_service_wrap {
  width: 100%;
  margin-top: calc(50 / 1156 * 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(23 / 1156 * 100%);
  row-gap: 20px;
  position: relative;
}

#links_to_service .section_inner .links_service_wrap .links_part {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 20px;
}

#links_to_service .section_inner .links_service_wrap .links_part .box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: #fff;
  border-radius: 25px;
  padding: 25px;
}

#links_to_service .section_inner .links_service_wrap .links_part .box p {
  display: grid;
  place-items: center;
  /* 20-16 */
  font-size: clamp(1rem, 0.5556rem + 0.9259vw, 1.25rem);
  font-weight: var(--font-weight-bold, 400);
  color: var(--primary-font-color);
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 0;
}

#links_to_service .section_inner .links_service_wrap .links_part .img_wrap {
  width: 85%;
  height: auto;
  display: grid;
  place-items: end;
  margin-inline: auto;
}

#links_to_service .section_inner .links_service_wrap .links_part .img_wrap img {
  width: 100%;
  height: auto;
}

#links_to_service .section_inner .links_service_wrap .links_part a {
  font-size: 16px;
  font-weight: var(--font-weight-bold, 700);
  color: var(--primary-font-color);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 0;
  max-height: 64px;
}

/* service */
#service {
  --section-margin-bottom: 93px;
  margin-bottom: var(--section-margin-bottom);
  padding-inline: 0;
}

@media (max-width: 767px) {

  /* About_page */
  section#about {
    --section-margin-bottom: 74px;
    margin-bottom: var(--section-margin-bottom);
  }

  #about_page section .section_ttl_inner {
    width: 100%;
    max-width: initial;
    padding-inline: 15px;
    margin-bottom: calc(32 / 375 * 100%);
  }

  section#about h2 {
    margin-bottom: 0;
  }

  /* Feature */
  section#about .contents_inner_wrap {
    display: flex;
    flex-direction: column;
  }

  section#about .contents_inner_wrap .title_wrap {
    display: block;
    width: 100%;
    height: auto;
    max-width: initial;
    padding-inline: 28px;
    padding-bottom: calc(10 / 345 * 100%);
    order: 0;
  }

  section#about .contents_inner_wrap .title_wrap h3 {
    width: 100%;
    margin-left: 0;
    font-size: clamp(1.375rem, -0.7143rem + 4.2857vw, 2.5rem);
    font-weight: var(--font-weight-bold, 700);
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 0;
  }

  section#about .contents_inner_wrap .movie_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: initial;
    left: initial;
    padding-inline: 28px;
    order: 1;
  }

  section#about .contents_inner_wrap .content_wrap {
    width: 100%;
    margin-left: initial;
    display: block;
    margin-left: 0;
    margin-top: 0;
    padding: 23px 63px 43px 34px;
    order: 2;
  }

  section#about .contents_inner_wrap .content_wrap p br {
    display: none;
  }

  section#about .contents_inner_wrap .content_wrap::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: var(--primary-color) url("/scansnap/common/images/dot_rl_w_sp.png") repeat-y right bottom;
    border-radius: 32px 0 0 32px;
    z-index: -1;
  }

  section#about .contents_inner_wrap .content_wrap .btn_group {
    width: calc(341 / 360 * 100%);
    max-width: 341px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 30px;
  }

  #features_t2 .contents_inner .feature_t2_top_wrap {
    width: 100%;
    margin-top: calc(55 / 345 * 100%);
  }

  #features_t2 .section_inner {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: 0;
  }

  #features_t2 .section_ttl_inner p {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: 0;
  }

  #features_t2 .section_ttl_inner p.catch {
    margin-top: calc(10 / 345 * 100%);
    margin-bottom: calc(20 / 345 * 100%);
    text-align: center;
  }

  #features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap {
    width: 100%;
    max-width: initial;
    padding-inline: 15px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: calc(12 / 345 * 100%);
    position: relative;
  }

  #features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap::before {
    bottom: -34px;
    left: 0;
    width: 100%;
    height: 95%;
    /* background: var(--section-bg-color01) url("/scansnap/common/images/dot_lr_w_sp.svg") repeat-y right bottom; */
    background-size: 191px auto;
    z-index: -1;
    /* border-radius: 32px 0 0 32px; */
    border-radius: 0;
  }

  #features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap a.content-link {
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0.2rem 38.5px 0.2rem;

    border-radius: 16.3px;
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 0;
  }

  #features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap a.content-link::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 104px;
    width: calc(80 / 212 * 100%);
    aspect-ratio: 1 !important;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: -12%;
    left: 0;
    z-index: 1;
    font-size: 23px;
    font-weight: var(--font-weight-bold, 700);
    font-family: var(--font-family-global);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
    z-index: 0;
  }

  #features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap a.content-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: auto;
    aspect-ratio: 14 / 7;
  }

  #features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap .content-link p.ttl {
    font-size: 20px;
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-color);
    display: block;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 0.5em;
    margin-left: 0;
    z-index: 0;
  }

  /* features_t2 */
  #features_t2 .contents_inner .subcontents-ttl-wrapper:not(:first-child) {
    --section-subwrap-margin-top: 150px;
    margin-top: var(--section-subwrap-margin-top);
    padding-inline: 15px;
  }

  #features_t2 .contents_inner {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
  }

  #features_t2 .contents_inner .subcontents-ttl-wrapper {
    width: 100%;
    height: auto;
    min-height: initial;
    padding-inline: calc(80 / 1366 * 100%);
    margin-bottom: calc(20 / 1366 * 100%);
  }

  #features_t2 .contents_inner .subcontents-ttl-wrapper h3.feature_t2_h3 span {
    display: inline-block;
    width: 150px;
  }

  #features_t2 .contents_inner .subcontents-ttl-wrapper h3.feature_t2_h3::after {
    content: "";
    display: block;
    width: calc(100% - 140px);
    height: 1px;
    background-color: #0099cc1a;
    position: absolute;
    top: 50%;
    right: initial;
    left: 140px;
    transform: translateY(-50%);
  }

  #features_t2 .contents_inner .subcontents-ttl-wrapper h3.feature_t2_h3 span::before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(/scansnap/common/images/mark_title.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
  }

  #features_t2 .content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    column-gap: 0;
    max-width: initial;
    margin-inline: auto;
  }

  #features_t2 .content:not(:last-child) {
    margin-top: calc(18 / 375 * 100%);
  }

  #features_t2 .content.comment_left .img_wrap,
  #features_t2 .content.comment_right .img_wrap {
    grid-area: 2 / 1 / 3 / 2;
    margin-left: 0;
    margin-right: 0;
    padding-inline: 15px;
    width: 100%;
    max-width: inherit;
    background-color: transparent;
    border-radius: 17.26px;
    padding-bottom: 0;
    aspect-ratio: initial;
  }

  #features_t2 .content.comment_right .img_wrap picture,
  #features_t2 .content.comment_left .img_wrap picture {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 17px;
    /* background-color: #e7f4f9; */
    /* padding: 25px; */
  }

  #features_t2 .content .img_wrap {
    width: 100%;
    max-width: initial;
    aspect-ratio: initia;
    height: auto;
    padding-inline: 15px;
    padding-block: 15px;
    aspect-ratio: initial;
  }

  #features_t2 .content .img_wrap picture {
    display: block;
  }

  #features_t2 .content .img_wrap img {
    display: block;
    width: 100%;
    height: initial;
    object-fit: initial;
    max-width: initial;
    max-height: initial;
    object-fit: contain;
    object-position: center center;
  }

  #features_t2 .content.comment_right {
    padding-left: 0;
  }

  #features_t2 .content.comment_left .comment_wrap,
  #features_t2 .content.comment_right .comment_wrap {
    padding-left: 0;
    grid-area: 1 / 1 / 2 / 2;
    padding-right: 0;
    width: 100%;
    margin-top: 0;
    padding-inline: 15px;
    padding-top: calc(40 / 375 * 100%);
  }

  #features_t2 .comment_wrap .inner {
    width: 100%;
    max-width: initial;
    margin-left: 0 !important;
  }

  #features_t2 .content.comment_left .comment_wrap::before,
  #features_t2 .content.comment_right .comment_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180%;
    background: #fff url(/scansnap/common/images/dot_lr_w_sp.svg) repeat-y right top;
    border-radius: 32px 0 0 32px !important;
    background-position: right -50px bottom;
    background-size: 191px auto;
    z-index: -1 !important;
  }

  /* links_to_service */
  #links_to_service {
    --section-margin-bottom: 60px;
    margin-bottom: var(--section-margin-bottom);
    padding-inline: 0;
  }

  #links_to_service .section_inner {
    width: 100%;
    max-width: 1366px;
    margin-inline: auto;
    padding-inline: 15px;
    position: relative;
    z-index: 0;
    background-color: var(--primary-color);
    padding-block: calc(250 / 375 * 100%);
  }

  #links_to_service .section_inner::before {
    /* background: url(/scansnap/common/images/bg_dot_links_w_up_sp.png) repeat-x center top; */
    /* 0845 */
    background-position: center top;
    background-size: 448px auto;
  }

  #links_to_service .section_inner::after {
    /* background: url(/scansnap/common/images/bg_dot_links_w_up_sp.png) repeat-x center top; */
    background-position: center bottom;
    background-size: 448px auto;
  }

  #links_to_service .section_inner .links_service_wrap {
    width: 100%;
    margin-top: calc(30 / 375 * 100%);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    column-gap: calc(23 / 375 * 100%);
    row-gap: 30px;
    position: relative;

    justify-items: center;
  }

  #links_to_service .section_inner .links_service_wrap .links_part {
    width: 100%;
    max-width: initial;
    display: block;
    justify-items: center;
  }

  #links_to_service .section_inner .links_service_wrap .links_part .box {
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
    margin-inline: auto;

    padding: 18px 15px 18px;
    border-radius: 12px;
  }

  #links_to_service .section_inner .links_service_wrap .links_part .box p {
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: var(--font-weight-semibold, 600);
    color: var(--primary-font-color);
    line-height: 1.35;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 0;
  }

  #links_to_service .section_inner .links_service_wrap .links_part .img_wrap {
    width: calc(230 / 314 * 100%);
    height: auto;
    display: grid;
    place-items: end;
    margin-block: 26px;
  }

  #links_to_service .section_inner .links_service_wrap .links_part a.btn {
    width: 100%;
    max-width: 313px;
    max-height: 56px;
  }

  #features_t2 .contents_inner_wrap .notes_wrap {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding-inline: 15px;
    margin-top: calc(25 / 345 * 100%);
  }

  /* service */
  #service {
    --section-margin-bottom: 110px;
    margin-bottom: var(--section-margin-bottom);
    padding-inline: 0;
  }

  #features_t2 .contents_inner .subcontents-ttl-wrapper h3.feature_t2_h3::before {
    top: -180%;
    left: -1%;
    letter-spacing: -0.05em;
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  section {
    width: 100%;
    max-width: initial !important;
    margin-inline: auto;
    padding-inline: 0;
  }

  section .section_ttl_inner {
    padding-inline: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  #features_t2 .contents_inner .feature_t2_top_wrap .contents_wrap {
    width: 100%;
    max-width: 1366px;
    padding-inline: calc(50 / 1366 * 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: calc(27 / 1366 * 100%);
    position: relative;
  }

  #links_to_service .section_inner {
    padding-inline: calc(80 / 1366 * 100%);
  }

  #links_to_service .section_inner .links_service_wrap .links_part a {
    font-size: 12px !important;
  }

  #links_to_service .section_inner .links_service_wrap .links_part:first-child .box a {
    padding-right: 24px;
  }

  .btn.active_clr::after {
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }

  #links_to_service .section_inner .links_service_wrap .links_part .box p br {
    display: none;
  }
}

@media (min-width: 768px) {

  /* マージン調整 */
  #features_t2 .contents_inner .feature_t2_top_wrap {
    width: 100%;
    margin-top: calc(120 / 1366 * 100%);
    margin-bottom: calc(185 / 1366 * 100%);
  }

  #features_t2 .contents_inner .subcontents-ttl-wrapper {
    --section-subwrap-margin-top: 50px;
    margin-top: var(--section-subwrap-margin-top);
  }

  #features_t2 .contents_inner .subcontents-ttl-wrapper:nth-child(2 of .subcontents-ttl-wrapper) {
    --section-subwrap-margin-top: 160px;
    margin-top: var(--section-subwrap-margin-top);
  }

  #features_t2 .contents_inner .subcontents-ttl-wrapper:nth-child(3 of .subcontents-ttl-wrapper) {
    --section-subwrap-margin-top: 120px;
    margin-top: var(--section-subwrap-margin-top);
  }

  #features_t2 .content.comment_right.short .comment_wrap::before {
    height: 110%;
  }

  #features_t2 .content.comment_right.part0301 {
    padding-top: calc(10 / 1366 * 100%);
  }

  #features_t2 .contents_inner_wrap .notes_wrap {
    margin-top: calc(70 / 1366 * 100%);
  }
}

@media (max-width: 767px) {

  /* マージン調整 */
  #features_t2 .contents_inner .subcontents-ttl-wrapper:nth-child(2 of .subcontents-ttl-wrapper) {
    --section-subwrap-margin-top: 115px;
    margin-top: var(--section-subwrap-margin-top);
  }

  #features_t2 .contents_inner .subcontents-ttl-wrapper:nth-child(3 of .subcontents-ttl-wrapper) {
    --section-subwrap-margin-top: 115px;
    margin-top: var(--section-subwrap-margin-top);
  }

  section h2.section_ttl span {
    font-size: 24px;
    font-weight: var(--font-weight-bold, 700);
  }

  /* マージン調整 */
  /* about_page */
  body#about_page section#case .section_inner {
    padding-bottom: 10px;
  }

  body#about_page #cover {
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #about {
    --section-subwrap-margin-top: 60px;
    margin-top: var(--section-subwrap-margin-top);
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #features_t2 {
    --section-subwrap-margin-top: 60px;
    margin-top: var(--section-subwrap-margin-top);
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #features_t2 h2.section_ttl {
    margin-bottom: 40px;
  }

  body#about_page #service {
    --section-subwrap-margin-top: 40px;
    margin-top: var(--section-subwrap-margin-top);
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #scene {
    --section-subwrap-margin-top: 60px;
    margin-top: var(--section-subwrap-margin-top);
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #case.level02_section {
    --section-subwrap-margin-top: 80px;
    margin-top: var(--section-subwrap-margin-top);
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #ambassador {
    --section-subwrap-margin-top: 80px;
    margin-top: var(--section-subwrap-margin-top);
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #special {
    --section-subwrap-margin-top: 80px;
    margin-top: var(--section-subwrap-margin-top);
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #news {
    --section-subwrap-margin-top: 120px;
    margin-top: var(--section-subwrap-margin-top);
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #support {
    --section-subwrap-margin-top: 80px;
    margin-top: var(--section-subwrap-margin-top);
    --section-margin-bottom: 0px;
    margin-bottom: var(--section-margin-bottom);
  }

  body#about_page #links_to_service {
    --section-margin-bottom: 0;
    margin-bottom: var(--section-margin-bottom);
    --section-subwrap-margin-top: 80px;
    margin-top: var(--section-subwrap-margin-top);
  }

  body#about_page #links_to_service .section_inner {
    padding-block: calc(200 / 375 * 100%);
  }

  #features_t2 .content.comment_left.ocr {
    padding-top: calc(55 / 1366 * 100%);
  }

  #features_t2 .content.comment_left.left01 {
    padding-top: calc(65 / 1366 * 100%);
  }

  #features_t2 .content.comment_right.short {
    padding-top: calc(60 / 1366 * 100%);
  }

  #features_t2 .content.comment_right.part0202 {
    padding-top: calc(100 / 1366 * 100%);
  }

  #features_t2 .content.comment_left.part0203 {
    padding-top: calc(100 / 1366 * 100%);
  }

  #features_t2 .content.comment_right.part0301 {
    padding-top: calc(90 / 1366 * 100%);
  }

  #features_t2 .content.comment_left.part0302 {
    padding-top: calc(90 / 1366 * 100%);
  }

  #features_t2 .content .img_wrap {
    margin-bottom: 0;
  }
}