@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider.-h100 {
  height: 100%;
}
.slick-slider.-h100 .slick-list, .slick-slider.-h100 .slick-track, .slick-slider.-h100 .slick-slide, .slick-slider.-h100 .slick-slide > div {
  height: 100%;
}

.hoge {
  width: 1440px;
}
@media screen and (min-width: 1200px) {
  .hoge {
    width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  .hoge {
    width: 100vw;
  }
}

.sp, .-sp {
  display: none !important;
}

#bpuPage {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}
#bpuPage .pc, #bpuPage .-pc {
  display: block !important;
}
#bpuPage .secTtl {
  position: relative;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.48px;
  text-decoration: none;
  text-transform: uppercase;
}
#bpuPage .kvSec {
  position: relative;
  color: #fff;
  height: 700px;
}
#bpuPage .kvSec .-bg {
  background: #000;
  display: inline-block;
  padding-bottom: 0.1em;
  padding-right: 10px;
}
#bpuPage .kvSec__bg {
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#bpuPage .kvSec__img {
  position: relative;
  height: 100%;
  margin-left: 200px;
}
#bpuPage .kvSec__img .js-kv {
  margin-top: 0;
}
#bpuPage .kvSec__img .item {
  overflow: hidden;
  height: 700px !important;
}
#bpuPage .kvSec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bpuPage .kvSec__logo {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  left: 40px;
  top: 40px;
}
#bpuPage .kvSec__logo img {
  width: auto;
  height: 40px;
}
#bpuPage .kvSec__txtBlock {
  position: absolute;
  left: 40px;
  top: 390px;
}
#bpuPage .kvSec__txtBlock__topCopy {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 36px */
  margin-bottom: 4px;
}
#bpuPage .kvSec__txtBlock__ttl {
  font-family: Inter;
  font-size: 80px;
  font-weight: 400;
  line-height: 1; /* 112px */
  letter-spacing: 1.6px;
}
#bpuPage .kvSec__txtBlock__copy {
  font-size: 25px;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.34px;
  margin-top: 4px;
}
#bpuPage .kvSec__txtBlock__date {
  font-family: Inter;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}
