@charset "utf-8";

section {
  margin-bottom: 80px;
}

section:first-of-type {
  margin-top: 50px;
}

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

a:hover,
a:active {
  opacity: 0.7;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 3s;
  transition: color 0.3s;
}

.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-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 10px 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: #2F353D;
}

.c5-useful_info .c5-useful_info-knowledge--ttl {
  color: #2F353D;
}

.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: #9BC559;
}

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

.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;
  }
}


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

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

.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);
  }
}

.c5-grid::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::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%;
    height: auto;
  }
}

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

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

}

@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;
    padding: 10px;
  }
}

/* @media screen and (max-width: 400px) {
  .c5-txt-area {
    height: 150px;
  }
} */

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

.c5-useful_info-knowledge .c5-txt-area {
  background: #DCE6F5;
}


.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: #9BC559;
}

.c5-useful_info-academy .c5-txt-area {
  background: #E9AA3B;
  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;
}


.c5-l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

.c5-l-section {
  border-top: 1px solid #eee;
}

.c5-l-section .c5-l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c5-card04 {
  position: relative;
}

.c5-card04 .swiper {
  overflow: visible;
}

.c5-card04 .swiper-01:not(.swiper-initialized) {
  height: max-content;
}

.c5-card04 .swiper-01:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;

}


.c5-card04 .slide {
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.c5-card04 .slide-media {
  padding-top: 62.5%;
}
.c5-card04 .slide-title {
  font-size: .8125rem;
  line-height: 1.53846;
  font-weight: 400;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1201px) {

  .c5-d-main h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

}

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


  .c5-d-main h3 {
    font-size: 1.3vw;
    line-height: 1.5;
    margin-bottom: 12px;
    position: relative;

  }

}


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

  .c5-l-inner {
    padding: 0 4rem;
  }

  .pc {
    display: none !important;
  }

  .c5-card04 .swiper {
    padding: 3.2rem 1.6rem;
  }

}

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

  .pc-tab {
    display: none !important;
  }

}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }


  .c5-card04 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }


}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}






.c5-btn-info {
  position: relative;
  max-width: 380px;
  width: 100%;
  color: #fff;
  background-color: #0179AC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 60px auto 0;
  padding: 16px 0;
}

.c5-btn-info:hover {
  color: #fff;
}

.c5-btn-info::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 16px;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: 0.1em;
  transition: border 0.1s;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -20px;
  position: relative;
}

.c5-only-pc {
  display: block !important;
}

.c5-only-sp {
  display: none !important;
}

.c5-d-main h3 {
  padding-left: 0;
}


@media only screen and (max-width: 768px) {
  .c5-only-pc {
    display: none !important;
  }

  .c5-only-sp {
    display: block !important;
  }

  .c5-card04 .swiper {
    padding: 2rem 0;
    height: auto;
  }

  .c5-d-main h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .c5-card04 .slide-title {
    line-height: 1.2;
    font-size: 11px;
    padding-bottom: 10px;
  }


}

.c5-grid__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}


html {
  overflow: auto;
}