@charset "utf-8";
/* --------- common --------- */

.bridge-common_button-white {
  background: #fff;
  color: #112bb0;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
  display: block;
  box-shadow: 0px 0px 15px -5px #04167e;
  background: url(/lp/bridge/asset/images/icon_blue-arrow-right.svg) right 30px center no-repeat #fff;
}
.bridge-common_button-radius {
  border-radius: 10px;
}
@media (hover: hover) {
  .bridge-common_button-white:hover {
    cursor: pointer;
    transform: translateY(2px);
    background: url(/lp/bridge/asset/images/icon_white-arrow-right.svg) right 30px center no-repeat #f4a608;
    color: #fff;
  }
}
.bridge-common_bg--paleblue {
  background-color: #f5f6fa;
}
.bridge-common_bg--gray {
  background: #f6f6f6;
}
.bridge-common_bg--deepblue {
  background-color: #3a48a6;
}
.bridge-common_container {
  margin-top: 94px;
}
.bridge-common_button-radius {
  border-radius: 5px;
}
.birdge-common_heading-l {
  font-size: 230%;
  color: #444444;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.birdge-common_heading-l::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background-color: #4d61de;
}
.bridge-common__font-blue {
  color: #4d61de;
  font-weight: bold;
}
.bridge-common_button-move {
  position: relative;
  display: block;
  background: #fff;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #4d61de;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
.bridge-common_button-move__link {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.bridge-common_button-move__effect {
  width: 400px;
  height: 50px;
  left: -400px;
  background: #4d61de;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.bridge-common_button-move:hover .bridge-common_button-move__effect {
  left: 0;
}
.bridge-common_button-move__link:hover {
  color: #fff !important;
}
.bridge-common_button-move::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 17px;
  background: url(/lp/bridge/asset/images/icon_blue-arrow-bottom.svg) 0 0 no-repeat;
  background-size: cover;
  width: 13px;
  height: 9px;
}
.bridge-common_button-move:hover::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 17px;
  background: url(/lp/bridge/asset/images/icon_white-arrow-bottom.svg) 0 0 no-repeat;
  background-size: cover;
  width: 13px;
  height: 9px;
  z-index: 2;
}
.bridge-common__cta {
  width: 450px;
  margin: 0 auto;
}
.bridge-common__cta-button {
  background-image: url(/lp/bridge/asset/images/icon_white-arrow-right.svg), linear-gradient(to right, rgba(41, 120, 239, 1) 0%, rgba(17, 43, 176, 1) 100%);
  background-repeat: no-repeat;
  background-position: center right 30px, right center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  display: block;
  box-shadow: 0px 0px 15px -5px #04167e;
  display: grid;
  place-content: center;
  height: 81px;
  max-width: 450px;
  margin: 0;
  font-size: 26px;
  border-radius: 10px;
  transition: 0.2s;
}
.bridge-common__cta-button:hover {
  background: url(/lp/bridge/asset/images/icon_blue-arrow-right.svg) center right 30px no-repeat #fff;
  color: #04167e;
  transition: 0.2s;
}
/*section space*/
.bridge-common_section-space {
  padding: 120px 0;
}
/*button color*/
.bridge-common_button-yellow {
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 100ms ease all;
  border: 3px solid transparent;
}
.bridge-common_button-yellow {
  background: #ffb300;
  background: -webkit-linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
  background: linear-gradient(90deg, #ffa200 0%, #ffb300 100%);
  border: 3px solid transparent;
}
.bridge-common_button-yellow:hover {
  background: #fff;
  color: #ffb300;
  border: 3px solid #ffb300;
  text-shadow: 1px 1px 0 #ddd;
}
/*--------------------------
cta area
--------------------------*/
.cta-area {
  padding: 20px 0;
  background: #4e62e0;
  background: -webkit-linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  background: linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
}
.cta-area__felx {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cta-area__heading-l {
  color: #fff;
  font-size: 140%;
  text-align: center;
  margin-bottom: 20px;
}
.cta-area__heading-l-big {
  font-size: 130%;
}
.cta-area__image {
  max-width: 420px;
  width: 100%;
  height: auto;
}
.cta-banzai {
  display: table;
  margin: 0 auto 10px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 0 40px;
}
.cta-banzai::before,
.cta-banzai::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.cta-banzai::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.cta-banzai::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.cta-area__link {
  font-size: 150%;
  max-width: 400px;
  width: 100%;
  display: block;
  padding: 18px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: url(/lp/bridge/asset/images/icon_white-arrow-right.svg) right 30px center no-repeat #f4a608;
}
@media (hover: hover) {
  .cta-area__link:hover {
    background: url(/lp/bridge/asset/images/icon_blue-arrow-right.svg) right 30px center no-repeat #fff;
  }
}

/* --------- header --------- */
#header-pc {
  display: block;
}
#header-sp {
  display: none;
}
.header-bridge {
  background: url(/lp/bridge/asset/images/image_fv-bg.svg) no-repeat center -496px, linear-gradient(90deg, rgba(0, 16, 110, 1) 0%, rgba(17, 42, 171, 1) 13%, rgba(28, 59, 212, 1) 26%, rgba(25, 55, 202, 1) 36%, rgba(0, 16, 110, 1) 100%);
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: none;
}
.header-bridge-txt {
  background: #eaeaea;
  height: 30px;
  width: 100%;
}
.header-bridge-txt .header-bridge-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.header-bridge-inner-left {
  display: flex;
  justify-content: flex-start;
}
.header-bridge-txt .header-bridge-inner p {
  position: relative;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.header-bridge-txt .header-bridge-inner p span {
  font-size: 10px;
  padding: 0 13px 0 0;
}
.header-bridge-txt .header-bridge-inner p::after {
  content: "|";
  position: absolute;
  right: 0;
}
.header-bridge-inner-tel {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 14px;
}
.header-bridge-inner-tel .strikethrough {
  text-decoration: line-through;
}
.header-bridge-inner-tel li:not(:last-of-type) {
  margin-right: 14px;
}
.header-bridge-inner-tel a {
  color: #fff;
  transition: 0.2s;
}
.header-bridge-inner-tel a:hover {
  color: #fff;
  opacity: 0.85;
}
.header-bridge-wrap .header-bridge-inner {
  position: relative;
  height: 94px;
  transition: 0.5s;
  max-width: 1200px;
  margin: 0 auto;
}
.header-bridge-menuwrap {
  display: flex;
  justify-content: space-between;
}
.nav-utilitywrap {
  display: flex;
  justify-content: space-between;
}
/* nav-urgent area */
.nav-urgent {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.nav-urgent li {
  position: relative;
  transition: 0.5s;
  padding: 0 10px;
  font-size: 13px;
}
.nav-urgent li a {
  font-weight: bold;
  color: #074d82;
}
/* nav-urgent area end */
.nav-utility li {
  position: relative;
  transition: 0.5s;
  padding: 0 10px;
  font-size: 13px;
}
.nav-utility li:last-child {
  padding: 0 0 0 10px;
}
.nav-utility li:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.nav-utility li a {
  transition: 0.3s;
}
.nav-utility li a:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: underline;
}
.nav_button-radius {
  border-radius: 5px;
}
.scrolldown .header-bridge-wrap .header-bridge-inner {
  height: 72px;
}
.header-bridge-logo {
  margin: 30px 0 0;
  position: absolute;
  left: 0;
}
header.scrolldown .header-bridge-logo {
  margin: 18px 0 0;
}
p.header-bridge-logo img {
  width: 200px;
  height: 31px;
}
.nav-bridge {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  line-height: 20px;
}
.nav-bridge ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 10px 0;
  color: #fff;
}
.nav-bridge ul li:not(.nav-offer) {
  padding-right: 5px;
}
.nav-utilitywrap {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
  margin: 10px 0;
}
.nav-utility {
  margin: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
}
.scrolldown .nav-utilitywrap {
  top: -40px;
}
.nav-bridge li span,
.nav-bridge li:not(.nav-offer) a,
.nav-bridge li.nav-bridge-alignment a {
  padding: 10px 20px 10px 20px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0px;
  white-space: nowrap;
  color: #fff;
}
.nav-bridge_item a {
  padding: 10px 30px 10px 15px;
}

