/* p-hero
-----------------------------------------*/
.p-hero {
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 766px) {
  .p-hero {
    margin-top: 0;
  }
}
.p-hero .js-swiper-hero {
  position: relative;
  overflow: hidden;
}
.p-hero__slider {
  height: auto;
}
.p-hero__slider .item {
  max-width: 1100px;
  width: 100%;
  line-height: 0;
}
@media (max-width: 766px) {
  .p-hero__slider .item {
    height: calc(700 / 900 * 100vw);
  }
  .p-hero__slider .item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.p-hero__slider .item .link--disabled {
  pointer-events: none;
}
.p-hero__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto 0 auto;
  gap: 0 50px;
}
@media (max-width: 766px) {
  .p-hero__pagination {
    margin-top: calc(40 / 900 * 100vw);
    gap: 0 calc(50 / 900 * 100vw);
  }
}
.p-hero__pagination .item {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #AC9340;
}
@media (max-width: 766px) {
  .p-hero__pagination .item {
    width: calc(25 / 900 * 100vw);
    height: calc(25 / 900 * 100vw);
    border-radius: calc(25 / 900 * 100vw);
  }
}
.p-hero__pagination .item.is-active {
  background-color: #AC9340;
}
.p-hero__control {
  pointer-events: none;
  position: absolute;
  z-index: 100;
  top: min(19vw, 209px);
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1160px;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .p-hero__control {
    top: calc(290 / 900 * 100vw);
  }
}

