@charset "UTF-8";
:root {
  --container-width: 1024px;
  --color-light-green: #E8F9F4;
  --color-green: #05A682;
  --color-blue: #0066B5;
  --color-light-blue: #F4F5F9;
}

@media screen and (min-width: 960px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.l-main * {
  letter-spacing: -0.01em;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.section {
  padding: 80px 0;
}

.section-title {
  font-size: 3rem;
  text-align: center;
  background: none;
  padding: 0;
  line-height: 1.6;
  margin: 0 0 2rem;
}
.section-title sub {
  font-size: 1.6rem;
}
.section-title.text-center {
  text-align: center;
}

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

.marker {
  background-color: #FFF000;
}

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

.l-footer-top-btn {
  margin-right: 0;
  right: 0;
  background-color: var(--color-green);
}
.l-footer-top-btn::after {
  content: "";
  background: url("/pickup/brms/images/icon-page-top.svg") no-repeat center;
  background-size: cover;
  border: none;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 959px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .section-title {
    text-align: left;
  }
}
.btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px;
  line-height: 1;
  border-radius: calc(infinity * 1px);
  border: 1px solid transparent;
  background-image: url("/pickup/brms/images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  font-size: 1.6rem;
}
.btn[target=_blank] {
  background-image: url("/pickup/brms/images/icon-external-window.svg");
}
.btn--size-large {
  background-position: right 30px center;
  font-size: 2rem;
  padding: 16px;
}
.btn--normal {
  background-color: var(--color-green);
  font-weight: bold;
  color: #fff;
}
.btn--normal:hover {
  opacity: 0.7;
}
.btn--request {
  background-color: #FA5462;
  font-weight: bold;
  color: #fff;
}
.btn--request:hover {
  opacity: 0.7;
}
.btn--contact {
  background-color: #F79611;
  font-weight: bold;
  color: #fff;
}
.btn--contact:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959px) {
  .btn--sp-square {
    border-radius: 10px;
    padding: 28px 40px 28px 30px;
  }
}
.mv {
  padding: 70px 0 0;
  background: #E8F9F4 url("/pickup/brms/images/mv-bg.png") no-repeat right center;
  margin-bottom: 138px;
}
.mv-inner {
  max-width: var(--container-width);
  margin: 0 auto;
}
.mv-title {
  font-size: 4.2rem;
  line-height: 1.6;
  font-weight: bold;
  color: var(--color-green);
  margin-bottom: 20px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 3px 4px 0 #fff;
}
.mv-lead {
  font-weight: bold;
  font-size: 1.6rem;
  max-width: 600px;
  margin-bottom: 0;
}
.mv-lead .small {
  font-size: 1.4rem;
}
.mv-box {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: center;
  background: #fff;
  border: 1px solid #05A682;
  border-radius: 10px;
  padding: 40px;
  transform: translateY(53px);
}
.mv-box-logo {
  min-width: 184px;
}
.mv-box p {
  font-size: 1.6rem;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .mv {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    padding: 10.6382978723vw 5.3191489362vw 0;
    background: #E8F9F4 url("/pickup/brms/images/mv-bg_sp.png") no-repeat center bottom;
    background-size: cover;
    margin-bottom: 53.1914893617vw;
  }
  .mv-inner {
    width: 100%;
    margin: 0 auto;
  }
  .mv-title {
    text-shadow: none;
    line-height: 1.4;
    font-size: 7.4468085106vw;
    margin-bottom: 5.3191489362vw;
  }
  .mv-lead {
    font-size: 4.2553191489vw;
    max-width: initial;
    line-height: 1.6;
  }
  .mv-lead .small {
    font-size: 3.7234042553vw;
  }
  .mv-box {
    flex-direction: column;
    row-gap: 3.1914893617vw;
    align-items: center;
    background: #fff;
    border: 1px solid #05A682;
    padding: 6.914893617vw 5.3191489362vw;
    transform: translateY(31.914893617vw);
  }
  .mv-box-logo {
    width: 48.9361702128vw;
  }
  .mv-box p {
    font-size: 3.7234042553vw;
    line-height: 1.6;
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  .comic-banner img {
    width: 100%;
  }
}
.grid-block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
.grid-block-item {
  position: relative;
  background: var(--color-light-blue);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.grid-block-item-label {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-light-green);
  border: 1px solid var(--color-green);
  color: var(--color-green);
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 20px;
}
.grid-block-item-title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
}
.grid-block-item-title.tracking-tight {
  letter-spacing: -0.025em;
}
.grid-block-item > p {
  margin-bottom: 10px;
}
.grid-block-item-movie {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
}
.grid-block-item-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
.grid-block-item-list {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.grid-block-item-list li {
  counter-increment: item;
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  font-weight: bold;
}
.grid-block-item-list li:last-child {
  margin-bottom: 0;
}
.grid-block-item-list li::before {
  font-size: 1.1rem;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: var(--color-green);
  font-weight: bold;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

@media screen and (max-width: 959px) {
  .grid-block {
    grid-template-columns: 1fr;
  }
  .grid-block-item {
    padding: 60px 20px 48px;
  }
  .grid-block-item-title {
    text-align: left;
  }
  .grid-block-item-title.text-center {
    text-align: center;
  }
  .grid-block-item-image {
    text-align: center;
  }
}
.intro-lead {
  margin-bottom: 40px;
}
.intro-request-lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .intro-request-lead {
    text-align: left;
    line-height: 2;
    letter-spacing: -0.025em;
  }
}
.case-study {
  background-color: var(--color-light-green);
}
.case-study .grid-block-item {
  background: #fff;
}

.request-lead {
  font-weight: bold;
  text-align: center;
}
.request-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 80px;
  margin-bottom: 40px;
}
.request-block-item {
  background-color: var(--color-light-blue);
  padding: 0 16px 40px;
}
.request-block-item:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.request-block-item-image {
  transform: translateY(-80px);
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: -60px;
}
.request-block-item-label {
  margin-bottom: 18px;
  text-align: center;
}
.request-block-item-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-light-green);
  border: 1px solid var(--color-green);
  color: var(--color-green);
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 20px;
}
.request-block-item-name {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .request-block {
    grid-template-columns: 1fr;
    padding-top: 80px;
    gap: 100px;
  }
  .request-block-item-image {
    margin: 0 auto;
    text-align: center;
    max-width: 590px;
    transform: translateY(-80px);
    margin-bottom: -60px;
  }
}
.sns {
  background: var(--color-light-green);
}
.sns .grid-block-item {
  background-color: #fff;
}