.nav-bridge_item a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 18px;
  right: 1px;
}
.nav-bridge_item li {
  color: #112bb0 !important;
}
.nav-bridge li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nav-bridge li:not(.nav-offer) a:hover::after {
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}

.nav-bridge-feature,
.nav-bridge-about,
.nav-bridge-function,
.nav-bridge-fee,
.nav-bridge-case,
.nav-bridge-alignment {
  position: relative;
}

.nav-bridge ul.nav-bridge-level {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  width: 200px;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  padding: 0;
}
.nav-bridge .nav-bridge-alignment ul.nav-bridge-level {
  width: 380px;
}
.nav-bridge .nav-bridge-feature ul.nav-bridge-level {
  width: 280px;
}
.nav-bridge .nav-bridge-about ul.nav-bridge-level {
  width: 280px;
}
.nav-bridge-feature:hover ul.nav-bridge-level,
.nav-bridge-about:hover ul.nav-bridge-level,
.nav-bridge-function:hover ul.nav-bridge-level,
.nav-bridge-fee:hover ul.nav-bridge-level,
.nav-bridge-case:hover ul.nav-bridge-level,
.nav-bridge-alignment:hover ul.nav-bridge-level {
  visibility: visible;
  opacity: 1;
  display: block;
}

.nav-bridge ul.nav-bridge-level li {
  width: 100%;
  display: block;
  padding-right: 0;
  background: none;
  transition: 0.2s;
}
.nav-bridge ul.nav-bridge-level li a {
  font-weight: bold;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  display: block;
  color: #112bb0;
}
.nav-bridge ul.nav-bridge-level li :hover {
  color: #112bb0;
}
.nav-bridge_item :hover a {
  color: #fff;
}
.nav-bridge ul.nav-bridge-level li:last-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-bridge ul.nav-bridge-level li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}
.nav-bridge li .nav-bridge-level a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: none;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.nav-bridge .nav-bridge-level a::after {
  position: absolute;
  content: "";
  background: none;
}

.nav-bridge li.only-scrolldown {
  display: none;
  transition: 0.5s;
}
.scrolldown .nav-bridge li.only-scrolldown {
  display: inline-block;
}
.navbar {
  display: none;
}
/*リファクタリング後font-size: 90%に戻す */
.nav-offer {
  margin-left: 40px;
}
.nav-offer-text {
  position: relative;
  margin: 0 20px 6px;
  font-size: 14px;
  font-weight: 500;
}
/*リファクタリング後font-size: 90%に戻す　end */
.nav-offer-text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 2px;
  height: 20px;
  background: #fff;
  transform: rotate(-30deg);
}
.nav-offer-text::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  width: 2px;
  height: 20px;
  background: #fff;
  transform: rotate(30deg);
}

.nav-offer a {
  width: 240px;
  margin: 0 auto;
  color: #112bb0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 10px;
  display: block;
  text-align: center;
  background: #fff;
  transition: 0.2s;
}
.nav-offer a:hover {
  background: #f4a608;
  color: #fff;
}
/* header end */

/* --------- fv --------- */
.top-fv {
  position: relative;
  overflow: hidden;
  height: 71vh;
  max-height: 475px;
  z-index: 1;
}
.top-fv::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(0, 16, 110);
  background: url(/lp/bridge/asset/images/image_fv-bg.svg) no-repeat center -590px, linear-gradient(90deg, rgba(0, 16, 110, 1) 0%, rgba(17, 42, 171, 1) 13%, rgba(28, 59, 212, 1) 26%, rgba(25, 55, 202, 1) 36%, rgba(0, 16, 110, 1) 100%);
}
.top-fv__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 475px;
  max-width: 1153px;
  margin: 0 auto;
  padding-top: 55px;
  z-index: 0;
}
.top-fv-content {
  width: 43%;
  text-align: center;
}
.top-fv__heading-xl {
  margin: 15px 0 0;
  color: #fff;
  font-size: 255%;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
  text-shadow: none;
}
.top-fv__heading-xl-balloon {
  position: relative;
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-size: 80%;
  letter-spacing: 1.5px;
}
.top-fv__heading-xl-balloon-small {
  font-size: 80%;
}
.top-fv__heading-xl-balloon::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 434px;
  height: 20px;
  background: url(/lp/bridge/asset/images/image_fv-line.svg) no-repeat 75px 6px;
  background-size: 342px 16px;
}
.top-fv__heading-xl-big {
  color: #fff;
  font-size: 204%;
  margin-top: 26px;
  display: inline-block;
}
.top-fv__cta {
  margin: 45px 38px 30px;
}
.top-fv__cta-button {
  display: grid;
  place-content: center;
  height: 81px;
  max-width: 417px;
  margin: 0;
  font-size: 26px;
}
.top-fv__cta-button::after {
  top: 32px;
  right: 33px;
}
.top-fv-movie {
  position: absolute;
  top: 22px;
  right: 0;
  height: auto;
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
  z-index: 0;
}
.top-fv-movie__figure {
  position: relative;
  display: block;
  width: 646px;
  height: auto;
  top: 0px;
  z-index: 2;
}
.top-fv-movie__box {
  position: absolute;
  top: 27px;
  left: 85px;
  margin: auto;
  width: 470px;
  height: 314px;
}
.top-fv-movie__video {
  position: absolute;
  display: block;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.top-fv-movie__image {
  width: 646px;
}
/* --------- emblem --------- */
.emblem {
  padding: 20px 0;
}
.emblem__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.emblem__item {
  width: 32%;
}
.emblem__image {
  max-width: 350px;
  width: 100%;
  height: auto;
}
.emblem_caution {
  font-size: 11px;
  color: #cccccc;
  margin: 0 auto;
  text-align: center;
}

/* --------- performance --------- */
.performance {
  width: 100%;
  margin: 0 auto;
}
.performance .performance-partner-logo_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 2000px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 75px;
  background-color: #fff;
  box-sizing: border-box;
}
.performance .performance-partner-logo_inner li {
  display: grid;
  place-content: center;
  width: calc(100% / 8);
}
.performance_company-logo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 140px;
  overflow: hidden;
  animation: loop 50s linear infinite;
  background: url(/asset/images/partner/image_logo-slide.png.webp) repeat-x left center/auto 140px;
}
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2140px 0;
  }
}

