@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* top-shutter-animation
============================================================ */
.top-shutter-animation,
.top-shutter-animation .shutter-1,
.top-shutter-animation .img-1 img {
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.top-shutter-animation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #008BDB;
  z-index: 11;
}
.top-shutter-animation-inner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top-shutter-animation .shutter-inner {
  position: relative;
  height: 100vh;
}
.top-shutter-animation .img-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 12;
}
.top-shutter-animation .img-1 {
  width: 80%;
}
.top-shutter-animation .img-1 img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  opacity: 0;
}

/* animation */
.top-shutter-animation.js-img-1 .img-1 img {
  top: 0;
  opacity: 1;
}
.top-shutter-animation.js-shutter-1 .shutter-1 {
  opacity: 0;
}
.top-shutter-animation.js-shutter-1 .shutter-1 .img-1 img {
  top: 0;
  opacity: 0;
}
.top-shutter-animation.js-shutter-all {
  opacity: 0;
}
.top-shutter-animation.js-shutter-none {
  display: none;
}

@media screen and (max-width: 1263px) {
  .top-shutter-animation .shutter-inner {
    position: relative;
    height: calc(100vh - 70px);
  }
  .top-shutter-animation .img-1 {
    padding: 0 40px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 751px) {
  .top-shutter-animation .img-1 {
    max-width: 430px;
  }
}
@media screen and (max-width: 321px) {
  .top-shutter-animation .img-1 {
    max-width: 300px;
    padding: 0 20px 0;
  }
}

/* title
============================================================ */
.top-title-wrap {
  text-align: center;
  position: relative;
}
.top-title-wrap .title-en,
.top-title-wrap .title-ja {
  color: #008BDB;
}
.top-title-wrap .title-en {
  font-size: 100px;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  letter-spacing: 5px;
  line-height: 90px;
}
.top-title-wrap .title-ja {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 17px;
}
.top-title-wrap .title-ja span {
  position: relative;
  padding: 0 15px;
}
.top-title-wrap .title-ja span::before,
.top-title-wrap .title-ja span::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 30px;
  height: 1px;
  background-color: #008BDB;
  display: block;
}
.top-title-wrap .title-ja span::before {
  left: -30px;
}
.top-title-wrap .title-ja span::after {
  right: -30px;
}

.link-target {
  padding-top: 90px;
  margin-top: -90px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .top-title-wrap .title-en {
    font-size: 60px;
    letter-spacing: 2.8px;
    line-height: 60px;
  }
  .group-area .top-title-wrap .title-en {
    letter-spacing: -6.2px;
  }
  .link-target {
    padding-top: 125px;
    margin-top: -125px;
  }
}
@media screen and (max-width: 374px) {
  .top-title-wrap .title-en {
    font-size: 50px;
    letter-spacing: 2.8px;
    line-height: 60px;
  }
}

/* message-area
============================================================ */
.message-area {
  padding: 120px 0 0;
  transition: all .7s ease-in-out;
  position: relative;
  opacity: 0;
}
.message-area.js-load-animation-opacity {
  opacity: 1;
}
.message-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url(../img/top/message-area-bg.png) center 0 no-repeat;
  background-size: 100% 600px;
  z-index: -1;
}
.message-area .lead-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .message-area {
    padding: 73px 0 0;
  }
  .message-area::before {
    top: 151px;
    /* height: 221px; */
    height: 58.933vw;
    background: url(../img/top/message-area-bg-sp.png) center 0 no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .message-area .lead-text {
    font-size: 16px;
    line-height: 2.2;
  }
}

