@charset "UTF-8";
.fl {
  display: flex;
  display: -ms-flexbox;
}
.fl-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.jus-center {
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.jus-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.al-center {
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.relative {
  position: relative;
}
.asb {
  position: absolute;
}
.center {
  text-align: center;
}
.prite-asb {
  position: absolute;
  max-width: unset;
  font-size: 0;
}
.prite-asb.set-center {
  top: 50%;
  transform: translateY(-50%);
}
.fs-0 {
  font-size: 0;
}
.prite-rela {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.shiny {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.shiny::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -100%;
  top: -25%;
  width: 100%;
  height: 150%;
  transform: rotate(90deg);
  animation: shiny-text 3s infinite linear;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
@keyframes shiny-text {
  0% {
    transform: translateX(-100%) rotate(-45deg) skew(-8deg, -8deg);
  }
  40%,
  100% {
    transform: translateX(200%) rotate(-45deg) skew(-8deg, -8deg);
  }
}
.cta1-box1 {
  margin: 52px 0 80px;
  background-color: #f0f5fe;
  padding: 40px 40px 36px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cta1-box1 .tt {
  margin-bottom: 15px;
  color: #2c4894;
}
.cta1-box1 .list {
  background-color: #2c4894;
  color: #fff;
  border-radius: 45px;
  overflow: hidden;
}
.cta1-box1 .list .li {
  height: 87px;
  overflow: hidden;
  width: 34.77%;
}
.cta1-box1 .list .li1 {
  background-color: #86a6f9;
}
.cta1-box1 .list .li2 {
  width: 36.46%;
  margin: 0px -3%;
  background-color: #3467d6;
  -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}
.cta1-box2 .tt .span {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0px 60px;
}
.cta1-box2 .tt .span::before,
.cta1-box2 .tt .span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  border-top: 18px solid rgba(0, 0, 0, 0);
  border-bottom: 18px solid rgba(0, 0, 0, 0);
}
.cta1-box2 .tt .span::before {
  left: 0;
  border-left: 30px solid #2c4894;
}
.cta1-box2 .tt .span::after {
  right: 0;
  border-right: 30px solid #2c4894;
}
.cta1-box2 .txt {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0px 30px;
}
.cta1-box3 {
  margin-top: 120px;
  border-radius: 20px;
  background-color: #2c4894;
  overflow: hidden;
}
.cta1-box3 .tt,
.cta1-box3 .txt-bt {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.cta1-box3 .tt {
  font-size: 38px;
  padding: 26px 10px 20px;
  background-color: #21325e;
}
.cta1-box3 .txt-bt {
  font-size: 24px;
  border-top: 1px solid #fff;
  padding: 24px 1%;
  line-height: 1.38;
  margin-top: 25px;
}
.cta1-box3 .content1 {
  background-color: #f0f5fe;
  padding-top: 32px;
}
.cta1-box3 .txts-item {
  width: 290px;
  margin: 0px 10px;
  background-color: #fff;
  border-radius: 47px;
  color: #2c4894;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding: 14px 1%;
  box-shadow: 0 3px 6px rgba(134, 166, 249, 0.1);
  transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  opacity: 0;
}
.cta1-box3 .txts-item::before {
  position: absolute;
  content: "";
  right: 63px;
  border-top: 17px solid #fff;
  border-left: 25px solid rgba(0, 0, 0, 0);
  top: 100%;
  z-index: 1;
}
.cta1-box3 .content2 {
  width: 100%;
  padding: 30px 300px 27px 0px;
  background-color: #f0f5fe;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
}
.cta1-box3 .chara0 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  width: 526px;
  color: #4c619d;
  border-top: 1px solid #7d8dba;
  border-bottom: 1px solid #7d8dba;
}
.cta1-box3 .chara1 {
  width: 105px;
  height: 105px;
  background-color: #fff;
  border-radius: 50%;
  letter-spacing: -0.01em;
  color: #e65c9a;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.1;
  transform: translate(2px, -2px);
}
.cta1-box3 .chara1 .small {
  font-size: 22px;
}
.cta1-box3 .chara1 .img-asb {
  left: -1%;
  top: 2%;
}
.cta1-box3 .chara1 .span {
  margin-bottom: 15px;
}
.cta1-box3 .chara2 {
  font-size: 44px;
  letter-spacing: 0.025em;
  color: #21325e;
  font-weight: 700;
  margin-left: -10px;
  z-index: 3;
  position: relative;
}
.cta1-box3 .chara3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #4c619d;
}
.cta1-box3 .chara4 {
  font-size: 44px;
  font-weight: 700;
  color: #4c619d;
  letter-spacing: 0.05em;
  position: relative;
  top: -8px;
}
.cta1-box3 .chara5 {
  font-size: 52px;
  transform: rotate(20deg) translateY(-1px);
  display: inline-block;
  position: relative;
  right: -4px;
}
.cta1-box3 .img30 {
  height: 64px;
  top: -10px;
  margin: 0px 8px 0px 5px;
}
.cta1-box3 .content3 {
  padding-top: 25px;
}
.cta1-box3 .content3 .img-asb {
  width: 274px;
  right: 15px;
  bottom: 100%;
}
.cta1-box3.active .li1 {
  opacity: 1;
  transition-delay: 0.2s;
}
.cta1-box3.active .li2 {
  transition-delay: 0.9s;
  opacity: 1;
}
.cta1-box3.active .li3 {
  transition-delay: 1.7s;
  opacity: 1;
}
.page-template-front-page-new03 .cta1-box3 .li1,
.page-template-front-page-new03 .cta1-box3 .li2,
.page-template-front-page-new03 .cta1-box3 .li3 {
  opacity: 1;
}
.page-template-front-page-new03 .cta1-box3 .txts-item {
  animation: none;
}
.cta-txt-ani {
  font-size: 24px;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  animation: mymove 0.7s ease-in-out infinite;
}
.cta-txt-ani .span:after,
.cta-txt-ani .span:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-top: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/brand_lp/common/pc_sprite_lp02.png")
    no-repeat;
  background-size: 1634px auto;
  background-position: left -16px top -13px;
}
.cta-txt-ani .span:before {
  left: -35px;
}
.cta-txt-ani .span:after {
  right: -35px;
}
.cta-txt-ani.w {
  color: #fff;
}
.page-template-front-page-new03 .cta2-title-h2 .span-bg1 {
  opacity: 1;
  transform: translateY(-12px);
}
.page-template-front-page-new03 .cta2-title-h2 .span-bg1.active {
  animation: none;
}
.page-template-front-page-new03 .cta2-content {
  transform: translateY(0);
  opacity: 1;
}
.page-template-front-page-new03 .cta2-content.active {
  animation: none;
}
.page-template-front-page-new03 .cta2-content-chart .chart-circle {
  transform: scale(1);
  opacity: 1;
}
.page-template-front-page-new03 .cta2-content-chart .chart-circle.active {
  animation: none;
}
.cta2-comp {
  padding: 100px 0;
}
.cta2-comp .txt-under {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4c619d;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 40px;
}
.cta2-comp .cta2-contact {
  border-top: 1px solid #2c4894;
}
.cta2-container {
  background-color: #f0f5fe;
  padding: 25px 30px 35px;
}
.cta2-title {
  display: flex;
  align-items: center;
  background-color: #21325e;
  border-radius: 20px 20px 0 0;
  min-height: 100px;
  padding-right: 200px;
  justify-content: flex-end;
}
.cta2-title-h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cta2-title-h2 .span1 {
  margin-right: 10px;
}
.cta2-title-h2 .span2 {
  display: flex;
}
.cta2-title-h2 .span-bg1 {
  margin: -23px 2px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #153987;
  border-radius: 6px;
  width: 230px;
  height: 80px;
  transform: translateY(0);
  opacity: 0;
}
.cta2-title-h2 .span-bg1.active {
  animation: fade-in-top 1s ease normal forwards;
}
.cta2-title-h2 .span-bg1-img {
  top: 0;
  left: 0;
}
.cta2-title-h2 .span-bg2 {
  display: block;
  z-index: 3;
  width: 222px;
  height: 69px;
  bottom: 1px;
  left: 6px;
  border-radius: 0 0 6px 6px;
  background-color: rgba(255, 255, 255, 0.25);
}
.cta2-title-h2 .span-bg2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 17px 0;
  border-color: rgba(0, 0, 0, 0) #506ba5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.cta2-title-h2 .span-txt {
  z-index: 4;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  width: 222px;
  height: 71px;
  padding-left: 10px;
  font-size: 55px;
  white-space: nowrap;
  color: #2c4894;
  background-color: #fff;
  border-radius: 6px;
}
.cta2-title-h2 .span-txt:after {
  content: "";
  display: block;
  position: absolute;
  left: 49.5%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 0;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.cta2-title-h2 .span-txt2 {
  letter-spacing: 0;
  align-self: center;
  margin-left: 20px;
}
.cta2-title-img {
  max-width: 171px;
  bottom: -50px;
  right: 20px;
}
.cta2-content {
  position: relative;
  opacity: 0;
}
.cta2-content.active {
  animation: fade-in-bottom 0.5s ease-in 0.5s normal forwards;
}
.cta2-content .box-blue {
  padding: 5px 20px;
  min-width: 300px;
  height: 50px;
  background-color: #2c4894;
  border-radius: 25px;
  color: #fff;
  transform: translateY(-20px);
  left: 40px;
}
.cta2-content .box-blue-img {
  height: 29px;
  transform: rotate(-15deg);
}
.cta2-content .box-blue-txt {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.cta2-content-container {
  display: flex;
  justify-content: space-between;
  padding: 32px 60px;
  margin-top: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.cta2-content-txt {
  width: 317px;
  font-size: 20px;
  font-weight: 700;
  color: #4c619d;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-top: 30px;
}
.cta2-content-chart {
  width: 503px;
  height: 167px;
  z-index: 2;
  padding-left: 150px;
}
.cta2-content-chart .graph-img {
  z-index: 1;
  max-width: 208px;
  top: -50px;
  left: -5px;
}
.cta2-content-chart .graph-border {
  width: 350px;
  z-index: 0;
  top: 0;
  right: 0;
}
.cta2-content-chart .graph-border-item {
  display: block;
  height: 1px;
  background-color: #ebecec;
}
.cta2-content-chart .graph-border-item:before,
.cta2-content-chart .graph-border-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebecec;
}
.cta2-content-chart .graph-border-item:before {
  top: -30px;
}
.cta2-content-chart .graph-border-item:after {
  top: 30px;
}
.cta2-content-chart .graph-border .item1 {
  margin-top: 30px;
  margin-bottom: 90px;
}
.cta2-content-chart .chart-circle {
  position: absolute;
  top: -15px;
  right: 160px;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  background-color: #e37d7a;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  opacity: 0;
}
.cta2-content-chart .chart-circle.active {
  animation: scale 2.5s ease-in 1s normal forwards;
}
.cta2-content-chart .chart-circle .icon {
  display: block;
  width: 45px;
  top: -23px;
  right: -25px;
}
.cta2-content-chart .chart-line {
  display: block;
  position: absolute;
  width: 230px;
  height: 160px;
  bottom: 0px;
  right: 45px;
}
.cta2-content-chart .chart-line.active {
  animation: opacity 0.1s ease-in 1s normal forwards;
}
.cta2-content-chart .chart-line .img {
  width: 100%;
}
.cta2-contact {
  padding-top: 48px;
}
.cta2-contact-tt {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-color: #21325e;
  border-radius: 25px;
  padding: 7px;
  color: #fff;
  width: 675px;
  margin-bottom: 20px;
}
.cta2-contact-txt {
  color: #4c619d;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}
.cta2-contact-txt .span1 {
  font-size: 48px;
  color: #081b45;
  letter-spacing: -0.01em;
}
.cta2-contact-txt .span2 {
  font-size: 38px;
  color: #081b45;
  letter-spacing: -0.01em;
}
.cta2-contact-txt .icon-asb {
  top: -10px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.cta2-contact-container {
  z-index: 3;
}
.cta2-contact-fl {
  align-items: center;
  display: flex;
  padding-left: 13px;
}
.cta2-contact-fl .p {
  font-size: 16px;
  margin-right: 7px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2c4894;
  text-align: center;
  border-top: 1px solid #86a6f9;
  border-bottom: 1px solid #86a6f9;
  width: 220px;
  color: #2c4894;
  padding: 4px;
}
.cta2-contact-fl .list {
  background-color: #2c4894;
  color: #fff;
  border-radius: 35px;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  height: 50px;
  width: 430px;
  margin-left: 6px;
}
.cta2-contact-fl .list .li {
  height: 50px;
  overflow: hidden;
  width: 38%;
}
.cta2-contact-fl .list .li1 {
  background-color: #86a6f9;
}
.cta2-contact-fl .list .li2 {
  width: 53%;
  margin: 0px -3%;
  background-color: #3467d6;
  -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}
.cta2-contact .cta-box-white {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin-top: 26px;
  padding: 25px 0px 35px;
}
.cta2-contact .img1 {
  bottom: 100%;
  right: 0;
  width: 280px;
  z-index: 1;
}
.cta2-contact .img2 {
  bottom: 100%;
  margin-bottom: 17px;
  right: 60px;
  z-index: 1;
  width: 25px;
  padding: 3px;
  background-color: rgba(240, 245, 254, 0.5);
}
@keyframes mymove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-70px);
    opacity: 0;
  }
  100% {
    transform: translateY(-12px);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.cta3-comp {
  padding: 80px 0px 124px;
}
.cta3-title {
  color: #222;
  line-height: 1.25;
  margin: 40px 0 20px;
  padding-bottom: 22px;
  text-align: center;
  position: relative;
  font-weight: 700;
}
.cta3-title::before {
  content: "";
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: block;
  position: absolute;
  border-top: 1px solid #707070;
}
.cta3-title .title-text1 {
  font-size: 30px;
}
.cta3-title .title-text2 {
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.cta3-title .strong {
  color: #e03448;
  font-size: 34px;
}
.list-link-form {
  display: flex;
  justify-content: center;
}
.list-link-form .li {
  margin: 10px;
}
.cta3-contact {
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.cta3-contact .btn-style1 {
  margin: 10px 10px 15px 10px;
  width: 480px;
}
.cta3-omatome {
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
}
.cta3-omatome > .lazyload {
  background-color: #eee;
  display: block;
  width: 100%;
}
.cta3-omatome-bot {
  background-color: #4c619d;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 17px 10px 42px;
  position: relative;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
}
.cta3-omatome-arrow {
  font-size: 0;
  width: 26px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 15px;
  z-index: 1;
}
.cta4 {
  margin: 100px 0px 150px;
}
.cta4 .cta-content .btn {
  box-shadow: none;
}
.cta4-box {
  background-color: #f0f5fe;
  border-radius: 10px;
  padding: 43px 115px 60px;
}
.cta4-tt {
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 20px;
}
.cta4-box-line {
  margin: 38px 9px 0px;
  border-top: 2px solid #2c4894;
  border-bottom: 2px solid #2c4894;
  padding: 9px 0px;
}
.cta4-box-line .txt {
  color: #2c4894;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 27px 10px 23px;
  font-weight: 700;
  border-top: 1px solid #2c4894;
  border-bottom: 1px solid #2c4894;
}
.cta5-comp {
  padding: 117px 0px 120px;
}
.cta5-comp .cta3-title .title-text2 {
  font-size: 19px;
}
.cta5-comp .box-link-form {
  margin-top: 49px;
}
.cta6-comp {
  padding-bottom: 110px;
}
.cta6-comp .content {
  background-color: #2c4894;
  color: #fff;
  padding: 23px 0;
}
.cta6-comp .txt-bt {
  font-size: 24px;
  border-top: 1px solid #fff;
  padding: 24px 1% 0;
  line-height: 1.38;
  margin-top: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cta7-tt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  animation: animation-up 2.3s ease-out infinite;
}
.cta7-li {
  margin: 17px 13px 3px;
}
@keyframes animation-up {
  0% {
    top: 0px;
  }
  74% {
    top: 0px;
  }
  87% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
.cta8-box {
  margin: 30px 0px 37px;
}
.cta8-tt {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #333;
  margin-bottom: 14px;
}
.cta8-btns .li {
  margin: 15px 13px 0px;
}
.ani-tts {
  animation: down-up 2.3s ease-out infinite;
}
@keyframes down-up {
  0% {
    transform: translateY(0);
  }
  74% {
    transform: translateY(0);
  }
  87% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cta9 .cta-blue-bg {
  background: #f0f5fe;
  padding: 32px 30px 36px;
}
.cta9 .cta-blue-bg .cta2-contact {
  padding-top: 32px;
}
.cta1-list .cta-btn {
  width: 330px;
  height: 150px;
  border: 5px solid #2c4894;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.cta1-list .cta-btn:hover {
  opacity: 0.7;
}
.cta1-list .cta-btn-wrap {
  background: #fff;
  padding: 4px 20px 0px;
  height: 95px;
}
.cta1-list .cta-btn-wrap .fg-svg {
  width: 48px;
  height: 52px;
}
.cta1-list .cta-btn-wrap .fg-svg.fg3 {
  margin-left: 9px;
  width: 39px;
}
.cta1-list .cta-btn-wrap .img1,
.cta1-list .cta-btn-wrap .img2,
.cta1-list .cta-btn-wrap .img3 {
  top: 50%;
  width: 256px;
  height: 65px;
  display: block;
  transform: translateY(-50%);
}
.cta1-list .cta-btn-wrap .img1 {
  left: 0;
}
.cta1-list .cta-btn-wrap .img2 {
  right: -65px;
}
.cta1-list .cta-btn-wrap .img3 {
  right: 0;
}
.cta1-list .cta-btn .title-1 {
  color: #2c4894;
  font-size: 43px;
  padding: 0px 9px;
}
.cta1-list .cta-btn .title-3 {
  height: 45px;
  background: #2c4894;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  padding-top: 12px;
}
.cta1-list .cta-btn .ground {
  margin-top: 5px;
}
.cta1-list .cta-btn .i-tg {
  border-width: 4px;
  width: 15px;
  height: 15px;
  margin-left: -6px;
}
.cta-content .item {
  margin: 0px 25px;
}
.cta-content .up-text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.029em;
  color: #333;
  padding-right: 2%;
  width: 100%;
  display: block;
}
.cta-content .up-text.white {
  color: #fff;
}
.cta-content .btn {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
  color: #fff;
  margin-top: 10px;
  width: 380px;
  height: 90px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #d0cecc;
}
.cta-content .btn.shadow {
  box-shadow: 0px 5px 0px 0px #243a76;
}
.cta-content .btn:hover {
  opacity: 0.8;
}
.cta-content .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  z-index: 1;
}
.cta-content .btn-wrap {
  margin: 0px 80px 0px 13px;
}
.cta-content .btn-pink {
  background-color: #e65c9a;
  padding-left: 20px;
}
.cta-content .btn-pink::after {
  background-color: #cc0057;
}
.cta-content .btn-pink::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  display: block;
  z-index: 3;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/page_takuhai/CTA/icons.png")
    no-repeat left center/auto 46px;
}
.cta-content .btn-pink .icon {
  width: 40px;
  height: 50px;
  margin-top: 5px;
}
.cta-content .btn-pink .img-tel1 {
  left: -10px;
  top: -3px;
  display: block;
  height: 60px;
}
.cta-content .btn-pink .img-tel2 {
  left: -60px;
  top: 50%;
  height: 23px;
  width: 151px;
  display: block;
  transform: translateY(-50%);
}
.cta-content .btn-pink .btn-txts {
  letter-spacing: 0.025em;
  line-height: 1;
  justify-content: center;
}
.cta-content .btn-pink .btn-txt {
  margin: 1px 0 7px;
  font-size: 14px;
  font-weight: 700;
}
.cta-content .btn-pink .txt {
  position: relative;
  top: -2px;
}
.cta-content .btn-green {
  background-color: #5cd613;
}
.cta-content .btn-green::after {
  background-color: #3d971d;
}
.cta-content .btn-green::before {
  content: "TAP";
  font-size: 12px;
  width: 46px;
  height: 46px;
  right: 15px;
  border-radius: 50%;
  padding-top: 12px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
  letter-spacing: 0.01em;
}
.cta-content .btn-green .btn-txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.cta-content .btn-green .btn-txt.mb {
  margin-bottom: 5px;
}
.cta-content .btn-green .btn-txt.smaller {
  font-size: 14px;
}
.cta-content .btn-green .icon {
  width: 45px;
  height: 45px;
  margin-top: 8px;
}
.cta-content .btn-green .img {
  left: -87px;
  top: 50%;
  height: 51px;
  width: 335px;
  z-index: 2;
  transform: translateY(-50%);
}
.cta-content .btn-txt1 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
}
.cta-content .btn-txt2 {
  font-size: 20px;
  font-weight: 700;
}
.cta-content .btn-txt2 .span {
  font-size: 22px;
}
.cta-content .btn-txt3 {
  font-size: 11px;
  letter-spacing: 0.025em;
}
.cta-content .btn .txt {
  font-size: 11px;
  font-weight: 500;
}
.cta-content .btn .btn-txts {
  font-size: 24px;
  font-weight: 700;
}
.cta-content .btn .btn-txts .span1 {
  font-size: 20px;
}
.cta-content .btn .btn-txts .span2 {
  font-size: 22px;
}
.cta-content .btn .btn-text {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.cta-content .btn .btn-text .span {
  font-size: 22px;
}
.cta-content .btn .small {
  letter-spacing: 0.025em;
  font-size: 11px;
}
.des-btn {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2c4894;
  text-align: center;
}
.pur-links {
  border: 3px solid #2c4894;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  font-weight: 700;
  width: 315px;
  display: block;
}
.pur-links .pur-wrap {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  padding: 14px 12px;
  position: relative;
}
.pur-links .pur-svg1 {
  width: 33px;
  height: 35px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.pur-links .pur-svg1 .img {
  position: absolute;
  height: 45px;
  max-width: unset;
  top: 50%;
  transform: translateY(-50%);
}
.pur-links .pur-svg1.fg3 .img {
  left: 0;
}
.pur-links .pur-svg1.fg2 .img {
  left: -100px;
}
.pur-links .pur-svg1.fg1 .img {
  right: 0;
}
.pur-links .asb {
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}
.pur-links .i-tg {
  width: 8px;
  height: 8px;
}
.pur-links .title-1 {
  font-size: 30px;
  color: #2c4894;
  letter-spacing: 0.025em;
  line-height: 1;
  margin: 0px 7px;
}
.pur-links .ttl-sm {
  font-size: 12px;
  color: #2c4894;
  line-height: 1.3;
}
.pur-links .pur-ribbon {
  background-color: #2c4894;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  text-align: center;
}
.pur-links .pur-ribbon .span1,
.pur-links .pur-ribbon .span2,
.pur-links .pur-ribbon .span3 {
  padding: 9px 0%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pur-links .pur-ribbon .span1 {
  width: 33.3%;
  background-color: #86a6f9;
}
.pur-links .pur-ribbon .span2 {
  -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  width: 39.3%;
  margin: 0px -3%;
  background-color: #3467d6;
}
.pur-links .pur-ribbon .span3 {
  padding-left: 2%;
  width: 35.3%;
}
.btn-tel5 {
  padding-left: 14px;
  background-color: #e65c9a;
}
.btn-tel5::after {
  background-color: #cc0057;
}
.btn-tel5::before {
  content: "";
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/common/sprite-icon/icon-2.svg")
    no-repeat left -51px top -5px;
  background-size: auto 55px;
}
.btn-tel5 .icon {
  width: 32px;
  height: 40px;
  margin-top: 5px;
}
.btn-tel5 .txt1 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-top: 7px;
}
.btn-tel5 .txt1 .small {
  font-size: 16px;
}
.btn-tel5 .txt2 {
  font-size: 9px;
}
.btn-tel5 .icon-tel {
  width: 30px;
  height: 21px;
  margin-right: 4px;
  margin-left: 10px;
}
.btn-tel5 .img-tel1 {
  left: -7px;
  top: -1px;
  display: block;
  height: 45px;
}
.btn-line7 {
  padding-left: 9px;
  background-color: #5cd613;
}
.btn-line7::after {
  background-color: #3d971d;
}
.btn-line7::before {
  content: "TAP";
  font-size: 12px;
  padding-top: 12px;
  text-align: center;
  letter-spacing: 0.01em;
}
.btn-line7 .txt {
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.btn-line7 .txt .small {
  font-size: 22px;
}
.btn-line7 .txt .smaller {
  font-size: 20px;
}
.btn-line7 .icon {
  width: 42px;
  height: 42px;
  margin-top: 5px;
}
.btn-line7 .img {
  left: -76px;
  top: 50%;
  height: 45px;
  width: 296px;
  z-index: 2;
  transform: translateY(-50%);
}
.btn-line7,
.btn-tel5 {
  width: 305px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #d0cecc;
}
.btn-line7:hover,
.btn-tel5:hover {
  opacity: 0.8;
}
.btn-line7::after,
.btn-tel5::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 100%;
  z-index: 1;
}
.btn-line7::before,
.btn-tel5::before {
  width: 46px;
  height: 46px;
  right: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
}
.btn-line7 .box-wrap,
.btn-tel5 .box-wrap {
  margin: 0px 70px 0px 7px;
}
.btn-line8,
.btn-tel6 {
  width: 305px;
  text-align: center;
  color: #fff;
  box-shadow: 0 3px 1px rgba(51, 51, 51, 0.5);
  border-radius: 5px;
  position: relative;
  height: 53px;
  font-size: 12px;
  font-weight: 700;
  padding-right: 40px;
}
.btn-line8:hover,
.btn-tel6:hover {
  opacity: 0.8;
}
.btn-line8::after,
.btn-tel6::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 53px;
  height: 100%;
  z-index: 1;
  border-radius: 0 5px 5px 0;
}
.btn-line8::before,
.btn-tel6::before {
  width: 35px;
  height: 35px;
  right: 9px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
}
.btn-line8 {
  background-color: #19b400;
}
.btn-line8::after {
  background-color: #138900;
}
.btn-line8::before {
  content: "TAP";
  font-size: 10px;
  padding-top: 9px;
  text-align: center;
  letter-spacing: -0.01em;
}
.btn-line8 .line {
  font-size: 23px;
  line-height: 1;
  margin-top: 3px;
}
.btn-line8 .line .span {
  font-size: 21px;
}
.btn-line8 .fg-line {
  height: 19px;
  width: 19px;
}
.btn-line8 .img-line {
  height: 20px;
  width: 131px;
  left: -34px;
  top: 0;
}
.btn-tel6 {
  background-color: #e65c9a;
}
.btn-tel6::after {
  background-color: #cc0057;
}
.btn-tel6::before {
  content: "";
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/common/sprite-icon/icon-2.svg")
    no-repeat left -37px top -4px;
  background-size: auto 40px;
}
.btn-tel6 .fg-tel {
  width: 17px;
  height: 14px;
  margin-right: 4px;
}
.btn-tel6 .img-tel {
  height: 14px;
  width: 92px;
  left: -38px;
  top: 0;
}
.btn-tel6 .tel {
  font-size: 23px;
  letter-spacing: 0.015em;
  line-height: 1;
  margin-top: 3px;
}
.bnts-cta {
  width: 480px;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #d0cecc;
  position: relative;
  padding-right: 100px;
  color: #fff;
  text-align: center;
  min-height: 113px;
  font-weight: 500;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.bnts-cta:hover {
  opacity: 0.7;
}
.bnts-cta::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 95px;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
}
.bnts-cta::before {
  width: 58px;
  height: 58px;
  font-weight: 700;
  right: 19px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
}
.bnts-cta .btn-text {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}
.bnts-cta .btn-text .span-line {
  font-size: 40px;
}
.bnts-cta .btn-text .span-tel {
  font-size: 35px;
}
.bnts-cta .small {
  font-size: 14px;
  margin-top: 6px;
  display: block;
  letter-spacing: 0.025em;
}
.bnts-cta .icon,
.bnts-cta .box-icon {
  overflow: hidden;
  display: inline-block;
}
.bnts-cta .img {
  max-width: unset;
  display: block;
}
.bnts {
  width: 380px;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #d0cecc;
  position: relative;
  padding-right: 75px;
  color: #fff;
  text-align: center;
  min-height: 90px;
  font-weight: 500;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.bnts:hover {
  opacity: 0.7;
}
.bnts::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
}
.bnts::before {
  width: 46px;
  height: 46px;
  font-weight: 700;
  right: 15px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
}
.bnts .small {
  font-size: 12px;
  letter-spacing: 0.025em;
}
.bnts .icon,
.bnts .box-icon {
  overflow: hidden;
  display: inline-block;
}
.bnts .img {
  max-width: unset;
  display: block;
}
#company-page .main-area {
  max-width: none;
}
#company-page .cta9 {
  margin-top: 160px;
}
#company-page .fadeUp {
  transform: translateY(100px);
  opacity: 0;
}
#company-page .fadeUp.is-active {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}
.site-header {
  position: static;
}
.table-bordered {
  width: 100%;
}
.table-bordered-heading {
  display: block;
  width: 100%;
  margin-bottom: 13px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.table-bordered-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5px;
}
.table-bordered-row-st {
  min-width: 168px;
  letter-spacing: 0.1em;
}
.table-bordered-row-nd {
  min-width: 120px;
}
.table-bordered-small {
  font-size: 14px;
  font-weight: 300;
}
.table-bordered-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.table-bordered-link-grid {
  padding: 27px 0 10px;
  align-items: baseline;
}
.table-bordered-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 25px;
  background-color: #21325e;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
}
.table-bordered-icon1 {
  width: 9px;
  height: 9px;
  margin-left: 15px;
}
.table-bordered-icon2 {
  width: 15px;
  height: 7px;
  margin-left: 10px;
}
.table-bordered-item {
  margin-bottom: 12px;
  color: #333;
  width: 47.1%;
  display: inline-block;
}
.table-bordered-item-style2 {
  width: 100%;
  display: block;
}
.table-bordered-brand {
  width: 100%;
  height: 100px;
  margin-bottom: 13px;
  border: 1px solid #ececec;
  position: relative;
}
.table-bordered-brand .img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 96%;
  transform: translate(-50%, -50%);
}
.table-bordered-brand .img.img1,
.table-bordered-brand .img.img2,
.table-bordered-brand .img.img3,
.table-bordered-brand .img.img10 {
  height: 40px;
}
.table-bordered-brand .img.img5 {
  height: 56px;
}
.table-bordered-brand .img.img6 {
  height: 52px;
}
.table-bordered-brand .img.img7 {
  height: 29px;
}
.table-bordered-brand .img.img8 {
  height: 55px;
}
.table-bordered-brand .img.img9 {
  height: 43px;
}
.table-bordered-division {
  margin-bottom: 2px;
  font-size: 18px;
}
.company-mv {
  min-height: 260px;
  font-weight: 700;
  color: #21325e;
  text-align: center;
}
.company-mv .tt-mv {
  margin: 47px 0 10px;
  font-size: 60px;
  font-family: "Noto Serif JP";
}
.company-mv .tt-sub {
  font-family: "Noto Serif JP";
  font-size: 30px;
  letter-spacing: 0.35em;
}
.company-table {
  max-width: 980px;
  margin: 75px auto 22px;
}
.company-table .table-bordered-th,
.company-table .table-bordered-td {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
  font-family: "Noto Serif JP";
  letter-spacing: 0.05em;
}
.company-table .table-bordered-th {
  width: 28.5%;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 700;
}
.company-table .table-bordered-th-top {
  vertical-align: top;
  padding-top: 50px;
}
.company-table .table-bordered-td {
  padding: 26px 0;
  font-size: 18px;
}
.company-table .table-bordered-btn {
  margin-right: 30px;
}
.company-table .table-bordered-heading {
  margin-top: 23px;
  letter-spacing: 0.014em;
}
.company-table .table-bordered-item {
  margin-bottom: 33px;
}
.company-table .table-bordered-division {
  letter-spacing: -0.01em;
}
.company-table .table-bordered-small-main {
  font-family: "Noto Sans JP";
}
.company-info {
  margin-top: 126px;
  position: relative;
}
.company-info-item {
  margin-top: 133px;
}
.company-info-title {
  font-family: "Noto Serif JP";
  font-size: 42px;
  font-weight: 700;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}
