@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0; }

ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a, a:link, a:visited {
  text-decoration: none; }

a:active, a:hover {
  text-decoration: none; }

@font-face {
  font-family: 'gotham bold';
  src: url(/wp-content/themes/bbo_corporate/font/GothamBoldRegular.woff2) format("woff2"), url(/wp-content/themes/bbo_corporate/font/GothamBoldRegular.woff) format("woff"), url(/wp-content/themes/bbo_corporate/font/GothamBoldRegular.ttf) format("truetype"); }
@font-face {
  font-family: 'gotham book';
  src: url(/wp-content/themes/bbo_corporate/font/GothamBookRegular.woff2) format("woff2"), url(/wp-content/themes/bbo_corporate/font/GothamBookRegular.woff) format("woff"), url(/wp-content/themes/bbo_corporate/font/GothamBookRegular.ttf) format("otf"); }
@font-face {
  font-family: 'gotham light';
  src: url(/wp-content/themes/bbo_corporate/font/GothamLight.woff2) format("woff2"), url(/wp-content/themes/bbo_corporate/font/GothamLight.woff) format("woff"), url(/wp-content/themes/bbo_corporate/font/GothamLight.ttf) format("otf"); }
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #222222;
  width: 100%;
  height: 100%;
  font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif; }

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

a {
  margin: 0;
  padding: 0;
  color: #0064b5;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
  font-weight: 500; }

.test_inner {
  max-width: 1100px;
  width: 100%;
  height: 100px;
  background: #000;
  margin: 0 auto;
  padding: 0 30px; }

.test_inner_in {
  background: green;
  width: 100%;
  height: 100px; }

@media screen and (min-width: 900px) {
  p {
    font-size: 1.6rem; } }
/*-------------------------------------------
----------------* common *----------------
--------------------------------------------*/
.relative {
  position: relative; }

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

.hidden {
  overflow: hidden; }

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

.pc_only_block {
  display: none !important; }

.pc_only {
  display: none !important; }

.sp_only {
  display: inline-block !important; }

.inner {
  margin-left: 12px;
  margin-right: 12px; }

.mb-zero {
  margin-bottom: 0 !important; }

.mb-xs {
  margin-bottom: 10px !important; }

.mb-sm {
  margin-bottom: 20px !important; }

.mb-md {
  margin-bottom: 40px !important; }

.mb-lg {
  margin-bottom: 60px !important; }

.mb-xl {
  margin-bottom: 80px !important; }

.py-lg {
  padding-top: 40px;
  padding-bottom: 40px; }

.mb-10 {
  margin-bottom: 10px; }

.link-button {
  position: relative;
  background: #cbb312;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  line-height: 48px;
  font-weight: bold;
  max-width: 320px;
  border: 1px solid #cbb312;
  cursor: pointer; }

.link-button:after {
  position: absolute;
  right: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2d2";
  font-size: 24px;
  font-size: 2.4rem; }

