@charset "utf-8";

#main h1{
  background:linear-gradient(90deg, #007FFE,#FFDBBC);
  background-size: 200% 200%;
  animation: main-gradient 5s ease infinite;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 8vw;
  width: fit-content;
  font-weight: bold;
  line-height: 1.0;
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 80px;

}
#main h1 span{
  color: var(--rev-c);
  font-size: 18px;
  display: block;
  margin-bottom: 1em;
}
@keyframes main-gradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.section-number{
  display: flex;
  flex-direction: column;
  width: 20px;
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 40px;
  left: -48px;
}
.section-number span.num{
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 64px;
  position: relative;
}
.section-number span.num::before{
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.section-number p{
  font-weight: 500;
  font-size: 12px;
  transform: rotate(90deg);
}
#main .main__inner{
  position: relative;
}
#main .main-sliders{
  width: calc(100% - 80px);
  overflow: hidden;
}
#main .slider-item{
  width: calc(100% - 80px);
  padding-top: max(500px,100vh);
}
@media screen and (max-width:1080px){
  #main .main-sliders {
    width: calc(100% - 64px);
  }
  #main h1{
    font-size: 80px;
    left: 64px;
  }
}
@media screen and (max-width:768px){
  #main .main-sliders {
    width: calc(100% - 48px);
  }
  #main h1{
    bottom: 50%;
    left: 48px;
    transform: translateY(50%);
    font-size: 12vw;
  }
  #main h1 span{
    font-size: 3.4vw;
  }
}
@media screen and (max-width:600px){
  #main .main-sliders {
    width: calc(100% - 40px);
  }
  .section-number span.num,
  .section-number p{
    font-size: 10px;
  }
  .section-number{
    flex-direction: row;
  }
  .section-number p{
    transform: rotate(0deg);
  }
  .section-number span.num{
    padding-bottom: 0;
    padding-right: 32px;
  }
  .section-number span.num::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: unset;
  }
}

#introduction{
  background: url(../image/front/our-mission.jpg) no-repeat center center / cover;
  margin-right: 80px;
  padding-left: 80px;
  position: relative;
}
#introduction::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #007FFE,#FFDBBC);
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
}
#introduction .section__inner{
  position: relative;
  padding-top: clamp(400px,80vh,750px);
}
#introduction .text__inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-right: solid 1px var(--rev-c);
  border-left: solid 1px var(--rev-c);
  border-bottom: solid 1px var(--rev-c);
  z-index: 2;
  padding: 0 0 56px;
}
#introduction .text__inner h3{
  color: var(--rev-c);
  transform: translateY(-50%);
  position: relative;
  font-size: 24px;
  white-space: nowrap;
  padding: 0 80px;
}
#introduction .text__inner h3::before{
  content: "";
  display: block;
  height: 1px;
  width: 72px;
  background: var(--rev-c);
  position: absolute;
  top: 50%;
  left: 0;
}
#introduction .text__inner h3::after{
  content: "";
  display: block;
  height: 1px;
  width: 72px;
  background: var(--rev-c);
  position: absolute;
  top: 50%;
  right: 0;
}
#introduction h2{
  width: 420px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#introduction .text__inner p{
  color: var(--rev-c);
  text-align: center;
  line-height: 3.5;
}
#introduction .section-number{
  color: var(--rev-c);
}
#introduction .section-number span.num::before{
  background: var(--rev-c);
}

