@charset "utf-8";
:root {
  --primary: #172A88;
  --linear-gradient: #0C19B3;
  --gray-bg: #fafafa;
  --font: #464646;
  --link:#1558D6;
  --gray-line:#d2d2d2;
  --gray-sub:#828282;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --pitchblack-rgb: 0, 0, 0;
  --maildealer: #f39800;
  --maildealer-bg: #FFF9F2;
}
:root {
    --heading-xl: 34px;
    --heading-xl-sp: 28px;
    --heading-l: 28px;
    --heading-l-sp: 20px;
    --heading-m: 24px;
    --heading-m-sp: 18px;
    --heading-s: 18px;
    --heading-s-sp: 16px;
    --base-text: 16px;
    --base-text-sp: 14px;
    --lead-text: 18px;
    --lead-text-sp: 16px;
    --note-text: 14px;
    --note-text-sp: 12px;
    --base-space: 30px;
    --base-space-sp: 25px;
    --min-space: 15px;
}
.main{
  margin-top: 96px;
}
.fv{
  padding: 50px 0 60px;
  background-color: #fafafa;
}
.fv__area{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.fv__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.fv__heading-l{
  padding-bottom: 68px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}
.fv__heading-l-list{
  display: flex;
  align-items: center;
  padding-top: 15px;
  gap: 15px;
}
.fv__heading-l-item{
  color: #828282;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.fv__heading-l-item.fv__heading-l-item--big{
  display: block;
  font-size: 35px;
  letter-spacing: 2px;
}
.fv__heading-l-image{
  width: 200px;
  height: 59px;
  transform: translateY(8px);
}
.fv__cta{
  display: grid;
  gap: 20px;
}
.fv__cta .common_cta__link.common_cta__link--blue{
  width: 315px;
}
.fv__cta .common_cta__link.common_cta__link--gray{
  width: 315px;
}
.common_cta__link.common_cta__link--download{
  display: flex;
  align-items: center;
  width: 315px;
  height: 63px;
  font-size: 16px;
}
.common_cta__link.common_cta__link--download .common_cta__icon::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 52.5px;
  width: 12px;
  height: 12px;
}
.common_cta__link.common_cta__link--download .common_cta__icon::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 52.5px;
  width: 12px;
  height: 12px;
  background: url(/bridge/lp/ma01/asset/image/icon_download-arrow-blue.svg) left center no-repeat;
  background-size: 100%;
  transform: translateY(-100px);
}
@media (hover: hover) {
  .common_cta__link.common_cta__link--download:hover .common_cta__icon::after {
      transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
      transform: translateY(0);
  }
}
.fv__cta .common_cta__link.common_cta__link--download::after {
  content: "";
  display: block;
  width: 18px;
  height: 6px;
  position: absolute;
  top: 35px;
  right: 50px;
}
.fv-emblem__list{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}
.fv-emblem__item{
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 91px;
  display: grid;
  place-content: center;
}
.fv-emblem__item.fv-emblem__item--case{
  max-width: 380px;
}
.fv-emblem__item.fv-emblem__item--support{
  max-width: 350px;
}
.fv-emblem__item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 90px;
  background-image: url(/bridge/lp/ma/asset/image/image_emblem-left.webp);
  background-size: cover;
}
.fv-emblem__item::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 90px;
  background-image: url(/bridge/lp/ma/asset/image/image_emblem-right.webp);
  background-size: cover;
}
.fv__heading-m{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4vw;
}
.fv-emblem__item.fv-emblem__item--no1 .fv__heading-m-gray{
  font-size: 18px;
  font-weight: 700;
}
.fv-emblem__item.fv-emblem__item--no1 .fv__heading-m-gray small{
  font-size: 11px;
}
.fv__heading-m-big{
  color: #172A88;
  font-family:'Roboto','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana, Geneva, Arial, Helvetica, 'ＭＳ Ｐゴシック', osaka, sans-serif;
  font-size: 50px;
  font-weight: 700;
}
.fv__heading-m-big sub{
  font-size: 12px;
}
.fv-emblem__item.fv-emblem__item--case .fv__heading-m-gray{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.fv-emblem__item.fv-emblem__item--support .fv__heading-m-gray{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  transform: translateY(-3px);
}
.fv-emblem__item.fv-emblem__item--support .fv__heading-m-gray small{
  font-size: 16px;
}
.fv-emblem__item.fv-emblem__item--support .fv__heading-m-big small{
  font-size: 30px;
  color: initial;
  padding-left: 0.3vw;
}
.fv-emblem__note{
  position: relative;
  display: block;
  font-size: 12px;
  padding-left: 22px;
  line-height: 1.4;
}
.fv-emblem__note::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
}