.company-info-title::after {
  content: "";
  width: 500px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
}
.company-info-text {
  max-width: 760px;
  width: 760px;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.95;
}
.company-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 58px;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
  background-color: #4c619d;
  border-radius: 50px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.company-info-btn:hover {
  background-color: #2e4982;
}
.company-info-btn::after {
  content: "";
  width: 12px;
  height: 19px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/common/company/icon_angle-right.svg");
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.company-info-btn-contact {
  background-color: #2c4894;
  font-size: 15px;
}
.company-info-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 880px;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.company-info-way {
  text-align: center;
}
.company-info-heading {
  display: block;
  margin: 77px 0 -43px;
  font-size: 20px;
  font-weight: 700;
}
.company-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.company-info-icon-tel {
  width: 18px;
  height: 24px;
}
.company-info-icon-mail {
  width: 26px;
  height: 26px;
}
.company-info-note {
  display: block;
  margin-top: 26px;
  margin-left: 44px;
  font-size: 14px;
  letter-spacing: -0.05em;
}
.company-message {
  margin-top: 65px;
  padding: 65px 0 83px;
  background-color: #f0f5fe;
}
.company-message-title {
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 700;
  color: #4c619d;
  text-align: center;
  letter-spacing: 0.1em;
}
.company-message .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}
.company-message-img {
  width: 100%;
  height: 180px;
  position: relative;
}
.company-message-satei {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.company-message-satei-1 {
  width: 158px;
  height: 166px;
}
.company-message-satei-2 {
  width: 145px;
  height: 159px;
}
.company-message-satei-3 {
  width: 126px;
  height: 178px;
}
.company-message-box {
  width: calc(33.3333333333% - 17px);
  height: auto;
  padding: 16px 29px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.company-message-exp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 35px;
  margin-top: 21px;
  background-color: #2b4793;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
}
.company-message-hd {
  display: block;
  margin-top: 16px;
  font-family: "Noto Serif JP";
  font-size: 19px;
  font-weight: 700;
  color: #2c4894;
  line-height: 1.5;
}
.company-message-text {
  margin-top: 13px;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.company-privacy {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#main > .company-mv > img {
  width: auto;
  height: 200px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .company-mv .tt-mv {
    font-size: 36px;
  }

  .company-mv .tt-sub {
    font-size: 20px;
  }

  #company-page .fadeUp.is-active {
    max-width: 100%;
    padding-inline: 20px;
  }

  tbody tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .company-table .table-bordered-th,
  .company-table .table-bordered-td {
    width: 100%;
  }

  .company-table .table-bordered-th {
    border: none;
    padding-bottom: 0;
  }

  #company-page .main-area {
    width: 100%;
  }

  #main > .company-mv > img {
    height: 120px;
  }

  .company-table .table-bordered-td iframe {
    width: 100%;
  }
}