.link-button:hover {
  color: #cbb312;
  background: #fff;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.label-ttl {
  margin-left: -12px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  padding: 14px 8px 12px 0;
  border-left: 6px solid #cbb312;
  background-color: #fff;
  margin-bottom: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 360px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #222222; }

.label-ttl span {
  font-size: 1.8rem;
  color: #cbb312;
  font-family: 'gotham bold'; }

.label-ttl.label-small {
  width: 210px; }

.label-ttl.label-middle {
  width: 70%; }

.label-ttl.label-large {
  width: 100%; }

.label-ttl.label-shadow {
  -webkit-box-shadow: 1px 1px 8px -2px #cfcfcf;
  box-shadow: 1px 1px 8px -2px #cfcfcf; }

.label-ttl.label-transparent {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 1px 8px -2px #555555;
  box-shadow: 1px 1px 8px -2px #555555; }

.contents-fv {
  padding-top: 120px;
  position: relative; }

.contents-fv-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 180px;
  width: 100%; }

.contents-fv-ttl {
  position: relative;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px -2px #d9d9d9;
  box-shadow: 0 1px 8px -2px #d9d9d9;
  padding: 20px 0 18px;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 3.4rem;
  color: #222222; }

.contents-fv-ttl span {
  color: #cbb312;
  font-family: 'gotham bold';
  display: block;
  font-size: 2rem;
  margin-bottom: 2px; }

.contents-fv-ttl-2 {
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 3.4rem; }

.contents-fv-ttl-2 span {
  color: #cbb312;
  font-family: 'gotham bold';
  display: block;
  font-size: 2rem;
  margin-bottom: 2px; }

.contents-fv-img {
  position: relative;
  z-index: 5;
  margin-bottom: 40px; }

.fv-top-text {
  position: absolute;
  top: -40px;
  left: 0px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold; }

.fv-top-text span {
  font-family: 'gotham bold';
  margin-left: 4px;
  font-size: 1.5rem; }

.fv-middle-text {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px; }

.fv-bottom-text {
  margin-bottom: 40px; }

.breadcrumb {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.5; }

.breadcrumb a {
  font-size: 1.2rem;
  margin-right: 4px; }

.breadcrumb a:hover {
  color: #1286e5;
  text-decoration: underline; }

.breadcrumb i {
  margin-right: 5px;
  color: #0064b5; }

@media screen and (min-width: 900px) {
  .pc_only_block {
    display: block !important; }

  .pc_only {
    display: inline-block !important; }

  .sp_only {
    display: none !important; }

  .inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px; }

  .mb-xs {
    margin-bottom: 20px !important; }

  .mb-sm {
    margin-bottom: 40px !important; }

  .mb-md {
    margin-bottom: 60px !important; }

  .mb-lg {
    margin-bottom: 80px !important; }

  .mb-xl {
    margin-bottom: 100px !important; }

  .py-lg {
    padding-top: 60px;
    padding-bottom: 60px; }

  .link-button {
    font-size: 1.8rem; }

  .link-button:after {
    right: 14px; }

  .label-ttl {
    position: relative;
    z-index: 10;
    margin-left: 0;
    font-size: 3.0rem;
    text-align: center;
    line-height: 1.3;
    padding: 20px 12px 20px 0;
    border-left: 6px solid #cbb312;
    margin-bottom: 40px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    max-width: none; }

  .label-ttl span {
    font-size: 2.0rem;
    color: #cbb312;
    font-family: 'gotham bold'; }

  .label-ttl.label-small {
    width: 240px; }

  .label-ttl.label-middle {
    width: 280px; }

  .label-ttl.label-large {
    width: 400px; }

  .label-ttl.label-shadow {
    -webkit-box-shadow: 1px 2px 12px -3px #cfcfcf;
    box-shadow: 1px 2px 12px -3px #cfcfcf; }

  .label-ttl.num_00 {
    background-image: url(/wp-content/themes/bbo_corporate/img/common/num_00.png);
    background-repeat: no-repeat;
    background-position: 30px 12px; }

  .label-ttl.num_01 {
    background-image: url(/wp-content/themes/bbo_corporate/img/common/num_01.png);
    background-repeat: no-repeat;
    background-position: 30px 12px;
    background-size: 120px auto; }

  .label-ttl.num_02 {
    background-image: url(/wp-content/themes/bbo_corporate/img/common/num_02.png);
    background-repeat: no-repeat;
    background-position: 30px 12px; }

  .label-ttl.num_03 {
    background-image: url(/wp-content/themes/bbo_corporate/img/common/num_03.png);
    background-repeat: no-repeat;
    background-position: 30px 12px; }

  .label-ttl.num_04 {
    background-image: url(/wp-content/themes/bbo_corporate/img/common/num_04.png);
    background-repeat: no-repeat;
    background-position: 30px 12px; }

  .label-ttl.num_05 {
    background-image: url(/wp-content/themes/bbo_corporate/img/common/num_05.png);
    background-repeat: no-repeat;
    background-position: 30px 12px; }

  .label-ttl.num_06 {
    background-image: url(/wp-content/themes/bbo_corporate/img/common/num_06.png);
    background-repeat: no-repeat;
    background-position: 30px 12px; }

  .label-ttl.num_07 {
    background-image: url(/wp-content/themes/bbo_corporate/img/common/num_07.png);
    background-repeat: no-repeat;
    background-position: 30px 12px; }

  .topfv img {
    width: 100%; }

  /* コンテンツぺージのタイトル*/
  .contents-fv {
    padding-top: 210px;
    position: relative; }

  .contents-fv-bg {
    height: 330px; }

  .contents-fv-ttl {
    -webkit-box-shadow: 0 1px 16px -2px #d9d9d9;
    box-shadow: 0 1px 16px -2px #d9d9d9;
    padding: 36px 0 32px;
    margin-bottom: 60px;
    font-size: 4.6rem; }

  .contents-fv-ttl span {
    font-size: 3rem;
    margin-bottom: 8px; }

  .contents-fv-ttl-2 {
    top: 130px;
    font-size: 4.6rem; }

  .contents-fv-ttl-2 span {
    font-size: 3rem;
    margin-bottom: 8px; }

  .contents-fv-img {
    margin-bottom: 60px;
    text-align: center; }

  .fv-top-text {
    position: absolute;
    top: -70px;
    left: 30px;
    font-size: 3.6rem; }

  .fv-top-text span {
    margin-left: 10px;
    font-size: 2.4rem; }

  .fv-middle-text {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 10px; }

  .fv-bottom-text {
    margin-bottom: 60px;
    line-height: 2.4;
    text-align: center; }

  .breadcrumb {
    margin-bottom: 18px;
    font-size: 1.5rem; }

  .breadcrumb a {
    font-size: 1.5rem; } }
.is-fadeIn {
  -webkit-transform: translateY(18px) scale(0.8);
  -ms-transform: translateY(18px) scale(0.8);
  transform: translateY(18px) scale(0.8);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0; }

.is-fadeIn.show {
  -webkit-transform: translateY(0px) scale(1);
  -ms-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
  opacity: 1; }

.normal-font {
  color: #040a42 !important;
  font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif !important; }

/*-------------------------------------------
---------------* header *-------------------
--------------------------------------------*/
.bbo-logo {
  display: inline-block;
  width: 78px;
  margin: 11px 0 0 12px; }

/*
.bbo-logo:hover {
  -webkit-animation: 1.2s moving-logo linear;
  animation: 1.2s moving-logo linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
*/
body.fixed {
  position: fixed;
  top: 0; }

@-webkit-keyframes moving-logo {
  0% {
    -webkit-transform: rotate(2deg) translate(2px, 2px);
    transform: rotate(2deg) translate(2px, 2px); }
  6% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  12% {
    -webkit-transform: rotate(-2deg) translate(-2px, 0px);
    transform: rotate(-2deg) translate(-2px, 0px); }
  18% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  24% {
    -webkit-transform: rotate(2deg) translate(2px, 0px);
    transform: rotate(2deg) translate(2px, 0px); }
  30% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  36% {
    -webkit-transform: rotate(-2deg) translate(-2px, 0px);
    transform: rotate(-2deg) translate(-2px, 0px); }
  42% {
    -webkit-transform: rotate(0deg) translate(0px, 4px);
    transform: rotate(0deg) translate(0px, 4px); }
  52% {
    -webkit-transform: rotate(2deg) translate(0px, 10px);
    transform: rotate(2deg) translate(0px, 10px); }
  60% {
    -webkit-transform: rotate(0deg) translate(0px, -16px) scale(1.04);
    transform: rotate(0deg) translate(0px, -16px) scale(1.04); }
  68% {
    -webkit-transform: rotate(0deg) translate(0px, 2px) scale(1);
    transform: rotate(0deg) translate(0px, 2px) scale(1); }
  74% {
    -webkit-transform: rotate(0deg) translate(0px, -8px) scale(1.02);
    transform: rotate(0deg) translate(0px, -8px) scale(1.02); }
  81% {
    -webkit-transform: rotate(0deg) translate(0px, 0px) scale(1);
    transform: rotate(0deg) translate(0px, 0px) scale(1); }
  85% {
    -webkit-transform: rotate(2deg) translate(1px, 2px);
    transform: rotate(2deg) translate(1px, 2px); }
  88% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  90% {
    -webkit-transform: rotate(-1deg) translate(0px, -1px);
    transform: rotate(-1deg) translate(0px, -1px); }
  92% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  93% {
    -webkit-transform: rotate(1deg) translate(0px, 0px);
    transform: rotate(1deg) translate(0px, 0px); }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); } }
@keyframes moving-logo {
  0% {
    -webkit-transform: rotate(2deg) translate(2px, 2px);
    transform: rotate(2deg) translate(2px, 2px); }
  6% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  12% {
    -webkit-transform: rotate(-2deg) translate(-2px, 0px);
    transform: rotate(-2deg) translate(-2px, 0px); }
  18% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  24% {
    -webkit-transform: rotate(2deg) translate(2px, 0px);
    transform: rotate(2deg) translate(2px, 0px); }
  30% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  36% {
    -webkit-transform: rotate(-2deg) translate(-2px, 0px);
    transform: rotate(-2deg) translate(-2px, 0px); }
  42% {
    -webkit-transform: rotate(0deg) translate(0px, 4px);
    transform: rotate(0deg) translate(0px, 4px); }
  52% {
    -webkit-transform: rotate(2deg) translate(0px, 10px);
    transform: rotate(2deg) translate(0px, 10px); }
  60% {
    -webkit-transform: rotate(0deg) translate(0px, -16px) scale(1.04);
    transform: rotate(0deg) translate(0px, -16px) scale(1.04); }
  68% {
    -webkit-transform: rotate(0deg) translate(0px, 2px) scale(1);
    transform: rotate(0deg) translate(0px, 2px) scale(1); }
  74% {
    -webkit-transform: rotate(0deg) translate(0px, -8px) scale(1.02);
    transform: rotate(0deg) translate(0px, -8px) scale(1.02); }
  81% {
    -webkit-transform: rotate(0deg) translate(0px, 0px) scale(1);
    transform: rotate(0deg) translate(0px, 0px) scale(1); }
  85% {
    -webkit-transform: rotate(2deg) translate(1px, 2px);
    transform: rotate(2deg) translate(1px, 2px); }
  88% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  90% {
    -webkit-transform: rotate(-1deg) translate(0px, -1px);
    transform: rotate(-1deg) translate(0px, -1px); }
  92% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  93% {
    -webkit-transform: rotate(1deg) translate(0px, 0px);
    transform: rotate(1deg) translate(0px, 0px); }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); } }