@media screen and (max-width:1080px){
  #introduction{
    margin-right: 64px;
    padding-left: 64px;
  }
  #introduction .text__inner h3{
    font-size: 20px;
  }
  #introduction h2 {
    width: 360px;
  }
  #introduction .text__inner p{
    font-size: 15px;
    line-height: 3.0;
  }
  #introduction .text__inner{
    padding-bottom: 40px;
  }
}
@media screen and (max-width:768px){
  #introduction{
    margin-right: 48px;
    padding-left: 48px;
  }
  #introduction .text__inner h3{
    white-space: unset;
    text-align: center;
  }
  #introduction .text__inner h3 span{
    display: inline-block;
    white-space: nowrap;
  }
  #introduction .section__inner{
    padding-top: min(600px,90vh);
  }
  #introduction h2 {
    width: 40vw;
  }
  #introduction .section-number{
    left: -32px;
  }
}
@media screen and (max-width:600px){
  #introduction{
    margin-right: 40px;
    padding-left: 40px;
  }
  #introduction .text__inner p{
    font-size: 13px;
    line-height: 2.6;
  }
  #introduction .text__inner h3 {
    font-size: 18px;
    padding: 0 48px;
  }
  #introduction .text__inner h3::before,
  #introduction .text__inner h3::after{
    width: 40px;
  }
  #introduction .text__inner{
    left: calc(50% - 20px);
  }
}

#company{
  position: relative;
  padding-top: 160px;
}
#company::before{
  content: "";
  height: 50%;
  width: 100%;
  display: block;
  background: var(--main-c);
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}
#company .section__inner{
  margin: 0 80px;
}
#company .content__block{
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 4.99%,var(--text-c) 5%, var(--text-c) 84.99%, transparent 85%, transparent 100%);
}
#company .content__block::before{
  content: "";
  display: block;
  width: 65%;
  height: 100%;
  background: url(../image/front/company-img.png) no-repeat right bottom / contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
#company h2{
  width: 360px;
  transform: translateY(-20%);
}
#company .section__inner{
  position: relative;
}
#company .section-number span.num::before {
  background: var(--text-c);
}
#company .block__inner{
  width: min(100%,1080px);
  margin: 0 auto;
  position: relative;
}

#company .block__inner p{
  color: var(--rev-c);
  padding-left: 16px;
  padding-bottom: 120px;
  line-height: 2.2;
  text-shadow: 1px 0px 1px rgba(21,30,47,1);
}
#company .btn__block{
  background: var(--text-c);
  text-align: right;
}
  #company .btn__block a{
    background: var(--main-c);
    color: var(--rev-c);
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    padding: 24px 120px 20px 32px;
    position: relative;
    display: inline-block;  
  }
@media screen and (max-width:1080px){
  #company{
    padding-top: 120px;
  }
  #company .section__inner{
    margin: 0 64px;
  }
  #company h2 {
    width: 320px;
  }
  #company .block__inner p{
    font-size: 15px;
  }
  #company .content__block{
    background: linear-gradient(180deg, transparent 0%, transparent 2.99%,var(--text-c) 3%, var(--text-c) 89.99%, transparent 90%, transparent 100%);
  }
  #company .btn__block a {
    font-size: 20px;
    padding: 20px 100px 16px 24px;
  }
}
@media screen and (max-width:768px){
  #company {
    padding-top: 96px;
  }
  #company .block__inner p {
    font-size: 14px;
  }
  #company .section__inner {
    margin: 0 48px;
  }

  #company .block__inner{
    padding-top: 12%;
  }
  #company h2{
    width: 36vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
  #movie .movie__inner img{
    border: solid 12px var(--rev-c);
  }
  #movie .movie__inner a::before{
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}
@media screen and (max-width:600px){
  #company .section-number{
    top: -56px;
    left: 6px;
  }
  #company .section__inner {
    margin: 0 40px;
  }
  #company .block__inner p br{
    display: none;
  }
  #company .section__inner{
    margin: 0 40px 0 0;
  }
  #company .block__inner p {
    font-size: 13px;
    
  }
  #company .btn__block a {
    font-size: 18px;
    padding: 16px 80px 14px 16px;
  }
}



#movie{
  background:linear-gradient(135deg, rgba(0,127,254,0.32),rgba(255,219,188,0.32));
  padding-bottom: 160px;
}
#movie .section-number span.num,
#movie .section-number p{
  color: var(--rev-c);
}
#movie .section-number span.num::before{
  background: var(--rev-c);
}
#movie .section__inner{
  position: relative;
  margin: 0 80px;
}
#movie .section-number span.num::before{
  background: var(--rev-c);
}
#movie h2{
  width: 300px;
  transform: translate(64px,36%);
  position: relative;
  z-index: 1;
}
#movie .movie__inner{
  width: min(94%,1080px);
  margin: 0 auto;