/* group-area
============================================================ */
.group-area {
  padding-top: 118px;
  transition: all .7s ease-in-out;
  opacity: 0;
}
.group-area.js-load-animation-opacity {
  opacity: 1;
}
.group-area .group-area-body {
  margin-top: 81px;
}
.group-area .group-area-body ul {
  display: flex;
  flex-wrap: wrap;
}
.group-area .group-area-body li {
  width: calc((100% - 20px * 3) / 4);
  margin-right: 20px;
}
.group-area .group-area-body li:nth-child(4n) {
  margin-right: 0;
}
.group-area .group-area-body li:nth-child(n + 5) {
  margin-top: 26px;
}
.group-area .group-area-body li .img-block {
  border-radius: 5px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .12);
  position: relative;
  z-index: 1;
}
.group-area .group-area-body li .img-block span {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.group-area .group-area-body li a {
  display: block;
  transition: all .2s ease-in-out;
}
.group-area .group-area-body li a:hover {
  opacity: .7;
}

.-popup-box {
  max-width: 800px;
}
#cboxLoadedContent {
  border-radius: 10px;
  box-shadow: 0 0 5px 3px rgba(0, 154, 225, .3);
}
.-popup-box .img-wrap {
  height: 220px;
  position: relative;
}
.-popup-box .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.-popup-box .img-wrap .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding: 17px 40px 17px;
  min-width: 176px;
  background-color: #008BDB;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.-popup-box .table-wrap {
  padding: 57px 30px 30px;
}
.-popup-box .table-wrap th,
.-popup-box .table-wrap td {
  padding: 20px 30px;
  vertical-align: top;
  background-color: #fff;
  text-align: left;
}
.-popup-box .table-wrap tr:nth-child(odd) th,
.-popup-box .table-wrap tr:nth-child(odd) td {
  background-color: #f4fbff;
}
.-popup-box .table-wrap th {
  font-weight: bold;
  width: 162px;
}
.-popup-box .table-wrap td {
  padding-left: 0;
}
.-popup-box .table-wrap td a {
  color: #008BDB;
  text-decoration: none;
  cursor: text;
}

/* offset */
/* .group-area .top-title-wrap,
.group-area .group-area-body {
  position: relative;
  transition: all .8s ease-in-out;
  opacity: 0;
  top: 25px;
}
.group-area.js-offset-active .top-title-wrap {
  top: 0;
  opacity: 1;
}
.group-area.js-offset-active .group-area-body {
  transition-delay: .7s;
  top: 0;
  opacity: 1;
} */

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .group-area {
    padding-top: 73px;
  }
  .group-area .group-area-body {
    margin-top: 41px;
  }
  .group-area .group-area-body li {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
  }
  .group-area .group-area-body li:nth-child(4n),
  .group-area .group-area-body li:nth-child(2n) {
    margin-right: 0;
  }
  .group-area .group-area-body li:nth-child(n + 5),
  .group-area .group-area-body li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .group-area .group-area-body li .img-block span {
    display: block;
    border-radius: 5px;
    overflow: hidden;
  }
  .group-area .group-area-body li a {
    display: block;
    transition: all .2s ease-in-out;
  }
  .group-area .group-area-body li a:hover {
    opacity: .7;
  }

  .-popup-box .img-wrap {
    height: 220px;
  }
  .-popup-box .img-wrap .name {
    padding: 17px 40px 17px;
    min-width: 176px;
    bottom: -30px;
    left: 50%;
  }
  .-popup-box .table-wrap {
    padding: 57px 20px 20px;
  }
  .-popup-box .table-wrap th,
  .-popup-box .table-wrap td {
    padding: 19px 20px;
    display: block;
  }
  .-popup-box .table-wrap th {
    width: 100%;
    padding-bottom: 5px;
    line-height: 1;
    box-sizing: border-box;
  }
  .-popup-box .table-wrap td {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .-popup-box .table-wrap td a {
    text-decoration: underline;
  }
}

/* business-area
============================================================ */
.business-area {
  padding-top: 200px;
}
.business-area .top-biz {
  margin-top: 60px;
}

/* offset */
.business-area .top-title-wrap,
.business-area .top-biz {
  position: relative;
  transition: all .8s ease-in-out;
  opacity: 0;
  top: 25px;
}
.business-area.js-offset-active .top-title-wrap {
  top: 0;
  opacity: 1;
}
.business-area.js-offset-active .top-biz {
  transition-delay: .7s;
  top: 0;
  opacity: 1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .business-area {
    padding-top: 110px;
  }
}

/* vision-area
============================================================ */
.vision-area {
  padding-top: 125px;
  position: relative;
  transition: all .2s ease-in-out;
}
.vision-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2218px;
  /* height: 158.571vw; */
  background: url(../img/top/vision-area-bg.png) 0 0 no-repeat;
  background-size: 100% 2218px;
  z-index: -1;
}

