.efforts-item {
  position: relative;
  display: block;
}
.efforts-item:hover .efforts-title {
  opacity: 0.8;
}
.efforts-item .efforts-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  font-weight: bold;
  text-align: center;
  transition: 0.4s ease;
}

@media print, (min-width: 768px) {
  .efforts-row .title-basic {
    margin-bottom: 34px;
  }

  .efforts-item .efforts-title {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .efforts-row .title-basic {
    margin-bottom: 0.31rem;
  }

  .efforts-item .efforts-title {
    font-size: 0.15rem;
    line-height: 1.667;
    padding: 0.02rem 0.24rem;
  }
}
.item-service-common {
  display: block;
  position: relative;
  text-align: justify;
}
.item-service-common .effect-zoom {
  object-fit: cover;
}
.item-service-common .service-info {
  display: block;
}
.item-service-common .service-title {
  font-weight: bold;
  border-bottom: 1px solid #b3004d;
}

@media print, (min-width: 768px) {
  .list-service-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -57px;
  }
  .list-service-common > li {
    width: 295px;
  }

  .item-service-common {
    font-size: 16px;
    line-height: 1.4375;
  }
  .item-service-common .service-title {
    padding-bottom: 4px;
  }
  .item-service-common .tag-common {
    left: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-service-common > li:not(:last-child) {
    margin-bottom: 0.23rem;
  }

  .item-service-common {
    font-size: 0.14rem;
    line-height: 1.643;
  }
  .item-service-common .service-title {
    font-size: 0.15rem;
    padding-bottom: 0.04rem;
    margin-bottom: 0.09rem;
  }
  .item-service-common .tag-common {
    left: 0.1rem;
    top: 0.1rem;
  }
}
.section-top-keyvisual {
  background: no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
.section-top-keyvisual .video-keyvisual {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}


/* メインビジュアル */
.keyvisual{
	position: relative;
  overflow: hidden;
}

.keyvisual .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  font-weight: bold;
}

.loading.disappear{
  display: none;
}

.youtube-area{
  overflow: hidden;
 	opacity: 0;
}

.youtube-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.youtube-mask{
  position: absolute;
  z-index: 2;
  top:0;
  width:100%;
  height: 100%;
}

@media print, (min-width: 768px) {
  .main-site-common {
    max-width: none;
    padding-left: 0;
    margin: 0;
  }

  .top-content-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 220px;
  }

  /* メインビジュアル */
  .keyvisual{
    height: 100vh;
    margin-left: 220px;
  }
}
@media only screen and (max-width: 767.98px) {  
  /* メインビジュアル */
  .keyvisual{
    /* height: calc(32vh - .69rem); */
    height: auto;
    min-height: 2rem;
  }
}
.section-top-solution {
  background: #fdefe0;
  position: relative;
}
.section-top-solution:before {
  content: "";
  position: absolute;
  left: 0;
  background: no-repeat center center;
}