/*  position: relative;*/
}
#movie .movie__inner a{
  position: relative;
  display: block;
}
#movie .movie__inner a::before{
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
#movie .movie__inner a::after{
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url(../image/front/play_circle.png) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

#movie .movie__inner img{
  box-sizing:border-box;
  border: solid 16px var(--rev-c);
}
@media screen and (max-width:1080px){
  #movie{
    padding-bottom: 120px;
  }
  #movie .section__inner{
    margin: 0 64px;
  }
  #movie h2 {
    width: 240px;
  }
}
@media screen and (max-width:768px){
  #movie h2 {
    width: 32vw;
  }
  #movie {
    padding-bottom: 80px;
  }
}
@media screen and (max-width:600px){
  
  #movie .movie__inner img{
    border: solid 6px var(--rev-c);
  }
  #movie .movie__inner a::after{
    width: 56px;
    height: 56px;
  }
  #movie .movie__inner a::before{
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  #movie .section__inner{
    margin: 0 40px 0 0;
  }
  #movie .section-number{
    left: 6px;
  }
  #movie {
    padding-bottom: 64px;
  }

}

#service{
  position: relative;
  margin-bottom: 160px;
}
#service::before{
  content: "";
  display: block;
  width: calc(100% - 160px);
  height: 100%;
  background: var(--text-c);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#service h2{
  width: 400px;
  position: relative;
  z-index: 1;
  margin-left: 80px;
}
#service .section__inner{
  position: relative;
  margin: 0 80px;
}
#service .text__inner{
  background: url(../image/front/service-img.jpg) no-repeat center center / cover;
  padding-top: 40%;
  position: relative;
  margin-top: -8%;
}
#service .text__inner .btn{
  position: absolute;
  bottom: 0;
  left: 0;
}
#service .text__inner .btn a{
  background: var(--main-c);
  color: var(--rev-c);
  font-weight: 700;
  font-size: 24px;
  padding: 12px 140px 12px 32px;
  display: block;
  text-decoration: none;
}
#service .text__inner .text{
  position: absolute;
  bottom: 0;
  right: 0;
}
#service .text__inner .text span{
  background: var(--text-c);
  color: var(--rev-c);
  display: block;
  text-align: right;
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 40px;
  font-weight: 700;
  padding: 4px 16px;
}
#service .text__inner .text span:nth-child(1){
  padding-right: 18px;
}
#service .service__list{
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  padding: 32px 0 64px;
  background: var(--text-c);
}
#service .service__item{
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  background: var(--rev-c);
  position: relative;
  padding-top: 16px;
}
#service .service__item::before{
  content: "";
  display: block;
  width: 96px;
  height: 136px;
  position: absolute;
  bottom: -40px;
  left: 12px;
}
#service .service__item .btn{
  margin-top: auto;
  text-align: right;
  padding-top: 24px;
}
#service .service__item .btn a{
  background: var(--main-c);
  color: var(--rev-c);
  font-weight: 700;
  font-size: 20px;
  padding: 12px 120px 8px 32px;
  display: block;
  text-decoration: none;
  width: fit-content;
  margin: 0 0 0 auto;
}
#service .item__text{
  padding: 0 40px;
  line-height: 1.8;
  margin-top: 12px;
}
#service .item__ttl{
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 24px;
  margin-left: 40px;
}
#service .item__ttl::before{
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
}
#service .section-number{
  color: var(--rev-c);
}
#service .section-number span.num::before{
  background: var(--rev-c);
}
#service .item-01 .item__ttl::before{
  background: url(../image/front/service-num1.svg) no-repeat center center / contain;
}
#service .item-02 .item__ttl::before{
  background: url(../image/front/service-num2.svg) no-repeat center center / contain;
}
#service .item-03 .item__ttl::before{
  background: url(../image/front/service-num3.svg) no-repeat center center / contain;
}
#service .item-01::before{
  background: url(../image/front/service-icon1.png) no-repeat center center / cover;
}
#service .item-02::before{
  background: url(../image/front/service-icon2.png) no-repeat center center / cover;
}
#service .item-03::before{
  background: url(../image/front/service-icon3.png) no-repeat center center / cover;
}

