@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
.p-pcasset {
  font-family: YakuHanJP, "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #000;
}

.p-pcasset .contents::before,
.p-pcasset .contents::after {
  position: absolute;
  top: 0;
  width: calc((100% - 964px) / 2);
  height: 100%;
  content: "";
}

.p-pcasset .contents .inner {
  width: 904px;
  margin: 0 auto;
}

/* 4/10追加
---------------------------------------------------------------------- */
/* 追従バナー */
.footerContact {
  position: fixed;
  right: 61px;
  bottom: 0;
  z-index: 900;
}

.footerContact a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #317bb6;
}

.footerContact a .text {
  position: absolute;
  top: 8px;
  right: 80px;
  background-color: #317bb6;
  border-radius: 3px;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}

.footerContact a .text::after {
  position: absolute;
  top: 12px;
  right: -10px;
  border-left: 10px solid #317bb6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
}

.footerContact a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/sites/default/files/dynabook-b2b/solution/dynateams/kantan_telework/images/icon_contact_02.png) no-repeat 50% 50%;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-pcasset .contents {
    position: relative;
    font-weight: 700;
    margin-top: 73px;
  }
  .p-pcasset .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p-pcasset .pc {
    display: none !important;
  }
  .p-pcasset .contents::before,
  .p-pcasset .contents::after {
    display: none;
  }
  .p-pcasset .contents .inner {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  .header-margin {
    padding-top: 40px;
    margin-top: -40px;
  }
  /* 追従バナー */
  .footerContact a .text {
    top: 13px;
    right: 70px;
    padding: 8px 10px;
    font-size: 13px;
  }
  .footerContact a .text::after {
    top: 12px;
    right: -6px;
    border-left-width: 6px;
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
/* アンカーリンク位置
---------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  #dashboard {
    padding-top: 120px;
    margin-top: -120px;
  }
  #merit2 {
    padding-top: 70px;
    margin-top: -70px;
  }
  #merit3 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media screen and (max-width: 768px) {
  #dashboard,
  #merit3 {
    padding-top: 60px;
    margin-top: -60px;
  }
}
/* contents */
.contents {
  position: relative;
  font-weight: 700;
}
.contents > * {
  background-color: #fff;
}
.contents > *:nth-child(even) {
  background: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/contents_bg.jpg) center center/100% auto repeat-y;
}
@media only screen and (min-width: 769px) {
  .contents {
    margin-top: 73px;
  }
  .contents a {
    opacity: 1;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .contents a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .contents {
    margin-top: 55px;
  }
}

.dynabook-2025.p-2025-header {
    position: relative !important;
}
.dynabook-2025.p-2025-header.is-level-0-h .p-2025-header__block--level-0 {
    display: block;
}
.dynabook-2025.p-2025-header.is-level-0-h .p-2025-header__btn {
    -webkit-clip-path: inset(18% 0 round 10px 10px 10px 10px);
}
.l-container.dynabook-2025__main {
    padding-top: 0 !important;
}

@media (max-width: 780px) {
    .dynabook-2025 .p-2025-header__sp--ui--box {
        position: absolute;
        margin-right: -2.5641025641vw;
    }
    .dynabook-2025 .p-2025-header__sp--ui--box .p-2025-header__sp--btn-close {
        margin-right: 2.5641025641vw;
    }
}

/* nav
---------------------------------- */
.p-pcasset {
  position: relative;
}

.p-pcasset .nav {
  background: #fff;
  position: absolute;
  top: 415px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.p-pcasset .nav .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}

.p-pcasset .nav .item {
  position: relative;
  width: 20%;
}

.p-pcasset .nav .item::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 8px;
  height: 57px;
  width: 3px;
  background-color: rgba(145, 140, 193, 0.26);
  border-radius: 1.5px;
}

.p-pcasset .nav .item:nth-child(1):after {
  content: "";
  position: absolute;
  left: -3px;
  top: 8px;
  height: 57px;
  width: 3px;
  background-color: rgba(145, 140, 193, 0.26);
  border-radius: 1.5px;
}

.p-pcasset .nav .item a, .p-pcasset .nav .item-last a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 73px;
  text-decoration: none;
  padding-top: 8px;
}

.p-pcasset .nav .item:nth-of-type(1) .img {
  width: 26px;
  margin-right: 9px;
}

.p-pcasset .nav .item:nth-of-type(2) .img {
  width: 40px;
  margin-right: 5px;
}

.p-pcasset .nav .item:nth-of-type(3) .img {
  width: 30px;
  margin-right: 10px;
}

.p-pcasset .nav .item:nth-of-type(4) .img {
  width: 28px;
  margin-right: 12px;
}

.p-pcasset .nav .item:nth-of-type(5) .img {
  width: 24px;
  margin-right: 9px;
}

.p-pcasset .nav .item em, .p-pcasset .nav .item-last em {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #150B7B;
}

