.movie{
  margin-top: 40px;
 padding-bottom: 165px;
  background-color: #f8f6f2;
}
@media only screen and (max-width: 767px) {
.movie{
 padding-bottom: 125px;
}
}

.movie__heading{
font-size: 26px;
padding-bottom: 17px;
border-bottom: 1px solid #e6dad3;
color: #e60020;
text-align: center;
margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
.movie__heading{
font-size: 22px;
margin-bottom: 26px;
}
}

.movie__sec{
  width: 92%;
  max-width: 1040px;
  margin: 0 auto 80px;
}

.movie__sec:last-of-type{
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.movie__sec{
  margin: 0 auto 125px;
}
.movie__sec:last-of-type{
  margin-bottom: 0;
}
}

.movie__list{
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
.movie__list{
  display: block;
}
}

.movie__item{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}

.movie__item:nth-of-type(3n){
  margin-right: 0;
}
.movie__item:nth-of-type(n+4){
  margin-top: 44px;
}

.movie__item a{
  width: 100%;
  height: 140px;
  display: block;
}

.movie__item img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .movie__item{
  width: 100% !important;
  margin-right: 0;
}
.movie__item:not(:last-of-type){
  margin-bottom: 94px;
}


.movie__item:nth-of-type(n+4){
  margin-top: 0;
}
.movie__item:not(:last-of-type){
  margin-bottom: 44px;
}
}

.movie__tit{
  position: relative;
  margin-top: 12px;
font-size: 15px;
}

.movie__tit.mark{
padding-left: 32px;
background-color: #f8f6f2;
line-height: 1.2;
}
.movie__tit.mark::before{
position: absolute;
content: "";
display: block;
width: 16px;
height: 16px;
left: 0;
top: 2px;
}
@media only screen and (max-width: 767px) {
.movie__tit.mark::before{
top: 5px;
}
}

/* 日清製粉グループ本社 */
.movie__tit.mark.-ghonsha::before{
background-color: #6788bb;
}
/* 日清製粉 */
.movie__tit.mark.-seifun::before{
background-color: #e06e54;
}
/* 日清製粉ウェルナ */
.movie__tit.mark.-foods::before{
background-color: #525a91;
}
/* 日清ファルマ */
.movie__tit.mark.-pharma::before{
background-color: #52ada6;
}
/* 日清エンジニアリング */
.movie__tit.mark.-engineering::before{
background-color: #90c651;
}
/* オリエンタル酵母工業 */
.movie__tit.mark.-oriental::before{
background-color: #d091b9;
}
/* NBCメッシュテック */
.movie__tit.mark.-nbc::before{
background-color: #ef8f15;
}

.movie__archiveLabel{
  position: relative;
  text-align: center;
  padding: 20px 0;
  background-color: #e6dfcf;
  color: #654a2f;
  font-size: 18px;
  margin-top: 45px;
  cursor: pointer;
}

.movie__archiveLabel::before,
.movie__archiveLabel::after{
 position: absolute;
 content: "";
 display: block;
 width: 15px;
 height: 1px;
 background-color: #654a2f;
 top: 50%;
 right: 22px;
 transform: translateY(-50%);
 transition: all .3s;
}
.movie__archiveLabel::after{
  transform: translateY(-50%) rotate(90deg);
}
.movie__archiveLabel.is-open::after{
  transform: translateY(-50%) rotate(0deg);
  transition: all .3s;
}

.movie__archiveBox{
  display: none;
padding: 1rem;
}
.movie__sec.-max{
  width: 100%;
}
