@charset "utf-8";

/*
共通
*/

:root {
  --color--primary: #1652BC;
  --color--biz: #053994;
  --color--font: #2F2F2F;
  --color-border: #9A9A9A;
  --color--bg2: #EFF6FA;
  --color--cta: #FF9900;
}

.m-container {
  color: var(--color--font);
}

.m-section {
  padding: 40px 25px;
  color: var(--color--font);
  font-weight: 500;
}

.m-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.box {
  width: 100%;
  margin: 0 auto;
  padding: 35px 16px 35px;
  /* container-name: box;
  container-type: inline-size; */
}

.m-section li {
  width: 100%;
}

/* .box + .box {
  padding-top: 15px;
} */

.bg-there {
  background: #edf6fc;
}

.ttl-section {
  width: 100%;
  margin-bottom: 25px;
  color: var(--color--primary);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
  position: relative;
}

.ttl-section-second {
  margin-bottom: 20px;
  color: var(--color--font);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.text {
  line-height: 1.7;
  font-size: clamp(1.4rem,3.7vw,1.6rem);
}


@media (min-width: 769px) {
  .text {
    font-size: 18px;
  }
}

.text + .text {
  margin-top: 1em;
}

.notice {
  font-size: 0.7em;
}

.m-section figure {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.emphasis {
  color: #f98b09;
}

.marker {
  background: linear-gradient(
    to top,
    transparent 0,
    transparent 2px,
    #ffe84d 2px,
    #ffe84d 8px,
    transparent 8px
  );
}
/*吹き出しの見出し*/
.ttl-section-sub {
  width: 100%;
  max-width: 500px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background: #fff;
  border: 1px solid #023992;
  border-bottom: none;
  position: relative;
}

.ttl-section-sub::before {
  content: '';
  width: calc(50% - 7px);
  height: 1px;
  background: #023992;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ttl-section-sub::after {
  content: '';
  width: calc(50% - 7px);
  height: 1px;
  background: #023992;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ttl-section-sub-inner {
  padding-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #023992;
  position: relative;
}

.ttl-section-sub-inner::after {
  content: '';
  width: 18px;
  height: 2px;
  background: #023992;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -9px;
}
.baloon-tip {
  width: 14px;
  height: 12px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -7px;
}

.baloon-tip svg {
  width: 100%;
}

.baloon-tip svg path {
  stroke-width: 1px;
}
/**/

.ttl-section-sub-short {
  height: 50px;
  position: relative;
}

.ttl-section-sub-short .ttl-section-sub-inner {
  padding-bottom: 0;
}

.ttl-section-sub-short .ttl-section-sub-inner::after {
  content: none;
}
/*ボタン*/
.m-section .button {
  width: 100%;
}

.button-container + .button-container {
  margin-top: 9%;
}

.button-container {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px), print {
  .l-pageBody {
    min-width: 1200px;
  }
  .m-section {
    padding: 65px 25px;
    margin: 0 auto;
  }

  .box {
    padding: 48px 50px 48px;
  }

  .box + .box {
    padding-top: 48px;
  }

  .ttl-section {
    margin-bottom: 64px;
    font-size: 34px;
  }

  .ttl-section-second {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .marker {
    background: linear-gradient(
      to top,
      transparent 0px,
      transparent 2px,
      #ffe84d 2px,
      #ffe84d 7px,
      transparent 7px
    );
  }

  /*吹き出しの見出し*/
  .ttl-section-sub {
    width: 728px;
    max-width: none;
    height: 120px;
    margin: 0 auto;
    border-width: 2px 2px 0 2px;
  }

  .ttl-section-sub::before {
    width: calc(50% - 16px);
    height: 2px;
  }

  .ttl-section-sub::after {
    width: calc(50% - 16px);
    height: 2px;
  }

  .ttl-section-sub-inner {
    padding-bottom: 16px;
    font-size: 34px;
  }

  .ttl-section-sub-inner::after {
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }

  .baloon-tip {
    width: 32px;
    height: 25px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -16px;
  }
  /**/
  .ttl-section-sub-short {
    width: 555px;
    height: 88px;
    top: -40px;
  }
  /**/
  /* .text {
    font-size: 20px;
  } */

  .m-section figure {
    max-width: none;
  }

  .m-section .button {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
  }
  .m-section .button + .button {
    margin: 35px auto 0;
  }

  .m-section .button-container + .button-container{
    margin-left: 35px;
  }

  .m-section .button-pc-reverse .button-container:first-of-type {
    order: 1;
    margin-left: 35px;
  }

  .m-section .button-pc-reverse .button-container + .button-container{
    margin-left: 0;
  }

  .m-section .btn {
    height: 74px;
    position: relative;
  }

  .m-section .btn::after {
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -6px;
    transform: rotate(45deg);
  }

  .m-section .btn > span {
    font-size: 25px;
    line-height: 74px;
  }

  .m-section .btn.btn-trial {
    border: 2px solid #053994;
    height: auto;
  }
  .m-section .btn.btn-trial > span {
    height: 70px;
  }
  .m-section .btn.btn-trial .tag {
    font-size: 1.5rem;
    padding: 3px 8px 4px;
  }
  .m-section .btn.btn-trial::after {
    border-width: 3px 3px 0 0;
  }

  .m-section .button-container {
    width: 423px;
  }

  .m-section .button-container + .button-container {
    margin-top: 0;
  }
}
/*
h1画像周り
*/
.p-mv {
  height: 213px;
  background: url(/sales/assets/images/service/asp_products/bg_mv.webp) no-repeat top left 32%/cover;
}

.p-mv-button-container {
  width: 340px;
}

.p-mv-button-container + .p-mv-button-container {
  margin-left: 16px;
}

.p-mv-button-container .m-button01 {
  border: 1px solid #fff;
}

.m-fv-box {
  padding-bottom: 0;
  background: none;
}

.m-mv-box .text h1 {
  font-size: 2.4rem;
}

@media screen and (min-width: 769px), print {
  .p-mv {
    height: 385px;
    background-position: top center;
  }
  .m-mv-box .text h1 {
    font-size: 34px;
  }
  .p-mv-button-container .btn {
    transition: 0.2s opacity 0s linear;
  }
  .p-mv-button-container .btn:hover {
    opacity: 0.7;
  }
  .m-fv-box {
    padding-bottom: 35px;
  }
} /*media*/

/*
買えるお店マップとは
*/
.intro-movie__movie {
  /* aspect-ratio: 16 / 9; */
  border: 1px solid var(--color-border);
}
.intro-movie__movie video{
  width: 100%;
  height: auto;
  display: block;
}
  .intro-fig {
  margin-top: 40px;
}
.intro-fig img {
  width: 100%;
}
.intro-fig figcaption {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .intro-movie__movie {
    margin-bottom: 25px;
  }
  .intro-fig li:first-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .intro-movie {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row nowrap;
    gap: 34px;
  }
  .intro-movie__movie {
    width: 490px;
    /* aspect-ratio: 16 / 9; */
    flex: 0 0 auto;
  }
  .intro-movie .ttl-section-second {
    text-align: left;
  }
  .intro-fig {
    margin-top: 65px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row nowrap;
    gap: 20px;
  }
  .intro-fig li:first-child {
    width: auto;
  }
  .intro-fig li:last-child {
    width: auto;
  }
  .intro-fig figcaption {
    font-size: 24px;
  }
  .intro-fig img {
    width: auto;
    height: 250px;
  }
  .intro-movie__text .text {
    font-size: 18px;
  }
}


/*
買えるお店がわかることで
*/
.section-recognize {
  background: #fff;
}

.section-recognize .m-section__inner {
  padding: 40px 25px 40px;
}

.fig-recognize {
  width: 90%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.section-recognize--2 {
  /* padding: 50px 25px; */
  padding: 0;
  background: var(--color--bg2);
}

.ttl-recognize {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

.ttl-recognize .marker {
  margin-right: 0.2em;
  color: var(--color--primary);
  font-size: 2.2rem;
  font-weight: 700;
}

.recognize-list li {
  /* padding: 30px 16px; */
  background: #fff;
}

.recognize-list figure{
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .recognize-list li:first-child{
    margin-bottom: 25px;
  }
}

@media (min-width: 769px) {
  .section-recognize .ttl-section-sub {
    top: 0;
  }
  .section-recognize .m-section__inner {
    padding: 65px 0;
  }
  .fig-recognize {
    width: 100%;
    margin-top: 50px;
  }
  .fig-recognize img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section-recognize--2 {
    padding: 75px 0;
  }
  .section-recognize--2 .m-section__inner {
    padding: 0;
  }
  .recognize-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
  }
  .recognize-list li{
    padding: 50px 30px;
  }
  .ttl-recognize .marker {
    font-size: 3.2rem;
  }
  .recognize-list figure {
    margin-bottom: 40px;
  }
}

/*
多角的な分析
*/
.section-maptracking {
  background: #fff;
}

.maptracking .maptracking-fig {
  width: 80%;
  max-width: 300px;
  margin-bottom: 10px;
}
.maptracking-logo {
  text-align: center;
}

.maptracking-content {
  flex: 1 1 auto;
}

.maptracking-list li{
  padding: 15px 10px;
  background: var(--color--bg2);
}

.maptracking-list__ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color--primary);
  text-align: center;
}

.maptracking-list figure {
  width: 100%;
  margin: 15px auto;
  background: #fff;
  text-align: center;
}

.maptracking-list figure img {
  width: 70%;
  margin: 0 auto;
}

.maptracking-list__ttl {
  color: var(--color--primary);
}

@media (max-width: 768px) {
  .maptracking-list {
    margin-top: 30px;
  }
  .maptracking-list li {
    margin-top: 25px;
  }
  
}

@media (min-width: 769px) {
  .section-maptracking  {
    padding-bottom: 0;
  }
  .section-maptracking .ttl-section-second {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .maptracking-info {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-flow: row nowrap;
    gap: 20px;
  }
  .maptracking {
    width: 324px;
    flex: 0 0 324px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
  }
  .maptracking .maptracking-fig {
    width: 100%;
    margin-top: 10px;
    order: 1;
  }
  .maptracking-logo {
    width: 80%;
    margin: 0 auto;
  }
  .maptracking-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .maptracking-list li {
    width: 100%;
    padding: 30px 10px;
  }
  .maptracking-list li .text {
    width: 82%;
    margin: 0 auto;
  }
  .maptracking-list figure img {
    width: 100%;
    height: auto;
  }
}

/*
CTA
*/
.section-cta {
  background: var(--color--biz);
}

.section-cta .ttl-section-second {
  margin-bottom: 50px;
  color: #fff;
}

.m-button_a.orange {
  background-color: var(--color--cta);
}
.m-button_a.orange--reverce {
  background-color: #fff;
  border: 2px solid var(--color--cta);
  color: var(--color--cta);
}

.btn-in-baloon {
  min-width: auto;
  white-space: nowrap;
  top: -27px;
}

.btn-in-baloon::before {
  content:'';
  position: absolute;
  z-index: -2;
  bottom: 0%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid var(--color--cta);
  transform: translate(-50%,50%) rotate(45deg) skew(15deg, 15deg);
}

.btn-in-baloon::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 100px;
  border:none;
}

.m-button_a.orange .btn-in-baloon {
  background: #fff;
  border: 1px solid var(--color--cta);
  color: var(--color--cta);
}

.m-button_a.orange--reverce {
  background-image: url(/sales/assets/images/common/arrow_line_ff9900.svg);
}


.m-button_a.orange--reverce .btn-in-baloon {
  background: var(--color--cta);
  /* border: 1px solid #fff; */
  color: #fff;
}

.m-button_a.orange--reverce .btn-in-baloon::before {
  background-color: var(--color--cta);
  /* border: 1px solid #fff; */
}

.m-button_a.orange--reverce .btn-in-baloon::after {
  background-color: var(--color--cta);
}

@media (max-width: 768px) {
  .button-container:first-of-type {
    margin-bottom: 40px;
  }
  .section-cta .box {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .section-cta {
    background: #fff;
  }
  .section-cta .ttl-section-second {
    font-size: 34px;
  }
  .section-cta .box {
      background: var(--color--biz);
  }
}

/*
選ばれる理由
*/

.reason-list__ttl {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  gap: 8px;
}

.reason-list__item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}

.reason-list__item .text span {
  color: #ff0000;
  font-weight: 700;
}

.reason-list__item .ttl-section-second {
  text-align: left;;
}

.point-wrap {
  color: var(--color--biz);
  font-size: 48px;
  font-weight: 700;
}

.point-text {
  font-size: 0.35em;
}

.reason-list__item--pt3 {
  padding-bottom: 0;
}


@media (max-width: 768px) {
  .reason-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
  }

  .reason-fig {
    order: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .reason-list__item .text {
    order: 2;
  }
  .reason-list__item .button {
    order: 3;
    margin-top: 20px;
  }
}

@media (min-width: 769px) {
  .section-reason .ttl-section-second {
    font-size: 30px;
  }
  .reason-list__item {
    padding-top: 45px;
    padding-bottom: 45px;
    display: grid;
    grid-template-columns: auto 372px;
    grid-template-rows: auto auto;
  }
  .point-wrap {
    margin-right: 30px;
    font-size: 62px;
  }
  .reason-list__ttl .ttl-section-second {
    font-size: 26px;
  }
  .reason-list__item .reason-fig {
    width: 372px;
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0 0 0 auto;
  }
  .reason-list__item .text {
    width: 430px;
    margin-left: calc(73px + 30px);
    grid-column: 1;
    grid-row: 2;
  }
  .reason-list__item--pt3 .button{
    grid-column: 1 / 3;
    grid-row: 3;
  }
  .reason-list__item--pt3 .button-container {
    max-width: none;
    width: 562px;
    margin-top: 50px;
    margin-left: calc(73px + 30px);
  }
  .reason-list__item--pt3 .m-button_a {
    font-size: 20px;
  }
}

/*
資料DL
*/
.section-cta--2 {
  padding-top: max(80px,20%);
  background: #fff;
  color: #fff;
}
.section-cta--2 .m-section__inner {
  background: var(--color--biz);
}
.section-cta--2 .ttl-section-second {
  color: #fff;
}

.cta--2-dl-fig {
  /* max-width: 400px; */
  width: 100%;
  margin: 0 -25px 0;
}

.dl-fig__inner {
  width: 200%;
  transform: translateX(-25%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 6%;
}

.cta--2-dl-fig figure{
  max-width: none;
}

/* .cta--2-content {
  padding: 50px 25px;
  background: #fff;
  color: #053994;
} */

@media (max-width: 768px) {
  .section-cta--2 {
    padding-bottom: 0;
  }
  .section-cta--2 .m-section__inner {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 32px;
  }
  .cta--2-dl-fig {
    position: relative;
    top: 0;
    transform: translateY(-25%);
    width: calc(100% + 50px);
    overflow: hidden;
  }
  .section-cta--2 .box {
    padding: 0;
  }
  .cta--2-content {
    margin-top: max(-50px,-8%);
  }
}

@media (min-width: 769px) {
  .section-cta--2 {
    padding-top: 65px;
    background: #fff;
  }
  .section-cta--2 .box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row nowrap;
    gap: 44px;
    background: var(--color--biz);
  }
  .cta--2-dl-fig {
    width: 424px;
    height: 276px;
    max-width: none;
    margin: 0;
    flex: 0 0 auto;
    overflow: hidden;
  }
  .dl-fig__inner {
    width: 100%;
    position:relative;
    display: block;
    transform: translate(0);
  }
  .dl-fig__inner figure {
    width: 303px;
    margin: 0;
  }
  .dl-fig__inner figure:last-child {
    position: relative;
    top: -85px;
    left: 121px;
  }
  .cta--2-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
  }
  .cta--2-content .button {
    margin-top: 30px;
    order: 3;
  }
}

/*
導入事例
*/
.section-case {
  background: #fff;
}
@media screen and (min-width: 769px), print {
  .section-case {
    padding-top: 30px;
  }
  .section-case .button-container {
    margin-top: 50px;
  }
}

/*
導入までの流れ
*/
.section-flow {
  background: var(--color--bg2);
}

.flow-list {
  max-width: 400px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.flow-list li {
  width: 100%;
  display: grid;
  grid-template-columns: 40% auto;
  grid-template-rows: auto auto;
  position: relative;
}

.flow-list li + li {
  padding-top: 30px;
}

.flow-list li + li::before {
  content: '';
  width: 40px;
  height: 30px;
  background: url(/sales/assets/images/service/asp_products/icon_triangle.svg) no-repeat center center;
  position:absolute;
  left: 2%;
}

.flow-num {
  width: 100%;
  color: var(--color--biz);
  font-size: 48px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}

.flow-text {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

.flow-img {
  width: 100%;
  grid-column: 2;
  grid-row: 1 / 3;
}


.flow-list li:last-child .flow-text {
  color: #FF0000;
}


@media screen and (min-width: 769px), print {
  .section-flow {
    background: #fff;
    padding-bottom: 105px;
  }

  .section-flow .m-section__inner {
    background: var(--color--bg2);
  }

  .section-flow .text {
    font-size: 24px;
  }

  .flow-list {
    max-width: none;
    margin-top: 65px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }

  .flow-list li {
    grid-template-columns: 1fr;
    grid-template-rows: 88px auto 66px ;
  }

  .flow-img {
    grid-column: 1;
    grid-row: 2 / 3;
  }
  .flow-num {
    justify-content: center;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 24px;
  }
  .flow-text {
    text-align: center;
    font-size: 22px;
    grid-row: 3 / 4;
  }
  .flow-list li + li {
    padding-top: 0;
  }
  .flow-list li + li::before {
    top: 18px;
    left: -18%;
    transform: rotate(-90deg);
  }

} /*media*/

/*
topの事例からもってきたcss
*//*導入事例一覧*/

.p-content-list {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.content-item_case {
  width: 100%;
  margin-top: 0;
  background: #fff;
  color: #121212;
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
}

.content-item_case:last-child {
  border-bottom: 1px solid #E2E2E2;
}

.content-item .case-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

.case-figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius:15px;
  overflow: hidden;
}

.case-figure img {
  width: 100%;
}

.case-wrap .content-description {
  padding: 20px 18px;
}

.case-wrap .ttl {
  margin-top: 10px;
  margin-bottom: 0;
  text-align:center;
  color: var(--color--font);
  font-weight: 700;
}

.case-wrap .ttl-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.case-wrap .ttl .font-small {
  font-size: 0.6em;
}

.case-wrap .text {
  color: #f98b09;
  font-weight: 500;
  text-align: center;
}

.introducing-tag-wrap {
  margin: 18px 0 0;
  text-align: center;
}

.introducing-tag-wrap p {
  display: inline-block;
  margin-right: 1em;
  font-size: 12px;
  color: #a5a5a5;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .content-item_case {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px), print {
  /*コンテンツ一覧共通*/
  .p-content-list {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: row wrap;
    gap: 20px;
  }

  .p-content-list .content-item {
    width: calc((100% - 40px) / 3);
  }

  .content-item + .content-item {
    margin-top: 0;
  }

  .content-item > a, .content-item > div{
    display: block;
  }
  .content-description {
    padding: 20px 30px 30px;
  }

  .content-description .ttl {
    margin-bottom :20px;
    font-size: 24px;
  }

  .content-description .text {
    font-size: 14px;
    line-height: 1.57;
  }


  .service-wrap,.case-wrap {
    transition: 0.2s opacity 0s linear;
  }

  .service-wrap:hover,.case-wrap:hover {
    opacity: 0.8;
  }


  .content-item_case {
    border-top: none;
  }

  .content-item_case:last-child {
    border-bottom: none;
  }

  .content-item .case-wrap {
    padding: 0;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
  }

  /* .case-figure {
    width: 100%;
  } */

  .case-caption.pc{
    padding: 6px 16px;
    color: #fff;
    background:#053994;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
  }

  .case-wrap .ttl {
    min-height: calc(20px * 1 * 2);
    margin-top: 12px;
    margin-bottom: 18px;
    text-align:center;
    font-size: 20px;
  }

  .case-wrap .text {
    min-height: calc(16px * 3 * 1.57);
    text-align:center;
    font-size: 16px;
  }
}

.content-item_case-link {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding: 12px 10px;
  background: url(/sales/assets/images/common/icn_button01_arrow.svg),var(--color--font);
  background-size: 10px auto,auto;
  background-repeat: no-repeat;
  background-position: right 10px center, left center;
  color: #fff;
  text-align: center;
}


/*
よくある質問
*/
.section-qa {
  background: #fff;
}

.section-qa .m-section__inner {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--color--bg2);
}

.box-qa .ttl-section-sub-short {
  top: -10px;
}

.p-box-qa {
  margin-top: 10px;
  padding-bottom: 20px;
}
.qa-box {
  padding: 0 0 0;
  width: 100%;
  margin: 20px auto 28px;
  border: 1px solid #707070;
  background: #fff;
}

.qa-box:first-child {
  margin-top: 0;
}

.qa-box h4,
.qa-box p {
  padding-left: 37px;
  color: #121212;
}

.qa-box h4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 33px;
  margin-left: 10px;
  background: url(/sales/assets/images/service/api/icn_faq_q.png) no-repeat left top 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.44;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.qa-box h4::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.qa-box h4.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.qa-box p {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-left: 10px;
  padding-right: 0;
  margin-right: 33px;
  background: url(/sales/assets/images/service/api/icn_faq_a.png) no-repeat left 13px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  border-top: 1px dashed #dadada;
  display: none;
}


@media screen and (max-width: 768px) {
  .section-qa {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .section-qa .ttl-section-sub-short {
    top: -24px;
  }
}


@media screen and (min-width: 769px), print {

  .section-qa {
    padding-top: 0;
    background: var(--color--bg2);
  }

  .section-qa .m-section__inner{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  /* .box-qa {
    padding: 0 50px 48px;
  }

  .box-qa .ttl-section-sub-short {
    top: -35px;
  } */

  .p-box-qa {
    margin-top: 40px;
  }
  .qa-box {
    padding: 0 0 22px;
    margin: 20px auto 20px;
  }

  .qa-box h4,
  .qa-box p {
    padding-left: 37px;
  }

  .qa-box h4 {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-left: 50px;
    background: url(/sales/assets/images/service/api/icn_faq_q.png) no-repeat left 40px;
    background-size: 26px auto;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .qa-box h4:hover {
    text-decoration: underline;
  }

  .qa-box h4::after {
    content: '';
    width: 8px;
    height: 8px;
    top: 50px;
    right: 30px;
    margin-top: -6px;
  }

  .qa-box p {
    padding-top: 20px;
    margin-left: 50px;
    margin-right: 0;
    padding-right: 50px;
    background: url(/sales/assets/images/service/api/icn_faq_a.png) no-repeat left 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .qa-box p a:hover {
    text-decoration: none;
  }
}

/*
qaの下にあるCTA
*/
.section-qa + .section-cta {
  margin-bottom: 64px;
}

@media screen and (min-width: 769px), print {
  .section-qa + .section-cta {
    margin-bottom: 0;
  }
}

/*
ナビゲーション
*/
.nav {
  width: 100%;
  background: #fff;
  border:none;
  border-top: 5px solid var(--color--biz);
  border-bottom: 1px solid var(--color--biz);
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.nav.fixed {
  top: 80px;
  position: fixed;
  z-index: 3;
}
.nav.fadeout {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.nav-list {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}

.nav-list__item {
  width: 100%;
  position: relative;
}

.nav-list__item + .nav-list__item::after {
  content: '';
  width: 1px;
  height: 80%;
  border-right: 1px dashed #888888;
  position: absolute;
  left: 0;
  top: 10%;
}


.nav-list__item-link {
  display: block;
  padding: 20px 0 40px;
  text-align: center;
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background:url(/sales/assets/images/service/asp_products/icon_arrow_nav.svg) no-repeat bottom 10px center;
  background-size: 30px auto;
}

.nav-list__item-link span {
  font-size: 1.28em;
  font-weight: 700;
}

.nav-list__item:first-child .nav-list__item-link{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

@media (hover:hover) {
  .nav-list__item-link {
    transition: 0.2s opacity 0s linear;
  }
  .nav-list__item-link:where(:hover,:focus) {
    opacity: 0.7;
  }
}