/* lead-wrap */
.vision-area .lead-wrap {
  position: relative;
  padding-bottom: calc(500px - 150px);
  margin-top: 80px;
}
.vision-area .lead-body {
  width: calc(50% + 550px);
  height: 500px;
  padding: 115px 125px;
  position: absolute;
  top: 0;
  left: calc(50% - 550px);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: url(../img/top/vision-lead-wrap-bg.png) 0 0 no-repeat;
  background-size: cover;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .12);
}
@media screen and (max-width: 1190px) {
  .vision-area .lead-body {
    width: calc(50% + 46.218vw);
    left: calc(50% - 46.218vw);
  }
}
.vision-area .lead-wrap .title {
  font-size: 80px;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  letter-spacing: 8px;
  color: #fff;
}
.vision-area .lead-wrap .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 3px;
  color: #fff;
  margin-top: 13px;
}

/* item-block-wrap */
.vision-area .item-block-wrap {
  position: relative;
  z-index: 1;
}
.vision-area .item-block-wrap .item-block {
  display: flex;
}
.vision-area .item-block-wrap .item-block.-item-A,
.vision-area .item-block-wrap .item-block.-item-C {
  align-items: flex-end;
  flex-direction: row-reverse;
}
.vision-area .item-block-wrap .item-block.-item-B {
  align-items: flex-start;
}
.vision-area .item-block-wrap .item-block.-item-A {
  margin-top: 0;
}
.vision-area .item-block-wrap .item-block.-item-B {
  margin-top: 129px;
}
.vision-area .item-block-wrap .item-block.-item-C {
  margin-top: -141px;
}
.vision-area .item-block-wrap .img-block {
  width: 400px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .16);
}
.vision-area .item-block-wrap .item-block.-item-C .img-block {
  width: 500px;
}
.vision-area .item-block-wrap .img-block,
.vision-area .item-block-wrap .img-block img {
  border-radius: 10px;
  overflow: hidden;
}
.vision-area .item-block-wrap .item-block.-item-A .text-block,
.vision-area .item-block-wrap .item-block.-item-C .text-block {
  margin-right: auto;
}
.vision-area .item-block-wrap .item-block.-item-B .text-block {
  margin-left: 100px;
  margin-top: -10px;
}
.vision-area .item-block-wrap .item-block.-item-A .text-block .text {
  font-size: 18px;
}
.vision-area .item-block-wrap .text-block .text {
  font-size: 14px;
  font-weight: bold;
}

/* item-list-wrap */
.vision-area .item-list-wrap {
  margin-top: 150px;
}
.vision-area .item-list-wrap ul {
  display: flex;
}
.vision-area .item-list-wrap li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 5px rgba(194, 222, 237, 1);
  text-align: center;
  position: relative;
  padding: 62px 20px 56px;
}
.vision-area .item-list-wrap li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/top/vision-icon-img-1.png) 0 0 no-repeat;
  background-size: 30px;
}
.vision-area .item-list-wrap li:nth-child(3n) {
  margin-right: 0;
}
.vision-area .item-list-wrap li .text-A {
  font-size: 12px;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
}
.vision-area .item-list-wrap li .text-B {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: 16px;
}
.vision-area .item-list-wrap li .text-C {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 33px;
}

/* offset */
.vision-area .top-title-wrap,
.vision-area .lead-wrap {
  transition: all .8s ease-in-out;
  opacity: 0;
  top: 25px;
}
.vision-area.js-offset-active .top-title-wrap {
  top: 0;
  opacity: 1;
}
.vision-area.js-offset-active .lead-wrap {
  transition-delay: .7s;
  top: 0;
  opacity: 1;
}

.vision-area .item-block-wrap .img-block,
.vision-area .item-block-wrap .text-block {
  position: relative;
  transition: all .8s ease-in-out;
  opacity: 0;
  top: 25px;
}
/* .vision-area .item-block-wrap.js-offset-active .img-block {
  transition-delay: .3s;
  top: 0;
  opacity: 1;
}
.vision-area .item-block-wrap.js-offset-active .text-block {
  transition-delay: .7s;
  top: 0;
  opacity: 1;
} */
.vision-area .item-block-wrap.js-offset-active .-item-A .img-block {
  transition-delay: .5s;
  top: 0;
  opacity: 1;
}
.vision-area .item-block-wrap.js-offset-active .-item-A .text-block {
  transition-delay: 1s;
  top: 0;
  opacity: 1;
}
.vision-area .item-block-wrap.js-offset-active .-item-B .img-block {
  transition-delay: 1.5s;
  top: 0;
  opacity: 1;
}
.vision-area .item-block-wrap.js-offset-active .-item-B .text-block {
  transition-delay: 2s;
  top: 0;
  opacity: 1;
}
.vision-area .item-block-wrap.js-offset-active .-item-C .img-block {
  transition-delay: 2.5s;
  top: 0;
  opacity: 1;
}
.vision-area .item-block-wrap.js-offset-active .-item-C .text-block {
  transition-delay: 3s;
  top: 0;
  opacity: 1;
}