#bpuPage .kvSec__txtBlock__date .-sml {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
}
#bpuPage .kvSec__txtBlock__note {
  font-size: 13px;
  line-height: 140%; /* 23.8px */
  letter-spacing: -0.34px;
  margin-top: 10px;
}
#bpuPage .kvSec__bnr {
  background: #fff;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  right: 40px;
  bottom: 40px;
  height: 72px;
}
#bpuPage .kvSec__bnr__img {
  height: 100%;
}
#bpuPage .kvSec__bnr__img img {
  width: auto;
  height: 100%;
}
#bpuPage .kvSec__bnr__txt {
  color: var(--blk, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.32px;
  padding: 0 25px;
}
#bpuPage .kvSec__bnr__txt:after {
  content: "";
  background: url(../../img/shared/arw.svg) center center/100% auto no-repeat;
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 12px;
}
#bpuPage .kvSec__lang {
  text-shadow: 0px 0px 19px black;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  gap: 5px;
  top: 40px;
  right: 40px;
}
#bpuPage .kvSec__lang .-cr {
  opacity: 0.5;
  pointer-events: none;
}
#bpuPage .movieBlock {
  max-width: 1040px;
  margin: 0 auto 180px;
}
#bpuPage .movieBlock .yt {
  position: relative;
  padding-top: 56.25%;
}
#bpuPage .movieBlock .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bpuPage .aboutSec {
  background: #191919;
  color: #fff;
  padding: 180px 0 180px;
}
#bpuPage .aboutSec .secTtl {
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
#bpuPage .aboutSec__txt {
  text-align: center;
  max-width: 1040px;
  margin: 125px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.32px;
}
#bpuPage .aboutSec__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 160px;
}
#bpuPage .aboutSec__list .bnr {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
#bpuPage .aboutSec__list .bnr__img {
  height: 100%;
}
#bpuPage .aboutSec__list .bnr__img img {
  width: auto;
  height: 100%;
}
#bpuPage .aboutSec__list .bnr__txt {
  color: var(--blk, #000);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.32px;
  width: 248px;
}
#bpuPage .aboutSec__list .bnr__txt:after {
  content: "";
  background: url(../../img/shared/arw.svg) center center/100% auto no-repeat;
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
#bpuPage .aboutBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: -90px auto 180px;
}
#bpuPage .aboutBtns a {
  width: 250px;
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}
#bpuPage .aboutBtns a span {
  display: inline-block;
  padding-bottom: 0.1em;
}
#bpuPage .aboutBtns a img {
  width: 8px;
}
#bpuPage .messageSec {
  overflow: hidden;
  position: relative;
  background: #000;
  color: #fff;
  padding-top: 180px;
}
#bpuPage .messageSec .secTtl {
  text-align: center;
}
#bpuPage .messageSec__bgLayer {
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 1440px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#bpuPage .messageSec__bgLayer img {
  position: absolute;
}
#bpuPage .messageSec__bgLayer img.-img1 {
  width: 560px;
  top: 0;
  left: 0;
}
#bpuPage .messageSec__bgLayer img.-img2 {
  width: 400px;
  top: 400px;
  right: 0;
}
#bpuPage .messageSec__bgLayer img.-img3 {
  width: 240px;
  top: 890px;
  left: 470px;
}
#bpuPage .messageSec__cnt {
  position: relative;
  margin: 155px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1040px;
}
#bpuPage .messageSec__cnt .messBox {
  width: 440px;
}
#bpuPage .messageSec__cnt .messBox:nth-child(2) {
  padding-top: 120px;
}
#bpuPage .messageSec__cnt .messBox__ttl {
  font-size: 48px;
  font-weight: 400;
  line-height: 150%; /* 72px */
  letter-spacing: 0.96px;
}
#bpuPage .messageSec__cnt .messBox__enTxt {
  line-height: 1;
  color: var(--sb_gray, #B7BBBE);
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 84%; /* 11.76px */
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-top: 5px;
}
#bpuPage .messageSec__cnt .messBox__txt {
  border-left: 1px solid var(--line, #666);
  font-size: 22px;
  font-weight: 400;
  line-height: 190%; /* 41.8px */
  letter-spacing: 0.44px;
  padding-left: 40px;
  margin-top: 75px;
}
#bpuPage .messageSec__prof {
  position: relative;
  padding-bottom: 180px;
}
#bpuPage .messageSec__prof.-pb0 {
  padding-bottom: 0;
}
#bpuPage .messageSec__prof:before {
  background: url(/en/corp/set/data/technology/research/bpu/img/shared/mess-bg.jpg) center top;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 170px);
}
#bpuPage .messageSec__prof__list {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bpuPage .messageSec__prof__list .person {
  width: 29.42%;
  max-width: 400px;
}
#bpuPage .messageSec__prof__list .person:nth-child(2) {
  padding-top: 120px;
}
#bpuPage .messageSec__prof__list .person:nth-child(3) {
  padding-top: 240px;
}
#bpuPage .messageSec__prof__list .person__img {
  position: relative;
}
#bpuPage .messageSec__prof__list .person__img img {
  width: 100%;
}
#bpuPage .messageSec__prof__list .person__img__name {
  background: url(/en/corp/set/data/technology/research/bpu/img/shared/mess-bg.jpg) center top;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 15px 28px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 20px;
}
#bpuPage .messageSec__prof__list .person__img__name p {
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
#bpuPage .messageSec__prof__list .person__img__name p.-sub {
  font-size: 16px;
  letter-spacing: 0.32px;
}
#bpuPage .messageSec__prof__list .person__txtBlock {
  text-align: left;
  border-left: 1px solid var(--line, #666);
  padding-left: 40px;
  margin-top: 30px;
}
#bpuPage .messageSec__prof__list .person__txtBlock p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.77;
  letter-spacing: 0.28px;
}
#bpuPage .messageSec__prof__list .person__txtBlock .utokyoLogo {
  margin-top: 40px;
}
#bpuPage .messageSec__prof__list .person__txtBlock .utokyoLogo img {
  width: 180px;
}
#bpuPage .messageSec__prof__list .person__txtBlock__btn {
  margin-top: 35px;
}
#bpuPage .messageSec__prof__list .person__txtBlock__btn a {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  width: 235px;
  line-height: 1.5; /* 25.2px */
  padding: 12px;
}
#bpuPage .messageSec__prof__list .person__txtBlock__btn a img {
  width: 8px;
}
#bpuPage .exhSec {
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #000;
  padding: 180px 0;
}
#bpuPage .exhSec__bg {
  position: absolute;
  width: 1440px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
