@charset "UTF-8";
@keyframes fadeInUp {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes slideInAnime {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.blur-translateY {
  filter: blur(12px);
  opacity: 0;
  transform: translateY(20px);
}

.blur-translateY.show {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
  transition: filter cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity cubic-bezier(0.39, 0.575, 0.565, 1) 1s, transform cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
}

.fadeIn01 {
  opacity: 0;
}

.fadeIn01.show {
  animation-name: slideInAnime;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

.rb-common__ttl {
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 0.5em;
  margin: auto;
}
.rb-common__ttl--bg-red {
  background: #fb1300;
}

.rb-inner {
  width: 600px;
  margin: auto;
  position: relative;
}

.rb-header {
  display: flex;
  height: 356px;
  background: url(../img/common_bg.jpg) no-repeat center bottom/cover;
  margin: auto;
}
.rb-header__ttl {
  width: 600px;
  letter-spacing: 0.15em;
  margin: auto;
  position: relative;
}
.rb-header__ttl::after {
  content: "";
  display: block;
  width: 428px;
  height: 439px;
  background: url(../img/head_mark.png) no-repeat center center;
  margin: auto;
  position: absolute;
  right: -28%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.rb-header__ttl-catch--white {
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 2;
}
.rb-header__ttl-logo {
  display: block;
  width: 383px;
  margin: 1em 0;
  position: relative;
  z-index: 2;
}

.rb-lead-inner {
  position: relative;
  padding: 5% 0;
}
.rb-lead__ttl {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 900;
  color: #fb5f06;
  margin-bottom: 1em;
}
.rb-scroll {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 13%;
  right: 1%;
}
.rb-scroll::before, .rb-scroll::after {
  content: "";
}
.rb-scroll::before {
  width: 1px;
  height: 44px;
  margin: auto;
  border-radius: 9999px;
  background-color: #000;
  order: 2;
}
.rb-scroll::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 0px);
  width: 1px;
  height: 15px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: 50% calc(100% - 0px);
}
.rb-scroll__text {
  font-size: 0.8em;
}

.rb-check {
  background: url(../img/common_bg.jpg) repeat-y center top;
  background-size: 100% auto;
  padding: 5% 0;
}
.rb-check-inner {
  position: relative;
}
.rb-check-box {
  display: flex;
  justify-content: center;
}
.rb-check-list {
  background: #fff;
  padding: 4%;
  margin-top: 3em;
}
.rb-check-list__ttl {
  font-weight: 900;
  position: relative;
  border-bottom: 1px dashed #000;
  padding: 0 0 1em 4em;
}
.rb-check-list__ttl::before {
  content: "";
  width: 3em;
  height: 2.5em;
  background: url(../img/check.png) no-repeat center center/contain;
  margin: auto;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.rb-check-list__body {
  margin-top: 2em;
}
.rb-check-list__body-item {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.rb-check-list__body-item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  margin-right: 0.5em;
}

.rb-flow {
  padding: 5% 0;
}
.rb-flow__text {
  margin-top: 2em;
}
.rb-branding {
  margin-top: 4em;
}
.rb-branding__catch {
  font-size: 1.1em;
  font-weight: 900;
  text-align: center;
}
.rb-branding__ttl {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin-top: 0.5em;
}
.rb-branding__text {
  margin-top: 1em;
}
.rb-branding-flow {
  margin-top: 1em;
  position: relative;
}
.rb-branding-flow::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  top: -3%;
  right: -75px;
}
.rb-branding-flow__cnt {
  margin-top: 3em;
  position: relative;
}
.rb-branding-flow__cnt-ttl {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.rb-branding-flow__cnt-ttl__main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  text-align: center;
  padding: 2% 3%;
  border-top: 1px solid;
  border-left: 1px solid;
}
.rb-branding-flow__cnt-ttl__sub {
  width: 70%;
  padding: 2% 3%;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}
.rb-branding-flow__cnt-dl {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 900;
  margin-top: 1em;
  border-radius: 5px;
  overflow: hidden;
}
.rb-branding-flow__cnt-dl--orange {
  background: linear-gradient(to right, rgb(247, 171, 23), rgb(241, 83, 35));
}
.rb-branding-flow__cnt-dl--blue {
  background: linear-gradient(to right, rgb(104, 180, 176), rgb(1, 141, 192));
}
.rb-branding-flow__cnt-dl--purple-01 {
  background: linear-gradient(to right, rgba(255, 58, 145, 0.9), rgba(209, 17, 162, 0.9));
}
.rb-branding-flow__cnt-dl--purple-02 {
  background: linear-gradient(to right, rgba(255, 69, 111, 0.9), rgba(217, 17, 113, 0.9));
}
.rb-branding-flow__cnt-dl--purple-03 {
  background: linear-gradient(to right, rgba(255, 97, 122, 0.9), rgba(224, 75, 86, 0.9));
}
.rb-branding-flow__cnt-dl--purple-04 {
  background: linear-gradient(to right, rgb(226, 81, 111), rgb(201, 21, 131));
}
.rb-branding-flow__cnt-dl--navy {
  background: linear-gradient(to right, rgb(151, 117, 180), rgb(60, 77, 160));
}
.rb-branding-flow__cnt-dt {
  width: 40%;
  padding: 2%;
  text-align: center;
}
.rb-branding-flow__cnt-dd {
  width: 60%;
  padding: 2%;
}
.rb-branding-flow__cnt-dd--orange {
  background: linear-gradient(to right, rgba(247, 171, 23, 0.5), rgba(241, 83, 35, 0.5));
  mix-blend-mode: screen;
}
.rb-branding-flow__cnt-dd--blue {
  background: linear-gradient(to right, rgba(104, 180, 176, 0.5), rgba(1, 141, 192, 0.5));
  mix-blend-mode: screen;
}
.rb-branding-flow__cnt-dd--purple-01 {
  background: linear-gradient(to right, rgba(255, 58, 145, 0.9), rgba(209, 17, 162, 0.9));
}
.rb-branding-flow__cnt-dd--purple-02 {
  background: linear-gradient(to right, rgba(255, 69, 111, 0.9), rgba(217, 17, 113, 0.9));
}
.rb-branding-flow__cnt-dd--purple-03 {
  background: linear-gradient(to right, rgba(255, 97, 122, 0.9), rgba(224, 75, 86, 0.9));
}
.rb-branding-flow__cnt-dd--purple-04 {
  background: linear-gradient(to right, rgb(226, 81, 111), rgb(201, 21, 131));
}
.rb-branding-flow__cnt-dd--navy {
  background: linear-gradient(to right, rgb(151, 117, 180), rgb(60, 77, 160));
  mix-blend-mode: screen;
}
.rb-branding-flow__cnt-grid {
  display: grid;
  grid-template-areas: "areaA areaB areaD" "areaC areaC areaD";
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  row-gap: 0.5em;
  margin-top: 1em;
}
.rb-branding-flow__cnt-grid--a {
  grid-area: areaA;
}
.rb-branding-flow__cnt-grid--b {
  grid-area: areaB;
}
.rb-branding-flow__cnt-grid--c {
  grid-area: areaC;
}
.rb-branding-flow__cnt-grid--d {
  grid-area: areaD;
  height: -moz-fit-content;
  height: fit-content;
}
.rb-branding-flow__cnt-grid-dl {
  font-size: 13px;
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
  overflow: hidden;
}
.rb-branding-flow__cnt-grid-dt {
  color: #000;
  text-align: center;
  padding: 2%;
  background-color: rgba(255, 255, 255, 0.56);
}
.rb-branding-flow__cnt-grid-dd {
  padding: 1em 1.5em;
}
.rb-pyramid {
  margin-top: 4em;
}
.rb-pyramid__catch {
  font-size: 1.1em;
  font-weight: 900;
  text-align: center;
}
.rb-pyramid__ttl {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin-top: 0.5em;
}
.rb-pyramid__text {
  margin-top: 1em;
}
.rb-pyramid__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
.rb-pyramid__lead__inner {
  text-align: center;
  padding: 0 0.75em;
}
.rb-pyramid__lead::before, .rb-pyramid__lead::after {
  content: "";
  width: 2em;
  height: 4em;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.rb-pyramid__lead::before {
  border-left: 1px solid;
}
.rb-pyramid__lead::after {
  border-right: 1px solid;
}
.rb-pyramid__img {
  text-align: center;
}

.rb-service {
  background: url(../img/common_bg.jpg) repeat-y center top;
  background-size: 100% auto;
  padding: 5% 0;
}
.rb-service-box {
  display: flex;
  justify-content: center;
}
.rb-service-cnt {
  background: #fff;
  padding: 4%;
  margin-top: 3em;
  border-radius: 33px;
}
.rb-service__ttl {
  background: #fb1300;
}
.rb-service__text {
  text-align: center;
  margin-top: 1em;
}
.rb-service__img {
  text-align: center;
  margin-top: 1em;
}

.rb-examples {
  padding: 5% 0;
}
.rb-examples__ninben {
  margin-top: 5em;
}
.rb-examples__shop {
  font-size: 1.1em;
  font-weight: 900;
  text-align: center;
  margin-top: 2em;
}
.rb-examples__shop__main, .rb-examples__shop__sub {
  display: block;
}
.rb-examples__text {
  margin-top: 1em;
}
.rb-examples__img {
  text-align: center;
  margin-top: 2em;
}
.rb-examples__point-ttl {
  font-size: 1.1em;
  font-weight: 900;
  margin-top: 2em;
}
.rb-examples__point-lst {
  margin-top: 1em;
}
.rb-examples__point-item {
  margin-top: 2em;
}
.rb-examples__point-heading {
  font-size: 1.1em;
  font-weight: 900;
}
.rb-examples__point-text {
  margin-top: 1em;
}
.rb-examples__point-img {
  text-align: center;
  margin-top: 1em;
}
.rb-examples__etc {
  margin-top: 5em;
}
.rb-examples__etc-item {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.rb-examples__etc-img {
  width: 189px;
}
.rb-examples__etc-body {
  width: 63%;
}
.rb-examples__etc-body__lead {
  font-weight: 900;
}
.rb-examples-accordion {
  margin-top: 2em;
}
.rb-examples-accordion__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em 0;
}
.rb-examples-accordion__more-inner {
  display: flex;
  align-items: center;
  border: 1px solid;
  padding: 0.5em 1em;
  transition: all 0.4s;
}
.rb-examples-accordion__more-inner::before {
  content: "+";
}
.rb-examples-accordion.is-opened .rb-examples-accordion__more-inner {
  background: #ccc;
  color: #fff;
}
.rb-examples-accordion.is-opened .rb-examples-accordion__more-inner::before {
  content: "-";
}
.accordion-content {
  overflow: hidden;
}

.rb-footer {
  background: url(../img/common_bg.jpg) repeat-y center top;
  background-size: 100% auto;
  padding: 5% 0;
}
.rb-footer-box {
  display: flex;
  justify-content: center;
}
.rb-footer-cnt {
  background: #fff;
  padding: 4%;
  margin-top: 3em;
  border-radius: 33px;
}
.rb-footer__contact {
  margin-top: 3em;
  text-align: center;
}
.rb-footer__contact-btn--link {
  display: inline-block;
  font-weight: 900;
  background: #fff;
  padding: 1em 4em;
  border: 2px solid;
}
.rb-footer__copyright {
  font-size: 0.8em;
  text-align: center;
  margin-top: 5em;
}
.rb-report-cnt {
  padding-top: 0;
}
.rb-report__ttl {
  display: flex;
}
.rb-report__ttl-in {
  color: #fff;
  background: #000;
  padding: 0.5% 3%;
}
.rb-report__lead {
  font-size: 1.1em;
  font-weight: 900;
  margin-top: 1.5em;
}
.rb-report__body {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}
.rb-report__text {
  width: 68%;
}
.rb-report__img {
  width: 161px;
}
.rb-report__note {
  margin-top: 1.5em;
}
.rb-appeal__ttl {
  position: relative;
  border-bottom: 1px dashed #000;
  padding: 0 0 1em 4em;
}
.rb-appeal__ttl::before {
  content: "";
  width: 3em;
  height: 2.5em;
  background: url(../img/check.png) no-repeat center center/contain;
  margin: auto;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.rb-appeal__body {
  margin-top: 1.5em;
}
.rb-appeal__lead {
  font-size: 1.1em;
  font-weight: 900;
  margin-top: 1.5em;
}
.rb-minira__head {
  display: flex;
  justify-content: space-between;
  font-weight: 900;
}
.rb-minira__company {
  width: 48%;
  font-weight: 900;
}
.rb-minira__company-logo {
  width: 46px;
}
.rb-minira__company-name {
  margin-top: 0.5em;
}
.rb-minira__company-note {
  font-size: 0.9em;
}
.rb-minira__company-tal {
  font-size: 1.2em;
}
.rb-minira__manager {
  width: 48%;
}
.rb-minira__manager-url a {
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}
.rb-minira__body {
  margin-top: 2em;
}
@media screen and (max-width: 600px) {
  .pc_ele {
    display: none;
  }
  .rb body {
    font-size: 15px;
  }
  .rb-scroll {
    display: none;
  }
  .rb-common__ttl {
    border-radius: 2.5em;
  }
  .rb-inner {
    width: 94%;
  }
  .rb-header {
    display: block;
    height: 70vw;
    padding-top: 6vw;
  }
  .rb-header__ttl {
    width: auto;
    text-align: center;
  }
  .rb-header__ttl-logo {
    width: 75vw;
    margin: 1.5vw auto 1vw;
  }
  .rb-header__ttl::after {
    width: 59vw;
    height: 59vw;
    background-size: contain;
    left: 0;
    right: 0;
    bottom: -82vw;
  }
  .rb-lead {
    margin-top: 25vw;
  }
  .rb-lead__ttl {
    font-size: 1.25em;
  }
  .rb-check-list {
    width: 94%;
    padding: 4% 2%;
    margin-top: 2em;
  }
  .rb-check-list__ttl {
    line-height: 1.5;
    padding: 0 0 1em 2.5em;
  }
  .rb-check-list__ttl::before {
    width: 2em;
    height: 1.5em;
  }
  .rb-branding__ttl {
    margin-top: 0;
  }
  .rb-branding-flow__cnt {
    font-size: 12px;
  }
  .rb-branding-flow__cnt-grid-dl {
    font-size: 10px;
  }
  .rb-branding-flow::after {
    display: none;
  }
  .rb-pyramid__ttl {
    margin-top: 0;
  }
  .rb-service-cnt {
    background: none;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
  }
  .rb-service__ttl {
    color: #000;
    background: #fff;
  }
  .rb-service__text {
    color: #fff;
  }
  .rb-service__img {
    background: #fff;
    padding: 4%;
    border-radius: 33px;
  }
  .rb-examples__point-ttl {
    text-align: center;
  }
  .rb-examples__etc-item {
    display: block;
  }
  .rb-examples__etc-img {
    width: auto;
    text-align: center;
  }
  .rb-examples__etc-body {
    width: auto;
    margin-top: 1.5em;
  }
  .rb-examples__etc-body__ttl {
    text-align: center;
    font-weight: 900;
  }
  .rb-footer-cnt {
    width: 94%;
  }
  .rb-report__ttl-in {
    margin: auto;
  }
  .rb-report__body {
    flex-direction: column;
  }
  .rb-report__text {
    width: 100%;
    margin-top: 1.5em;
    order: 2;
  }
  .rb-report__img {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .rb-report__note {
    word-wrap: break-word;
  }
  .rbappeal__ttl {
    line-height: 1.5;
    padding: 0 0 1em 2.5em;
  }
  .rbappeal__ttl::before {
    width: 2em;
    height: 1.5em;
  }
  .rb-minira__head {
    display: block;
  }
  .rb-minira__company {
    width: 100%;
    margin-top: 1em;
  }
  .rb-minira__manager {
    width: 100%;
    margin-top: 1em;
  }
}/*# sourceMappingURL=style.css.map */