@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"About"

Cascading Style Sheet Setting File

Ver.20240111

------------------------------------------------------------------------------------------------------------------------

/** | About | ***************************************************************************************** **/

.abt-mai {
    padding:240px 0 0;
    position:relative;
}
.cmn-und-mai-tit{
    margin:0 0 120px;
}
.abt-mai-inn {
    position:relative;
    padding:0 15% 0 0;
}
.abt-mai-img{
    display:block;
    margin:0 auto 0 0;
    width:100%;
    height:auto;
}
.abt-mai-mnu {
    position:absolute;
    right:7.5%;
    top:50%;
    background:#fff;
    width:220px;
    padding:60px 30px 60px 50px;
    border-radius:8px;
    transform:translate(0,-50%);
    text-align:left;
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.15);
}
.abt-mai-mnu-tit {
    padding:0 0 30px;
    font-size:14px;
    font-family:'Poppins', sans-serif;
    font-weight:700;
    color:#F03;
}
.abt-mai-mnu-list li {
    display:block;
    width:100%;
    line-height:18px;
    font-weight:bold;
}
.abt-mai-mnu-list li + li{
    margin:25px 0 0;
}
.abt-mai-mnu-list li a{
    display:block;
    width:100%;
    position:relative;
    padding-left:35px;
    text-align:left;
}
.abt-mai-mnu-list li a::before,
.abt-mai-mnu-list li a::after{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:0;
}
.abt-mai-mnu-list li a::before {
    width:18px;
    height:18px;
    border-radius:50%;
    background:#FF0033;
}
.abt-mai-mnu-list li a::after {
    width:5px;
    height:5px;
    top:4px;
    left:5px;
    border-bottom:2px solid #fff;
    border-right:2px solid #fff;
    transform:rotate(45deg);
}

/**-- Intro  --**/

