@charset "UTF-8";
.nac-home-opening {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #e60012;
  z-index: 30;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  pointer-events: none;
}

.nac-home-opening.hide {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.nac-home-opening-logo {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

.nac-home-opening-logo.show {
  opacity: 1;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
メイン
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.nac-main {
  padding: 0;
  height: calc(100vh - 80px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .nac-main {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .nac-main {
    height: calc(100vh - 160px + 60px);
    margin-top: -60px;
    padding-bottom: 50px;
  }
}

.nac-main-inner {
  max-width: 1500px;
  margin: 0 auto;
}

.nac-main-inner .left {
  padding: 0 25px;
}

@media (max-width: 767px) {
  .nac-main-inner .left {
    margin-bottom: 21px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .nac-main-inner .left {
    padding: 0 0 0 40px;
  }
}

@media (min-width: 992px) {
  .nac-main-inner .left {
    padding: 0 0 0 80px;
  }
}

.nac-main-inner .right {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .nac-main-inner .right {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .nac-main-inner {
    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;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
90周年を迎えるにあたって
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@media (min-width: 768px) {
  .nac-greeting {
    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;
    padding: 0;
    background-image: url(../img/home/nac-greeting-bg.jpg);
    background-size: cover;
    background-position: center center;
  }
}

.nac-greeting-left {
  color: #fff;
  padding: 70px 25px 0;
  position: relative;
}

@media (min-width: 992px) {
  .nac-greeting-left {
    padding: 180px 80px;
    width: 67.2%;
  }
}

@media (min-width: 1400px) {
  .nac-greeting-left {
    width: calc(100% - 461px);
  }
}

@media (min-width: 1600px) {
  .nac-greeting-left {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.nac-greeting-left:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#a40005));
  background: linear-gradient(#f00 0%, #a40005 100%);
  mix-blend-mode: multiply;
}

.nac-greeting-left-inner {
  position: relative;
  z-index: 1;
  max-width: 1095px;
  margin: 0 auto;
}

.nac-greeting-left-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.0;
  margin: 0 0 35px;
  text-align: center;
}

@media (min-width: 768px) {
  .nac-greeting-left-heading {
    font-size: 80px;
  }
}

@media (min-width: 992px) {
  .nac-greeting-left-heading {
    text-align: left;
  }
}

.nac-greeting-left-h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .nac-greeting-left-h2 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .nac-greeting-left-h2 {
    text-align: left;
  }
}

.nac-greeting-left-h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 30px auto;
}

@media (min-width: 768px) {
  .nac-greeting-left-h2:after {
    width: 60px;
    height: 2px;
  }
}

@media (min-width: 992px) {
  .nac-greeting-left-h2:after {
    margin: 30px 0;
  }
}

.nac-greeting-left-p {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

@media (min-width: 768px) {
  .nac-greeting-left-p {
    font-size: 22px;
    line-height: 1.82;
  }
}

@media (min-width: 992px) {
  .nac-greeting-right {
    width: 32.8%;
  }
}

@media (min-width: 1400px) {
  .nac-greeting-right {
    width: 460px;
  }
}

.nac-greeting-signature {
  text-align: right;
  font-size: 20px;
  margin-top: 150px;
}

@media (max-width: 991px) {
  .nac-greeting-signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 88px -25px 0;
    font-size: 12px;
  }
  .nac-greeting-signature .item {
    width: 50%;
    text-align: center;
  }
}

.nac-greeting-signature-img {
  margin-top: -5px;
  margin-left: 25px;
  vertical-align: top;
}

@media (max-width: 991px) {
  .nac-greeting-signature-img {
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .nac-greeting-president-pc {
    display: none;
  }
}

@media (min-width: 992px) {
  .nac-greeting-president-sp {
    display: none;
  }
}

@media (max-width: 991px) {
  .nac-greeting-president-img {
    width: 100%;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ロゴ / メッセージ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.nac-message {
  background-image: url(../img/home/nac-message-bg.jpg);
  background-size: cover;
  background-position: center center;
}

.nac-message-heading {
  margin: 0 0 35px;
}

@media (min-width: 768px) {
  .nac-message-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 70px;
  }
}

@media (max-width: 767px) {
  .nac-message-logo {
    width: 160px;
    margin: 0 auto 40px auto;
  }
}

@media (min-width: 768px) {
  .nac-message-logo {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .nac-message-tagline {
    width: 215px;
    margin: 0 auto 0 auto;
  }
}

.nac-message-box {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 50px 35px 58px;
}

@media (min-width: 768px) {
  .nac-message-box {
    padding: 128px 114px 118px;
  }
}

.nac-message-p1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.84;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d50011;
}

@media (min-width: 768px) {
  .nac-message-p1 {
    font-size: 26px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.nac-message-p2 {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .nac-message-p2 {
    font-size: 22px;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
未来への取り組み
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.nac-future-p {
  max-width: 910px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.84;
  font-weight: bold;
}

@media (min-width: 768px) {
  .nac-future-p {
    font-size: 22px;
  }
}

.nac-future-items {
  margin: 60px auto 0;
  width: 240px;
}

@media (min-width: 768px) {
  .nac-future-items {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 160px 0 0;
  }
}

.nac-future-item {
  text-align: center;
}

@media (max-width: 767px) {
  .nac-future-item {
    margin-bottom: 60px;
  }
  .nac-future-item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .nac-future-item {
    padding: 0 15px;
  }
}

.nac-future-item-h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 15px 0 18px;
}

@media (min-width: 768px) {
  .nac-future-item-h3 {
    font-size: 20px;
    margin: 15px 0 25px;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
パンくず
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.nac-breadcrumb {
  padding: 30px 0;
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .nac-breadcrumb {
    font-size: 15px;
  }
}

.nac-breadcrumb a {
  text-decoration: underline;
}

.nac-breadcrumb-inner {
  max-width: 1045px;
  margin: 0 auto;
  padding: 0 30px;
}

.nac-breadcrumb-slash {
  margin: 0 8px;
}
/*# sourceMappingURL=home.css.map */