.works_datail {
  margin-top: 40px;
}

.wd_mv img {
  width: 100%;
}
@media all and (max-width: 1000px) {
  .wd_mv {
    display: none;
  }
}

.wd_mv2 {
  display: none;
}
.wd_mv2 img {
  width: 100%;
}
@media all and (max-width: 1000px) {
  .wd_mv2 {
    display: block;
  }
}

.wd_cont {
  padding: 0 clamp(4rem, 5.8565153734vw, 200rem);
}
.wd_cont .page_ttl_wrap {
  margin: 80px 0;
}
.wd_cont .cname {
  font-size: 2rem;
}
.wd_cont .page_ttl {
  font-size: 2.4rem;
  margin: 40px 0 60px 0;
}
.wd_cont .tg {
  font-family: "hm", sans-serif;
}
@media all and (max-width: 1000px) {
  .wd_cont {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .wd_cont .page_ttl_wrap {
    margin: 50px 0;
  }
  .wd_cont .cname {
    font-size: 1.4rem;
  }
  .wd_cont .page_ttl {
    font-size: 1.6rem;
    margin: 10px 0 16px 0;
  }
  .wd_cont .tg {
    font-size: 1rem;
    font-family: "hm", sans-serif;
  }
}

.tg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
.tg a {
  color: #333;
  transition: all 0.3s ease;
}
.tg a:hover {
  opacity: 0.7;
}

.bars1 {
  margin-top: -110px;
}
.bars1 .in {
  margin: 0 0 0 auto;
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  background: #D9D9D9;
}
.bars1 .in p {
  height: 27px;
  width: 20%;
}
.bars1 .in .bar_branding {
  background: #FF3CBE;
}
.bars1 .in .bar_marketing {
  background: #FFFA14;
}
.bars1 .in .bar_creative {
  background: #004BFF;
}
.bars1 .in .bar_content {
  background: #00FFB0;
}
.bars1 .in .bar_export {
  background: #0AD7F5;
}
@media all and (max-width: 1000px) {
  .bars1 {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .bars1 {
    margin-top: 20px;
  }
  .bars1 .in {
    width: 190px;
  }
  .bars1 .in p {
    height: 13.5px;
    background: #000;
  }
}

.btns_works {
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0 60px;
  border-bottom: 1px solid #000;
}
.btns_works a {
  display: block;
  font-family: "hm", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 0 4px 0;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s ease;
}
.btns_works a.active {
  background: #000;
  color: white;
}
.btns_works .a1.active {
  background: #0AD7F5;
  border: 1px solid #0AD7F5;
  color: #000;
}
.btns_works .a1:hover {
  background: #0AD7F5;
  border: 1px solid #0AD7F5;
}
.btns_works .a2.active {
  background: #FF3CBE;
  border: 1px solid #FF3CBE;
  color: white;
}
.btns_works .a2:hover {
  background: #FF3CBE;
  border: 1px solid #FF3CBE;
  color: white;
}
.btns_works .a3.active {
  background: #004BFF;
  border: 1px solid #004BFF;
  color: white;
}
.btns_works .a3:hover {
  background: #004BFF;
  border: 1px solid #004BFF;
  color: white;
}
.btns_works .a4.active {
  background: #00FFB0;
  border: 1px solid #00FFB0;
  color: #000;
}
.btns_works .a4:hover {
  background: #00FFB0;
  border: 1px solid #00FFB0;
}
.btns_works .a5.active {
  background: #FFFA14;
  border: 1px solid #FFFA14;
  color: #000;
}
.btns_works .a5:hover {
  background: #FFFA14;
  border: 1px solid #FFFA14;
}
@media all and (max-width: 1100px) {
  .btns_works {
    padding: 40px 0;
    display: grid;
    gap: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .btns_works {
    padding: 20px 0;
    gap: 0 5px;
  }
  .btns_works a {
    font-size: 1rem;
    padding: 5px 0 3px 0;
  }
}

.recom {
  background: #D9D9D9;
  padding: 70px 0;
  box-sizing: border-box;
}
.recom h2 {
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 2.2rem;
  font-family: "hm", sans-serif;
}
.recom h2 i {
  padding-top: 24px;
  border-top: 1px solid #000;
}
.recom .btn_all {
  display: block;
  border-top: 1px solid #000;
  padding-top: 16px;
  box-sizing: border-box;
  text-align: right;
}
.recom .btn_all i {
  font-family: "hm", sans-serif;
  font-size: 2.2rem;
  color: #2b2b2b;
  padding-right: 90px;
  background: url("../images/pgarw.png") top 1px right no-repeat;
  background-size: 10px auto;
}
@media all and (max-width: 767px) {
  .recom {
    padding: 35px 0 25px 0;
  }
  .recom h2 {
    padding-left: 0;
    font-size: 1.6rem;
  }
  .recom h2 i {
    padding-top: 8px;
  }
  .recom .btn_all {
    padding-top: 8px;
  }
  .recom .btn_all i {
    font-size: 1.6rem;
    padding-right: 20px;
    background: url("../images/pgarw.png") top 1px right no-repeat;
    background-size: 6px auto;
  }
}

.works_wrap {
  margin: 70px auto 110px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 72px;
  max-width: 1140px;
}
.works_wrap a {
  display: block;
  color: #000;
  background: #F5F5F5;
  transition: all 0.3s ease;
}
.works_wrap a .img {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.works_wrap a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.works_wrap a:hover .img img {
  transform: scale(1.05);
}
.works_wrap .ct {
  padding: 16px;
  box-sizing: border-box;
}
.works_wrap .ct .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  gap: 0;
}
.works_wrap .ct .cate p {
  font-family: "hm", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px 3px 10px;
  text-align: center;
  width: 76px;
}
.works_wrap .ct .cate .bar_branding {
  background: #FF3CBE;
  color: white;
}
.works_wrap .ct .cate .bar_marketing {
  background: #FFFA14;
}
.works_wrap .ct .cate .bar_creative {
  background: #004BFF;
  color: white;
}
.works_wrap .ct .cate .bar_content {
  background: #00FFB0;
}
.works_wrap .ct .cate .bar_export {
  background: #0AD7F5;
}
.works_wrap .ct .txt {
  font-size: 1.6rem;
  display: grid;
  line-height: 1.6;
  grid-template-columns: 1fr 38px;
  gap: 0 24px;
  align-items: flex-end;
}
@media all and (max-width: 1100px) {
  .works_wrap {
    margin: 70px 0;
    gap: 40px;
  }
  .works_wrap .ct {
    padding: 16px 20px;
  }
  .works_wrap .ct .txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .works_wrap {
    margin: 20px 0 45px 0;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .works_wrap .ct {
    padding: 20px;
  }
  .works_wrap .ct .cate {
    gap: 0;
    margin-bottom: 10px;
  }
  .works_wrap .ct .cate p {
    font-size: 1rem;
    padding: 5px 0 3px 0;
    width: 52px;
  }
  .works_wrap .ct .txt {
    font-size: 1.4rem;
    grid-template-columns: 1fr 24px;
    gap: 0 24px;
  }
}

.works1 {
  margin-bottom: 60px;
}
.works1 .pgn {
  padding-top: 16px;
  box-sizing: border-box;
  border-top: 1px solid #000;
}
.works1 .pgn .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
.works1 .pgn a {
  display: block;
  color: #8C8C8C;
  position: relative;
  font-family: "hm", sans-serif;
  font-size: 2.2rem;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.works1 .pgn a:hover {
  color: #000;
}
.works1 .pgn a:nth-of-type(1):before {
  content: none;
}
.works1 .pgn a:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -2px;
}
.works1 .pgn .acts {
  color: #000;
}
.works1 .pgn .arw {
  position: relative;
  top: -2px;
  margin-left: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.works1 .pgn .arw:hover {
  opacity: 0.7;
}
.works1 .pgn .arw img {
  width: 10px;
}
@media all and (max-width: 767px) {
  .works1 {
    margin-bottom: 50px;
  }
  .works1 .pgn {
    padding-top: 8px;
  }
  .works1 .pgn a {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  .works1 .pgn a:before {
    content: "/";
    position: absolute;
    top: 0;
    left: -2px;
  }
  .works1 .pgn .arw img {
    width: 6px;
  }
}

.wd_cont2 {
  margin-top: 80px;
  margin-bottom: 180px;
  padding: 0 clamp(4rem, 5.8565153734vw, 200rem);
  font-feature-settings: "palt";
}
.wd_cont2 .c2 {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 0 80px;
}
.wd_cont2 .over {
  font-weight: 400;
  font-size: 1.4rem;
}
.wd_cont2 .flows {
  margin-top: 110px;
}
.wd_cont2 .fb {
  font-family: "hm", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.wd_cont2 .line {
  display: grid;
  grid-template-columns: 38px 1fr;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.wd_cont2 .line .num {
  font-family: "hm", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
.wd_cont2 .line .tx {
  font-size: 1.4rem;
  font-weight: 400;
}
.wd_cont2 .categ {
  margin-top: 110px;
}
.wd_cont2 .categ a {
  display: block;
  font-family: "hm", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #2b2b2b;
  position: relative;
}
.wd_cont2 .categ a i {
  position: relative;
  transition: all 0.3s ease;
}
.wd_cont2 .categ a i:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #2b2b2b;
  transition: all 0.3s ease;
}
.wd_cont2 .categ a:hover i:before {
  width: 100%;
}
.wd_cont2 .categ img {
  display: none;
}
.wd_cont2 .members {
  margin-top: 110px;
}
.wd_cont2 .members .inb {
  margin-bottom: 24px;
}
.wd_cont2 .members .nm {
  font-size: 1.2rem;
  font-weight: 400;
}
.wd_cont2 .members .txx {
  font-size: 1.4rem;
  font-weight: 400;
}
@media all and (max-width: 1000px) {
  .wd_cont2 {
    padding: 0 40px;
    margin-bottom: 130px;
  }
  .wd_cont2 .c2 {
    grid-template-columns: 1fr;
  }
  .wd_cont2 .content_area {
    display: none;
  }
  .wd_cont2 .categ .cti {
    margin-bottom: 40px;
  }
  .wd_cont2 .categ .cti:last-of-type {
    margin-bottom: 0;
  }
  .wd_cont2 .categ img {
    margin-top: 24px;
    display: block;
  }
}
@media all and (max-width: 767px) {
  .wd_cont2 {
    padding: 0 20px;
    margin-bottom: 70px;
    margin-top: 45px;
  }
  .wd_cont2 .over {
    font-size: 1rem;
  }
  .wd_cont2 .flows {
    margin-top: 30px;
  }
  .wd_cont2 .fb {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .wd_cont2 .line {
    grid-template-columns: 20px 1fr;
    padding-bottom: 4px;
    margin-bottom: 20px;
  }
  .wd_cont2 .line .num {
    font-size: 1rem;
  }
  .wd_cont2 .line .tx {
    font-size: 1rem;
  }
  .wd_cont2 .categ {
    margin-top: 45px;
  }
  .wd_cont2 .categ a {
    font-size: 1.6rem;
    pointer-events: none;
  }
  .wd_cont2 .categ img {
    margin-top: 4px;
  }
  .wd_cont2 .categ .cti {
    margin-bottom: 24px;
  }
  .wd_cont2 .members {
    margin-top: 30px;
  }
  .wd_cont2 .members .inb {
    margin-bottom: 16px;
  }
  .wd_cont2 .members .nm {
    font-size: 1rem;
  }
  .wd_cont2 .members .txx {
    font-size: 1.2rem;
  }
}

.md_img {
  margin-bottom: 40px;
}
.md_img img {
  width: 100%;
}
.md_img:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=und1.css.map */
