@charset "UTF-8";

.pc-none {
  display: none;
}

.position-relative {
  position: relative;
}

.z-index-10 {
  z-index: 10;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-inline-block {
  display: inline-block;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.ma-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.mt-neg {
  margin-top: -200px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-180 {
  padding-top: 180px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-45 {
  padding-right: 45px;
}

.bg-primary {
  background: linear-gradient(135deg, #fff -400%, #2648d1 100%);
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background: linear-gradient(135deg, #fff -400%, #1d3b6a 100%);
}

.bg-lightblue {
  background-color: #f6f8ff;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.bg-circle {
  position: absolute;
  z-index: -10;
  border-radius: 50%;
}

.bg-circle.top {
  top: -460px;
  right: -360px;
  width: 930px;
  height: 930px;
  opacity: 10%;
  border: 160px solid #2648d1;
}

.bruno-top__circle.bg-circle {
  top: -550px;
  right: -700px;
  content: "";
  display: block;
  width: 1240px;
  height: 1240px;
  background: url("../images/bg-circle.png") no-repeat center/contain;
  transform: rotate(-15deg);
}

.bruno-about__circle.bg-circle {
  width: 1395px;
  height: 1395px;
  opacity: 5%;
  transform: rotate(-15deg);
}

.bruno-about__circle.top.bg-circle {
  top: -90px;
  left: -620px;
}

.bruno-usecase__circle.bg-circle {
  top: -300px;
  left: -540px;
  width: 1410px;
  height: 1410px;
  opacity: 10%;
  z-index: 1;
  border: 160px solid #fff;
}

.bruno-client__circle.top.bg-circle {
  top: 0;
  right: -775px;
  width: 1255px;
  height: 1255px;
  opacity: 10%;
  z-index: 1;
  border: 250px solid #2648d1;
}

.bruno-client__circle.bottom.bg-circle {
  right: -720px;
  bottom: 230px;
  width: 1255px;
  height: 1255px;
  opacity: 10%;
  z-index: 1;
  border: 250px solid #fff;
}

.usecase-page.bg-circle {
  top: -320px;
  left: -320px;
  width: 1160px;
  height: 1160px;
  opacity: 10%;
  border: 160px solid #fff;
  opacity: 10%;
}

.bruno-contact__circle.bg-circle {
  top: -120px;
  left: -430px;
  width: 1255px;
  height: 1255px;
  opacity: 10%;
  border: 250px solid #fff;
}

.bg-spray {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url("../images/bg-spray.png") no-repeat center;
  position: absolute;
  border-radius: 50%;
  z-index: -20;
  opacity: 70%;
  -ms-filter: blur(25px);
  filter: blur(25px);
}

.bg-spray.top {
  top: -220px;
  left: -200px;
  transform: rotate(-30deg);
}

.bg-spray.bottom {
  right: -100px;
  bottom: -100px;
  transform: rotate(120deg);
}

.bruno-top__spray.bg-spray.top {
  top: -130px;
  left: -230px;
  transform: rotate(-30deg);
}

.bruno-top__spray.bg-spray.bottom {
  right: -70px;
  bottom: -280px;
  transform: rotate(120deg);
}

.bg-line {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  background: url("../images/bg-line-primary.png") no-repeat center;
  position: absolute;
  z-index: -20;
}

.bg-line.first {
  top: -150px;
  left: 120px;
  transform: rotate(180deg);
}

.bg-line.second {
  background: url("../images/bg-line-long.png") no-repeat center;
  width: 200px;
  height: 200px;
  top: 150px;
  right: 0;
  transform: rotate(180deg);
}

.bg-line.third {
  top: 770px;
  left: -95px;
  transform: rotate(180deg);
}

.bg-line.fourth {
  background: url("../images/bg-line-long.png") no-repeat center;
  width: 200px;
  height: 200px;
  right: 160px;
  bottom: 150px;
}

.bg-line.bruno-top__line-first {
  top: -75px;
  left: 400px;
  transform: rotate(180deg);
}

.bg-line.bruno-top__line-second {
  background: url("../images/bg-line-long.png") no-repeat center;
  width: 300px;
  height: 300px;
  top: 250px;
  right: 0;
}

.bg-line.bruno-top__line-third {
  bottom: -145px;
  left: 40px;
}

.bg-line.bruno-about__line {
  top: 260px;
  right: 90px;
}

.bg-line.bruno-contact__line-first {
  background: url("../images/bg-line-white.png") no-repeat center;
  width: 195px;
  height: 195px;
  position: absolute;
  top: 60px;
  right: -20px;
}

.bg-line.bruno-contact__line-second {
  background: url("../images/bg-line-white.png") no-repeat center;
  width: 195px;
  height: 195px;
  position: absolute;
  top: 320px;
  left: -20px;
  transform: rotate(180deg);
}

.bg-dot-circle {
  position: absolute;
  z-index: -20;
  width: 285px;
  height: 285px;
  background-color: transparent;
  background-image: radial-gradient(#2648d1, transparent 20%);
  background-size: 15px 15px;
  border-radius: 50%;
}

.bg-dot-circle.primary {
  background-image: radial-gradient(#2648d1, transparent 20%);
}

.bg-dot-circle.white {
  background-image: radial-gradient(#fff, transparent 20%);
}

.bg-dot-circle.top {
  top: -180px;
  right: -150px;
}

.bg-dot-circle.bottom {
  bottom: 140px;
  left: -110px;
}

.bg-dot-circle.bruno-top__dot-circle {
  left: -120px;
  bottom: -100px;
}

.bg-dot-circle.bruno-usecase__dot-circle {
  top: 30px;
  right: -250px;
  z-index: 1;
  width: 450px;
  height: 450px;
  background-image: radial-gradient(#fff, transparent 10%);
  background-size: 30px 30px;
}

.bg-dot-circle.bruno-news__dot-circle {
  width: 470px;
  height: 470px;
  top: 80px;
  left: -200px;
  opacity: 30%;
}

.bg-dot-circle.bruno-contact__dot-circle {
  width: 470px;
  height: 470px;
  top: 90px;
  right: 0;
  opacity: 50%;
  background-image: radial-gradient(#fff, transparent 10%);
  background-size: 30px 30px;
}

.border-radius-right {
  border-top-right-radius: 200px;
}

.border-radius-left {
  border-top-left-radius: 200px;
}

.text-center {
  text-align: center;
}

.line-height-reset {
  line-height: 1;
}

.color-primary {
  color: #2648d1;
}

.color-white {
  color: #fff;
}

.font-bold {
  font-weight: bold;
}

.underline {
  display: inline-block;
  border-bottom: solid;
  border-width: 3px;
  border-color: #2648d1;
  line-height: 1.5;
}

.underline.white {
  border-color: #fff;
}

.outer {
  width: 1210px;
  margin-right: auto;
  margin-left: auto;
}

.outer.stack {
  padding-top: 180px;
  padding-bottom: 360px;
}

.inner {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.bruno-btn {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 375px;
  height: 80px;
  padding: 3px 3px 3px 0;
  border-radius: 40px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
}

.bruno-btn:hover {
  opacity: .8;
}

.bruno-btn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.bruno-btn__icon img {
  width: 14px;
  height: 11px;
}

.bruno-btn.primary {
  background: linear-gradient(135deg, #fff -150%, #2648d1 100%);
  color: #fff !important;
}

.bruno-btn.white {
  background-color: #fff;
  color: #2648d1 !important;
}

.bruno-btn.nav {
  width: 265px;
  height: 65px;
  font-size: 16px;
}

.bruno-btn.nav .bruno-btn__icon {
  width: 55px;
  height: 55px;
}

.bruno-btn.link {
  justify-content: center;
  height: auto;
  padding: 0;
  font-size: 18px;
}

.bruno-btn.link span {
  width: 30px;
  height: 30px;
  margin-left: 15px;
}

.bruno-btn.link span img {
  width: 9px;
  height: 7px;
}

.text-appeal {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-appeal span {
  display: inline-block;
  width: 24px;
  height: 38px;
}

.text-appeal span:first-child {
  margin-right: 15px;
}

.text-appeal span:last-child {
  margin-left: 15px;
}

.text-appeal.small span {
  display: inline-block;
  width: 12px;
  height: 19px;
}

.dec-plus::before {
  content: "+";
  width: 5px;
  height: 5px;
  color: #2648d1;
}

.dec-circle {
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #2648d1;
  border-radius: 50%;
}

.dec-plus.white::before {
  color: #fff;
}

.dec-circle.white {
  border-color: #fff;
}

.line::after {
  content: "";
  display: block;
  width: 192px;
  height: 2px;
  margin: 30px 0;
  background: url("../images/icon/line.png") center no-repeat;
}

.bruno-title {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 72px;
  line-height: 1;
}

.bruno-title.top {
  font-size: 100px;
}

.bruno-title.small {
  font-size: 22px;
}

.bruno-title-lead {
  font-size: 35px;
  font-weight: bold;
}

.bruno-title-semicolon {
  display: flex;
  flex-direction: column;
  margin-right: 25px;
}

.bruno-title-semicolon div {
  width: 10px;
  height: 10px;
}

.bruno-title-semicolon.top div {
  width: 15px;
  height: 15px;
}

.bruno-title-semicolon div:nth-child(2) {
  margin-top: 10px;
}

.bruno-title-semicolon--contact {
  display: flex;
  margin-bottom: 40px;
}

.bruno-title-semicolon--contact div {
  width: 10px;
  height: 10px;
}

.bruno-title-semicolon--contact div:first-child {
  margin-right: 8px;
}

.bruno-list-check li {
  position: relative;
  padding-left: 2em;
  list-style: none;
}

.bruno-list-check li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  background: url("../images/icon/pc-checkmark.png") center no-repeat;
  width: 20px;
  height: 20px;
}

.bruno-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 356px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
}

/* カルーセル */
#js-slider {
  position: relative;
  z-index: 4;
}

#js-slider.bruno-usecase__slider {
  margin-right: -180px;
}

#js-slider.bruno-usecase__slider .slick-list {
  padding-right: 180px;
}

#js-slider .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #2648d1;
  border-radius: 50%;
}

#js-slider .slick-prev {
  left: -20px;
}

#js-slider .slick-next {
  right: -20px;
}

#js-slider.bruno-usecase__slider .slick-next {
  right: 230px;
}

#js-slider .slick-prev::before,
#js-slider .slick-next::before {
  content: "";
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
}

#js-slider .slick-prev::before {
  margin-right: -6px;
  transform: rotate(-135deg);
}

#js-slider .slick-next::before {
  margin-left: -6px;
  transform: rotate(45deg);
}

#js-slider .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#js-slider.bruno-usecase__slider .slick-dots {
  padding-right: 180px;
}

#js-slider .slick-dots li {
  width: 50px;
}