/* p-intro
-----------------------------------------*/
.p-intro {
  margin-top: 55px;
  padding-bottom: 130px;
  background-image: url(../img/cmn/c-line.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .p-intro {
    margin-top: calc(90 / 900 * 100vw);
    padding-bottom: calc(160 / 900 * 100vw);
    background-image: url(../img/cmn/sp-c-line.svg);
  }
}
.p-intro__desc .tit {
  font-size: 1.625rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 766px) {
  .p-intro__desc .tit {
    font-size: calc(46 / 900 * 100vw);
  }
}
.p-intro__desc .lead {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 766px) {
  .p-intro__desc .lead {
    margin-top: calc(60 / 900 * 100vw);
    font-size: calc(32 / 900 * 100vw);
    text-align: justify;
  }
}

/* p-performance
-----------------------------------------*/
.p-performance {
  scroll-margin-top: -40px;
  margin-top: 130px;
  padding-top: 140px;
  padding-bottom: 100px;
  background-image: url(../img/top/bg_performance.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .p-performance {
    scroll-margin-top: calc(-30 / 900 * 100vw);
    margin-top: calc(120 / 900 * 100vw);
    padding-top: calc(170 / 900 * 100vw);
    padding-bottom: calc(170 / 900 * 100vw);
    background-image: url(../img/top/sp-bg_performance.png);
  }
}
.p-performance .js-swiper-performance {
  overflow: hidden;
}
.p-performance__slider {
  height: auto;
}
.p-performance__slider .item {
  max-width: 1100px;
  width: 100%;
}
@media (max-width: 766px) {
  .p-performance__slider .item {
    max-width: 90%;
    width: 90%;
  }
}
.p-performance__control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 90px;
  margin-top: 30px;
}
@media (max-width: 766px) {
  .p-performance__control {
    position: absolute;
    justify-content: space-between;
    margin-top: calc(75 / 900 * 100vw);
    top: calc(500 / 900 * 100vw);
    z-index: 10001;
    width: 100%;
    margin-top: 0;
    padding: 0 5%;
    font-size: calc(36 / 900 * 100vw);
  }
}
.p-performance .lead {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 766px) {
  .p-performance .lead {
    margin-top: calc(70 / 900 * 100vw);
    width: 100%;
    font-size: calc(36 / 900 * 100vw);
    text-align: center;
  }
}

/* p-event
-----------------------------------------*/
.p-event {
  scroll-margin-top: 20px;
  padding-top: 80px;
  padding-bottom: 110px;
  background-image: url(../img/top/bg_event.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .p-event {
    scroll-margin-top: calc(110 / 900 * 100vw);
    padding-top: calc(40 / 900 * 100vw);
    padding-bottom: calc(80 / 900 * 100vw);
  }
}
.p-event__tabs {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  background-color: #FFFFFF;
}
@media (max-width: 766px) {
  .p-event__tabs {
    padding: calc(35 / 900 * 100vw);
  }
}
.p-event__tabs .menu {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9D9D9D;
}
@media (max-width: 766px) {
  .p-event__tabs .menu {
    gap: 0 calc(30 / 900 * 100vw);
  }
}
.p-event__tabs .menu .item {
  cursor: pointer;
  padding: 0 30px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.25s ease;
}
@media (max-width: 766px) {
  .p-event__tabs .menu .item {
    padding: 0 calc(30 / 900 * 100vw);
    font-size: calc(28 / 900 * 100vw);
  }
}
.p-event__tabs .menu .item.is-inactive {
  cursor: default;
  color: #bebebe;
}
.p-event__tabs .menu .item:not(.is-inactive):hover, .p-event__tabs .menu .item.is-active {
  position: relative;
  color: #B22222;
}
.p-event__tabs .menu .item:not(.is-inactive):hover::after, .p-event__tabs .menu .item.is-active::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -13px;
  background-color: #B22222;
}
.p-event__tabs .content {
  margin-top: 20px;
}
.p-event__tabs .content .panel {
  display: none;
}
.p-event__tabs .content .panel.is-active {
  display: block;
}

/* p-ticket
-----------------------------------------*/
.p-ticket {
  scroll-margin-top: -20px;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 220px;
  background-image: url(../img/cmn/c-line.svg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .p-ticket {
    scroll-margin-top: calc(50 / 900 * 100vw);
    padding-top: calc(100 / 900 * 100vw);
    padding-bottom: calc(230 / 900 * 100vw);
    background-image: url(../img/cmn/sp-c-line.svg);
  }
}
.p-ticket::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-image: url(../img/top/bg_ticket.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 766px) {
  .p-ticket::before {
    height: calc(1110 / 900 * 100vw);
  }
}
.p-ticket__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(28 / 900 * 100vw, 28px);
}
@media (max-width: 766px) {
  .p-ticket__list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(30 / 900 * 100vw) 0;
  }
}
.p-ticket__list .item {
  width: 100%;
  height: 100%;
}
.p-ticket__list .item .link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 766px) {
  .p-ticket__list .item .link {
    grid-template-columns: 550fr 260fr;
  }
}
.p-ticket__list .item .link .thumb {
  width: calc(364 / 536 * 100%);
  background-color: #17559D;
  border-right: 1px dashed #FFF;
}
@media (max-width: 766px) {
  .p-ticket__list .item .link .thumb {
    width: calc(550 / 900 * 100vw);
  }
}
.p-ticket__list .item .link .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(172 / 536 * 100%);
  height: 100%;
  background-image: url(../img/top/bg_ticket__desc.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .p-ticket__list .item .link .desc {
    width: calc(260 / 900 * 100vw);
  }
}
.p-ticket__list .item .link .title {
  display: block;
  width: calc(140 / 172 * 100%);
  margin-bottom: min(20 / 1100 * 100vw, 20px);
  padding-bottom: min(24 / 1100 * 100vw, 24px);
  background-image: url(../img/cmn/c-line_subject--turmeric.svg);
  background-size: 60% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: min(16 / 1100 * 100vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 766px) {
  .p-ticket__list .item .link .title {
    width: calc(260 / 900 * 100vw);
    margin-bottom: calc(20 / 900 * 100vw);
    padding-bottom: calc(30 / 900 * 100vw);
    background-size: 50% auto;
    font-size: calc(28 / 900 * 100vw);
  }
}
.p-ticket__list .item .link .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(140 / 172 * 100%);
  height: min(30 / 1100 * 100vw, 30px);
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
  color: #AC9340;
  font-size: min(12 / 1100 * 100vw, 12px);
  font-weight: 500;
  text-align: center;
  transition: all 0.25s ease;
}
@media (max-width: 1023px) {
  .p-ticket__list .item .link .text {
    font-size: calc(10 / 900 * 100vw);
  }
}
@media (max-width: 766px) {
  .p-ticket__list .item .link .text {
    width: calc(210 / 900 * 100vw);
    height: calc(50 / 900 * 100vw);
    font-size: calc(20 / 900 * 100vw);
  }
}
.p-ticket__list .item .link .text::after {
  position: absolute;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #AC9340;
  border-right: solid 1px #AC9340;
  transform: rotate(45deg);
}
@media (max-width: 766px) {
  .p-ticket__list .item .link .text::after {
    width: calc(10 / 900 * 100vw);
    height: calc(10 / 900 * 100vw);
    right: calc(13 / 900 * 100vw);
  }
}
.p-ticket__list .item .link:hover .text {
  background-color: #AC9340;
  color: #FFF;
}
.p-ticket__list .item .link:hover .text::after {
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
}