/* テキスト変更用 */
.u_text-left {
  text-align: left;
}
.u_text-center {
  text-align: center;
}
.u_text-right {
  text-align: right;
}
.u_text-bold {
  font-weight: 700;
}
.u_text-underline {
  text-decoration: underline;
}
.u_text-highlighter {
  text-decoration: underline;
  text-underline-offset: -0.15em;
  text-decoration-thickness: 0.35em;
  text-decoration-color: var(--accent-rdenshihozon);
}
.u_text-annotation {
  font-size: 10px;
}
.u_text-nowrap {
  display: inline-block;
}
/* テキスト色変更用 */
.u_color-white {
  color: var(--white);
}
.u_color-black {
  color: var(--font);
}
.u_color-bridge {
  color: var(--primary);
}
/* 背景色変更用 */
.u_color-bg-white {
  background-color: var(--white);
}
.u_color-bg-whitesmoke {
  background-color: var(--gray-bg);
}
.u_color-bg-bridge {
  background-color: var(--primary);
}

/* 改行 */
.u_br-pc-only {
  display: block;
}
.u_br-sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  /* 改行 */
  .u_br-pc-only {
    display: none;
  }
  .u_br-sp-only {
    display: block;
  }
}

/* .l_content */
.l_content {
  padding: 80px 20px;
}
.l_content + .l_content {
  padding-top: 0;
}
.l_content + .l_content-pnl {
  padding-top: 0;
}
.l_content__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.l_content.l_content--gray {
  background-color: var(--gray-bg);
}
.l_content__inner + .l_content__inner{
  margin-top: 60px;
}
/* .l_content end */

/* .c_heading */
.c_heading-l {
  display: block;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.c_heading-l.c_heading-l--border-left {
  position: relative;
  max-width: 1200px;
  padding-bottom: 40px;
  line-height: 1.4;
  font-size: 34px;
  font-weight: 700;
}
.c_heading-l.c_heading-l--border-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--gray-line);
}

/* .l_content-pnl */
.l_content-pnl {
  position: relative;
  padding-top: 80px;
  background-color: var(--gray-bg);
}
.l_content-pnl__area {
  position: relative;
  margin-right: 9vw;
  padding: 80px 120px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  z-index: 10;
}
.l_content-pnl__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.l_content-pnl__inner + .l_content-pnl__inner{
  margin-top: 60px;
}
.l_content-pnl__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--gray-line);
}
.l_content-pnl__title-left{
  flex: 0 0 auto;
}
.l_content-pnl__title-right{
  flex: 1;
  min-width: 0;
}
.l_content-pnl__title-right > * + * {
  margin-top: 30px;
}
.l_content-pnl .c_heading-l {
  font-size: 34px;
}
.l_content-pnl__area .m_breadcrumb{
  padding-top: 60px;
  padding-bottom: 0;
}
.l_content-pnl__area .m_breadcrumb-list{
  width: 100%;
}
/* .l_content-pnl end */

/* .el_anchor */
.el_anchor{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-columns: repeat(3, 1fr); /* デフォルトは3列固定 */
}
.el_anchor:has(.el_anchor__navi:nth-child(2):last-child) { /* 要素2つのとき */
    grid-template-columns: 1fr 1fr;
  }