#js-slider .slick-dots li.slick-active {
  width: 85px;
}

#js-slider .slick-dots li button:before {
  content: "";
  width: 50px;
  height: 8px;
  background-color: #fff;
  border-radius: 5px;
  opacity: .4;
}

#js-slider.bruno-usecase__slider .slick-dots li button:before {
  background-color: #cacedb;
}

#js-slider .slick-dots li.slick-active button:before {
  width: 85px;
  opacity: 1;
}

#js-slider.bruno-usecase__slider .slick-dots li.slick-active button:before {
  background-color: #2648d1;
}

/* カルーセル */

/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

/* PCのみ */

/* Tab */
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .outer {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 12px;
  }

  .inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .overflow-x-scroll {
    overflow-x: scroll;
  }

  .bruno-box {
    flex-shrink: 0;
    width: calc((100% - 72px) /3);
  }

  #js-slider .slick-prev {
    left: 0;
  }
  
  #js-slider .slick-next {
    right: 0;
  }
  
  #js-slider.bruno-usecase__slider .slick-next {
    right: 180px;
  }
}

/* Tab */

/* SP */
@media screen and (max-width: 599px) {
  .pc-none {
    display: block;
  }

  .sp-none {
    display: none !important;
  }

  .sp-flex {
    display: flex;
  }

  .sp-flex-column {
    flex-direction: column;
  }

  .order-2 {
    order: 2;
  }

  .mt-neg {
    margin-top: -80px;
  }

  .sp-m-reset {
    margin: 0;
  }

  .bg-circle {
    position: absolute;
    z-index: -10;
    width: 190px;
    height: 190px;
  }

  .bg-circle.top {
    top: -225px;
    right: -120px;
    width: 305px;
    height: 305px;
    border: 25px solid #2648d1;
    opacity: 10%;
  }

  .bruno-top__circle.bg-circle {
    top: 120px;
    right: -100px;
    width: 230px;
    height: 230px;
  }

  .bruno-about__circle.bg-circle {
    width: 375px;
    height: 375px;
    border: 30px solid #2648d1;
  }

  .bruno-about__circle.top.bg-circle {
    top: 140px;
    left: 220px;
  }

  .bruno-about__circle.bottom.bg-circle {
    bottom: 300px;
    left: -230px;
  }

  .bruno-usecase__circle.bg-circle {
    top: -85px;
    left: -140px;
    width: 420px;
    height: 420px;
    border: 60px solid #fff;
  }

  .bruno-client__circle.top.bg-circle {
    top: 40px;
    right: -130px;
    width: 300px;
    height: 300px;
    border: 60px solid #2648d1;
  }

  .bruno-contact__circle.bg-circle {
    top: -85px;
    left: -110px;
    width: 400px;
    height: 400px;
    border: 80px solid #fff;
  }

  .bg-spray {
    width: 130px;
    height: 130px;
  }

  .bg-spray.top,
  .bg-spray.bottom {
    width: 80px;
    height: 80px;
  }

  .bg-spray.top {
    top: -100px;
    left: -60px;
  }

  .bg-spray.bottom {
    bottom: -30px;
    right: -40px;
  }

  .bruno-top__spray.bg-spray.top {
    top: -100px;
    left: -60px;
  }

  .bruno-top__spray.bg-spray.bottom {
    right: -50px;
    bottom: -80px;
  }

  .bg-line {
    width: 80px;
    height: 80px;
  }

  .bg-line.first {
    top: -110px;
    left: 50px;
  }

  .bg-line.second {
    width: 80px;
    height: 80px;
    top: 170px;
    right: -40px;
  }

  .bg-line.third {
    top: 330px;
    left: -20px;
  }

  .bg-line.fourth {
    width: 80px;
    height: 80px;
    right: 0;
    bottom: 160px;
  }

  .bg-line.bruno-top__line-first {
    top: -95px;
    left: 180px;
  }

  .bg-line.bruno-top__line-third {
    bottom: 250px;
    left: -20px;
    transform: rotate(180deg);
  }

  .bg-line.bruno-about__line {
    top: 260px;
    right: 90px;
  }

  .bg-line.bruno-contact__line {
    background: url("../images/bg-line-white.png") no-repeat center;
    width: 60px;
    height: 60px;
  }

  .bg-line.bruno-contact__line-first {
    top: 50px;
    right: 0;
    width: 60px;
    height: 60px;
  }

  .bg-line.bruno-contact__line-second {
    top: 750px;
    left: -80px;
    width: 160px;
    height: 160px;
    transform: rotate(180deg);
  }

  .bg-dot-circle {
    width: 175px;
    height: 175px;
  }

  .bg-dot-circle.top {
    top: -190px;
    right: -90px;
  }

  .bg-dot-circle.bottom {
    bottom: 110px;
    left: -90px;
  }

  .bg-dot-circle.bruno-top__dot-circle {
    left: -100px;
    bottom: 25px;
  }

  .bg-dot-circle.bruno-news__dot-circle {
    width: 230px;
    height: 230px;
    top: 30px;
    left: -120px;
  }

  .outer {
    width: 100%;
    padding: 0 15px;
  }

  .outer.stack {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .inner {
    width: 100%;
  }

  .text-appeal {
    justify-content: center;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .text-appeal span {
    width: 12px;
    height: 20px;
  }

  .text-appeal span:first-child {
    margin-right: 10px;
  }

  .text-appeal span:last-child {
    margin-left: 10px;
  }

  .bruno-btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .bruno-btn.link {
    justify-content: center;
    font-size: 16px;
  }

  .bruno-btn__icon {
    width: 50px;
    height: 50px;
  }

  .bruno-btn__icon img {
    width: 10px;
    height: 7px;
  }

  .line::after {
    width: 125px;
    margin: 15px 0;
  }

  .border-radius-right {
    border-top-right-radius: 80px;
  }

  .border-radius-left {
    border-top-left-radius: 80px;
  }

  .bruno-title {
    font-size: 32px;
  }

  .bruno-title.top {
    font-size: 48px;
  }

  .bruno-title.small {
    font-size: 16px;
  }

  .bruno-title-lead {
    font-size: 24px;
  }

  .bruno-title-semicolon {
    margin-right: 10px;
  }

  .bruno-title-semicolon div {
    width: 5px;
    height: 5px;
  }

  .bruno-title-semicolon div:nth-child(2) {
    margin-top: 5px;
  }

  .bruno-title-semicolon--contact {
    margin-bottom: 10px;
  }

  .bruno-title-semicolon--contact div {
    width: 5px;
    height: 5px;
  }

  .bruno-title-semicolon--contact div:first-child {
    margin-right: 5px;
  }

  .bruno-list-check li::before {
    background: url("../images/icon/sp-checkmark.png") center no-repeat;
    width: 15px;
    height: 15px;
  }



  /* カルーセル */
  #js-slider.bruno-usecase__slider {
    margin-right: 0;
  }

  #js-slider.bruno-usecase__slider .slick-list {
    padding-right: 0;
  }

  #js-slider.bruno-usecase__slider .slick-dots {
    padding-right: 0;
  }

  #js-slider .slick-dots li {
    width: 30px;
  }

  #js-slider .slick-dots li.slick-active {
    width: 60px;
  }

  #js-slider .slick-dots li button:before {
    width: 30px;
    height: 4px;
  }

  #js-slider .slick-dots li.slick-active button:before {
    width: 60px;
  }

  #js-slider .slick-arrow {
    width: 25px;
    height: 25px;
  }
  
  #js-slider .slick-prev {
    left: -12.5px;
  }
  
  #js-slider .slick-next,
  #js-slider.bruno-usecase__slider .slick-next {
    right: -12.5px;
  }
  
  #js-slider .slick-prev::before,
  #js-slider .slick-next::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 10px;
    height: 10px;
  }
  
  #js-slider .slick-prev::before {
    margin-right: -4px;
    transform: rotate(-135deg);
  }
  
  #js-slider .slick-next::before {
    margin-left: -4px;
    transform: rotate(45deg);
  }
  /* カルーセル */
}

/* SP */