@charset "UTF-8";

/* header */
.header-nav {
  position: relative;
  width: 100%;
  padding: 40px 40px 0;
}

.header-nav.is-fixed {
  position: fixed;
  top: 0;
  z-index: 200;
}

.header-nav .active {
  color: #2648d1;
}

.header-nav a:hover:not(.bruno-btn) {
  opacity: .6;
}

.bruno-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 40px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, .05);
}

.bruno-header__list {
  margin-left: auto;
}

.bruno-header__list ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.bruno-header__list li {
  margin-left: 40px;
}

.bruno-header__list li:first-child {
  margin-left: 0;
}

.bruno-header__list a {
  text-decoration: none;
  transition: .3s;
}

.header-nav__logo img {
  max-width: 145px;
  height: auto;
}

.header-nav__logo__text {
  margin-left: 16px;
  font-size: 13px;
  font-weight: bold;
}

/* ハンバーガーメニュー */
#nav-toggle {
  display: none;
  position: absolute;
  top: 12px;
  right: 0;
  width: 25px;
  height: 15px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #2648d1;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 6px;
}

#nav-toggle span:nth-child(3) {
  top: 12px;
}

.open #nav-toggle span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.open .bruno-header__list {
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}

/* ハンバーガーメニュー */
/* header */

/* TOP */
.bruno-top__wrapper {
  display: flex;
  align-items: center;
  margin-top: 75px;
}

.bruno-top__title {
  margin-bottom: 40px;
  font-size: 30px;
}

.bruno-top__title span {
  font-size: 64px;
}

.bruno-top__btn-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.bruno-top__text {
  width: 550px;
}

.bruno-top__img {
  width: 670px;
  height: auto;
  border-radius: 20px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
}

/* TOP */

/* about */
.bruno-about__wrapper {
  margin-top: 250px;
  padding-bottom: 180px;
}

.bruno-about__heading {
  width: 495px;
  height: auto;
}

.bruno-about__dec-left {
  margin-right: 30px;
  position: relative;
}

.bruno-about__dec-left p:first-child {
  position: absolute;
  top: 30px;
  left: -20px;
}

.bruno-about__dec-left p:nth-child(2) {
  position: absolute;
  top: 60px;
}

.bruno-about__dec-left p:nth-child(3) {
  position: absolute;
  top: 70px;
  left: -40px;
}

.bruno-about__dec-right {
  margin-left: 30px;
  position: relative;
}

.bruno-about__dec-right p:first-child {
  position: absolute;
  top: 50px;
  right: -40px;
}

.bruno-about__dec-right p:nth-child(2) {
  position: absolute;
  top: 60px;
}

.bruno-about__dec-right p:nth-child(3) {
  position: absolute;
  top: 75px;
  right: -50px;
}

.bruno-about__heading-lead {
  margin-bottom: 190px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 55px;
}

.bruno-about__content {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.bruno-about__content:first-child {
  margin-top: 0;
}

.bruno-about__content div:first-child {
  margin-right: 80px;
}

.bruno-about__content__img {
  width: 670px;
  height: auto;
  border-radius: 20px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
}

.bruno-about__text {
  width: 505px;
}

.bruno-about__text__title {
  position: relative;
  font-size: 35px;
}

.bruno-about__text__title::before {
  content: "";
  background: url("../images/bruno-about-number-01.png") no-repeat center/contain;
  width: 285px;
  height: 280px;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: -10;
}

.bruno-about__text__title.second::before {
  background: url("../images/bruno-about-number-02.png") no-repeat center/contain;
}

.bruno-about__text__title.third::before {
  background: url("../images/bruno-about-number-03.png") no-repeat center/contain;
}

/* about */

/* usecase */
.bruno-usecase__wrapper {
  margin-top: 140px;
  padding-bottom: 180px;
}

.bruno-usecase__title {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}

.bruno-usecase__list {
  position: relative;
  z-index: 5;
  margin-bottom: 70px;
}

.bruno-usecase__list.top {
  margin-bottom: 100px;
}

.bruno-usecase__list li {
  display: inline-flex;
  margin-left: 10px;
}

.bruno-usecase__list li:first-child {
  margin-left: 0;
}

.bruno-usecase__list a {
  display: block;
  padding: 14px 30px;
  background-color: #6981e0;
  border-radius: 26px;
  color: #fff;
  font-weight: bold;
}

.bruno-usecase__list.top a {
  background-color: #fff;
  border: 1px solid #2648d1;
  border-radius: 25px;
  color: #2648d1;
}

.bruno-usecase__list a:hover,
.bruno-usecase__list .active {
  background-color: #fff;
  color: #2648d1;
}

.bruno-usecase__list.top a:hover,
.bruno-usecase__list.top .active {
  background-color: #2648d1;
  color: #fff;
}

.bruno-usecase__select {
  position: relative;
  z-index: 5;
  display: block;
  margin-bottom: 20px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
  user-select: none;
}

.bruno-usecase__select select {
  display: none;
}

.bruno-usecase__select__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #2648d1;
  font-weight: bold;
  cursor: pointer;
}

