/* worksのみオレンジ */
.menu-item-31 a{
  color: #D94B30!important;
}

/* タイトル */
.title-container{
  text-align: center;
}

.title-line{
  content: '';
  width: 100px;
  height: 8px;
  /* background-color: #D94B30; */
}

.title-container h1{
  line-height: 1!important;
}
.title-left{
  align-items: start!important;
}

/*  */
.about-visual img{
  padding: 0 50px!important;
}

/* ミッションコンテナ　スティッキー配置 */
.component {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  align-self: start;
}

.sticky-container{
  min-height: auto;
  position: relative;
  align-items: start!important;
}
@media screen and (max-width:781px) {
  .component{
    position: static;
  }
  
}

.service-container-1{
  padding: 0 20px;
}
/* mission画像調整 */
.mission-img-container{
  align-items: stretch!important;
}

.right-container figure,
.right-container img{
  height: 100%!important;
}