@charset "UTF-8";
.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.visual {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  font-feature-settings: "palt";
  background-color: #06538c;
}
.visual .heading {
  z-index: 1;
  position: relative;
  height: 100%;
  padding-top: 72px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 70%);
}
.visual h1 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 30px black, 0 0 10px rgba(0, 0, 0, 0.2);
}
.visual h1 em {
  display: block;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.visual h1 span {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.visual h1 span::before, .visual h1 span::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.7);
}
.visual h1 span::before {
  margin-right: 10px;
}
.visual h1 span::after {
  margin-left: 10px;
}
.visual h2 {
  margin-top: 18px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 30px black, 0 0 10px rgba(0, 0, 0, 0.2);
}
.visual h2 a {
  text-decoration: none;
  color: #fff;
}
.visual h2 a em {
  font-family: "Barlow Semi Condensed";
  font-size: 120%;
  font-weight: 400;
  color: #fff;
}
.visual .bx-wrapper {
  z-index: 2;
  position: absolute;
  top: 300px;
}
.visual .bx-wrapper .bx-viewport {
  width: 1920px !important;
  left: calc(50% - 960px);
  overflow: visible !important;
}
.visual .bx-pager {
  width: 100%;
  bottom: -50px;
}
.visual .visual-screenshot li img {
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
}
.visual .overview {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  padding: 30px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}
.visual .overview h3 {
  float: left;
  width: 236px;
  margin-top: 22px;
}
.visual .overview p {
  float: left;
  width: 600px;
  margin-left: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  color: #06538c;
}

body.bs .visual {
  height: 600px;
}
body.bs .visual .bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 600px;
  background: #06538c url(/images/bg.png) no-repeat center;
  background-size: cover;
}
body.bs .visual .bg:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
body.bs .visual .heading {
  height: 600px;
  background-image: none;
}
body.bs .visual h1 {
  margin-bottom: 20px;
  font-family: "Barlow Semi Condensed";
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-shadow: none;
}
body.bs .visual h1 sup {
  top: -0.25em;
  margin-left: 5px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
body.bs .visual h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: none;
}
body.bs .visual .bx-wrapper {
  top: 281px;
}

.bs-page-nav {
  z-index: 1;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.bs-page-nav a {
  display: block;
  padding: 0 1.5em;
  font-size: 14px;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
  color: #06538c;
  transition: all 0.1s linear;
}
.bs-page-nav a:hover {
  color: #fff;
  background-color: #06538c;
}

.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.bs-overview {
  padding-bottom: 80px;
}
.bs-overview ._lead {
  padding: 80px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #059;
}
.bs-overview ._note {
  font-size: 14px;
  text-align: center;
}
.bs-overview ._logo {
  display: flex;
  justify-content: space-around;
  padding: 50px 50px 50px;
}
.bs-overview ._logo li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
}
.bs-overview ._logo li ._img {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 20px;
  padding: 0 35px;
}
.bs-overview ._logo li ._name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #000;
}
.bs-overview ._logo li:nth-child(1) img {
  width: 90px;
}
.bs-overview ._logo li:nth-child(2) img {
  width: 65px;
}
.bs-overview ._logo li:nth-child(3) img {
  width: 80px;
}
.bs-overview ._logo li:nth-child(4) img {
  width: 110px;
}
.bs-overview ._logo li:nth-child(5) img {
  width: 120px;
}
.bs-overview ._logo li:nth-child(6) img {
  width: 110px;
}

.bs-concept {
  background: url(/images/bg/4.jpg) no-repeat center;
  background-size: cover;
}
.bs-concept .inner {
  padding: 80px 0 120px;
  background-color: rgba(0, 51, 102, 0.7);
}
.bs-concept .section-title-temp {
  color: #fff;
}
.bs-concept .section-title-temp:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.bs-concept h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bs-concept p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.bs-concept .bs-chart {
  margin-top: 50px;
  text-align: center;
}

.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.barlow {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 130%;
}

h2.section-title-temp {
  position: relative;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #059;
}
h2.section-title-temp small {
  display: block;
  font-size: 44px;
  font-feature-settings: "palt";
}
h2.section-title-temp::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background-color: rgba(0, 85, 153, 0.5);
}

p.section-lead-temp {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.bs-first {
  padding: 60px 0;
  text-align: center;
}

.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.bs-sample {
  padding: 60px 0;
  text-align: center;
  background-color: #F2F6F9;
}

.scene {
  padding: 80px 0;
  background-color: rgba(6, 83, 140, 0.1);
  font-feature-settings: "palt";
  color: #000;
}
.scene ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.scene ul li {
  width: 400px;
  text-align: center;
}
.scene ul li:nth-of-type(1), .scene ul li:nth-of-type(2) {
  margin-bottom: 50px;
}
.scene ul .img {
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 100%;
}
.scene ul h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #06538c;
}
.scene ul p {
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
}