.main-header {
  position: relative;
  z-index: 3000;
  height: 50px;
  background: #fff; }
  .main-header h1 {
    display: inline; }

#pc-main-menu {
  display: none; }

#sp-main-menu {
  position: fixed;
  top: -110%;
  right: 0;
  z-index: 2000;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  padding: 51px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #fff; }

#sp-main-menu.show {
  top: 0; }

#sp-main-menu.show .top-menu li a {
  -webkit-animation: 1.1s show-font-1 ease-in;
  animation: 1.1s show-font-1 ease-in; }

#sp-main-menu.show .sp-other-menu li a {
  -webkit-animation: 1.6s show-font-2 ease-in;
  animation: 1.6s show-font-2 ease-in; }

#sp-main-menu.show .header-fb a {
  -webkit-animation: 1.4s show-fb-icon ease;
  animation: 1.4s show-fb-icon ease; }

#sp-main-menu .top-menu {
  background: #fff; }

#sp-main-menu .top-menu li {
  background: #f3f3f3; }

#sp-main-menu .top-menu li:nth-child(2n) {
  background: #e8edf4; }

#sp-main-menu .top-menu li a {
  display: block;
  line-height: 56px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative; }

#sp-main-menu .top-menu li a:after {
  content: '';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: 0; }

#sp-main-menu .sp-other-menu li a {
  display: block;
  line-height: 56px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eeeff3; }

#sp-main-menu .sp-other-menu li a:after {
  content: '';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: 0; }

#sp-main-menu .sp-other-menu li a:first-child {
  border-top: 1px solid #eeeff3; }

@-webkit-keyframes show-font-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  35% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  60% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  75% {
    opacity: 1; } }
@keyframes show-font-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  35% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  60% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  75% {
    opacity: 1; } }
@-webkit-keyframes show-fb-icon {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  57% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  78% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  87% {
    opacity: 1; } }
@keyframes show-fb-icon {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  57% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  78% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  87% {
    opacity: 1; } }
@-webkit-keyframes show-font-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  70% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  90% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    opacity: 1; } }
@keyframes show-font-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  70% {
    opacity: 0;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  90% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    opacity: 1; } }
.header-fb {
  text-align: center;
  margin: 16px auto; }

.header-fb a {
  display: inline-block;
  width: 60px; }

.header-fb .fa-facebook {
  color: #0064b5;
  font-size: 3.2rem; }

#menu-btn {
  float: right;
  margin: 14px 12px 0 0; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 25px;
  height: 22px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0064b5;
  border-radius: 1px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 10px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

@media screen and (min-width: 900px) {
  #sp-main-menu, #menu-btn {
    display: none !important; }

  .main-header {
    height: 120px; }

  .main-header .header-inner {
    max-width: 1100px;
    padding: 0 30px;
    margin: 0 auto; }

  .bbo-logo {
    width: 172px;
    margin: 30px 0 0; }

  #pc-main-menu {
    display: block;
    float: right;
    margin-top: 64px; }

  #pc-main-menu .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  #pc-main-menu .top-menu li {
    margin-left: 30px; }

  #pc-main-menu .top-menu li a {
    color: #222222;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative; }

  #pc-main-menu .top-menu li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    height: 2px;
    width: 100%;
    background: #0064b5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }

  #pc-main-menu .top-menu li a:hover:after {
    bottom: -6px;
    opacity: 1; } }
#loader-bg {
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

#loader-bg.hidden {
  z-index: -100;
  opacity: 0; }

#loader-bg2 {
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

#loader-bg2.hidden {
  z-index: -100;
  opacity: 0; }

.loader,
.loader:before,
.loader:after {
  background: #0064b5;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader {
  color: #0064b5;
  text-indent: -9999em;
  margin: 42vh auto 0;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }
/*-------------------------------------------
-----------------* top *---------------------
--------------------------------------------*/
.flex-content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px; }

.flex-content.gray_bg {
  background: #f2f2f2; }

.flex-content.top_philosophy_bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat;
  background-size: cover; }

.flex-content .right-img {
  margin-bottom: 20px; }

.flex-content .left-text {
  margin-bottom: 20px; }

.top_news {
  padding: 40px 0; }

.top_news .news-container {
  margin-bottom: 20px; }

.top_philosophy_item {
  color: #fff;
  border-left: 6px solid #cbb312;
  padding: 10px 0 10px 18px;
  text-align: center;
  margin-bottom: 20px; }

.top_philosophy_item .ttl {
  font-weight: bold;
  font-size: 1.6rem; }

.top_philosophy_item .ttl span {
  font-size: 2.2rem; }

.top_member_bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/top_main_bg_2.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%; }

.more_btn {
  display: inline-block;
  width: 160px;
  line-height: 48px;
  text-align: center;
  background: #cbb312;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'gotham book';
  letter-spacing: 2px;
  position: relative;
  font-family: 'gotham bold';
  border: 1px solid #cbb312;
  cursor: pointer; }

.more_btn:active {
  transform: scale(0.8);
  transition: .2s all ease-in-out; }

.more_btn:after {
  position: absolute;
  right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 24px;
  font-size: 2.4rem; }

.more_btn:link, .more_btn:visited, .more_btn:active {
  color: #fff;
  text-decoration: none; }

.more_btn:hover {
  color: #cbb312;
  background: #fff;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.top_service {
  padding: 40px 0px 40px;
  margin: 0 auto; }

.top_service_items {
  margin: 0 12px 20px;
  max-width: 1600px; }

.top_service_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 6px -2px #cfcfcf;
  box-shadow: 0 1px 6px -2px #cfcfcf;
  margin-bottom: 20px;
  background: #0064b5;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.top_service_item:hover {
  background: #fff; }

.top_service_item:hover .service_link {
  color: #0064b5; }

.top_service_item.none:hover {
  background: #0064b5; }

.top_service_item.none:hover .service_link {
  color: #fff; }

.top_service_item .service-img {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px; }

.top_service_item .service_link {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2; }

.top_service_item .service_link span {
  display: block;
  font-size: 1.2rem;
  margin-top: 4px;
  font-weight: normal; }

.award-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 156px;
  overflow: hidden;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

.award-container.show {
  height: auto; }

.award-container .award {
  margin-bottom: 20px;
  width: 48%; }

#award-button {
  display: block;
  width: 68px;
  margin: 20px auto 0;
  font-family: 'gotham bold';
  color: #0064b5;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent; }

#award-button .award-close {
  display: none; }

#award-button span i {
  font-size: 4rem; }

#award-button span .fa-angle-down {
  display: block; }

#award-button span .fa-angle-up {
  display: none; }

#award-button.show .fa-angle-down {
  display: none; }

#award-button.show .fa-angle-up {
  display: block; }

#award-button.show .award-close {
  display: block; }

#award-button.show .award-more {
  display: none; }

#award-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.award-container {
  height: 118px; }

