@charset "utf-8";

section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section {
    margin-bottom: 30px;
  }
}

.c5-txt-right {
  display: block;
  text-align: right;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .c5-txt-right {
    font-size: 14px;
    margin-top: 10px;
  }
}

.c5-txt-bold {
  font-weight: 600;
}

.c5-useful_info {
  position: relative;
  word-wrap: break-word;
}

.c5-useful_info--lead {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .c5-useful_info--lead {
    padding: 30px 0 20px;
  }
}

.c5-useful_info--lead__ttl {
  color: #2E3A3E;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c5-useful_info--lead__ttl {
    font-size: 18px;
  }
}

.c5-useful_info--lead__txt {
  color: #2F353D;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c5-useful_info--lead__txt {
    font-size: 14px;
  }
}

.c5-useful_info-anchor_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c5-useful_info-anchor_box {
    margin-bottom: 30px;
  }
}

.c5-useful_info-anchor_box__item {
  position: relative;
  box-sizing: border-box;
  width: calc(100% / 3 - 15px);
  background: #F3F5F9;
  color: #2F353D;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 60px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c5-useful_info-anchor_box__item {
    font-size: 14px;
    line-height: 1.2;
    width: calc(100% / 2 - 5px);
    height: 60px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 36px;
  }
}

.c5-useful_info-anchor_box__item:hover {
  text-decoration: none;
  opacity: .7;
}

.c5-useful_info-anchor_box__item::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: auto;
  left: 16px;
}

@media screen and (max-width: 768px) {
  .c5-useful_info-anchor_box__item::before {
    width: 24px;
    height: 24px;
    left: 6px;
  }
}

.c5-useful_info-anchor_box__item:nth-child(1):before {
  background: url(/bravia-biz/useful_info/img/icon_event.svg) top left no-repeat;
  background-size: 100%;
}

.c5-useful_info-anchor_box__item:nth-child(2):before {
  background: url(/bravia-biz/useful_info/img/icon_knowledge.svg) top left no-repeat;
  background-size: 100%;
}

.c5-useful_info-anchor_box__item:nth-child(3):before {
  background: url(/bravia-biz/useful_info/img/icon_conference.svg) top left no-repeat;
  background-size: 100%;
}

.c5-useful_info-anchor_box__item:nth-child(4):before {
  background: url(/bravia-biz/useful_info/img/icon_signage.svg) top left no-repeat;
  background-size: 100%;
}

.c5-useful_info-anchor_box__item:nth-child(5):before {
  background: url(/bravia-biz/useful_info/img/icon_hotel.svg) top left no-repeat;
  background-size: 100%;
}

.c5-useful_info-anchor_box__item:nth-child(6):before {
  background: url(/bravia-biz/useful_info/img/icon_academy.svg) top left no-repeat;
  background-size: 100%;
}

.c5-useful_info h2 {
  box-sizing: border-box;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 30px 0;
  height: auto;
}

@media screen and (max-width: 768px) {
  .c5-useful_info h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}

.c5-useful_info .c5-useful_info-event--ttl {
  color: #4D6199;
}

.c5-useful_info .c5-useful_info-knowledge--ttl {
  color: #3477A8;
}

.c5-useful_info .c5-useful_info-conference--ttl {
  color: #6976B8;
}

.c5-useful_info .c5-useful_info-signage--ttl {
  color: #478E9D;
}

.c5-useful_info .c5-useful_info-hotel--ttl {
  color: #657D25;
}

.c5-useful_info .c5-useful_info-academy--ttl {
  color: #AB6626;
}

.c5-useful_info h2 img {
  box-sizing: border-box;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .c5-useful_info h2 img {
    margin-right: 10px;
    width: 32px;
  }
}

.c5-useful_info-sub_ttl {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .c5-useful_info-sub_ttl {
    font-size: 16px;
    line-height: 1.6;
  }
}

.swiper-area {
  position: relative;
  box-sizing: border-box;
  padding: 50px 0 80px;
  height: max-content;
}

@media screen and (max-width: 1200px) {
  .swiper-area {
    padding: 40px 40px 70px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-area {
    padding: calc(30 / 768 * 100vw) 0 calc(60 / 768 * 100vw);
  }
}

.swiper-area::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #F3F5F9;
  background-size: 100%;
  z-index: -1;
}

