@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;
}*/
.bg_E {
  background: var(--bg-main-g);
}

: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(/case/2025/n001/css/assets/img/bg_img_a.png), linear-gradient(90deg, #3497E3 0%, #0078D4 100%);
  --box-shadow-a: 0 2px 24px 8px rgba(54, 130, 217, 0.08);
  --box-shadow-b: 0 1px 8px 0 rgba(54, 130, 217, 0.1);
  --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);
}

main.case {
  font-family: YakuHanJP, "BIZ UDPGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #303336;
  line-height: 1.75;
  /*h2[id^="anc-"] {
      margin-top: -36px;
      padding-top: 36px;
  }
  // max less <=
  @media screen and (max-width: 639px) {
    h2[id^="anc-"] {
          margin-top: -50px;
          padding-top: 50px;
      }
  }*/
  /*@media screen and (max-width: 639px) {
    [id^="anc-"] {
          margin-top: -30px;
          padding-top: 30px;
      }
  }*/
  /*
   * animation style
  ** ------------------------------------------------------ */
  /* ========= fadeIn  ========= */
  /* wrapping title */
  /* ==================================
   tag
  ================================== */
  /*.img_wrap {margin: 2em 0;}
  .img_wrap:first-child {margin-top: 0;}
  .img_wrap:last-child {margin-bottom: 0;}

  .img_wrap .image {
    overflow: hidden;
    //max-height: 720px;
    background-color: #fff;
    text-align: center;
    border-radius: 0 !important;
  }
  .img_wrap .image img {border-radius: 8px; max-height: inherit; overflow: hidden;}
  .img_wrap img {transition: .3s; object-fit: cover;}

  @media (min-width: 1024px) {
    .img_wrap .image img {border-radius: 16px;}
  }

  !* lay_col2 lay_col3 *!
   [class*="lay_col"] {display: flex; flex-direction: column; align-items: stretch; gap: 32px; margin: 32px 0 0;}
   [class*="lay_col"]:first-of-type {margin-top: 0;}
   [class*="lay_col"] > :first-child {margin-top: 0;}
   [class*="lay_col"] > :last-child {margin-bottom: 0;}
   [class*="lay_col"] > * {margin: 0 !important; flex: 1;}
   [class*="lay_col"]._sm {gap: 16px;}

   [class*="lay_col"] .image,
   [class*="lay_col"] .image img {border-radius: 8px;}


  @media (max-width: 599px) {
      [class*="lay_col"]  {flex-direction: column !important;}
      [class*="lay_col"]._reverse_sp {flex-direction: column-reverse !important;}
      [class*="lay_col"]._row_sp {flex-direction: row !important; align-items: flex-start !important; gap: 16px !important;}
      [class*="lay_col"]._row_sp._reverse {flex-direction: row-reverse !important; align-items: flex-start !important;}
  }

  @media (min-width: 600px) {
      [class*="lay_col"] {flex-direction: row; align-items: flex-start;}
      [class*="lay_col"]._reverse {flex-direction: row-reverse;}
      //[class*="lay_col"]._var_a > [class*="img_wrap"] {max-width: 33%; flex-shrink: 0;}
      [class*="lay_col"]._var_a > [class*="img_wrap"] {max-width: 230px; flex-shrink: 0;}

      .box_a > [class*="lay_col"] {padding-left: 8px; padding-right: 8px;}
  }*/
  /**
   basics
   */
  /* .txt-lead-a */
  /* .txt-em-b */
}
main.case .bg_main_g {
  background: var(--bg-main-g) !important;
}
main.case .bgWrap {
  background-color: #F5F8FA;
}
main.case img {
  height: auto;
}
@media screen and (min-width: 640px), print {
  main.case .lyt-idx-a.promo > .idx {
    padding: 0px 0 0 30px;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px), print {
  main.case .fadeIn-01 {
    opacity: 0;
    animation: fadeIn-01 0.5s ease-in 0.3s 1 normal forwards;
  }
  main.case .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;
  }
}
main.case h1, main.case h2, main.case h3, main.case h4, main.case h5, main.case h6 {
  line-height: 1.5;
}
main.case h4, main.case h5, main.case h6 {
  font-size: inherit;
}
main.case [class^=hd_]._h1 {
  font-size: 3.2rem;
  margin: 2em 0 1em;
}
main.case [class^=hd_]._h2 {
  font-size: 2.8rem;
  margin: 2em 0 1em;
}
main.case [class^=hd_]._h3 {
  font-size: 2.4rem;
  margin: 2.5em 0 1em;
}
main.case [class^=hd_]._h4 {
  font-size: 2rem;
  margin: 3em 0 1em;
}
main.case [class^=hd_]._h5 {
  font-size: 1.8rem;
  margin: 3em 0 1em;
}
main.case [class^=hd_]._h6 {
  font-size: 1.6rem;
  margin: 3em 0 1em;
}
main.case [class^=hd_]:first-child {
  margin-top: 0;
}
main.case [class^=hd_]:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  main.case .hd_a._h1 {
    font-size: 4rem;
  }
  main.case .hd_a._h2 {
    font-size: 3.2rem;
  }
  main.case .hd_a._h3 {
    font-size: 2.8rem;
  }
}
main.case .hd_b {
  font-size: 2.4rem;
  position: relative;
  padding-left: 1.6rem;
}
main.case .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%);
}
main.case .hd_b.ta_c {
  padding-bottom: 0.5em;
}
main.case .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) {
  main.case .hd_b.ta_c_pc {
    padding-bottom: 0.5em;
  }
  main.case .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%);
  }
}
main.case .hd_c {
  position: relative;
  padding-left: 1.6rem;
  font-size: 2.8rem;
}
main.case .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) {
  main.case .hd_c {
    font-size: 3.2rem;
  }
}
main.case .hd_wrap_a {
  margin: 3em 0 2em;
}
main.case [class*=hd_wrap_]:first-child {
  margin-top: 0;
}
main.case [class*=hd_wrap_]:last-child {
  margin-bottom: 0;
}
main.case [class*=hd_wrap_] p {
  margin: 0;
}
main.case .hd_wrap_a .sub {
  color: var(--c-main-a);
  font-size: 1.2rem;
  font-weight: bold;
}
main.case .hd_wrap_a .sub + [class*=hd_] {
  margin-top: 0.2rem;
}
main.case .hd_wrap_main_a,
main.case .hd_wrap_a {
  border-bottom: solid 1px var(--c-gry-l);
}
main.case .hd_wrap_main_a .inner,
main.case .hd_wrap_a .inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
main.case .hd_wrap_main_a .txt_wrap,
main.case .hd_wrap_a .txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 16px;
}
main.case .hd_wrap_main_a .txt_wrap *,
main.case .hd_wrap_a .txt_wrap * {
  margin: 0;
}
main.case .hd_wrap_main_a .txt_wrap .title,
main.case .hd_wrap_main_a .txt_wrap .text,
main.case .hd_wrap_a .txt_wrap .title,
main.case .hd_wrap_a .txt_wrap .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main.case .hd_wrap_main_a .txt_wrap .hd_a:first-child,
main.case .hd_wrap_a .txt_wrap .hd_a:first-child {
  margin: 0;
}
main.case .hd_wrap_main_a .txt_wrap .hd_a:first-child + p,
main.case .hd_wrap_a .txt_wrap .hd_a:first-child + p {
  margin-top: 1em;
}
main.case .hd_wrap_main_a .txt_wrap .catch,
main.case .hd_wrap_a .txt_wrap .catch {
  color: var(--c-main);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
main.case .hd_wrap_main_a .txt_wrap .catch + .hd_a,
main.case .hd_wrap_a .txt_wrap .catch + .hd_a {
  margin-top: 0;
}
main.case .hd_wrap_main_a .read,
main.case .hd_wrap_a .read {
  margin-top: 1em;
}
main.case .hd_wrap_main_a .img_wrap,
main.case .hd_wrap_a .img_wrap {
  margin: 0;
}
main.case .hd_wrap_main_a .img_wrap .image,
main.case .hd_wrap_a .img_wrap .image {
  border-radius: 0;
  aspect-ratio: 16/9;
}
main.case .hd_wrap_main_a .img_wrap img,
main.case .hd_wrap_a .img_wrap img {
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
main.case .hd_wrap_main_a + .hd_wrap_main_a {
  border-top: solid 1px #ccc;
}
@media (min-width: 768px) {
  main.case .hd_wrap_main_a .inner {
    flex-direction: initial;
    align-items: center;
    justify-content: space-between;
    padding: 24px 10px;
    gap: 32px;
  }
  main.case .hd_wrap_main_a .head_wrap {
    padding: 1rem 0;
  }
  main.case .hd_wrap_main_a .head_wrap .hd_a {
    font-size: 2.8rem;
  }
  main.case .hd_wrap_main_a .txt_wrap {
    padding: 0;
    width: 100%;
  }
  main.case .hd_wrap_main_a .img_wrap {
    width: 100%;
  }
  main.case .hd_wrap_main_a .catch {
    font-size: 1.8rem;
  }
  main.case .hd_wrap_main_a .img_wrap {
    flex-shrink: 0;
    max-width: 340px;
    border-radius: 16px;
    align-self: flex-start;
    background-color: var(--bg-gry-a);
  }
  main.case .hd_wrap_main_a .img_wrap .image img {
    border-radius: 8px;
  }
}
main.case .hd_wrap_main_m {
  border-bottom: solid 1px var(--bg-gry-a);
}
main.case .hd_wrap_main_m > .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.case .hd_wrap_main_m h1.hd_a {
  margin: 0;
}
main.case .hd_wrap_main_m + .inner {
  padding: 32px;
  max-width: 960px;
}
@media screen and (min-width: 1201px) {
  main.case .hd_wrap_main_a .inner {
    padding-right: 0px;
    padding-left: 0px;
  }
}
main.case .tag_list_a {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1em 0;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
}
main.case .tag_list_a li {
  position: relative;
  z-index: 1;
  line-height: 1;
  display: flex;
  align-items: center;
}
main.case .tag_list_a li a,
main.case .tag_list_a li > span {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  background-color: var(--c-main-xl);
  line-height: 1;
  padding: 0 8px;
  border-radius: 4px;
  min-height: 24px;
}
main.case .tag_list_a li > span {
  color: var(--c-link);
}
main.case .tag_list_a li a {
  color: var(--c-link);
}
main.case .tag_list_a li a:hover {
  text-decoration: underline;
  background-color: var(--bg-hover-b);
}
main.case .tag_list_a li a.icon_tips {
  font-size: 1.3rem;
  display: flex;
  gap: 2px;
  padding: 0;
  background: none;
  color: inherit;
}
main.case .tag_list_a li a.icon_tips::after {
  width: 1em;
  height: 1em;
  flex-grow: 0;
  mask-size: 110%;
}
main.case .tag_list_a li.icon *::before {
  display: flex;
  align-items: center;
  content: "";
  width: 18px;
  height: 18px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  flex-shrink: 0;
}
main.case .tag_list_a li > * > i {
  flex-shrink: 0;
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  margin-right: 0.2em;
}
main.case .tag_list_a li > * > i > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
main.case .tag_list_a li:not([class]) > a {
  background-color: var(--c-sub);
}
main.case .tag_list_a li:not([class]) > *:hover {
  background-color: var(--c-main-xl);
}
main.case .tag_list_a li.new > * {
  color: var(--c-neg);
  background-color: var(--c-neg-l);
}
main.case .tag_list_a li.new > a:hover {
  background-color: #fddadc;
}
main.case .tag_list_a li.rec > * {
  color: var(--c-acc-xd);
  background-color: var(--c-acc-l);
}
main.case .tag_list_a li.rec > a:hover {
  background-color: #fef4cc;
}
main.case .tag_list_a li.rec > *::before {
  mask-image: url(/assets/img/icon_recomend.svg);
  background-color: var(--c-acc);
}
main.case .tag_list_a li.video > *,
main.case .tag_list_a li.pdf > *,
main.case .tag_list_a li.doc > * {
  color: var(--c-text);
  background-color: #f2f7fa;
}
main.case .tag_list_a li.video > a:hover,
main.case .tag_list_a li.pdf > a:hover,
main.case .tag_list_a li.doc > a:hover {
  color: var(--c-text);
  background-color: var(--c-gry-l);
}
main.case .tag_list_a li.video > *::before {
  mask-image: url(/assets/img/icon/icon_video.svg);
  background-color: var(--c-blk);
}
main.case .tag_list_a li.pdf > *::before {
  mask-image: url(/assets/img/icon/icon_contract.svg);
  background-color: var(--c-blk);
}
main.case .tag_list_a li.doc > *::before {
  mask-image: url(/assets/img/icon/icon_doc.svg);
  background-color: var(--c-blk);
}
main.case .tag_list_a li.pos > * {
  color: var(--c-pos);
  background-color: var(--c-pos-l);
}
main.case .tag_list_a li.pos > a:hover {
  background-color: #cae7dc;
}
main.case .tag_list_a li.pos > * > i {
  filter: invert(42%) sepia(90%) saturate(5815%) hue-rotate(149deg) brightness(89%) contrast(101%);
}
main.case .tag_list_a._lg > li > * {
  font-size: 1.4rem;
  min-height: 32px;
}
main.case .tag_list_a._disabled > li > a {
  pointer-events: none;
}
main.case .tab_panels._narrow_a {
  max-width: 928px;
  margin: 0 auto;
}
main.case .tab_panel._narrow_a {
  max-width: 928px;
  margin: 0 auto;
}
main.case .tab_panels .tab_panel {
  padding: 32px 0;
}
main.case .tab_panels .tab_panel > *:first-child {
  margin-top: 0;
}
main.case .tab_panels .tab_panel > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  main.case .tab_panels .tab_panel {
    padding: 56px 0 0;
  }
}
main.case .dlArea {
  border-top: 1px solid #E6EAED;
  border-bottom: 1px solid #E6EAED;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
}
main.case .dlArea .dlAreaCol h4 {
  margin-bottom: 8px;
}
main.case .dlArea .dlAreaCol a {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 16px;
  column-gap: 0.25em;
  color: var(--c-link);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s all;
}
main.case .dlArea .dlAreaCol a:hover {
  column-gap: 8px;
}
@media (min-width: 640px) {
  main.case .lyt-item-a > .image {
    margin-left: 40px;
    min-width: 230px;
  }
}
main.case .lyt-item-a > .image > .image-inner .caption {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #6c6c6c;
  text-align: center;
}
main.case .catchArea {
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  main.case .catchArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
main.case .catchArea .catchTexts {
  margin-bottom: 24px;
}
@media (min-width: 640px) {
  main.case .catchArea .catchTexts {
    margin-bottom: 0;
    padding-right: 16px;
  }
}
main.case .catchArea .catchInfo {
  min-width: 320px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
main.case .catchArea .catchInfo .infoTitle {
  margin-bottom: 12px;
}
main.case .catchArea .catchInfo .infoInfo {
  margin-bottom: 12px;
}
main.case .catchArea .catchInfo .infoInfo .infoName {
  font-size: 1.4rem;
}
main.case .catchArea .catchInfo .infoInfo .infoName:first-of-type {
  margin-right: 5px;
}
main.case .catchArea .catchInfo .infoInfo .infoName > i {
  font-size: 1.3rem;
  display: inline-block;
  border-radius: 4px;
  padding: 3px 5px 1px;
  margin-right: 6px;
  background-color: #D6EDFF;
  color: #0078D4;
}
main.case .catchArea .catchInfo .service .serviceTitle {
  font-weight: bold;
  color: #0078D4;
}
main.case .thanksWrap {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E6EAED;
  padding: 24px 16px;
}
@media screen and (max-width: 639px) {
  main.case .thanksWrap {
    padding: 16px 8px;
  }
}
main.case .lyt-item-a + .lyt-item-a {
  margin-top: 26px;
}
main.case .hasIndent > p {
  text-indent: 1em;
}
@media screen and (max-width: 980px) {
  main.case .mv-a {
    margin-bottom: 0;
  }
}
main.case .bg-sub {
  padding: 48px 0;
  background-color: #EBF6FF;
  border-top: 1px solid #D6EDFF;
  border-bottom: 1px solid #D6EDFF;
}
main.case .bg-gradation {
  background: var(--bg-main-g) !important;
}
main.case .btn-wrap {
  display: flex;
  justify-content: center;
}
main.case .btn-compo {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 42px 24px 24px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #D6EDFF;
  text-decoration: none;
  transition: background-color 0.2s, border 0.2s;
}
main.case .btn-compo:hover {
  background-color: #EBF6FF;
}
main.case .btn-compo:hover:after {
  right: 18px;
}
main.case .btn-compo:after {
  content: "";
  position: absolute;
  top: calc(50% + 0px);
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  height: 10px;
  width: 10px;
  border: solid #0078D4;
  border-width: 0 2px 2px 0;
  transform-origin: center;
}
main.case .btn-compo p {
  margin: 0;
  color: #303336;
}
main.case .btn-compo .btn-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #0078D4;
  margin: 0.4rem;
}
main.case .box-a.info {
  background: transparent;
}
main.case .box-a.info > .box-a-inner {
  background: transparent;
  padding-bottom: 32px;
}
main.case .box-a.info h2 {
  color: #fff;
}
main.case .box-a.info .lyt-idx-a .idx-inner {
  border: none;
  border-radius: 16px;
}
main.case .box-a.info .lyt-idx-a .idx-inner > .btn-wrap {
  margin-bottom: 0;
}
main.case .box-a.info .lyt-idx-a .idx-inner .image {
  text-align: center;
}
main.case .box-a.info .lyt-idx-a .idx-inner .image img {
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  main.case .box-a.info .lyt-idx-a .idx-inner .image img {
    max-width: 50px;
  }
}
main.case .btn-b {
  border: none;
  border-radius: 8px;
  background: #FAD433;
  padding: 7px 5px;
  font-size: 1.8rem;
  width: 100%;
  transition: background 0.2s;
}
@media screen and (max-width: 639px) {
  main.case .btn-b {
    font-size: 1.6rem;
  }
}
main.case .btn-b > span {
  display: inline-block;
  position: relative;
  padding: 0 21px;
}
main.case .btn-b > span:before {
  content: "";
  position: absolute;
  top: calc(50% + 0px);
  left: -7px;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background: url(/case/2025/n001/css/assets/img/icon_mail.svg) no-repeat center center/cover;
}
main.case .btn-b.dl > span:before {
  left: -5px;
  background: url(/case/2025/n001/css/assets/img/ui_link_dl.svg) no-repeat center center/cover;
}
main.case .btn-b > span:after {
  content: "";
  position: absolute;
  top: calc(50% + 0px);
  right: 2px;
  transform: translateY(-50%) rotate(-45deg);
  height: 10px;
  width: 10px;
  border: solid #645000;
  border-width: 0 2px 2px 0;
  transform-origin: center;
}
main.case .btn-b:hover {
  background: #F9C900;
  color: #303336;
}
main.case .btn-b:hover > span:after {
  right: 0px;
}
main.case .btn-wrap .btn-b > span:before {
  display: none;
}
main.case .bar-cta {
  padding: 12px;
  display: flex;
  justify-content: center;
}
main.case .bar-cta .btn-b {
  font-size: inherit;
  width: auto;
  min-width: 280px;
  margin: 0 8px;
}
@media screen and (max-width: 639px) {
  main.case .bar-cta {
    padding: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: center;
  }
  main.case .bar-cta .btn-b {
    min-width: auto;
    width: 100%;
    margin: 0;
  }
}
main.case .btn-b.type2 {
  border: 1px solid #0078D4;
  background: #fff;
  color: #0078D4;
}
@media screen and (max-width: 639px) {
  main.case .btn-b.type2 {
    min-width: auto;
  }
}
main.case .btn-b.type2 > span:after {
  border: solid #0078D4;
  border-width: 0 2px 2px 0;
}
main.case .btn-b.type2:hover {
  background: #EBF6FF;
}
main.case .btn-b.type3 {
  min-width: 300px;
}
@media (min-width: 640px) {
  main.case .btn-b.type3 {
    min-width: 240px;
  }
}
main.case .guideWrapper {
  padding: 48px 0;
}
main.case .guideWrapper .guide {
  display: block;
  padding: 48px 8px;
}
main.case .guideWrapper .guide:first-of-type {
  border-bottom: 1px solid #D6EDFF;
}
@media (min-width: 768px) {
  main.case .guideWrapper .guide {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
main.case .guideWrapper .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  main.case .guideWrapper .image {
    max-width: 310px;
  }
}
main.case .guideWrapper .image img {
  border-radius: 8px;
}
main.case .guideWrapper .title {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  padding: 24px;
  width: 100%;
}
main.case .txt-lead-a {
  line-height: 1.8;
}
main.case .txt-lead-a + .txt-lead-a {
  margin-top: 1em;
}
@media all and (max-width: 980px) {
  main.case .txt-lead-a {
    font-size: 1.8rem;
  }
  main.case .txt-lead-a br {
    display: none;
  }
}
@media all and (max-width: 639px) {
  main.case .txt-lead-a {
    font-size: 1.6rem;
    text-align: left;
  }
  main.case .txt-lead-a br {
    display: block;
  }
}
main.case .txt-em-b {
  background: linear-gradient(transparent 80%, #ffde44 80%);
}

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