@media print, (min-width: 768px) {
  .section-top-solution {
    margin-top: 85px;
    padding-bottom: 80px;
  }
  .section-top-solution:before {
    width: 940px;
    height: 42px;
    top: -66px;
    background-image: url(../img/common/bg_arrow.svg);
  }
  .section-top-solution .title-primary {
    margin-bottom: 14px;
  }
  .section-top-solution .solution-row {
    margin-bottom: 55px;
  }
  .section-top-solution .list-service-common > li {
    margin: 45px 57px 45px 0;
  }
  .section-top-solution .item-service-common .effect-zoom {
    height: 173px;
  }
  .section-top-solution .item-service-common .service-info {
    padding-top: 13px;
  }
  .section-top-solution .item-service-common .service-title {
    margin-bottom: 9px;
    font-size: 19px;
  }
  .section-top-solution .efforts-item .efforts-title {
    font-size: 19px;
    padding: 9px 10px 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-solution {
    margin-top: 0.64rem;
    padding-bottom: 0.64rem;
  }
  .section-top-solution:before {
    width: 3.4rem;
    height: 0.3rem;
    top: -0.5rem;
    background-image: url(../img/common/sp/bg_arrow.svg);
  }
  .section-top-solution .title-primary {
    margin-bottom: 0.29rem;
  }
  .section-top-solution .title-primary .title-inner {
    padding-top: 0.02rem;
  }
  .section-top-solution .solution-row {
    margin-bottom: 0.42rem;
  }
  .section-top-solution .list-service-common {
    padding: 0 0.125rem;
  }
  .section-top-solution .item-service-common .service-info {
    padding-top: 0.07rem;
  }
  .section-top-solution .item-service-common .effect-zoom {
    height: 1.73rem;
  }
  .section-top-solution .efforts-row {
    padding: 0 0.125rem;
  }
}
.section-top-news .item-news-common .news-tag {
  vertical-align: top;
}
.section-top-news .item-news-common .news-time {
  line-height: 1.1;
  border-right: 1px solid #ccc;
}
.section-top-news .item-news-common .news-tag-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-top-news .list-news > li {
  border-bottom: 1px solid #d9d9d9;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding: 50px 0 80px;
  }
  .section-top-news .title-primary {
    margin-bottom: 27px;
  }
  .section-top-news .list-news {
    margin-bottom: 60px;
  }
  .section-top-news .item-news-common {
    padding: 23px 0 17px;
  }
  .section-top-news .item-news-common .news-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 14px;
  }
  .section-top-news .item-news-common .news-tag-list {
    -ms-flex: 1;
        flex: 1;
    padding-left: 14px;
    margin: -2px 0;
  }
  .section-top-news .item-news-common .news-tag {
    margin: 2px 8px 2px 0;
  }
  .section-top-news .item-news-common .news-time {
    font-size: 17px;
    width: 117px;
  }
  .section-top-news .item-news-common .news-title {
    margin-right: -3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.27rem 0.13rem 0.33rem;
  }
  .section-top-news .title-primary {
    margin-bottom: 0.12rem;
  }
  .section-top-news .list-news {
    margin-bottom: 0.27rem;
  }
  .section-top-news .item-news-common {
    padding: 0.13rem 0 0.12rem;
  }
  .section-top-news .item-news-common .news-heading {
    margin-bottom: 0.08rem;
  }
  .section-top-news .item-news-common .news-tag-list {
    margin-top: 0.1rem;
  }
  .section-top-news .item-news-common .news-tag {
    margin: 0.02rem 0.08rem 0.02rem 0;
  }
  .section-top-news .item-news-common .news-time {
    font-size: 0.17rem;
    min-width: 1.1rem;
    display: inline-block;
  }
}
.section-top-express {
  background: no-repeat center 0/cover;
  overflow: hidden;
}
.section-top-express .list-express {
  position: relative;
}
.section-top-express .list-express:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: #2b4399;
}
.section-top-express .express-column {
  position: relative;
  z-index: 5;
}
.section-top-express .express-column:not(:first-child) {
  /*display: none;*/
}
.section-top-express .is-express-flex .express-column,
.section-top-express .slick-initialized .express-column {
  display: block;
}
.section-top-express .express-item {
  display: block;
  position: relative;
  color: #fff;
}
.section-top-express .express-item .effect-zoom {
  object-fit: cover;
}
.section-top-express .express-time {
  position: absolute;
  left: 0;
  top: 0;
  background: #ef7a00;
  z-index: 3;
  line-height: 1.2;
}
.section-top-express .express-title {
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media print, (min-width: 768px) {
  .section-top-express {
    background-image: url(../img/top/bg_express.jpg);
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .section-top-express .title-primary {
    margin-bottom: 79px;
  }
  .section-top-express .list-express {
    padding: 33px 5px 27px;
    margin-bottom: 46px;
  }
  .section-top-express .list-express:before {
    left: 50%;
    width: 110vw;
    margin-left: -55vw;
  }
  .section-top-express .is-express-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-top-express .express-column {
    width: 330px;
    padding: 0 20px;
  }
  .section-top-express .express-time {
    padding: 1px 6px 2px;
    font-size: 12px;
    min-width: 117px;
  }
  .section-top-express .express-title {
    font-size: 16px;
  }
  .section-top-express .express-photo {
    margin-bottom: 5px;
  }
  .section-top-express .express-photo .effect-zoom {
    height: 177px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-express {
    background-image: url(../img/top/sp/bg_express.jpg);
    padding-bottom: 0.8rem;
    margin-bottom: 0.3rem;
  }
  .section-top-express .title-primary {
    margin-bottom: 0.2rem;
  }
  .section-top-express .list-express {
    padding: 0.26rem 0.525rem 0.35rem;
    margin-bottom: 0.3rem;
  }
  .section-top-express .list-express:before {
    left: -0.25rem;
    right: -0.25rem;
  }
  .section-top-express .express-column {
    width: 2.22rem;
  }
  .section-top-express .express-time {
    padding: 0.02rem 0.06rem 0.03rem;
    font-size: 0.12rem;
    min-width: 1.18rem;
  }
  .section-top-express .express-title {
    font-size: 0.14rem;
  }
  .section-top-express .express-photo {
    margin-bottom: 0.07rem;
  }
  .section-top-express .express-photo .effect-zoom {
    height: 1.34rem;
  }
  .section-top-express .slick-list {
    z-index: 4;
  }
}
.section-top-recruit {
  background: #fdefe0;
}
.section-top-recruit .recruit-item {
  display: block;
  position: relative;
}
.section-top-recruit .recruit-item:hover .recruit-text {
  opacity: 0.8;
}
.section-top-recruit .recruit-item:hover .button-primary {
  background: #333;
  color: #fff;
    fill: #fff;
}

.section-top-recruit .button-primary,
.section-top-recruit .recruit-text {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
    /*font-family: "ヒラギノ角ゴ ProN W7";*/
}
.section-top-recruit .button-primary {
  border: none;
}
.section-top-recruit .recruit-text {
  transition: 0.26s ease;
}

@media print, (min-width: 768px) {
  .section-top-recruit {
    padding-bottom: 60px;
  }
  .section-top-recruit .title-primary {
    margin-bottom: 50px;
  }
  .section-top-recruit .list-recruit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -40px;
    justify-content: space-between;
  }
 .section-top-recruit .list-recruit > li {
      width: 32%;
      margin: 0 0 20px 0;
  }

  .section-top-recruit .list-recruit > li .diversity_text {
      position: absolute;
      inset: 0;
      margin: auto;
      inline-size: 11.5em;
      block-size: fit-content;
      background-color: rgba(256, 256, 256, 0.8);
      font-size: 1.125em;
      font-weight: bold;
      box-sizing: border-box;
      text-align: center;
      letter-spacing: 0.05em;
      padding-block: 0.125em;
      transition: all 0.3s;
  }
.section-top-recruit .recruit-item:hover .diversity_text {
  background: #333;
  color: #fff;
  fill: #fff;
}
  .section-top-recruit .button-primary {
      margin: -20px 0 0 -110px;
      /*font-size: 14px;*/
      min-height: 40px;
      width: 220px;
  }
    
    .section-top-recruit .button-primary svg {
        height: 18px;
    }
    
  .section-top-recruit .recruit-text {
    width: 210px;
    margin: -83px 0 0 -105px;
  }
  .section-top-recruit .tag-common {
    left: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-recruit {
    padding-bottom: 0.6rem;
  }
  .section-top-recruit .title-primary {
    margin-bottom: 0.2rem;
  }
  .section-top-recruit .list-recruit {
    padding: 0 0.15rem;
  }
  .section-top-recruit .list-recruit > li:not(:last-child) {
    margin-bottom: 0.2REM;
  }
  .section-top-recruit .button-primary {
    margin: -0.2rem 0 0 -1.1rem;
    font-size: 0.15rem;
    width: 2.2rem;
    min-height: 0.4rem;
  }
    
    .section-top-recruit .button-primary svg {
        height: 16px;
    }
    
  .section-top-recruit .recruit-text {
    width: 2.1rem;
    left: 50%;
    top: 50%;
    margin: -0.83rem 0 0 -1.05rem;
  }
  .section-top-recruit .tag-common {
    left: 0.1rem;
    top: 0.1rem;
  }
  .section-top-recruit .list-recruit > li .diversity_text {
    position: absolute;
    inset: 0;
    margin: auto;
    inline-size: 2.2rem;
    block-size: fit-content;
    background-color: rgba(256, 256, 256, 0.8);
    font-size: 1.25em;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 0.05em;
    padding-block: 0.35em;
    transition: all 0.3s;
  }
.section-top-recruit .recruit-item:hover .diversity_text {
  background: #333;
  color: #fff;
  fill: #fff;
}
}

/*# sourceMappingURL=top.css.map */