.page-content.en {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-content.en {
    margin-top: 25px;
  }
}

.line-up_intro {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .line-up_intro {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .line-up_intro {
    min-height: 540px;
  }
}
.line-up_intro:before {
  content: "";
  display: block;
  width: 50%;
  background: url(/wp-content/themes/SBI/assets/images/business/img1.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .line-up_intro:before {
    width: calc(100% + 8vw);
    padding-top: 75%;
    margin-left: -4vw;
  }
}
.line-up_intro .intro-r {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .line-up_intro .intro-r {
    width: 100%;
    padding: 8px 0 0;
    border: none;
  }
}
.line-up_table th, .line-up_table td {
  width: 19.7916666667vw;
  padding: 1.5625vw;
  line-height: 1.25;
  text-align: center;
  font-size: 2.4rem;
}
.line-up_table th:first-child, .line-up_table td:first-child {
  width: calc(100% - 59.375vw);
}
.line-up_table th .small, .line-up_table td .small {
  line-height: 1.25;
  font-size: 2rem;
}
.line-up_table th {
  font-weight: normal;
}
.line-up_table th .text-left_outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-up_table th .text-left_inner {
  text-align: left;
}
.line-up_table-sp {
  margin-bottom: 16px;
}
.line-up_table-sp thead th {
  padding: 3.2vw;
  font-weight: normal;
}
.line-up_table-sp tbody th,
.line-up_table-sp tbody td {
  padding: 2.6666666667vw 2.1333333333vw;
  font-weight: normal;
  text-align: center;
}
.line-up_table-sp tbody th {
  width: 43%;
}
.line-up_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.line-up_item {
  width: 48.6111111111%;
  padding-top: calc(60% * (700 / 1440));
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
.line-up_item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.line-up_item .name {
  width: calc(100% - 64px);
  font-weight: bold;
  position: absolute;
  left: 32px;
  top: 32px;
}
@media screen and (max-width: 767px) {
  .line-up_item .name {
    width: calc(100% - 32px);
    white-space: nowrap;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
}
.line-up .jol,
.line-up .jolco {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .line-up .jol,
.line-up .jolco {
    width: 100%;
    padding-top: 53.3333333333%;
  }
}
.line-up .jol .name,
.line-up .jolco .name {
  line-height: 1;
  font-size: clamp(3.2rem, 2.9166666667vw, 5.6rem);
}
.line-up .ga .name,
.line-up .pi .name {
  line-height: 1.6;
  font-size: clamp(1.6rem, 2.0833333333vw, 4rem);
}
.line-up .jol {
  background-image: url(/wp-content/themes/SBI/assets/images/business/img2.jpg);
}
.line-up .jolco {
  background-image: url(/wp-content/themes/SBI/assets/images/business/img3.jpg);
}
.line-up .ga {
  background-image: url(/wp-content/themes/SBI/assets/images/business/img4.jpg);
}
.line-up .pi {
  background-image: url(/wp-content/themes/SBI/assets/images/business/img5.jpg);
}

@media screen and (max-width: 767px) {
  .page-content table.line-up_table-sp {
    min-width: 100%;
  }
}

.top-about_item.contact {
  width: 36.67vw;
  height: 12.5vw;
  background-image: url(/wp-content/themes/SBI/assets/images/en/front-page/bg-contact.jpg);
}

@media screen and (max-width: 767px) {
  .top-about_item.contact {
    width: 48%;
    height: 26.67vw;
    margin-bottom: 0;
    background-position: left center;
  }
}
.global-footer_en {
  width: 100%;
}
.global-footer_en > .logo {
  text-align: center;
}
.global-footer_en > .logo img {
  max-height: 40px !important;
}
/*# sourceMappingURL=en.css.map */