.img_shadow {
  -webkit-box-shadow: -1px 1px 6px -2px #cbcbcb;
  box-shadow: -1px 1px 6px -2px #cbcbcb; }

@media screen and (min-width: 575px) {
  .award-container {
    height: 146px; }

  .award-container .award {
    width: 31%; } }
@media screen and (min-width: 900px) {
  .img_shadow {
    -webkit-box-shadow: -2px 2px 22px -2px #cbcbcb;
    box-shadow: -2px 2px 22px -2px #cbcbcb; }

  .top_news {
    padding: 145px 0 60px; }

  .top_news .label-ttl {
    position: absolute;
    top: -180px;
    left: 30px;
    z-index: 20; }

  .top_news .news-container {
    margin-bottom: 0px; }

  .flex-content {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px; }

  .flex-content.gray_bg {
    background: #f2f2f2; }

  .flex-content.top_philosophy_bg {
    background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat;
    background-size: cover; }

  .flex-content .content-height {
    height: 360px; }

  .flex-content .right-img {
    position: absolute;
    z-index: 0;
    left: 480px;
    top: 20px;
    width: 924px;
    margin-bottom: 0; }

  .flex-content .left-text {
    margin-left: 30px;
    position: relative;
    z-index: 10;
    width: 380px; }

  .top_member_bg {
    background: url(/wp-content/themes/bbo_corporate/img/common/top_main_bg_2.jpg) no-repeat cover;
    height: 440px; }

  .top_philosophy_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }

  .top_philosophy_item {
    border-left: 6px solid #cbb312;
    padding: 20px 0 20px 28px; }

  .top_philosophy_item > .ttl {
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff; }

  .top_philosophy_item > .ttl span {
    font-size: 3.4rem;
    font-family: 'gotham bold'; }

  .top_philosophy_item p {
    color: #fff; }

  .top_service {
    padding: 60px 0px 60px;
    max-width: 1600px;
    margin: 0 auto; }

  .top_service .top_service_item {
    margin-bottom: 0; }

  .top_service h2 {
    position: absolute;
    z-index: 10;
    top: -100px;
    left: 30px;
    background: #fff; }

  .top_service_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px !important;
    max-width: 1600px; }

  #top-services {
    margin: 0 0 50px !important; }

  .top_service_item {
    display: block;
    position: relative;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    -webkit-box-shadow: 0 1px 10px -2px #cfcfcf;
    box-shadow: 0 1px 10px -2px #cfcfcf;
    background: none; }

  .top_service_item .service-img {
    width: 100%;
    overflow: hidden; }

  .top_service_item:hover .service_link {
    background: #fff; }

  .top_service_item.none:hover .service_link {
    background: rgba(0, 103, 178, 0.8); }

  .service-slick-btn {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    position: absolute;
    top: 42%;
    z-index: 10;
    background: transparent;
    border: 1px solid #0064b5;
    padding: 5px;
    background: #0064b5;
    transition: 0.2s all ease; }
    .service-slick-btn i {
      font-size: 30px;
      color: #fff;
      padding: 4px 8px;
      transition: 0.4s all ease; }
    .service-slick-btn:hover i {
      transform: scale(1.5); }
    .service-slick-btn:active {
      transform: scale(0.76); }

  .prev-service {
    left: 12px; }

  .next-service {
    right: 12px; }

  .top_service_item .service_link {
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 32px 0 28px;
    background: rgba(0, 103, 178, 0.8);
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    min-height: 108px; }
    .top_service_item .service_link.long-string {
      padding: 16px 12px 0; }

  .top_service_item .service_link span {
    font-weight: normal;
    font-size: 1.2rem; }

  .award-container {
    height: 70px; }

  .award-container .award {
    width: auto;
    margin-bottom: 20px; } }
/*-------------------------------------------
----------------* member *-------------------
--------------------------------------------*/
.member-bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/cover;
  background-position: center center; }

.mfp-hide {
  display: none !important; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  position: relative;
  z-index: 9900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3); }

.mfp-container {
  position: relative;
  height: 100%;
  margin: 6px; }

.mfp-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 200; }

.members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.members .member, .members .top_member {
  width: 48%;
  background: #eee;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 6px -2px #c6c6c6;
  box-shadow: 0 1px 6px -2px #c6c6c6; }

.members .member-link {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s; }

.members .member-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12% 2% 8%;
  color: #fff;
  text-align: center;
  background: rgba(0, 103, 178, 0.8); }

.members .member-name h4 {
  margin-bottom: 2%;
  font-size: 1.5rem; }

.members .member-name .job-ttl {
  line-height: 1.4;
  font-size: 1.3rem;
  font-size: 1rem; }

.top_member .member-img {
  overflow: hidden; }

.top_member .member-img:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.member-img {
  overflow: hidden; }

.member-img img {
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s; }