@media screen and (max-width:1080px){
  #service{
    margin-bottom: 120px;
  }
  #service::before{
    width: calc(100% - 128px);
  }
  #service h2 {
    width: 300px;
    margin-left: 40px;
  }
  #service .section__inner{
        margin: 64px;
  }
  #service .text__inner .text span{
    font-size: 28px;
  }
  #service .text__inner .btn a {
    font-size: 20px;
    padding: 20px 100px 16px 24px;
  }
  #service .item__text {
    padding: 0 16px;
    line-height: 1.8;
    margin-top: 12px;
    font-size: 14px;
  }
  #service .service__item .btn a{
    font-size: 14px;
    padding: 10px 64px 10px 12px;
  }
  #service .item__ttl {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 16px;
    margin-left: 32px;
  }
  #service .service__item::before{
        content: "";
    display: block;
    width: 64px;
    height: 90px;
    position: absolute;
    bottom: -40px;
    left: 4px;
  }
  #service .item__ttl::before {
    width: 56px;
    height: 56px;
  }
  #service .service__list{
        column-gap: 16px;
    padding: 16px 0 64px;
  }
  #service .text__inner .text span:nth-child(1) {
    padding-right: 24px;
  }
  
}
@media screen and (max-width:768px){
  #service::before{
    width: calc(100% - 96px);
  }
  #service .section__inner {
    margin: 64px 48px;
  }
  #service h2 {
    width: 35vw;
  }
  #service .service__list{
    flex-wrap: wrap;
  }
  #service .service__item{
    width: 100%;
    margin-bottom: 48px;
  }
  #service .service__item::before {
    content: "";
    display: block;
    width: 72px;
    height: 100px;
    position: absolute;
    bottom: auto;
    top: -16px;
    left: auto;
    right: 24px;
  }
  #service .item__text {
    padding: 0 120px 0 16px;
    margin-top: 20px;
  }
  #service .item__ttl::before {
    width: 72px;
    height: 72px;
  }
  #service .item__ttl{
    padding-left: 36px;
  }
  #service .service__item .btn{
    padding-top: 12px;
  }
  #service .text__inner .text span {
    font-size: 24px;
  }
  #service .text__inner .btn a {
    font-size: 18px;
    padding: 12px 80px 10px 20px;
  }
  #service {
    margin-bottom: 80px;
  }
  #service .section-number {
    left: -42px;
  }
  #service .service__list{
    padding-bottom: 56px;
  }
}
@media screen and (max-width:600px){
  #service {
    margin-bottom: 64px;
  }
  #service .text__inner{
    padding-top: 72%;
  }
  #service .text__inner .text{
    top: 0;
  }
  #service .text__inner .text span {
    font-size: 20px;
  }
  #service .section__inner {
    margin: 64px 40px 64px 0;
  }
  #service::before {
    width: calc(100% - 80px);
    top: -32px;
  }
  #service .section-number {
    left: 6px;
    top: -12px;
  }
  #service .item__text {
    padding: 0 40px 0 16px;
    font-size: 13px;
    z-index: 0;
  }
  #service .item__ttl::before {
    width: 56px;
    height: 56px;
  }
  #service .item__ttl {
    padding-left: 20px;
  }
  #service .service__item{
    margin-bottom: 16px;
  }
  #service .service__list{
    padding-bottom: 40px;
  }
  #service .service__item::before{
    top: 0;
    opacity: 0.75;
  }

}