.el_anchor:has(.el_anchor__navi:nth-child(4):last-child) { /* 要素4つのとき */
  grid-template-columns: repeat(4, 1fr); /* 4つの場合は1行4列 */
}
.el_anchor__navi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(var(--primary), var(--primary)) 0 -5px / 100% 7px no-repeat;
  overflow: hidden;
}
@media (hover: hover) {
  .el_anchor__navi:hover{
    animation: el_anchor__line-link 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
}
@keyframes el_anchor__line-link {
  0% {
    background-size: 100% 2px;
    background-position: 100% 0;
  }
  50% {
    background-size: 0 2px;
    background-position: 100% 0;
  }
  51% {
    background-size: 0 2px;
    background-position: 0 0;
  }
  100% {
    background-size: 100% 2px;
    background-position: 0 0;
  }
}
.el_anchor__link{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 140px;
  margin-top: 2px;
  padding: 40px 60px 40px 20px;
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  background-color: var(--gray-bg);
  overflow: hidden;
}
.el_anchor__link-title{
  color: var(--primary);
  font-weight: 700;
  font-size: 16px;
}
.el_anchor__link-icon{
  position: absolute;
  top: 56px;
  right: 22px;
  width: 28px;
  height: 80px;
  display: block;
  overflow: hidden;
}
.el_anchor__link-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: url(/bridge/asset/image/common/icon_arrow-big-down.svg) left center no-repeat;
  background-size: 100%;
}
.el_anchor__link-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: url(/bridge/asset/image/common/icon_arrow-big-down.svg) left center no-repeat;
  background-size: 100%;
  transform: translateY(-100px);
}
@media (hover: hover) {
  .el_anchor__link:hover .el_anchor__link-icon::before{
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    opacity: 0;
    transform: translateY(101%);
  }
  .el_anchor__link:hover .el_anchor__link-icon::after {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transform: translateY(0);
  }
}
/* .el_anchor end */


