.p-release .l-container {
  max-width: 1280px;
}

@media (max-width: 767px) {
  .p-release .c-switchLanguage {
    z-index: 9999;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .p-release .c-header {
    top: 14px;
    padding: 12px 36px 16px;
  }
}
@media (max-width: 767px) {
  .p-release .hamburgerMenu {
    z-index: 9999;
    top: 26px;
  }
}
@media (max-width: 767px) {
  .p-release .c-gnav {
    z-index: 9998;
    position: relative;
    position: fixed;
    top: 0;
  }

  .p-release .c-gnav::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(24, 24, 24, 0.26);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    border-radius: 20px;
  }
}
.p-release .section2 {
  background-color: #fff;
}

@media (max-width: 767px) {
  .p-release .section2 {
    padding: 32px 20px 64px;
  }
}
.p-release .section2__inner {
  padding: 52px 105px 150px;
  margin: -170px 100px 0;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .p-release .section2__inner {
    padding: 0px;
    margin: 0;
  }
}
.p-release .section2 .news_title {
  font-size: 3.6rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 28px;
  margin-right: -50px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_title {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    margin-bottom: 16px;
    margin-right: 0px;
  }
}
.p-release .section2 .news_info {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_info {
    margin-bottom: 30px;
  }
}
.p-release .section2 .news_info span:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1475D3;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .p-release .section2 .news_info span:nth-child(1) {
    font-size: 1.6rem;
  }
}
.p-release .section2 .news_info span:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 400;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_info span:nth-child(2) {
    font-size: 1.6rem;
  }
}
.p-release .section2 .news_details .para + .para {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details .para + .para {
    margin-top: 32px;
  }
}
.p-release .section2 .news_details .para__title {
  max-width: 552px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details .para__title {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-release .section2 .news_details .para__text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details .para__text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: -0.0056em;
  }
}
.p-release .section2 .news_details .para__text p + p {
  margin-top: 10px;
}

.p-release .section2 .news_details figure {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details figure {
    margin-top: 20px;
  }
}
.p-release .section2 .news_details figure.is-next {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details figure.is-next {
    margin-top: 20px;
  }
}
.p-release .section2 .news_details .slider {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details .slider {
    margin-bottom: 32px;
  }
}
.p-release .section2 .news_details .slider__main {
  margin-top: 30px;
  margin-bottom: 39px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details .slider__main {
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
.p-release .section2 .news_details .slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details .slider__nav {
    gap: 16px;
  }
}
.p-release .section2 .news_details .slider__item {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  background-color: #ccc;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details .slider__item {
    width: 75px;
    height: 75px;
    max-width: 75px;
  }
}
.p-release .section2 .news_details .slider__item img {
  position: absolute;
}

.p-release .section2 .news_details .slider__item img.is-cropByX {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 100%;
  max-width: initial;
  width: initial;
}

.p-release .section2 .news_details .slider__item img.is-cropByY {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: initial;
  max-height: initial;
}

.p-release .section2 .news_details .slider .slick-arrow {
  position: absolute;
  width: 70px;
  height: 70px;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details .slider .slick-arrow {
    display: none !important;
  }
}
.p-release .section2 .news_details .slider .slick-arrow.slick-prev {
  background: url("../images/ic_prev.svg") no-repeat center;
  left: -79px;
  color: transparent;
  text-indent: 100px;
}

.p-release .section2 .news_details .slider .slick-arrow.slick-prev::before {
  display: none;
}

.p-release .section2 .news_details .slider .slick-arrow.slick-next {
  background: url("../images/ic_next.svg") no-repeat center;
  right: -79px;
  color: transparent;
  text-indent: 100px;
}

.p-release .section2 .news_details .slider .slick-arrow.slick-next::before {
  display: none;
}

.p-release .section2 .news_details .slider .slick-dots {
  display: none !important;
}

@media (max-width: 767px) {
  .p-release .section2 .news_details .slider .slick-dots {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 100;
  }

  .p-release .section2 .news_details .slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
  }

  .p-release .section2 .news_details .slider .slick-dots li button {
    opacity: 0;
    width: 100%;
  }

  .p-release .section2 .news_details .slider .slick-dots li.slick-active {
    background: #1475D3;
  }
}
.p-release .section3 {
  background-color: #E7EEF7;
}

@media (max-width: 767px) {
  .p-release .section3 {
    padding: 32px 20px 50px;
  }
}
.p-release .section3__inner {
  padding: 131px 105px 103px;
  margin: 0 100px;
}

@media (max-width: 767px) {
  .p-release .section3__inner {
    padding: 0px;
    margin: 0;
  }
}
.p-release .section3__title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .p-release .section3__title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 7px;
    max-width: 245px;
  }
}
.p-release .section3__video {
  position: relative;
  padding: 56.25% 0 0 0;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 12px;
}

.p-release .section3__video iframe, .p-release .section3__video object, .p-release .section3__video embed {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-release .section3 .c-video__play {
  border-width: 0;
}

.p-release .section3 .c-video .btnPlay {
  width: 107px;
  height: 107px;
}

@media (max-width: 767px) {
  .p-release .section3 .c-video .btnPlay {
    width: 32px;
    height: 32px;
  }
}
.p-release .event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .p-release .event_list {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .p-release .event_list {
    row-gap: 30px;
  }
}
.p-release .section4 {
  background-color: #fff;
}

.p-release .section4__inner {
  padding: 90px 40px 180px;
}

@media (max-width: 767px) {
  .p-release .section4__inner {
    padding: 64px 20px 150px;
  }
}
.p-release .section4__title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .p-release .section4__title {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin-bottom: 32px;
  }
}
.c-block {
  padding: 16px 25px 25px;
}
@media (max-width: 767px) {
  .c-block {
    padding: 20px 20px 40px;
  }
}
.c-block__info {
  margin-bottom: 12px;
}
.c-block__title h3, .c-block__title h4, .c-block__title h5, .c-block__title h6 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-block__title h3, .c-block__title h4, .c-block__title h5, .c-block__title h6 {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
@media (max-width: 767px) {
  .c-block__thumb {
    margin: 12px 0 12px;
  }
}

@media (max-width: 767px) {
  .c-footer {
    padding-top: 40px;
  }
}
