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

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

.ecm_pcOnly {
  display: block;
}

.ecm_spOnly {
  display: none;
}

.ecm_inlineBlock {
  display: inline-block;
}

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

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

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

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

#BZ_im_ec.pg_kv {
  background-color: #ffffff;
  min-height: 130px;
}

#BZ_im_ec.pg_kv .ecm_pg_kv_description {
  display: block;
  margin: 8px 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;
}

#BZ_im_ec.pg_kv h2 img {
  margin-left: 4px;
}

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

.ecm_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;
}

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

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

.ecm_base .cnt_block.eccm_tube {
  margin: 84px auto 70px;
  padding-top: 0;
}

.eccm_tube h2 {
  width: min(520px, 100%);
  margin: 0 auto;
  padding-bottom: 21px;
  border-bottom: solid 2px #004ea2;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.eccm_tube h2 span {
  display: inline-block;
  margin-right: 3px;
  color: #004ea2;
  font-weight: 700;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
}

.eccm_tube p {
  text-align: center;
}

.eccm_tube p:nth-of-type(1) {
  margin: 18px 0;
}

.eccm_tube p:nth-of-type(2) {
  margin: 0 0 34px;
}

.ecm_feature {
  margin-bottom: 80px;
}

.ecm_feature ol {
  margin: 40px 0 0 0;
  padding: 0;
}

.ecm_feature ol li {
  display: flex;
  align-items: flex-start;
  gap: 0 100px;
  margin-bottom: 48px;
}

.ecm_feature ol li:last-of-type {
  margin-bottom: 0;
}

.ecm_feature ol li:nth-of-type(3) .ecm_featureTitle h3 {
  line-height: 1.6;
}

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

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

.ecm_featureTitle h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}

.ecm_featureTitle + p {
  margin: 10px 0 0;
}

.ecm_cta {
  display: flex;
  align-items: center;
  background-image: url(../../img/cta_bg.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 220px;
}

.ecm_ctaInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  width: min(100%, 1000px);
  margin-inline: auto;
}

.ecm_ctaInner > p {
  margin: 0;
  color: #fbfbfb;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
}

.ecm_ctaButtons {
  display: flex;
  gap: 0 30px;
}

.ecm_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;
}

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

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

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

.ecm_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;
}

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

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

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

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

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

.ecm_hansou_cnt {
  margin-top: 73px;
}

.ecm_solution {
  margin: 60px 0 80px;
}

.ecm_solutionBlock:nth-of-type(1) {
  padding-top: 10px;
}

.ecm_solutionBlock:nth-of-type(2) {
  margin-top: 60px;
}

.ecm_solutionTitle {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  border-bottom: solid 2px #004ea2;
}