.swiper-area-inner {
  position: relative;
}

.swiper {
  max-width: 1200px;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .swiper {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .swiper-wrapper {
    width: 80%;
  }
}

.swiper-slide a:hover {
  text-decoration: none;
  opacity: .7;
}

.c5-txt-area {
  color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  height: 100px;
  padding: 10px 10px 0;
}

@media screen and (max-width: 1200px) {
  .c5-txt-area {
    font-size: calc(14 / 1200 * 100vw);
    padding: calc(10 / 1200 * 100vw) calc(10 / 1200 * 100vw) 0;
  }
}

@media screen and (max-width: 768px) {
  .c5-txt-area {
    font-size: 10px;
    line-height: 1.2;
    height: 60px;
    padding: 5px 5px 0;
  }
}

.c5-useful_info-event .c5-txt-area {
  background: #4D6199;
}

.c5-useful_info-knowledge .c5-txt-area {
  background: #3477A8;
  height: 65px;
}

@media screen and (max-width: 768px) {
  .c5-useful_info-knowledge .c5-txt-area {
    height: 40px;
  }
}

.c5-useful_info-conference .c5-txt-area {
  background: #6976B8;
}


.c5-useful_info-signage .c5-txt-area {
  background: #478E9D;
  height: 65px;
}

@media screen and (max-width: 1200px) {
  .c5-useful_info-signage .c5-txt-area {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .c5-useful_info-signage .c5-txt-area {
    height: 50px;
  }
}

.c5-useful_info-hotel .c5-txt-area {
  background: #657D25;
}

.c5-useful_info-academy .c5-txt-area {
  background: #AB6626;
  height: 65px;
}

@media screen and (max-width: 1200px) {
  .c5-useful_info-academy .c5-txt-area {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .c5-useful_info-academy .c5-txt-area {
    height: 50px;
  }
}

.c5-txt-area .c5-external-link img {
  display: inline-block;
  width: 15px;
  margin-left: 3%;
}

.swiper-area .swiper-area-inner .swiper-pagination {
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .swiper-area .swiper-area-inner .swiper-pagination {
    bottom: -20px;
  }
}

.swiper-area .swiper-pagination-bullet {
  background-color: #32343C;
}

.swiper-button-prev,
.swiper-button-next {
  background: #909191;
  border-radius: 5px;
  width: 34px;
  height: 50px;
  top: 40%;
  margin-top: 0;
}

@media screen and (max-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: -5%;
}

@media screen and (min-width:1201px) and (max-width:1330px) {
  .swiper-button-prev {
    left: -25px;
  }
}

@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    left: -6%;
  }
}

.swiper-button-prev::after {
  content: "";
  margin: auto;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
}

@media screen and (max-width: 768px) {
  .swiper-button-prev::after {
    right: calc(10 / 768 * 100vw);
    width: calc(8 / 768 * 100vw);
    height: calc(8 / 768 * 100vw);
    border-top: calc(2 / 768 * 100vw) solid #fff;
    border-right: calc(2 / 768 * 100vw) solid #fff;
  }
}

.swiper-button-next {
  right: -5%;
}

@media screen and (min-width:1201px) and (max-width:1330px) {
  .swiper-button-next {
    right: -25px;
  }
}

@media screen and (max-width: 1200px) {
  .swiper-button-next {
    right: -6%;
  }
}

.swiper-button-next::after {
  content: "";
  margin: auto;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .swiper-button-next::after {
    left: calc(10 / 768 * 100vw);
    width: calc(8 / 768 * 100vw);
    height: calc(8 / 768 * 100vw);
    border-top: calc(2 / 768 * 100vw) solid #fff;
    border-right: calc(2 / 768 * 100vw) solid #fff;
  }
}

.disabled {
  opacity: 0;
  cursor: default;
}

.c5-container {
  position: relative;
  padding: 50px 0 30px;
}

@media screen and (max-width: 768px) {
  .c5-container {
    padding: 20px 0;
  }
}

.c5-container::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #F3F5F9;
  background-size: 100%;
  z-index: -1;
}