#bpuPage .exhSec__head {
  text-align: center;
  position: relative;
}
#bpuPage .exhSec__head__txt {
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
#bpuPage .exhSec__head__btn {
  margin-top: 50px;
}
#bpuPage .exhSec__head__btn a {
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}
#bpuPage .exhSec__head__btn a img {
  width: 8px;
}
#bpuPage .exhSec__cs {
  position: relative;
  text-align: center;
  margin-top: 120px;
  padding-bottom: 250px;
}
#bpuPage .exhSec__cs__txt1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 190%; /* 34.2px */
  letter-spacing: 0.36px;
}
#bpuPage .exhSec__cs__txt2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-top: 40px;
}
#bpuPage .exhSec__area {
  position: relative;
  padding-top: 200px;
  padding-bottom: 30px;
}
#bpuPage .exhSec__area__ttl {
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 80px;
}
#bpuPage .exhSec__area__img {
  margin: 0 auto;
  text-align: center;
}
#bpuPage .exhSec__area__img img {
  width: auto;
  height: 85vh;
  max-height: 620px;
}
#bpuPage .exhSec__cnt {
  position: relative;
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto;
}
#bpuPage .exhSec__cnt__ttl {
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-bottom: 110px;
}
#bpuPage .exhSec__cnt__workList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 170px;
}
#bpuPage .exhSec__cnt .workBox {
  margin-left: 200px;
}
#bpuPage .exhSec__cnt .workBox.-item2 {
  margin-left: 0;
  margin-right: 200px;
}
#bpuPage .exhSec__cnt .workBox.-item2 .workBox__txtBlock {
  margin-left: auto;
}
#bpuPage .exhSec__cnt .workBox__kv {
  position: relative;
}
#bpuPage .exhSec__cnt .workBox__kv__txt {
  position: absolute;
  top: 0;
}
#bpuPage .exhSec__cnt .workBox__kv__txt.-l {
  left: -70px;
}
#bpuPage .exhSec__cnt .workBox__kv__txt.-r {
  right: -70px;
}
#bpuPage .exhSec__cnt .workBox__kv__txt img {
  width: 31px;
}
#bpuPage .exhSec__cnt .workBox__kv__img {
  position: relative;
}
#bpuPage .exhSec__cnt .workBox__kv__img .-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-animation: fadeSlide 8s linear forwards infinite;
          animation: fadeSlide 8s linear forwards infinite;
}
#bpuPage .exhSec__cnt .workBox__txtBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin-top: 90px;
}
#bpuPage .exhSec__cnt .workBox__txtBlock__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
  width: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
