@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: blog.css
 * style info	: page styles
 -----------------------------------------------------------*/

/* #works
---------------------- */
#works #contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
#works_single #contents {
  margin-top: 100px;
}

#works .content {
  margin-top: 0;
}

.padding-side {
  padding: 0 20px;
}

figure.wp-block-image img {
  height: auto;
}

#article.cate_content_link {
  order: 2;
  width: 70%;
}

.aside_works {
  width: 24%;
}

.aside_banner_top img {
  width: 100%;
}

.side_cat_works {
  margin-bottom: 50px;
}

.side_cat_works li {
  overflow: hidden;
  transition: 0.5s;
  background: url(/common/img/modules/img_dot.gif) repeat-x bottom left;
}

.side_cat_works ul {
  display: flex;
  flex-direction: column;
}

.side_cat_works li:nth-child(1) {
  order: 1;
}

.side_cat_works li:nth-child(2) {
  order: 3;
}

.side_cat_works li:nth-child(3) {
  order: 4;
}

.side_cat_works li:nth-child(4) {
  order: 2;
}

.side_cat_web li:nth-child(1) {
  background-color: #e6f4f5;
  border-radius: 7px;
}

.side_cat_catalog li:nth-child(2) {
  background-color: #e6f4f5;
  border-radius: 7px;
}

.side_cat_others li:nth-child(3) {
  background-color: #e6f4f5;
  border-radius: 7px;
}

.side_cat_movie li:nth-child(4) {
  background-color: #e6f4f5;
  border-radius: 7px;
}

.side_cat_works li:hover {
  background-color: #f1f6f3;
  transition: background-color 0s, color 0s;
  border-radius: 7px;
}

.side_cat_works li:first-child {
  margin-top: 10px;
}

.side_cat_works li:first-child:hover {
  background-color: #f1f6f3;
  transition: background-color 0s, color 0s;
}

.side_cat_works li a {
  font-weight: 600;
  color: #73a2a6;
  padding: 15px 0 15px 15px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.work_cate_link {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}

.side_cat_works h3 {
  background-color: #73a2a6;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
}

.side_cat_works h3 span {
  font-size: 11px;
  display: inline-block;
  margin-left: 10px;
}

#works .cate_content_item h1 {
  background: url(/common/img/modules/img_dot.gif) repeat-x bottom left;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-weight: 600;
}

.link_list_works li {
  width: 47%;
  margin-bottom: 40px;
}

.link_list_works li:nth-child(even) {
  margin-left: 6%;
}

.link_list_works {
  display: flex;
  flex-wrap: wrap;
}

.photo_works {
  border-radius: 10px;
  overflow: hidden;
}

.photo_works img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}

.wp-post-image {
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

.work_cate_txt_day {
  color: #ffffff;
  background-color: #73a2a6;
  display: inline-block;
  padding: 0 10px;
  border-radius: 15px;
}

.detail #article #writing .work_cate_txt_day p {
  margin-bottom: 0;
}

.work_cate_ttl {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: 5px;
}

.content_single_works .work_cate_txt_day {
  margin-bottom: 10px;
  font-size: 13px;
}

.work_cate_link:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.work_cate_link:hover .photo_works img {
  transition: 0.5s;
  transform: scale(1.1, 1.1);
}

.work_cate_txt {
  margin-top: 10px;
}

#footer_btn {
  text-align: center;
}

#works_single #writing {
  margin-top: 0;
}

#works_single #article #writing h1 {
  margin-top: 0;
  font-weight: 600;
  background: url(/common/img/modules/img_dot.gif) repeat-x bottom left;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

#works_single #article {
  width: 70%;
}

.detail #contents #article #main_catch img {
  width: 100%;
  height: auto;
}

#main_catch {
  text-align: center;
  margin-bottom: 50px;
}

#works_single #article #writing a {
  background-color: #172021;
  border: 2px solid #172021;
  margin-top: 1.5em;
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
  align-items: center;
}

#works_single #article #writing a:hover {
  color: #333;
  background-color: #fff;
}

#works_single .wp-block-embed__wrapper {
  text-align: center;
}

#works_single #article #writing h2 {
  color: #73a2a6;
  border-left: 5px solid #73a2a6;
  margin: 70px 0 30px 0;
}

.writer_works {
  display: flex;
}

.writer_txt {
  margin-left: 20px;
}

.writer_txt p {
  font-weight: 700;
  font-size: 16px;
}

.foot_works_list li {
  width: 30%;
}

.foot_works_list li a {
  display: inline-block;
}

.foot_works_list li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.foot_works_list_img {
  border-radius: 10px;
  overflow: hidden;
}