.member-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.modal {
  padding: 50px 5%;
  background: #fff;
  color: #565656;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

.modal-img {
  width: 100%;
  text-align: center;
  margin-bottom: 18px; }

.modal-img img {
  width: 80%;
  max-width: 330px; }

.modal-header {
  margin-bottom: 18px; }

.modal-header .modal-div {
  color: #cbb312;
  font-size: 1.3rem;
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold; }

.modal-header .modal-name {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 6px; }

.modal-header .modal-name img {
  width: 150px;
  margin-top: -6px; }

.modal-header .modal-furi {
  display: block;
  font-size: 1.3rem; }

.modal-content {
  width: 100%;
  font-size: 1.5rem; }

.modal-content .modal-ttl {
  background: #f2f2f2;
  width: 220px;
  color: #0e3587;
  padding: 10px 6px;
  text-align: center;
  font-weight: bold;
  margin: 16px 0 4px; }

.members-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.members-modal-close:active {
  top: 12px; }

.members-modal-close .class-btn {
  position: relative; }

.members-modal-close .class-btn:before, .members-modal-close .class-btn:after {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  background: #000;
  top: 25px; }

.members-modal-close .class-btn:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.members-modal-close .class-btn:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mfp-arrow {
  display: inline-block;
  position: absolute;
  z-index: 300;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-appearance: none;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border: 0;
  width: 50px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.mfp-arrow:active {
  top: 8px; }

.mfp-arrow.mfp-arrow-left {
  left: 0px;
  background: url(http://bbo.co.jp/wp-content/themes/new_twentytwelve/img/member/arrow_l.png) no-repeat center center; }

.mfp-arrow.mfp-arrow-right {
  right: 0px;
  background: url(http://bbo.co.jp/wp-content/themes/new_twentytwelve/img/member/arrow_r.png) no-repeat center center; }

@media screen and (min-width: 900px) {
  .mfp-container {
    width: 880px;
    margin: 0 auto; }

  .mfp-content {
    height: 590px; }

  .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    padding: 60px;
    background: #fff;
    color: #565656;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }

  .members .member, .members .top_member {
    width: 24%;
    -webkit-box-shadow: 0 1px 6px -2px #c6c6c6;
    box-shadow: 0 1px 6px -2px #c6c6c6; }

  .members .member-name .job-ttl {
    font-size: 1.2rem; }

  .modal-img {
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
    width: auto;
    margin-right: 30px;
    margin-bottom: 0px; }

  .modal-img img {
    width: 100%; }

  .modal-header {
    margin-bottom: 0; }

  .modal-header .modal-div {
    font-size: 1.6rem;
    margin-bottom: 20px; }

  .modal-header .modal-name {
    display: inline-block;
    margin-bottom: 0;
    font-size: 3rem; }

  .modal-header .modal-furi {
    display: inline-block;
    margin-left: 14px;
    font-size: 1.6rem; }

  .modal-content {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    font-size: 1.5rem; }

  .modal-content .modal-ttl {
    margin: 20px 0 8px; }

  .members-modal-close {
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px; }

  .members-modal-close:active {
    top: 38px; }

  .members-modal-close .class-btn {
    position: relative; }

  .members-modal-close .class-btn:before, .members-modal-close .class-btn:after {
    width: 60px;
    top: 30px; }

  .mfp-arrow {
    width: 60px; } }
/*-------------------------------------------
----------------* service *-------------------
--------------------------------------------*/
.service-bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/cover; }

.branch_bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/cover; }

.branch-content {
  margin-bottom: 40px;
  color: #fff; }

.branch-content:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.branch-content:last-child {
  margin-bottom: 0px; }

.branch-content .ttl {
  font-size: 1.8rem;
  padding: 4px 0 2px 8px;
  margin-bottom: 20px;
  border-left: 6px solid #cbb312;
  line-height: 1.6; }

.branch-content img {
  margin-bottom: 30px; }

.service-menu .service-menu-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }

.service-menu .service-menu-item:last-child {
  margin-bottom: 0; }

.service-menu .service-menu-item img {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 100%; }

.service-menu .service-menu-item:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.service-menu .service-menu-item p {
  position: absolute;
  background: rgba(0, 103, 178, 0.8);
  bottom: 0;
  right: 0;
  left: 0;
  padding: 8px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  z-index: 10; }

.service-menu .menu-shadow:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0; }

.next-ttl {
  font-family: 'gotham light';
  color: #108aee;
  font-size: 7rem;
  line-height: 1; }

@media screen and (min-width: 570px) {
  .service-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .service-menu .service-menu-item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 0; } }
@media screen and (min-width: 900px) {
  .branch-content {
    margin-bottom: 40px; }

  .branch-content:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

  .branch-content:last-child {
    margin-bottom: 0px; }

  .branch-content .ttl {
    font-size: 2.4rem;
    padding: 6px 0 4px 20px;
    margin-bottom: 34px;
    line-height: 1.6; }

  .branch-content img {
    float: right;
    margin-left: 20px;
    width: 430px;  }

  .branch-content p {
    width: 580px; }

  .app-height {
    height: 440px; }

  .next-ttl {
    font-size: 10rem; } }
/*-------------------------------------------
------------------* news *-------------------
--------------------------------------------*/
.screen-reader-text {
  display: none !important; }

.news-fv {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/auto 100%;
  margin-bottom: 40px; }

.news-fv .news-fv-relative {
  position: relative;
  height: 180px; }

.news-fv .news-fv-ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  height: 78px; }

.news-fv .news-fv-ttl span {
  color: #cbb312;
  font-family: 'gotham bold';
  display: block;
  font-size: 2rem;
  margin-bottom: 2px; }

.news-bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat;
  background-position: center center; }

.news-menu {
  display: inline-block;
  text-align: left;
  max-width: 770px;
  margin: -10px; }

.news-menu > li {
  display: inline-block;
  margin: 10px; }

.news-menu > li a {
  color: #fff;
  padding: 6px 8px;
  background: #0064b5;
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  border: 1px solid #0064b5;
  -webkit-box-shadow: 0 0 2px #6b77a5;
  box-shadow: 0 0 2px #6b77a5; }

.news-menu > li a.dots {
  background: #0064b5;
  color: #fff; }

.news-menu > li a:hover {
  color: #0064b5;
  background: #fff; }

.news-years {
  height: 30px;
  width: 80px;
  overflow: hidden;
  border: 1px solid #0064b5; }

.news-years .news-year {
  overflow: scroll; }

.news-years .news-year li a {
  color: #040a42;
  background: #fff; }

.news_index {
  padding-bottom: 106px; }

.pagenation {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center; }

.pagenation .pagenation_inner {
  display: inline; }

.pagenation .page-numbers {
  display: inline-block;
  text-align: center;
  width: 23px;
  line-height: 30px;
  margin: 0 2px;
  background: #0064b5;
  border: 1px solid #0064b5;
  color: #fff;
  font-size: 1.3rem; }

.pagenation .page-numbers.current {
  background: #fff;
  color: #0064b5; }

.pagenation .page-numbers:hover {
  background: #fff;
  color: #0064b5; }

.news_bottom {
  background: #f2f2f2;
  padding: 60px 0 80px; }

.news_bottom_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #040a42;
  border-bottom: 2px solid #1286e5;
  display: inline-block;
  margin-bottom: 34px; }

.news-container .news {
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #eeeff3; }

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.article_thumbnail {
  display: block;
  width: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  overflow: hidden;
  cursor: pointer; }

.article_thumbnail img {
  width: 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.article_thumbnail:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04); }

.article_bottom {
  padding: 0px 10px;
  width: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%; }

.article_bottom .time {
  display: block;
  color: #cbb312;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px; }

.article_bottom p {
  line-height: 1.4; }

.article_bottom p > a {
  font-size: 1.3rem;
  color: #0064b5; }

.article_bottom p > a:hover {
  color: #1286e5;
  text-decoration: underline; }

.article_categries ul {
  font-size: 0; }

.article_categries li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 6px; }

.article_categries a {
  color: #fff;
  padding: 4px 8px;
  background: #0064b5;
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  border: 1px solid #0064b5; }

.article_categries a:hover {
  color: #1286e5;
  background: #fff; }

.news_facebook {
  margin-bottom: 40px; }

#facebook-window {
  padding-top: 6px; }

.latest-article li {
  padding: 0 0 8px 22px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  position: relative; }

.latest-article li:before {
  content: '\02022';
  display: block;
  position: absolute;
  top: -2px;
  left: 4px;
  font-size: 30px;
  font-size: 3rem;
  color: #0064b5; }

.latest-article a {
  font-size: 1.5rem;
  line-height: 1.6; }

.latest-article a:hover {
  text-decoration: underline;
  color: #1286e5; }

@media screen and (min-width: 560px) {
  .news-fv {
    background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/cover;
    margin-bottom: 60px; }

  .news-fv .news-fv-ttl {
    font-size: 4.6rem;
    height: 115px; }

  .news-fv .news-fv-ttl span {
    font-size: 3rem;
    margin-bottom: 8px; }

  .article_thumbnail {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    cursor: pointer; }

  .article_thumbnail img {
    width: 100%; }

  .article_bottom {
    padding: 0 20px;
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  .article_bottom .article_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; }

  .article_bottom .time {
    color: #cbb312;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 2px;
    margin-bottom: 10px; }

  .article_bottom p > a {
    font-size: 1.5rem; }

  .article_bottom p > a:hover {
    color: #1286e5;
    text-decoration: underline; }

  .article_categries ul {
    margin-bottom: 0px; }

  .article_categries li {
    margin-bottom: 10px; }

  .article_categries a {
    color: #fff;
    padding: 4px 8px;
    background: #0064b5;
    font-size: 1.2rem;
    display: block;
    font-weight: bold;
    border: 1px solid #0064b5; }

  .article_categries a:hover {
    color: #1286e5;
    background: #fff; }

  .news-menu > li a {
    padding: 8px 12px;
    font-size: 1.5rem; } }
@media screen and (min-width: 900px) {
  .news_bottom_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .news_bottom_inner > div {
    -ms-flex-preferred-size: 460px;
    flex-basis: 460px; }

  .news_index {
    padding-bottom: 130px; }

  .pagenation {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center; }

  .pagenation .pagenation_inner {
    display: inline; }

  .pagenation .page-numbers {
    display: inline-block;
    text-align: center;
    width: 34px;
    line-height: 34px;
    margin: 0 5px;
    font-size: 1.5rem; }

  .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-left: -20px;
    margin-right: -20px; }

  .news-container .news {
    -ms-flex-preferred-size: 33.3333333%;
    flex-basis: 33.3333333%;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: none; }

  .column {
    display: block;
    border: 1px solid #eeeff3;
    -webkit-box-shadow: 0 1px 5px #eeeeee;
    box-shadow: 0 1px 5px #eeeeee; }

  .article_thumbnail {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    cursor: pointer; }

  .article_thumbnail img {
    width: 100%; }

  .article_bottom {
    padding: 20px;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .article_bottom .article_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }

  .article_bottom .time {
    color: #cbb312;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 4px; }

  .article_bottom p > a {
    font-size: 1.5rem; }

  .article_bottom p > a:hover {
    color: #1286e5;
    text-decoration: underline; }

  .article_categries ul {
    margin-bottom: 0px; }

  .article_categries a {
    color: #fff;
    padding: 4px 8px;
    background: #0064b5;
    font-size: 1.2rem;
    display: block;
    font-weight: bold;
    border: 1px solid #0064b5; }

  .article_categries a:hover {
    color: #1286e5;
    background: #fff; }

  .news_facebook {
    margin-bottom: 0px; }

  .news_bottom {
    padding: 80px 0 100px; }

  .latest-article li:before {
    top: -0px; }

  .latest-article a {
    font-size: 1.6rem;
    line-height: 1.6; } }
/*-------------------------------------------
------------------* policy *-------------------
--------------------------------------------*/
.privacy-bg {
  background: url(/wp-content/themes/bbo_corporate/img/policy/bg_entrance2.jpg) no-repeat center center/cover; }

.privacy_ttl {
  font-size: 2rem;
  padding: 7px 0 6px 8px;
  margin-bottom: 20px;
  border-left: 6px solid #cbb312;
  line-height: 1.6; }

.privacy_text {
  margin-bottom: 40px; }

@media screen and (min-width: 900px) {
  .privacy_ttl {
    font-size: 2.4rem;
    padding: 9px 0 8px 20px;
    margin-bottom: 34px;
    line-height: 1.6; }

  .privacy_text {
    margin-bottom: 60px; } }
/*-------------------------------------------
------------------* sitemap *-------------------
--------------------------------------------*/
.sitemap-bg {
  background: url(/wp-content/themes/bbo_corporate/img/sitemap/bg_entrance2.jpg) no-repeat;
  background-position: center center; }

.sitemap-list > li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.sitemap-list > li:last-child {
  margin-bottom: 0;
  border-bottom: none; }

.sitemap-ttl {
  display: block;
  font-size: 2rem;
  color: #0064b5;
  border-left: 6px solid #cbb312;
  padding: 10px 0 8px 8px;
  font-weight: bold; }

.sitemap-ttl:hover {
  color: #1286e5; }

.sitemap-list-detail {
  margin-left: 20px;
  padding-top: 30px; }

.sitemap-list-detail li {
  position: relative; }

.sitemap-list-detail li > a {
  display: block;
  color: #0064b5;
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 10px;
  margin-left: 35px; }

.sitemap-list-detail li > a:hover {
  color: #1286e5;
  text-decoration: underline; }

.sitemap-list-detail li > a:last-child {
  margin-bottom: 0; }

.sitemap-list-detail li:before, .sitemap-list-detail li:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 20;
  background: #040a42;
  left: 0; }

.sitemap-list-detail li:before {
  width: 1px;
  height: 30px;
  top: -15px; }

.sitemap-list-detail li:after {
  width: 25px;
  height: 1px;
  top: 15px; }

@media screen and (min-width: 900px) {
  .sitemap-list > li {
    margin-bottom: 40px;
    padding-bottom: 40px; }

  .sitemap-ttl {
    font-size: 2rem;
    padding: 12px 0 10px 16px; }

  .sitemap-list-detail {
    margin-left: 30px;
    padding-top: 35px; }

  .sitemap-list-detail li > a {
    margin-left: 45px; }

  .sitemap-list-detail li:before {
    height: 40px;
    top: -24px; }

  .sitemap-list-detail li:after {
    width: 36px;
    top: 15px; } }
/*-------------------------------------------
------------------* message *-------------------
--------------------------------------------*/
.message-bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/cover; }

.message-ttl {
  font-weight: 500;
  position: relative;
  z-index: 10;
  font-size: 2rem;
  padding: 7px 0 6px 8px;
  margin-bottom: 20px;
  border-left: 6px solid #cbb312;
  line-height: 1.6;
  font-weight: 500;
  font-size: 2.5rem; }

.message-sign {
  text-align: right; }

.message-sign span {
  font-size: 1.3rem;
  margin-right: 12px;
  vertical-align: middle; }

.message-sign img {
  width: 120px;
  vertical-align: middle; }

.message-img-1, .message-img-2 {
  margin-bottom: 20px; }

.message-text-1 {
  z-index: 10;
  position: relative; }

.message-text-2 {
  z-index: 10;
  position: relative; }

@media screen and (min-width: 900px) {
  .message-ttl {
    padding: 9px 0 8px 20px;
    margin-bottom: 34px;
    line-height: 1.6;
    font-size: 3.2rem; }

  .message-sign {
    margin-left: 500px;
    margin-bottom: 20px; }

  .message-sign span {
    font-size: 1.5rem;
    margin-right: 12px; }

  .message-sign img {
    width: 140px; }

  .message-text-1 {
    margin-left: 30px;
    width: 530px; }

  .message-text-2 {
    margin-bottom: 0;
    margin-left: 500px;
    width: 530px; }

  .message-img-1 {
    position: absolute;
    top: 0;
    left: 630px;
    z-index: -0;
    width: 760px;
    margin-bottom: 60px; }

  .message-img-2 {
    position: absolute;
    top: 0;
    left: -240px;
    z-index: -0;
    width: 760px;
    margin-bottom: 120px; } }
/*-------------------------------------------
------------------* about *-------------------
--------------------------------------------*/
.about_bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/cover; }

.about-container dl {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0; }

.about-container dl:last-child {
  border-bottom: 0; }

.about-container dl dt {
  display: block;
  font-size: 1.8rem;
  border-left: 6px solid #cbb312;
  padding: 4px 0 4px 12px;
  width: 300px;
  height: 26px;
  font-weight: bold;
  vertical-align: top;
  margin-bottom: 16px; }

.about-container dl dt.location-ttl {
  margin-bottom: 30px; }

.about-container dl dd {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8; }

.about-container dl dd > span {
  font-weight: bold;
  display: block; }

.location {
  margin-bottom: 40px; }

.location .map {
  position: relative;
  width: 100%;
  margin-right: 20px; }

.location .map:after {
  content: '';
  display: block;
  padding-top: 75%; }

.location .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.location .location-text {
  width: 100%; }

.location .location-text .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px; }

.location .location-text p {
  margin-bottom: 20px; }

.location .location-text p a {
  color: #0064b5;
  text-decoration: underline; }

.history {
  margin-bottom: 10px; }

.history .history-year span {
  font-weight: bold; }

@media screen and (min-width: 900px) {
  .about-container dl {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0; }

  .about-container dl:last-child {
    border-bottom: 0; }

  .about-container dl dt {
    display: inline-block;
    font-size: 2.2rem;
    border-left: 6px solid #cbb312;
    padding: 6px 0 5px 12px;
    width: 300px;
    height: 28px;
    font-weight: bold;
    vertical-align: top; }

  .about-container dl dt.location-ttl {
    display: block;
    margin-bottom: 30px; }

  .about-container dl dd {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.8; }

  .about-container dl dd > span {
    font-weight: bold;
    display: inline; }

  .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px; }

  .location .map {
    position: relative;
    width: 430px;
    margin-right: 30px; }

  .location .map:after {
    content: '';
    display: block;
    padding-top: 75%; }

  .location .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

  .location .location-text {
    width: 570px; }

  .location .location-text .ttl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px; }

  .location .location-text p {
    margin-bottom: 30px; }

  .location .location-text p a {
    color: #0064b5;
    text-decoration: underline; }

  .history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px; }

  .history .history-year {
    margin-right: 16px; } }
/*-------------------------------------------
------------------* recruit *-------------------
--------------------------------------------*/
.recruit-bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/cover; }

.recruit-title {
  font-size: 7vw;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center; }

.recruit-text {
  text-align: left;
  margin-bottom: 30px; }

@media screen and (min-width: 900px) {
  .recruit-bg {
    background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/auto 100%; }

  .recruit-title {
    margin-bottom: 60px;
    font-size: 6.5rem; }

  .recruit-text {
    text-align: center;
    margin-bottom: 40px;
    line-height: 2.4; } }
/*-------------------------------------------
------------------* service *-------------------
--------------------------------------------*/
.service-bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/cover; }

.branch_bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance.jpg) no-repeat center center/cover; }

.branch-content {
  margin-bottom: 40px;
  color: #fff; }

.branch-content:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.branch-content:last-child {
  margin-bottom: 0px; }

.branch-content .ttl {
  font-size: 1.8rem;
  padding: 4px 0 2px 8px;
  margin-bottom: 20px;
  border-left: 6px solid #cbb312;
  line-height: 1.6; }

.branch-content img {
  margin-bottom: 30px; }

.service-menu .service-menu-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }

.service-menu .service-menu-item:last-child {
  margin-bottom: 0; }

.service-menu .service-menu-item img {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 100%; }

.service-menu .service-menu-item:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.service-menu .service-menu-item p {
  position: absolute;
  background: rgba(0, 103, 178, 0.8);
  bottom: 0;
  right: 0;
  left: 0;
  padding: 8px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  z-index: 10; }

.service-menu .menu-shadow:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0; }

.next-ttl {
  font-family: 'gotham light';
  color: #108aee;
  font-size: 7rem;
  line-height: 1; }

@media screen and (min-width: 570px) {
  .service-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .service-menu .service-menu-item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 0; } }
@media screen and (min-width: 900px) {
  .branch-content {
    margin-bottom: 40px; }

  .branch-content:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

  .branch-content:last-child {
    margin-bottom: 0px; }

  .branch-content .ttl {
    font-size: 2.4rem;
    padding: 6px 0 4px 20px;
    margin-bottom: 34px;
    line-height: 1.6; }

  .branch-content img {
    float: right;
    margin-left: 20px;
    width: 430px;  }

  .branch-content p {
    width: 580px; }

  .app-height {
    height: 440px; }

  .next-ttl {
    font-size: 10rem; } }
/*-------------------------------------------
------------* service_consalting *------------
--------------------------------------------*/
.consulting-bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance_2.jpg) no-repeat center center/cover; }

.dtoc-bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance_2.jpg) no-repeat center center/cover; }

