@charset "UTF-8";

/* ==========================================================================
   p-system-cooperation.css
   ========================================================================== */
.p__system-cooperation {
  .f-l__common-section--pt0 {
    padding-top: 0 !important;
  }
  /* h3階層のsecttion余白調整 */
  .f-l__common-section {
    .f-l__common-section {
      padding: 70px 0 0;
    }
  }
  /* h3見出し */
  .o-c__heading-h3 {
    font-size: 24px;
    color: var(--rmeisai-primary);
    font-weight: 700;
    padding: 0 0 20px;
  }
  /* 導入事例個別最適 */
  .o-m__voice_content_wrap {
    background: var(--rmeisai-bg-sub-03);
  }
  .o-m__voice_content_label {
    font-size: 16px;
    font-weight: 700;
    background: var(--rmeisai-primary);
    border-radius: 20px;
    color: var(--white);
    padding: 0 0 10px;
    line-height: 1.2;
    display: inline-block;
    padding: 6px 20px 4px;
    margin: 0 0 10px;
  }
  .o-m__voice_content_title {
    @media screen and (max-width: 768px) {
      padding: 0;
    }
  }
  .o-m__voice_content_title_main {
    text-align: left;
  }
}

/* partial override */
/* ========================================================================= */

.o-m__breadcrumb-list {
  @media screen and (max-width: 576px) {
    display: block;
    padding: 8px 12px 9px;
  }
}

.o-m__breadcrumb-list_link {
  @media screen and (max-width: 576px) {
    display: inline;
    margin: 0 5px 0 0;
  }
  &:after {
    @media screen and (max-width: 576px) {
      position: static;
      display: inline-block;
      margin: 0 0 0 5px;
    }
  }
}

.o-m__panel-list-listdata_column {
  gap: 25px 4%;
  .o-m__panel-list-listdata_box {
    flex-basis: 48%;
    padding: 25px 35px 35px;
    background: var(--white);
    @media screen and (max-width: 768px) {
      padding: 30px 20px;
      flex-basis: 100%;
    }
    dt {
      padding: 0 0 15px;
    }
    .o-m__panel-list-listdata_text {
      line-height: 1.7;
    }
    .o-c__list-check {
      li {
        margin-bottom: 5px;
      }
    }
  }
}