.abt-intro{
    padding:120px 0;
}
.abt-ttl {
    font-size:32px;
    font-weight:bold;
    text-align:left;
    margin:0 0 60px;
    padding-left:30px;
    position:relative;
    color:#333;
    display:flex;
    align-items:center;
}
.abt-ttl::before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:12px;
    height:4px;
    background:#333;
}
.abt-ttl.abt-w-ttl {
    color:#fff;
}
.abt-ttl.abt-w-ttl::before {
    background:#fff;
}
.abt-ttl.abt-w-ttl b{
    white-space: nowrap;
}
.abt-ttl small{
    font-size:16px;
    font-weight:normal;
    padding:0 0 0 60px;
}
.abt-intro-box {
    display:flex;
    justify-content:space-between;
    flex-direction:row-reverse;
    align-items:center;
}
.abt-intro-i-box {
    width:30%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.abt-intro-i-box img{
    width:100%;
    height:auto;
    max-width:272px;
}
.abt-intro-t-box {
    width:65%;
}
.abt-intro-txt {
    text-align:left;
    font-size:18px;
    line-height:1.8;
}
.abt-pnt-b-ttl{
    padding:120px 0 60px;
    font-size:20px;
    font-weight:bold;
    text-align:left;
    color:#FF0033;
}
.abt-pnt-box {
    display:flex;
    justify-content:space-between;
    text-align:left;
}
.abt-pnt-box:nth-child(2n+1){
    flex-direction:row-reverse;
}
.abt-pnt-box{
    margin:0 auto 180px;
}
.abt-pnt-i-box {
    width:70%;
    position:relative;
}
.abt-pnt-i-box img {
    display:block;
    width:100%;
}
.abt-pnt-i-box-txt {
    position:absolute;
    bottom:30px;
    left:0;
    transform:translateY(50%);
    display:block;
    box-sizing:border-box;
    padding:0 30px;
    color:#F03;
    font-size:90px;
    font-family:'Poppins', sans-serif;
    font-weight:700;
    text-align:left;
    z-index:2;
    line-height:1;
}
.abt-pnt-i-box-txt {
    left:auto;
    right:0;
}
.abt-pnt-t-box {
    width:25%;
}
.abt-pnt-ttl {
    line-height:1;
}
.abt-pnt-ttl-en {
    display:block;
    font-size:16px;
    font-weight:bold;
    color:#F03;
    padding:0 0 30px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
}
.abt-pnt-ttl-jp {
    display:block;
    font-size:30px;
    font-weight:bold;
    padding:0 0 50px;
    line-height:1.3;
}
.abt-pnt-txt {
    font-size:15px;
    line-height:2;

}
.abt-pnt-i-box .swiper-pagination-bullets.swiper-pagination-horizontal{
    width:auto;
    bottom:0;
    text-align:left;
}
.abt-pnt-i-box .swiper-slide{
    padding:0 0 30px;
}
.abt-pnt-i-box .swiper-pagination-bullet-active{
    background:#333;
}
.abt-intro-und + .abt-intro-und {
    margin-top: 50px;
}
.abt-intro-und-box {
    border:1px solid #ddd;
    padding:60px;
    display:flex;
    text-align:left;
    box-sizing:border-box;
    max-width:1000px;
    margin:auto;
    justify-content:space-between;
}
.abt-intro-und-box-l{
    width:25%;
}
.abt-intro-und-box-l img{
    display:block;
    width:100%;
    max-width:180px;
    height:auto;
    margin:0;
}
.abt-intro-und-box-r{
    width:70%;
}
.abt-und-ttl{
    color:#F03;
    font-weight:bold;
    padding:0 0 10px;
    font-size:22px;
}
.abt-und-txt{
    font-size:15px;
    line-height:2.2;
}

/**-- about-chart  --**/

.abt-chr {
    padding:120px 0;
    background:#f5f5f5;
}
.abt-chr-list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.abt-chr-list li {
    position: relative;
    margin:10px;
    width:calc(33.33% - 20px);
    background:#fff;
    aspect-ratio:1 / 1;
    display:flex;
    flex-direction:column;
    justify-content:start;
    border-radius:10px;
}
.abt-chr-list-ttl {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0 0;
}
.abt-chr-list-sub {
    text-align:center;
    font-size:20px;
    font-weight:bold;
    color:#F03;
}
.abt-chr-list-main {
    position: relative;
    top:45%;
    text-align:center;
    line-height: 1.5;
}
.abt-chr-list li:nth-child(8) .abt-chr-list-main{
    top: calc(45% - 20px);
}
.abt-chr-list-main-lab{
    display:block;
    font-size:20px;
    font-weight:bold;
    color:#F03;
    margin:0;
    line-height:1;
}
.abt-chr-list-main-lab + span{
    line-height:1.3;
}
.abt-chr-list-main-big {
    font-size:80px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color:#F03;
}
.abt-chr-list-main-sml {
    font-size:30px;
    font-weight:bold;
    color:#F03;
}
.abt-chr-list-und-txt {
    position: relative;
    top:45%;
    text-align:center;
    font-size:14px;
    line-height: 1.6;
    color:#999;
}

/**-- about-equipment  --**/

.abt-equ {
    padding:120px 0;
    background:#F03;
    overflow:hidden;
}
.abt-equ .swiper-pagination-bullets.swiper-pagination-horizontal{
    position:relative;
    bottom:0;
    margin:30px 0 0;
}
.abt-equ .swiper-pagination-bullet{
    background:#C70028;
    opacity:1;
}
.abt-equ .swiper-pagination-bullet-active{
    background:#fff;
}
.abt-equ-inn{
    position:relative;
    margin:0 -240px;
}
.abt-equ-box img{
    width:100%;
    height:auto;
}
.abt-equ-box{
    margin:auto;
    width:calc(100% - 60px);
    max-width:640px;
    overflow:hidden;
    border-radius:10px;
}
.abt-equ-inf{
  position: relative;
    display:flex;
    padding:30px;
    justify-content:space-between;
    background:#fff;
    text-align:left;
    align-items:center;
}
.abt-equ-inf b{
    display:block;
    font-size:18px;
}
.abt-equ-inf small{
    display:block;
    font-size:14px;
}
.abt-equ-tit{
    padding:0 30px 0 0;
}
.abt-equ-inf .cmn-btn{
    width:120px;
    height:40px;
    line-height:40px;
    border:1px #333 solid;
    color:#333;
    font-size:14px;
}
.abt-equ-inf .cmn-btn:hover{
    color:#333;
}
.swiper-button-wrap-equ{
    z-index: 1000;
    position: absolute;
    width: calc(33.3% + 60px);;
    top:50%;
    left:50%;
    transform:translate(-50%,0);
}
.swiper-button-wrap-equ .swiper-button-prev,
.swiper-button-wrap-equ .swiper-button-next{
  cursor: pointer;
}
.swiper-button-wrap-equ .swiper-button-prev:after,
.swiper-button-wrap-equ .swiper-button-next:after{
    color:#fff;
    font-size: 1.8vw;
}
.swiper-button-wrap-equ .swiper-button-prev:after{
    margin: 0 0 0 5px;
}
.swiper-button-wrap-equ .swiper-button-next:after{
    margin: 0 5px 0 0;
}

/**-- about-project  --**/

.abt-pro{
    padding:120px 0 200px;
}
.abt-pro-con {
    display:flex;
    justify-content:space-between;
    padding:0 0 60px;
}
.abt-pro-con:last-child{
    padding:0;
}
.abt-pro-con dt {
    width:540px;
}
.abt-pro-con img{
    display: block;
    border-radius: 5px;
    width:100%;
    height: auto;
}
.abt-pro-con dd {
    width:calc(100% - 590px);
    text-align:left;
}
.abt-pro-ttl {
    font-size:28px;
    font-weight:bold;
    padding:0 0 30px;
}
.abt-pro-txt {
    font-size:15px;
    line-height:2.2;
}
.abt-pro-und-img-wrap {
    position:relative;
    z-index:0;
    overflow:hidden;
    margin:0 0 80px;
}
.abt-pro-und-img {
    width:2383px;
    height:140px;
    background:url("/recruit/newgraduate/img/about/abt-pro-w-img.jpg") repeat-x;
    background-size:2383px 140px;
    animation:abt-pro-scroll-anim 50s linear infinite;
}
@keyframes abt-pro-scroll-anim {
    100% {
        background-position:-2383px 0;
    }
}
.swiper-abt-car .swiper--wrapper {
    width:100%;
}
.swiper-car{
    pointer-events: none;
}
.swiper-car *{
    pointer-events: none;
}
.swiper-abt-car .swiper-slide {
    width:100%;
    height:100%;
    min-width:500px;
}
.abt-car{
    padding:0 0 240px;
}
.abt-car .swiper-wrapper{
    transition-timing-function: linear;
}
.abt-car-inn{
    position:relative;
    margin:0 -10vw;
}
.abt-car-box img{
    width:100%;
    height:auto;
}
.abt-car-box{
    margin:auto;
    width:calc(100% - 30px);
    max-width:500px;
    overflow:hidden;
}
.abt-car-inf{
    text-align:left;
}
.abt-car-inf b{
    padding:20px 0 10px;
    display:block;
    font-size:18px;
}
.abt-car-inf small{
    display:block;
    font-size:15px;
}
.abt-mdl-inn{
  padding:30px 0 120px;
  text-align: left;
  background: #fff;
  overflow: hidden;
}
.abt-mdl-inn img{
  width:100%;
  height:auto;
}
.abt-mdl-mai{
  position: relative;
  border-radius:20px;
  margin:0 auto 120px;
}
.abt-mdl-mai img{
  border-radius:20px;
}
.abt-mdl-mai-tit{
  position: absolute;
  bottom:50px;
  left: 50px;
  background:rgba(255,0,51,0.9);
  padding: 50px;
  color: #fff;
}
.abt-mdl-mai-tit b{
  display: block;
  padding: 0 0 10px;
  font-size: 32px;
  font-weight: bold;
}
.abt-mdl-mai-tit p{
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.abt-mdl-mai-tit p a{
  color:#fff;
}
.abt-mdl-mai-tit small{
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.abt-mdl-sub{
  max-width: 1000px;
  margin:0 auto 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.abt-mdl-sub-bg{
  position: absolute;
  left: 50%;
  width: 100vw;
  min-width: 1400px;
  transform: translate(-50%,0);
}
.abt-mdl-sub-bg img{
  width: 140px;
}
.abt-mdl-sub-i{
  position: relative;
  width:50%;
}
.abt-mdl-sub-i img{
  border-radius: 5px;
}
.abt-mdl-sub-t{
  position: relative;
  width: calc(50% - 50px);
}
.abt-mdl-sub-t h4{
  font-size: 24px;
  color: #FF0033;
  padding: 0 0 30px;
  line-height: 1.8;
  font-weight: bold;
}
.abt-mdl-sub-t p{
  line-height: 2;
}
.abt-mdl-tit{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 30px;
  padding-left: 30px;
  position: relative;
  color: #333;
  display: flex;
  align-items: center;
}
.abt-mdl-tit::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 4px;
  background: #333;
}
.abt-mdl-dat{
  max-width: 1000px;
  margin:0 auto 80px;
}
.abt-mdl-dat-lst{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.abt-mdl-dat-lst li{
  position: relative;
  width: 30%;
  border-radius: 10px;
  background: #f8f8f8;
  box-sizing: border-box;
  padding:40px 20px 40px;
}
.abt-mdl-dat-lst span{
  position: relative;
  padding:0 0 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: block;
}
.abt-mdl-dat-lst span.abt-mdl-dat-days {
    display: inline-block;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    padding: 0;
}
.abt-mdl-dat-lst span.abt-mdl-dat-days-sml {
    display: inline;
    font-size: 25px;
}
.abt-mdl-dat-old {
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 0 7%;
}
.abt-mdl-dat-old dt,
.abt-mdl-dat-old dd {
    font-size: 32px;
    font-weight: bold;
}
.abt-mdl-dat-old dt {
    position: relative;
    width: 100%;
}
.abt-mdl-dat-old dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #ccc;
    height: 1px;
    width: 100%;
}
.abt-mdl-dat-old dt p{
    position: relative;
    display: table;
    background: #f8f8f8;
    padding-right: 15px;
}
.abt-mdl-dat-old dd {
    display: table;
    padding-left: 15px;
    
}
.abt-mdl-dat-old .abt-mdl-dat-old-sml {
    font-size: 14px;
    display: inline;
}
.abt-mdl-dat-lst span.abt-mdl-dat-cars {
    display: inline-block;
    font-size: 55px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    padding: 0;
}
.abt-mdl-dat-lst span.abt-mdl-dat-cars-sml {
    display: inline;
    font-size: 30px;
}
.abt-mdl-equ{
  max-width: 1000px;
  margin:0 auto;
}
.abt-mdl-equ-lst{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.abt-mdl-equ-lst li{
  width:calc(50% - 25px);
  padding: 0 0 50px;
}
.abt-mdl-equ-lst li img{
  border-radius:5px;
}
.abt-mdl-equ-lst li:nth-last-child(1),
.abt-mdl-equ-lst li:nth-last-child(2){
  padding: 0;
}
.abt-mdl-equ-lst span{
  display: block;
  font-size: 15px;
  padding: 10px 0 0;
}
.abt-mdl-cls{
  width: 120px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 50px;
  color: #333;
  text-align: center;
  font-weight: bold;
  background: #fff;
}
.abt-mdl-cls-ico{
  position: relative;
  margin:0 5px 0 0;
  width:12px;
  height:12px;
  display: inline-block;
  vertical-align: text-bottom;
}
.abt-mdl-cls-ico::before {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 5.5px;
  left: 0;
  background: #888;
  transform: rotate(45deg);
}
.abt-mdl-cls-ico::after {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 5.5px;
  left: 0;
  background: #888;
  transform: rotate(-45deg);
}
.cmn-mdl-cls.cmn-mdl-cls-fot{
  padding:0 0 120px;
  position: relative;
  top:auto;
  right:auto;
  text-align: center;
  background: #fff;
}
.cmn-mdl-cls.cmn-mdl-cls-fot .abt-mdl-cls{
  margin: auto;
  width:240px;
  line-height: 40px;
  height: 40px;
}
@media (min-width:641px) and (max-width:1000px){
  .abt-pnt-box{
    display: block;
  }
  .abt-pnt-t-box{
    width:auto;
    padding: 0 0 60px;
  }
  .abt-pnt-i-box{
    width:auto;
  }
  .abt-pnt-ttl-en{
    padding: 0 0 15px;
  }
  .abt-pnt-ttl-jp{
    padding: 0 0 20px;
  }
  .abt-chr-list-ttl{
      font-size: 1.8vw;
  }
  .abt-chr-list-main-big{
      font-size: 4.6vw;
  }
  .abt-chr-list-main-sml{
      font-size: 2.4vw;
  }
  .abt-equ-box{
    width:calc(100% - 30px);
  }
  .abt-pro-und-img {
      width:1191px;
      height:70px;
      background:url("/recruit/newgraduate/img/about/abt-pro-w-img.jpg") repeat-x;
      background-size:1191px 70px;
      animation:abt-pro-scroll-anim 50s linear infinite;
  }
  .abt-car-box{
    width:calc(100% - 20px);
  }
}
@media (max-width:640px) {
    .abt-mai {
        padding:15% 0 0;
    }
    .cmn-und-mai-tit{
        margin:0 0 20%;
    }
    .abt-mai-inn{
        padding:0;
    }
    .abt-mai-mnu{
        padding: 5% 5% 7%;
        transform: none;
        display: inline-block;
        width: auto;
        right: 20px;
        top: auto;
        bottom: -20px;
    }
    .abt-mai-mnu-tit {
        padding:0 0 15px;
    }
    .abt-mai-mnu-list li + li{
        margin:15px 0 0;
    }
    .abt-mai-mnu-list li a{
        padding-left: 30px;
    }
    .abt-ttl{
        margin: 0 0 10%;
        font-size: 4vw;
        padding-left: 22px;
        flex-wrap: wrap;
    }
    .abt-ttl::before{
        height: 2px;
    }
    .abt-ttl::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 12px;
        transform: translateY(-50%);
        width: 12px;
        height: 2px;
        background: #333;
    }
    .abt-ttl small{
        width:100%;
        padding: 0;
    }
    .abt-intro{
        padding:15% 0;
    }
    .abt-intro-box{
        display: block;
    }
    .abt-intro-t-box{
        width: auto;
        padding: 0 0 15%;
    }
    .abt-intro-i-box{
        width: auto;
        margin:0 -20px;
    }
    .abt-intro-i-box img{
        max-width:160px;
    }
    .abt-pnt-b-ttl{
        padding: 20% 0 15%;
        font-size: 4vw;
    }
    .abt-pnt-box{
        margin: 0 auto 20%;
        display: block;
    }
    .abt-pnt-t-box{
        padding: 0 0 10%;
        width:auto;
    }
    .abt-pnt-ttl-en{
        padding: 0 0 15px;
    }
    .abt-pnt-ttl-jp{
        padding: 0 0 30px;
    }
    .abt-pnt-i-box{
        width:auto;
    }
    .abt-pnt-i-box-txt{
        font-size:45px;
        padding: 0 10px;
    }
    .abt-pnt-i-box .swiper-pagination-bullets.swiper-pagination-horizontal{
        left: 0px;
    }
    .abt-intro-und + .abt-intro-und {
    margin-top: 10%;
}
    .abt-intro-und-box{
        padding: 30px;
        display: block;
    }
    .abt-intro-und-box-l{
        width: auto;
    }
    .abt-intro-und-box-l img{
        margin: 0 auto 30px;
    }
    .abt-intro-und-box-r{
        width: auto;
    }
    .abt-chr{
        padding:15% 0;
    }
    .abt-chr-list li{
        margin: 5px;
        width:calc(50% - 10px);
    }
    .abt-chr-list-ttl{
        padding: 15px 0 0;
        font-size: 3.5vw;
    }
    .abt-chr-list-main-big{
        font-size: 9.2vw;
    }
    .abt-chr-list-main-sml{
        font-size: 4.8vw;
    }
    .abt-chr-list-main{
        top:40%;
    }
    .abt-chr-list li:nth-child(8) .abt-chr-list-main{
        top:40%;
    }
    .abt-chr-list-und-txt{
      top:40%;
      line-height:1.5;
      font-size:13px;
    }
    .abt-mdl-dat-lst span.abt-mdl-dat-days {
    font-size: 20px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);}
    .abt-mdl-dat-lst span.abt-mdl-dat-days br {
        display: none;
    }
    
.abt-mdl-dat-lst span.abt-mdl-dat-days-sml {
    display: inline;
    font-size: 14px;
}
.abt-mdl-dat-old {
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 0 10%;
}
.abt-mdl-dat-old dt,
.abt-mdl-dat-old dd {
    font-size: 20px;
}
.abt-mdl-dat-old dt {
    position: relative;
    width: 100%;
}
.abt-mdl-dat-old dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #ccc;
    height: 1px;
    width: 100%;
}
.abt-mdl-dat-old dt p{
    position: relative;
    display: table;
    background: #f8f8f8;
    padding-right: 15px;
}
.abt-mdl-dat-old dd {
    display: table;
    padding-left: 15px;
    
}
.abt-mdl-dat-old .abt-mdl-dat-old-sml {
    font-size: 14px;
    display: inline;
}
.abt-mdl-dat-lst span.abt-mdl-dat-cars {
    font-size: 20px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    padding: 0;
}
.abt-mdl-dat-lst span.abt-mdl-dat-cars-sml {
    display: inline;
    font-size: 14px;
}

    .abt-equ{
        padding: 15% 0;
    }
    .abt-ttl.abt-w-ttl{
        flex-wrap: wrap;
        padding: 0;
    }
    .abt-ttl.abt-w-ttl::before{
        display:none;
    }
    .abt-equ-inf{
        display: block;
    }
    .abt-equ-tit{
        padding: 0 0 10px;
    }
    .abt-equ-inf .cmn-btn::after{
        display:none;
    }
    .abt-ttl.abt-w-ttl b{
        position: relative;
        width:100%;
        padding-left: 22px;
    }
    .abt-ttl.abt-w-ttl b::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 2px;
        background: #fff;
    }
    .abt-ttl.abt-w-ttl small{
        width:100%;
        padding: 0;
    }
    .abt-equ-inn{
        margin: auto;
    }
    .swiper-button-wrap-equ{
        display:none;
    }
    .abt-pro{
        padding:15% 0 20%;
    }
    .abt-pro-con{
        display: block;
        padding: 0 0 15%;
    }
    .abt-pro-con:last-child{
        padding:0;
    }
    .abt-pro-con dt{
        width: auto;
        padding: 0 0 5%;
    }
    .abt-pro-con dd{
        width: auto;
    }
    .abt-pro-ttl{
        padding: 0 0 5px;
        font-size: 22px;
    }
    .abt-pro-und-img-wrap {
      margin:0 0 10%;
    }
    .abt-pro-und-img {
        width:1191px;
        height:70px;
        background:url("/recruit/newgraduate/img/about/abt-pro-w-img.jpg") repeat-x;
        background-size:1191px 70px;
        animation:abt-pro-scroll-anim 50s linear infinite;
    }
    .abt-car{
        padding: 0 0 20%;
    }
    .abt-mdl-inn{
      padding: 0 0 20%;
    }
    .abt-mdl-mai{
      margin: 0 -20px 15%;
    }
    .abt-mdl-mai img{
      border-radius:10px;
    }
    .abt-mdl-mai-tit{
      padding: 30px;
      left: auto;
      bottom: auto;
      position: relative;
      width: calc(100% - 40px);
      margin: -30px auto 0;
      box-sizing: border-box;
    }
    .abt-mdl-mai-tit b{
      padding: 0;
      font-size: 20px;
    }
    .abt-mdl-mai-tit p{
      font-size: 14px;
    }
    .abt-mdl-mai-tit small{
      font-size: 13px;
    }
    .abt-mdl-sub{
      display: flex;
      margin: 0 auto 20%;
    }
    .abt-mdl-sub-bg{
      min-width: 0;
      padding: 66% 0 0;
    }
    .abt-mdl-sub-i{
      padding: 5% 0 0;
      width:auto;
      order: 2;
    }
    .abt-mdl-sub-t{
      width:auto;
        order: 1;
    }
    .abt-mdl-sub-t h4{
      padding: 0 0 10px;
      font-size: 18px;
      line-height: 1.5;
    }
    .abt-mdl-tit{
      padding-left: 22px;
      margin: 0 auto 5%;
      font-size: 4vw;;
    }
    .abt-mdl-tit::before{
      height: 2px;
    }
    .abt-mdl-dat{
      margin: 0 auto 15%;
    }
    .abt-mdl-dat-lst{
      display: block;
    }
    .abt-mdl-dat-lst li{
      position: relative;
      width: 80%;
      margin: auto;
      padding:6% 0 5%;
    }
    .abt-mdl-dat-lst span{
      padding:0 0 2%;
    }
    .abt-mdl-dat-lst li + li{
      margin: 5% auto 0;
    }
    .abt-mdl-equ-lst{
      display: block;
    }
    .abt-mdl-equ-lst li,
    .abt-mdl-equ-lst li:nth-last-child(2),
    .abt-mdl-equ-lst li:nth-last-child(1){
      padding:20px;
      width:auto;
    }
    .abt-mdl-equ-lst span{
      font-size: 14px;
      padding: 5px 0 0;
    }
    .cmn-mdl-cls.cmn-mdl-cls-fot{
      padding: 0 0 10%;
    }
    .cmn-mdl-cls:not(.cmn-mdl-cls-fot){
      top: 20px;
      right: 20px;
    }
    .cmn-mdl-cls:not(.cmn-mdl-cls-fot) .abt-mdl-cls {
      border: #707070 1px solid;
      width: 30px;
      font-size: 0;
    }
    .cmn-mdl-cls:not(.cmn-mdl-cls-fot) .abt-mdl-cls-ico::before{
      background:#333;
    }
    .cmn-mdl-cls:not(.cmn-mdl-cls-fot) .abt-mdl-cls-ico::after{
      background:#333;
    }
    .cmn-mdl-cls:not(.cmn-mdl-cls-fot) .abt-mdl-cls-ico{
      margin: 9px;
    }
}
