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;
  }
}

/*------------------------bg01*/
.about .bg01 {
  max-width: 1500px;
  height: 330px;
  margin: 136px auto 50px;
  background-image: url("../images/about/pc-about_img01.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .about-img01 {
    margin: 42px 0 25px;
    padding: 0 35px;
  }
}

/*------------------------trigger*/
.about .trigger {
  margin-bottom: 92px;
}

.about .trigger h2 {
  position: relative;
}

.about .trigger p {
  font-size: 26px;
  margin: 20px 0 44px;
}

.about .trigger dl {
  background-color: #fff;
  padding: 34px 0 44px 156px;
  position: relative;
}

.about .trigger dl:not(:nth-of-type(1)) {
  margin-top: 12px;
}

.about .trigger dl:after {
  position: absolute;
  width: 68px;
  height: 72px;
  content: "";
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

.about .trigger dl:nth-of-type(1):after {
  background-image: url("../images/about/pc-about_icon01.jpg");
}

.about .trigger dl:nth-of-type(2):after {
  background-image: url("../images/about/pc-about_icon02.jpg");
}

.about .trigger dt {
  font-size: 20px;
  line-height: 1.5;
}

.about .trigger dd {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .about .trigger {
    margin-bottom: 34px;
  }
  .about .trigger p {
    font-size: 18px;
    margin: 10px 0 25px;
    padding-left: 8px;
  }
  .about .trigger dl {
    padding: 90px 17px 45px;
  }
  .about .trigger dl:after {
    width: 45px;
    height: 55px;
    background-size: contain;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about .trigger dt {
    font-size: 18px;
  }
  .about .trigger dd {
    margin-top: 16px;
  }
}

/*------------------------whatis*/
.about .whatis {
  background-image: url("../images/about/pc-about_bg01.jpg");
  background-repeat: no-repeat;
  background-position: top 0 center;
}

.about .whatis h2 {
  text-align: center;
  font-weight: bold;
  padding: 106px 0 20px;
}

.about .whatis p {
  border: 1px solid #000;
  padding: 16px 20px;
  display: inline-block;
  margin: 0 auto 60px;
}

.about .whatis .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .whatis dl {
  width: 382px;
  background-color: #fff;
  position: relative;
  padding: 273px 18px 0;
  margin-bottom: 116px;
}

.about .whatis dl:nth-of-type(3) {
  padding-top: 248px;
}

.about .whatis dl:before {
  position: absolute;
  width: 200px;
  height: 200px;
  content: "";
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.about .whatis dl:nth-of-type(1):before {
  background-image: url("../images/about/pc-about_icon03.jpg");
}

.about .whatis dl:nth-of-type(2):before {
  background-image: url("../images/about/pc-about_icon04.jpg");
}

.about .whatis dl:nth-of-type(3):before {
  background-image: url("../images/about/pc-about_icon05.jpg");
}

.about .whatis dt {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid #7d7d7d;
}

.about .whatis dt span {
  font-size: 16px;
  display: block;
  color: #4c4b4c;
}

.about .whatis dd {
  padding: 26px 0 46px;
}

@media screen and (max-width: 768px) {
  .about .whatis h2 {
    font-size: 18px;
    padding: 45px 0 14px;
  }
  .about .whatis p {
    font-size: 16px;
    padding: 10px 18px;
    margin-bottom: 24px;
  }
  .about .whatis dl {
    width: auto;
    padding: 170px 14px 22px;
    margin-bottom: 14px;
  }
  .about .whatis dl:nth-of-type(3) {
    padding: 170px 14px 22px;
  }
  .about .whatis dt {
    font-size: 18px;
  }
  .about .whatis dl:before {
    width: 145px;
    height: 145px;
    top: 25px;
  }
  .about .whatis dd {
    padding: 14px 0 0;
  }
}

/*------------------------thought*/
.about .thought {
  margin: 90px 0 116px;
}

.about .thought h2 {
  font-size: 60px;
  font-weight: 300;
}

.about .thought p {
  margin: 60px 0 0;
  font-size: 26px;
}

.about .thought dt {
  font-weight: bold;
}

.about .thought dd {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .about .thought {
    margin-top: 33px;
    margin-bottom: 34px;
  }
  .about .thought h2 {
    font-size: 40px;
  }
  .about .thought p {
    font-size: 18px;
    margin-top: 0;
  }
  .about .thought dt {
    font-size: 18px;
    margin: 10px 0 25px;
  }
  .about .thought dd {
    padding: 0;
  }
}

/*------------------------bottom_wrap*/
.about .bg02 {
  max-width: 1500px;
  height: 330px;
  margin: 136px auto 50px;
  background-image: url("../images/about/pc-about_img02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.about .bottom_wrap {
  margin-top: -168px;
  background-image: url("../images/about/pc-about_bg02.jpg");
  background-repeat: no-repeat;
  padding-top: 414px;
}

.about .bottom_wrap p.center {
  font-size: 26px;
  position: relative;
  line-height: 1.5;
}

.about .bottom_wrap p.center:after {
  position: absolute;
  width: 125px;
  height: 125px;
  background-image: url("../images/common/pc-f_logo_new.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: -42px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.about .bottom_wrap ul {
  padding: 90px 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.about .bottom_wrap ul:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 70px;
  background-color: #6f6e6c;
  content: "";
  -webkit-transform: translate(-50%, -100%) rotate(-45deg);
          transform: translate(-50%, -100%) rotate(-45deg);
}

.about .bottom_wrap ul:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 70px;
  background-color: #6f6e6c;
  content: "";
  -webkit-transform: translate(-50%, -100%) rotate(45deg);
          transform: translate(-50%, -100%) rotate(45deg);
  z-index: 10;
}

.about .bottom_wrap li {
  width: 49.8%;
  padding: 84px;
  margin-bottom: 186px;
}

.about .bottom_wrap li .ttl {
  font-size: 20px;
}

.about .bottom_wrap li .text {
  padding-top: 36px;
}

.about .bottom_wrap li span {
  display: block;
  font-size: 37px;
}

.about .bottom_wrap li .orange {
  font-weight: bold;
}

.about .bottom_wrap li:nth-of-type(1) {
  background-color: rgba(243, 232, 221, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.about .bottom_wrap li:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.about .bottom_wrap li:nth-of-type(2) .myfont {
  color: #4c4b4c;
}

@media screen and (max-width: 768px) {
  .about .bg02 {
    margin: 0 auto;
    background-image: url("../images/about/sp-about_img02.jpg");
    height: 100px;
  }
  .about .bottom_wrap {
    margin-top: 0;
    padding-top: 106px;
    padding-bottom: 45px;
    background-image: url("../images/about/sp-about_bg02.jpg");
    background-size: cover;
  }
  .about .bottom_wrap p.center:after {
    width: 65px;
    height: 65px;
    top: 0;
  }
  .about .bottom_wrap p.center {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .about .bottom_wrap li {
    width: auto;
    padding: 26px 0;
    margin-bottom: 0;
  }
  .about .bottom_wrap li .ttl {
    font-size: 15px;
  }
  .about .bottom_wrap li span {
    font-size: 30px;
  }
  .about .bottom_wrap li .text {
    padding-top: 20px;
  }
  .about .bottom_wrap ul {
    padding-top: 0;
  }
  .about .bottom_wrap ul:after {
    -webkit-transform: translate(-50%, -68%) rotate(-45deg);
            transform: translate(-50%, -68%) rotate(-45deg);
    height: 50px;
  }
  .about .bottom_wrap ul:before {
    -webkit-transform: translate(-50%, -68%) rotate(45deg);
            transform: translate(-50%, -68%) rotate(45deg);
    height: 50px;
  }
}

@media screen and (max-width: 374px) {
  .about .trigger dt {
    font-size: 17px;
  }
}
/*# sourceMappingURL=about.css.map */