.section_title{
  display: inline-block;
  margin: 0 auto;
  padding: 72px 72px 0;
  margin: 0 0 60px 0;
  font-size: 1.875rem;
  line-height: 36px;
  letter-spacing: 0.1em;
  color: #fff;
  border-left: 1px solid #8cc5f7;
  border-right: 1px solid #8cc5f7;
}
.mv{
  margin: 86px 0 0 0;
  height: calc(100vh - 126px);
}
.slide {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide01{
    background: url(../images/mv_slide01.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.slide02{
  background: url(../images/mv_slide02.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.slide03{
  background: url(../images/mv_slide03.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
    display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.mv .mv_item{
  display: flex;
  margin: 0 auto;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.mv .mv_item h1{
  text-align: right;
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  line-height: 80px;
}

.mv_title_second{
  display: block;
  padding: 0 40px 0 0;
}

.mv_item .scrollbar {
  font-size: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  height: 240px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.mv_item .scrollbar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #fff;
}
.scrollbar::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 240px;
  background: rgba(255, 255, 255, .4);
}
.scrollbar::after {
  height: 30px;
  animation: sdl 1.5s ease infinite;
}
@keyframes sdl {
  0% {
    transform: translateY(-210px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}

.scrollbar_text{
  display: inline-block;
  position: relative;
  text-align: right;
  bottom: 14px;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.scrollbar_text::after{
  display: block;
  width: 30px;
  height: 40px;
  bottom: -36px;
  right: -10px;
  content: "";
  background: url(../images/scroll.jpg);
  position: fixed;
}

.introduction{
  text-align: center;
  margin: 90px 0 35px 0;
}

.introduction p{
  text-align: center;
  color: #212121;
  line-height: 36px;
  letter-spacing: 0.1em;
  font-size: 1rem;
  margin: 0 0 40px 0;
}

.introduction h2{
  font-size: 1.25rem;
  line-height: 36px;
  letter-spacing: 0.1em;
  margin: 0 0 78px 0;
  text-align: center;
  color: #212121;
}

.banner_wrap{
  padding: 94px 0;
  background: url(../images/banner_bg.png) no-repeat;
  background-position: 50% 50%;
  margin: 0 0 42px 0;
}

.banner_wrap a{
  position: relative;
  padding: 38px 134px;
  line-height: 36px;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #005dae;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0px 0px 10px #919191;
  transition: .2s;
}

.banner_wrap a:hover{
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

.banner_wrap a::after{
  content: "";
  position: absolute;
  right: 30px;
  width: 18px;
  height: 32px;
  background: url(../images/banner_angle.png) no-repeat;
  background-position: 95% 50%;
}

.know{
  background: url(../images/index_bg.jpg) no-repeat;
  background-size: cover;
}
.know .Inner{
  text-align: center;
}
.movie{
  margin: 0 0 80px 0;
  max-width: 900px;
  min-height: 506px;
  width: 100%;
  height: auto;
}
.business{
  display: flex;
  justify-content: center;
  margin: 0 0 209px 0;
}
.business li{
  width: 100%;
}
.business li:first-child{
  margin: 0 2% 0 0;
}
.business li:last-child{
  margin: 0 0 0 2%;
}

.business li a{
  display: inline-block;
  position: relative;
  padding: 8.7% 6% 15.7% 6%;
  border: 1px solid #939393;
  background: rgba(0, 0, 0, .6);
}
.business li a::after{
  position: absolute;
  bottom: 0;
  content: "";
  background: url(../images/business_more_on.jpg);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 200px;
  height: 40px;
}

.business li strong{
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 34px;
  letter-spacing: 0.1em;
  margin: 0 0 30px 0;
}
.business li p{
  display: inline-block;
  width: 420px;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 26px;
}

.business li a:hover{
  opacity: 1;
  background: rgba(255, 255, 255, .6);
  transition: .5s;
}

.business li a:hover p,.business li a:hover strong{
  color: #005dae;
  transition: .5s;
}

.business li a:hover::after{
  background: url(../images/business_more_off.jpg);
}

.project_banner{
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 0 134px 0;
}
.project_banner::after{
  content: "PROJECT";
  position: absolute;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -205px;
  font-family: "Roboto Condensed";
  letter-spacing: 0;
  font-size: 220px;
  font-weight: bold;
  color: #fff;
  opacity: 0.3;
  z-index: 0;
}
.project01,.project02,.project01 a,.project02 a{
  font-size: 0;
  transition: .5s;
}
.project01,
.project02{
  z-index: 1;
}

.project01 a,.project02 a{
  display: inline-block;
}

/* .project01 a{
display: inline-block;
background: url(../images/project01.jpg) no-repeat;
}
.project01 a:hover{
opacity: 1;
background: url(../images/project01_on.jpg);
}

.project02 a{
display: inline-block;
background: url(../images/project02.jpg) no-repeat;
}
.project02 a:hover{
opacity: 1;
background: url(../images/project02_on.jpg) no-repeat;
} */

.work{
  text-align: center;
  margin: 0 0 120px 0;
}
.work .section_title{
  color: #212121;
  border-left: solid 1px #005eae;
  border-right: solid 1px #005eae;
}

.work_slider{
  max-width: 980px;
  margin: 0 auto;
}
.work_slider .slick-list{
  width: 859px;
  margin: 0 auto;
}

.work_slider a{
  height: 320px;
  max-width: 380px;
  width: 100%;
  transition: .5s;
}

.link_banner{
  display: inline-block;
}

.link_banner:hover .link_banner_img::before{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.2s;
}

.link_banner_img{
  display: block;
  width: 380px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.link_banner_img p{
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  position: absolute;
  font-weight: bold;
  color: #fff;
  bottom: 20px;
  left: 28px;
}

.link_banner_img::before{
  position: absolute;
  content: "";
  display: block;
  width: 380px;
  height: 280px;
  top: 0;
  left: 0;
  transition: 0.2s;
}

.link_banner_text{
  display: flex;
  align-items: center;
  justify-content: right;
}

.link_banner_text small{
  color: #212121;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 20px 0 0;
}

.link_banner_text .more{
  order: 2;
  position: relative;
  color: #5ab1fb;
  background: #005dae;
  padding: 12px 50px 12px 30px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  z-index: 1;
  margin: 0 20px 0 0;
  border-left: 1px solid #005dae;
  border-bottom: 1px solid #005dae;
  border-right: 1px solid #005dae;
}
.link_banner_text .more::before{
  position: absolute;
  content: url(../images/link_arrow.png);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.link_banner:hover .link_banner_text .more::before{
  content: url(../images/link_arrow_on.png);
}

.link_banner_text .more::after{
  content: "";
  width: 100%;
  height: 97%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFF;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.link_banner:hover .link_banner_text .more{
  color: #005dae;
}
.link_banner:hover .link_banner_text .more::after{
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.work_slider .link01 .link_banner_img::before{
  background: url(../images/link01.jpg) no-repeat;
}
.work_slider .link02 .link_banner_img::before{
  background: url(../images/link02.jpg) no-repeat;
}
.work_slider .link03 .link_banner_img::before{
  background: url(../images/link03.jpg) no-repeat;
}
.work_slider .link04 .link_banner_img::before{
  background: url(../images/link04.jpg) no-repeat;
}

.work_slider a:hover{
  opacity: 1;
  transition: .5s;

}
.work_slider img{
  display: inline-block;
}
.slick-prev{
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  z-index: 5;
  background: #fff;
  width: 79px;
  height: 358px;
}
.slick-next{
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  z-index: 5;
  background: #fff;
  width: 79px;
  height: 358px;
}
.slick-prev:before,.slick-next::before{
  display: block;
  content: "";
  background: url(../images/section4_angle_left.png) no-repeat;
  background-position: 0 50%;
  width: 79px;
  height: 358px;
}
.slick-next::before{
  background: url(../images/section4_angle_right.png) no-repeat;
  background-position: 100% 50%;
}


.support{
  text-align: center;
  background: url(../images/section4_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.support .section_title{
  margin: 0 0 220px 0;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.support .business{
  margin: 0;
  padding: 0 0 60px 0;
}

.info{
  text-align: center;
}
.info .section_title{
  padding: 40px 155px;
  color: #212121;
  border-left: solid 1px #005eae;
  border-right: solid 1px #005eae;
}
.info ul{
  display: flex;
  margin: 0 0 120px 0;
  justify-content: space-between;
}
.info ul li{
  width: 100%;
  max-width: 186px;
  margin-right: 20px;
}

.info ul li:last-child{ margin-right: 0;}

.info ul li a,
.info ul li .digital_pamphlet{
  position: relative;
  text-align: left;
  border: 1px solid #005eae;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  max-width: 162px;
  height: 98px;
  color: #005eae;
  font-size: 0.9rem;
  line-height: 24px;
  letter-spacing: 0.05em;
  background: url(../images/info_arrow.png) no-repeat;
  background-position: 95% 50%;
  transition: .3s;
  z-index: 1;
}

.info ul li .digital_pamphlet {
  cursor: pointer;
}

.info ul li:nth-child(2) a , .info ul li:nth-child(3) a{ padding-left: 10px;}

.info ul li a::before,
.info ul li .digital_pamphlet::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #005eae;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.info ul li a:hover,
.info ul li .digital_pamphlet:hover{
  opacity: 1;
  color: #fff;
}
.info ul li a:hover::before,
.info ul li .digital_pamphlet:hover::before{
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.info ul li a::after,
.info ul li .digital_pamphlet::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.info ul li a:hover::after,
.info ul li .digital_pamphlet:hover::after{
  background: url(../images/info_arrow_on.png) no-repeat;
  background-position: 90% 50%;
  opacity: 1;
}

.SP_introduction_p{
  display: none;
}
.SP_introduction_h2{
  display: none;
}

.SP_Inner{
  display: none;
  margin: 0 40px;
}
.sp_br{
  display: none;
  }

/*SP*/
@media screen and (max-width:950px) {

  .slide {
      height: calc(100% - 40px);
    }
  .mv {
      margin: 60px 0 0 0;
      height: calc(100vh - 60px);
  }
  .sp_br{
      display: block;
  }
  .mv .mv_item{
      left: 0;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
  }

  .mv .mv_item h1{
      text-align: right;
      font-size: 42px;
      color: #fff;
      font-weight: bold;
      line-height: 50px;
      letter-spacing: 0;
  }

.slide01{
    background: url(../images/mv_sp_slide01.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.slide02{
  background: url(../images/mv_sp_slide02.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.slide03{
  background: url(../images/mv_sp_slide03.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
  .PC_introduction_p{
      display: none;
  }
  .PC_introduction_h2{
      display: none;
  }
  .introduction .SP_introduction_p{
      display: block;
      font-size: 0.875rem;
      line-height: 25px;
      letter-spacing: 00.0em;
  }
  .introduction .SP_introduction_h2{
      display: inline-block;
      font-size: 0.9375rem;
      line-height: 24px;
      letter-spacing: 00.1em;
  }
  .banner_wrap{
      padding: 0;
      background-size: 100%;
  }
  .banner_wrap a{
      display: inline-block;
      font-size: 1rem;
      width: 290px;
      padding: 17px 0;
      letter-spacing: 0.05em;
  }

  .banner_wrap a::after{
      content: "";
      position: absolute;
      right: 23px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      width: 9px;
      height: 16px;
      background: url(../images/banner_angle.png) no-repeat;
      background-position: 95% 50%;
  }

  .section_title{
      font-size: 1.25rem;
      padding: 50px 30px 0;
      margin: 0 0 40px 0;
  }
  .movie{
      margin: 0 0 40px 0;
      min-height: 376px;
  }
  .business{
      display: block;
      margin: 0 0 121px 0;
  }
  .business li:first-child{
      margin: 0 0 20px 0;
  }
  .business li:last-child{
      margin: 0 0 0 0;
  }
  .business li{
      width: 100%;
  }
  .business li a{
      display: block;
      padding: 20px 0;
  }
  .business li strong{
      display: block;
      margin: 0 0 18px 0;
      font-size: 1.1875rem;
      letter-spacing: 0.05em;
      line-height: 18px;
  }
  .business li p{
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0;
      width: 100%;
      margin: 0 0 40px 0;
  }
  .project_banner::after {
      font-size: 75px;
      top: -77px;
      opacity: 0.5;
  }
  .project_banner{
      padding: 0 0 40px 0;
  }
  .project_banner a{
      width: 158px;
      height: 200px;
  }
  .project01{
      margin: 0;
  }
/* .project01 a{
background: url(../images/SP_project01.jpg);
background-size: contain;
}
.project01 a:hover{
background: url(../images/SP_project01.jpg);
background-size: contain;
} */

/* .project02 a{
background: url(../images/SP_project02.jpg);
background-size: contain;
}
.project02 a:hover{
background: url(../images/SP_project02.jpg);
background-size: contain;
} */

  .support .section_title{
      padding: 52.5px 10px 0;
      margin: 0 0 100px 0;
  }
  .work{
      margin: 0 0 60px 0;
  }

  .work_slider{
      margin: 0 auto;
      max-width: 375px;
  }
  .work_slider .slick-list{
      width: 293px;
      margin: 0 auto;
  }
  .work_slider .slick-slide{
      font-size: 0;
  }
  .work_slider a{
      font-size: 0;
      height: 249px;
      max-width: 135px;
      width: 100%;
      transition: .5s;
      background-size: contain;
  }
  .link_banner_img{
      display: block;
      width: 135px;
      height: 200px;
      position: relative;
      overflow: hidden;
  }
  .link_banner_img::before{
      width: 135px;
      height: 200px;
  }
  .work_slider .link01 .link_banner_img::before{
      background: url(../images/link01_sp.jpg) no-repeat;
  }
  .work_slider .link02 .link_banner_img::before{
      background: url(../images/link02_sp.jpg) no-repeat;
  }
  .work_slider .link03 .link_banner_img::before{
      background: url(../images/link03_sp.jpg) no-repeat;
  }
  .work_slider .link04 .link_banner_img::before{
      background: url(../images/link04_sp.jpg) no-repeat;
  }
  .link_banner_text{
      display: block;
  }
  .link_banner_img p{
      font-size: 0.6875rem;
      line-height: 14px;
      left: 11px;
  }
  .link_banner_text .more{
      font-size: 11px;
      padding: 10px 30px 10px 20px;
      margin: 0 22px 10px 22px;
  }
  .link_banner_text small{
      font-size: 0.6875rem;
  }
  .link_banner_text .more::after{
      height: 100%;
  }

  .work_slider a:hover{
      opacity: 1;
      transition: .5s;
  }
  .work_slider img{
      display: inline-block;
  }
  .slick-prev{
      border-top: none;
      border-right: none;
      border-bottom: none;
      z-index: 5;
      background: #fff;
      width: 38px;
      height: 200px;
  }
  .slick-next{
      border-top: none;
      border-left: none;
      border-bottom: none;
      z-index: 5;
      background: #fff;
      width: 38px;
      height: 200px;
      right: -20px;
  }
  .slick-prev:before,.slick-next::before{
      display: block;
      content: "";
      background: url(../images/section4_angle_left.png) no-repeat;
      background-position: 8px 50%;
      width: 38px;
      height: 40px;
  }
  .slick-next::before{
      background: url(../images/section4_angle_right.png) no-repeat;
      background-position: -15px 50%;
  }
  .info .section_title {
      padding: 50px 110px 0;
  }
  .info ul{
      display: block;
      margin: 0;
  }
  .info ul li {
      margin: 0 0 20px 0;
      max-width: 100%;
  }
  .info ul li a,
  .info ul li .digital_pamphlet{
      max-width: 100%;
      height: 48px;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 0.1em;
  }
  .info ul li:first-child{
      margin: 0 0 20px 0;
  }
  .info ul li:last-child{
      margin: 0;
  }
  .pc_br{
      display: none;
  }
}

/*2023-07-24 add*/
.project_banner{
display: flex;
justify-content: center;
padding-bottom: 134px;
gap: 40px;
}

.project_banner li{
max-width: 488px;
width: 100%;
}

.project_banner li a{
border: 1px solid #939393;
position: relative;
display: block;
}

.project_banner li a::after{
display: block;
content: "";
width: 32px;
height: 57px;
background: url(../images/angle-right.png);
position: absolute;
bottom: 15px;
right: 10px;
}

.project_banner li a div{
display: flex;
background: #000;
position: relative;
transition: .2s;
}

.project_banner li a div span{
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
  height: 180px;
  margin: 0 0 0 auto;
}

.project_banner li a div span img{
vertical-align: bottom;
position: absolute;
top: -50%;
right: -50%;
bottom: -50%;
left: -50%;
margin: auto;
width: auto;
height: 100%;
transition: .2s;
}

.project_banner li a dl{
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
z-index: 100;
}

.project_banner li a dt,
.project_banner li a dd{
color: #fff;
}

.project_banner li a dt{
font-size: 12px;/*0.75rem*/
font-weight: bold;
border-bottom: 1px solid #005dae;
width: fit-content;
margin-bottom: 20px;
font-family: "Roboto Condensed";
transition: .2s;
}

.project_banner li a dt span{
font-size: 30px;/*1.875rem*/
font-weight: bold;
padding-left: 15px;
line-height: 1;
position: relative;
display: inline;
width: 100%;
height: 100%;
}

.project_banner li a dd{
font-size: 18px;/*1.125rem*/
font-weight: bold;
text-align: left;
}

/*hover*/
.project_banner li a:hover div{
background: #005dae;
}

.project_banner li a:hover dt{
border-bottom: 1px solid #fff;
}

.project_banner li a:hover div span img{
transform: scale(1.1,1.1);
}

.project_banner .pj-pc-br{
display: block;
}

.project_banner .pj-sp-br{
display: none;
}

@media screen and (max-width: 950px){
.project_banner li{
  max-width: 156px;
}

.project_banner li a{
  border: 2px solid #939393;
}

.project_banner li a div{
  display: block;
  padding-top: 115px;
}

.project_banner li a div span{
  padding-left: 0;
  height: 85px;
}

.project_banner li a dl{
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 100;
  width: 85%;
}

.project_banner li a dt{
  font-size: 9px;
  margin-bottom: 10px;
}

.project_banner li a dt span{
  font-size: 30px;
  padding-left: 7px;
}

.project_banner li a dd{
  font-size: 14px;
  letter-spacing: -0.01em;
}

.project_banner li a::after{
  display: block;
  content: "";
  width: 16px;
  height: 29px;
  background: url(../images/angle-right-sp.png);
  position: absolute;
  bottom: 15px;
  right: 10px;
}

/*hover*/
.project_banner li a:hover div{
  background: #005dae;
}

.project_banner li a:hover dt{
  border-bottom: 1px solid #fff;
}

.project_banner li a:hover div span img{
  transform: scale(1,1);
}

.project_banner .pj-sp-br{
  display: block;
}

.project_banner .pj-pc-br{
display: none;
}

.project_banner li a div span img{
width: 100%;
height: auto;
}
}

/*2023-08-24 add*/
.project_banner .project-new a{
display: block;
max-width: 486px;
width: 100%;
height: 280px;
position: relative;
border: none;
overflow: hidden;
z-index: 1;
background: #2d2d2d;
margin: 0 auto;
}

.project_banner .project-new a::after{
display: block;
content: "";
width: 15px;
height: 30px;
background: url(../images/angle-right-new.svg);
position: absolute;
bottom: 30px;
right: 20px;
}

.project_banner .project-new a::before{
transition: .3s;
display: block;
content: "";
width: 30px;
height: 3px;
background: #005dae;
position: absolute;
bottom: 20px;
right: 15px;
z-index: 1;
opacity: 0;
}

.project_banner .project-new a:hover:before{
opacity: 1;
}

.project_banner .project-new a .bnr-trim{
display: block;
height: 100%;
position: relative;
}

.project_banner .project-new a .bnr-trim::after{
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
}

.project_banner .project-new a .bnr-trim img {
vertical-align: bottom;
position: absolute;
top: -50%;
right: -50%;
bottom: -50%;
left: -50%;
margin: auto;
width: 486px;
height: 280px;
transition: .2s;
}

.project_banner .project-new a:hover .bnr-trim img{
transform: scale(1.1, 1.1);
}

.project_banner .project-new a .bnr-number{
font-size: 12px;
font-weight: bold;
width: fit-content;
margin-bottom: 20px;
font-family: "Roboto Condensed";
transition: .2s;
color: #fff;
position: absolute;
top: 20px;
left: 20px;
}

.project_banner .project-new a .bnr-number span{
font-size: 30px;
font-weight: bold;
padding-left: 5px;
line-height: 1;
position: relative;
display: inline;
}

.project_banner .project-new a strong{
display: block;
font-size: 18px;
font-weight: bold;
text-align: left;
position: absolute;
color: #fff;
bottom: 15px;
right: 75px;
}

@media screen and (max-width: 950px) {
.bnr-list-new{
  display: block;
}
.project_banner .project-new{
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.project_banner .project-new a .bnr-number{
  top: 10px;
  left: 10px;
  font-size: 9px;
}
.project_banner .project-new a .bnr-trim img{
  width: 100%;
  height: auto;
}
}

/*2023-08-28*/
@media screen and (max-width: 400px){
.scrollbar_text::after{
  right: 0;
}
.project_banner{
  gap: 10px;
}
.project_banner li{
  max-width: 150px;
}
.project_banner a{
  width: 140px;
  height: 197px;
}
.project_banner li a dd{
  font-size: 12px;
}
.project_banner li a div span{
  height: 82px;
}
}

/*2023-09-07*/
@media screen and (max-width: 950px) {
.info ul li:nth-child(2) a,
.info ul li:nth-child(3) a {
  padding-left: 20px;
}
}

/*2023-10-05 add*/
.work_banner {
position: relative;
display: block;
max-width: 900px;
margin: 0 auto 80px;
overflow: hidden;
}

.work_banner::after{
content: "";
display: block;
width: 35px;
height: 64px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 40px;
background: url(../images/work_banner_angle_right.svg) no-repeat;
z-index: 5;
}

.work_banner p{
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 65px;
font-size: 50px;
color: #000;
z-index: 5;
letter-spacing: 0.18em;
display: flex;
align-items: center;
line-height: 1;
font-weight: 300;
}

.work_banner p span{
font-size: 40px;
}

.work_banner img{
max-width: 900px;
width: 100%;
height: auto;
vertical-align: bottom;
transition: .2s;
}

.work_banner:hover img{
transform: scale(1.1, 1.1);
}

@media screen and (max-width: 950px) {
.work_banner p{
  font-size: 25px;
}
.work_banner p span{
  font-size: 20px;
}
.work_banner::after{
  width: 18px;
  height: 32px;
}
}

@media screen and (max-width: 400px){
.work_banner p{
  left: 35px;
}
.work_banner::after{
  right: 20px;
}
}
