/* Utilities and Common */
* {
  line-break: strict;
}

main {
  padding-bottom: 0;
}

.title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

/* Banner and Nav */
.common-mv.about-copilot-studio::before {
  background: url(../../images/products/about-copilot-studio/fv_sp.png) no-repeat left 0 / cover;
  height: 250px;
}

.common-mv.about-copilot-studio .common-mv__wrap {
  background-color: #595959;
  padding-inline: 24px;
}

.common-mv .common-mv__nav.about01 {
  background-color: #595959;
}

.common-mv .common-mv__nav .inner01 .common-mv__nav_logo01 {
  padding-block: 15px;
}

.common-mv .common-mv__nav .inner01 .common-mv__nav_logo01 img {
  width: auto;
  height: 24px;
}

.common-mv .common-mv__nav .inner01 ul li a::before {
  border-top-color: #595959;
  border-right-color: #595959;
}

@media screen and (max-width: 768px) {
  .common-mv.about-copilot-studio .common-mv__wrap .common-mv__text h1 {
    line-height: 1;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 769px) {
  .common-mv.about-copilot-studio::before {
    background: url(../../images/products/about-copilot-studio/fv.jpg) no-repeat bottom 40px center / cover;
    height: 720px;
  }

  .common-mv.about-copilot-studio .common-mv__wrap {
    min-height: 340px;
    padding-inline: 50px;
  }

  .common-mv .common-mv__nav .inner01 .common-mv__nav_logo01 {
    text-align: right;
    padding-right: 46px;
  }
}

/* Quick Links */
.quick-links {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  background-color: #f5f5f5;
  padding: 30px 38px;
  margin-top: 70px;
}

.quick-links__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 55px;
}

.quick-links__list li {
  line-height: 1;
}

.quick-links__link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: color 300ms;
}

.quick-links__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  transition: border-color 300ms;
}

.quick-links__link:hover {
  color: #595959;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.quick-links__link:hover::after {
  border-top-color: #595959;
}

@media screen and (max-width: 768px) {
  .quick-links {
    width: 100%;
    padding: 15px 20px;
    margin-top: 40px;
  }

  .quick-links__list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 22px 14px;
  }

  .quick-links__link {
    flex-direction: row;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
  }

  .quick-links__link::after {
    border-width: 5px;
  }
}

/* About */
.about {
  width: 100%;
  max-width: 1222px;
  margin-inline: auto;
  padding-inline: 11px;
  padding-block: 70px 60px;
}

.about .title {
  margin-bottom: 22px;
}

.about__paragraph p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}

.about__paragraph p:not(:last-child) {
  margin-bottom: 17px;
}

.about__illustrations {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 68px;
}

.about__illust-wrapper {
  text-align: center;
  width: min(52%, 622px);
}

.about__mcs-logo {
  width: auto;
  height: 64px;
  margin-bottom: 14px;
}

.about__mcs-img {
  max-width: 100%;
}

.about__icon-wrapper {
  max-width: 25px;
}

.about__icon-wrapper svg {
  width: 100%;
  height: auto;
}

.about__list {
  font-size: 16px;
  width: clamp(35%, 428px, 40%);
  counter-reset: item;
}

.about__icon-wrapper,
.about__list {
  padding-top: 78px;
}

.about__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 147px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f3f3f5;
  counter-increment: item;
  overflow: hidden;
}

.about__item::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 24px;
  background-color: #9393a0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-family: inherit;
  border-bottom-right-radius: 5px;
}

.about__item.m365c .about__logo-wrapper {
  margin-right: 5px;
}

.about__item.pva {
  margin-bottom: 40px;
  gap: 28px;
}

.about__logo-wrapper {
  text-align: center;
}

.about__logo-wrapper img {
  width: min(84px, 50%);
  height: min(84px, 50%);
  aspect-ratio: 1;
  object-fit: contain;
}

.about__logo-wrapper span {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}

.about__plus-icon {
  width: 20px;
  height: auto;
  font-size: 0;
}

.about__plus-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about__item-text {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 768px) {
  .about {
    padding-block: 40px 30px;
  }

  .about .title {
    margin-bottom: 18px;
  }

  .about__paragraph p {
    font-size: 16px;
  }

  .about__paragraph p:not(:last-child) {
    margin-bottom: 20px;
  }

  .about__illustrations {
    flex-direction: column;
    margin-top: 30px;
    padding-inline: 9px;
    gap: 24px;
  }

  .about__illust-wrapper {
    width: 100%;
  }

  .about__mcs-logo {
    height: 40px;
  }

  .about__icon-wrapper,
  .about__list {
    padding-top: 0;
  }

  .about__icon-wrapper {
    max-width: 21px;
    rotate: 90deg;
  }

  .about__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    width: 100%;
  }

  .about__item {
    flex-direction: column;
    justify-content: flex-start;
    padding-block: 15px;
    gap: 6px;
    height: 100%;
  }

  .about__item::before {
    width: 31px;
    height: 19px;
    font-size: 13px;
  }

  .about__item.pva {
    margin-bottom: 0;
    gap: 5px;
  }

  .about__item.m365c .about__logo-wrapper {
    margin: 0;
  }

  .about__logo-wrapper img {
    width: 68px;
    height: 68px;
  }

  .about__logo-wrapper span {
    margin-top: 10px;
  }

  .about__plus-icon {
    width: 15px;
  }

  .about__item-text {
    font-size: 14px;
  }
}