.o-m__panel-list-listdata_point-box {
  position: relative;
  margin: 30px 0 0;
  padding: 40px 20px 20px;
  background: var(--rmeisai-bg-sub-03);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o-m__panel-list-listdata_point {
  font-size: 15px;
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: var(--rmeisai-primary);
  color: #fff;
  border-radius: 20px;
  padding: 7px 20px 5px;
  width: fit-content;
}

.o-m__panel-list-listdata_point-list {
  text-align: left;
}
/* ========================================================================= */
/* 請求書発行から会計ソフト連携までの流れ
/* ========================================================================= */

/* 図表 */
.p__system-cooperation-flow-figure {
  display: grid;
  grid-template-columns: 1fr 120px 1.2fr 120px 1fr;
  gap: 10px;
  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}
.p__system-cooperation-flow-figure-connector {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
  color: var(--rmeisai-primary);
  padding-bottom: 70%;
  @media screen and (max-width: 768px) {
    flex-direction: row-reverse;
    gap: 30px;
    padding-bottom: 0;
  }
}
.p__system-cooperation-flow-figure-connector__label {
  margin-top: auto;
  @media screen and (max-width: 768px) {
    margin-top: 0;
  }
}
.p__system-cooperation-flow-figure-connector__label--small {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.p__system-cooperation-flow-figure-connector__arrow {
  display: block;
  line-height: 1;
  position: relative;
  width: 100%;
  height: 2px;
  background: var(--rmeisai-primary);
  &::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid var(--rmeisai-primary);
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -1px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 768px) {
    flex: none;
    width: 2px;
    height: 60px;
    &::before {
      top: auto;
      right: auto;
      bottom: -1px;
      left: 50%;
      border-top: 0;
      border-right: 0;
      border-left: 2px solid var(--rmeisai-primary);
      border-bottom: 2px solid var(--rmeisai-primary);
      transform: rotate(-45deg);
      transform-origin: bottom left;
    }
  }
}

.p__system-cooperation-flow-figure-meisai {
  background: var(--gray-bg-02);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.p__system-cooperation-flow-figure-meisai__sub {
  font-size: 16px;
  color: var(--white);
  background: var(--rmeisai-primary);
  border-radius: 5px;
  padding: 6px 6px 4px;
}
.p__system-cooperation-flow-figure-meisai__icon {
  background: var(--white);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  img {
    width: 70px;
    height: 70px;
  }
}
.p__system-cooperation-flow-figure-meisai__text {
  font-size: 16px;
  font-weight: 700;
}

.p__system-cooperation-flow-figure-system {
  background: var(--rmeisai-bg-sub-03);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: 10px;
}
.p__system-cooperation-flow-figure-system__sub {
  font-size: 16px;
  font-weight: 700;
}
.p__system-cooperation-flow-figure-system__icon {
  background: var(--white);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  img {
    width: 70px;
    height: 70px;
  }
}

/* ========================================================================= */
/* ロゴリスト
/* ========================================================================= */

.p__system-cooperation-logo-list {
  background: var(--white);
  border-radius: 10px;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media screen and (max-width: 480px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p__system-cooperation-logo-list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 1;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.p__system-cooperation-btn {
  text-align: center;
  margin-top: 40px;
}
.p__system-cooperation-definition_content {
  padding: 30px 0 0;
  + .p__system-cooperation-definition_content {
    margin: 40px 0 0;
  }
}
.p__system-cooperation-definition_content_box {
  background-color: var(--rmeisai-bg-sub-03);
  border-radius: 10px;
  padding: 0 35px 35px 35px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  @media screen and (max-width: 576px) {
    display: block;
    width: 100%;
    padding: 0 15px 25px;
  }
}

.p__system-cooperation-definition_content_title {
  width: 100%;
  height: 80px;
  display: block;
  position: relative;
  padding: 27px 0 0 130px;
  text-align: left;
  z-index: 1;
  @media screen and (max-width: 576px) {
    height: auto;
    padding: 70px 0 10px 0;
  }
}

.p__system-cooperation-definition_content_title_annotation {
  font-size: 12px;
}

.p__system-cooperation-definition_content_title_icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: var(--rmeisai-bg-sub-03);
  text-align: center;
  display: grid;
  place-items: center;
  @media screen and (max-width: 768px) {
    position: absolute;
    width: 100px;
    height: 100px;
  }
  @media screen and (max-width: 576px) {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p__system-cooperation-definition_content_title h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--rmeisai-primary);
  @media screen and (max-width: 576px) {
    font-size: 20px;
    position: relative;
    z-index: 60;
    text-align: center;
  }
}

.p__system-cooperation-definition_content_title_icon img {
  @media screen and (max-width: 768px) {
    width: 65px;
    height: 65px;
  }
}

.p__system-cooperation-definition_content_text {
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  position: relative;
  border-radius: 10px;
  z-index: 2;
  @media screen and (max-width: 576px) {
    padding: 15px;
  }
  .o-c__btn-text {
    display: block;
    margin-top: 20px;
  }
}

.p__system-cooperation-definition_content_note {
  font-size: 10px;
  padding: 15px 0 0;
  text-align: left;
  @media screen and (max-width: 576px) {
    padding: 0 0 15px;
  }
}

.p__system-cooperation-definition_content_link {
  @media screen and (max-width: 576px) {
    text-align: center;
    padding: 0 0 15px;
  }
}

/* ========================================================================= */
/* 販売管理システム・基幹システムとの連携
/* ========================================================================= */

/* 図表 */
.p__system-cooperation-kikan-figure {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 10px;
  padding: 20px;
  background: var(--white);
  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}
.p__system-cooperation-kikan-figure-connector {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  position: relative;
  color: var(--rmeisai-primary);
  padding-bottom: 30px;
  @media screen and (max-width: 768px) {
    flex-direction: row;
    gap: 20px;
    padding: 10px 0;
    align-items: stretch;
  }
}
.p__system-cooperation-kikan-figure-connector__col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  @media screen and (max-width: 768px) {
    align-items: center;
    flex: 1;
  }
}
.p__system-cooperation-kikan-figure-connector__label--small {
  font-size: 14px;
  line-height: 1.5;
}
.p__system-cooperation-kikan-figure-connector__arrow {
  display: block;
  line-height: 1;
  position: relative;
  width: 100%;
  height: 2px;
  background: var(--rmeisai-primary);
  &::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid var(--rmeisai-primary);
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -1px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 768px) {
    width: 2px;
    min-height: 40px;
    flex: 1;
    margin: 0 auto;
    &::before {
      top: auto;
      right: auto;
      bottom: -1px;
      left: 50%;
      border-top: 0;
      border-right: 0;
      border-left: 2px solid var(--rmeisai-primary);
      border-bottom: 2px solid var(--rmeisai-primary);
      transform: rotate(-45deg);
      transform-origin: bottom left;
    }
  }
}
.p__system-cooperation-kikan-figure-connector__arrow--bidirectional {
  &::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid var(--rmeisai-primary);
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: -1px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 768px) {
    &::after {
      top: -1px;
      left: 50%;
      right: auto;
      bottom: auto;
      border-top: 2px solid var(--rmeisai-primary);
      border-left: 2px solid var(--rmeisai-primary);
      border-right: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      transform-origin: top left;
    }
  }
}