.foot_works_list li a:hover img {
  transition: 0.5s;
  transform: scale(1.1, 1.1);
}

.foot_works_list li img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.foot_works_list {
  display: flex;
  justify-content: space-between;
}

.foot_works_list_ttl {
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  color: #1a1a1a;
}

.foot_works_single {
  margin-top: 50px;
}

.foot_works_single_button {
  display: flex;
  justify-content: space-between;
}

.foot_works_single_button li {
  width: 23%;
  display: inline-block;
  background-color: #73a2a6;
  color: #222;
  border-radius: 8px;
  transition: 0.5s;
}

.foot_works_single_button a {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  text-align: center;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #e5e5e5;
  transition: 0.5s;
}

.foot_works_single_button li:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.foot_works_single_button .foot_shingle_current {
  background-color: #73a2a6;
  color: #fff;
}

.foot_works_single_button .foot_shingle_current:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.foot_works_single_bottom {
  margin-top: 70px;
}

.foot_works_single_ttl {
  font-size: 18px;
  color: #73a2a6;
  margin-bottom: 20px;
  position: relative;
}

.foot_works_single_ttl::before {
  content: "";
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #73a2a6;
  position: absolute;
  right: 0;
  top: 15px;
}

.foot_works_single_top .foot_works_single_ttl::before {
  width: 73%;
}

#works_single #footer_btn {
  margin-top: 80px;
}

.foot_work_page_bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b5a22;
  width: 60%;
  height: 60px;
  font-size: 15px;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 1px;
  margin: 0 auto;
  transition: all 0.3s;
  box-shadow: 3px 3px 5px #b1b1b1;
  border: 2px solid #1b5a22;
}

.foot_work_page_bottom a:hover {
  color: #1b5a22;
  background-color: #fff;
}

.foot_work_page_bottom {
  margin-bottom: 80px;
}

#works_single #writing .external {
  position: relative;
}

#works_single #writing .external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

#works #paginate .page-numbers.current {
  background-color: #73a2a6;
}

#works #paginate .page-numbers {
  color: #28696e;
}

#works #paginate .page-numbers.current {
  color: #fff;
}

.works-member li {
  border-bottom: 1px solid #73a2a6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}

.works-member li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #73a2a6;
  display: block;
  margin-right: 10px;
}

.works-member li:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 700px) {
  .detail {
    overflow-x: hidden;
  }

  .detail #article #writing {
    padding: 0 5px;
  }

  .detail #article #writing h2 {
    font-size: 20px;
    line-height: 1.5em;
    padding: 16px;
  }

  .detail #article #writing h3 {
    font-size: 18px;
    border-bottom: 3px solid #2a6531;
    line-height: 1.5em;
    padding: 16px 16px 8px 0;
  }

  .detail #article #writing h4 {
    font-size: 16px;
  }

  .detail #article #writing a:hover {
    background-color: #eb7500;
    color: #fff;
  }
  #works #contents {
    flex-direction: column;
  }

  #article.cate_content_link {
    width: 100%;
  }

  .aside_works {
    width: 100%;
  }

  .foot_works_single_bottom {
    display: none;
  }

  #works_single #contents {
    flex-direction: column;
  }

  .aside_banner_content {
    display: none;
  }

  #works_single #article {
    float: none;
    width: 100%;
  }

  .aside_works {
    order: 2;
  }

  .foot_works_single_top .foot_works_single_ttl::before {
    width: calc(100% - 160px);
  }

  .foot_works_single_ttl::before {
    width: 75%;
  }

  p#footer_btn {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  p.work_cate_ttl {
    font-size: 14px;
  }

  .side_cat_works {
    margin: 40px 0 0 0;
  }

  #works_single #writing .external::after {
    position: static;
    margin-right: 20px;
  }

  #works_single #article #writing a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .content .works-member li {
    border-bottom: 1px solid #73a2a6;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .content .works-member li:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 468px) {
  .foot_works_single_button li {
    width: 80%;
    align-items: center;
    margin-bottom: 15px;
  }

  .foot_works_single_button {
    flex-direction: column;
    align-items: center;
  }

  .foot_work_page_bottom a {
    width: 100%;
  }

  .foot_works_list {
    flex-direction: column;
  }

  .foot_works_list li {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .link_list_works li {
    width: 100%;
  }

  #works_single #footer_btn {
    margin-top: 40px;
  }

  .foot_work_page_bottom a {
    height: 50px;
    font-size: 14px;
  }

  .link_list_works li:nth-child(even) {
    margin-left: 0;
  }

  .writer_works {
    flex-direction: column;
    align-items: center;
  }

  .writer_txt {
    margin: 20px 0 0 0;
  }
}
