@charset "utf-8";

/* main */
body {
  padding-top: 0;
}
header .lgb-title img {
  filter: inherit;
}

.title {
  width: 100%;
  /*height: 550px;*/
  background: #110E08;
  /*overflow: hidden;*/
}
.title-img {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  display: block;
  height: 1000px;
}
.title-img img {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.title-img img.image-slide {
  filter: brightness(60%);
}

.slogan {
  top: 350px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 600px;
  /*background: rgba(0,0,0, 0.4);*/
}
.slogan > img {
  display: block;
  width: 100%;
  padding: 40px 80px;
  margin: 0 auto;
}
.slogan > button {
  display: block;
  background: #008DFF;
  color: white;
  padding: 20px 40px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 30px;
  margin: 20px auto 0 auto;
}

.title-m {
  display: none;
}

.notice {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #ccc;
  width: 414px;
  height: 441px;
  bottom: 152px;
  left: 0;
  padding: 24px 20px;
  text-align: center;
}

.notice:nth-child(2) {
  left: 413px;
}

.notice:nth-child(3) {
  left: 816px;
}

.notice b {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 37.65px;
}

.notice ul {
  margin-top: 20px;
  text-align: left;
}

.notice ul li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 40px;
}

.notice .notice-btn {
  width: 140px;
  height: 40px;
  background: #eee;
  color: #333;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 26.06px;
}

.made {
  height: 158px;
  /*background: rgba(239, 231, 219, 1);*/
  padding: 25px 22px;
}

.made .made-num {
  display: block;
  height: 50%;
}

.made .made-two {
  width: 100%;
  display: block;
  height: 50%;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 17.38px;
  color: rgba(0, 0, 0, 0.4);
}
.made .made-work {
  float: left;
  display: flex;
  align-items: flex-start;
}
.made-work_1 {
  margin-right: 20px;
}
.made-work_2 {
  margin-right: 26px;
}

.made-work_1 .work-tit {
  margin-right: 16px;
}
.made-work_2 .work-tit {
  margin-right: 17px;
}
.made-work_3 .work-tit {
  margin-right: 16px;
}

.made-work .work-tit {
}

.made-work .work-tit p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 23.17px;
  text-align: left;
}
.made-work .work-name {
}
.made-work .work-name p b {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 34.54px;
  color: rgba(118, 29, 28, 1);
}
.made-work .work-name p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 26.06px;
  color: rgba(0, 65, 130, 1);
  display: inline-flex;
  align-items: center;
}
.work-name .work-name_img_1 {
  width: 159px;
  height: 42px;
  margin-top: -25px;
}
.work-name .work-name_img_2 {
  width: 104px;
  height: 23px;
}

/***************** breakpoint *****************/
@media (max-width: 1000px) {
  /* main */

  .title-m {
    display: block;
    padding: 31px 21px 0 31px;
    background: linear-gradient(to right, #C8D3E5, #A4B0CD)
  }
  .title-m img {
    width: 100%;
  }

  .slogan {
    top: 250px;
  }

  .slogan > img {
    width: 100vw;
    padding: 40px 20px;
  }

  .title {
    width: 100%;
    height: 100%;
    background: rgba(37, 55, 54, 1);
  }
  .title-img {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: block;
    height: 900px;
  }
  .title-img img {
    position: absolute;
    max-height: 120%;
    top: -0%;
    z-index: 0;
  }
  .title-img img.slogan {
    margin-top: 0px;
    width: 100%;
    max-width: 500px;
    padding: 30px 40px;
  }

  main > section.popup .notice {
    position: relative;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: auto;
    padding: 28px 20px 24px 20px;
    bottom: 0;
    right: 0;
  }

  .notice b {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 37.65px;
  }

  .notice ul {
    margin-top: 20px;
  }

  .notice .notice-btn {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    margin: 0 auto;
    margin-top: 35px;
    display: block;
  }

  .made {
    height: 100%;
    padding: 17px 10px;
  }

  .made .made-num {
    height: auto;
  }

  .made .made-two {
    height: auto;
  }
  .made .made-work {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .made-work_3 {
    margin-bottom: 19px;
  }

  .made-work .work-tit {
    float: left;
  }

  .made-work .work-name p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 26.06px;
    color: rgba(0, 65, 130, 1);
    display: inline-flex;
    align-items: center;
  }
  .work-name .work-name_img_1 {
    width: 159px;
    height: 42px;
  }
  .work-name .work-name_img_2 {
    width: 104px;
    height: 23px;
  }

  .notice:nth-child(2) {
    left: 0;
  }

  .notice:nth-child(3) {
    left: 0;
  }
}
