:root {
  --color-red1: #FA000F;
  --color-red2: #CC0000;
  --color-black: #0C0C0C;
  --color-grey1: #F4F4F4;
  --color-grey4: #737373;
  --color-grey5: #4D4D4D;
}

body.b3-contract-page {
  background-color: #fff;
  overflow-x: hidden;
}

.border-box-wrap * {
  box-sizing: border-box;

}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-semibold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.sp {
  display: none;
}

.b3-contract {
  min-width: 320px;
}


.sc-main {
  width: 100%;
  height: 550px;
  background-image: url("../images/bg-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 46px 0;

}

.sc-main .inner {
  width: 96%;
  max-width: 1275px;
  height: 100%;
  margin: 0 auto;
  color: #0C0C0C;
  position: relative;
}
.sc-main .main-txt {
  display: inline-block;
  border-radius: 10px;
background: rgba(255, 255, 255, 0.80);
padding: 20px;
}
.sc-main .inner p {
  color: #0C0C0C;
}

.sc-main p.TextStyle2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}

.sc-main .main-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sc-main .main-btn a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 40px;
  border: 2px solid var(--color-red2);
  text-decoration: none;
}

.sc-main .main-btn a:nth-of-type(1) {
  padding: 16px 96px 16px 40px;
  background-color: var(--color-red2);
  color: #fff;
  background-image: url(../images/icon-bmain-btn01.png);
  background-repeat: no-repeat;
  background-position: right 40px center;
}

.sc-main .main-btn a:nth-of-type(1):hover {
  background-image: url(../images/icon-bmain-btn02.png);
  color: #0C0C0C;
  background-color: #fff;
}

.sc-main .main-btn a:nth-of-type(2) {
  padding: 16px 76px 16px 40px;
  background-color: #fff;
  color: #0C0C0C;
  border: 2px solid var(--color-red2);
  background-image: url(../images/icon-bmain-btn02.png);
  background-repeat: no-repeat;
  background-position: right 40px center;
}

.sc-main .main-btn a:nth-of-type(2):hover {
  background-image: url(../images/icon-bmain-btn01.png);
  color: #fff;
  background-color: var(--color-red2);
}

.main-under {
  display: flex;
  width: 96%;
  max-width: 1275px;
  padding: 24px 4%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: #FFCBCE;
  margin: 80px auto 0;
}
.main-under sub{
  font-size: 20px;
  vertical-align: 0.5em;
  margin: 0;
}

.main-under p {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 50.4px */
}

.main-under p.caption {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  /* pc-注釈 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.5;
}

p.catch-copy {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

a.bnr {
  display: flex;
  width: 522px;
  height: 175px;
  background: linear-gradient(to right, #7D0008, var(--color-red1));
  margin-top: 77px;
  padding: 20px;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
}

a.bnr .image img {
  width: 190px;
}

a.bnr .TextStyle1 {
  width: 268px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
}

a.bnr .btn {
  font-size: 20px;
  padding: 17px 0;
  display: flex;
  width: 268px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin: 20px auto 0;
  background-color: #fff;
  border: 2px solid var(--color-red2);
  color: var(--color-black);
  margin-bottom: 0;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
  font-weight: 700;

}

a.btn.small-btn {
  font-size: 16px;
  width: 130px;
  height: 45px;
  padding: 0;
  margin: 0 auto;
  border-bottom: 2px solid var(--color-red2);
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-radius: 0;
}

a.bnr .btn::after {
  content: "";
  background: url(../images/icon-popup.png) no-repeat center center / cover;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 21px;
  top: 21px;
  z-index: 1;
}

a.btn.small-btn::after {
  right: 0;
  top: 14px;
}

a.bnr:hover .btn {
  transform: translateX(10px);
}

h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
  background: none;
}

section {
  padding: 80px 0;
  text-align: center;

}

img.onayami {
  margin-top: 40px;
}
.onayami .sp{
  display: none;
}
.onayami h2 {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-h2 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 54px */
}

.onayami img.arrow {
  margin-top: 40px;
}