.p-pcasset .nav .item em::after {
  content: "";
  margin: 13px auto 0;
  display: block;
  width: 11px;
  height: 6px;
  background: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/icm_arrow.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-pcasset .nav .item a:hover em::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.p-pcasset .nav .item-last em::after {
  content: "";
  margin-left: 5px;
  margin-bottom: 2px;
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/icm_arrow.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-pcasset .nav .item-last a:hover em::after {
  -webkit-transform: translateX(5px) rotate(-90deg);
          transform: translateX(5px) rotate(-90deg);
}

nav.is-sticky {
  top: 0 !important;
  position: fixed !important;
}

@media screen and (min-width: 769px) {
  .p-pcasset .nav .item-last em {
    margin-bottom: 15px;
  }
  .p-pcasset .nav .item em, .p-pcasset .nav .item-last em {
    letter-spacing: 0.2em;
  }
  .p-pcasset .nav {
    -webkit-box-shadow: 10px 10px 15px rgba(119, 119, 119, 0.2);
            box-shadow: 10px 10px 15px rgba(119, 119, 119, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .p-pcasset .nav {
    background: #fff;
    z-index: 3;
  }
  .nav-wrap {
    width: 100%;
    height: 40px;
    position: relative;
  }
  .p-pcasset .nav-scroll {
    padding-top: 100px;
    margin-top: -100px;
  }
  .p-pcasset .nav {
    position: absolute;
    top: auto;
    bottom: -57px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    border-radius: 0;
    left: 0;
    height: 57px;
  }
  .p-pcasset .nav .inner {
    position: relative;
    background: #fff;
    padding: 10px 0;
  }
  .p-pcasset .nav .btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 11px 0;
    text-align: center;
  }
  .p-pcasset .nav .btn .txt {
    font-size: 11px;
    font-weight: 700;
    color: #1C1D8E;
  }
  .p-pcasset .nav .btn .icn {
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 16px;
    height: 16px;
  }
  .p-pcasset .nav .btn .icn::before,
  .p-pcasset .nav .btn .icn::after,
  .p-pcasset .nav .btn .icn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #1C1D8E;
    content: "";
  }
  .p-pcasset .nav .list {
    display: block;
    max-width: none;
    width: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
  }
  .p-pcasset .nav .item {
    width: 100%;
    padding: 11px 0;
    background-color: #fff;
  }
  .p-pcasset .nav .item-last {
    width: 100%;
  }
  .p-pcasset .nav .item:nth-child(1):after {
    display: none;
  }
  .p-pcasset .nav .item::before,
  .p-pcasset .nav .item-last::before,
  .p-pcasset .nav .inner:before,
  .p-pcasset .nav .inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: #EDF1F2;
    border-radius: 50%;
  }
  .p-pcasset .nav .inner:before {
    top: 10px;
  }
  .p-pcasset .nav .inner:after {
    top: auto;
    bottom: 10px;
  }
  .p-pcasset .nav .item em, .p-pcasset .nav .item-last em {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .p-pcasset .nav .item a, .p-pcasset .nav .item-last a {
    height: auto;
    /* padding: 12px 0; */
    font-size: 12px;
    line-height: 1.68;
    padding-top: 0px;
  }
  .p-pcasset .nav .item em::after, .p-pcasset .nav .item-last em::after {
    position: absolute;
    top: 50%;
    right: 18px;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-pcasset .nav .item-last em::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .p-pcasset .nav.is-sticky {
    width: 100%;
  }
  .p-pcasset .nav.nav-open .list {
    max-height: 1000px;
  }
  .p-pcasset .nav.nav-open .btn .icn::before, .p-pcasset .nav.nav-open .btn .icn::after {
    position: absolute;
    top: 50%;
    right: 50%;
  }
  .p-pcasset .nav.nav-open .btn .icn::before {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
  }
  .p-pcasset .nav.nav-open .btn .icn::after {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
  }
  .p-pcasset .nav.nav-open .btn .icn span {
    opacity: 0;
  }
}
/* btn */
.m-btn__ttl {
  font-weight: 500;
  letter-spacing: -0.07em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .m-btn__inner {
    width: 710px;
    margin: 70px auto 0;
  }
  .m-btn__ttl {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .m-btn__btn {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .m-btn__btn img {
    width: 100%;
  }
  .m-btn__btn:hover {
    opacity: 0.7;
  }
  .m-btn--lead {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .m-btn {
    max-width: 500px;
    margin: 0 auto;
  }
  .m-btn--charm {
    margin-top: 40px;
  }
  .m-btn__inner {
    margin: 0 auto;
  }
  .m-btn__ttl {
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.3;
  }

  .m-btn--lead {
    margin-top: 40px;
    padding: 0 16px;
  }
}

/* ttl */
.m-ttl__inner, .m-ttl__inner--long {
  color: #3F3793;
  text-align: center;
  position: relative;
  display: block;
  font-weight: 700;
  letter-spacing: 0.23em;
}
.m-ttl__inner:after, .m-ttl__inner--long:after {
  content: "";
  position: absolute;
  background: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/ttl_bdr.svg) center center/contain no-repeat;
  left: 0;
  right: 0;
  margin: auto;
}
.m-ttl__inner--long {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .m-ttl {
    margin-top: -100px;
    padding-top: 100px;
  }
  .m-ttl__inner, .m-ttl__inner--long {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .m-ttl__inner:after, .m-ttl__inner--long:after {
    width: 70px;
    height: 2px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .m-ttl {
    margin-top: -70px;
    padding-top: 70px;
  }
  .m-ttl__inner, .m-ttl__inner--long {
    font-size: 12px;
    margin-bottom: 23px;
  }
  .m-ttl__inner:after, .m-ttl__inner--long:after {
    width: 70px;
    height: 2px;
    bottom: -7px;
  }
}

/* m-mv */
.m-mv__ttl img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .m-mv__inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 412px;
    background: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/mv_bg.jpg) center center/cover no-repeat;
  }
  .m-mv__ttl {
    height: 100%;
  }
  .m-mv__ttl img {
    max-width: 1662px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 769px) {
  .m-mv__ttl {
    width: calc(100% + 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
.upper {
  position: relative;
}

/* lead */
.m-lead__lead {
  font-weight: 700;
  text-align: center;
  line-height: 1.3333333333;
}
.m-lead__bnr {
  display: block;
  max-width: 530px;
}
.m-lead__txt {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: justify;
}
.m-lead__txt-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6666666667;
  text-decoration: underline;
  color: #0C6ADB !important;
}
.m-lead__txt sup {
  font-size: 60%;
}
.m-lead__note {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -0.01em;
}
.m-lead__problem-ttl {
  font-weight: 700;
  color: #150B7B;
  text-align: center;
}
.m-lead__problem-item-ttl {
  font-weight: 700;
  text-align: center;
}
.m-lead__problem-item-txt {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 769px) {
  .m-lead__inner {
    max-width: 1120px;
    padding: 46px 0 72px;
    margin: 0 auto;
  }
  .m-lead__lead {
    margin: 0 auto 30px;
    font-size: 30px;
  }
  .m-lead__bnr {
    width: 530px;
    margin: 0 auto 74px;
  }
  .m-lead__txt {
    width: 650px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2.2;
  }
  .m-lead__txt-link {
    margin-top: 4px;
    font-size: 12px;
  }
  .m-lead__note {
    width: 650px;
    margin: 15px auto 0;
    font-size: 12px;
  }
  .m-lead__img {
    width: 919px;
    margin: 42px auto 0;
  }
  .m-lead__img #dashboard {
    margin-top: -100px;
    padding-top: 100px;
  }
  .m-lead__problem-ttl {
    margin: 70px 0 35px;
    font-size: 30px;
  }
  .m-lead__problem-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 55px;
  }
  .m-lead__problem-item {
    width: 260px;
  }
  .m-lead__problem-item:last-child .m-lead__problem-item-ttl {
    letter-spacing: -0.1em;
  }
  .m-lead__problem-item-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 65px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3636363636;
  }
  .m-lead__problem-item-img {
    margin: 0 auto 15px;
  }
  .m-lead__problem-item-img img {
    width: auto;
    height: 228px;
  }
  .m-lead__problem-item-txt {
    width: 260px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  .m-lead__inner {
    padding: 10px 0 40px;
    margin: 0 auto;
  }
  .m-lead__lead {
    padding: 0 5px;
    margin: 0 auto 10px;
    font-size: 15px;
  }
  .m-lead__bnr {
    padding: 0 16px;
    margin: 30px auto;
  }
  .m-lead__txt {
    padding: 0 16px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .m-lead__txt-link {
    font-size: 10px;
  }
  .m-lead__note {
    padding: 0 16px;
    margin-top: 7px;
    font-size: 10px;
  }
  .m-lead__img {
    max-width: 320px;
    padding: 0 10px;
    margin: 35px auto 0;
  }
  .m-lead__img #dashboard {
    padding-top: 70px;
    margin-top: -70px;
  }
  .m-lead__problem-ttl {
    margin: 30px 0 15px;
    font-size: 15px;
  }
  .m-lead__problem-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 16px;
    margin-top: 30px;
  }
  .m-lead__problem-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 13px;
  }
  .m-lead__problem-item-txts {
    width: calc(100% - 143px);
  }
  .m-lead__problem-item-ttl {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .m-lead__problem-item-img {
    width: 130px;
  }
  .m-lead__problem-item-txt {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* m-able */
.m-able__ttl {
  font-weight: 700;
  text-align: center;
}
.m-able__item {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 44, 255, 0.1)), to(rgba(116, 222, 210, 0.1)));
  background: -webkit-linear-gradient(top, rgba(0, 44, 255, 0.1) 0%, rgba(116, 222, 210, 0.1) 100%);
  background: linear-gradient(180deg, rgba(0, 44, 255, 0.1) 0%, rgba(116, 222, 210, 0.1) 100%);
  border-radius: 10px;
}
.m-able__item--note {
  position: relative;
}
.m-able__item--note::after {
  content: "*リモートセキュアPlus：ワイヤレスWAN(nanoSIMカード/eSIM)搭載モデルの場合。リモートセキュア搭載モデルはデータ消去のみ対応。";
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro','メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  font-weight: 400;
  position: absolute;
  left: 0;
}
.m-able__item-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: flex-start;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) and (max-width: 890px) {
  .m-able__item-ttl .u-br {
    display: none;
  }
}
.m-able__item-ttl--release {
  position: relative;
}
/* .m-able__item-ttl--release::before {
  content: "";
  background-image: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/icn_release.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
} */
.m-able__item-img {
  text-align: center;
}
.m-able__item-txt {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
.m-able__item-list li {
  position: relative;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  line-height: calc(17/15);
  letter-spacing: -0.12em;
  display: flex;
}
.m-able__item-list li::before {
  display: inline-block;
  margin-right: 2px;
  color: #150B7B;
  content: "●";
}
.m-able__graph-dashboard figcaption {
  font-weight: 700;
  text-align: center;
}
.m-able__graph-linkarea {
  background-color: #fff;
  border: 1.5px solid #E0355B;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 10px rgba(119, 119, 119, 0.2);
          box-shadow: 5px 5px 10px rgba(119, 119, 119, 0.2);
}
.m-able__graph-linkarea .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #E0355B;
}
.m-able__graph-linkarea .btn {
  position: relative;
  color: #fff;
  background-color: #150B7B;
  border-radius: 20px;
}
.m-able__graph-linkarea .btn::after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/arw.svg) no-repeat center center/contain;
}
.m-able__graph-linkarea .btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .m-able {
    margin-top: 125px;
  }
  .m-able__ttl {
    font-size: 30px;
  }
  .m-able__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 67px 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 50px 0 90px;
  }
  .m-able__item {
    width: calc(50% - 30px);
    padding: 30px 29px;
  }
  .m-able__list-head {
    min-height: 274px;
  }
  .m-able__list-head.is-col-3 {
    min-height: 274px;
  }
  .m-able__list-img {
    max-width: 282px;
    margin-top: 22px;
  }
  .m-able__list-img img {
    width: 100%;
  }
  .m-able__item.is-col-2 {
    width: calc((100% - 280px) / 2);
  }
  .m-able__item.is-col-3 {
    width: calc((100% - 80px) / 3);
  }
  .m-able__item--note::after {
    font-size: 12px;
    line-height: calc(20/12);
    bottom: -52px;
    letter-spacing: -.06em;
  }
  @media only screen and (min-width: 769px) and (max-width: 990px) {
    .m-able__item--note::after {
      font-size: calc(10.6 * (100vw / 990));
      bottom: calc(-52 * (100vw / 990));
    }
  }
  .m-able__item-ttl {
    margin: 0 -10px;
    font-size: 23px;
    line-height: 1.4782608696;
  }
  .m-able__item-ttl.is-col-2 {
    min-height: 102px;
  }
  .m-able__item-ttl.is-col-3 {
    min-height: 85px;
  }
  /* .m-able__item-ttl--release::before {
    width: 56px;
    height: 56px;
    top: 6px;
    left: 30px;
  } */
  .m-able__item-ttl img {
    width: 54px;
    height: 54px;
    margin: 10px -56px 0 0;
  }
  @media only screen and (min-width: 769px) and (max-width: 980px) {
    .m-able__item-ttl img {
      margin: 10px 0 0;
    }
  }
  .m-able__item-img {
    margin: 10px auto 0;
  }
  .m-able__item-img.u-mt--50 {
    margin-top: 50px;
  }
  .m-able__item-img.u-mt--26 {
    margin-top: 26px;
  }
  .m-able__item-img--01 img {
    max-height: 148px;
  }
  .m-able__item-img--02 img {
    height: 126px;
  }
  .m-able__item-img--03 img {
    height: 101px;
  }
  .m-able__item-img--03.u-mt--7,
  .m-able__item-img--05.u-mt--7 {
    margin-top: -7px;
  }
  .m-able__item-img--04 img {
    height: 111px;
  }
  .m-able__item-img--05 img {
    height: 130px;
  }
  .m-able__item-img img {
    width: auto;
    /* height: 142px; */
  }
  .m-able__item-txt {
    font-size: 15px;
    line-height: 2.2;
  }
  .m-able__item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 10px;
  }
  .m-able__item-list li {
    width: 50%;
    padding-right: 10px;
    margin: 3px 0;
    font-size: 15px;
  }
  .m-able__graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-able__graph-origin {
    position: relative;
    z-index: 1;
    width: 250px;
    margin-top: 85px;
    margin-right: -60px;
  }
  .m-able__graph-dashboard-wrap {
    position: relative;
  }
  .m-able__graph-dashboard img {
    width: 727px;
  }
  .m-able__graph-dashboard figcaption {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .m-able__graph-linkarea {
    position: absolute;
    top: 50px;
    right: 95px;
    padding: 10px;
  }
  .m-able__graph-linkarea .ttl {
    gap: 0 5px;
    font-size: 16px;
    line-height: 1.16875;
  }
  .m-able__graph-linkarea .ttl img {
    width: 34px;
    height: 34px;
  }
  .m-able__graph-linkarea .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120px;
    height: 22px;
    margin: 5px auto 0;
    font-size: 12.5px;
  }
  .m-able__graph-linkarea .btn::after {
    width: 11px;
    height: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .m-able {
    padding: 0 16px;
    margin-top: 50px;
  }
  .m-able__ttl {
    font-size: 15px;
  }
  .m-able__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .m-able__item {
    padding: 15px;
  }
  .m-able__item--note::after {
    font-size: 10px;
    bottom: -27px;
  }
  @media only screen  and (max-width: 330px) {
    .m-able__item--note::after {
      font-size: 9px;
    }
  }
  .m-able__item-ttl {
    font-size: 14px;
    line-height: 1.4782608696;
  }
  .m-able__item-ttl img {
    width: 32px;
    height: 32px;
    margin: 8px -32px 0 0;
  }
  .m-able__item-img {
    margin: 10px auto 15px;
  }
  .m-able__item-img img {
    width: auto;
    height: 71px;
  }
  .m-able__item-txt {
    font-size: 12px;
    line-height: 2.2;
  }
  .m-able__item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .m-able__item-list li {
    width: 50%;
    padding-right: 5px;
    margin: 3px 0;
    font-size: 12px;
  }
  .m-able__graph {
    padding-bottom: 30px;
  }
  .m-able__graph-dashboard-wrap {
    position: relative;
  }
  .m-able__graph-dashboard {
    margin: 8px -7px 0;
    text-align: center;
  }
  .m-able__graph-dashboard figcaption {
    margin-bottom: 11px;
    font-size: 13.5px;
    line-height: 1.1111111111;
  }
  .m-able__graph-linkarea {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px;
  }
  .m-able__graph-linkarea .ttl {
    gap: 0 4px;
    font-size: 11px;
    line-height: 1.1698113208;
  }
  .m-able__graph-linkarea .ttl img {
    width: 23px;
    height: 23px;
  }
  .m-able__graph-linkarea .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92px;
    height: 18px;
    padding-right: 5px;
    font-size: 9px;
  }
  .m-able__graph-linkarea .btn::after {
    width: 8px;
    height: 8px;
  }
}