.contact {
  background-color: var(--color-light-blue);
}
.contact-btn-area {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media screen and (max-width: 959px) {
  .contact-btn-area {
    flex-direction: column;
    row-gap: 20px;
  }
}
.news-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-block {
  border: 4px solid var(--color-light-green);
  border-radius: 10px;
  padding: 40px;
}
.news-block-title {
  padding-bottom: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  background-image: repeating-linear-gradient(to right, var(--color-green) 0px, var(--color-green) 1px, transparent 1px, transparent 6px);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.news-list-item {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.news-list-item--green .news-list-item-category {
  border-color: var(--color-green);
  color: var(--color-green);
}
.news-list-item--blue .news-list-item-category {
  border-color: var(--color-blue);
  color: var(--color-blue);
}
.news-list-item-category {
  min-width: 122px;
  height: 100%;
  display: flex;
  font-size: 1.5rem;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
}
.news-list-item-date {
  min-width: 140px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}
.news-list-item-title a {
  line-height: 1.6;
  text-decoration: none !important;
  color: #333 !important;
}
.news-list-item-title a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 959px) {
  .news-block {
    padding: 20px;
  }
  .news-list-item {
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 11px;
    display: grid;
    grid-template-columns: 122px 1fr;
  }
  .news-list-item-category {
    grid-area: 1/1/2/2;
    height: 100%;
    display: flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
  }
  .news-list-item-date {
    grid-area: 1/2/2/3;
    min-width: 140px;
    align-self: center;
  }
  .news-list-item-title {
    grid-area: 2/1/3/3;
  }
  .news-list-item-title a {
    line-height: 1.6;
    text-decoration: none !important;
    color: #333 !important;
  }
  .news-list-item-title a:hover {
    text-decoration: underline !important;
  }
}
/*====== .p-side-nav =====*/
.p-side-nav {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.p-side-nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  width: 130px;
  height: 70px;
  margin: 0;
  padding: 0;
  border: none;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 1;
}

.p-side-nav a:nth-child(1) {
  background-color: #F79611;
  border: 1px solid #F79611;
}

.p-side-nav a:nth-child(2) {
  background-color: #FA5462;
  border: 1px solid #FA5462;
}

.p-side-nav a img {
  filter: invert(99%) sepia(85%) saturate(0%) hue-rotate(182deg) brightness(109%) contrast(100%);
}

.p-side-nav a:nth-child(1):hover {
  background: #fff;
  color: #F79611;
  opacity: 1;
}

.p-side-nav a:nth-child(2):hover {
  background: #fff;
  color: #FA5462;
  opacity: 1;
}

.p-side-nav a:nth-child(1):hover img {
  filter: invert(57%) sepia(88%) saturate(992%) hue-rotate(354deg) brightness(100%) contrast(95%);
}

.p-side-nav a:nth-child(2):hover img {
  filter: invert(43%) sepia(24%) saturate(3316%) hue-rotate(322deg) brightness(104%) contrast(96%);
}

@media only screen and (max-width: 600px) {
  .p-side-nav {
    width: 100vw;
    gap: 2vw;
  }
  .p-side-nav a {
    width: 54vw;
    border-radius: 10px 10px 0 0;
    height: 6rem;
    line-height: 6rem;
    margin: 0;
    padding: 0;
    flex-direction: row;
  }
}
body {
  line-height: 150%;
}

.l-header-corp-nav {
  margin: 0;
}

.topic {
  padding: 30px 50px 30px 50px;
  margin-right: auto;
  margin-left: auto;
  background: #eef;
  border-style: solid;
  border-color: #ccc;
  border-width: thin;
}

.topic dl {
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0px;
}

.topic dl dt {
  float: left;
  margin-left: 10px;
  clear: both;
}

.topic dl dd {
  margin-left: 160px;
}

#mainColumn {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12.8px;
  letter-spacing: 0;
  margin: 0 auto;
  width: 960px;
}

#mainColumn > * {
  line-height: 150%;
}

