@charset "utf-8";
/* CSS Document */
@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }

  .assignment {
    display: flex;
    justify-content: center;
  }

  .assignment li {
    width: 46%;
  }

  .assignment li:first-child {
    margin-right: 5%;
  }

  .assignment-item {
    height: 160px;
    padding: 1.5rem 2rem;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

.p-info-item-s__detail {
  width: 100%;
  padding-left: 0;
}

/*企業における契約業務の課題*/
.assignment {
  margin-top: 90px;
}

.assignment-item {
  background-color: rgb(233, 236, 242);
  border-radius: 12px;
  flex-direction: row;
  position: relative;
  margin-bottom: 2em;
}

.assignment-item_l {
  background-color: rgb(230, 225, 242);
}

.worries__heading {
  --_icon-size: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
}

.worries__heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/corp/assets/images/common/icon_check_box--full.svg");
  background-color: #000;
  block-size: var(--_icon-size);
  aspect-ratio: 1;
  margin-block: calc((1lh - var(--_icon-size)) / 2);
}

.assignment li h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.assignment-item h4 {
  font-size: 1.2rem;
}

.problem {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #003366;
}

.problem::before {
  display: block;
  content: "";
  width: 80px;
  aspect-ratio: 1;
  margin-inline: auto;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("/corp/assets/images/common/icon_keyboard_double_arrow_down.svg");
  background: #003366;
}

@media not all and (min-width: 768px) {
  .assignment-item {
    padding: 2em;
  }

  .p-info-item-s__heading {
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .problem {
    font-size: 1.5rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    width: fit-content;
  }
}

.mt8 {
  margin-top: 8%;
}

/*ロゼッタの特徴*/
#effect .p-info-wrap {
  background-color: #e9ecf2;
  border-radius: 12px;
  padding: 2rem 2rem 5rem 2rem;
  margin-top: 84px;
}

.p-issue-item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-issue-item:first-child {
  width: 65%;
}

.p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 2em 2em 0 2em;
}

.p-issue-item__heading {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #666;
  justify-content: center;
  display: flex;
}

.issue-n {
  font-size: 3.6rem;
  font-weight: bold;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #000;
  padding-right: 10px;
}

.p-issue-item__detail {
  font-size: 1.0625rem;
  margin-top: 2rem;
  margin-bottom: 14px;
  line-height: 1.8rem;
}

.row-reserve {
  flex-direction: row-reverse;
}

@media not all and (min-width: 768px) {
  .p-issue-item {
    display: block;
    margin: 2em 0;
  }

  .p-issue-item:first-child {
    width: 100%;
  }

  .p-issue-item__heading {
    display: block;
    font-size: 1.3rem;
  }

  .issue-n {
    font-size: 2rem;
    border-right: none;
    display: block;
  }
}

/*サービス概要*/
.flow01 {
  text-align: center;
  margin: 8em 0 0;
  border: 5px solid #e9ecf2;
  position: relative;
  padding: 5em 2em 2em;
}

.flow01 h3 {
  width: 350px;
  font-weight: bold;
  display: flex;
  margin: 0 auto 1em;
  padding: 0 1rem;
  background-color: #fff;
  display: block;
  font-size: 1.8rem;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
}

.flow01 .text {
  font-size: 1rem;
}

/*サービスプラン*/
.flow02 {
  margin: 8em auto;
  padding: 3em 2em 2em;
  position: relative;
}

.flow02 h3 {
  width: 480px;
  position: absolute;
  margin: 0 auto;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #fff;
}

.flow02 h3 p {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 30px;
}

.flow02 h3 p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
  margin-left: 1em;
}

.flow02 h3 p::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
  margin-right: 1em;
}

.sl {
  font-size: 2rem;
  padding: 8px;
  line-height: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #004098;
}

.sl span {
  font-size: 1.2rem;
}

.flow02 .text {
  padding: 1em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

@media not all and (min-width: 768px) {
  .flow01 {
    text-align: left;
    margin: 5em 0 0;
    padding: 2em;
  }

  .flow01 h3 {
    width: 130px;
    font-size: 1.5rem;
  }

  .flow02 {
    padding: 3em 0 2em;
    position: relative;
    margin-bottom: 0;
  }

  .flow02 h3 {
    width: 250px;
  }

  .flow02 h3 p {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 1rem;
  }

  .sl {
    font-size: 1.3rem;
    padding: 8px;
    line-height: 1.3rem;
  }

  .sl span {
    font-size: 1rem;
  }

  .flow02 .text {
    font-size: 1rem;
    text-align: left;
  }
}