.erp-title {
  margin-top: 40px;
  width: 100%;
  height: 70px;
  background-color: var(--color-red2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 54px */
}

.daikou {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  margin-top: 20px;

  /* pc-リード */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
}

.b3-h3 {
  color: var(--Primary-White, #FFF);
  text-align: center;

  /* pc-h3 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 50.4px */
  background-color: #222;
  margin: 64px 0 24px;
}

.kekka-b-a {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
  padding: 16px 30px;
}
.kekka-txt {
  color: var(--Primary-Black, #0C0C0C);
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
text-align: left;
margin-left: 30px;
}
.kekka-middle.sp{
  display: none;

}
.difference table {
  width: 100%;
  margin-top: 40px;

}

table thead th {
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: 1px solid var(--Primary-Gray3, #B3B3B3);
  background: var(--Primary-Gray1, #F4F4F4);
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: var(--font-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0;
}

table thead th:nth-last-of-type(1) {
  border: 1px solid var(--Primary-Gray3, #B3B3B3);
  background: var(--secondary-read-120-tint, #FFCBCE);
}

tbody tr td {
  color: var(--Primary-Black, #0C0C0C);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-color: #B3B3B3;
  /* 25.6px */
}

tbody tr td:nth-of-type(1) {
  padding: 16px 24px;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  color: var(--Primary-Black, #0C0C0C);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  border: 1px solid var(--Primary-Gray3, #B3B3B3);
  background: var(--Primary-Gray1, #F4F4F4);
}
.difference tbody tr td:nth-last-of-type(1){
  font-weight: bold;
}
.onayami .detail {
  display: flex;
  width: 100%;
  max-width: 1275px;
  margin: 40px auto 0;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--Primary-Black, #0C0C0C);
  background-color: #fff;
}

.onayami .detail p.detail-title {
  color: var(--Primary-Black, #0C0C0C);
  text-align: left;

  /* pc-本文 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
}

.onayami .detail p.caption {
  color: var(--Primary-Black, #0C0C0C);
  /* pc-注釈 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  text-align: left;
}

.possible {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: var(--color-grey1);
}

.possible p.sub {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-リード */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  margin-top: 40px;
}

.possible-wrap {
  display: grid;
  width: 96%;
  max-width: 1275px;
  margin: 0 auto;
  padding: 40px 60px 0 60px;
  row-gap: 48px;
  column-gap: 48px;
  grid-template-rows: repeat(2, fit-content(100%));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.possible-box {
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  border: 2px solid var(--Primary-Gray3, #B3B3B3);
  background: var(--Primary-White, #FFF);
}

.possible-box p.title {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 42px */
  letter-spacing: -0.28px;
}

.possible-box p.sub {
  color: var(--Primary-Black, #0C0C0C);

  /* pc-本文 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  margin-top: 0;
  text-align: left;
}
.possible-box .caption{
  width: 100%;
  margin-top: 0;
  text-align: left;
  font-size: 14px;
}
.kadai{
  width: 100%;
}
p.kadai-title {
  display: flex;
  padding: 4px 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: var(--Primary-Red2, #C00);
  color: var(--Primary-White, #FFF);
  text-align: center;

  /* pc-本文 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
}

.possible-box ul {
  display: flex;
  width: 100%;
  height: 140px;
  padding: 12px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  background: var(--Primary-Gray1, #F4F4F4);
}

.possible-box ul li {
  display: flex;
  align-items: flex-start;
  color: var(--Primary-Black, #0C0C0C);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  list-style-type: none;
  text-align: left;
}

.possible-box ul li::before {
  content: "\30FB";
}

.output {
  display: flex;
  padding: 12px;
  align-items: center;
  align-self: stretch;
  color: var(--Primary-Black, #0C0C0C);
  border: 2px solid var(--Primary-Gray3, #B3B3B3);
  /* pc-本文 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  text-align: left;
}

.results {
  width: 100%;
  color: var(--Primary-Black, #0C0C0C);
  /* pc-本文 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  text-align: left;
}

.possible-box a {
  text-decoration: none;
  display: flex;
  padding: 8px 0 8px 16px;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--Primary-Red2, #C00);
  color: var(--Primary-Black, #0C0C0C);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  transition: all 0.3s ease;

  /* 19.2px */
}

.possible-box a:hover {
  color: var(--Primary-Red2, #C00);
}

.possible-box a:hover span {
  transition: all 0.3s ease;
  transform: translateX(10px);
}



.wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
}

.onayami .wrap .image {
  width: 630px;
}

.onayami .wrap .txt {
  width: 600px;
}

p.soudan {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

p.soudan+p {
  margin-top: 8px;
  text-align: left;
  font-size: 18px;
}

ul.soudan-list {
  margin-top: 8px;
  margin-left: 1.5em;
}

ul.soudan-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 4px;
  list-style: disc;
}

ul.soudan-list+p {
  margin-top: 8px;
  text-align: left;
  font-size: 18px;
}

p.kochira {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 38px;
}
.usp {
  width: 100%;
}

.usp .inner {
  width: 96%;
  max-width: 1275px;
  margin: 0 auto;
}

.usp .intro {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-リード */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  margin-top: 40px;
}

.usp .caption {
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 24px;
}

.usp-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1275px;
  margin: 40px auto;
  padding: 0 57px;
  /* align-items: center; */
  justify-content: center;
  gap: 33px;
}

.usp-wrap .box {
  display: flex;
  width: 365px;
  height: 292px;
  padding: 30px 18px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
  border-radius: 20px;
  border: 2px solid var(--Primary-Gray3, #B3B3B3);
  background: var(--Primary-White, #FFF);
}

.usp-wrap p.title {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}

.usp-wrap p.case-text {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-本文 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
}
.usp-wrap p.case-text sup{
  font-size: 12px;
}


.usp .b3-h3 {
  width: 100%;
  max-width: 1275px;
  margin: 64px auto 24px;
}

.difference-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1275px;
  margin: 40px auto 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.difference-box {
  display: flex;
  width: 588px;
  height: 202px;
  flex-direction: column;
  align-items: center;

  gap: 4px;
  border-radius: 20px;
  background: var(--Primary-Gray1, #F4F4F4);
}
.difference-box p.title {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  margin-top: 12px;

  /* pc-リード */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
}

.difference-box p.case-text {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.difference-box p.case-text.case-text2 {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-リード */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  margin-top: 4px;
}

.difference-wrap:nth-last-of-type(1) .difference-box {
  height: 212px;
}

.usp p.caption {
  width: 96%;
  max-width: 1275px;
  margin: 16px auto;
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-align: left;

}

.usecase {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: var(--Primary-Gray1, #F4F4F4);
}

.usecase .inner {
  width: 96%;
  max-width: 1275px;
  margin: 40px auto;
  background-color: #fff;
  padding: 20px 40px 40px;
}

.usecase .inner p.intro {
  display: flex;
  padding: 12px 4%;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: var(--Primary-Red2, #C00);
  color: var(--Primary-White, #FFF);
  text-align: center;
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
}

.usecase h3 {
  display: flex;
  padding: 64px 0 24px 0;
  justify-content: center;
  align-items: center;
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-h3 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 50.4px */
}

.detail {
  display: block;
  padding: 12px;
  align-self: stretch;
  background: var(--Primary-Gray1, #F4F4F4);
}

.detail p.title {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 43.2px */

}

.detail ul li {
  display: flex;
  align-items: flex-start;
  color: var(--Primary-Black, #0C0C0C);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-align: left;
}

.detail ul li::before {
  content: "\30FB";
}

.detail-list {
  display: flex;
  width: 460px;
  padding: 10px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 2px solid var(--Primary-Gray3, #B3B3B3);
  background: var(--Primary-White, #FFF);
}

.detail-list p.title {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 43.2px */
}

.detail-list p.sub {
  display: flex;
  padding: 0 77px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: var(--secondary-read-120-tint, #FFCBCE);
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-本文 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
}
.detail-list ul{
  width: 100%;
}
.detail-list ul li{
  color: var(--Primary-Black, #0C0C0C);
font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
text-align: left;
}
.usecase ul.usecase-list {
  width: 100%;
}

.usecase ul.usecase-list li {
  display: flex;
  padding-top: 4px;
  align-items: flex-start;
  gap: 4px;
  color: var(--Primary-Black, #0C0C0C);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  text-align: left;
}

.usecase ul.usecase-list li::before {
  content: "\30FB";
}

.usecase-list {
  margin-top: 20px;
}

/*解析の流れ*/
.flow-intro {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-リード */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  margin-top: 40px;
}

.flow-image img {
  margin: 40px auto;
}

.flow-list ul {
  width: 96%;
  max-width: 900px;
  padding: 12px;
  gap: 4px;
  background: var(--Primary-Gray1, #F4F4F4);
  margin: 0 auto;
}

.flow-list ul li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  color: var(--Primary-Black, #0C0C0C);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

.flow-list ul li+li {
  margin-top: 12px;
}

.flow-list ul li span {
  display: block;
  color: var(--Primary-Black, #0C0C0C);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}

.flow-list ul li::before {
  content: "\30FB";
  position: absolute;
  left: 0;
  top: 0;
}

.flow h2 {
  display: flex;
  width: 96%;
  max-width: 1275px;
  margin: 0 auto;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-h2 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 54px */
}
.flow h2:nth-last-of-type(1) {
  margin-top: 80px;
}

.kachi-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0 60px;

}

.kachi-box {
  display: flex;
  width: 365px;
  padding: 40px 18px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
  border-radius: 20px;
  border: 2px solid var(--Primary-Gray3, #B3B3B3);
  background: var(--Primary-White, #FFF);
  margin-bottom: 24px;
}

.kachi-box p.title {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}

.kachi-box p.case-text {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-本文 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
}

.kachi-wrap-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

/* ============ FAQ ============ */
.faq {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: var(--Primary-Gray1, #F4F4F4);

}

.faq h2 {
  width: 96%;
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 0 40px;
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.faq-wrap {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.faq-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-box .question {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 16px;
  background: #fff;
  color: var(--Primary-Black, #0C0C0C);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.faq-box .question span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--Primary-Gray1, #F4F4F4);
  color: var(--Primary-Red2, #C00);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.faq-box .answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  padding: 16px;
  color: var(--Primary-Black, #0C0C0C);
  /* pc-本文 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  text-align: left;
}

.faq-box .answer > span:first-child {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--Primary-Red2, #C00);
  color: var(--Primary-White, #FFF);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.faq-box .answer .caption {
  display: block;
  margin-top: 4px;
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

.cta {
  width: 818px;
  display: flex;
  padding: 20px 25px 30px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  background: var(--secondary-read-120-tint, #FFCBCE);
  margin: 80px auto 0;
}

.cta-title {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-h3 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 50.4px */
}
.cta-title.sp{
  display: none;
}

.cta-txt {
  color: var(--Primary-Black, #0C0C0C);
  text-align: center;

  /* pc-リード */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
}

.cta-link {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
}

.cta-link a {
  display: inline-flex;
  min-width: 268px;
  padding: 14px 96px 15px 40px;
  align-items: center;
  gap: 20px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: right 40px center;
}


.cta-link a:nth-of-type(1) {
  background-color: var(--Primary-Red2, #C00);
  color: var(--Primary-White, #FFF);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background-image: url(../images/icon-bmain-btn01.png);
  border: 2px solid var(--Primary-Red2, #C00);
}
.cta-link a:nth-of-type(1):hover {
  background-image: url(../images/icon-bmain-btn02.png);
  background-color: var(--Primary-Red2, #fff);
  color: #0C0C0C;
}

.cta-link a:nth-of-type(2) {
  border: 2px solid var(--Primary-Red2, #C00);
  background-color: var(--Primary-White, #FFF);
  color: var(--Primary-Black, #0C0C0C);
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background-image: url(../images/icon-bmain-btn02.png);
  padding: 14px 74px 15px 40px;
}
.cta-link a:nth-of-type(2):hover {
  background-image: url(../images/icon-bmain-btn01.png);
  background-color: var(--Primary-Red2, #C00);
  color: #fff;
}
.cta-caption{
  color: var(--Primary-Black, #0C0C0C);

  /* pc-注釈 */
  font-family: var(--WF-Noto-Sans-JP, "Noto Sans JP");
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  margin-top: 40px;
  text-align: center;
}
.tablet{
  display: none;
}



@media screen and (max-width: 1350px) {
  .difference-box{
    width: 46%;
    padding: 2%;
    height: auto !important;
  }
  .difference-wrap{
    gap:10px;
  }
}





@media screen and (max-width: 1330px) {
  .kachi-wrap{
    padding: 0 4%;
    gap: 4%;
    justify-content: center;
  }
  .kachi-box{
    width: 46%;
  }

}

@media screen and (max-width: 1290px) {
  .tablet-on{
    display: none;
  }
  .possible-box ul{
    height: auto;
  }
  .usp{
    padding: 80px 4%;
  }
  .usp-wrap{
    padding: 0;
  }
  .usp p.caption{
    text-align: center;
  }



}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 64px;
  }
  .onayami h2 {

    font-size: 28px;
  }
  .possible p.sub{
    padding: 0 4%;
  }
  .erp-title{
    font-size: 28px;
  }
  .possible-wrap{
    padding: 40px 30px;
  }
  .usp .intro{
    padding: 0 4%;
  }
  .usp-wrap .box{
    width:46%;
    height: auto;

  }
  .wrap{
    display: block;
  }
  .detail-list{
    width: 100%;
    margin-bottom: 24px;
  }
  .difference-wrap{
    display: block;
  }
  .difference-box{
    width: 80%;
    margin: 0 auto;
    height: auto;
  }
  .kekka-arrow .icon img,
  .difference-wrap .icon img{
    transform: rotate(90deg);
  }
  .b3-h3{
    padding:1% 4%;
    font-size: 24px;
  }
  .kekka-b-a{
    flex-direction: column;
  }
  .kekka-arrow img{
    transform: rotate(90deg);
  }
  .kekka-middle.sp{
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    padding: 10px;
    border: 2px solid var(--Primary-Red2, #C00);
  }
  .kekka-middle.pc{
    display: none;
  }
.cta{
  width: 100%;
}
.cta-link{
  flex-direction: column;
}
.cta-link a{
  font-size: 18px;
}
.cta-link a:nth-of-type(1) {
  font-size: 18px;
}
.cta-link a:nth-of-type(2) {
  font-size: 18px;
  padding: 14px 47px 15px 24px;
}

.erp-title{
  font-size: 24px;
  height: auto;
  padding: 1% 4%;
}
.daikou p{
  font-size: 18px;
}
}

@media screen and (max-width: 850px) {
  .sc-main p.TextStyle2{
    font-size: 24px;
    line-height: 1.3;
  }
  h1{
    font-size: 48px;
  }
  .catch-copy{
    font-size: 20px;
  }
  .main-btn{
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
  .sc-main{

    padding: 24px 0;
    background-position:30%;
  }
  .sc-main .main-txt{
    padding: 4%;
  }
  .sc-main .main-btn{
    position: relative;
    bottom: 0;
    align-items: center;
    margin-top: 20px;
  }
  .sc-main .main-btn a:nth-of-type(1){
    padding: 8px 64px 8px 30px;
    width: 100%;
  }
  .sc-main .main-btn a:nth-of-type(2){
    padding: 8px 64px 8px 30px;
    width: 100%;
  }
  p.catch-copy .pc{
    display: none;
  }
  .JS .PageTitleStyle3.main-under {
    background-color:#FFCBCE;
    margin-top: 40px;
  }
  .JS .PageTitleStyle3.main-under p{
    font-size: 20px;
    text-align: left;
  }
  .JS .PageTitleStyle3.main-under p.caption{
    font-size: 16px;
    text-align: left;
  }
  .main-under sub{
    font-size: 16px;
  }
  .onayami h2{
    font-size: 24px;
  }
  .onayami .sp{
    display: block;
  }
  .onayami img.arrow{
    width: 70%;
    margin-top: 20px;
  }
  .kekka-b-a{
    padding: 4% 0;
  }
  .kekka-txt{
    margin-left: 0;
  }

  .daikou p{
    text-align: left;
  }
  .usp{
    padding: 40px 0;
  }
  .usp .intro{
    font-size: 18px;
    text-align: left;
    margin-top: 24px;
  }
  .usp-wrap{
    display: block;
    padding: 0 4%;
  }
  .usp-wrap .box{
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .usp-wrap .box .icon img{
    width: 30px;
  }
  .usp p.caption{
    text-align: left;
  }
  .kachi-wrap{
    display: block;
  }
  .kachi-box{
    width: 100%;
    padding: 20px 18px;
    gap: 16px;
  }
  .kachi-box .icon img{
    width:30px;
  }
  .kachi-box p.case-text {
    text-align: left;
  }
  .possible .inner{
    width: 96%;
    margin:0 auto;
  }
  .JS .possible .inner  h2{
    margin: 0;
    font-size: 24px;
  }

  .possible-wrap{
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .possible-box{
   margin-bottom: 24px;
   padding: 4%;
  }
  .possible-box .icon img{
    width: 30px;
  }
  .possible-box ul li{
    font-size: 16px;
  }
  .possible-box p.title{
    font-size: 24px;
  }
  .possible p.sub{
    font-size: 18px;
    text-align: left;
  }
  .JS .usp h2{
    margin: 0;
    font-size: 24px;

  }
  .difference tbody tr td:nth-of-type(1){
    padding: 4% 2%;
  }
 .JS .difference table th, .JS .difference table td{
    padding: 4% 2%;

  }
  .difference-wrap .icon img{
    width: 20px;
  }
  .difference-box{
    width: 100%;
  }
  .difference-box p.case-text{
    text-align: left;
    line-height: 1.5;
  }
  .difference-box p.case-text.case-text2{
    text-align: left;
    line-height: 1.5;
  }
  .difference-box p.case-text .pc{
    display: none;
  }
  /* .usecase{
    width: 100%;
    margin: 0;

  } */
  .usecase h2{
    font-size: 24px;
  }
  .usecase h3{
    font-size: 20px;
    padding:24px 0 0;
    margin-bottom: 0;
  }
  .usecase .inner{
    width: 96%;
    margin: 40px auto 0;
    padding: 4%;
  }
  .detail{
    margin-top: 24px;
  }
  .detail p.title{
    font-size: 20px;
  }
  .detail ul{
    margin-top: 16px;
  }
  .detail ul li{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detail-list{
    padding: 10px 4%;
  }
  .detail-list p.title{
    font-size: 20px;
  }
  .detail-list ul li{
    font-size: 16px;
  }
  .detail-list p.sub{
    padding: 0 4%;
  }
  .flow h2{
    font-size: 24px;
  }
  .flow-intro{
    font-size: 18px;
    text-align: left;
    margin-top: 24px;
  }
  .flow-intro .pc{
    display: none;
  }
  .flow-list ul li{
    font-size: 16px;
  }
  .faq h2{
    font-size: 24px;
  }
  .faq-box .question{
    text-align: left;
  }
  .faq-box .answer{
    font-size: 16px;
  }
  .cta-title{
    font-size: 24px;
  }
  .cta-title.sp{
    display: block;
  }
  .cta-txt{
    font-size: 18px;
    text-align: left;
  }
  .cta-caption{
    margin-bottom: 40px;
  }
  .cta-link a{
    padding: 8px 50px 8px 30px;
    width: 100%;
    background-position:right 20px center;
  }
  .cta-link a .pc{
  display: none;
  }



}

@media screen and (max-width: 579px) {

  .sp {
    display: block;
  }

.sc-main{
  /* height: 140vw; */
  height: auto;
}

  .b3-contract h2 {
    font-size: 24px;
  }



  .onayami img.arrow {
    width: 60%;
    height: auto;
  }

  .onayami .wrap .image {
    width: 100%;
  }

  .erp-title {
    font-size: 20px;
    height: auto;
    padding: 10px 15px;
  }

  p.b3-h3 {
    font-size: 20px;
  }

  .usecase .inner p.intro {
    font-size: 20px;
  }

  .wrap .image,
  .wrap .txt {
    margin-top: 20px;
  }
  tbody tr td:nth-of-type(1){
    font-size: 76%;
  }

}



@media screen and (max-width: 469px) {
  h1 {
    font-size: 40px;
    line-height: 1.3;
    margin: 8px 0 20px;
  }
  p.catch-copy{
    font-size: 18px;
  }

  .sc-main .main-btn a{
    font-size: 18px;
  }
  .sc-main .main-btn a:nth-of-type(2) .pc{
    display: none;

  }


}