#mainColumn ul {
  margin: 0;
}

#mainColumn li {
  list-style-type: disc;
}

#mainColumn li li {
  list-style-type: circle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

#mainColumn h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: center;
}

#mainColumn p {
  line-height: 150%;
}

#mainColumn #top_news,
#mainColumn #top_event {
  width: 440px;
  float: left;
  margin-right: 25px;
  position: relative;
}

#mainColumn #top_news .top_news_tit,
#mainColumn #top_event .top_event_tit {
  position: absolute;
  left: 10px;
  top: 8px;
  margin-left: 8px;
  z-index: 1;
  font-weight: bold;
  font-size: 14px;
}

#mainColumn #top_news .top_rss,
#mainColumn #top_event .top_rss {
  position: absolute;
  left: 286px;
  top: 11px;
  margin: 0;
  z-index: 2;
}

#mainColumn #top_news dl,
#mainColumn #top_event dl {
  margin: 1em 0;
  padding: 0px 10px 0px;
}

#mainColumn #top_news dt {
  margin-bottom: 6px;
}

#mainColumn #top_event dt {
  margin-bottom: 6px;
}

#mainColumn #top_news dd,
#mainColumn #top_event dd {
  margin: 0 0 15px 0;
  padding: 0 0 0 9px;
  background: url(/_asset/_common/img/icon_arrow_orangeR.gif) no-repeat scroll 0 3px transparent;
}

#mainColumn p.top_news_details,
#mainColumn p.top_event_details {
  text-align: right;
}

#mainColumn p.top_news_details span,
#mainColumn p.top_event_details span {
  margin: 0 0 15px 0;
  padding: 0 0 0 9px;
  background: url(/_asset/_common/img/icon_arrow_orangeR.gif) no-repeat scroll 0 3px transparent;
}

.pointbox {
  padding: 7px 0 3px 5px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#mainColumn a {
  color: #333;
  text-decoration: underline;
}

.col3 {
  width: 310px;
  float: left;
  border-style: solid !important;
  border: thin;
  border-color: #efefef;
  border-top-color: #004f99;
  border-top-color: #6da147;
  margin: 2px;
}

.col2 {
  width: 460px;
  float: left;
  border-style: solid !important;
  border: thin;
  border-color: #efefef;
  border-top-color: #004f99;
  border-top-color: #6da147;
  margin: 5px;
}

.col1 {
  width: 310px;
  border-style: solid !important;
  border: thin;
  border-color: #efefef;
  border-top-color: #004f99;
  border-top-color: #6da147;
  margin: auto;
}

.col3 h3,
.col3 h4,
.col2 h3,
.col1 h3,
.col1 div,
.col3 div,
.col2 div {
  text-align: center !important;
  font-weight: bold;
  margin: 10px;
}

.col1 p,
.col2 p {
  margin: 30px;
}

.col3 p {
  margin: 20px;
  font-size: 13px;
  height: 100px;
}

.color01 {
  background-color: #D9E5F5;
  background-color: #c8e8ff;
  background-color: #e8f8ff;
  background-color: #fef1b6;
  background-color: #f5f5f5;
}

.color02 {
  background-color: #eCf4FC;
  background-color: #e8f8ff;
  background-color: #ffe9bf;
  background-color: #f1f1f1;
}

.exp {
  margin: 15px;
}

#BRMS01 h2 {
  margin-left: 0;
  border-style: none;
  background-color: #006900;
  background-color: #6da147;
  color: #FFF;
  text-align: center;
  margin-top: 40px;
  padding: 10px;
}

#BRMS01 h3 {
  margin: 10px;
  font-size: 18px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

#BRMS01 h4 {
  margin: 10px;
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
}

.menusubtil {
  position: absolute;
  background-color: #006900;
  background-color: #6da147;
  padding: 3px;
  color: #fff;
  font-weight: bold;
  font-size: x-small;
  text-align: right;
  line-height: 1;
}

#mainColumn #infomationArea {
  margin-top: 0px;
}

.brmsblockdesc {
  padding: 10px;
  font-size: 15px;
}

.BRMS_text {
  font-size: 1.2em;
}

/*# sourceMappingURL=brms4.css.map */