#works{
  margin-bottom: 160px;
}
#works .section-number span.num::before{
  background: var(--text-c);
}
#works .section__inner{
  margin: 0 80px;
  padding-top: 40%;
  background: url(../image/front/works-img.jpg) no-repeat center center / cover;
  position: relative;
}
#works h2{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 370px;
  
}
#works .text__inner{
  position: absolute;
  left: 0;
  bottom: 0;
}
#works .text__inner span{
  background: var(--text-c);
  color: var(--rev-c);
  display: block;
  text-align: right;
  width: fit-content;
  margin: 0 auto 0 0;
  font-size: 40px;
  font-weight: 700;
  padding: 4px 16px;
}
#works .list__container{
  margin: 80px 80px 0;
  padding: 64px min(6%,80px) 80px;
  background: var(--rev-c);
  position: relative;
}
#works .info{
  display: flex;
  flex-direction: column;
  width: 88px;
  row-gap: 4px;
}
#works .info span{
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: var(--rev-c);
  padding: 4px 0;
}
#works .info span.date{
  background: var(--main-c);
}
#works .info span.cat{
  background: var(--text-c);
}
#works .list__item{
  display: flex;
  align-items: center;
  column-gap: 24px;
  padding: 12px 0;
  background-image: linear-gradient(to right, #707070 2px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#works .list__item:nth-child(1){
  padding-top: 0;
}
#works .btn{
  position: absolute;
  bottom: 0;
  right: 0;
}
#works .btn a{
  background: var(--main-c);
  color: var(--rev-c);
  font-weight: 700;
  font-size: 24px;
  padding: 12px 140px 12px 32px;
  display: block;
  text-decoration: none;
}
#works .section-number{
  top: 0;
}
@media screen and (max-width:1080px){
  #works {
    margin-bottom: 120px;
  }
  #works .section__inner{
    margin: 0 64px;
  }
  #works .text__inner span{
    font-size: 28px;
      
  }
  #works h2{
    width: 280px;
  }
  #works .list__container {
    margin: 40px 64px 0;
    padding: min(4%,640px);
    padding-bottom: 80px;
  }
  #works .btn a {
    font-size: 20px;
    padding: 20px 100px 16px 24px;
  }
}
@media screen and (max-width:900px){
  #works .text__inner span{
    font-size: 24px;
      
  }
  #works h2{
    width: 240px;
  }
}
@media screen and (max-width:768px){
  #works {
    margin-bottom: 80px;
  }
  #works h2 {
    right: auto;
    left: 0;
    bottom: auto;
    top: -50px;
    width: 32vw;
  }
  #works .section__inner {
    margin: 0 48px;
  }
  #works .list__container {
    margin: 40px 48px 0;
  }
  #works .btn a {
    font-size: 16px;
    padding: 12px 96px 8px 20px;
  }
  #works .info span{
    padding: 2px 0;
    font-size: 10px;
  }
  #works .list__item p{
    font-size: 15px;
  }
  #works .section-number{
        left: -36px;
  }
}
@media screen and (max-width:600px){
  #works {
    margin-bottom: 64px;
    padding-top: 24px;
  }
  #works .section__inner {
    margin: 0 40px 0 0;
    padding-top: 72%;
  }
  #works .section-number{
    top: -56px;
    left: 6px;
  }
  #works .text__inner span{
    font-size: 18px;
  }
  #works h2{
    top: -10%;
  }
  #works .list__item p {
    font-size: 13px;
  }
  #works .list__container{
    margin: 32px 40px 0 0;
    padding: 12px 12px 64px;
  }
}
#recruit{
  background:linear-gradient(315deg, #007FFE,#FFDBBC);
  margin-bottom: 80px;
}
#recruit .section-number span.num::before{
  background: var(--text-c);
}
#recruit h2{
  width: 480px;
  position: absolute;
  top: 160px;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