#bpuPage .exhSec__cnt .workBox__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 440px;
}
#bpuPage .exhSec__cnt .workBox__ttl__txt1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 160%; /* 64px */
  letter-spacing: 0.8px;
}
#bpuPage .exhSec__cnt .workBox__ttl__txt2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
}
#bpuPage .exhSec__cnt .workBox__btn {
  margin-top: 50px;
}
#bpuPage .exhSec__cnt .workBox__btn a {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1; /* 25.2px */
  letter-spacing: 0.28px;
  width: 235px;
}
#bpuPage .exhSec__cnt .workBox__btn a img {
  width: 8px;
}
#bpuPage .exhSec .reasearchSec {
  position: relative;
  padding-top: 200px;
  max-width: 1440px;
  margin: 0 auto;
}
#bpuPage .exhSec .reasearchSec__ttl {
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-bottom: 110px;
}
#bpuPage .exhSec .reasearchSec__imgList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
#bpuPage .exhSec .reasearchSec__imgList__img {
  width: 50%;
  position: relative;
}
#bpuPage .exhSec .reasearchSec__imgList__img .-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-animation: fadeSlide 8s linear forwards infinite;
          animation: fadeSlide 8s linear forwards infinite;
}
#bpuPage .exhSec .reasearchSec__txt {
  max-width: 1040px;
  margin: 90px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.32px;
}
#bpuPage .exhSec .reasearchSec__btn {
  text-align: center;
  margin-top: 90px;
}
#bpuPage .exhSec .reasearchSec__btn a {
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}
@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
  } /* 初期状態: 透明（背景画像のみ見える） */
  12.5% {
    opacity: 1;
  } /* 1秒かけてフェードイン */
  37.5% {
    opacity: 1;
  } /* 2秒間表示 */
  50% {
    opacity: 0;
  } /* 1秒かけてフェードアウト */
  100% {
    opacity: 0;
  } /* 残りの時間、背景画像のみ見える */
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
  } /* 初期状態: 透明（背景画像のみ見える） */
  12.5% {
    opacity: 1;
  } /* 1秒かけてフェードイン */
  37.5% {
    opacity: 1;
  } /* 2秒間表示 */
  50% {
    opacity: 0;
  } /* 1秒かけてフェードアウト */
  100% {
    opacity: 0;
  } /* 残りの時間、背景画像のみ見える */
}
#bpuPage .exhSec .creditBlock {
  max-width: 1035px;
  margin: 0 auto;
  padding-top: 160px;
}
#bpuPage .exhSec .creditBlock__ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
}
#bpuPage .exhSec .creditBlock .item {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
  margin-top: 40px;
}
#bpuPage .exhSec .creditBlock dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
#bpuPage .talkEventSec {
  color: #fff;
  background: url(/en/corp/set/data/technology/research/bpu/img/shared/mess-bg.jpg) center top;
  padding: 180px 0;
}
#bpuPage .talkEventSec__head {
  text-align: center;
}
#bpuPage .talkEventSec__head__txt {
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
#bpuPage .talkEventSec__head__btn {
  margin-top: 50px;
}
#bpuPage .talkEventSec__head__btn a {
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}
#bpuPage .talkEventSec__head__btn a img {
  width: 8px;
}
#bpuPage .talkEventSec__cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 180px auto 0;
  max-width: 1040px;
}
#bpuPage .talkEventSec .teBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 95px;
  width: 440px;
}
#bpuPage .talkEventSec .teBox:nth-child(2) {
  padding-top: 120px;
}
#bpuPage .talkEventSec .teBox__head {
  position: relative;
}
#bpuPage .talkEventSec .teBox__head__enTxt {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  position: absolute;
  left: 17px;
  top: 0;
  white-space: nowrap;
}
#bpuPage .talkEventSec .teBox__head__txtBlock {
  margin-left: 40px;
}
#bpuPage .talkEventSec .teBox__head__ttl {
  position: relative;
  top: -20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 144%; /* 69.12px */
  letter-spacing: 0.96px;
}
#bpuPage .talkEventSec .teBox__head__date {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
  margin-top: 10px;
}
#bpuPage .talkEventSec .teBox__txtarea p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88; /* 30.4px */
  letter-spacing: 0.32px;
}
#bpuPage .talkEventSec .teBox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#bpuPage .talkEventSec .teBox__list__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.28px;
}
#bpuPage .talkEventSec .teBox .pBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
#bpuPage .talkEventSec .teBox .pBox__img {
  width: 128px;
}
#bpuPage .talkEventSec .teBox .pBox__txtarea {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  position: relative;
  margin-top: -0.4em;
}
#bpuPage .talkEventSec .teBox .pBox__txtarea p {
  font-size: 18px;
  font-weight: 400;
  line-height: 190%; /* 34.2px */
  letter-spacing: 0.36px;
}
#bpuPage .talkEventSec .teBox .pBox__txtarea p.-sub {
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.28px;
}
#bpuPage .programSec {
  padding: 170px 0 0;
}
#bpuPage .programSec .secTtl {
  text-align: center;
}
#bpuPage .programSec__cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px auto 0;
  max-width: 1040px;
  gap: 180px;
}
#bpuPage .programSec .progBlock__ttl {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
#bpuPage .programSec .progBlock__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: var(--sb_gray, #B7BBBE) solid 1px;
  gap: 38px;
  padding-top: 38px;
  font-size: 16px;
  font-weight: 400;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.32px;
}
#bpuPage .programSec .progBlock__list .-note {
  display: inline-block;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.28px;
}
#bpuPage .programSec .progBlock__list > .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: var(--sb_gray, #B7BBBE) solid 1px;
  padding-bottom: 38px;
}
#bpuPage .programSec .progBlock__list > .item dt {
  width: 240px;
}
#bpuPage .programSec .progBlock__list > .item dd {
  width: calc(100% - 270px);
}
#bpuPage .programSec .progBlock__list > .item dd p {
  line-height: inherit;
}
#bpuPage .programSec .progBlock__list > .item .item__map {
  width: 100%;
  margin-top: 48px;
  height: 400px;
}
#bpuPage .programSec .progBlock__list > .item .item__map iframe {
  width: 100%;
  height: 100%;
}
#bpuPage .programSec .progBlock__list > .item .item__btn {
  margin-top: 25px;
}
#bpuPage .programSec .progBlock__list > .item .item__btn a {
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}
#bpuPage .programSec .progBlock__list > .item .item__btn a img {
  width: 8px;
}
#bpuPage .inqSec {
  background: #191919;
  color: #fff;
  padding: 180px 0;
}
#bpuPage .inqSec .secTtl {
  text-decoration: none;
  font-weight: 600;
}
#bpuPage .inqSec__cnt {
  margin: 0 auto;
  width: 1040px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bpuPage .inqSec__cnt dl {
  width: 500px;
}
#bpuPage .inqSec__cnt dl:nth-child(2) {
  padding-top: 120px;
}
#bpuPage .inqSec__cnt dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.32px;
  margin-top: 65px;
}
#bpuPage .inqSec__cnt dl dd a {
  text-decoration: underline;
}
#bpuPage .behindSec {
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #000;
  padding: 180px 0 0;
}
#bpuPage .behindSec__head {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
#bpuPage .behindSec__head__txt {
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
#bpuPage .behindSec__head__btn {
  margin-top: 50px;
}
#bpuPage .behindSec__head__btn a {
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}
#bpuPage .behindSec__head__btn a img {
  width: 8px;
}/*# sourceMappingURL=substyle.css.map */