.vision-area .item-list-wrap li {
  position: relative;
  transition: all .6s ease-in-out;
  opacity: 0;
  top: 25px;
}
.vision-area .item-list-wrap.js-offset-active li:nth-child(1) {
  transition-delay: .5s;
  top: 0;
  opacity: 1;
}
.vision-area .item-list-wrap.js-offset-active li:nth-child(2) {
  transition-delay: 1s;
  top: 0;
  opacity: 1;
}
.vision-area .item-list-wrap.js-offset-active li:nth-child(3) {
  transition-delay: 1.5s;
  top: 0;
  opacity: 1;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .vision-area {
    padding-top: 76px;
  }
  .vision-area::before {
    content: "";
    position: absolute;
    top: 903px;
    left: 0;
    width: 100%;
    /* height: 2220px; */
    height: 2098px;
    background: url(../img/top/vision-area-bg-sp.png) 0 0 no-repeat;
    background-size: 100% 2098px;
    z-index: -1;
  }

  /* lead-wrap */
  .vision-area .lead-wrap {
    padding-bottom: 0;
    margin-top: 58px;
  }
  .vision-area .lead-wrap .com-section-inner {
    padding: 0 0;
  }
  .vision-area .lead-body {
    width: 100%;
    height: auto;
    padding: 122px 20px 104px;
    position: relative;
    left: auto;
    border-radius: 0 0 0 0;
    background: url(../img/top/vision-lead-wrap-bg-sp.png) 0 0 no-repeat;
    background-size: cover;
    margin-bottom: -40px;
  }
  .vision-area .lead-body {
    text-align: center;
  }
  .vision-area .lead-wrap .title {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 5px;
  }
  .vision-area .lead-wrap .text {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 2px;
    margin-top: 27px;
  }

  /* item-block-wrap */
  .vision-area .item-block-wrap .item-block {
    display: block;
    max-width: calc(225px + 30px);
    margin: 0 auto;
  }
  .vision-area .item-block-wrap .item-block.-item-A {
    margin-top: 0;
  }
  .vision-area .item-block-wrap .item-block.-item-B {
    margin-top: 30px;
  }
  .vision-area .item-block-wrap .item-block.-item-C {
    margin-top: 30px;
  }
  .vision-area .item-block-wrap .img-block {
    width: 100%;
  }
  .vision-area .item-block-wrap .item-block.-item-C .img-block {
    width: 100%;
  }
  .vision-area .item-block-wrap .item-block.-item-B .text-block {
    margin-left: 0;
    margin-top: 0;
  }
  .vision-area .item-block-wrap .item-block.-item-A .text-block .text {
    font-size: 16px;
    line-height: 2.4;
    margin-top: 33px;
  }
  .vision-area .item-block-wrap .text-block .text {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 35px;
  }
  .vision-area .item-block-wrap .item-block.-item-A .text br,
  .vision-area .item-block-wrap .item-block .text br.sp-display-none {
    display: none;
  }

  /* item-list-wrap */
  .vision-area .item-list-wrap {
    margin-top: 90px;
  }
  .vision-area .item-list-wrap ul {
    display: block;
  }
  .vision-area .item-list-wrap li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    padding: 37px 20px 35px;
    display: flex;
    align-items: center;
  }
  .vision-area .item-list-wrap li::before {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  .vision-area .item-list-wrap li:first-child {
    margin-top: 0;
  }
  .vision-area .item-list-wrap li .text-C {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0;
    text-align: left;
  }

  .vision-area .item-list-wrap li .sp-style-box-A {
    width: 100px;
    margin-right: 10px;
  }
  .vision-area .item-list-wrap li .sp-style-box-B {
    width: calc(100% - (100px + 10px));
  }
}

