@charset "utf-8";
#inc03 {
  position: relative;
  margin: 100px 0 0px;
  padding: 0px
}
#inc03 .tit_box {
  font-size: 45px;
  text-align: center
}
#inc03 .tit_box .en_tit {
  position: relative;
  padding-top: 26px;
  color: #aaa;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase
}
#inc03 .tit_box .en_tit .deco:before, #inc03 .en_tit .deco:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  background: var(--primary);
  border-radius: 50%
}
#inc03 .tit_box .en_tit .deco:before {
  left: 49.6%
}
#inc03 .tit_box .en_tit .deco:after {
  left: 50.5%
}
#inc03 .tit_box h2 {
  padding: 20px 0 30px 0;
  line-height: 1.3;
  color: #111;
  font-weight: 700
}
#inc03 .tit_box .txt {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  margin-bottom: 70px;
}
#inc03 .tit_area {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 10;
  color: #fff;
}
#inc03 .tit_area {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  color: #fff;
}
#inc03 .tit_area span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 14px;
  color: #111;
  background: #fff;
}
#inc03 .item {
  position: sticky;
  top: 120px;
  width: 100%;
  height: 640px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  border-radius: 0px;
  background-position: center;
  background-size: cover
}
#inc03 .bg01 {
  background-image: url('img/img01.jpg')
}
#inc03 .bg02 {
  transform: translateY(0px);
  background-image: url('img/img02.jpg')
}
#inc03 .bg03 {
  transform: translateY(0px);
  background-image: url('img/img03.jpg')
}
#inc03 .bg04 {
  transform: translateY(0px);
  background-image: url('img/img04.jpg')
}
#inc03 .bg05 {
  transform: translateY(0px);
  background-image: url('img/img05.jpg')
}
#inc03 .item dl {
  display: flex;
  margin-left: 400px
}
#inc03 .item dt {
  width: 350px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
#inc03 .item dd {
  width: 500px;
  margin-left: 200px;
  color: #fff;
}
#inc03 .item a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  transition: all .3s
}
#inc03 .item a:hover {
  color: #111;
  background: #fff
}