.p__system-cooperation-kikan-figure-meisai {
  background: var(--gray-bg-02);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.p__system-cooperation-kikan-figure-meisai__head {
  font-size: 16px;
  color: var(--white);
  background: var(--rmeisai-primary);
  border-radius: 5px;
  padding: 6px 6px 4px;
}
.p__system-cooperation-kikan-figure-meisai__head-small {
  font-size: 12px;
}
.p__system-cooperation-kikan-figure-meisai__icon {
  background: var(--white);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  img {
    width: 70px;
    height: 70px;
  }
}
.p__system-cooperation-kikan-figure-meisai__text {
  font-size: 16px;
  font-weight: 700;
}

.p__system-cooperation-kikan-figure-system {
  background: var(--rmeisai-bg-sub-03);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: 10px;
}
.p__system-cooperation-kikan-figure-system__sub {
  font-size: 16px;
  font-weight: 700;
}
.p__system-cooperation-kikan-figure-system__icon {
  background: var(--white);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  img {
    width: 70px;
    height: 70px;
  }
}
.p__system-cooperation-kikan-figure-system__text {
  font-size: 16px;
  font-weight: 700;
}
/* ========================================================================= */
/* 会計ソフトとの連携
/* ========================================================================= */

/* 図表 */
.p__system-cooperation-accounting-figure {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 10px;
  padding: 0 20px;
  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p__system-cooperation-accounting-figure-connector {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
  color: var(--rmeisai-primary);
  padding-bottom: 30px;
  @media screen and (max-width: 768px) {
    flex-direction: row-reverse;
    gap: 30px;
    padding-bottom: 0;
  }
}
.p__system-cooperation-accounting-figure-connector__label--small {
  font-size: 14px;
  line-height: 1.5;
}
.p__system-cooperation-accounting-figure-connector__arrow {
  display: block;
  line-height: 1;
  position: relative;
  width: 100%;
  height: 2px;
  background: var(--rmeisai-primary);
  &::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid var(--rmeisai-primary);
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -1px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 768px) {
    flex: none;
    width: 2px;
    height: 60px;
    &::before {
      top: auto;
      right: auto;
      bottom: -1px;
      left: 50%;
      border-top: 0;
      border-right: 0;
      border-left: 2px solid var(--rmeisai-primary);
      border-bottom: 2px solid var(--rmeisai-primary);
      transform: rotate(-45deg);
      transform-origin: bottom left;
    }
  }
}

.p__system-cooperation-accounting-figure-meisai {
  background: var(--gray-bg-02);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.p__system-cooperation-accounting-figure-meisai__head {
  font-size: 16px;
  color: var(--white);
  background: var(--rmeisai-primary);
  border-radius: 5px;
  padding: 6px 6px 4px;
}
.p__system-cooperation-accounting-figure-meisai__head-small {
  font-size: 12px;
}
.p__system-cooperation-accounting-figure-meisai__icon {
  background: var(--white);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  img {
    width: 70px;
    height: 70px;
  }
}
.p__system-cooperation-accounting-figure-meisai__text {
  font-size: 16px;
  font-weight: 700;
}

.p__system-cooperation-accounting-figure-system {
  background: var(--rmeisai-bg-sub-03);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: 10px;
}
.p__system-cooperation-accounting-figure-system__sub {
  font-size: 16px;
  font-weight: 700;
}
.p__system-cooperation-accounting-figure-system__icon {
  background: var(--white);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  img {
    width: 70px;
    height: 70px;
  }
}
.p__system-cooperation-accounting-figure-system__text {
  font-size: 16px;
  font-weight: 700;
}
