body {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("../images/pc-top_bg.jpg");
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  body::before {
    background: url("../images/pc-top_bg.jpg") no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
}

/*---------------------.first-view*/
.first-view {
  background-image: url("../images/about/pc-top_fv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 545px;
  position: relative;
}

.first-view h1 {
  font-size: 48px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: normal;
  width: 100%;
}

.first-view h1 .img {
  display: block;
}

.first-view h1 .creative {
  font-weight: bold;
  color: white;
  display: inline;
}

@media screen and (max-width: 768px) {
  .first-view {
    margin-top: 56px;
    background-image: url("../images/about/sp-top_fv.jpg");
    height: 335px;
  }
  .first-view h1 {
    font-size: 30px;
  }
  .first-view h1 img {
    width: 60px;
    height: 60px;
  }
}

.greeting {
  margin-bottom: 135px;
}

.greeting .intro {
  margin: 93px 0 118px;
}

.greeting .intro .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.greeting .intro .img {
  width: 53.16667%;
}

.greeting .intro .right {
  width: 41.66667%;
}

.greeting .intro .text {
  margin: 43px auto 0;
}

.greeting .intro .cite {
  padding-top: 90px;
}

.greeting .management > .m-text {
  margin-bottom: 36px;
}

.greeting .management dt.m-text {
  font-size: 20px;
}

.greeting .management dt.m-text span {
  font-weight: bold;
}

.greeting .management dd.text {
  padding-left: 2em;
}

.greeting .management p.text {
  font-weight: bold;
}

.greeting .management ul {
  margin-top: 46px;
}

.greeting .management li {
  margin-bottom: 16px;
  background-color: #fff;
}

.greeting .management dl {
  padding: 30px 0 32px 78px;
}

@media screen and (max-width: 768px) {
  .greeting .w1200 {
    padding: 0 3vw;
  }
  .greeting .intro {
    margin: 26px  0 18px;
  }
  .greeting .intro .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .greeting .intro .img {
    width: auto;
  }
  .greeting .intro .right {
    margin-left: 0;
    width: auto;
  }
  .greeting .intro .cite {
    padding-top: 0;
    margin-top: 35px;
    margin-bottom: 18px;
  }
  .greeting .intro .text {
    margin: 24px 0 60px;
  }
  .greeting .management .title {
    font-size: 30px;
  }
  .greeting .management .text {
    font-size: 18px;
  }
  .greeting .management dl {
    padding: 14px 2.9vw 24px;
  }
  .greeting .management .orange {
    display: block;
    font-weight: bold;
    font-size: 20px;
  }
  .greeting .management .m-text {
    border-bottom: 1px solid #c9c9c9;
    padding: 0 8px 14px;
  }
  .greeting .management dd.text {
    font-size: 15px;
    padding: 14px 8px;
  }
}

@media screen and (max-width: 374px) {
  .m-text {
    font-size: 14px;
  }
  .line-ttl {
    padding-left: 36px;
  }
  .greeting .management .orange {
    font-size: 16px;
  }
}
/*# sourceMappingURL=greeting.css.map */