/* charm */
.m-charm__ttl, .m-charm__ttl--new, .m-charm__s-ttl, .m-charm__ttl-txt {
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: 0.02em;
}
.m-charm__ttl--s {
  line-height: 100%;
}
.m-charm__ttl--new {
  position: relative;
}
.m-charm__ttl--new::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/icn_new.svg) no-repeat center center/contain;
}
.m-charm__ttl--release {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-charm__ttl--release::before {
  content: "";
  background-image: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/icn_release.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
}
.m-charm__txt {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -0.01em;
}
.m-charm__txt-link,
.m-charm__txt-link:visited,
.m-charm__txt-link:link {
  color: #0186ff;
  text-decoration: underline;
}
.m-charm__txt-link:hover {
  text-decoration: none;
  opacity: 1 !important;
}
.m-charm__details {
  background: linear-gradient(180deg, rgba(190, 206, 252, 1) 0%, rgba(214, 243, 243, 1) 100%);
}
.m-charm__details-img {
  display: block;
  margin: 0 auto;
}
.m-charm__details-img img {
  width: 100%;
}
.m-charm__details-btn {
  background: linear-gradient(-180deg, rgba(42, 198, 192, .8) -250%, rgba(35, 44, 167, .8) 250%);
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.m-charm__details-btn-txt {
  color: #fff;
  font-weight: 600;
  letter-spacing: .061em;
}
.m-charm__details-hamburger-btn {
  background-color: #fff;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.m-charm__details-btn.js-open .m-charm__details-hamburger-btn::before {
  position: absolute;
  transform: rotate(-135deg);
}
.m-charm__details-btn.js-open .m-charm__details-hamburger-btn::after {
  position: absolute;
  transform: rotate(135deg);
}
.m-charm__details-hamburger-btn::before,
.m-charm__details-hamburger-btn::after {
  content: "";
  background-color: #2a7dc0;
  display: block;
  transition: transform .5s;
}
.m-charm__details-desc {
  /* display: none; */
  height: 0;
  overflow: hidden;
  transition: height .3s ease;
}
.m-charm__desc-bg {
  background-color: #fff;
}
.m-charm__details-lead {
  color: #150b7b;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
}
.m-charm__desc-wrap {
  position: relative;
}
.m-charm__desc-ttl {
  font-weight: 500;
  line-height: calc(29/23);
  text-align: center;
}
.m-charm__desc-ttl em {
  font-weight: 700;
}
.m-charm__desc-img img {
  width: 100%;
}
.m-charm__desc-txt {
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  font-weight: 400;
  line-height: calc(27/15);
}
.m-charm__desc-note {
  width: 100%;
  /* font-family: '小塚ゴシック Pro','Kozuka Gothic Pro','メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;	
  line-height: calc(20/12); */
}
.m-charm__desc-note img {
  width: 100%;
}
.m-charm__desc-btn {
  color: #fff;
  font-weight: 600;
  letter-spacing: .06em;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #150b7b;
  border-radius: 100vmax;
}
.m-charm__desc-btn:link {
  color: #fff;
}
.m-charm__desc-btn:hover {
  text-decoration: unset;
}
.m-charm__desc-btn::after {
  content: "";
  background-image: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/charm_btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.m-charm__desc-btn:visited {
  color: #fff;
}
.m-charm__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-charm__details-note {
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  font-weight: 400;
  line-height: calc(20/12);
}
.m-charm__models {
  width: 100%;
}
.m-charm__models-ttl {
  color: #150b7b;
  font-weight: 600;
  letter-spacing: .11em;
}
.m-charm__models-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.m-charm__models-link,
.m-charm__models-link:link {
  font-weight: 500;
  letter-spacing: .05em;
}
.m-charm__models-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.m-charm__models-item a {
  color: #0186ff;
  text-decoration: underline;
}
.m-charm__models-item::before {
  content: "●";
  color: #183d59;
  letter-spacing: .05em;
}
.m-charm__note-txt {
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .m-charm__inner {
    max-width: 1120px;
    padding: 44px 0 98px;
    margin: 0 auto;
  }
  .m-charm__box {
    width: 100%;
    margin: 0 auto;
  }
  .m-charm__box-inner {
    width: 660px;
    margin: 0 auto;
  }
  .m-charm__box:not(:first-of-type) {
    margin-top: 49px;
  }
  .m-charm__num {
    width: 103px;
    margin: 55px auto 15px;
  }
  .m-charm__ttl, .m-charm__ttl--new {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .m-charm__s-ttl {
    font-size: 23px;
    display: block;
  }
  .m-charm__ttl--new::before {
    width: 52px;
    height: 52px;
    margin-right: 12px;
  }
  .m-charm__ttl--release {
    gap: 6px;
    margin-bottom: 12px;
  }
  .m-charm__ttl--release::before {
    width: 67px;
    height: 67px;
    margin-top: 6px;
  }
  .m-charm__txt {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 2.2;
  }
  .m-charm__img {
    display: block;
  }
  .m-charm__img img {
    width: 100%;
  }
  .m-charm__img:not(:last-of-type) {
    margin-bottom: 27px;
  }
  .m-charm__img#ichijyouhou {
    padding-top: 100px;
    margin-top: -100px;
  }
  .m-charm__details {
    padding: 40px 0 70px;
    border-radius: 20px;
  }
  .m-charm__details-img {
    width: 622px;
  }
  .m-charm__details-cont {
    max-width: 771px;
    margin: 36px auto 0;
  }
  .m-charm__details-btn {
    height: 51px;
  }
  .m-charm__details-btn-txt {
    font-size: 17px;
  }
  .m-charm__details-hamburger-btn {
    width: 29px;
    height: 29px;
    right: 10px;
    gap: 5px;
  }
  .m-charm__details-hamburger-btn::before,
  .m-charm__details-hamburger-btn::after {
    width: 17px;
    height: 2px;
  }
  .m-charm__desc-bg {
    margin-top: 20px;
    padding: 29px 0 39px;
    border-radius: 10px;
  }
  .m-charm__details-lead {
    font-size: 18px;
  }
  .m-charm__desc-wrap::after {
    content: "";
    width: 3px;
    height: 535px;
    background-color: #cce6ed;
    border-radius: 100vmax;
    position: absolute;
    top: 50.8%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .m-charm__desc-wrap {
    /* display: flex;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 36px;
  }
  .m-charm__desc-item {
    /* width: 50%; */
    padding: 0 50px;
    /* display: flex;
    align-items: center;
    flex-direction: column; */
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
  }
  .m-charm__desc-ttl {
    font-size: 18px;
    flex-grow: 1;
  }
  .m-charm__desc-ttl em {
    font-size: 23px;
  }
  .m-charm__desc-img {
    width: 243px;
    margin-top: 18px;
    flex-grow: 1;
  }
  .m-charm__desc-txt {
    font-size: 15px;
    margin-top: 26px;
    flex-grow: 1;
  }
  .m-charm__desc-note {
    /* font-size: 12px; */
    margin-top: 12px;
    /* flex-grow: 1; */
  }
  .m-charm__desc-btn {
    height: 46px;
    padding: 0 11px 0 22px;
    gap: 10px;
  }
  .m-charm__desc-btn::after {
    width: 15px;
    height: 15px;
  }
  .m-charm__btn-wrap {
    margin-top: 15px;
  }
  .m-charm__details-note {
    font-size: 12px;
    margin-top: 16px;
  }
  .m-charm__models {
    margin-top: 24px;
  }
  .m-charm__models-ttl {
    font-size: 14px;
  }
  .m-charm__models-list {
    margin-top: 10px;
  }
  .m-charm__models-link {
    font-size: 14px;
  }
  .m-charm__models-item::before {
    font-size: 14px;
  }
  .m-charm__models-item a:hover {
    text-decoration: unset;
    opacity: 1;
  }
  .m-charm__note-txt {
    font-size: 12px;
    letter-spacing: -.05em;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .m-charm__inner {
    padding: 30px 16px 40px;
    margin: 0 auto;
  }
  .m-charm__box:not(:first-of-type) {
    margin-top: 30px;
  }
  .m-charm__num {
    width: 70px;
    margin: 25px auto 10px;
  }
  .m-charm__ttl, .m-charm__ttl--new {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .m-charm__ttl--new::before {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .m-charm__ttl--release {
    gap: 6px;
  }
  .m-charm__ttl--release::before {
    width: 40px;
    height: 40px;
  }
  .m-charm__txt {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .m-charm__img img {
    width: 100%;
  }
  .m-charm__img:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .m-charm__img#ichijyouhou {
    padding-top: 57.5px;
    margin-top: -57.5px;
  }
  .m-charm__details {
    padding: 10px 10px 20px;
    border-radius: 8px;
  }
  .m-charm__details-img {
    width: 200px;
  }
  .m-charm__details-cont {
    margin: 17px auto 0;
  }

  .m-charm__details-btn {
    height: 23px;
  }
  .m-charm__details-btn-txt {
    font-size: 11px;
  }
  .m-charm__details-hamburger-btn {
    width: 14px;
    height: 14px;
    right: 4px;
    gap: 2.4px;
  }
  .m-charm__details-hamburger-btn::before,
  .m-charm__details-hamburger-btn::after {
    width: 8px;
    height: 1px;
  }
  .m-charm__desc-bg {
    margin-top: 9px;
    padding: 10px 0 15px;
    border-radius: 4px;
  }
  .m-charm__details-lead {
    font-size: 10px;
  }
  .m-charm__desc-wrap {
    margin-top: 14px;
  }
  .m-charm__desc-item {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .m-charm__desc-item:first-of-type::after {
    content: "";
    width: calc(100% - 20px);
    height: 2px;
    background-color: #cce6ed;
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .m-charm__desc-item:not(:first-of-type) {
    margin-top: 27px;
  }
  .m-charm__desc-ttl {
    font-size: 14px;
  }
  .m-charm__desc-ttl em {
    font-size: 16px;
    font-weight: 800;
  }
  .m-charm__desc-img {
    width: 174px;
    margin: 12px auto 0;
  }
  .m-charm__desc-txt {
    font-size: 12px;
    margin-top: 10px;
    flex-grow: 1;
  }
  .m-charm__desc-note {
    max-width: 240px;
    /* font-size: 8px; */
    margin-top: 2px;
  }
  .m-charm__desc-btn {
    font-size: 9px;
    height: 22px;
    padding: 0 6px 0 22px;
    gap: 16px;
  }
  .m-charm__desc-btn::after {
    width: 9px;
    height: 9px;
  }
  .m-charm__btn-wrap {
    margin-top: 14px;
  }
  .m-charm__details-note {
    font-size: 8px;
    margin-top: 10px;
  }
  .m-charm__models {
    margin-top: 10px;
  }
  .m-charm__models-ttl {
    font-size: 13px;
  }
  .m-charm__models-list {
    margin-top: 6px;
  }
  .m-charm__models-link {
    font-size: 10px;
  }
  .m-charm__models-item::before {
    font-size: 10px;
  }
  .m-charm__note-txt {
    font-size: 8px;
    margin-top: 4px;
  }
}

/* system */
.m-system__img img {
  display: block;
  width: 100%;
}
.m-system__point {
  position: relative;
  line-height: 1.5;
}
.m-system__point-ttl em {
  font-weight: 600;
}
.m-system__point-ttl--lead {
  font-weight: 500;
}
.m-system__point-ttl em, .m-system__point-ttl--lead {
  display: block;
  color: #150B7B;
}
.m-system__point-ttl--note {
  font-weight: 400;
}
.m-system__point-lead {
  font-weight: 700;
}
.m-system__point-img img {
  display: block;
  width: 100%;
}
.m-system__point-txt {
  text-align: center;
  letter-spacing: 0.02em;
}
.m-system__status {
  line-height: 1.5;
}
.m-system__status-ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.m-system__status-ttl span {
  font-size: 80%;
  vertical-align: middle;
  color: #6E6E6E;
}
.m-system__status-subttl {
  font-weight: 700;
}
.m-system__status-imgs img {
  display: block;
  width: 100%;
}
.m-system__status-note {
  font-weight: 400;
  letter-spacing: -0.02em;
}
.m-system__status-note span {
  font-size: 80%;
  vertical-align: middle;
  color: #6E6E6E;
}
.m-system__status-notice {
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .m-system__inner {
    width: 927px;
    padding: 52px 0 60px;
    margin: 0 auto;
  }
  .m-system__img {
    width: 927px;
    margin-top: -15px;
    margin-bottom: 65px;
  }
  .m-system__point {
    width: 907px;
    margin: 0 auto 66px;
  }
  .m-system__point::before, .m-system__point::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
  }
  .m-system__point::before {
    top: 0;
    left: 0;
    background: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/bdr_topr.svg) no-repeat right top/100% auto;
  }
  .m-system__point::after {
    right: 0;
    bottom: 0;
    background: url(/sites/default/files/dynabook-b2b/solution/outsourcing/lcm/pc-asset/images/bdr_btml.svg) no-repeat left bottom/100% auto;
  }
  .m-system__point-inner {
    position: relative;
    padding: 16px 20px 45px;
  }
  .m-system__point-inner::before, .m-system__point-inner::after {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #fff;
  }
  .m-system__point-inner::before {
    top: -5px;
    left: -5px;
  }
  .m-system__point-inner::after {
    right: -5px;
    bottom: -5px;
  }
  .m-system__point-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 765px;
  }
  .m-system__point-ttl img {
    width: 60px;
    height: 60px;
  }
  .m-system__point-ttl em {
    font-size: 23px;
    line-height: 1.5217391304;
  }
  .m-system__point-lead {
    width: 680px;
    margin: 25px auto 0;
    font-size: 15.5px;
    letter-spacing: -0.04em;
  }
  .m-system__point-img {
    width: 771px;
    margin: 29px auto 5px;
  }
  .m-system__point-txt {
    font-size: 14px;
  }
  .m-system__status {
    width: 706px;
    margin: 0 auto;
  }
  .m-system__status#collect {
    padding-top: 100px;
    margin-top: -100px;
  }
  .m-system__status-ttl {
    margin-bottom: 9px;
    font-size: 19px;
  }
  .m-system__status-subttl {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.3333333333;
  }
  .m-system__status-subttl span {
    font-size: 10px;
    vertical-align: middle;
  }
  .m-system__status-txt {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6428571429;
    letter-spacing: -0.01em;
  }
  .m-system__status-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .m-system__status-note {
    margin-bottom: 50px;
  }
  .m-system__status-note li {
    font-size: 12px;
    line-height: 1.65;
  }
  .m-system__status-note li:not(:first-of-type) {
    margin-top: 12px;
  }
  .m-system__status-note--u-mg li:not(:first-of-type) {
    margin-top: 0;
  }
  .m-system__status-notice {
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .m-system__status-notice + .m-system__status-note {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .m-system__inner {
    padding: 40px 16px 30px;
    margin: 0 auto;
  }
  .m-system__img {
    width: 100%;
    max-width: 285px;
    margin: 35px auto 40px;
  }
  .m-system__point {
    max-width: 500px;
    margin: 0 auto 40px;
    border: 1px solid #150B7B;
    border-radius: 5px;
  }
  .m-system__point::before {
    top: -3px;
    left: -3px;
  }
  .m-system__point::after {
    right: -3px;
    bottom: -3px;
  }
  .m-system__point-inner {
    position: relative;
    padding: 17px 0 5px;
  }
  .m-system__point-inner::before, .m-system__point-inner::after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #fff;
  }
  .m-system__point-inner::before {
    top: -5px;
    left: -5px;
  }
  .m-system__point-inner::after {
    right: -5px;
    bottom: -5px;
  }
  .m-system__point-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    margin: 0 auto 3px;
  }
  .m-system__point-ttl em {
    font-size: 18px;
    line-height: 1.3;
  }
  .m-system__point-ttl--lead {
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: -0.03em;
  }
  .m-system__point-ttl--note {
    display: block;
    margin-top: 2px;
    font-size: 10px;
  }
  .m-system__point-ttl--lead, .m-system__point-ttl--note {
    padding: 0 16px;
  }
  .m-system__point-ttl img {
    width: 39px;
    height: 39px;
  }
  .m-system__point-lead {
    padding: 0 18px;
    margin: 10px 0 18px;
    font-size: 11px;
    letter-spacing: -0.03em;
  }
  .m-system__point-img {
    width: 95%;
    max-width: 258px;
    margin: 13px auto 10px;
  }
  .m-system__point-txt {
    padding: 0 16px;
    font-size: 11px;
    line-height: 1.2727272727;
  }
  .m-system__status {
    max-width: 500px;
    margin: 0 auto;
  }
  .m-system__status#collect {
    padding-top: 70px;
    margin-top: -70px;
  }
  .m-system__status-ttl {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .m-system__status-subttl {
    margin-bottom: 2px;
    font-size: 13px;
  }
  .m-system__status-subttl span {
    font-size: 10px;
  }
  .m-system__status-txt {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.03em;
  }
  .m-system__status-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .m-system__status-note {
    margin-bottom: 30px;
  }
  .m-system__status-note li {
    font-size: 10px;
    line-height: 1.75;
  }
  .m-system__status-note li:not(:first-of-type) {
    margin-top: 10px;
  }
  .m-system__status-note--u-mg li:not(:first-of-type) {
    margin-top: 0;
  }
  .m-system__status-notice {
    font-size: 10px;
    line-height: 1.75;
  }
  .m-system__status-notice + .m-system__status-note {
    margin-top: 10px;
  }
}

/* faq */
.m-faq__txt {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: inherit;
  text-align: justify;
  letter-spacing: -0.05em;
}
.m-faq__q {
  position: relative;
  -webkit-box-shadow: 0px 0px 13px rgba(119, 119, 119, 0.1);
          box-shadow: 0px 0px 13px rgba(119, 119, 119, 0.1);
  cursor: pointer;
}
.m-faq__q-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  background-color: #fff;
}
.m-faq__q::before, .m-faq__q::after {
  position: absolute;
  content: "";
  background-color: #B2B2B2;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.m-faq__q.js-open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m-faq__q.js-open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-faq__a {
  display: none;
  font-weight: 300;
  -webkit-box-shadow: 0px 0px 13px rgba(119, 119, 119, 0.1);
          box-shadow: 0px 0px 13px rgba(119, 119, 119, 0.1);
}
.m-faq__a-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .m-faq__inner {
    padding: 70px 0 95px;
  }
  .m-faq__list {
    width: 688px;
    margin: 75px auto 0;
  }
  .m-faq__item:not(:first-of-type) {
    margin-top: 40px;
  }
  .m-faq__icn {
    width: 31px;
    height: 31px;
  }
  .m-faq__txt {
    font-size: 16px;
    line-height: 2;
    margin-right: 25px;
  }
  .m-faq__q-inner {
    gap: 0 8px;
    padding: 7px;
  }
  .m-faq__q::before, .m-faq__q::after {
    right: 16px;
    width: 18px;
    height: 2px;
  }
  .m-faq__q::before {
    top: 17px;
  }
  .m-faq__q::after {
    top: 26px;
  }
  .m-faq__q.js-open::before {
    top: 22px;
    width: 25px;
  }
  .m-faq__q.js-open::after {
    top: 22px;
    width: 25px;
  }
  .m-faq__q .m-faq__txt {
    margin-right: 45px;
  }
  .m-faq__a {
    margin-top: 1px;
  }
  .m-faq__a-inner {
    gap: 0 8px;
    padding: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .m-faq__inner {
    padding: 40px 16px 50px;
  }
  .m-faq__list {
    margin: 40px auto 0;
  }
  .m-faq__item:not(:first-of-type) {
    margin-top: 20px;
  }
  .m-faq__icn {
    width: 20px;
    height: 20px;
  }
  .m-faq__txt {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .m-faq__q-inner {
    gap: 0 5px;
    padding: 7px;
  }
  .m-faq__q::before, .m-faq__q::after {
    right: 10px;
    width: 12px;
    height: 2px;
  }
  .m-faq__q::before {
    top: 12px;
  }
  .m-faq__q::after {
    top: 17px;
  }
  .m-faq__q.js-open::before {
    top: 14px;
    width: 15px;
  }
  .m-faq__q.js-open::after {
    top: 14px;
    width: 15px;
  }
  .m-faq__q .m-faq__txt {
    margin-right: 30px;
  }
  .m-faq__a {
    margin-top: 1px;
  }
  .m-faq__a-inner {
    gap: 0 5px;
    padding: 7px;
  }
}

/* m-movie */
.m-movie__ttl {
  max-width: 462px;
}
.m-movie__ttl img {
  display: block;
  width: 100%;
}
.m-movie__movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.m-movie__movie iframe {
  width: 100%;
  height: 100%;
}
.m-movie__note {
  margin-top: 10px;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.m-movie__note:not(:first-of-type) {
  margin-top: 2px;
}
@media only screen and (min-width: 769px) {
  .m-movie {
    width: 530px;
    margin: 80px auto 0;
  }
  .m-movie__ttl {
    width: 462px;
    margin: 0 auto 18px;
  }
  .m-movie__ttl img {
    width: 100%;
  }
  .m-movie__note li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .m-movie {
    margin: 50px auto 0;
    max-width: 530px;
  }
  .m-movie__ttl {
    max-width: 385px;
    margin: 0 auto 12px;
  }
  .m-movie__note li {
    font-size: 10px;
    line-height: 1.3;
  }
}

/* bnr */
.m-bnr__inner {
  display: block;
}
.m-bnr__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.m-bnr__ttl span {
  font: inherit;
}
@media only screen and (min-width: 769px) {
  .m-bnr {
    width: 529px;
    margin: 64px auto 95px;
  }
  .m-bnr__ttl {
    gap: 0 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px;
    font-size: 25px;
  }
  .m-bnr__ttl img {
    width: 16px;
    height: 10px;
  }
  .m-bnr__bnr {
    width: 529px;
  }
}
@media only screen and (max-width: 768px) {
  .m-bnr {
    max-width: 500px;
    margin: 35px auto 40px;
  }
  .m-bnr__ttl {
    gap: 0 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .m-bnr__ttl img {
    width: 10px;
    height: 6px;
  }
  .m-bnr__bnr {
    width: 100%;
  }
}

/* news */
.m-news__ttl {
  font-weight: 700;
  color: #787878;
  letter-spacing: 0.2em;
}
.m-news__list {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.m-news__item a {
  display: block;
}
.m-news__item a:hover {
  opacity: 1;
  text-decoration: none;
}
.m-news__item a:hover .m-news__item-ttl {
  text-decoration: none;
}
.m-news__item-new {
  font-weight: 700;
  color: #D8435A;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D8435A;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.m-news__item-new--null {
  border: unset;
}
.m-news__item-ttl {
  color: #0C6ADB;
  text-decoration: underline;
  line-height: 1.5;
  font-family: "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.02em;
  text-underline-offset: 3px;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .m-news__inner {
    margin: 0 auto 77px;
    width: 928px;
  }
  .m-news__ttl {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .m-news__list {
    padding: 24px 0;
  }
  .m-news__item:not(:first-of-type) {
    margin-top: 40px;
  }
  .m-news__item a {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
  .m-news__item-new {
    font-size: 12px;
    width: 50px;
    height: 17px;
    border-radius: 2px;
    margin-top: 4px;
  }
  .m-news__item-ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .m-news__inner {
    margin: 0 auto 30px;
    padding: 0 16px;
  }
  .m-news__ttl {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .m-news__list {
    padding: 10px 0;
  }
  .m-news__item a {
    padding: 6px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    gap: 0 7px;
  }
  .m-news__item-new {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    width: 38px;
    height: 14px;
    font-weight: 800;
    border-radius: 3px;
    margin-top: 3px;
  }
  .m-news__item-ttl {
    font-size: 12px;
  }
}