/*-------------------bridge-problem--------------------*/
.bridge-problem-inner {
  position: relative;
}
.bridge-problem__lead {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.5;
}
/*-------------------top index main--------------------*/
.bridge-problem-main__figure {
  text-align: center;
  margin-bottom: 40px;
}
.bridge-problem-main__image {
  max-width: 450px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bridge-problem-main__text {
  text-align: center;
  line-height: 2;
  font-size: 110%;
}

/*-------------------bridge-problem-theme--------------------*/
.bridge-problem-theme__heading-m {
  margin-bottom: 50px;
}
.bridge-problem-theme__list {
  margin-top: 100px;
}
.bridge-problem-theme__box {
  width: 100%;
}
.bridge-problem-theme-top {
  padding: 40px 14px 10px;
  min-height: 130px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  width: 100%;
  margin-bottom: 480px;
}
.bridge-problem-theme-top__item {
  font-size: 98%;
  font-weight: bold;
  line-height: 1.2;
  color: #444444;
  position: relative;
  text-align: center;
  padding: 20px 0 0 0;
}
.bridge-problem-theme-top__item--text-theme {
  position: relative;
}
.bridge-problem-theme-bottom {
  background: #fff;
  border: 3px solid #4d61de;
  padding: 11px 12px 20px;
  border-radius: 12px;
  height: 360px;
  position: relative;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bridge-problem-theme-bottom__title {
  font-size: 100%;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  color: #444;
}
.bridge-problem-theme-bottom__subtitle {
  background: #4d61de;
  color: #fff;
  font-weight: bold;
  font-size: 130%;
  padding: 10px;
  text-align: center;
  margin: -12px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.bridge-problem-theme-bottom__subtitle--down {
  position: absolute;
  top: 40px;
  left: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  color: #4d61de;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.575em;
  border-top-color: currentColor;
  border-bottom: 0;
}
.bridge-problem-theme-bottom__title-big {
  font-size: 125%;
  display: inline-block;
}
.bridge-problem-theme-bottom__image {
  max-height: 100px;
  width: 100%;
  height: auto;
  margin: 20px auto 0;
}
.bridge-problem-theme-bottom__text {
  font-size: 110%;
  line-height: 1.6;
  height: 100px;
}
.bridge-problem-theme-top--arrow-bottom::after,
.bridge-problem-theme-top__item--icon-check::before,
.bridge-problem-theme-top__item--text-theme::before {
  content: "";
  position: absolute;
}
.bridge-problem-theme-top--arrow-bottom::after {
  background: url(/lp/bridge/asset/images/icon_arrow-bottom-long.svg) no-repeat;
  width: 41px;
  height: 460px;
  left: 50%;
  top: 130px;
  transform: translateX(-50%);
}
.bridge-problem-theme-top__item--text-theme::before {
  background: url(/lp/bridge/asset/images/icon_round-text-theme-blue.svg) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
}
.bridge-problem-theme-bottom__button {
  margin-top: auto;
}
.bridge-problem-theme__title {
  color: #444;
  position: absolute;
  right: 0%;
  bottom: 428px;
  width: 100%;
  text-align: center;
}
.bridge-problem-theme__title_strong {
  font-size: 150%;
}
.bridge-solution {
  position: relative;
}
.bridge-solution-tiltle__list {
  background-color: #fff;
  border-radius: 20px;
  border: dotted 2px #4d61de;
  padding: 15px 0;
  font-size: 150%;
  line-height: 1.4;
}
.bridge-solution-tiltle__item {
}
.bridge-problem-theme__image {
  width: 300px;
  height: auto;
}
/*bridge-problem-*/

/*------------------- top-effect --------------------*/
.top-effect__box {
  background: #fff;
  padding: 0 50px 50px;
  border-radius: 13px;
  margin-top: 80px;
}
.top-effect__heading-m {
  max-width: 510px;
  background: #074d82;
  margin: 0 auto 10px;
  color: #fff;
  padding: 12px 4px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  border-radius: 30px;
  transform: translateY(-20px);
  width: 86%;
  position: relative;
}
.top-effect__heading-m::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #074d82;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.top-effect__box-point {
  display: block;
  font-size: 220%;
  color: #074d82;
  text-align: center;
  padding: 0 0 20px 0;
}
.top-effect__box-large {
  padding-left: 10px;
  font-size: 230%;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 0.9;
}
.top-effect__box-point-small {
  font-size: 30%;
}
.top-effect-before-after__image {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

/*top-feature*/
.top-feature {
  overflow: hidden;
}
.top-feature__wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #444;
  padding: 0 0 160px 0;
  position: relative;
}
.top-feature__wrap:nth-last-of-type(2) {
  padding: 0 0 160px 0;
}
.top-feature__wrap:nth-last-of-type(1) {
  width: 1300px;
  margin: 0;
  padding: 0;
}
.top-feature__wrap--right .top-feature__image-box {
  position: absolute;
  top: -100px;
  left: -170px;
}
.top-feature__wrap--left,
.top-feature__wrap--right {
  position: relative;
  flex-direction: row-reverse;
}
.top-feature-content__text-green {
  color: #4d61de;
  font-weight: bold;
  font-size: 20px;
}
.top-feature__contents-box {
  width: 48%;
}
.top-feature__wrap-left {
  position: relative;
  padding: 30px 0 0 0;
}
.top-feature__wrap-left::after {
  content: "";
  width: calc((100vw - 800px) / 2 + 2000px);
  height: 370px;
  background: #f5f6fa;
  position: absolute;
  top: -30px;
  right: -140px;
  z-index: -1;
  border-radius: 10px;
}
.top-feature__wrap-right {
  position: relative;
  padding: 0 0 0 10px;
}
.top-feature__wrap-right::after {
  content: "";
  width: calc((100vw - 630px) / 2 + 1000px);
  height: 410px;
  background: #f5f6fa;
  position: absolute;
  top: -60px;
  left: -140px;
  z-index: -1;
  border-radius: 10px;
}
.top-feature__title {
  align-items: center;
  margin-bottom: 20px;
}
.top-feature-point {
  position: relative;
  color: #fff;
  background-color: #064d82;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.top-feature-point__text {
  position: absolute;
  top: 4px;
  right: 21px;
  font-size: 12px;
  font-weight: 500;
}
.top-feature__note-text a {
  text-align: right;
  color: #3a48a6;
}
.top-feature-point__num {
  position: absolute;
  right: 17px;
  bottom: 25px;
  font-weight: 500;
  font-size: 40px;
}
.top-feature__title-main {
  font-size: 310%;
  font-weight: bold;
  color: #3a48a6;
  line-height: 1.2;
}
.top-feature__image-box {
  width: 48%;
  /* padding: 0 20px; */
  margin: 0;
}
.movie-box-pc__video--width {
  max-width: 450px;
}
.top-feature__text,
.top-feature__text--no-margin {
  font-size: 16px;
  line-height: 1.6;
}
.top-feature__image img {
  height: auto;
  width: 600px;
}
.top-feature__wrap--right .top-feature__image img {
  height: auto;
  width: 700px;
}

.top-feature__image-box--video {
  /* position: absolute;
  top: 0px;
  right: 0; */
}
.top-feature--dots {
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
  -webkit-text-emphasis: filled;
}

/*bridge-add-function*/
.bridge-add-function_heading-m {
  font-size: 170%;
  font-weight: bold;
  color: #4a58ae;
  margin: 0 0 20px 0;
}
.bridge-add-function__list {
  display: flex;
  justify-content: space-between;
}
.bridge-add-function__item {
  width: 460px;
  height: 460px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 70px;
}
.bridge-add-function_image {
  width: 260px;
  margin: 0 auto;
}
.bridge-add-function__text {
  line-height: 1.5;
}

/*top-solution*/
.top-solution {
  position: relative;
}
.top-solution::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 80px 0 80px;
  border-color: #f5f6fa transparent transparent transparent;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -90px;
}
.top-solution__lead {
  text-align: center;
  font-size: 150%;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 80px;
}
.top-solution__list {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.top-solution__box {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 3px 8px 0 rgb(11 121 139 / 15%);
}
.top-solution-top,
.top-solution-bottom {
  position: relative;
  z-index: 2;
}
.top-solution-top {
  transform: translateY(-60px);
}
.top-solution__figure {
  margin-bottom: 20px;
  margin: 0 auto;
}
.top-solution-top__image {
  max-width: 90px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.top-solution-top__title {
  font-size: 175%;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #064d82;
  display: table;
  margin: 0 auto;
  text-align: center;
  padding: 6px 75px 8px;
  color: #fff;
}
.top-solution__heading-m {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  text-align: center;
  line-height: 1.7;
  height: 120px;
  letter-spacing: 0rem;
}
.top-solution__heading-m-point {
  display: block;
  font-size: 140%;
}
.top-solution__heading-m-large {
  font-size: 150%;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.top-solution__item {
  width: calc((100% / 12) * 4 - 20px);
  box-sizing: border-box;
  display: flex;
}
.top-solution__image {
  width: 100%;
  height: auto;
  padding: 0 20px;
}

/* --------- top-top-effect --------- */
.top-effect__title {
  font-size: 170%;
  color: #074d82;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px 0;
}
.top-effect__contents-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px 0;
}
.top-effect__contents-box-text {
  font-weight: bold;
  font-size: 150%;
  color: #074d82;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.5;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
.top-effect__contents-figure {
  margin: 0;
}
.top-effect__image {
  width: 100%;
  height: auto;
}
/* --------- top-effect end --------- */

/* --------- topfunction-list --------- */
.topfunction {
  margin: 90px auto 40px;
}
.topfunction-list {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 40px;
  flex-wrap: wrap;
}
.topfunction-list li {
  width: 31%;
  margin-bottom: 75px;
}
.topfunction-list-cont {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
}
.topfunction-list-cont h3 {
  font-size: 20px;
  font-weight: bold;
  background: #d1dee0;
  padding: 8px 5px 13px;
  margin: 0;
  letter-spacing: 0;
}
.topfunction-list li img {
  max-width: 200px;
  width: 100%;
  height: 100%;
  max-height: 92.5px;
  box-sizing: content-box;
  padding: 20px 0;
}
.topfunction-list-cont p {
  font-size: 14px;
  min-height: 140px;
  margin: 0 20px 20px !important;
}

.topfunction-list-btn {
  display: block;
  max-width: 140px;
  height: 40px;
  border: 2px solid #074d82;
  margin: 20px auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.topfunction-list-btn a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #074d82;
  padding-left: 18px;
  text-decoration: none;
  line-height: 32px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}
.topfunction-list-btn-effect {
  width: 139px;
  height: 37px;
  left: -139px;
  background: #074d82;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}
.topfunction-list-btn:hover .topfunction-list-btn-effect {
  left: 0;
}
.topfunction-list-btn:hover a {
  color: #fff !important;
}
.topfunction-list-btn::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  background: url(/lp/bridge/asset/images/icon_blue-arrow-right.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
}
.topfunction-list-btn:hover::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  background: url(../images/ic_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
  z-index: 2;
}
/* --------- topfunction-list end --------- */

/* --------- bridge-case --------- */

.bridge-case {
  background: url(/lp/bridge/asset/images/image_bg-blue-dot.svg) repeat;
}
.case-swiper__wrap {
  display: flex;
  justify-content: space-between;
}
.case-swiper__box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.case-swiper__box--deco {
  position: relative;
}
.case-swiper__box--deco::before,
.case-swiper__box--deco::after {
  content: "";
  position: absolute;
  background: url(/lp/bridge/asset/images/icon_brackets.svg) no-repeat;
  background-size: 100%;
  width: 120px;
  height: 120px;
}
.case-swiper__box--deco::before {
  top: 0;
  left: 0;
}
.case-swiper__box--deco::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.case-swiper__heading-m {
  text-align: center;
  font-size: 280%;
  font-weight: bold;
  color: #4d61de;
  margin: 0 auto 40px;
  position: relative;
  padding: 30px 30px 0;
}
.case-swiper__heading-m--company {
  display: block;
  font-size: 70%;
}
.case-swiper__flex {
  display: flex;
  justify-content: space-between;
  padding: 60px;
}
.case-swiper-right {
  width: 58%;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 25px 0px #ccc;
  border-radius: 10px;
  position: relative;
}
.case-swiper-right::after {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  top: 50%;
  left: -1%;
  transform: translateX(-75%);
  border-right: 15px solid #fff;
  margin-top: -16px;
}
.case-swiper-right__figure {
  width: 20%;
  text-align: center;
  margin-right: 15px;
}
.case-swiper-right__image {
  max-width: 50px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.case-swiper-right__figcaption {
  font-size: 110%;
  font-weight: bold;
  color: rgba(23, 42, 136, 0.5);
}
.case-swiper-right__figcaption--after {
  color: rgba(255, 54, 127, 0.5);
}
.case-swiper-right-before__heading-s {
  font-size: 110%;
  color: #4e62e0;
  margin: 0 0 15px 0;
  line-height: 1.2;
  border-bottom: solid 2px #4e62e0;
  padding: 0 0 10px 0;
}
.case-swiper-right-before__item {
  line-height: 1.3;
  position: relative;
  font-size: 150%;
  font-weight: bold;
}
.case-swiper-right-after__item {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 15px 24px;
  position: relative;
}
.case-swiper-right-after__item::before {
  content: "";
  position: absolute;
  background: url(/lp/bridge/asset/images/icon_check_pink.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.case-swiper-left {
  width: 38%;
}
.case-swiper-left__image {
  max-width: 260px;
  width: 100%;
  height: auto;
}
.case-swiper_tag {
  color: #fff;
  background-color: #4e62e0;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 30px;
  font-size: 50%;
  display: inline-block;
  font-weight: normal;
}
.case-swiper-right-before__list {
  margin: 20px 0 0 0;
}

/*swiper スタイル上書き*/

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 70%;
  padding: 0 0 15px;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 40%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(/lp/bridge/asset/images/icon_arrow-round_left.svg) no-repeat;
  background-size: 100%;
  left: 22%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(/lp/bridge/asset/images/icon_arrow-round_right.svg) no-repeat;
  background-size: 100%;
  right: 22%;
}
.swiper-button-prev,
.swiper-button-next {
  width: 70px;
  height: 70px;
}
/* --------- top-case end --------- */

/* --------- top-plan-table --------- */
.plan__btn {
  margin: 0;
}
.plan__column {
  display: grid;
  grid-template-columns: 350px 1fr;
}
.plan__item {
  display: flex;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  align-items: center;
}
.plan__item_image {
  width: 60px;
  height: auto;
}
.plan__item_figure {
  margin: 0 20px 0 0;
}
.plan__list {
  display: grid;
  grid-template-columns: repeat(2, 310px);
  grid-gap: 20px;
}
.plan__list:not(:first-child) {
  position: relative;
}
.plan__list:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -20px;
  background: url(/lp/bridge/asset/images/image_bridge-plan-line-beside.svg) 0 0 no-repeat;
  background-size: cover;
  width: 85%;
  height: 2px;
}
.plan__list:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: -20px;
  background: url(/lp/bridge/asset/images/image_bridge-plan-line-beside.svg) 0 0 no-repeat;
  background-size: cover;
  width: 85%;
  height: 2px;
}
.plan__list:not(:last-child) {
  margin: 0 0 40px 0;
}
.plan__title {
  text-align: left;
  font-size: 170%;
  display: flex;
  align-items: flex-end;
  margin: 0 0 72px 0;
  position: relative;
}
.plan__title--blue {
  padding: 0 0 0 20px;
  margin: 0;
  color: #112bb0;
}
.plan__column_title {
  position: relative;
  margin-top: 40px;
}
.plan__column_title::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -45px;
  background: url(/lp/bridge/asset/images/image_bridge-plan-line.svg) 0 0 no-repeat;
  width: 16px;
  height: 356px;
}

/* --------- parts --------- */
/* 行の背景 */
.top-plan-table__bg-paleblue-tr > * {
  background: #f5f6fa;
}
/* 機能チェックアイコン */
.top-plan-table__image {
  width: 18px;
  margin: 0 auto;
}
/* 機能注釈 */
.top-plan-table__note {
  display: block;
  font-size: 70%;
  line-height: 1;
  padding-top: 3px;
  color: #434343;
  font-weight: normal;
}
/* セクション余白 */
.top-plan-table__none-box {
  overflow: hidden;
  height: 5px;
  line-height: 0;
}
/* セクションTOPライン */
.top-plan-table__section-line {
  border-top: 2px solid #1a5082;
}
.top-plan-table__section-line--green {
  border-top: 2px solid #059f94;
}
/* --------- top-plan-table-thead --------- */
.top-plan-table-thead__plan-box {
  border-radius: 10px 10px 0 0;
  border: 2px solid #1a5082;
  padding: 0 30px 10px;
}
.top-plan-table-thead__plan-box--line-green {
  border: 2px solid #059f94;
}
.top-plan__heading-l {
  font-size: 150%;
  font-weight: normal;
  width: calc(100% + 60px);
  letter-spacing: 0;
  margin: -2px -30px 15px;
  padding: 16px 0;
  border-radius: 7px 7px 0 0;
  border-bottom: 2px solid #1a5082;
}
.top-plan__heading-l--blue {
  background: #1a5082;
  color: #fff;
}
.top-plan__heading-l--green {
  background: #059f94;
  border-bottom: 2px solid #059f94;
  color: #fff;
  font-size: 130%;
  padding: 18px 0;
}
.top-plan-table-thead__plan-lead {
  margin-bottom: 15px;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
}
.top-plan-table-thead__plan-lead--green {
  color: #059f94;
}
/* --------- top-plan-table-tbody --------- */
.top-plan-table-tbody__heading-l {
  font-size: 150%;
  font-weight: normal;
  width: calc(100% + 40px);
  letter-spacing: 0;
  margin: 0 -20px 15px;
  padding: 15px 0;
  border-top: 2px solid #1a5082;
  border-bottom: 2px solid #1a5082;
}
.top-plan-table-tbody__heading-l--blue {
  background: #1a5082;
  color: #fff;
}
.top-plan-table-tbody__heading-l--green {
  background: #059f94;
  border-top: 2px solid #059f94;
  border-bottom: 2px solid #059f94;
  color: #fff;
  font-size: 130%;
  padding: 18px 0;
}
.top-plan-table-tbody__function-category {
  background: #1a5082;
  color: #fff;
  border-radius: 10px 0 0 10px;
  transform: translateX(10px);
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}
.top-plan-table-tbody__link {
  padding: 0 10px;
  height: 40px;
  display: block;
  color: #1a5082;
  font-weight: bold;
  transition: 0.2s;
  text-decoration: underline;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}
.top-plan-table-tbody__link-note {
  font-weight: bold;
  color: #1a5082;
}
.top-plan-table-tbody__link:hover {
  color: #059f94;
  background: #d1dee0;
}
.top-plan-table-tbody__link-note:hover {
  color: #059f94;
}
.top-plan-table-tbody__plan-box,
.top-plan-table__none-box {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-left: 2px solid #1a5082;
  border-right: 2px solid #1a5082;
}
.top-plan-table-tbody__plan-box--line-green,
.top-plan-table__none-box--line-green {
  border-left: 2px solid #059f94;
  border-right: 2px solid #059f94;
}
/* cta */
.top-plan-table-tbody__cta-box {
  padding: 10px 20px 5px;
  border: 2px solid #1a5082;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.top-plan-table-tbody__cta-box--line-green {
  border: 2px solid #059f94;
  border-top: none;
}
.scroll-pricing-table {
  white-space: unset;
}

/*about rakus*/
.about-rakus__heading-l {
  text-align: center;
  margin-bottom: 50px;
}
.about-rakus__heading-l-image {
  max-width: 80px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.about-rakus__table {
  width: 95%;
  margin: 0 auto 70px;
}
.about-rakus__th {
  font-size: 100%;
  padding: 25px 15px 25px 40px;
  border-bottom: 1px solid #4e62e0;
  color: #172a88;
  width: 30%;
  box-sizing: border-box;
}
.about-rakus__td {
  font-size: 90%;
  padding: 25px 40px;
  border-bottom: 1px solid #4e62e0;
  color: #172a88;
  width: 70%;
  box-sizing: border-box;
}
.about-rakus__list {
  display: flex;
  justify-content: center;
}
.about-rakus__item:first-of-type {
  margin-right: 30px;
}
.about-rakus__image.lazy {
  height: 80px;
  width: auto;
}

/* --------- footer-cta --------- */
.footer-cta_heading-l {
  color: #fff;
}
.footer-cta__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-cta__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  position: relative;
}
.footer-cta__item_link {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  height: 390px;
}
.footer-cta__item_link:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 0px 0px rgba(209, 226, 239, 1);
}

.footer-cta_heading-m {
  font-size: 20px;
  color: #4d61de;
  text-align: center;
  margin: 15px 0 20px;
  letter-spacing: 0;
}
.footer-cta__image {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.footer-cta__btn {
  content: "";
  position: absolute;
  bottom: 30px;
  background: #fff;
  border: #4d61de 2px solid;
  border-radius: 30px;
  color: #4d61de;
  padding: 15px 10px;
  margin: 0 auto;
  display: block;
  max-width: 300px;
  width: 80%;
  border-radius: 30px;
  text-align: center;
  transition: 0.1s;
  font-weight: bold;
}
.footer-cta__btn:hover {
  background: #4d61de;
  color: #fff;
}
.footer-cta__btn_link {
  color: #fff;
}
.footer-cta__btn_link:hover {
  color: #fff;
  background: #4d61de;
}
.footer-cta__lead {
  font-size: 90%;
  font-weight: 500;
  line-height: 1.5;
}
#footer {
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

#footer,
#footer > a {
  color: #555;
}

/* --------- footer-cta end --------- */

/*--------------------------
pagetop
--------------------------*/
.js_pagetop {
  position: fixed;
  bottom: 0;
  right: 10px;
  margin-bottom: 0;
  font-size: 7.7rem;
  z-index: 99;
}
.js_pagetop__link {
  background: #4d61de;
  font-size: 1.1rem;
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  text-align: center;
  display: block;
  border-radius: 5px 5px 0 0;
  border: 3px solid;
}
/* 即時に遷移する */
html {
  scroll-behavior: auto;
}

/* ゆっくり遷移する */
html {
  scroll-behavior: smooth;
}

/*汎用 丸形ボタン アイコンあり*/
.button-round-shadow,
.button-round-shadow--white {
  text-align: center;
}
.top_button-round_sub-txt a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.top_button-round-shadow {
  text-align: center;
}
.top_button-round-shadow--center {
  margin: 0 auto;
  text-align: center;
}
.top_button-round-shadow__link--block {
  display: block;
}
.top_button-round-shadow__contents,
.top_button-round-shadow--white__contents {
  text-align: center;
}
.top_button-round-shadow__link,
.top_button-round-shadow--white__link,
.top_button-round-shadow__link--image-float,
.top_button-round-shadow--white__link--image-float,
.top_button-round-shadow__link--block,
.top_button-round-shadow--white__link--block {
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 6px;
  border-radius: 100px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  transition: all ease 0.3s;
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
}
.top_button-round-shadow__link-inner {
  color: #fff;
  background: #f4a608;
  padding: 15px 75px 16px 75px;
  border-radius: 100px;
  transition: 750ms ease all;
  border: 2px solid transparent;
}
.top_button-round-shadow--white__link-inner {
  color: #f4a608;
  background: #fff;
  padding: 31px 40px 32px 75px;
  border-radius: 100px;
  transition: 750ms ease all;
  border: 2px solid #e5e5e5;
}
.top_button-round-shadow__link-inner:hover {
  background-color: #fff;
  color: #f4a608;
  border: 2px solid;
}
.top_button-round-shadow--white__link-inner:hover {
  background-color: #f4a608;
  color: #fff;
  border: 2px solid;
}
.top_button-round-shadow__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.top_button-round-shadow__link-inner::after,
.top_button-round-shadow--white__link-inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 75px;
  bottom: 0;
  margin: auto;
}
.top_button-round-shadow__link-inner::after,
.top_button-round-shadow__link-inner::after {
  background: url(/lp/bridge/asset/images/icon_feather-arrow-right.png) no-repeat top right;
  width: 21px;
  height: 18px;
  background-size: 21px 17px;
  content: "";
  position: absolute;
  top: 5px;
  right: 40px;
}

.top_button-round-shadow__link-inner:hover::after,
.top_button-round-shadow--white__link-inner::after {
  background: url(/lp/bridge/asset/images/icon_feather-arrow-right_og.png) no-repeat top right;
  width: 21px;
  height: 18px;
  background-size: 21px 17px;
  content: "";
  position: absolute;
  top: 5px;
  right: 40px;
}
.top_button-round-shadow__link:hover,
.top_button-round-shadow__link--image-float:hover,
.top_button-round-shadow__link--block:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8px 0 rgba(76, 73, 72, 0.3);
}
.js-fadeinright {
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s;
}
.js-fadeinleft {
  opacity: 0;
  transform: translateX(40px);
  transition: 1s;
}
.js-fadeintop {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s;
}
/*=====================================
タブレット
スマホ対応
=====================================*/
@media (max-width: 2000px) {
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    width: 100%;
    padding: 0 0 15px;
  }
  .case-swiper_text {
    font-size: 75%;
  }
}

