@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.top-page .section-mv {
  width: 100%;
  height: 100vh;
  margin-bottom: 104px;
}
@media screen and (max-width: 480px) {
  .top-page .section-mv {
    margin-bottom: 48px;
  }
}
.top-page .section-mv > .container #video-container {
  position: relative;
  width: 100%;
  height: 100vh; /* ファーストビューの高さ */
  overflow: hidden;
  pointer-events: none; /* クリック操作を無効化 */
}
.top-page .section-mv > .container #background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw; /* 16:9アスペクト比 */
  min-width: 100%;
  min-height: 100%;
  display: none; /* 最初は非表示 */
}
.top-page .section-mv > .container > .box-text {
  position: absolute;
  left: 81px;
  bottom: 63px;
}
@media screen and (max-width: 1024px) {
  .top-page .section-mv > .container > .box-text {
    left: 41px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .box-text {
    left: 20px;
  }
}
.top-page .section-mv > .container > .box-text > .copy {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #ffffff;
  font-size: 3.9vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.21em;
  margin-bottom: 13px;
}
@media screen and (max-width: 820px) {
  .top-page .section-mv > .container > .box-text > .copy {
    font-size: 4.9vw;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .box-text > .copy {
    font-size: 10.2vw;
  }
}
.top-page .section-mv > .container > .box-text > .english {
  color: #cccccc;
  font-size: 1.75vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
  .top-page .section-mv > .container > .box-text > .english {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .box-text > .english {
    font-size: 3.75vw;
  }
}
.top-page > .section-works {
  margin-top: 120px;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-works {
    margin-top: 0;
  }
}
.top-page > .section-works > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 94.4vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 480px) {
  .top-page > .section-works > .container > .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.top-page > .section-works > .container > .box-text > .section-title {
  margin-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-works > .container > .box-text > .section-title {
    margin-bottom: 0;
    margin-right: 33px;
  }
}
.top-page > .section-works > .container > .box-text > .overview {
  font-size: 1vw;
  letter-spacing: 0.1em;
  line-height: 3;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-works > .container > .box-text > .overview {
    font-size: 3.5vw;
    line-height: 1.9;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-works > .container > .box-text > .button {
    display: none;
  }
}
.top-page > .section-works > .container > .box-image {
  max-width: 46.3vw;
}
.top-page > .section-works > .container > .box-image > .image {
  margin-bottom: 8px;
}
.top-page .section-large-facility {
  margin: 104px 20px 74px;
}
@media screen and (max-width: 480px) {
  .top-page .section-large-facility {
    margin: 48px 0 0;
  }
}
.top-page .section-large-facility > .container {
  background-image: url(../../../assets/imgs/top/background-large-facility.png);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90vw;
  width: 100%;
  padding: 77px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .top-page .section-large-facility > .container {
    padding: 37px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-large-facility > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
    padding: 32px 20px 76px;
  }
}
.top-page .section-large-facility > .container > .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 820px) {
  .top-page .section-large-facility > .container > .box-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-page .section-large-facility > .container > .box-text > .section-title {
  color: #ffffff;
  margin-right: 48px;
}
@media screen and (max-width: 820px) {
  .top-page .section-large-facility > .container > .box-text > .section-title {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-large-facility > .container > .box-text > .section-title {
    margin-bottom: 9px;
  }
}
.top-page .section-large-facility > .container > .box-text > .section-title > .english {
  color: #ffffff;
}
.top-page .section-large-facility > .container > .box-text > .overview {
  color: #ffffff;
  font-size: 1vw;
  letter-spacing: 0.1em;
  line-height: 4.4;
}
@media screen and (max-width: 820px) {
  .top-page .section-large-facility > .container > .box-text > .overview {
    font-size: 1.7vw;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-large-facility > .container > .box-text > .overview {
    font-size: 3.5vw;
  }
}
.top-page .section-large-facility > .container > .button {
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .top-page .section-large-facility > .container > .button {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-large-facility > .container > .button {
    position: absolute;
    bottom: 16px;
    right: 19px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-large-facility > .container > .button > .link {
    border: none;
    display: inline-block;
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-large-facility > .container > .button > .link > .icon {
    width: 42px;
  }
}
.top-page > .section-news {
  margin-top: 74px;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .top-page > .section-news {
    margin-top: 48px;
  }
}
.top-page > .section-news > .container {
  max-width: 90vw;
  margin: 0 auto;
}
.top-page > .section-news > .container > .box-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.top-page > .section-news > .container > .box-overview > .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-news > .container > .box-overview > .box-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-news > .container > .box-overview > .box-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top-page > .section-news > .container > .box-overview > .box-text > .section-title {
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-news > .container > .box-overview > .box-text > .section-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-news > .container > .box-overview > .box-text > .section-title {
    margin-right: 22px;
    margin-bottom: 0;
  }
}
.top-page > .section-news > .container > .box-overview > .box-text > .overview {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 13px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-news > .container > .box-overview > .box-text > .overview {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-news > .container > .box-overview > .box-text > .overview {
    font-size: 3.35vw;
    line-height: 1.6;
  }
}
.top-page > .section-news > .container > .box-overview > .button {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-news > .container > .box-overview > .button {
    margin-bottom: 0;
  }
}
.top-page > .section-news > .container > .list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top-page > .section-news > .container > .list-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page > .section-news > .container > .list-news > .news {
  max-width: 31%;
  margin-right: 44px;
}
@media screen and (max-width: 640px) {
  .top-page > .section-news > .container > .list-news > .news {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.top-page > .section-news > .container > .list-news > .news:last-child {
  margin-right: 0;
}
.top-page > .section-news > .container > .list-news > .news > .link > .thumbnail {
  width: 100%;
  height: 231px;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .top-page > .section-news > .container > .list-news > .news > .link > .thumbnail {
    height: 213px;
    margin-bottom: 12px;
  }
}
.top-page > .section-news > .container > .list-news > .news > .link > .thumbnail > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page > .section-news > .container > .list-news > .news > .link > .title {
  color: #000000;
  font-size: 1vw;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .top-page > .section-news > .container > .list-news > .news > .link > .title {
    font-size: 3.75vw;
  }
}
.top-page > .section-news > .container > .list-news > .news > .link > .box-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-page > .section-news > .container > .list-news > .news > .link > .box-information > .date {
  color: #939393;
  font-size: 0.85vw;
}
@media screen and (max-width: 640px) {
  .top-page > .section-news > .container > .list-news > .news > .link > .box-information > .date {
    font-size: 2.95vw;
  }
}
.top-page > .section-news > .container > .list-news > .news > .link > .box-information > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-page > .section-news > .container > .list-news > .news > .link > .box-information > .list-category > .category {
  position: relative;
  color: #007f41;
  font-size: 0.85vw;
  margin-left: 7px;
  padding-left: 14px;
}
@media screen and (max-width: 640px) {
  .top-page > .section-news > .container > .list-news > .news > .link > .box-information > .list-category > .category {
    font-size: 2.95vw;
  }
}
.top-page > .section-news > .container > .list-news > .news > .link > .box-information > .list-category > .category:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  background-color: #007f41;
  width: 7px;
  height: 7px;
}
.top-page > .section-news > .container > .button {
  margin: 0 0 0 auto;
  margin-top: 18px;
}
.top-page > .section-news > .container > .button > .link {
  font-size: 4.2vw;
  padding: 5px 86px 16px 0;
}
.top-page > .section-news > .container > .button > .link > .icon {
  width: 42px;
  top: 37%;
}
.top-page > .section-recruit {
  margin-top: 120px;
  padding-left: 20px;
}
@media screen and (max-width: 820px) {
  .top-page > .section-recruit {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-recruit {
    margin-top: 68px;
  }
}
.top-page > .section-recruit > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 94.4vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 820px) {
  .top-page > .section-recruit > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page > .section-recruit > .container > .box-text {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .top-page > .section-recruit > .container > .box-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-recruit > .container > .box-text {
    margin-bottom: 24px;
  }
}
.top-page > .section-recruit > .container > .box-text > .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-recruit > .container > .box-text > .box-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-recruit > .container > .box-text > .box-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top-page > .section-recruit > .container > .box-text > .box-title > .section-title {
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-recruit > .container > .box-text > .box-title > .section-title {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-recruit > .container > .box-text > .box-title > .section-title {
    margin-right: 22px;
    margin-bottom: 0;
  }
}
.top-page > .section-recruit > .container > .box-text > .box-title > .overview {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 13px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-recruit > .container > .box-text > .box-title > .overview {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-recruit > .container > .box-text > .box-title > .overview {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 3.35vw;
  }
}
.top-page > .section-recruit > .container > .box-text > .head {
  font-size: 1vw;
  margin-bottom: 21px;
}
.top-page > .section-recruit > .container > .box-text > .text {
  font-size: 1vw;
  letter-spacing: 0.1em;
  line-height: 3;
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .top-page > .section-recruit > .container > .box-text > .text {
    font-size: 1.7vw;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-recruit > .container > .box-text > .text {
    font-size: 3.2vw;
    line-height: 2;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-recruit > .container > .box-text > .button {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-recruit > .container > .box-text > .button {
    margin: 0 0 0 auto;
    margin-top: 18px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-recruit > .container > .box-text > .button > .link {
    font-size: 4.2vw;
    padding: 5px 86px 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-recruit > .container > .box-text > .button > .link > .icon {
    width: 42px;
    top: 37%;
  }
}
.top-page > .section-recruit > .container > .box-image {
  max-width: 46.3vw;
}
@media screen and (max-width: 820px) {
  .top-page > .section-recruit > .container > .box-image {
    max-width: 100%;
  }
}
.top-page > .section-recruit > .container > .box-image > .image {
  margin-bottom: 8px;
}
.top-page > .section-company {
  background-image: url(../../../assets/imgs/top/background-company.png);
  background-repeat: none;
  background-size: cover;
  background-position: right;
  margin-top: 93px;
}
@media screen and (max-width: 820px) {
  .top-page > .section-company {
    background-position: 60%;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-company {
    background-image: url(../../../assets/imgs/top/background-company-sp.png);
    margin-top: 48px;
  }
}
.top-page > .section-company > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90vw;
  width: 100%;
  padding: 77px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .top-page > .section-company > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 47px 20px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-company > .container {
    padding: 32px 0;
  }
}
.top-page > .section-company > .container > .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 820px) {
  .top-page > .section-company > .container > .box-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-page > .section-company > .container > .box-text > .section-title {
  color: #ffffff;
  margin-right: 48px;
}
@media screen and (max-width: 820px) {
  .top-page > .section-company > .container > .box-text > .section-title {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.top-page > .section-company > .container > .box-text > .section-title > .english {
  color: #ffffff;
}
.top-page > .section-company > .container > .box-text > .overview {
  color: #ffffff;
  font-size: 1vw;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 820px) {
  .top-page > .section-company > .container > .box-text > .overview {
    font-size: 1.7vw;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-company > .container > .box-text > .overview {
    font-size: 3.5vw;
  }
}
.top-page > .section-company > .container > .button {
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .top-page > .section-company > .container > .button {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-company > .container > .button {
    position: absolute;
    bottom: 16px;
    right: 19px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-company > .container > .button > .link {
    border: none;
    display: inline-block;
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-page > .section-company > .container > .button > .link > .icon {
    width: 42px;
  }
}