.case{
  background-color: #fafafa;
}
.case__area{
  margin-right: 9vw;
  padding: 80px 0;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.case__inner{
  max-width: 1080px;
  margin: 0 auto;
  transform: translateX(30px);
}
.case__wrapper{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  margin-bottom: 60px;
}
.case__list{
  width: 1080px;
  margin: 0 auto;
}
.case__left{
  width: 408px;
}
.case__heading-l{
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 42px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}
.case__heading-l::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #d2d2d2;
}
.case__heading-m{
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.4;
}
.case-swiper {
  width: min(100%, 547px);
  /* height: 505px; */
  height: 535px;
  margin: 0;
}
.case-swiper__content{
  position: relative;
  display: block;
}
@media (hover: hover) {
  .case-swiper__content:hover .case-swiper__photo{
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .case-swiper__content:hover .common_button-arrow__icon::before{
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    opacity: 0;
    transform: translateX(101%);
  }
  .case-swiper__content:hover .common_button-arrow__icon::after {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transform: translateX(0);
    opacity: 1;
  }
}
.swiper-slide.case-swiper__slide{
  width: 100%;
  height: 100%;
  display: block;
}
.case-swiper__photo{
  width: 400px;
  height: 260px;
  transition: 0.3s;
}
.case-swiper__company{
  position: absolute;
  top: 240px;
  right: 10px;
  width: 477px;
  /* height: 215px; */
  height: 245px;
  padding: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.case-swiper__name{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: 30px;
  margin-bottom: 23px;
  overflow: hidden;
}
.case-swiper__logo{
  width: 150px;
  padding-right: 15px;
  border-right: 2px solid #d2d2d2;
}
.case-swiper__text{
  padding-top: 15px;
  font-size: 18px;
  font-weight: normal;
}
.case__heading-s{
  padding-left: 15px;
  font-size: 17px;
  font-weight: 700;
}
.case__heading-xs{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.case__image-pc{
  display: block;
}
.case__image-sp{
  display: none;
}
@media screen and (max-width:1320px){
  .case__inner {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    transform: none;
}
  .case__wrapper{
    width: 750px;
  }
  .case__left{
    width: 30vw;
    max-width: 408px;
  }
  .case__heading-l {
    margin-bottom: 40px;
    padding-bottom: 22px;
    font-size: 28px;
  }
  .case__heading-m {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
  }
  .case-swiper__photo {
    width: 300px;
    height: 195px;
  }
  .case__list {
    width: 100%;
  }
  .case-swiper__company {
    top: 180px;
    right: initial;
    left: 20px;
    width: 290px;
    /* height: 236px; */
    height: 295px;
    padding: 30px;
    border-radius: 5px;
  }
  .case-swiper{
    width: min(100%, 315px);
    /* height: 465px; */
    height: 530px;
    margin: 0;
  }
  .case-swiper__name{
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .case-swiper__logo{
    position: relative;
    padding-right: initial;
    border-right: none;
  }
  .swiper-pause{
    right: 310px;
  }
  .swiper-pause.paused{
    right: 300px;
  }
  .swiper-pause-library{
    right: 590px;
  }
  .swiper-pause-library.paused{
    right: 580px;
  }
  .case__heading-s {
    position: relative;
    padding-top: 10px;
    padding-left: 0;
    font-size: 14px;
  }
  .case__heading-s::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    border-color: #d2d2d2;
  }
  .case__heading-xs{
    font-size: 16px;
  }
}
@media screen and (max-width:1240px){
  .fv-display__figure{
    max-width: 550px;
  }
  .fv__heading-l-list{
    flex-direction: column;
  }
  .fv__heading-m-big{
    font-size: 40px;
  }
  .fv-emblem__item.fv-emblem__item--no1 .fv__heading-m-gray small {
    font-size: 10px;
  }
  .fv-emblem__item.fv-emblem__item--case .fv__heading-m-gray {
    font-size: 14px;
  }
  .fv-emblem__item.fv-emblem__item--support .fv__heading-m-gray small {
    font-size: 14px;
  }
  .fv-emblem__item.fv-emblem__item--support .fv__heading-m-gray {
    font-size: 16px;
  }
  .case__inner{
    width: 100%;
    padding: 0 20px;
  }
  .case__wrapper{
    flex-direction: column;
    width: 100%;
  }
  .case__area{
    margin-right: 5vw;
    padding: 60px 0;
  }
  .case__left{
    width: 100%;
    max-width: 408px;
    margin-bottom: 40px;
  }
  .swiper-pause{
    right: calc(100% - 20%);
  }
  .swiper-pause.paused{
    right: calc(100% - 21%);
  }
  .swiper-pause::after{
    top: -1px;
  }
  .swiper-pause-library{
    right: calc(100% - 20%);
  }
}
@media screen and (max-width:1024px){
  .main{
    margin-top: 59px;
  }
  .fv {
    padding: 40px 0;
  }
  .fv__inner {
    flex-direction: column;
  }
  .fv__heading-l {
    padding-bottom: 30px;
    font-size: 24px;
    text-align: center;
  }
  .fv-display__figure{
    max-width: 400px;
  }
  .fv__cta {
    place-content: center;
    margin-bottom: 40px;
    gap: 10px;
  }
  .fv__cta .common_cta__link.common_cta__link--blue{
    width: 250px;
  }
  .fv__cta .common_cta__link.common_cta__link--download{
    width: 315px;
  }
  .fv__cta .common_cta__link.common_cta__link--download .common_cta__icon::before {
    top: 16px;
    right: 52px;
  }
  .fv__cta .common_cta__link.common_cta__link--download::after {
    top: 30px;
  }
  .fv__cta .common_cta__link.common_cta__link--gray{
    padding: 0 80px 0 20px;
  }
  .fv-display__image{
    max-width: 335px;
  }
  .fv-emblem__list{
    flex-direction: column;
    align-items: center;
  }
  .fv-emblem__item{
    max-width: 350px;
  }
  .fv-emblem__item.fv-emblem__item--case{
    max-width: 350px;
  }
  .fv-emblem__item.fv-emblem__item--support{
    max-width: 350px;
  }
  .fv .common_cta__link {
    padding-top: 0;
    height: 50px;
  }
  .fv .common_cta__link.common_cta__link--blue{
    padding-left: 35px;
    font-size: 14px;
  }
  .fv .common_cta__link.common_cta__link--download{
    padding-left: 50px;
    font-size: 14px;
  }
}