#recruit .section__inner{
  margin: 0 80px;
  position: relative;
  padding-top: 160px;
}
#recruit .image__inner{
  width: 100%;
  padding-top: 40%;
  position:relative;
  background: url(../image/front/recruit-img.jpg) no-repeat center center / cover;
  margin-bottom: 56px;
}
#recruit .image__inner .btn{
  position: absolute;
  right: 0;
  bottom: 0;
}
#recruit .image__inner .btn a{
  background: var(--main-c);
  color: var(--rev-c);
  font-weight: 700;
  font-size: 20px;
  padding: 12px 120px 8px 32px;
  display: block;
  text-decoration: none;
  width: fit-content;
  margin: 0 0 0 auto;
}
#recruit .image__inner .text__inner{
  position: absolute;
  left: 0;
  bottom: 0;
}
#recruit .image__inner .text__inner span{
  background: var(--text-c);
  color: var(--rev-c);
  display: block;
  text-align: right;
  width: fit-content;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  padding: 4px 16px;
}
#recruit .interview__inner{
  display: flex;
  justify-content: space-between;
}
#recruit .interview__inner .text{
  width: 400px;
  color: var(--rev-c);
}
#recruit .interview__inner .text h4{
  font-size: 24px;
  margin-bottom: 24px;
}
#recruit .interview__inner .text p{
  line-height: 2.0;
}
#recruit .interview__inner .interview__list{}
#recruit .interview__inner .list__inner{
  width: calc(100% - 440px);
}
#recruit .interview__inner .interview__list .slick-list{
  padding: 0 16% 0 0 !important;  
}
#recruit .interview__list .interview__item{
  padding: 0 32px;
}
#recruit .interview__list .num{
  color: var(--rev-c);
  font-size: 12px;
  font-weight: 700;
}
#recruit .interview__list a{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--rev-c);
  margin-top: 6px;
}
#recruit .interview__list .thumn-img{
  width: 100%;
  padding-top: 120%;
}
#recruit .interview__list .ttl{
  font-size: 18px;
  margin-bottom: 8px;
}
#recruit .interview__list .info{
  font-size: 14px;
  font-weight: 500;
}
#recruit .list_controller{
  position: relative;
  width: min(100%,420px);
  margin-left: 32px;
  padding-top: 64px;
}
#recruit .list_controller .slick-prev{
  left: 0;
}
#recruit .list_controller .slick-prev::before{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px var(--rev-c);
  border-left: solid 3px var(--rev-c);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 32%;
  left: 0;
}
#recruit .list_controller .slick-next{
  right: 0;
}
#recruit .list_controller .slick-next:before{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px var(--rev-c);
  border-right: solid 3px var(--rev-c);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 32%;
  right: 0;
  z-index: 2;
}
#recruit .list_controller .slick-dots{
  bottom: 50%;
  transform: translateY(50%);
}
#recruit .list_controller .slick-dots li{
  margin: 0;
  height: 2px;
}
#recruit .list_controller .slick-dots li button:before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--rev-c);
}
@media screen and (max-width:1080px){
  #recruit{
    margin-right: 64px;
  }
  #recruit .section__inner {
    margin: 0 0 0 64px;
        padding-top: 120px;
  }
  #recruit h2 {
    width: 360px;
    transform: unset;
    top: -12px;
  }
  #recruit .image__inner .text__inner span{
    font-size: 28px;
  }
  #recruit .interview__inner .text {
    width: 280px;
  }
  #recruit .interview__inner .list__inner{
    width: calc(100% - 320px);
  }
  #recruit .interview__list .interview__item {
    padding: 0 12px;
  }
  #recruit .interview__inner .text h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #recruit .interview__inner .text p {
    font-size: 14px;
  }
  #recruit .interview__list .ttl {
    font-size: 16px;
    margin-bottom: 4px;
  }
  #recruit .interview__list .info {
    font-size: 12px;
  }
  #recruit .interview__list .num{
    font-size: 10px;
  }
}
@media screen and (max-width:900px){
  #recruit .interview__inner{
    flex-wrap: wrap;
  }
  #recruit .interview__inner .text{
    width: 100%;
    margin-bottom: 12px;
  }
  #recruit .interview__inner .list__inner{
    width: 100%;
  }
  #recruit .list_controller{
    margin: 0 auto;
  }
}
@media screen and (max-width:768px){
  #recruit{
    margin-right: 48px;
  }
  #recruit .section__inner {
    margin: 0 0 0 48px;
    padding-top: 12vw;
  }
  #recruit h2 {
    width: 36vw;
  }
  #recruit .image__inner .text__inner span{
    font-size: 24px;
  }
  #recruit .image__inner .btn a{
    font-size: 18px;
    padding: 12px 80px 8px 24px;
  }
  #recruit .section-number{
    left: -36px;
  }
  #recruit .list_controller {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width:600px){
  #recruit{
    margin-right: 40px;
  }
  #recruit .section__inner{
    margin: 0;
  }
  #recruit .image__inner{
    padding-top: 72%;
  }
  #recruit .image__inner .text__inner{

  }
  #recruit .section-number{
    left: 6px;
    top: 20px;
  }
  #recruit .image__inner .text__inner span {
    font-size: 18px;
  }
  #recruit .image__inner .btn{
    bottom: auto;
  }
  #recruit .interview__inner .text{
    width: 98%;
    margin: 0 auto 24px;
  }
}
#news{
  margin-bottom: 160px;
}
#news .section-number span.num::before{
  background: var(--text-c);
}
#news h2{
  position: absolute;
  width: 340px;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