@media (max-width: 1240px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  /* --------- bridge共通 --------- */
  .birdge-common_heading-l {
    font-size: 140%;
    margin-bottom: 50px;
  }
  .bridge-common__cta-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 130%;
  }
  .bridge-common__cta {
    width: 100%;
    margin: 0 auto;
  }

  /* --------- nav --------- */
  .global-nav__list {
    margin: 0;
  }
  .global-nav__list li {
    display: block;
    padding: 15px 20px;
    text-align: left;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #dbdbdb;
  }

  /*リファクタリング後font-size: 90%に戻す */

  .nav-offer-sp a {
    width: 150px;
    color: #112bb0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 10px;
    display: block;
    text-align: center;
    background: #fff;
    transition: 0.2s;
  }
  .nav-offer-sp a:hover {
    background: #f4a608;
    color: #fff;
  }
  .nav-offer-text {
    position: relative;
    margin: 0 20px 6px;
    font-size: 14px;
    font-weight: 500;
  }
  /*リファクタリング後font-size: 90%に戻す　end */
  .nav-offer-text::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -15px;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(-30deg);
  }
  .nav-offer-text::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -15px;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(30deg);
  }
  #global-btn {
    position: relative;
    display: none;
    background: #f4a608;
    width: 100%;
    padding: 30px 7%;
    z-index: 10;
  }
  #global-btn .global-btn-form {
    width: 98%;
    margin: 0 auto 20px;
  }
  #global-btn .global-btn-form p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
    padding-left: 25px;
  }
  #global-btn .global-btn-form p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    background-image: url(/asset/images/sp_mail_w.svg);
    width: 16px;
    height: 12px;
  }
  #global-btn .global-btn-form a {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    background: #fcc26d;
    font-weight: bold;
    font-size: 17px;
    color: #222;
    width: 100%;
    height: 55px;
    padding: 15px 0;
    text-align: center;
  }
  #global-btn .global-btn-form a::after {
    content: "";
    position: absolute;
    background: url(/asset/images/ic_arrow_black.svg) no-repeat;
    width: 10px;
    height: 14px;
    top: 20px;
    right: 30px;
  }
  #global-btn .global-btn-tel {
    width: 98%;
    margin: 25px auto;
    padding-top: 25px;
    border-top: 1px solid #fff;
  }
  #global-btn .global-btn-tel p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-left: 20px;
  }
  #global-btn .global-btn-tel p span {
    font-size: 12px;
  }
  #global-btn .global-btn-tel p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    background: url(/asset/images/sp_tel.svg) no-repeat;
    width: 12px;
    height: 12px;
  }
  #global-btn .global-btn-tel ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #global-btn .global-btn-tel ul li {
    position: relative;
    display: grid;
    align-items: center;
    width: 48%;
    height: auto;
    border: 1px solid #fff;
    background: #fcc26d;
    font-weight: bold;
    padding: 12px;
  }
  #global-btn .global-btn-tel ul li::after {
    content: "";
    position: absolute;
    background: url(/asset/images/ic_arrow_black.svg) no-repeat;
    width: 10px;
    height: 14px;
    top: 17px;
    right: 10px;
  }
  #header #global-nav #global-btn .global-btn-tel a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 17px;
    color: #222;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border: none;
    background: none;
  }

  /* --------- header --------- */
  .header-sp-logo {
    width: 150px;
    height: auto;
    margin: 20px 0;
  }
  .header-sp-logo img {
    width: 150px;
    height: auto;
    margin: 0 15px;
  }
  .header-navi-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
  }
  #header-pc {
    display: none;
  }
  #header-sp {
    display: block;
    width: 100%;
  }
  .header-sp-inquiry {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 60px;
  }
  .header-sp-inquiry img {
    width: 24px;
    height: 17px;
  }
  .burger-icon {
    position: absolute;
    z-index: 1000;
    top: 0px;
    right: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all 0.3s ease 0.4s;
    transform-origin: 50% 50%;
    text-align: center;
  }
  .burger-icon span {
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 24px;
    height: 3px;
    display: block;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 15px;
    top: 0px;
  }
  .burger-icon span:first-of-type {
    transform: translateY(14px);
    transform-origin: center center;
  }
  .burger-icon span:nth-of-type(2) {
    transform: translateY(19px);
  }
  .burger-icon span:last-of-type {
    transform: translateY(24px);
    transform-origin: center center;
  }
  .burger-icon.act span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    transform: translate(100px, 27px);
  }
  .burger-icon.act span:first-of-type {
    transform: rotate(-45deg) translate(-17px, 13px);
    transform-origin: center center;
  }
  .burger-icon.act span:last-of-type {
    transform: rotate(45deg) translate(9px, 13px);
    transform-origin: center center;
  }

  /* --------- performance --------- */
  .performance {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #dbdbdb;
  }

  /* --------- top-feature --------- */

  .top-feature__wrap {
    padding: 40px 30px;
    background: #f5f6fa;
    border-radius: 10px;
    flex-direction: column;
  }
  .top-feature__wrap-left::after {
    background: none;
  }
  .top-feature__wrap-right::after {
    background: none;
  }
  .top-feature__wrap--right::after {
    display: none;
  }
  .top-feature__wrap--left::after {
    display: none;
  }

  .top-feature__contents-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-feature__wrap:nth-last-of-type(3) {
    width: 100%;
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding: 40px 30px;
    position: relative;
    color: #074d82;
  }
  .top-feature__wrap:nth-last-of-type(1) {
    width: 100%;
    padding: 40px 30px;
  }
  .top-feature__wrap:nth-last-of-type(2) {
    margin-bottom: 60px;
    padding: 40px 30px;
  }
  .top-feature__wrap--right .top-feature__image-box {
    position: static;
  }
  .top-feature__wrap--right .top-feature__image img {
    height: auto;
    width: -webkit-fill-available;
  }
  .top-feature__image-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-feature__title {
    display: block;
    text-align: center;
  }
  .top-feature__image-box--video {
    position: unset;
  }
  .top-feature__figure {
    width: auto;
  }
  .movie-box-pc__video {
    position: unset;
  }
  .movie-box-pc__video-box {
    position: absolute;
    top: 82px;
    left: 56px;
    margin: auto;
    width: 400px;
    height: auto;
  }

  /* --------- fv --------- */
  .fv::before {
    width: 60%;
  }
  .fv-pc {
    width: 100%;
    top: 3px;
  }
  .fv-content {
    width: 450px;
  }
  .fv__inner .fv__heading-xl {
    font-size: 240%;
  }
  .fv-image {
    margin: 0;
    width: calc(100% - 450px);
    bottom: 0px;
    top: 0;
  }
  .fv__image-display {
    width: 510px;
    margin: 0;
  }

  /* --------- bridge-problem-theme --------- */
  .bridge-problem-theme__title {
    display: none;
  }
  .bridge-problem-theme-top {
    margin-bottom: 60px;
  }
  .bridge-problem-theme__list {
    flex-wrap: wrap;
  }
  .bridge-problem-theme-top--arrow-bottom::after {
    background: url(/lp/bridge/asset/images/icon_arrow-blue-bottom.svg) no-repeat;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 130px;
    transform: translateX(-50%);
  }

  /* .top-solution */
  .top-solution__list {
    display: block;
  }
  .top-solution__image {
    width: 100%;
    height: auto;
  }
  .top-solution__item {
    margin: 0 0 20px;
    display: block;
    width: 100%;
  }
  .top-solution {
    padding-top: 90px;
  }
  /*top-top-effect*/
  .top-effect__title {
    font-size: 150%;
    margin: 0 0 20px 0;
  }
  .top-solution::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 40px 0 40px;
    border-color: #f5f6fa transparent transparent transparent;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -40px;
  }
  .top-effect__contents {
    padding-top: 20px;
  }
  .top-effect__contents-box {
    display: block;
    text-align: center;
    margin: 0 0 75px 0;
  }
  .top-effect__contents-box-text {
    font-size: 90%;
  }
  .top-effect__contents-figure {
    margin: 0;
  }
  /* --------- top-plan-table --------- */
  .scroll-pricing-table {
    overflow-x: scroll;
    padding: 0 0 30px;
  }
  .top-plan-table {
    width: 860px;
    font-size: 75%;
  }
  .top-plan-table-tbody__heading-l {
    width: calc(100% + 20px);
    margin: 0 -10px 15px;
  }
  /* top-plan-table 列の幅 */
  .top-plan-table-thead__plan-box {
    width: 200px;
  }
  .top-plan-table-tbody__function-category {
    width: 60px;
  }
  .top-plan-table-tbody__function-name {
    width: 140px;
  }
  /* --------- parts --------- */
  /* 機能チェックアイコン */
  .top-plan-table__image {
    width: 15px;
    margin: 0 auto;
  }
  /* 機能注釈 */
  .top-plan-table__note {
    font-size: 90%;
    padding-top: 2px;
  }
  /* --------- top-plan-table-thead --------- */
  .top-plan-table-thead__plan-box {
    border-radius: 10px 10px 0 0;
    padding: 0 30px 10px;
  }
  .top-plan__heading-l {
    padding: 15px 0;
  }
  .top-plan__button-move::after {
    top: 11px;
    right: 7px;
  }
  .top-plan__button-move-link {
    font-size: 14px;
    line-height: 35px;
    padding-right: 8px;
  }
  /* --------- top-plan-table-tbody --------- */
  .plan__title--sp {
    display: block !important;
  }
  .plan__column_title::before {
    display: none;
  }
  .top-plan-table-tbody__function-category {
    padding: 3px;
    line-height: 1.3;
  }
  .top-plan-table-tbody__link {
    padding: 5px;
    height: auto;
  }
  /* cta */
  .top-plan-table-tbody__cta-box {
    padding: 20px 10px 0;
  }
  .top-plan__cta-button {
    font-size: 14px;
    padding: 13px 30px 13px 15px;
  }
  .plan__column {
    grid-template-columns: 1fr;
  }
  .plan__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .plan__title {
    margin: 0 0 32px 0;
  }
  .plan__title--blue {
    font-size: 90%;
  }
  .plan__title_figure {
    display: inline-block;
  }
  .plan__list:nth-of-type(2)::before {
    width: 100%;
  }
  .plan__list:nth-of-type(3)::before {
    width: 100%;
  }
  .plan__item {
    font-size: 90%;
  }
  .plan__item_image {
    width: 40px;
    height: auto;
  }
  .plan__item_figure {
    margin: 0 10px 0 0;
  }

  /* --------- bridge-add-function --------- */

  .bridge-add-function__list {
    display: grid;
    text-align: center;
    justify-content: center;
  }
  .bridge-add-function_heading-m {
    text-align: center;
    font-size: 150%;
  }
  .bridge-add-function__item {
    margin-top: 20px;
    width: 370px;
    height: 370px;
    padding-top: 30px;
  }
  .bridge-add-function__text {
    line-height: 1.5;
    font-size: 80%;
  }

  /* --------- .connection-site--------- */

  .connection-site__list {
    display: flex;
    flex-wrap: wrap;
  }
  /* --------- .case--------- */
  .case-swiper-right__figure {
    text-align: center;
    margin-bottom: 15px;
  }
  .case-swiper-left__image {
    max-width: 150px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev {
    left: 3%;
  }
  .swiper-button-next {
    right: 3%;
  }
  /*case*/
  .case-swiper__heading-m {
    font-size: 170%;
    margin-bottom: 15px;
  }
  .case-swiper__heading-m::before,
  .case-swiper__heading-m::after {
    width: 20px;
    height: 20px;
  }
  .case-swiper__flex {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px;
  }
  .case-swiper-left,
  .case-swiper-right {
    width: 95%;
    margin: 0 auto;
  }
  .case-swiper-left {
    padding: 20px;
  }
  .case-swiper-left__figure {
    text-align: center;
    margin-bottom: 15px;
  }
  .case-swiper-left-before {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
  .case-swiper-left-before__heading-s {
    font-size: 125%;
  }
  .case-swiper-left-before__item {
    padding: 0 0 10px 20px;
  }
  .case-swiper-left-before__item::before {
    font-size: 80%;
    top: 3px;
  }
  .case-swiper-left__figcaption {
    font-size: 90%;
    letter-spacing: -0.05em;
  }
  .case-swiper-left-after__heading-s {
    font-size: 130%;
  }
  .case-swiper-left-after__item {
    font-size: 112%;
    padding: 0 0 10px 20px;
  }
  .case-swiper-left-after__item::before {
    width: 15px;
    height: 15px;
  }
  .case-swiper-right::after {
    content: "";
    display: none;
  }
  .case-swiper-right-before__item {
    font-size: 120%;
  }
  .case-swiper_text {
    font-size: 90%;
  }
}
/*===============================
汎用クラス　ipad対応
===============================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main {
    margin: 150px 0 0 0;
  }
  /* about */
  .about .modal-link {
    width: 100%;
  }
  /* --------- fv --------- */
  .fv::before {
    height: 80%;
  }
  .fv__inner {
    height: 45vh;
  }

  .fv-content {
    width: 450px;
  }
  .fv-image {
    margin: 0;
    width: calc(100% - 450px);
    top: 0px;
    position: relative;
  }
  .fv-pc {
    width: 100%;
    top: 0px;
  }
  .movie-box-pc__video-box {
    position: absolute;
    top: 17px;
    left: 52px;
    margin: auto;
    width: 343px;
    height: auto;
  }
  .fv__image-display {
    width: 450px;
    margin: 0;
  }

  /* --------- bridge-problem-main --------- */
  .bridge-problem-theme-bottom {
    height: 100%;
    max-height: 430px;
  }
}
/*===============================
ユニーククラス　スマホ対応
===============================*/
@media (max-width: 768px) {
  /* 共通*/
  .bridge-common_cta-button {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .bridge-common-add_icon-arrow-right::after {
    width: 7px;
    height: 7px;
    right: 15px;
  }

  /*cta*/
  .cta-area {
    padding: 30px 0;
  }
  .cta-area__felx {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .cta-area__link {
    font-size: 130%;
    padding: 12px 10px;
    width: 90%;
    letter-spacing: 0.05em;
  }
  .cta-area__heading-l {
    font-size: 100%;
  }
  .cta-area__image {
    max-width: 220px;
  }

  /* --------- header-bridge --------- */
  .header-bridge {
    background: rgb(0, 16, 110);
    background: linear-gradient(90deg, rgba(0, 16, 110, 1) 0%, rgba(28, 59, 212, 1) 50%, rgba(0, 16, 110, 1) 100%);
  }

  /* --------- fv --------- */
  .top-fv {
    height: 121vh;
    max-height: 625px;
  }
  .top-fv::before {
    background: rgb(0, 16, 110);
    background: url(/lp/bridge/asset/images/image_fv-bg.svg) no-repeat 35% -590px, linear-gradient(90deg, rgba(0, 16, 110, 1) 0%, rgba(28, 59, 212, 1) 50%, rgba(0, 16, 110, 1) 100%);
  }
  .top-fv__heading-xl {
    font-size: 165%;
  }
  .top-fv__heading-xl-balloon::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: -webkit-fill-available;
    height: 20px;
    background: url(/lp/bridge/asset/images/image_fv-line.svg) no-repeat center center;
    background-position: center center;
    background-size: 232px auto;
  }

  .top-fv-content {
    width: 100%;
  }
  .top-fv-movie {
    display: flex;
  }

  .top-fv-movie {
    position: absolute;
    top: 380px;
    right: 0;
    height: auto;
    width: 100%;
    display: grid;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    z-index: 0;
  }
  .top-fv-movie__figure {
    position: relative;
    display: block;
    width: 300px;
    height: auto;
    top: 0px;
    z-index: 2;
  }
  .top-fv-movie__image {
    width: 300px;
    margin: 0 auto;
  }
  .top-fv__cta-button {
    max-width: 340px;
  }
  .top-fv__cta {
    margin: 45px auto 30px;
    width: 340px;
  }

  /* --------- about-rakus --------- */

  .about-rakus__heading-l {
    margin-bottom: 20px;
  }
  .about-rakus__heading-l-image {
    max-width: 50px;
  }
  .about-rakus__table {
    margin-bottom: 20px;
  }
  .about-rakus__th {
    font-size: 70%;
    padding: 15px 10px;
    width: 20%;
  }
  .about-rakus__td {
    font-size: 80%;
    padding: 15px 12px;
    width: 80%;
  }

  /* --------- bridge-problem --------- */
  .bridge-problem-theme__item {
    padding-bottom: 80px;
  }

  /* --------- top-feature__image --------- */

  .top-feature__image {
    width: 90%;
    margin: 0 auto;
  }

  /* --------- top-effect --------- */
  .top-effect__heading-m {
    font-size: 90%;
    border-radius: 50px;
    padding: 12px 14px;
    width: 100%;
  }
  .top-effect__box-point {
    font-size: 150%;
  }
  .top-effect__box {
    padding: 0 40px 40px;
  }

  /*top-feature*/
  .top-feature {
    display: block;
  }

  .top-feature__image img {
    height: auto;
    width: 100%;
  }

  .top-feature__title-main {
    font-size: 30px;
  }
  .top-feature__title-right {
    margin: 0 auto;
  }
  .top-feature-point {
    width: 70px;
    height: 70px;
  }
  .top-feature-point__num {
    right: 13px;
    bottom: 18px;
  }
  .top-feature__link {
    display: block;
  }
  .top-feature__note-text {
    text-align: right;
  }

  /* --------- footer-cta --------- */
  .footer-cta__list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-cta__item {
    display: list-item;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 390px;
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(209, 226, 239, 1);
  }
  .footer-cta__pagination {
    margin: -50px 0 0 0;
  }
  .footer-cta__inner {
    position: relative;
  }
  .footer-cta__btn {
    content: "";
    position: absolute;
    bottom: 30px;
    background: #fff;
    border: #4d61de 2px solid;
    border-radius: 30px;
    color: #4d61de;
    padding: 15px 10px;
    margin: 0 auto;
    display: block;
    max-width: 200px;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    transition: 0.1s;
    font-weight: bold;
    left: calc(50% - 100px);
  }
  .footer-cta__btn:hover {
    background: #4d61de;
    color: #fff;
  }
  .footer-cta__btn_link {
    color: #4d61de;
  }
  .footer-cta__btn_link:hover {
    color: #fff;
  }
  .footer-cta__lead {
    font-size: 90%;
  }
  /* --------- swiper --------- */
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 3%;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background: url(/lp/bridge/asset/images/icon_arrow-round_left.svg) no-repeat;
    background-size: 100%;
    left: 3%;
  }

  /*汎用 cta用button コンテンツ アイコンあり*/
  .top_button-round-shadow__title {
    font-size: 22px;
  }
  .bridge-common_add-icon_3doc::before,
  .bridge-common_add-icon_pc-search::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 175px;
    left: 22px;
    top: 22px;
  }

  .companyinfo .inner {
    display: block;
  }
  .companyinfo-wrap {
    display: block;
  }
  .companyinfo-logo {
    display: none;
  }
  .companyinfo-txt {
    position: relative;
    margin: 0 15px 15px;
    font-size: 14px;
    font-weight: bold;
  }
  .companyinfo-tel {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 14px;
    flex-wrap: wrap;
    width: 100%;
  }
  .companyinfo-txt::after {
    display: none;
  }
  .corporation .inner {
    width: 100%;
  }
  .facebookarea {
    margin: 20px auto;
  }
  .facebookarea iframe {
    width: 100% !important;
    height: auto !important;
  }
  #footer ul.corporation-wrap {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  #footer ul .corporation-wrap-logo {
    width: 50px;
    margin: 0;
  }
  #footer ul .corporation-wrap-txt {
    width: calc(95% - 50px);
    margin: 0 0 0 5%;
  }
  #footer ul .corporation-wrap-pmark {
    width: 70px;
    margin: 20px 5% 0 0;
    transition: 0.2s;
  }
  #footer ul .corporation-wrap-isms {
    width: 130px;
    margin: 20px 0 0 0;
  }
  .footernav-link {
    display: block;
    margin: 0 20px;
  }
  .footernav-link-twitter {
    display: block;
    padding-bottom: 15px;
  }
  .footernav-link-facebook {
    display: block;
    padding-bottom: 15px;
  }

  .footernav-link-twitter img {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
  .footernav-link-twitter:hover img:last-of-type {
    opacity: 0;
  }
  .footernav-link-company {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 !important;
    margin: 0;
    border-top: 1px solid #7f7f7f;
    flex-wrap: wrap;
  }
  .footernav-link-company li a {
    color: #fff !important;
    font-size: 12px;
    position: relative;
  }
  .footernav-copyright {
    text-align: center;
    margin: 0;
    font-size: 11px;
  }
  .footernav .inner {
    padding: 15px 0;
  }
  /* footer */
  #footer {
    width: 100%;
  }
}