.media-bg {
  background: url(/wp-content/themes/bbo_corporate/img/common/bg_entrance_2.jpg) no-repeat center center/cover; }

.service-content {
  margin-bottom: 20px; }

.service-content h2 {
  color: #040a42;
  font-size: 2.6rem;
  margin-bottom: 20px;
  border-left: 6px solid #cbb312;
  padding: 4px 0 4px 8px;
  line-height: 1.2; }

.service-content img {
  margin-bottom: 20px; }

.service-content p span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem; }

.consalting-ttl {
  font-size: 2rem;
  padding: 7px 0 6px 8px;
  margin-bottom: 20px;
  border-left: 6px solid #cbb312;
  line-height: 1.6; }

.pc-consalting-img {
  display: none; }

@media screen and (min-width: 900px) {
  .service-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }

  .service-content h2 {
    position: absolute;
    top: 30px;
    left: 570px;
    font-size: 4rem;
    margin-bottom: 0;
    border-left: none;
    padding: 0;
    z-index: 20; }

  .service-content h2:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #cbb312;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    z-index: 20; }

  .service-content img {
    margin-bottom: 0;
    -ms-flex-preferred-size: 510px;
    flex-basis: 510px; }

  .service-content p {
    margin-top: 94px;
    padding-left: 30px;
    -ms-flex-preferred-size: 540px;
    flex-basis: 540px; }

  .service-content p span {
    margin-bottom: 14px;
    font-size: 1.6rem; }

  .consalting-ttl {
    font-size: 2.4rem;
    padding: 9px 0 8px 20px;
    margin-bottom: 34px;
    line-height: 1.6; } }