.bruno-usecase__select__trigger:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-bottom: 2px solid #2648d1;
  border-right: 2px solid #2648d1;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.bruno-usecase__select__container.opened .bruno-usecase__select__trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.bruno-usecase__select__options {
  display: block;
  position: absolute;
  z-index: 101;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin-top: 15px;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.bruno-usecase__select__container.opened .bruno-usecase__select__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.bruno-usecase__select__option {
  position: relative;
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #2648d1;
  font-size: 14px;
  color: #2648d1;
  font-weight: bold;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.bruno-usecase__select__option:last-of-type {
  border-bottom: 0;
}

.bruno-usecase__content {
  display: flex;
  margin-bottom: 50px;
}

.bruno-usecase__title-sub {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
}

.bruno-usecase__heading {
  width: 430px;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: bold;
}

.bruno-usecase__tag {
  display: flex;
  flex-wrap: wrap;
  width: 420px;
}

.bruno-usecase__tag li {
  margin-left: 10px;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-radius: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  list-style: none;
}

.bruno-usecase__tag li::before {
  content: "# ";
}

.bruno-usecase__tag li:nth-child(3n+1) {
  margin-left: 0;
}

.bruno-usecase__tag li:nth-child(n+4) {
  margin-top: 10px;
}

.bruno-usecase__img {
  width: 650px;
  height: 380px;
  margin-left: 54px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
}

.bruno-usecase__merit {
  display: flex;
  margin-bottom: 80px;
}

.bruno-usecase__text,
.bruno-usecase__item {
  position: relative;
  z-index: 2;
  width: 550px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 20px;
  font-size: 20px;
  color: #fff;
}

.bruno-usecase__text {
  margin-right: 35px;
  padding: 45px 35px;
  font-weight: bold;
}

.bruno-usecase__text li {
  margin-top: 20px;
}

.bruno-usecase__text li:first-child {
  margin-top: 0;
}

.bruno-usecase__item {
  display: flex;
  padding: 25px;
}

.bruno-usecase__item:nth-child(2) {
  margin-top: 35px;
  padding-left: 45px;
}

.bruno-usecase__item.usecase-page {
  margin: 0 0 0 35px;
}

.bruno-usecase__item__text {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #7394fd;
}

.bruno-usecase__item__data {
  margin-left: 40px;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}

.bruno-usecase__item__data__number {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 95px;
}

.bruno-usecase__top-title {
  margin-bottom: 20px;
  font-size: 30px;
}

.bruno-usecase__top-text {
  margin-bottom: 100px;
}

.bruno-usecase__box {
  width: 995px;
  margin-right: 70px;
  margin-bottom: 80px;
  padding: 55px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
}

.bruno-usecase__box__content {
  margin-right: 40px;
}

.bruno-usecase__box__title {
  margin-bottom: 25px;
  font-size: 30px;
}

.bruno-usecase__box__list {
  font-size: 14px;
}

.bruno-usecase__box__list li {
  margin-top: 20px;
}

.bruno-usecase__box__list li:first-child {
  margin-top: 0;
}

.bruno-usecase__box__img {
  display: flex;
  align-items: center;
  width: 430px;
  height: auto;
  border-radius: 20px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
}

.bruno-usecase__label {
  margin-bottom: 35px;
  padding: 30px;
  background: linear-gradient(135deg, #fff -400%, #2648d1 100%);
  border-radius: 20px;
}

.bruno-usecase__label__case {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  background-color: #4B67df;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
}

.bruno-usecase__label__text {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

/* usecase */

/* client */
.bruno-client__wrapper {
  padding-top: 180px;
}

.bruno-client__title {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.bruno-client__container {
  position: relative;
  z-index: 3;
  margin-top: -285px;
}

.bruno-client__slide-text {
  position: absolute;
  bottom: 90px;
  left: 60px;
  color: #fff;
  font-weight: bold;
}

.bruno-client__slide-text .corp {
  font-size: 18px;
}

.bruno-client__slide-text .text {
  font-size: 30px;
}

.bruno-client__slide-img {
  margin-bottom: 40px;
}

.bruno-client__content {
  padding: 285px 0 360px;
}

.bruno-client__img {
  position: relative;
  z-index: 5;
  background: url("../images/pc-client-takuto.png") no-repeat center/contain;
  width: 100%;
  height: 500px;
  margin-bottom: 45px;
}

.bruno-client__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}

.bruno-client__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 100px;
  margin-left: 36px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  list-style: none;
}

.bruno-client__list li:nth-child(4n+1) {
  margin-left: 0;
}

.bruno-client__list li:nth-child(n+5) {
  margin-top: 36px;
}

.bruno-client__list li:nth-child(2) img {
  height: 40px;
}

.bruno-client__list li:nth-child(6) img {
  height: 40px;
}

.bruno-client__top-title {
  text-align: center;
  margin-bottom: 60px;
}

.bruno-client__point {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}

.bruno-client__point__title {
  margin-bottom: 15px;
  font-size: 28px;
  color: #2648d1;
  font-weight: bold;
}

.bruno-client__point__text {
  font-size: 18px;
  font-weight: bold;
}

.bruno-client__point__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 195px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 35px;
  background: linear-gradient(135deg, #fff -400%, #2648d1 100%);
  border-radius: 50%;
}

.bruno-client__point__icon__title {
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  font-family: 'Red Hat Display', sans-serif;

}

.bruno-client__point__icon__img {
  width: 80px;
  height: auto;
}

.bruno-client__recommend {
  padding: 50px 140px 75px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
}

.bruno-client__recommend__title {
  justify-content: center;
  margin-bottom: 50px;
  font-size: 25px;
  color: #2648d1;
}

.bruno-client__recommend__container {
  display: flex;
  justify-content: space-between;
}

.bruno-client__recommend__img {
  width: 80px;
  height: auto;
  margin-bottom: 18px;
}

.bruno-client__recommend__text {
  margin-top: auto;
  font-size: 18px;
  color: #2648d1;
  font-weight: bold;
}

.bruno-client__label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 18px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 25px;
}

.bruno-client__label-lead {
  margin-bottom: 30px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

/* client */

/* news */
.bruno-news {
  position: relative;
  z-index: 7;
}

.bruno-news__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.bruno-news__box {
  margin-left: 35px;
  border-radius: 50px 10px 10px 10px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
  transition: .3s;
}

.bruno-news__box:nth-child(3n+1) {
  margin-left: 0;
}

.bruno-news__box:nth-child(3n+1) {
  margin-top: 0;
}

.bruno-news__box:nth-child(n+4) {
  margin-top: 35px;
}

.bruno-news__box:hover {
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .1);
}

.bruno-news__box:first-child {
  margin: 0;
}

.bruno-news__box__img {
  width: 355px;
  height: auto;
  border-radius: 50px 10px 0 0;
}

.bruno-news__box__img img {
  border-radius: 50px 10px 0 0;
}

.bruno-news__text {
  position: relative;
  z-index: 5;
  width: 355px;
  margin-top: -50px;
  padding: 24px;
  background-color: #fff;
  border-radius: 0 50px 10px 10px;
}

.bruno-news__text__date {
  margin-bottom: 10px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #2648d1;
}

.bruno-news__text__date:first-child {
  margin-top: 0;
}

.bruno-qa__container {
  padding-top: 180px;
}

.bruno-qa__title {
  margin-bottom: 60px;
}

.bruno-qa__accordion {
  width: 1020px;
  margin: 20px auto 0;
  border-radius: 10px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
  overflow: hidden;
}

.bruno-qa__accordion label {
  display: flex;
  align-items: center;
  padding: 30px;
  font-weight: bold;
  cursor: pointer;
}

.bruno-qa__accordion input:checked~label {
  color: #2648d1;
}

.bruno-qa__accordion label::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 5px 10px;
  background-color: #2648d1;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
}