.ecm_solutionNumber {
  margin: 0 16px 0 0;
  color: #004ea2;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}

.ecm_solutionIndustry {
  margin: 0;
  padding: 0 16px;
  background-color: #004ea2;
  color: #fbfbfb;
  font-weight: 700;
}

.ecm_solutionTitle h3 {
  margin: 0 0 0 12px;
  font-size: 18px;
  font-size: 1.125rem;
}

.ecm_solutionBlock > p {
  margin: 26px 0 18px;
}

.ecm_info {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 32px;
  padding: 22px 4%;
  border-radius: 5px;
  margin-inline: auto;
  background-color: #e5f2ff;
  font-size: 18px;
  font-size: 1.125rem;
}

.ecm_infoTitle {
  flex-shrink: 0;
  color: #004ea2;
  font-weight: 700;
}

.ecm_info p {
  margin: 0;
}

.ecm_info img {
  margin: 0 16px;
}

.ecm_case {
  margin-top: 73px;
}

.ecm_caseBlock {
  margin-bottom: 48px;
}

.ecm_caseCatWrapper {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.ecm_caseRole {
  margin: 0;
  padding: 3px 15px;
  border-radius: 15px 0 15px 0;
  background-color: #004ea2;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.ecm_caseCat {
  margin: 0;
  padding: 0 15px;
  border: solid 1px #004ea2;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #004ea2;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.ecm_caseFlow {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 0 38px;
  padding-top: 16px;
}

.ecm_caseFlow > ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecm_caseFlow > ol > li {
  display: flex;
  gap: 0 12px;
  position: relative;
  padding-bottom: 26px;
}

.ecm_caseFlow > ol > li:last-of-type {
  padding-bottom: 0;
}

.ecm_caseFlowLine {
  content: "";
  display: block;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
  width: 5px;
  height: 100%;
  background-image: url(../../img/dots_vertical.svg);
  background-repeat: no-repeat;
}

.ecm_caseFlowTextWrapper > p {
  margin: 0;
}

.ecm_caseFlowNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #004ea2;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.ecm_caseFlowTextWrapper > p:nth-of-type(1) {
  color: #004ea2;
  font-weight: 700;
}

.ecm_caseImageCnt p a {
  color: #004ea2;
  text-decoration: underline;
}

.ecm_caseExample {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 7%;
  padding-top: 16px;
}

.ecm_caseExampleBlock:nth-of-type(1) > .ecm_caseExampleItem:nth-of-type(2) {
  margin-top: 34px;
}

.ecm_caseExampleBlock:nth-of-type(2) > .ecm_caseExampleItem > p {
  margin-bottom: 10px;
}

.ecm_caseExampleItem p {
  margin: 0;
}

.ecm_caseExampleItem > h4 {
  margin: 0 0 10px;
  color: #004ea2;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.ecm_caseExampleContent {
  display: flex;
  gap: 0 12px;
}

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

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

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

.ecm_faqList {
  margin: 32px 0 0;
}

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

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

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

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

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

.ecm_aMarker {
  color: #3c89e3;
}

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

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

.ecm_faqItem dd p {
  margin: 0;
}

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

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

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

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

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

.ecm_demo {
  margin: 73px 0;
}

.ecm_demo > h2 {
  width: min(467px, 100%);
  margin: 0 auto 22px;
  padding-bottom: 24px;
  border-bottom: solid 2px #004ea2;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

.ecm_demo > h2 > span {
  display: block;
  padding-bottom: 4px;
  font-size: 24px;
  font-size: 1.5rem;
}

.ecm_demo > p {
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .ecm_feature ol li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }

  .ecm_cta {
    padding: 30px 15px;
    height: auto;
  }

  .ecm_ctaInner {
    flex-direction: column;
    gap: 20px 0px;
  }

  .ecm_ctaInner > p {
    text-align: center;
  }

  .ecm_ctaButtons {
    gap: 0 24px;
  }

  .ecm_caseFlow {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }

  .ecm_caseFlow > ol > li {
    padding-bottom: 20px;
  }

  .ecm_caseExample {
    gap: 0 30px;
  }
}

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

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

  .ecm_spOnly {
    display: block;
  }

  #BZ_im_ec.pg_kv h2 img {
    width: 92px;
  }

  .ecm_base .cnt_block.eccm_tube {
    margin: 44px auto 30px;
  }

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

  .ecm_feature ol li img {
    width: 100%;
    grid-area: image;
  }

  .ecm_featureContent {
    grid-area: content;
  }

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

  .ecm_caseFlow > img,
  .ecm_caseImageCnt > img {
    width: 100%;
  }

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

  .ecm_caseExampleBlock:nth-of-type(2) {
    margin-top: 34px;
  }

  .ecm_caseExampleContent {
    flex-direction: column;
    gap: 12px 0;
  }

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

@media only screen and (max-width: 640px) {
  #BZ_im_ec.pg_kv {
    background-position: 25% 50%;
  }

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

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

  .ecm_ctaButtons {
    flex-direction: column;
    gap: 30px 0;
  }
}

@media only screen and (max-width: 480px) {
  .ecm_info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
    padding: 16px;
  }

  .ecm_info img {
    display: none;
  }

  .ecm_caseExampleContent > img {
    width: 100%;
  }

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

  .ecm_faqItem dd {
    padding: 12px;
  }

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

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

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

  .ecm_solutionNumber,
  .ecm_solutionTitle h3 {
    margin: 0;
  }

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

@media only screen and (max-width: 340px) {
  #BZ_im_ec.pg_kv h2 img {
    width: 76px;
  }
}
