@charset "utf-8";
/* ============================================================
 about
============================================================ */
#about .main-copy {
  width: 95%;
  max-width: 530px;
  margin: 0 auto;
}
#about .about-txt {
  margin-top: 60px;
  text-align: center;
}
#about .about-txt p + p {
  margin-top: 2em;
}
#about .container {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #about .about-txt {
    margin-top: 30px;
  }
  #about .container {
    margin-bottom: 50px;
  }
}
#news-area .bg:after {
  height: 300px;
  height: 250px;
}
#news-area .scroll-wrap {
  max-height: 300px;
  padding-bottom: 80px;
}
#news-area .scroll-area {
  margin-top: 30px;
}
#news-area .scroll-detail {
  height: 15em;
}
#news-area .scroll-area::-webkit-scrollbar {
  background-color: #eee;
}
#news-area dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.3em;
}
#news-area dl dt,
#news-area dl dd {
  margin-right: 1em;
  line-height: 1.8;
}
#news-area dl a {
  color: #333;
}
@media screen and (max-width: 767px) {
  #news-area .bg:after {
    height: 250px;
  }
  #news-area .scroll-wrap {
    max-height: 40vh;
    max-height: 30vh;
    padding-bottom: 0;
  }
  #news-area .scroll-area {
    margin-top: 15px;
    max-height: 32vh;
  }
  #news-area .scroll-detail {
    height: auto;
  }
  #news-area dl {
    display: block;
    margin-bottom: 1.3em;
  }
  #news-area dl dt,
  #news-area dl dd {
    margin-right: 0;
  }
}
#bnr-area {
  margin-top: 80px;
  text-align: center;
}
#bnr-area .bnr-cont + .bnr-cont {
  margin-top: 50px;
}
#bnr-area a {
  display: block;
}
@media screen and (max-width: 767px) {
  #bnr-area {
    margin-top: 40px;
  }
  #bnr-area .bnr-cont + .bnr-cont {
    margin-top: 20px;
  }
}
#about-movie {
  margin-top: 100px;
}
#about-movie .top-lead-main-txt {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #CA2424;
}
@media screen and (max-width: 767px) {
  #about-movie {
    margin-top: 50px;
  }
  #about-movie .top-lead-main-txt {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
/* ============================================================
 job
============================================================ */
#job ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.5%;
  margin-top: -40px;
}
#job li {
  width: calc((100% / 3) - 3.5%);
  margin-top: 60px;
  margin-left: 3.5%;
}
#job a {
  display: block;
  height: 100%;
  padding-bottom: 5em;
  margin-bottom: 2%;
}
#job .btn-underline {
  bottom: 2%;
}
#job .correlation {
  background: #F6F6F5;
  padding: 2% 2% 0 2%;
  margin-top: calc(60px - 2%);
}
#job .correlation .img {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #job ul {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
  #job li {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  #job a {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #job .btn-underline {
    position: static;
    bottom: initial;
    left: initial;
  }
  #job .correlation {
    padding: 4% 4% 4% 4%;
    margin-top: 30px;
  }
}
/* ============================================================
 career
============================================================ */
#career a {
  margin-top: 80px;
  position: relative;
  display: flex;
  flex-flow: column;
}
#career a .img {
  width: 84%;
}
#career a .career-ttl {
  margin-top: -35px;
  position: relative;
  line-height: 1;
}
#career a .career-ttl div {
  display: inline-block;
  padding: 20px 0 0 30px;
  background: #fff;
}
#career a .career-ttl .en {
  font-size: 4.2rem;
}
#career a .career-ttl .ja {
  margin-top: 15px;
  font-weight: 500;
}
#career a:nth-of-type(1) {
  margin-top: 0;
}
#career a:nth-of-type(odd) .career-ttl {
  text-align: right;
}
#career a:nth-of-type(even) .img {
  margin-left: 16%;
}
#career a:nth-of-type(even) .career-ttl div {
  padding: 20px 30px 0 0;
}
@media screen and (max-width: 767px) {
  #career a {
    margin-top: 40px;
  }
  #career a .img {
    width: 100%;
  }
  #career a .career-ttl {
    margin-top: -20px;
  }
  #career a .career-ttl div {
    padding: 18px 0 0 20px;
  }
  #career a .career-ttl .en {
    font-size: 2.5rem;
  }
  #career a .career-ttl .ja {
    margin-top: 10px;
  }
  #career a:nth-of-type(even) .img {
    margin-left: 0;
  }
  #career a:nth-of-type(even) .career-ttl div {
    padding: 18px 20px 0 0;
  }
}
.detail-txt {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .detail-txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fade-left-list03 {
    display: block!important;
  }
  .bg:after {
    height: 250px;
  }
}