#news .section__inner{
  margin: 80px 80px 0;
  padding: min(6%,80px);
  background: var(--rev-c);
  position: relative;
}
#news .news__container{
  padding: 0 0 min(6%,80px);
  background: var(--rev-c);
  position: relative;
}
#news .news__item {
    display: flex;
    align-items: center;
    column-gap: 24px;
    padding: 12px 0;
    background-image: linear-gradient(to right, #707070 2px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
#news .info {
    display: flex;
    flex-direction: column;
    width: 88px;
    row-gap: 4px;
}
#news .info span.date {
    background: var(--main-c);
}
#news .info span {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: var(--rev-c);
    padding: 4px 0;
}
#news .info span.cat {
    background: var(--text-c);
}
#news .ttl a{
  color: var(--text-c);
  text-decoration: none;
}
#news .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
#news .btn a {
    background: var(--main-c);
    color: var(--rev-c);
    font-weight: 700;
    font-size: 24px;
    padding: 12px 140px 12px 32px;
    display: block;
    text-decoration: none;
}
#news .section-number{
    top: 0;
}

@media screen and (max-width:1080px){
  #news .section__inner {
    margin: 64px 64px 0;
    padding: 64px min(6%,80px) 40px;
  }
  #news h2{
    width: 280px;
  }
  #news .btn a {
    font-size: 20px;
    padding: 20px 100px 16px 24px;
  }
  #news {
    margin-bottom: 120px;
  }
}
@media screen and (max-width:768px){
  #news h2 {
    width: 30vw;
  }
  #news .info span {
    padding: 2px 0;
    font-size: 10px;
  }
  #news .news__item p {
    font-size: 15px;
  }
  #news .btn a {
    font-size: 16px;
    padding: 12px 96px 8px 20px;
  }
  #news {
    margin-bottom: 80px;
  }
  #news .section__inner {
    margin: 48px 48px 0;
    padding: 56px min(6%,80px) 40px;
  }
  #news .section-number{
    left: -36px;
  }
}
@media screen and (max-width:600px){
  #news {
    margin-bottom: 64px;
  }
  #news h2{
    z-index: 1;
  }
  #news .section__inner{
    margin: 96px 40px 0 0;
    padding: 56px 12px 45px;
  }
  #news .news__item{
    column-gap: 16px;
  }
  #news .info{
    width: 72px;
  }
  #news .ttl{
    width: calc(100% - 88px);
  }
  #news .news__item p{
    font-size: 13px;
  }
  #news .ttl a{
    font-size: 12px;
  }
  #news .section-number {
    left: 6px;
    top: -56px;
  }
}