@charset "UTF-8";
#page.in.work .work_index,
#page.in.work .work_category_page {
  margin-bottom: 170px;
}
#page.in.work .work_navi {
  margin: 90px auto 80px auto;
}
#page.in.work .work_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.in.work .work_navi li {
  font-size: 15px;
  font-weight: 600px;
  position: relative;
}
#page.in.work .work_navi li:not(:first-child) {
  margin-left: 45px;
}
#page.in.work .work_navi li:not(:first-child):before {
  content: "／";
  display: block;
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.in.work .work_slug_name {
  margin-bottom: 70px;
}
#page.in.work .work_slug_name p {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
#page.in.work .work_contact_link {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 70px auto;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 2px;
  position: relative;
}
#page.in.work .work_contact_link:after {
  content: "";
  display: block;
  background-image: url(../img/works/next_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
#page.in.work .work_contact_link a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.in.work .work_contact_link a img {
  width: 100%;
  max-width: 30px;
  margin-right: 15px;
}
#page.in.work .works_achievements_list {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page.in.work .works_achievements_list::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
}
#page.in.work .works_achievements_list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  overflow: hidden;
}
#page.in.work .works_achievements_list_img:nth-of-type(n + 4) {
  margin-top: 55px;
}
#page.in.work .works_achievements_list_img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#page.in.work .works_achievements_list_img.is-hidden {
  visibility: hidden;
  display: none;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#page.in.work .works_achievements_list_tag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px 10px 17px;
  font-size: 14px;
  text-align: center;
  width: 190px;
  color: #fff;
}
#page.in.work .works_achievements_list_tag--ecsite {
  background-color: #e24a4a;
}
#page.in.work .works_achievements_list_tag--landingpage {
  background-color: #4ae2a4;
}
#page.in.work .works_achievements_list_tag--corporatesite {
  background-color: #4a9ce2;
}
#page.in.work .works_achievements_list_tag--banner {
  background-color: #e24a94;
}
#page.in.work .works_achievements_list_tag--branding {
  background-color: #e2944a;
}
#page.in.work .works_achievements_list_tag--furusato-lp {
  background-color: #a4e24a;
}
#page.in.work .works_achievements_list_tag--printing {
  background-color: #e2bb4a;
}
#page.in.work .works_achievements_list_tag--recruitsite {
  background-color: #4a65e2;
}
#page.in.work .works_achievements_list_tag--photography {
  background-color: #844ae2;
}
#page.in.work .works_achievements_list_tag--hotel {
  background-color: #8b4513;
}
#page.in.work .works_achievements_list_tag--graphic {
  background-color: #da70d6;
}
#page.in.work .works_achievements_list_tag--service {
  background-color: #006400;
}
#page.in.work .link_btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  cursor: pointer;
}
#page.in.work .link_btn div {
  display: block;
  border: 1px solid #333333;
  text-align: center;
  padding: 25px 0;
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 1px) and (max-width: 1650px) {
  #page.in.work .works_achievements_list {
    width: 95%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.work .work_index,
  #page.in.work .work_category_page {
    margin-bottom: 135px;
  }
  #page.in.work .work_navi {
    margin: 55px 0 35px 0;
  }
  #page.in.work .work_slug_name {
    margin-bottom: 30px;
  }
  #page.in.work .work_slug_name p {
    font-size: 20px;
  }
  #page.in.work .work_contact_link {
    max-width: 290px;
    margin: 0 auto 45px auto;
  }
  #page.in.work .work_contact_link:after {
    width: 15px;
    height: 15px;
  }
  #page.in.work .work_contact_link a {
    line-height: 1.3;
  }
  #page.in.work .work_contact_link a img {
    max-width: 40px;
  }
  #page.in.work .works_category_list {
    width: 92%;
    margin: 0 auto 40px auto;
  }
  #page.in.work .works_achievements_list {
    gap: 20px;
    margin: 0 auto 60px auto;
  }
  #page.in.work .works_achievements_list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
  #page.in.work .works_achievements_list_img img {
    width: 100%;
  }
  #page.in.work .works_achievements_list_img:nth-of-type(n + 2) {
    margin-top: 0;
  }
  #page.in.work .works_achievements_list_img.is-hidden {
    margin: 0;
  }
  #page.in.work .works_achievements_list_tag {
    padding: 8px 2px;
    font-size: 10px;
    width: 100%;
  }
  #page.in.work .link_btn {
    max-width: 200px;
  }
  #page.in.work .link_btn a {
    padding: 18px 0;
    font-size: 13px;
  }
  #page.in.work .work_navi .sp_nav_none {
    display: none;
  }
  #page.in.work .nav-select_wrap {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
  }
  #page.in.work #nav-select_wrap_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page.in.work .nav-select_wrap.active:after {
    content: "";
    background-image: url(../img/works/select_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 17px;
    margin: auto;
  }
  #page.in.work #nav-select {
    width: 100%;
    height: 60px;
    padding: 15px 15px 15px 20px;
    display: block;
    border: 1px solid #333333;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
  }
  #page.in.work #nav-select .select_top {
    position: relative;
  }
  #page.in.work #nav-select .select_top:before {
    content: "すべての制作実績";
    display: block;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 0;
  }
}
#page.in.work .work_post_content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 250px 0;
}
#page.in.work .work_post_content .work_post_content_category {
  margin-bottom: 60px;
}
#page.in.work .work_post_content .work_post_content_category p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
#page.in.work .work_post_content .work_post_content_title {
  margin-bottom: 10px;
}
#page.in.work .work_post_content .work_post_content_title p {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
#page.in.work .work_post_content .work_post_content_text {
  margin-bottom: 55px;
}
#page.in.work .work_post_content .work_post_content_text p {
  font-size: 15px;
  text-align: center;
}
#page.in.work .work_post_content .work_post_content_text a {
  text-decoration: underline;
}
#page.in.work .work_post_content .work_post_content_first_img {
  width: 100%;
  margin: 0 auto 30px auto;
}
#page.in.work .work_post_content .work_post_content_first_img_text {
  margin-bottom: 60px;
}
#page.in.work .work_post_content .work_post_content_first_img_text p {
  font-size: 15px;
}
#page.in.work .work_post_content .work_post_content_second_img {
  width: 100%;
  margin: 0 auto 70px auto;
}
#page.in.work .work_post_content .work_post_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8%;
}
#page.in.work .work_post_content .work_post_content_third_img {
  width: 100%;
  max-width: 405px;
  height: 640px;
  overflow-y: scroll;
  padding: 0 10px;
}
#page.in.work .work_post_content .work_post_content_third_img::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
}
#page.in.work .work_post_content .work_post_content_third_img::-webkit-scrollbar-thumb {
  background-color: #4ad5e2;
  border-radius: 20px;
}
#page.in.work .work_post_content .work_post_content_category_name {
  text-align: left;
  margin-bottom: 40px;
}
#page.in.work .work_post_content .work_post_content_category_name p {
  font-size: 16px;
  font-family: "font-grotesk-bold";
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  letter-spacing: 0.12em;
  line-height: 2;
}
#page.in.work .work_post_content .work_post_content_category_name p:after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1px) and (max-width: 1000px) {
  #page.in.work .work_post_content {
    width: 92%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.work .work_post_content {
    padding: 50px 0 130px 0;
  }
  #page.in.work .work_post_content .work_post_content_category p {
    font-size: 16px;
  }
  #page.in.work .work_post_content .work_post_content_category_name {
    margin-bottom: 20px;
  }
  #page.in.work .work_post_content .work_post_content_category_name p {
    font-size: 14px;
  }
  #page.in.work .work_post_content .work_post_content_flex {
    padding: 0 4%;
  }
}