@charset "UTF-8";
/*// min more >=
@media all and (min-width: 600px) {
}
// max less <=
@media screen and (max-width: 599px) {
}*/
/*.page-top-a {
  margin: -50px auto 0;
}*/
.max-1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.max-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

:root {
  /* Neutral */
  --c-wht: #fff;
  --c-gry-l: #e6eaed;
  --c-gry: #c9cccf;
  --c-blk-xl: #798086;
  --c-blk-l: #61676b;
  --c-blk: #303336;
  /* Main */
  --c-main-xl: #ebf6ff;
  --c-main-l: #3393dd;
  --c-main: #0078d4;
  --c-main-d: #015a9e;
  /* Accent */
  --c-acc-l: #fefae6;
  --c-acc: #fad433;
  --c-acc-d: #f9c900;
  --c-acc-xd: #645000;
  /* Positive */
  --c-pos-l: #e3f3ed;
  --c-pos: #008756;
  --c-pos-d: #006c45;
  /* Negative */
  --c-neg-l: #fff2f3;
  --c-neg: #ed0008;
  --c-neg-d: #be0006;
  /* Attention */
  --c-att-l: #fff8f5;
  --c-att: #ff5500;
  /* sub */
  --c-sub-l: #f9fbfd;
  --c-sub: #f3faff;
  --c-sub-b: #baddf7;
  --c-text: #303336;
  --c-link: #0078D4;
  --c-hover: #015a9e;
  --c-focus: #0078D4;
  --c-visit: #6846CE;
  --c-active: #ff5500;
  --c-disabled: #afb3b6;
  --bg-hover-a: #015a9e;
  --bg-hover-b: #ebf6ff;
  --bg-cv-a: #fad433;
  --bg-cv-b: #f9c900;
  --bg-main-g: url(/content/bizdrive-asm/images/bg_img_a.png), linear-gradient(90deg, #3497E3 0%, #0078D4 100%);
  --ui-link-arrow: url(/content/bizdrive-asm/images/ui_link_arrow.svg);
  --ui-link-close: url(/assets/img/ui_link_close.svg);
  --ui-link-dl: url(/assets/img/ui_link_dl.svg);
  --list-disc: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQiIGN5PSI0LjU5MTgiIHI9IjQiIGZpbGw9IiMwMDc4RDQiLz48L3N2Zz4=");
  /*  --box-shadow-a: 0 2px 24px 8px rgba(54, 130, 217, 0.08);*/
  --box-shadow-a: 0 2px 24px 8px rgba(54, 130, 217, 0.08), 0 2px 8px rgba(54, 130, 217, 0.1);
  --box-shadow-b: 0 1px 8px 0 rgba(54, 130, 217, 0.1);
  --box-shadow-c: 0px 4px 5px -2px rgba(0, 0, 0, 0.3);
  --box-shadow-a-hover: 0 2px 48px 16px rgba(54, 130, 217, 0.08);
  --box-shadow-b-hover: 0 2px 24px 0 rgba(54, 130, 217, 0.12);
  --filter-a: brightness(0) invert(1);
  --ui-link-blank: url(/content/bizdrive-asm/images/ui_link_blank.svg);
  --ui-link-pdf: url(/content/bizdrive-asm/images/ui_link_pdf.svg);
  --ui-link-anchor: url(/content/bizdrive-asm/images/ui_link_anchor.svg);
}

body {
  overflow-x: clip;
}

#asm {
  /*
  // max less <=
  @media screen and (max-width: 639px) {
    h2[id^="anc-"] {
          margin-top: -50px;
          padding-top: 50px;
      }
  }*/
  /*[id^="anc_"] {
    scroll-margin-top: 100px; // スクロール位置調整
  }*/
  /*@media screen and (max-width: 639px) {
    [id^="anc-"] {
          margin-top: -30px;
          padding-top: 30px;
      }
  }*/
  /*
   * animation style
  ** ------------------------------------------------------ */
  /* ========= fadeIn  ========= */
  /* wrapping title */
  /* base nav_anchor_a */
  /* nav_anchor_a */
  /* icon */
  /*a {color: var(--c-link); transition: color .3s, background-color .3s, border .3s, box-shadow .3s;}
  a:hover {color: var(--c-hover);}
  a:active {color: var(--c-active);}
  a:visited {color: var(--c-visit);}*/
  /*// max less <=
  @media screen and (max-width: 767px) {
    .secOnoffer_list {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 0;
      padding-left: 0;
      padding-right: 0;
    }
  }*/
  /*
   * .bar-tax-btn
  ** ------------------------------------------------------ */
  /*.bar-tax-btn {display: flex; justify-content: space-between; align-items: stretch; border-top: 1px solid #fff;}
  .bar-tax-btn li {width: 50%; min-height: 100%;}
  .bar-tax-btn li a {display: flex; justify-content:center; align-items: center; flex-wrap: wrap; padding: .5em; text-align: center; text-decoration: none; font-size: 1.4rem; line-height: 1.4; font-weight: bold; width: 100%; height: 100%;}
  .bar-tax-btn li a:hover {opacity: .8;}
  .bar-tax-btn li a .image {width: 100%; display: block; text-align: center;}
  .bar-tax-btn li a .image > img.icon {width: 35px; height: auto; margin: 0 auto; display: block; vertical-align: bottom;}
  .bar-tax-btn li a .text {display: flex; justify-content:center; align-items: center; flex-wrap: wrap;}
  .bar-tax-btn li.download a {background: $colorE; color: #fff;}
  .bar-tax-btn li.contact a  {background: $Yellow600; color: $Black;}

  @media all and (min-width: 640px), print {
  	.bar-tax-btn li a {font-size: 1.6rem; padding: .75em;}
  }

  @media all and (min-width: 980px), print {
  	.bar-tax-btn li a {font-size: 2rem;}
  	.bar-tax-btn li a .image {width: auto; display: inline-block; text-align: center;}
  	.bar-tax-btn li a .image > img.icon {width: 45px; margin: 0 .25em 0 0;}
  }

  @media all and (min-width: 1200px), print {
  	.bar-tax-btn li a {font-size: 2.4rem;}
  }*/
  /**
   basics
   */
  /* .txt-lead-a */
  /* .txt-em-b */
}
#asm #main {
  font-family: YakuHanJP, "BIZ UDPGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #303336;
  line-height: 1.75;
}
#asm .bgWrap {
  background-color: #F5F8FA;
}
#asm img {
  max-width: 100%;
  height: auto;
}
#asm h2[id^=anc_] {
  margin-top: -100px !important;
  padding-top: 100px !important;
}
@media screen and (min-width: 640px), print {
  #asm .lyt-idx-a.promo > .idx {
    padding: 0px 0 0 30px;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  #asm .fadeIn-01 {
    opacity: 0;
    animation: fadeIn-01 0.5s ease-in 0.3s 1 normal forwards;
  }
  #asm .fadeIn-02 {
    opacity: 0;
    animation: fadeIn-02 0.8s ease-in 0.7s 1 normal forwards;
  }
}
@keyframes fadeIn-01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn-02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#asm h1, #asm h2, #asm h3, #asm h4, #asm h5, #asm h6 {
  line-height: 1.5;
}
#asm h4, #asm h5, #asm h6 {
  font-size: inherit;
}
#asm [class^=hd_]._h1 {
  font-size: 3.2rem;
  margin: 2em 0 1em;
}
#asm [class^=hd_]._h2 {
  font-size: 2.8rem;
  margin: 2em 0 1em;
}
#asm [class^=hd_]._h3 {
  font-size: 2.4rem;
  margin: 2.5em 0 1em;
}
#asm [class^=hd_]._h4 {
  font-size: 2rem;
  margin: 3em 0 1em;
}
#asm [class^=hd_]._h5 {
  font-size: 1.8rem;
  margin: 3em 0 1em;
}
#asm [class^=hd_]._h6 {
  font-size: 1.6rem;
  margin: 3em 0 1em;
}
#asm [class^=hd_]:first-child {
  margin-top: 0;
}
#asm [class^=hd_]:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #asm .hd_a._h1 {
    font-size: 4rem;
  }
  #asm .hd_a._h2 {
    font-size: 3.2rem;
  }
  #asm .hd_a._h3 {
    font-size: 2.4rem;
  }
}
#asm .hd_b {
  font-size: 2.4rem;
  position: relative;
  padding-left: 1.6rem;
}
#asm .hd_b::before {
  content: "";
  width: 4px;
  height: 1.4em;
  position: absolute;
  top: 0.05em;
  left: 0;
  background: linear-gradient(to bottom, #FAD433 0%, #FAD433 50%, #176CFF 50%, #176CFF 100%);
}
#asm .hd_b.ta_c {
  padding-bottom: 0.5em;
}
#asm .hd_b.ta_c::before {
  width: 32px;
  height: 4px;
  top: initial;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  background: linear-gradient(to right, #FAD433 0%, #FAD433 50%, #176CFF 50%, #176CFF 100%);
}
@media (max-width: 599px) {
  #asm .hd_b.ta_c_pc {
    padding-bottom: 0.5em;
  }
  #asm .hd_b.ta_c_pc::before {
    width: 32px;
    height: 4px;
    top: initial;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    background: linear-gradient(to right, #FAD433 0%, #FAD433 50%, #176CFF 50%, #176CFF 100%);
  }
}
#asm .hd_c {
  position: relative;
  padding-left: 1.6rem;
  font-size: 2.8rem;
}
#asm .hd_c::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 10px;
  background: var(--bg-main-g);
}
@media (min-width: 768px) {
  #asm .hd_c {
    font-size: 3.2rem;
  }
}
#asm .hd_wrap_a {
  margin: 3em 0 2em;
}
#asm [class*=hd_wrap_]:first-child {
  margin-top: 0;
}
#asm [class*=hd_wrap_]:last-child {
  margin-bottom: 0;
}
#asm [class*=hd_wrap_] p {
  margin: 0;
}
#asm .hd_wrap_a .sub {
  color: var(--c-main-a);
  font-size: 1.2rem;
  font-weight: bold;
}
#asm .hd_wrap_a .sub + [class*=hd_] {
  margin-top: 0.2rem;
}
#asm .hd_wrap_main_a .inner,
#asm .hd_wrap_a .inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#asm .hd_wrap_main_a .txt_wrap,
#asm .hd_wrap_a .txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 16px;
}
#asm .hd_wrap_main_a .txt_wrap *,
#asm .hd_wrap_a .txt_wrap * {
  margin: 0;
}
#asm .hd_wrap_main_a .txt_wrap .title,
#asm .hd_wrap_main_a .txt_wrap .text,
#asm .hd_wrap_a .txt_wrap .title,
#asm .hd_wrap_a .txt_wrap .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#asm .hd_wrap_main_a .txt_wrap .hd_a:first-child,
#asm .hd_wrap_a .txt_wrap .hd_a:first-child {
  margin: 0;
}
#asm .hd_wrap_main_a .txt_wrap .hd_a:first-child + p,
#asm .hd_wrap_a .txt_wrap .hd_a:first-child + p {
  margin-top: 1em;
}
#asm .hd_wrap_main_a .txt_wrap .catch,
#asm .hd_wrap_a .txt_wrap .catch {
  color: var(--c-main);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