/* profile-area
============================================================ */
.profile-area {
  padding-top: 190px;
}
.profile-area .profile-area-body {
  margin-top: 80px;
}
.profile-area .profile-area-body th,
.profile-area .profile-area-body td {
  padding: 20px 30px;
  vertical-align: top;
  background-color: #fff;
}
.profile-area .profile-area-body tr:nth-child(odd) th,
.profile-area .profile-area-body tr:nth-child(odd) td {
  background-color: #f4fbff;
}
.profile-area .profile-area-body th {
  font-weight: bold;
  width: 260px;
}
.profile-area .profile-area-body td {
  padding-left: 0;
}

/* offset */
.profile-area .top-title-wrap,
.profile-area .profile-area-body {
  position: relative;
  transition: all .8s ease-in-out;
  opacity: 0;
  top: 25px;
}
.profile-area.js-offset-active .top-title-wrap {
  top: 0;
  opacity: 1;
}
.profile-area.js-offset-active .profile-area-body {
  transition-delay: .7s;
  top: 0;
  opacity: 1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .profile-area {
    padding-top: 105px;
  }
  .profile-area .profile-area-body {
    margin-top: 58px;
  }
  .profile-area .profile-area-body th,
  .profile-area .profile-area-body td {
    padding: 19px 20px;
    display: block;
  }
  .profile-area .profile-area-body th {
    width: 100%;
    padding-bottom: 5px;
    line-height: 1;
  }
  .profile-area .profile-area-body td {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

/* bn-area
============================================================ */
.bn-area {
  padding-top: 170px;
}
.bn-area .bn-area-list {
  display: flex;
}
.bn-area .bn-area-list li {
  /*width: 50%; 20250718DELL*/
  width: 33.3%;
}
.bn-area .bn-area-list li a {
  height: 300px;
  display: block;
  transition: all .2s ease-in-out;
}

/* item-recruit item-contact item-now */
.bn-area .bn-area-list li.item-recruit a,
.bn-area .bn-area-list li.item-recruit .img-wrap .img,
.bn-area .bn-area-list li.item-now a,
.bn-area .bn-area-list li.item-now .img-wrap .img,
.bn-area .bn-area-list li.item-contact a,
.bn-area .bn-area-list li.item-contact .img-wrap {
  height: 400px;
}

/* item-recruit */
.bn-area .bn-area-list li.item-recruit a {
  position: relative;
  background-color: #56abe5;
}
.bn-area .bn-area-list li.item-recruit a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-blank-wh.svg) 0 0 no-repeat;
  background-size: 14px;
}
.bn-area .bn-area-list li.item-recruit .img-wrap {
  padding-right: 70px;
}
.bn-area .bn-area-list li.item-recruit .img-wrap .img {
  display: block;
  background-image: url(../img/top/bn-area-img-recruit.png);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 689px auto;
}

/* hover */
.bn-area .bn-area-list li.item-recruit a:hover {
  opacity: .7;
}


/* item-contact20250718ADD */
.bn-area .bn-area-list li.item-now a {
  position: relative;
  background-color: #ffffff;
}
.bn-area .bn-area-list li.item-now a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-blank-bl.svg) 0 0 no-repeat;
  background-size: 14px;
}
/*.bn-area .bn-area-list li.item-now .img-wrap {
  padding-right: 70px;
}*/
.bn-area .bn-area-list li.item-now .img-wrap .img {
  display: block;
  background-image: url(../img/top/bn-area-img-now.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 689px auto;
  border: solid 5px #4BB4E9;
}

/* hover */
.bn-area .bn-area-list li.item-now a:hover {
  opacity: .7;
}





/* item-contact */
.bn-area .bn-area-list li.item-contact a {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.bn-area .bn-area-list li.item-contact .img-wrap {
  position: relative;
  z-index: 1;
}
.bn-area .bn-area-list li.item-contact .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all .3s ease-in-out;
}
.bn-area .bn-area-list li.item-contact .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  transition: all .3s ease-in-out;
  z-index: 1;
}
.bn-area .bn-area-list li.item-contact .title-wrap {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  display: block;
  padding-right: 210px;
  z-index: 2;
}
.bn-area .bn-area-list li.item-contact .title-en {
  font-size: 60px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 5.7px;
  color: #fff;
}
.bn-area .bn-area-list li.item-contact .title-ja {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-top: 20px;
}