/* p-project
-----------------------------------------*/
.p-project {
  scroll-margin-top: 40px;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 190px;
  background-image: url(../img/cmn/c-line.svg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .p-project {
    scroll-margin-top: calc(50 / 900 * 100vw);
    padding-top: calc(110 / 900 * 100vw);
    padding-bottom: calc(230 / 900 * 100vw);
    background-image: url(../img/cmn/sp-c-line.svg);
  }
}
.p-project__menu {
  margin-top: 85px;
}
@media (max-width: 766px) {
  .p-project__menu {
    margin-top: calc(110 / 900 * 100vw);
  }
}
.p-project__menu .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 20px;
}
@media (max-width: 766px) {
  .p-project__menu .menu {
    gap: calc(16 / 900 * 100vw) 0;
  }
}
@media (max-width: 766px) {
  .p-project__menu .menu .item {
    width: 90%;
  }
}
.p-project__menu .menu .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 766px) {
  .p-project__menu .menu .link {
    width: 100%;
    justify-content: flex-start;
  }
}
.p-project__menu .menu .link:hover {
  color: #FFF;
}
.p-project__menu .menu .link--musicisland {
  border-color: #D62D2D;
  color: #D62D2D;
}
.p-project__menu .menu .link--musicisland:hover {
  background-color: #D62D2D;
}
.p-project__menu .menu .link--awajiballet {
  border-color: #DE8A35;
  color: #DE8A35;
}
.p-project__menu .menu .link--awajiballet:hover {
  background-color: #DE8A35;
}
.p-project__menu .menu .link--awajiopera {
  border-color: #DDB353;
  color: #DDB353;
}
.p-project__menu .menu .link--awajiopera:hover {
  background-color: #DDB353;
}
.p-project__menu .menu .link--kotantaiko {
  border-color: #7BB990;
  color: #7BB990;
}
.p-project__menu .menu .link--kotantaiko:hover {
  background-color: #7BB990;
}
.p-project__menu .menu .link--seikaiha {
  border-color: #43B7D1;
  color: #43B7D1;
}
.p-project__menu .menu .link--seikaiha:hover {
  background-color: #43B7D1;
}
.p-project__menu .menu .link--awajiartcircus {
  border-color: #B290E8;
  color: #B290E8;
}
.p-project__menu .menu .link--awajiartcircus:hover {
  background-color: #B290E8;
}
.p-project__list .item {
  scroll-margin-top: 140px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(30 / 1100 * 100vw, 30px);
  max-width: 1100px;
  width: 100%;
  margin: 110px auto 0 auto;
}
@media (max-width: 766px) {
  .p-project__list .item {
    scroll-margin-top: calc(160 / 900 * 100vw);
    gap: 0;
    margin-top: calc(150 / 900 * 100vw);
  }
}
.p-project__list .item::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 100vw;
  height: 550px;
  z-index: -1;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .p-project__list .item::before {
    top: calc(60 / 900 * 100vw);
    height: calc(800 / 900 * 100vw);
  }
}
.p-project__list .item .image--main {
  width: min(900 / 1100 * 100vw, 900px);
  margin-right: auto;
}
@media (max-width: 766px) {
  .p-project__list .item .image--main {
    width: calc(810 / 900 * 100vw);
    height: calc(540 / 900 * 100vw);
    margin: 0 auto;
  }
  .p-project__list .item .image--main img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.p-project__list .item .image--side {
  position: absolute;
  top: min(130 / 1100 * 100vw, 130px);
  right: 0;
  width: min(240 / 1100 * 100vw, 240px);
}
@media (max-width: 766px) {
  .p-project__list .item .image--side {
    display: none;
  }
}
.p-project__list .item .image--bottom {
  width: min(320 / 1100 * 100vw, 320px);
  z-index: 1;
}
@media (max-width: 766px) {
  .p-project__list .item .image--bottom {
    display: none;
  }
}
.p-project__list .item .desc {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: min(696 / 1100 * 100vw, 696px);
  margin: 0;
  padding: min(25 / 1100 * 100vw, 25px) min(66 / 1100 * 100vw, 66px) min(30 / 1100 * 100vw, 30px) min(66 / 1100 * 100vw, 66px);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 766px) {
  .p-project__list .item .desc {
    gap: calc(30 / 900 * 100vw) 0;
    width: calc(780 / 900 * 100vw);
    margin: calc(-25 / 900 * 100vw) auto 0 auto;
    padding: calc(40 / 900 * 100vw);
  }
}
.p-project__list .item .title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 766px) {
  .p-project__list .item .title {
    font-size: calc(36 / 900 * 100vw);
  }
}
.p-project__list .item .text {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 766px) {
  .p-project__list .item .text {
    font-size: calc(28 / 900 * 100vw);
  }
}
.p-project__list .item .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  font-size: 0.875rem;
  border: 1px solid #000;
  border-radius: 5px;
  transition: all 0.25s ease;
}
@media (max-width: 766px) {
  .p-project__list .item .link {
    width: calc(300 / 900 * 100vw);
    height: calc(60 / 900 * 100vw);
    font-size: calc(24 / 900 * 100vw);
  }
}
.p-project__list .item .link::after {
  position: absolute;
  right: 20px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
}
@media (max-width: 766px) {
  .p-project__list .item .link::after {
    width: calc(15 / 900 * 100vw);
    height: calc(15 / 900 * 100vw);
  }
}
.p-project__list .item .link:hover {
  color: #FFF;
}
.p-project__list .item .link:hover::after {
  border-color: #FFF;
}
.p-project__list .item#musicisland::before {
  background-image: url(../img/top/bg_project--musicisland.png);
}
.p-project__list .item#musicisland .title {
  color: #D62D2D;
}
.p-project__list .item#musicisland .link {
  border-color: #D62D2D;
  color: #D62D2D;
}
.p-project__list .item#musicisland .link::after {
  border-color: #D62D2D;
}
.p-project__list .item#musicisland .link:hover {
  background-color: #D62D2D;
  color: #FFF;
}
.p-project__list .item#musicisland .link:hover::after {
  border-color: #FFF;
}
@media (max-width: 766px) {
  .p-project__list .item#musicisland .link {
    background-color: #D62D2D;
    color: #FFF;
  }
  .p-project__list .item#musicisland .link::after {
    border-color: #FFF;
  }
}
.p-project__list .item#awajiballet::before {
  background-image: url(../img/top/bg_project--awajiballet.png);
}
.p-project__list .item#awajiballet .title {
  color: #DE8A35;
}
.p-project__list .item#awajiballet .link {
  border-color: #DE8A35;
  color: #DE8A35;
}
.p-project__list .item#awajiballet .link::after {
  border-color: #DE8A35;
}
.p-project__list .item#awajiballet .link:hover {
  background-color: #DE8A35;
  color: #FFF;
}
.p-project__list .item#awajiballet .link:hover::after {
  border-color: #FFF;
}
@media (max-width: 766px) {
  .p-project__list .item#awajiballet .link {
    background-color: #DE8A35;
    color: #FFF;
  }
  .p-project__list .item#awajiballet .link::after {
    border-color: #FFF;
  }
}
.p-project__list .item#awajiopera::before {
  background-image: url(../img/top/bg_project--awajiopera.png);
}
.p-project__list .item#awajiopera .title {
  color: #DDB353;
}
.p-project__list .item#awajiopera .link {
  border-color: #DDB353;
  color: #DDB353;
}
.p-project__list .item#awajiopera .link::after {
  border-color: #DDB353;
}
.p-project__list .item#awajiopera .link:hover {
  background-color: #DDB353;
  color: #FFF;
}
.p-project__list .item#awajiopera .link:hover::after {
  border-color: #FFF;
}
@media (max-width: 766px) {
  .p-project__list .item#awajiopera .link {
    background-color: #DDB353;
    color: #FFF;
  }
  .p-project__list .item#awajiopera .link::after {
    border-color: #FFF;
  }
}
.p-project__list .item#kotantaiko::before {
  background-image: url(../img/top/bg_project--kotantaiko.png);
}
.p-project__list .item#kotantaiko .title {
  color: #7BB990;
}
.p-project__list .item#kotantaiko .link {
  border-color: #7BB990;
  color: #7BB990;
}
.p-project__list .item#kotantaiko .link::after {
  border-color: #7BB990;
}
.p-project__list .item#kotantaiko .link:hover {
  background-color: #7BB990;
  color: #FFF;
}
.p-project__list .item#kotantaiko .link:hover::after {
  border-color: #FFF;
}
@media (max-width: 766px) {
  .p-project__list .item#kotantaiko .link {
    background-color: #7BB990;
    color: #FFF;
  }
  .p-project__list .item#kotantaiko .link::after {
    border-color: #FFF;
  }
}
.p-project__list .item#seikaiha::before {
  background-image: url(../img/top/bg_project--seikaiha.png);
}
.p-project__list .item#seikaiha .title {
  color: #43B7D1;
}
.p-project__list .item#seikaiha .link {
  border-color: #43B7D1;
  color: #43B7D1;
}
.p-project__list .item#seikaiha .link::after {
  border-color: #43B7D1;
}
.p-project__list .item#seikaiha .link:hover {
  background-color: #43B7D1;
  color: #FFF;
}
.p-project__list .item#seikaiha .link:hover::after {
  border-color: #FFF;
}
@media (max-width: 766px) {
  .p-project__list .item#seikaiha .link {
    background-color: #43B7D1;
    color: #FFF;
  }
  .p-project__list .item#seikaiha .link::after {
    border-color: #FFF;
  }
}
.p-project__list .item#awajiartcircus::before {
  background-image: url(../img/top/bg_project--awajiartcircus.png);
}
.p-project__list .item#awajiartcircus .title {
  color: #B290E8;
}
.p-project__list .item#awajiartcircus .link {
  border-color: #B290E8;
  color: #B290E8;
}
.p-project__list .item#awajiartcircus .link::after {
  border-color: #B290E8;
}
.p-project__list .item#awajiartcircus .link:hover {
  background-color: #B290E8;
  color: #FFF;
}
.p-project__list .item#awajiartcircus .link:hover::after {
  border-color: #FFF;
}
@media (max-width: 766px) {
  .p-project__list .item#awajiartcircus .link {
    background-color: #B290E8;
    color: #FFF;
  }
  .p-project__list .item#awajiartcircus .link::after {
    border-color: #FFF;
  }
}
.p-project__list .item--reverse .image--main {
  order: 1;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 766px) {
  .p-project__list .item--reverse .image--main {
    margin: auto;
  }
}
.p-project__list .item--reverse .image--side {
  right: auto;
  left: 0;
}
.p-project__list .item--reverse .image--bottom {
  order: 2;
}
.p-project__list .item--reverse .desc {
  order: 3;
}

/* p-careers
-----------------------------------------*/
.p-careers {
  scroll-margin-top: 100px;
}
@media (max-width: 766px) {
  .p-careers {
    scroll-margin-top: 0;
  }
}
.p-careers__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}
@media (max-width: 766px) {
  .p-careers__list {
    gap: calc(30 / 900 * 100vw) 0;
  }
}
.p-careers__list .item {
  max-width: 536px;
  width: 48%;
}
@media (max-width: 766px) {
  .p-careers__list .item {
    width: 100%;
  }
}
.p-careers__list .item img {
  width: 100%;
}
.p-careers__list .link:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=top.css.map */