#asm .hd_wrap_main_a .txt_wrap .catch + .hd_a,
#asm .hd_wrap_a .txt_wrap .catch + .hd_a {
  margin-top: 0;
}
#asm .hd_wrap_main_a .read,
#asm .hd_wrap_a .read {
  margin-top: 1em;
}
#asm .hd_wrap_main_a .img_wrap,
#asm .hd_wrap_a .img_wrap {
  margin: 0;
}
#asm .hd_wrap_main_a .img_wrap .image,
#asm .hd_wrap_a .img_wrap .image {
  border-radius: 0;
  aspect-ratio: 16/9;
}
#asm .hd_wrap_main_a .img_wrap img,
#asm .hd_wrap_a .img_wrap img {
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#asm .hd_wrap_main_a + .hd_wrap_main_a {
  border-top: solid 1px #ccc;
}
@media (min-width: 768px) {
  #asm .hd_wrap_main_a .inner {
    flex-direction: initial;
    align-items: center;
    justify-content: space-between;
    padding: 24px 10px;
    gap: 32px;
  }
  #asm .hd_wrap_main_a .head_wrap {
    padding: 1rem 0;
  }
  #asm .hd_wrap_main_a .head_wrap .hd_a {
    font-size: 2.8rem;
  }
  #asm .hd_wrap_main_a .txt_wrap {
    padding: 0;
    width: 100%;
  }
  #asm .hd_wrap_main_a .img_wrap {
    width: 100%;
  }
  #asm .hd_wrap_main_a .catch {
    font-size: 1.8rem;
  }
  #asm .hd_wrap_main_a .img_wrap {
    flex-shrink: 0;
    max-width: 340px;
    border-radius: 16px;
    align-self: flex-start;
  }
  #asm .hd_wrap_main_a .img_wrap .image img {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1201px) {
  #asm .hd_wrap_main_a .inner {
    padding-right: 0px;
    padding-left: 0px;
  }
}
#asm [href^="#"]::after {
  transform: none !important;
}
#asm [class*=btn_list_] {
  list-style: none;
  margin: 32px 0;
  padding: 0;
}
#asm [class*=btn_list_]:first-child {
  margin-top: 0;
}
#asm [class*=btn_list_]:last-child {
  margin-bottom: 0;
}
#asm ul.btn_list_a {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1.5;
}
#asm ul.btn_list_a._row {
  flex-direction: row;
}
#asm ul.btn_list_a > li {
  /*
  	> a:has(> i)::after,
  	> button:has(> i)::after {margin-right: 0 !important;}
  */
}
#asm ul.btn_list_a > li > a,
#asm ul.btn_list_a > li > button {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 4px;
  width: 100%;
  height: 100%;
  min-width: 96px;
  min-height: 48px;
  text-decoration: none;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #fff;
  border: solid 1px;
  color: var(--c-link);
  border-color: var(--bg-main-g);
  transition: background-color 0.3s;
  font-weight: bold;
}
#asm ul.btn_list_a > li > a::after,
#asm ul.btn_list_a > li > button::after {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: var(--c-link);
  mask: var(--ui-link-arrow) center/20px no-repeat;
  margin-right: -4px;
  transition: transform 0.3s;
}
#asm ul.btn_list_a > li > a:hover,
#asm ul.btn_list_a > li > button:hover {
  color: var(--c-hover);
  background-color: var(--bg-hover-b);
  text-decoration: underline;
}
#asm ul.btn_list_a > li > a:hover::after,
#asm ul.btn_list_a > li > button:hover::after {
  background-color: var(--c-hover);
  transform: translateX(2px);
}
#asm ul.btn_list_a > li > a.def::after,
#asm ul.btn_list_a > li > button.def::after {
  content: none;
}
#asm ul.btn_list_a > li > a._prev::after,
#asm ul.btn_list_a > li > button._prev::after {
  margin-left: -4px;
  margin-right: 0;
  transform: translateX(0) rotate(-180deg);
  order: -1;
}
#asm ul.btn_list_a > li > a._prev:hover::after,
#asm ul.btn_list_a > li > button._prev:hover::after {
  transform: translateX(-2px) rotate(-180deg);
}
#asm ul.btn_list_a > li > a span {
  overflow: hidden;
  max-height: 3.5em;
}
#asm ul.btn_list_a > li > a span {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
#asm ul[class*=link_list_] > li > a[href^="#"]::after,
#asm ul[class*=btn_list_] > li > a[href^="#"]::after {
  mask-image: var(--ui-link-anchor);
}
#asm .hd_wrap_a + nav.nav_anchor_a::before {
  border: none;
}
#asm nav.nav_anchor_a {
  background: #fff;
  position: relative;
  top: 0;
  z-index: 11;
  padding: 0;
}
#asm nav.nav_anchor_a._fixed {
  position: sticky;
}
#asm nav.nav_anchor_a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc((100vw - 100%) / -2);
  top: 0;
  width: 100vw;
  height: 100%;
  border: solid var(--c-gry-l);
  border-width: 1px 0 0;
  box-shadow: 0 12px 10px -8px rgba(54, 130, 217, 0.2);
  background: #fff;
  pointer-events: none;
}
#asm nav.nav_anchor_a ul.btn_list_a {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  padding: 12px 16px 10px;
  gap: 12px;
  font-size: 1.4rem;
  flex-direction: row;
  flex-wrap: nowrap;
  counter-reset: inherit;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: var(--c-main-xl) #fff;
}
#asm nav.nav_anchor_a ul.btn_list_a::before {
  content: "";
  position: absolute;
  top: 15px;
  height: 3em;
  background: var(--bg-main-g);
  border-radius: 6px;
  transition: left 0.3s ease, width 0.3s ease;
  z-index: 0;
  pointer-events: none;
  display: block;
}
#asm nav.nav_anchor_a ul.btn_list_a ::-webkit-scrollbar {
  width: 5px;
}
#asm nav.nav_anchor_a ul.btn_list_a ::-webkit-scrollbar-track {
  background: #fff;
}
#asm nav.nav_anchor_a ul.btn_list_a ::-webkit-scrollbar-thumb {
  background: var(--c-main-xl);
}
#asm nav.nav_anchor_a ul.btn_list_a ::-webkit-scrollbar-thumb:hover {
  background: var(--c-gry);
}
#asm nav.nav_anchor_a ul.btn_list_a > li {
  flex-shrink: 0;
  line-height: 1.1;
}
#asm nav.nav_anchor_a ul.btn_list_a > li > a {
  position: relative;
  background: transparent !important;
  z-index: 2;
  padding: 2px 10px;
  border: none;
  max-width: 288px;
  min-width: initial;
  color: var(--c-text);
}
#asm nav.nav_anchor_a ul.btn_list_a > li > a:hover {
  background-color: var(--bg-hover-b) !important;
}
#asm nav.nav_anchor_a ul.btn_list_a > li.is_active > a {
  background: var(--bg-main-g);
  color: #fff;
  /*        background: transparent;*/
}
#asm nav.nav_anchor_a ul.btn_list_a > li.is_active > a::after {
  background-color: #fff;
}
#asm nav.nav_anchor_a ul.btn_list_a > li.is_active > a:hover {
  background: transparent !important;
}
#asm .mv_logo {
  width: min(100%, 196px);
  margin-bottom: 8px;
}
#asm .hd_a._blue {
  color: var(--c-link);
}
#asm .link-pdf:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 2px;
  vertical-align: -0.25em;
  mask: var(--ui-link-pdf) center/20px no-repeat;
  background-color: var(--c-link);
}
#asm .icon-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
}
#asm .icon-plus img {
  width: 100%;
  opacity: 0;
}
#asm .icon-plus i {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  z-index: 1;
}
#asm .icon-plus i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--c-link);
  mask: url(/content/bizdrive-asm/images/icon_pulse.svg) center/90% no-repeat;
}
#asm .secOnoffer_list {
  max-width: 930px;
  margin: 0 auto;
}
#asm .secOnoffer_list .card {
  position: relative;
  height: 100%;
  padding: 24px;
  background-color: white;
  border: 1px solid #E6EAED;
  border-radius: 16px;
  box-shadow: 0px 2px 24px 8px rgba(54, 130, 217, 0.08), 0px 2px 8px rgba(54, 130, 217, 0.1);
  transition: 0.2s all;
}
@media all and (min-width: 768px) {
  #asm .secOnoffer_list .card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
  }
}
#asm .secOnoffer_list .card ._image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#asm .secOnoffer_list .card ._image img {
  width: 100%;
  transition: 0.2s all;
}
#asm .secOnoffer_list .card ._title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
#asm .secOnoffer_list .card ._text {
  color: var(--bg-blk-c);
  margin-top: 24px;
}
#asm .secOnoffer_list .card ._link {
  display: flex;
  align-items: center;
  margin-top: 24px;
  column-gap: 0.25em;
  color: var(--c-link);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.2s all;
}
#asm .secOnoffer_list .card ._link:after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: -2px 0 0 -2px;
  mask: var(--ui-link-arrow) center/24px no-repeat;
  background-color: var(--c-link);
}
#asm .secOnoffer_list .card ._link::before {
  position: absolute;
  content: "";
  inset: 0;
}
@media (hover: hover) {
  #asm .secOnoffer_list .card:hover {
    background-color: #EBF6FF;
    box-shadow: var(--box-shadow-a-hover);
  }
  #asm .secOnoffer_list .card:hover ._image img {
    transform: scale(1.03);
  }
  #asm .secOnoffer_list .card:hover ._link {
    column-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  #asm .secOnoffer_list .card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px;
  }
  #asm .secOnoffer_list .card > * {
    width: 100%;
  }
  #asm .secOnoffer_list .card ._title {
    margin-top: 24px;
  }
}
#asm .bg-sub {
  padding: 48px 0;
  background-color: #EBF6FF;
  border-top: 1px solid #D6EDFF;
  border-bottom: 1px solid #D6EDFF;
}
#asm .hdg-c {
  text-align: center;
  position: relative;
  color: #303336;
  border: none;
  padding: 0 0.5em 1em;
}
#asm .hdg-c span {
  position: relative;
  display: inline-block;
  padding: 30px 0 0.3em;
  border-top: 3px solid #303336;
  border-image: linear-gradient(to right, transparent 0%, transparent 21%, #303336 21%, #303336 79%, transparent 79%, transparent 100%) 1;
}
#asm .hdg-c span::before,
#asm .hdg-c span::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
#asm .hdg-c span::before {
  background-color: #303336;
}
#asm .hdg-c span::after {
  top: -7px;
  background-color: #fff;
}
#asm .box-a.info {
  background: transparent;
}
#asm .box-a.info > .box-a-inner {
  background: transparent;
  padding-bottom: 32px;
}
#asm .box-a.info h2 {
  color: #fff;
}
#asm .box-a.info .lyt-idx-a .idx-inner {
  border: none;
  border-radius: 16px;
}
#asm .box-a.info .lyt-idx-a .idx-inner > .btn-wrap {
  margin-bottom: 0;
}
#asm .box-a.info .lyt-idx-a .idx-inner .image {
  text-align: center;
}
#asm .box-a.info .lyt-idx-a .idx-inner .image img {
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  #asm .box-a.info .lyt-idx-a .idx-inner .image img {
    max-width: 50px;
  }
}
#asm .btn-b {
  border: none;
  border-radius: 8px;
  background: #FAD433;
  padding: 7px 12px;
  font-size: 1.8rem;
  width: 100%;
  transition: background 0.2s;
}
@media screen and (max-width: 639px) {
  #asm .btn-b {
    font-size: 1.6rem;
  }
}
#asm .btn-b > span {
  display: inline-block;
  position: relative;
  padding: 0 21px;
}
#asm .btn-b > span:before {
  content: "";
  position: absolute;
  top: calc(50% + 0px);
  left: -7px;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background: url(/content/bizdrive-asm/images/mail.svg) no-repeat center center/cover;
}
#asm .btn-b.dl > span:before {
  left: -5px;
  background: url(/content/bizdrive-asm/images/download.svg) no-repeat center center/cover;
}
#asm .btn-b > span:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 2px;
  transform: translateY(-50%) rotate(-45deg);
  width: 9px;
  height: 9px;
  transition: right 0.3s;
  border: solid #645000;
  border-width: 0 2px 2px 0;
  transform-origin: center;
}
#asm .btn-b:hover {
  background: #F9C900;
  color: #303336;
}
#asm .btn-b:hover > span:after {
  right: 0px;
}
#asm .btn-wrap .btn-b > span:before {
  display: none;
}
#asm .bar-cta {
  padding: 12px;
  display: flex;
  justify-content: center;
}
#asm .bar-cta .btn-b {
  font-size: inherit;
  width: auto;
  min-width: 280px;
  margin: 0 8px;
}
@media screen and (max-width: 639px) {
  #asm .bar-cta {
    padding: 8px;
    align-items: center;
  }
  #asm .bar-cta .btn-b {
    min-width: auto;
    width: 100%;
    margin: 0;
  }
}
#asm .bg_E {
  background: var(--bg-main-g);
}
#asm .tools {
  margin: 16px 0 32px;
}
@media all and (min-width: 768px) {
  #asm .tools {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
#asm .tools .toolsCol {
  display: flex;
  flex-direction: column;
  margin: 16px 0 16px;
  padding: 0px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E6EAED;
  box-shadow: 0px 2px 24px 8px rgba(54, 130, 217, 0.08), 0px 2px 8px rgba(54, 130, 217, 0.1);
}
#asm .tools .toolsCol .title {
  text-align: center;
  border-bottom: 1px solid #E6EAED;
}
#asm .tools .toolsCol > div {
  padding: 8px;
}
@media all and (min-width: 768px) {
  #asm .tools .toolsCol > div {
    padding: 16px;
  }
}
#asm .assignment {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  position: relative;
}
#asm .assignment:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: calc(100% - 16px);
  background-color: var(--c-link);
  z-index: -1;
}
@media all and (min-width: 600px) {
  #asm .assignment {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 42px;
    background: url(/content/bizdrive-asm/images/assignment.svg) no-repeat center center/contain;
  }
  #asm .assignment > li.g1 {
    grid-column: 2/4;
    grid-row: 1/3;
  }
  #asm .assignment > li.g2 {
    grid-column: 1/3;
    grid-row: 3/5;
  }
  #asm .assignment > li.g3 {
    grid-column: 3/5;
    grid-row: 3/5;
  }
  #asm .assignment:after {
    display: none;
  }
}
#asm .assignment > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0px;
  padding: 0px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E6EAED;
  box-shadow: 0px 2px 24px 8px rgba(54, 130, 217, 0.08), 0px 2px 8px rgba(54, 130, 217, 0.1);
}
#asm .assignment > li > div {
  padding: 16px;
}
@media all and (min-width: 768px) {
  #asm .assignment > li > div {
    padding: 24px;
  }
}
#asm .assignment > li .title {
  text-align: center;
  border-bottom: 1px solid #E6EAED;
}
#asm .consult {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
@media all and (min-width: 768px) {
  #asm .consult {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
#asm .consult > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E6EAED;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.11));
}
@media all and (min-width: 768px) {
  #asm .consult > li {
    padding: 24px;
  }
}
#asm .consult > li .image {
  text-align: center;
  font-size: 0;
}
#asm .features {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
@media all and (min-width: 768px) {
  #asm .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media all and (min-width: 1024px) {
  #asm .features {
    grid-template-columns: repeat(3, 1fr);
  }
}
#asm .features > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E6EAED;
  box-shadow: 0px 2px 24px 8px rgba(54, 130, 217, 0.08), 0px 2px 8px rgba(54, 130, 217, 0.1);
}
@media all and (min-width: 768px) {
  #asm .features > li {
    padding: 24px;
  }
}
#asm .features > li .image {
  display: flex;
  justify-content: center;
}
#asm .points {
  color: #3393DD;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 12px;
  display: inline-block;
  background-color: #EBF6FF;
  border-radius: 100vmax;
}
#asm .mv-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 12px;
}
#asm .mv-wrap .image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 16px 0;
}
#asm .mv-wrap .image img {
  border-radius: 16px;
}
@media all and (min-width: 768px) {
  #asm .mv-wrap {
    padding: 32px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #asm .mv-wrap .image {
    margin: 0 0 0 12px;
  }
}
#asm .indent {
  text-indent: -1em;
  padding-left: 2em;
  font-weight: bold;
}
#asm .fixWrap {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 24px 8px rgba(54, 130, 217, 0.08), 0px 2px 8px rgba(54, 130, 217, 0.1);
}
#asm #footer-top {
  line-height: 1;
  opacity: 0;
  position: absolute;
  right: 30px;
  text-align: right;
  top: 20px;
  transition: 0.4s opacity;
}
#asm #footer-top.active {
  opacity: 1;
  top: 0;
}
#asm #footer-top.stop {
  bottom: 100px;
  position: fixed;
  right: 15px;
  top: auto;
  z-index: 99;
}
#asm #footer-top #pagetop {
  background: #dbdee1;
  border-radius: 100px;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  position: relative;
  transition: 0.2s all;
  width: 48px;
  z-index: 99;
}
#asm #footer-top #pagetop::before {
  border-bottom: solid 3px #333;
  border-right: solid 3px #333;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  transform: rotate(-135deg);
  width: 12px;
  will-change: transform;
}
#asm #footer-top #pagetop:hover, #asm #footer #footer-top #pagetop:focus {
  opacity: 0.7;
}
#asm #footer-top #pagetop span {
  display: block;
  position: absolute;
  right: -999em;
}
#asm .txt-lead-a {
  line-height: 1.8;
}
#asm .txt-lead-a + .txt-lead-a {
  margin-top: 1em;
}
@media all and (max-width: 980px) {
  #asm .txt-lead-a {
    font-size: 1.8rem;
  }
  #asm .txt-lead-a br {
    display: none;
  }
}
@media all and (max-width: 639px) {
  #asm .txt-lead-a {
    font-size: 1.6rem;
    text-align: left;
  }
  #asm .txt-lead-a br {
    display: block;
  }
}
#asm .txt-em-b {
  background: linear-gradient(transparent 80%, #ffde44 80%);
}

/*# sourceMappingURL=asm.css.map */