.bs-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 30px auto 80px;
  padding: 0 50px;
}
.bs-nav li {
  width: 100%;
  padding: 0 5px;
}
.bs-nav a,
.bs-nav a:visited {
  display: block;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bs-nav a:hover {
  opacity: 0.7;
}
.bs-nav .icon {
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1;
  color: #06538c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bs-nav .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  margin-bottom: 8px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #06538c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bs-nav .name ._en {
  display: block;
}
.bs-nav .name ._ja {
  display: block;
  font-size: 16px;
}
.bs-nav .title {
  display: block;
  margin: 15px 20px 0;
  padding-top: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #06538c;
  border-top: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bs-nav li:nth-child(1) a {
  border-color: rgba(0, 136, 238, 0.5);
}
.bs-nav li:nth-child(2) a {
  border-color: rgba(102, 51, 153, 0.5);
}
.bs-nav li:nth-child(3) a {
  border-color: rgba(170, 17, 17, 0.5);
}
.bs-nav li:nth-child(4) a {
  border-color: rgba(51, 170, 68, 0.5);
}
.bs-nav li:nth-child(1) a .icon,
.bs-nav li:nth-child(1) a .title,
.bs-nav li:nth-child(1) a .name {
  color: #08e;
  border-color: #08e;
}
.bs-nav li:nth-child(2) a .icon,
.bs-nav li:nth-child(2) a .title,
.bs-nav li:nth-child(2) a .name {
  color: #639;
  border-color: #639;
}
.bs-nav li:nth-child(3) a .icon,
.bs-nav li:nth-child(3) a .title,
.bs-nav li:nth-child(3) a .name {
  color: #a11;
  border-color: #a11;
}
.bs-nav li:nth-child(4) a .icon,
.bs-nav li:nth-child(4) a .title,
.bs-nav li:nth-child(4) a .name {
  color: #3a4;
  border-color: #3a4;
}

.bs-components {
  padding: 80px 0 0;
}
.bs-components .component {
  position: relative;
  min-height: 500px;
  padding: 100px 50px;
  overflow: hidden;
}
.bs-components .component#news, .bs-components .component#overseas {
  background-color: rgba(206, 212, 217, 0.3);
}
.bs-components .component .overview {
  display: flex;
  max-width: 1500px;
  margin: 0 auto 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #000;
}
.bs-components .component .text {
  width: 60%;
  margin-left: 0;
  padding-right: 50px;
}
.bs-components .component .text .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: 56px;
  font-weight: normal;
  line-height: 56px;
  color: #fff;
  border-radius: 100%;
}
.bs-components .component .bs-feature-img {
  width: 40%;
  height: 350px;
  overflow: hidden;
}
.bs-components .component#insight .overview, .bs-components .component#sns .overview {
  flex-direction: row-reverse;
}
.bs-components .component#insight .text, .bs-components .component#sns .text {
  padding-right: 0;
  padding-left: 50px;
}
.bs-components .component#news .text .icon {
  background-color: #08e;
}
.bs-components .component#sns .text .icon {
  background-color: #3a4;
}
.bs-components .component#insight .text .icon {
  background-color: #639;
}
.bs-components .component#overseas .text .icon {
  background-color: #a11;
}
.bs-components .component#dashboard .text .icon {
  background-color: #3bc;
}
.bs-components .component h2 {
  margin-bottom: 20px;
}
.bs-components .component h2 .name {
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.3;
  color: #af9b53;
}
.bs-components .component h2 .name ._en {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.bs-components .component h2 .name ._ja {
  display: block;
  font-size: 32px;
}
.bs-components .component h2 .tagline {
  display: block;
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #000;
}
.bs-components .component#news .name {
  color: #08e;
}
.bs-components .component#sns .name {
  color: #3a4;
}
.bs-components .component#insight .name {
  color: #639;
}
.bs-components .component#overseas .name {
  color: #a11;
}
.bs-components .component#dashboard .name {
  color: #3bc;
}
.bs-components .component h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}

.bs-components .component-features {
  max-width: 1500px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-components .component-features li {
  position: relative;
  width: 30%;
  margin-bottom: 80px;
  text-align: left;
}
.bs-components .component-features li:last-of-type {
  padding-right: 0;
}
.bs-components .component-features .icon {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1;
  color: #06538c;
}
.bs-components .component-features h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #06538c;
  color: #000;
}
@media screen and (min-width: 1400px) {
  .bs-components .component-features h3 {
    font-size: 20px;
  }
}
.bs-components .component-features p {
  line-height: 2;
  text-align: left;
  color: #000;
}
.bs-components .component-features .img {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.bs-components .component-features .img img {
  width: 100%;
}
#news .bs-components .component-features .icon {
  color: #08e;
}
#sns .bs-components .component-features .icon {
  color: #3a4;
}
#insight .bs-components .component-features .icon {
  color: #639;
}
#overseas .bs-components .component-features .icon {
  color: #a11;
}
#dashboard .bs-components .component-features .icon {
  color: #3bc;
}

.bs-faq {
  padding: 80px 50px;
}
.bs-faq .faq-section {
  margin: 50px 0;
}
.bs-faq h3 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.bs-faq dl {
  margin-bottom: 1em;
}
.bs-faq dl dt,
.bs-faq dl dd {
  display: flex;
  align-items: center;
  line-height: 2;
  padding: 20px 20px 20px 0;
  border: 1px solid rgba(6, 83, 140, 0.5);
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 5px 5px 0 0;
}
.bs-faq dl dt ._mark,
.bs-faq dl dd ._mark {
  width: 80px;
  font-family: "Barlow";
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  /* 本文と同じ line-height になる数値 */
  text-align: center;
  color: #06538c;
}
.bs-faq dl dt {
  margin-top: 15px;
  font-weight: bold;
  color: #06538c;
  cursor: pointer;
}
.bs-faq dl dt:hover {
  background-color: #f0f6f9;
}
.bs-faq dl dt::after {
  content: "";
  font-family: "Fontawesome";
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
.bs-faq dl dt._open::after {
  content: "";
}
.bs-faq dl dt ._text {
  flex-grow: 1;
}
.bs-faq dl dd {
  display: none;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  border-color: rgba(175, 155, 83, 0.5);
  background-color: rgba(175, 155, 83, 0.05);
}
.bs-faq dl dd ._mark {
  color: #af9b53;
}
.bs-faq dl dd ._text {
  padding: 20px 30px 0;
}

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