/*-------------------------------------------
---------------* philosopy *-----------------
--------------------------------------------*/
.philosophy-intro {
  text-align: center; }

.philosophy-block {
  padding: 84px 0 0; }
  .philosophy-block h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .philosophy-block .content {
    background: #0064b5;
    padding: 30px 16px 28px;
    text-align: center; }
    .philosophy-block .content p {
      color: #fff; }
    .philosophy-block .content .ttl {
      font-size: 2rem;
      font-weight: bold; }
    .philosophy-block .content .value-list {
      margin-top: 16px; }
      .philosophy-block .content .value-list p:first-child {
        font-size: 1.7rem;
        border-left: 6px solid #C4A449;
        padding-left: 10px;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 6px; }

.mission-bg {
  padding: 40px 0;
  background: url(/wp-content/themes/bbo_corporate/img/philosopy/ph_mission_bg.jpg) no-repeat center center/cover; }

.vision-bg {
  padding: 40px 0;
  background: #f9f9f9; }

.value-bg {
  padding: 40px 0;
  background: url(/wp-content/themes/bbo_corporate/img/philosopy/ph_cnt_bg.jpg) no-repeat center center/cover; }

@media screen and (min-width: 900px) {
  .philosophy-intro {
    line-height: 2.1; }

  .philosophy-block {
    padding: 80px 0 0;
    max-width: 840px;
    margin: 0 auto; }
    .philosophy-block .content {
      padding: 78px 50px 72px 80px;
      width: 680px;
      margin: 0 auto; }
      .philosophy-block .content .ttl {
        font-size: 3.6rem; }
      .philosophy-block .content .value-list {
        margin-top: 28px; }
        .philosophy-block .content .value-list p:first-child {
          font-size: 1.9rem;
          padding-left: 12px;
          margin-bottom: 12px; }

  .mission-bg {
    padding: 78px 0; }

  .vision-bg {
    padding: 78px 0; }

  .value-bg {
    padding: 78px 0;
    margin-bottom: 100px; } }
/*-------------------------------------------
---------------* contact *-----------------
--------------------------------------------*/
.contact-bg {
  background: url(/wp-content/themes/bbo_corporate/img/contact/bg_happybase.jpg) no-repeat;
  background-position: center center; }

.check-astarisk {
  color: #cbb312; }

.form-item {
  margin-bottom: 20px; }

.form-item label {
  margin-bottom: 10px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold; }

.form-item input, .form-item textarea {
  border: none;
  background: #f6f6f6;
  padding: 10px;
  font-size: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-agree {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px; }

.agree-text {
  font-size: 1.3rem;
  color: #cbb312;
  text-decoration: underline; }

.contact-submit {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 50px;
  background: #cbb312;
  position: relative;
  line-height: 1; }

.contact-submit input[type="submit"] {
  -webkit-appearance: none;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background: #cbb312;
  border: none;
  width: 150px;
  height: 50px;
  line-height: 50px; }

.contact-submit .ajax-loader {
  display: none !important; }

.contact-submit:after {
  content: '';
  position: absolute;
  top: 14px;
  z-index: 20;
  right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff; }

span.wpcf7-not-valid-tip {
  font-size: 1.5rem;
  margin-top: 8px; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  padding: 10px; }

@media screen and (min-width: 900px) {
  .form-item {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .form-item label {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 1.8rem;
    width: 30%; }

  .form-item .wpcf7-form-control-wrap {
    width: 70%; }

  .form-item input, .form-item textarea {
    padding: 12px 20px;
    font-size: 1.6rem; }

  .span.wpcf7-not-valid-tip {
    font-size: 1.6rem;
    margin-top: 10px; } }
/*-------------------------------------------
---------------* single *-----------------
--------------------------------------------*/
#news_single {
  width: 100%;
  margin: auto;
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
  font-weight: 500; }

#news_single h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #040a42;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #C4A449;
  padding: 12px 0 11px 10px;
  line-height: 1.4;
  border-left: 6px solid #C4A449;
  line-height: 1.6; }

#news_single .single_thumbnail {
  width: 100%;
  margin-bottom: 20px; }

#news_single h2, #news_single .post_ttl_2a, #news_single .post_ttl_2b, #news_single .post_ttl_3a, #news_single .post_ttl_3b {
  font-size: 1.8rem;
  padding: 14px 0 13px;
  font-weight: bold;
  margin: 40px 0 20px;
  border-top: 2px solid #C4A449;
  border-bottom: 2px solid #C4A449;
  line-height: 1.6; }

#news_single h3 {
  padding: 3px 0 2px 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  border-left: 6px solid #C4A449;
  margin: 40px 0 20px;
  font-weight: bold; }

