@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");

#BS_btmNV {
  margin-top: 0;
}

.amr_enText {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.amr_pcOnly {
  display: block;
}

.amr_spOnly {
  display: none;
}

.amr_inlineBlock {
  display: inline-block;
}

.amr_base {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

.amr_base img,
.pg_kv img {
  max-width: 100%;
  height: auto;
}

.amr_base a:hover {
  text-decoration: none;
}

.amr_cnt {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

#BZ_im_amr.pg_kv {
  background-color: #ffffff;
  min-height: 130px;
  background-position: right;
}

#BZ_im_amr.pg_kv .amr_pg_kv_description {
  display: block;
  margin: 15px 0 0;
  padding: 0;
  border: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.amr_pageLinkList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  gap: 15px 30px;
  margin: 125px 0 48px;
  padding: 0;
  list-style: none;
}

.amr_pageLinkList a {
  display: block;
  padding: 5px;
  border: solid 2px #024ea2;
  border-radius: 3px;
  color: #004ea2;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.amr_pageLinkList img {
  display: block;
  position: relative;
  top: 0;
  margin: 5px auto 0;
  transition: top 0.4s;
}

@media (hover: hover) {
  .amr_pageLinkList a:hover img {
    top: 3px;
  }
}

.amr_feature {
  margin: 79px 0 0;
}

.amr_featureGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.amr_featureCard {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 12px;
}

.amr_featureCardTitle {
  margin: 0;
  color: #004ea2;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.amr_featureCardText {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.amr_featureCardImage img {
  display: block;
  width: 100%;
  height: auto;
}

.amr_spec {
  margin-top: 80px;
}

.amr_scene {
  padding: 80px 0;
}

.amr_sceneTop {
  display: flex;
  gap: 0 100px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.amr_sceneTopLeft {
  flex: 1;
}

.amr_sceneTopRight {
  flex-shrink: 0;
  width: 540px;
}

.amr_sceneTitle {
  margin: 0 0 31px;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.amr_sceneFeatures {
  margin-bottom: 24px;
}

.amr_sceneFeaturesTitle {
  padding-bottom: 3px;
  border-bottom: solid 2px #004EA2;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  width: fit-content;
  padding-inline: 8px;
}

.amr_sceneFeaturesList {
  margin: 0;
  padding: 0 0 0 9px;
  list-style: none;
}

.amr_sceneFeaturesList li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.amr_sceneFeaturesList li:last-child {
  margin-bottom: 0;
}

.amr_sceneFeaturesList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #004ea2;
}

.amr_sceneNote {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.amr_sceneNote a {
  color: #004ea2;
  text-decoration: none;
  border-bottom: solid 1px #004ea2;
}

.amr_sceneCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.amr_sceneCard {
  position: relative;
  background-color: #ffffff;
}

.amr_sceneCardImage img {
  display: block;
  width: 100%;
  height: auto;
}

.amr_sceneCardIndustry {
  margin: 9px 0 13px;
  color: #004ea2;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.amr_sceneCardText {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  min-height: 56px;
}

.amr_sceneCardArrow {
  display: block;
  margin: 16px auto 0;
  fill: #004ea2;
}

.amr_sceneCardBenefit {
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #004ea2;
  color: #fbfbfb;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.amr_lineup {
  padding: 77px 0;
  background-color: #fbfbfb;
}

.amr_lineupTable {
  margin-top: 40px;
  overflow-x: auto;
}

.amr_lineupTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  background-color: #fbfbfb;
}

.amr_lineupHeader {
  background-color: #004ea2;
  color: #fbfbfb;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  padding: 23px 60px;
}

.amr_lineupHeader--empty {
  width: 144px;
  background-color: transparent;
}

.amr_lineupRowHeader {
  background-color: #efeff0;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  padding: 28px 8px;
  width: 144px;
}

.amr_lineupTable td {
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  padding: 23px 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.amr_lineupTable td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.amr_lineupNotes {
  margin-top: 24px;
}

.amr_lineupNotes p {
  margin: 0 0 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}

.amr_lineupNotes p:last-child {
  margin-bottom: 0;
}

.amr_lineupCta {
  margin-top: 45px;
  text-align: right;
}

.amr_lineupCtaLink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid #004ea2;
  border-radius: 2px;
  color: #004ea2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.amr_lineupCtaLink:hover {
  background-color: #004ea2;
  color: #ffffff;
}

.amr_lineupCtaLink img {
  flex-shrink: 0;
}

.amr_lineupCtaArrow {
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(../../img/ic_copy.png) no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.amr_support {
  padding: 80px 0;
  background-color: #e5f2ff;
}

.amr_support h2 {
  margin: 0;
  color: #004ea2;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.amr_supportLead {
  margin: 17px 0 27px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.amr_supportFlow {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.amr_supportStep {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 176px;
  padding: 30px 8px 24px;
  background-color: #fbfbfb;
  min-height: 287px;
}

.amr_supportStepSubText {
  display: block;
  margin-top: 12px;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}

.amr_supportStepIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 64px;
  background-color: #fbfbfb;
}

.amr_supportStepIcon img {
  display: block;
  width: 48px;
  height: 48px;
}

.amr_supportStepTitle {
  margin: 0;
  color: #004ea2;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amr_supportStepText {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.amr_supportArrow {
  flex-shrink: 0;
  width: 30px;
  height: 4px;
  align-self: center;
}

.amr_supportArrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.amr_reason {
  padding: 79px 0;
  background-color: #e5f2ff;
}

.amr_reasonList {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}

.amr_reasonItem {
  margin-bottom: 48px;
}

.amr_reasonItem:last-of-type {
  margin-bottom: 0;
}

.amr_reasonFlexWrapper {
  display: flex;
  align-items: flex-start;
  gap: 0 100px;
}

.amr_reasonTitle {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.amr_reasonTitle .amr_enText {
  color: #004ea2;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 1;
}

.amr_reasonTitle h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.amr_reasonContent > p {
  margin: 10px 0 0;
}

.amr_reasonNote {
  margin: 16px 0 0 !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}

.amr_customizeBox {
  margin-top: 57px;
  padding: 45px;
  border-radius: 8px;
  background-color: #fbfbfb;
  position: relative;
}

.amr_customizeLabel {
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 14px;
  margin: 0 0 16px;
  padding: 5px 16px;
  border-radius: 16px 0 16px 0;
  background-color: #004ea2;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.amr_customizeList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}

.amr_customizeItem {
  text-align: center;
}

.amr_customizeIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  width: 48px;
  height: 48px;
}

.amr_customizeIcon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.amr_customizeTitle {
  margin: 0 0 10px;
  color: #004ea2;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.amr_customizeText {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.amr_reasonFlexWrapper img {
  flex-shrink: 0;
  width: 440px;
  height: auto;
}

.amr_specGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.amr_specCard {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 12px;
}

.amr_specCardTitle {
  margin: 0;
  color: #004ea2;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.amr_specNote {
  font-size: 14px;
  font-size: 0.875rem;
}

.amr_specCardText {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.amr_specCardImage img {
  display: block;
  width: 100%;
  height: auto;
}

.amr_cta {
  display: flex;
  align-items: center;
  background-image: url(../../img/cta_bg.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 48px 4%;
}

.amr_ctaInner {
  width: fit-content;
  margin-inline: auto;
}

.amr_ctaInner > p {
  margin: 0;
  color: #fbfbfb;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.amr_ctaButtons {
  display: flex;
  gap: 30px 110px;
  width: fit-content;
  margin: 30px auto 0;
}

.amr_ctaButton > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
  color: #e5f2ff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.amr_ctaButton > p::before,
.amr_ctaButton > p::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 3px;
  height: 32px;
  border-radius: 9999px;
  background-color: #e5f2ff;
}

.amr_ctaButton > p::before {
  transform: rotate(-25deg);
  margin-right: 11px;
}

.amr_ctaButton > p::after {
  transform: rotate(25deg);
  margin-left: 11px;
}

.amr_ctaButton > a {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 210px;
  padding: 13px 16px;
  border-radius: 5px;
  background-color: #e5f2ff;
  color: #004ea2;
  box-shadow: 0 8px 8px rgba(0, 43, 90, 0.24);
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  transition: 0.4s;
}

.amr_ctaButton > a > span {
  width: 100%;
}

.amr_ctaButton > a > svg {
  flex-shrink: 0;
  fill: #004ea2;
  transition: 0.4s;
}

.amr_ctaButton:nth-of-type(2) > a {
  background-color: #a5d2ff;
}

@media (hover: hover) {
  .amr_ctaButton > a:hover {
    background-color: #004ea2;
    color: #fbfbfb;
  }

  .amr_ctaButton > a:hover > svg {
    fill: #fbfbfb;
  }
}

.amr_intro {
  padding: 80px 0 0;
  background-color: #efeff0;
}

.amr_introHeader {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.amr_introTitle {
  display: inline-block;
  margin: 0;
  padding: 18px 45px;
  border-radius: 50px;
  background-color: #004ea2;
  color: #fbfbfb;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.amr_introBubbleTail {
  position: absolute;
  bottom: -44px;
  right: 22%;
  width: 37px;
  height: 39px;
}

.amr_introBubbleCircle {
  position: absolute;
  border-radius: 50%;
  background-color: #004ea2;
}

.amr_introBubbleCircle1 {
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
}

.amr_introBubbleCircle2 {
  width: 15px;
  height: 15px;
  bottom: 0;
  left: 0;
}

.amr_introList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  gap: 24px;
  padding: 60px 0;
  list-style: none;
  width: min(100%, 881px);
  margin: 0 auto;
}

.amr_introItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  background-color: #fbfbfb;
}

.amr_introText {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-top: 24px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.amr_introTriangle {
  display: block;
  margin-inline: auto;
  padding-bottom: 4px;
}

.amr_solution {
  background-color: #004ea2;
  position: relative;
}

.amr_solutionInner {
  padding: 59px 0 84px;
}

.amr_solutionTriangle {
  display: block;
  margin-inline: auto;
  padding-top: 4px;
}

.amr_solutionMainTitle {
  margin: 0 0 27px;
  color: #fbfbfb;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  border-bottom: solid 2px #fbfbfb;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 13px;
  padding-inline: 13px;
}

.amr_solutionMainTitleText {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
}

.amr_solutionMainTitleSub {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 8px;
}

.amr_solutionDescription {
  margin: 0 0 40px;
  color: #fbfbfb;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.amr_solutionList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: min(100%, 928px);
  margin-inline: auto;
}

.amr_solutionItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px 14px;
  background-color: #fbfbfb;
}

.amr_solutionIconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.amr_solutionItemText {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}

.amr_highlight {
  color: #004ea2;
}

.amr_solutionTube {
  width: min(745px,100%);
  margin: 40px auto 0;
}

.amr_faq {
  padding: 72px 15px 80px;
  background-color: #efeff0;
}

.amr_faqInner {
  width: min(100%, 1000px);
  margin-inline: auto;
}

.amr_faq h2 {
  margin: 0;
  color: #004ea2;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.amr_faqList {
  margin: 32px 0 0;
}

.amr_faqItem {
  margin-bottom: 16px;
  background-color: #ffffff;
}

.amr_faqItem:last-of-type {
  margin-bottom: 0;
}

.amr_faqItem dt {
  display: grid;
  grid-template-columns: 36px 1fr 32px;
  gap: 0 16px;
  padding: 16px 16px 16px 24px;
  cursor: pointer;
}

.amr_faqItem dt .amr_faqQuestion {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.amr_qMarker,
.amr_aMarker {
  color: #004ea2;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.amr_aMarker {
  color: #3c89e3;
}

.amr_faqItem dd {
  display: none;
  margin: 0;
  padding: 16px 16px 16px 24px;
}

.amr_aInner {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 16px;
}

.amr_faqItem dd p {
  margin: 0;
}

.amr_faqIcon {
  display: flex;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #004ea2;
}

.amr_faqIcon.active::before {
  transform: rotate(90deg);
}

.amr_faqIcon::before,
.amr_faqIcon::after {
  content: "";
  display: block;
  border-radius: 9999px;
  background-color: #ffffff;
}

.amr_faqIcon::before {
  width: 3px;
  height: 16px;
  margin-inline: auto;
  transition: 0.4s;
}

.amr_faqIcon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 3px;
}

@media only screen and (max-width: 1000px) {
  .amr_feature {
    margin: 64px 0 40px;
  }

  .amr_pageLinkList {
    margin: 96px 0 40px;
  }

  .amr_scene {
    padding: 60px 0;
  }

  .amr_sceneTop {
    flex-direction: column;
    gap: 40px 0;
    margin-bottom: 45px;
  }

  .amr_sceneTopRight {
    width: 100%;
  }

  .amr_sceneCards {
    gap: 24px;
  }

  .amr_lineup {
    padding: 60px 0;
  }

  .amr_support {
    padding: 60px 0;
  }

  .amr_supportLead {
    margin: 20px 0 32px;
  }

  .amr_reason {
    padding: 60px 0;
  }

  .amr_reasonItem {
    margin-bottom: 40px;
  }

  .amr_reasonFlexWrapper {
    gap: 0 60px;
  }

  .amr_reasonFlexWrapper img {
    width: 380px;
  }

  .amr_customizeList {
    gap: 0 16px;
  }

  .amr_featureGrid {
    margin-bottom: 96px;
  }

  .amr_featureGrid,
  .amr_specGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }

  .amr_cta {
    padding: 32px 4%;
  }

  .amr_ctaButtons {
    gap: 30px 24px;
    margin: 24px auto 0;
  }

  .amr_ctaInner > p {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .amr_solutionList {
    gap: 28px;
  }

  .amr_solutionItem {
    padding: 20px 16px;
  }

  .amr_solutionIconWrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .amr_cnt {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 780px) {
  .amr_pcOnly {
    display: none;
  }

  .amr_spOnly {
    display: block;
  }

  .amr_scene {
    padding: 48px 0;
  }

  .amr_sceneTop {
    margin-bottom: 40px;
  }

  .amr_sceneCards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .amr_sceneCardText {
    min-height: auto;
  }

  .amr_lineup {
    padding: 48px 0;
  }

  .amr_lineupTable {
    margin-top: 32px;
  }

  .amr_lineupHeader,
  .amr_lineupRowHeader,
  .amr_lineupTable td {
    font-size: 16px;
    font-size: 1rem;
  }

  .amr_lineupNotes {
    margin-top: 20px;
  }

  .amr_lineupNotes p {
    font-size: 16px;
    font-size: 1rem;
  }

  .amr_lineupCta {
    margin-top: 24px;
  }

  .amr_lineupCtaLink {
    font-size: 16px;
    font-size: 1rem;
  }

  .amr_support {
    padding: 48px 0;
  }

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

  .amr_supportStep {
    width: 100%;
    padding: 20px 16px;
    min-height: auto;
  }

  .amr_supportStepIcon {
    width: 100%;
  }

  .amr_supportArrow {
    transform: rotate(90deg);
  }

  .amr_reason {
    padding: 48px 0;
  }

  .amr_reasonItem {
    margin-bottom: 48px;
  }

  .amr_reasonFlexWrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "content" "image";
    gap: 30px 0;
  }

  .amr_reasonFlexWrapper img {
    width: 100%;
    grid-area: image;
  }

  .amr_reasonContent {
    grid-area: content;
  }

  .amr_customizeList {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 0;
  }

  .amr_feature {
    margin: 48px 0 32px;
  }

  .amr_pageLinkList {
    margin: 72px 0 32px;
  }

  .amr_featureGrid {
    margin-bottom: 72px;
  }

  .amr_featureGrid,
  .amr_specGrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .amr_faq {
    padding: 52px 15px 60px;
  }

  .amr_intro {
    padding: 40px 0 0;
  }

  .amr_introList {
    gap: 24px;
    padding: 40px 0 44px;
  }

  .amr_introTitle {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 14px 32px;
  }

  .amr_introBubbleTail {
    bottom: -34px;
    right: 20%;
    width: 30px;
    height: 29px;
  }

  .amr_introBubbleCircle1 {
    width: 18px;
    height: 18px;
  }
  
  .amr_introBubbleCircle2 {
    width: 11px;
    height: 11px;
  }

  .amr_solutionInner {
    padding: 50px 0 60px;
  }

  .amr_solutionMainTitle {
    margin: 0 auto 20px;
    padding-bottom: 8px;
    padding-inline: 12px;
  }

  .amr_solutionMainTitleText {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .amr_solutionMainTitleSub {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .amr_solutionDescription {
    margin: 0 0 40px;
  }

  .amr_solutionList {
    gap: 24px;
  }
}

@media only screen and (max-width: 640px) {
  #BZ_im_amr.pg_kv {
    background-position: left;
  }

  #BZ_im_amr.pg_kv .amr_pg_kv_description {
    margin: 8px 0 0;
  }

  .amr_cnt {
    padding-right: 10px;
    padding-left: 10px;
  }

  .amr_faq {
    padding: 52px 10px 60px;
  }

  .amr_ctaInner > p {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .amr_ctaButtons {
    flex-direction: column;
  }

  .amr_introList {
    grid-template-columns: repeat(1,1fr);
  }

  .amr_scene {
    padding: 40px 0;
  }

  .amr_sceneTop {
    gap: 32px 0;
    margin-bottom: 32px;
  }

  .amr_sceneTitle {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .amr_sceneCards {
    gap: 32px;
  }

  .amr_sceneCardIndustry {
    margin: 20px 0 8px;
  }

  .amr_reasonTitle .amr_enText {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .amr_qMarker,
  .amr_aMarker {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .amr_support h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .amr_feature {
    margin: 40px 0 24px;
  }

  .amr_pageLinkList {
    margin: 56px 0 24px;
  }

  .amr_featureGrid {
    margin-bottom: 56px;
  }

  .amr_featureGrid,
  .amr_specGrid {
    gap: 32px;
  }

  .amr_introTitle {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 12px 24px;
  }

  .amr_solutionInner {
    padding: 40px 0 50px;
  }

  .amr_solutionMainTitle {
    margin: 0 auto 16px;
    padding-bottom: 6px;
    padding-inline: 10px;
  }

  .amr_solutionMainTitleText {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .amr_solutionMainTitleSub {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 0;
    margin-top: 4px;
  }

  .amr_solutionDescription {
    margin: 0 0 32px;
  }

  .amr_solutionList {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .amr_lineup {
    padding: 40px 0;
  }

  .amr_lineupTable {
    margin-top: 24px;
  }

  .amr_lineupRowHeader {
    width: 100px;
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 4px;
  }

  .amr_lineupHeader {
    padding: 18px 4px;
  }

  .amr_lineupTable td {
    padding: 12px 4px;
  }

  .amr_lineupCta {
    text-align: center;
  }

  .amr_support {
    padding: 40px 0;
  }

  .amr_supportLead {
    margin: 16px 0 24px;
  }
}

@media only screen and (max-width: 480px) {
  .amr_lineupTable {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .amr_lineupTable table {
    min-width: 640px;
  }

  .amr_faqItem dt {
    grid-template-columns: 31px 1fr 26px;
    gap: 0 12px;
    padding: 12px;
  }

  .amr_faqItem dd {
    padding: 12px;
  }

  .amr_aInner {
    grid-template-columns: 31px 1fr;
    gap: 0 12px;
  }

  .amr_faqIcon {
    width: 26px;
    height: 26px;
  }

  .amr_introItem {
    padding: 16px;
  }

  .amr_reason {
    padding: 40px 0;
  }

  .amr_reasonItem {
    margin-bottom: 40px;
  }

  .amr_reasonTitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
  }

  .amr_customizeBox {
    padding: 16px;
  }

  .amr_reasonTitle .amr_enText {
    font-size: 32px;
    font-size: 2rem;
  }

  .amr_qMarker,
  .amr_aMarker {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .amr_solutionInner {
    padding: 32px 0 40px;
  }

  .amr_solutionMainTitle {
    margin: 0 auto 12px;
    padding-bottom: 6px;
    padding-inline: 8px;
  }

  .amr_solutionDescription {
    margin: 0 0 24px;
  }

  .amr_solutionList {
    gap: 16px;
  }

  .amr_solutionItem {
    padding: 20px 16px;
  }

  .amr_solutionIconWrapper {
    margin-bottom: 16px;
  }
}


#BZ_im_amr .pg_title_2 h2{
  text-shadow: 0 0 3px #fff,
               0 0 3px #fff,
               0 0 3px #fff,
               0 0 1px #fff;
}

#BZ_im_amr .amr_pg_kv_description{
  text-shadow: 0 0 2px #fff,
               0 0 2px #fff,
               0 0 2px #fff,
               0 0 2px #fff;
}