.bruno-qa__accordion label::after {
  content: '+';
  margin-left: auto;
  font-size: 25px;
  font-weight: bold;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.bruno-qa__accordion input[type=checkbox]:checked+label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.bruno-qa__accordion .bruno-qa__accordion__text {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.bruno-qa__accordion .bruno-qa__accordion__text p {
  padding: 30px;
}

.bruno-qa__accordion input:checked~.bruno-qa__accordion__text {
  max-height: 40em;
}

/* news詳細 */
.bruno-article__content {
  padding: 40px 120px 80px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
}

.bruno-article__title {
  margin-bottom: 15px;
  font-size: 30px;
}

.bruno-article__date {
  margin-bottom: 40px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  color: #2648d1;
  font-weight: bold;
}

.bruno-article__img {
  margin-bottom: 30px;
}

/* news詳細 */

/* news一覧 */
.bruno-newslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bruno-newslist .bruno-news__box {
  margin-left: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  filter: drop-shadow(0px 1px 3px #ccc);
}

.pagination ul {
  display: flex;
}

.pagination ul li {
  list-style: none;
}

.pagination p,
.pagination a {
  padding: 15px 18px;
  background-color: #fff;
  border-right: solid 1px #eee;
  color: #2648d1;
  line-height: 1;
}

.pagination p:first-child {
  border-left: solid 1px #eee;
}

.pagination p:first-child {
  border-left: solid 1px #eee;
}

.pagination button {
  background-color: transparent;
  border: none;
  color: #2648d1;
}

.pagination .current a {
  background-color: #2648d1;
  color: #fff;
}

.pagination-container ul li a {
  border-radius: 0;
  padding: 15px 18px;
  background-color: #fff;
  border-right: solid 1px #eee;
  color: #2648d1;
  line-height: 1;
}

.pagination-container .page.is-active a {
  background-color: #2648d1;
  color: #fff;
}

/* news一覧 */

/* news */

/* contact */
.bruno-contact {
  position: relative;
  z-index: 8;
}

.bruno-contact__wrapper {
  padding-top: 180px;
}

.bruno-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.bruno-contact__dec-left {
  position: relative;
  right: 95px;
}

.bruno-contact__dec-left p:first-child {
  position: absolute;
  top: 0;
  left: -40px;
}

.bruno-contact__dec-left p:nth-child(2) {
  position: absolute;
  top: 30px;
}

.bruno-contact__box {
  height: 500px;
  margin-left: 36px;
  padding: 35px;
}

.bruno-contact__box:first-child {
  margin-left: 0;
}

.bruno-contact__box__img {
  width: 175px;
  height: auto;
  margin-bottom: 25px;
  text-align: center;
}

.bruno-contact__box__img.tel {
  width: 175px;
}

.bruno-contact__box__img.mail {
  width: 235px;
}

.bruno-contact__box__img.contact {
  width: 200px;
}

.bruno-contact__box__title {
  margin-bottom: 20px;
  font-size: 30px;
  color: #2648d1;
}

.bruno-contact__box__text {
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

.bruno-contact__box__text--tel {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap
}

.bruno-contact__box__text--tel img {
  width: 19px;
  height: auto;
}

.bruno-contact__btn-wrapper {
  margin-top: -250px;
  padding-bottom: 180px;
}

.bruno-contact__btn-container {
  padding-top: 250px;
  text-align: center;
}

.bruno-contact__btn-container .bruno-btn {
  margin-top: 80px;
}

/* contact */

/* pricing */
.bruno-pricing__wrapper {
  margin-top: 140px;
  padding-bottom: 180px;
}

.bruno-pricing__title {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.bruno-pricing__title-lead {
  margin-bottom: 20px;
  font-size: 30px;
}

.bruno-pricing__text {
  margin-bottom: 80px;
}

.bruno-pricing__box {
  margin-left: 35px;
  padding: 50px 30px 40px;
}

.bruno-pricing__box:first-child {
  margin: 0;
}

.bruno-pricing__box__title {
  margin-bottom: 35px;
  font-size: 24px;
  color: #2648d1;
}

.bruno-pricing__box__text {
  margin-bottom: 30px;
  font-size: 14px;
}

.bruno-pricing__box__text--starter {
  margin-bottom: 70px;
  font-size: 50px;
  font-weight: bold;
}

.bruno-pricing__box__text--business {
  margin-bottom: 70px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.bruno-pricing__box__text--business span {
  margin-right: 5px;
  font-size: 55px;
  font-family: 'Red Hat Display', sans-serif;
}

.bruno-pricing__box__text--enterprise {
  font-size: 30px;
  font-weight: bold;
}

.bruno-pricing__box__text-lead--enterprise {
  font-size: 10px;
  margin-bottom: 65px;
}

.bruno-pricing__box__text-lead--enterprise::before {
  content: "※";
}

.bruno-pricing__box__list-title {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.bruno-pricing__box__list {
  margin-bottom: 30px;
  font-size: 14px;
}

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

.bruno-pricing__box__list.list-4 {
  margin-bottom: 50px;
}

.bruno-pricing__btn {
  width: 100%;
  height: 60px;
  padding-right: 20px;
  font-size: 15px;
}

.bruno-pricing__btn .bruno-btn__icon {
  width: auto;
}

.bruno-pricing__btn-text {
  margin: auto 0 10px;
  font-size: 14px;
  font-weight: bold;
}

/* pricing */

/* plan */
.bruno-plan__title {
  margin: 80px 0 25px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.bruno-plan__semicolon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.bruno-plan__semicolon div {
  width: 7px;
  height: 7px;
}

.bruno-plan__semicolon div:first-child {
  margin-right: 5px;
}

.bruno-plan__table {
  width: 100%;
  margin-top: 80px;
  background-color: #fff;
  font-size: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.bruno-plan__table ul {
  display: flex;
}

.bruno-plan__table li {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: calc(70% / 3);
  padding: 25px 50px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

.bruno-plan__table ul:first-child {
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-bottom: 0;
}

.bruno-plan__table ul:last-child li {
  border-bottom: none;
}

.bruno-plan__table ul:nth-child(even) {
  background-color: #f8f8f8;
}

.bruno-plan__table ul:first-child li {
  justify-content: center;
}

.bruno-plan__table ul:first-child li:nth-child(odd):not(.bruno-plan__table li:first-child) {
  background-color: #486ed2;
}

.bruno-plan__table ul:first-child li:nth-child(even) {
  background-color: #2648d1;
}

.bruno-plan__table li:first-child {
  width: 30%;
}

.bruno-plan__table li:last-child {
  border-right: none;
}

.bruno-plan__table ul:first-child li:last-child {
  border-top-right-radius: 10px;
}

.bruno-plan__table ul:nth-child(2) li:first-child {
  justify-content: space-between;
}

.bruno-plan__table ul:nth-child(2) li:first-child::after {
  content: "";
  display: block;
  background: url("../images/icon/information.png") center no-repeat;
  width: 20px;
  height: 20px;
}

.bruno-plan__table__check img {
  width: 30px;
  height: auto;
  margin: 0 auto;
}

/* plan */

/* プライバシーポリシー等 */
.bruno-rule__wrapper {
  margin-top: 130px;
  padding-bottom: 380px;
}

.bruno-rule__title {
  font-size: 40px;
  color: #2648d1;
  font-weight: bold;
}

.bruno-rule__text {
  margin-top: 45px;
}

.bruno-rule__content {
  margin-top: 70px;
  height: 700px;
  padding: 50px 65px 0 50px;
  background-color: #fff;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
  overflow-y: scroll;
}

/* プライバシーポリシー等 */

/* お申し込みフォーム */
.bruno-form{
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.bruno-form input{
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.bruno-form input[type="submit"]{
  display: block;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-color: #2648d1;
}

.bruno-form__title{
  padding: 10px 0;
  background-color: #2648d1;
  text-align: center;
  color: #fff;
}

.bruno-form__content{
  padding: 25px 50px;
}
/* お申し込みフォーム */

/* footer */
.bruno-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 36px;
  background-color: #F8F8F8;
}

.bruno-footer__logo {
  width: 165px;
  height: auto;
  margin-bottom: 40px;
}

.bruno-footer__nav {
  display: flex;
  margin-bottom: 50px;
  list-style: none;
}

.bruno-footer__nav li {
  margin-left: 50px;
}

.bruno-footer__nav li:first-child {
  margin-left: 0;
}

/* footer */

/* Tab */
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tab-none {
    display: none;
  }

  .bruno-top__title {
    font-size: 25px;
  }

  .bruno-top__title span {
    font-size: 45px;
  }

  .bruno-about__text__title {
    font-size: 30px;
  }

  .bruno-usecase__list a {
    padding: 10px 15px;
  }

  .bruno-client__list li:nth-child(4) {
    margin-top: 36px;
    margin-left: 0;
  }

  .bruno-usecase__text {
    padding: 25px 35px;
    font-size: 18px;
  }

  .bruno-usecase__item__data {
    font-size: 40px;
  }

  .bruno-usecase__item__data__number {
    font-size: 70px;
  }

  .bruno-usecase__box {
    margin-right: 0;
  }

  .bruno-client__slide-text {
    bottom: 75px;
    left: 75px;
  }

  .bruno-client__slide-text .corp {
    font-size: 18px;
  }

  .bruno-client__slide-text .text {
    font-size: 25px;
  }

  .bruno-client__list li:nth-child(5) {
    margin-left: 36px;
  }

  .bruno-pricing__btn {
    font-size: 13px;
  }

  .bruno-qa__accordion {
    width: 100%;
  }

  .bruno-contact__box {
    height: auto;
  }

  .bruno-newslist {
    justify-content: space-around;
  }

  .bruno-newslist .bruno-news__box:nth-child(3) {
    margin-top: 35px;
  }

}

/* Tab */

/* SP */
@media screen and (max-width: 599px) {

  /* header */
  .header-nav {
    padding: 20px 15px 0;
  }

  .header-nav .active {
    color: #fff;
  }

  .header-nav__logo img {
    width: 90px;
    height: auto;
  }

  .header-nav__logo__text {
    display: none;
  }

  .bruno-header__container {
    padding: 10px 25px;
    background-color: #fff;
  }

  .bruno-header__list ul {
    flex-direction: column;
    background-color: #2648d1;
    padding: 0;
    border-radius: 0;
  }

  .bruno-header__list li {
    width: 100%;
    margin: 0;
  }

  .bruno-header__list li a {
    display: block;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-weight: bold;
  }

  /* ハンバーガーメニュー */
  .bruno-header__hamburger {
    width: 100%;
    z-index: 999;
    position: relative;
  }

  .bruno-header__list {
    position: absolute;
    top: -470px;
    left: 0%;
    z-index: 10;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #nav-toggle {
    display: block;
  }

  /* ハンバーガーメニュー */

  /* TOP */
  .bruno-top__wrapper {
    flex-direction: column;
    margin-top: 60px;
  }

  .bruno-top__title {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .bruno-top__title span {
    font-size: 42px;
  }

  .bruno-top__btn-wrapper {
    display: block;
  }

  .bruno-top__text {
    width: 100%;
  }

  .bruno-top__img {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    border-radius: 10px;
  }

  /* TOP */

  /* about */
  .bruno-about__wrapper {
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .bruno-about__heading {
    width: 265px;
    margin-bottom: 25px;
  }

  .bruno-about__dec-left {
    margin-right: 15px;
  }

  .bruno-about__dec-left p:first-child {
    top: 0;
    left: -23px;
  }

  .bruno-about__dec-left p:nth-child(2) {
    top: 25px;
    left: -3px;
  }

  .bruno-about__dec-left p:nth-child(3) {
    top: 32px;
    left: -33px;
  }

  .bruno-about__dec-right {
    margin-left: 15px;
  }

  .bruno-about__dec-right p:first-child {
    top: 15px;
    right: -20px;
  }

  .bruno-about__dec-right p:nth-child(2) {
    top: 18px;
  }

  .bruno-about__dec-right p:nth-child(3) {
    top: 30px;
    right: -30px;
  }

  .bruno-about__heading-lead {
    width: 300px;
    margin: 0 auto 75px;
    font-size: 18px;
    line-height: 40px;
  }

  .bruno-about__content {
    flex-direction: column;
    margin-top: 65px;
  }

  .bruno-about__content div:first-child {
    margin-right: 0;
  }

  .bruno-about__content__img {
    order: 2;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .bruno-about__text {
    width: 100%;
    margin-bottom: 25px;
  }

  .bruno-about__text__title {
    font-size: 24px;
  }

  .bruno-about__text__title::before {
    bottom: -20px;
    width: 135px;
    height: 165px;
  }

  /* about */

  /* usecase */
  .bruno-usecase__wrapper {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .bruno-usecase__title {
    margin-bottom: 25px;
  }

  .bruno-usecase__content {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .bruno-usecase__title-sub {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 18px;
  }

  .bruno-usecase__title-sub li {
    margin-left: 20px;
  }

  .bruno-usecase__heading {
    margin-bottom: 25px;
    font-size: 25px;
  }

  .bruno-usecase__tag {
    width: 280px;
  }

  .bruno-usecase__tag li {
    margin-left: 5px;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
  }

  .bruno-usecase__img {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
  }

  .bruno-usecase__merit {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .bruno-usecase__text,
  .bruno-usecase__item {
    width: 100%;
    border-radius: 12px;
    font-size: 16px;
  }

  .bruno-usecase__text {
    margin-right: 0;
    margin-bottom: 25px;
    padding: 25px 20px;
  }

  .bruno-usecase__text li {
    margin-top: 15px;
  }

  .bruno-usecase__item {
    flex-direction: column;
    align-items: center;
    padding: 15px 0 10px;
  }

  .bruno-usecase__item:nth-child(2) {
    margin: 20px 0 0;
    padding-left: 0;
  }

  .bruno-usecase__item__text {
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid #7394fd;
  }

  .bruno-usecase__item__data {
    margin-top: 10px;
    margin-left: 0;
    font-size: 45px;
  }

  .bruno-usecase__item__data__number {
    font-size: 72px;
  }

  .bruno-usecase__top-title {
    font-size: 25px;
  }

  .bruno-usecase__top-text {
    margin-bottom: 50px;
  }

  .bruno-usecase__box {
    width: 100%;
    margin-right: 0;
    padding: 20px 20px 25px;
    border-radius: 20px;
  }

  .bruno-usecase__box__content {
    margin-right: 0;
  }

  .bruno-usecase__box__title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .bruno-usecase__box__list {
    font-size: 12px;
  }

  .bruno-usecase__box__list li {
    margin-top: 5px;
  }

  .bruno-usecase__box__img {
    width: 100%;
    margin-top: 25px;
  }

  .bruno-usecase__label {
    margin-bottom: 20px;
    border-radius: 15px;
    text-align: center;
  }

  .bruno-usecase__label__case {
    margin-bottom: 15px;
    padding: 0;
    background-color: transparent;
  }

  .bruno-usecase__label__text {
    font-size: 18px;
  }

  /* usecase */

  /* client */
  .bruno-client.usecase-page {
    margin-top: -40px;
  }

  .bruno-client__wrapper {
    padding-top: 80px;
  }

  .bruno-client__title {
    margin-bottom: 20px;
  }

  .bruno-client__slide-text {
    bottom: 20px;
    left: 20px;
  }

  .bruno-client__slide-text .corp {
    font-size: 14px;
  }

  .bruno-client__slide-text .text {
    font-size: 18px;
  }

  .bruno-client__slide-img {
    margin-bottom: 20px;
  }

  .bruno-client__container {
    margin-top: -115px;
    padding-bottom: 160px;
  }

  .bruno-client__container.usecase-page {
    margin-top: -40px;
  }

  .bruno-client__content {
    padding: 115px 15px 0;
  }

  .bruno-client__content.usecase-page {
    padding: 215px 15px 0;
  }

  .bruno-client__img {
    background-image: url("../images/sp-client-takuto.png");
    height: 230px;
  }

  .bruno-client__img.usecase-page {
    margin-top: -265px;
    z-index: 5;
  }

  .bruno-client__list {
    margin-top: 40px;
  }

  .bruno-client__list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 6px);
    height: 55px;
    margin: 0 0 0 12px;
    padding: 15px 25px;
    border-radius: 10px;
  }

  .bruno-client__list li img {
    width: 115px;
  }

  .bruno-client__list li:nth-child(n+3) {
    margin-top: 12px;
  }

  .bruno-client__list li:nth-child(odd) {
    margin-left: 0;
  }

  .bruno-client__list li:nth-child(2) img,
  .bruno-client__list li:nth-child(6) img {
    height: 55px;
  }

  .bruno-client__top-title {
    margin-bottom: 25px;
  }

  .bruno-client__point {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .bruno-client__point>div {
    margin-top: 15px;
  }

  .bruno-client__point div:first-child {
    margin-top: 0;
  }

  .bruno-client__point__title {
    margin-bottom: 5px;
    font-size: 22px;
    text-align: left;
  }

  .bruno-client__point__text {
    font-size: 16px;
    text-align: left;
  }

  .bruno-client__point__icon {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px;
  }

  .bruno-client__point__icon__title {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .bruno-client__point__icon__img {
    width: 40px;
    height: auto;
  }

  .bruno-client__recommend {
    padding: 30px 30px 25px;
    border-radius: 15px;
  }

  .bruno-client__recommend__title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .bruno-client__recommend__container {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 285px;
    margin: 0 auto;
  }

  .bruno-client__recommend__container>div {
    margin-left: 35px;
  }

  .bruno-client__recommend__container>div:nth-child(3n+1) {
    margin-left: 0;
  }

  .bruno-client__recommend__container>div:nth-child(n+4) {
    margin-top: 20px;
  }


  .bruno-client__container.usecase-page {
    margin-top: -40px;
  }

  .bruno-client__recommend__img {
    width: 55px;
    margin-bottom: 10px;
  }

  .bruno-client__recommend__text {
    font-size: 14px;
  }

  .bruno-client__label {
    margin-bottom: 15px;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 12px;
  }

  .bruno-client__label-lead {
    margin-bottom: 25px;
    font-size: 18px;
  }

  /* client */

  /* news */
  .bruno-news__title {
    margin-bottom: 25px;
  }

  .bruno-news__box {
    display: flex;
    align-items: center;
    margin: 15px 0 0 0;
    border-radius: 15px 5px 15px 5px;
  }

  .bruno-news__box__img {
    flex-shrink: 0;
    width: 125px;
    border-radius: 15px 0 0 5px;
  }

  .bruno-news__box__img img {
    border-radius: 15px 0 0 5px;
  }

  .bruno-news__text {
    width: 100%;
    max-height: 4.5em;
    margin-top: 0;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .bruno-news__text__date {
    margin-bottom: 5px;
    font-size: 12px;
  }


  .bruno-qa__container {
    padding-top: 80px;
  }

  .bruno-qa__accordion {
    width: 100%;
    font-size: 16px;
  }

  .bruno-qa__accordion label {
    padding: 15px;
  }

  .bruno-qa__accordion label::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 18px;
  }

  .bruno-qa__accordion label::after {
    margin-left: 15px;
    font-size: 20px;
  }

  .bruno-qa__accordion .bruno-qa__accordion__text p {
    padding: 15px;
  }

  /* news詳細 */
  .bruno-article__content {
    padding: 40px 20px 80px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, .05);
  }

  .bruno-article__title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .bruno-article__date {
    margin-bottom: 40px;
    font-size: 15px;
    color: #2648d1;
    font-weight: bold;
  }

  .bruno-article__img {
    margin-bottom: 30px;
  }

  /* news詳細 */

  /* news一覧 */
  .pagination-container {
    margin-top: 40px;
  }
  /* news一覧 */


  /* news */

  /* contact */
  .bruno-contact__wrapper {
    padding-top: 80px;
  }

  .bruno-contact__title {
    margin-bottom: 30px;
  }

  .bruno-contact__dec-left {
    right: 20px;
    position: relative;
  }

  .bruno-contact__dec-left p:first-child {
    position: absolute;
    top: 0;
    left: 0;
  }

  .bruno-contact__dec-left p:nth-child(2) {
    position: absolute;
    top: 5px;
    left: -15px;
  }

  .bruno-contact__box {
    width: 100%;
    height: auto;
    margin: 15px 0 0;
    padding: 25px;
    border-radius: 20px;
  }

  .bruno-contact__box__img {
    width: 107px;
    margin-bottom: 15px;
  }

  .bruno-contact__box__img:nth-child(2) {
    width: 145px;
  }

  .bruno-contact__box__title {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .bruno-contact__box__text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .bruno-contact__box:first-child .bruno-contact__box__text {
    margin-bottom: 0;
  }

  .bruno-contact__box__text--tel {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .bruno-contact__box__text--tel img {
    width: 15px;
    height: auto;
  }

  .bruno-contact__btn-wrapper {
    margin-top: -170px;
    padding-bottom: 100px;
  }

  .bruno-contact__btn-container {
    padding-top: 170px;
  }

  .bruno-contact__btn-container .bruno-btn {
    margin-top: 40px;
  }

  /* contact */

  /* pricing */
  .bruno-pricing__wrapper {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .bruno-pricing__title {
    margin-bottom: 15px;
  }

  .bruno-pricing__title-lead {
    font-size: 25px;
  }

  .bruno-pricing__text {
    margin-bottom: 50px;
  }

  .bruno-pricing__box {
    width: 100%;
    margin: 25px 0 0;
    padding: 25px 25px 30px;
    border-radius: 20px;
  }

  .bruno-pricing__box__title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .bruno-pricing__box__text {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .bruno-pricing__box__text.enterprize {
    margin-bottom: 15px;
  }

  .bruno-pricing__box__text--starter {
    margin-bottom: 45px;
    font-size: 32px;
  }

  .bruno-pricing__box__text--business {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .bruno-pricing__box__text--business span {
    font-size: 42px;
  }

  .bruno-pricing__box__text--enterprise {
    font-size: 28px;
  }

  .bruno-pricing__box__list-title {
    margin-bottom: 15px;
  }

  .bruno-pricing__box__list {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .bruno-pricing__box__list.list-4 {
    margin-bottom: 20px;
  }

  .bruno-pricing__btn {
    font-size: 16px;
  }

  .bruno-pricing__btn-text {
    margin: auto 0 5px;
    font-size: 12px;
  }

  /* pricing */

  /* plan */
  .bruno-plan__title {
    margin: 45px 0 15px;
    font-size: 20px;
  }

  .bruno-plan__semicolon {
    margin-bottom: 20px;
  }

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

  .bruno-plan__table {
    margin-top: 50px;
    font-size: 16px;
  }

  .bruno-plan__table ul {
    flex-wrap: wrap;
  }

  .bruno-plan__table ul:first-child {
    font-size: 14px;
  }

  .bruno-plan__table ul:last-child li {
    border-bottom: 1px solid #e0e0e0;
  }

  .bruno-plan__table li {
    justify-content: center !important;
    padding: 15px 20px;
  }

  .bruno-plan__table li:first-child {
    width: 100%;
    border-right: none;
  }

  .bruno-plan__table li:last-child {
    border-bottom: 1px solid #e0e0e0;
  }

  .bruno-plan__table ul:first-child li:nth-child(2) {
    border-top-left-radius: 10px;
  }

  .bruno-plan__table ul:last-child li:not(li:first-child) {
    border-bottom: none;
  }

  .bruno-plan__table ul:nth-child(2) li:first-child::after {
    margin-left: 30px;
  }

  .bruno-plan__table__check img {
    width: 25px;
  }

  /* plan */

  /* プライバシーポリシー等 */
  .bruno-rule__wrapper {
    margin-top: 80px;
    padding-bottom: 180px;
  }

  .bruno-rule__title {
    font-size: 25px;
  }

  .bruno-rule__text {
    margin-top: 20px;
  }

  .bruno-rule__content {
    margin-top: 25px;
    height: 670px;
    padding: 20px 40px 0 20px;
  }

  /* プライバシーポリシー等 */

  /* お申し込みフォーム */
  .bruno-form{
    width: 100%;
  }
  /* お申し込みフォーム */

  /* footer */
  .bruno-footer {
    padding: 70px 0 60px;
  }

  .bruno-footer__logo {
    width: 120px;
    margin-bottom: 20px;
  }

  .bruno-footer__nav {
    margin-bottom: 25px;
  }

  .bruno-footer__nav li {
    margin-left: 20px;
  }

  /* footer */
}

/* SP */