#news_single img, #news_single p {
  margin-bottom: 20px; }

@media screen and (min-width: 750px) {
  #news_single {
    width: 750px;
    margin: auto;
    font-size: 1.6rem; }

  #news_single h1 {
    font-size: 2.8rem;
    padding: 18px 0 17px 16px;
    border-left: 8px solid #C4A449;
    border-bottom: 3px solid #C4A449; }

  #news_single .single_thumbnail {
    width: 100%;
    margin-bottom: 40px; }

  #news_single .single_thumbnail img {
    width: 100%;
    height: auto; }

  #news_single h2, #news_single .post_ttl_2a, #news_single .post_ttl_2b, #news_single .post_ttl_3a, #news_single .post_ttl_3b {
    font-size: 2.2rem;
    margin: 60px 0 40px;
    padding: 24px 0 22px; }

  #news_single h3 {
    border-left: 8px solid #C4A449;
    font-size: 1.6rem;
    margin: 60px 0 40px;
    padding: 4px 0 3px 16px; }

  #news_single img, #news_single p {
    margin-bottom: 40px; } }
/*-------------------------------------------
----------------* footer *-------------------
--------------------------------------------*/
.global_footer {
  background: #0064b5;
  color: #fff;
  padding: 60px 0 40px; }

.footer_fb {
  text-align: center;
  margin-bottom: 40px; }

.footer_fb i {
  color: #fff;
  width: 30px; }

.footer_menu li {
  display: block; }

.footer_menu li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px; }

.footer_menu li a:before {
  display: block;
  position: absolute;
  right: 0px;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 20px;
  font-size: 2rem; }

.footer_menu li a:last-child {
  margin-bottom: 40px; }

.copyright {
  line-height: 1;
  color: #fff;
  text-align: center; }

.copyright span {
  display: none; }

#backtop {
  display: none;
  position: fixed;
  background: #108aee;
  right: 0;
  bottom: 12px;
  right: 12px;
  padding-top: 4px;
  width: 28px;
  line-height: 22px;
  cursor: pointer;
  z-index: 300;
  text-align: center; }
  #backtop i {
    font-size: 16px;
    color: #fff; }
  #backtop.is-active {
    display: block; }

#backtop:hover {
  transition: 0.2s all ease;
  -webkit-transform: scale(1.14);
  -ms-transform: scale(1.14);
  transform: scale(1.14); }

#backtop:active {
  transition: 0.2s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

@-webkit-keyframes backtop-anime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  28% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94); }
  56% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  82% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes backtop-anime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  28% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94); }
  56% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  82% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@media screen and (min-width: 900px) {
  .global_footer {
    padding: 100px 0 60px; }

  .footer_fb {
    text-align: center;
    margin-bottom: 40px; }

  .footer_fb i {
    color: #fff;
    width: 30px; }

  .global_footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .footer_menu li {
    display: inline-block;
    margin-right: 20px; }

  .footer_menu li a {
    display: block;
    font-size: 1.5rem;
    position: relative;
    color: #fff;
    margin-bottom: 0; }

  .footer_menu li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

  .footer_menu li a:last-child {
    margin-bottom: 0; }

  .footer_menu li a:hover:before {
    top: 20px;
    opacity: 1; }

  .copyright {
    line-height: 1;
    color: #fff; }

  .copyright span {
    display: inline; }

  #backtop {
    right: 50px;
    bottom: 100px;
    padding-top: 4px;
    width: 48px;
    line-height: 25px; }
    #backtop i {
      font-size: 40px; } }
.slick-dots {
  bottom: -35px !important; }

.slick-dots li button:before {
  color: rgba(0, 100, 181, 0.8) !important; }

.slick-dots li.slick-active button:before {
  color: #0064b5 !important; }

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