.bn-area .bn-area-list li.item-contact .title-wrap .icon-arrow {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-width: 30px;
  border-color: #008BDB;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all .2s ease-in-out;
  z-index: 4;
}
.bn-area .bn-area-list li.item-contact a:hover .title-wrap .icon-arrow {
  border-width: 1px;
  border-color: #fff;
}
.bn-area .bn-area-list li.item-contact .title-wrap .icon-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transition: all .3s ease-in-out;
}
.bn-area .bn-area-list li.item-contact .title-wrap .icon-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 11px;
  background: url(../img/top/bn-area-img-arrow-wh.svg) 0 0 no-repeat;
  background-size: 22px auto;
  transition: all .3s ease-in-out;
  opacity: 0;
}

/* hover */
.bn-area .bn-area-list li.item-contact a:hover .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
}
.bn-area .bn-area-list li.item-contact a:hover .title-wrap .icon-arrow::after {
  width: 0;
  height: 0;
}
.bn-area .bn-area-list li.item-contact a:hover .title-wrap .icon-arrow::before {
  opacity: 1;
  left: 50%;
}

/* offset */
.bn-area {
  position: relative;
  transition: all .8s ease-in-out;
  opacity: 0;
  top: 25px;
}
.bn-area.js-offset-active {
  top: 0;
  opacity: 1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .bn-area {
    padding-top: 100px;
  }
  .bn-area .bn-area-list {
    display: block;
  }
  .bn-area .bn-area-list li {
    width: 100%;
  }
  .bn-area .bn-area-list li a {
    height: auto;
  }

  /* item-recruit item-contact item-now */
  .bn-area .bn-area-list li.item-recruit a,
  .bn-area .bn-area-list li.item-recruit .img-wrap .img,
  .bn-area .bn-area-list li.item-now a,
  .bn-area .bn-area-list li.item-now .img-wrap .img,
  .bn-area .bn-area-list li.item-contact a,
  .bn-area .bn-area-list li.item-contact .img-wrap {
    height: auto;
  }

  /* item-recruit */
  .bn-area .bn-area-list li.item-recruit a, 
  .bn-area .bn-area-list li.item-now a{
    background: none;
  }
  .bn-area .bn-area-list li.item-recruit a,
  .bn-area .bn-area-list li.item-now a,
  .bn-area .bn-area-list li.item-contact a {
    text-align: center;
  }
  .bn-area .bn-area-list li.item-recruit a::after {
    display: none;
  }
.bn-area .bn-area-list li.item-now a::after {
    display: none;
  }

  /* hover */
  .bn-area .bn-area-list li.item-recruit a:hover {
    opacity: 1;
  }
.bn-area .bn-area-list li.item-now a:hover {
    opacity: 1;
  }
	
}

/* news-area
============================================================ */
.news-area {
  padding-top: 190px;
}
.news-area .news-area-body {
  margin-top: 80px;
}

/* offset */
.news-area .top-title-wrap,
.news-area .news-area-body {
  position: relative;
  transition: all .8s ease-in-out;
  opacity: 0;
  top: 25px;
}
.news-area.js-offset-active .top-title-wrap {
  top: 0;
  opacity: 1;
}
.news-area.js-offset-active .news-area-body {
  transition-delay: .7s;
  top: 0;
  opacity: 1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .news-area {
    padding-top: 85px;
  }
  .news-area .news-area-body {
    margin-top: 30px;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .hoge {
  }
}



















/* .top-shutter-animation .img-1 img {
  opacity: 1;
} */

/* animation */
/* .top-shutter-animation.js-img-1 .img-1 img {
  opacity: 1;
}

.top-shutter-animation.js-shutter-1 .shutter-1 {
  opacity: 1;
}

.top-shutter-animation.js-shutter-1 .shutter-1 .img-1 img {
  opacity: 1;
}

.top-shutter-animation.js-shutter-all {
  opacity: 1;
}

.top-shutter-animation.js-shutter-none {
  display: none;
}

.top-shutter-animation {
  display: none;
}

#lay-header::before {
  width: 100% !important;
}

#lay-header .lay-header-inner {
  opacity: 1 !important;
}

.message-area {
  opacity: 1  !important;
}

.group-area {
  opacity: 1 !important;
} */