/* Feature */
.feature {
  padding-block: 60px 64px;
}

.feature__wrapper {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 16px;
}

.feature .title {
  margin-bottom: 60px;
}

.feature__item {
  display: flex;
  align-items: center;
  gap: 10px 60px;
}

.feature__item:nth-child(even) {
  flex-direction: row-reverse;
  margin-block: 100px;
}

.feature__content {
  width: 100%;
  max-width: min(563px, 47%);
}

.feature__item:nth-child(even) .feature__content {
  max-width: min(582px, 48.5%);
}

.feature__content-title {
  margin-bottom: 14px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #383838;
}

.feature__text {
  font-size: 16px;
  line-height: 1.87;
  font-weight: 500;
  color: #000;
}

.feature__img-container {
  width: 100%;
  max-width: min(560px, 46.67%);
}

.feature__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .feature {
    padding-block: 34px 0;
  }

  .feature .title {
    margin-bottom: 30px;
  }

  .feature__item {
    flex-direction: column;
  }

  .feature__item:nth-child(even) {
    flex-direction: column;
    margin-block: 40px;
  }

  .feature__content,
  .feature__item:nth-child(even) .feature__content {
    max-width: 100%;
  }

  .feature__content-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .feature__text {
    font-size: 14px;
  }

  .feature__img-container {
    max-width: 100%;
  }
}

/* Benefit */
.benefit {
  padding: 90px 20px 105px;
}

.benefit__wrapper {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.benefit .title {
  margin-bottom: 40px;
}

.benefit__item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f3f3f5;
  padding-block: 8px;
  padding-inline: 80px 22px;
  min-height: 70px;
  border-radius: 5px;
  overflow: hidden;
}

.benefit__item:not(:last-child) {
  margin-bottom: 25px;
}

.benefit__count {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 42px;
  height: 100%;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  background-color: #9393a0;
  color: #fff;
}

.benefit__count::after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  display: block;
  width: 20px;
  height: 100%;
  background-color: #9393a0;
  clip-path: polygon(0% -3%, 3% 101%, 100% 50%);
}

.benefit__text {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 768px) {
  .benefit {
    padding-block: 35px 40px;
  }

  .benefit .title {
    margin-bottom: 15px;
  }

  .benefit__item {
    padding-inline: 60px 20px;
    min-height: 0;
  }

  .benefit__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .benefit__count {
    width: 25px;
    font-size: 13px;
  }

  .benefit__count::after {
    width: 15px;
    clip-path: polygon(0% -6%, 6% 101%, 100% 50%);
  }

  .benefit__text {
    font-size: 14px;
    line-height: 1.3;
  }
}

/* Template */
.template {
  padding-bottom: 64px;
}

.template .title {
  margin-bottom: 40px;
}

.template__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.template__img-wrapper {
  width: 100%;
  max-width: min(594px, 49.5%);
}

.template__img {
  width: 100%;
  height: auto;
}

.template__text-wrapper {
  position: relative;
  padding-block: 55px;
  padding-inline: 60px 57px;
  background-color: #f5f5f5;
}

.template__text-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  display: block;
  width: 30%;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}

.template__text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 768px) {
  .template {
    padding-bottom: 0;
  }

  .template .title {
    margin-bottom: 16px;
  }

  .template__wrapper {
    flex-direction: column-reverse;
  }

  .template__img-wrapper {
    max-width: max(295px, calc(100% - 88px));
  }

  .template__text-wrapper {
    padding-block: 15px 40px;
    padding-inline: 15px;
  }

  .template__text {
    font-size: 14px;
    line-height: 1.8;
  }

  .template__text-wrapper::before {
    content: '';
    position: absolute;
    top: initial;
    bottom: calc(100% - 1px);
    right: 0;
    left: 0;
    width: 100%;
    height: 40%;
  }
}

/* Service */
.service {
  padding: 90px 20px 110px;
}

.service .title {
  margin-bottom: 30px;
}

.service__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
  color: #000;
}

.service__text:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .service {
    padding-block: 35px;
  }

  .service .title {
    margin-bottom: 16px;
  }

  .service__text {
    font-size: 14px;
    line-height: 1.86;
    text-align: left;
  }

  .service__text:not(:last-child) {
    margin-bottom: 14px;
  }
}