@charset "UTF-8";
.flow_box .flow_box_inner .flow_list li .num,
body {
  background: #FAF7F6;
}

/* ===================================
一覧
=================================== */
.page_fv_sec {
  margin-inline: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1240px;
  padding: 80px 24px 130px;
}

.page_ttl_wrap {
  margin-bottom: 90px;
}

.bl_cat_inner {
  margin-bottom: 80px;
  margin-top: 30px;
}
.bl_cat_inner .el_cat_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.bl_cat_inner .el_cat_txt::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.278em -0.25em 0;
  background-image: url(../img/works/ico-star.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.bl_cat_inner .bl_cat .bl_cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
}
.bl_cat_inner .bl_cat .bl_cat_list .el_cat_item.select a {
  background: #333;
  border-color: #333;
  color: #FFF;
}
.bl_cat_inner .bl_cat .bl_cat_list .el_cat_item a {
  font-size: 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 32px;
  border: 1px solid #ACA293;
  border-radius: 300px;
  background: rgba(206, 201, 193, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_cat_inner .bl_cat .bl_cat_list .el_cat_item a:hover {
  background: #333;
  border-color: #333;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  .bl_cat_inner {
    margin-bottom: 60px;
  }
  .bl_cat_inner .el_cat_txt {
    font-size: 16px;
  }
  .bl_cat_inner .bl_cat .bl_cat_list {
    gap: 10px;
  }
  .bl_cat_inner .bl_cat .bl_cat_list .el_cat_item a {
    font-size: 12px;
    padding: 7px 20px;
  }
}

.bl_page_inner .bl_post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 150px 80px;
}
.bl_page_inner .bl_post_list .bl_post_item {
  width: calc((100% - 80px) / 2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_page_inner .bl_post_list .bl_post_item .el_thumb {
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(41, 37, 34, 0.15);
          box-shadow: 10px 10px 20px 0px rgba(41, 37, 34, 0.15);
  position: relative;
}
@media screen and (max-width: 599px) {
  .bl_page_inner .bl_post_list .bl_post_item .el_thumb {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(41, 37, 34, 0.15);
            box-shadow: 5px 5px 15px 0px rgba(41, 37, 34, 0.15);
  }
}
.bl_page_inner .bl_post_list .bl_post_item .el_thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_page_inner .bl_post_list .bl_post_item .el_thumb .el_detail {
  position: absolute;
  right: 5%;
  bottom: 5%;
  height: 50px;
  width: 50px;
  overflow: hidden;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 200px;
  background: #000;
}
.bl_page_inner .bl_post_list .bl_post_item .el_thumb .el_detail .el_detail_inner {
  padding: 0 15px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  height: 100%;
}
.bl_page_inner .bl_post_list .bl_post_item .el_thumb .el_detail .el_detail_inner .btn__text {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  display: block;
  color: #fff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.bl_page_inner .bl_post_list .bl_post_item .el_thumb .el_detail .el_detail_inner .btn__text img {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
}
.bl_page_inner .bl_post_list .bl_post_item .el_thumb .el_detail .el_detail_inner .btn__text:nth-child(2) {
  left: 70px;
  width: 125px;
}
@media screen and (max-width: 599px) {
  .bl_page_inner .bl_post_list .bl_post_item .el_thumb .el_detail {
    width: 40px;
    height: 40px;
  }
  .bl_page_inner .bl_post_list .bl_post_item .el_thumb .el_detail .el_detail_inner .btn__text {
    font-size: 14px;
  }
  .bl_page_inner .bl_post_list .bl_post_item .el_thumb .el_detail .el_detail_inner .btn__text img {
    margin-left: 6px;
    width: 16px;
  }
}
.bl_page_inner .bl_post_list .bl_post_item .bl_txt_box .bl_txt_box_top .el_ttl {
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
.bl_page_inner .bl_post_list .bl_post_item .bl_txt_box .bl_txt_box_top .el_copy {
  font-size: 14px;
  line-height: 1.5;
}
.bl_page_inner .bl_post_list .bl_post_item .bl_txt_box .bl_txt_box_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 22px;
}
.bl_page_inner .bl_post_list .bl_post_item .bl_txt_box .bl_txt_box_bottom .el_cat {
  display: inline-block;
  font-size: 12px;
  color: #ACA293;
}
.bl_page_inner .bl_post_list .bl_post_item .bl_txt_box .bl_txt_box_bottom .el_cat::before {
  content: "#";
  font-size: 1em;
}
@media (hover: hover) {
  .bl_page_inner .bl_post_list .bl_post_item:hover .el_thumb::before {
    opacity: 0.6;
  }
  .bl_page_inner .bl_post_list .bl_post_item:hover .el_thumb .el_detail {
    -webkit-transition: 0.1s;
    transition: 0.1s;
    width: 170px;
  }
  .bl_page_inner .bl_post_list .bl_post_item:hover .el_thumb .el_detail .el_detail_inner {
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
  }
}
@media screen and (hover: hover) and (max-width: 599px) {
  .bl_page_inner .bl_post_list .bl_post_item:hover .el_thumb .el_detail {
    width: 150px;
  }
  .bl_page_inner .bl_post_list .bl_post_item:hover .el_thumb .el_detail .el_detail_inner {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@media screen and (max-width: 1200px) {
  .bl_page_inner .bl_post_list {
    gap: 100px 40px;
  }
  .bl_page_inner .bl_post_list .bl_post_item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .bl_page_inner .bl_post_list {
    gap: 80px;
  }
  .bl_page_inner .bl_post_list .bl_post_item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .bl_page_inner .bl_post_list .bl_post_item .bl_txt_box .bl_txt_box_top .el_ttl {
    font-size: 24px;
  }
}

.flow_sec {
  border-top: 1px solid #CEC9C1;
}

/* ===================================
詳細ページ
=================================== */
article {
  overflow: hidden;
}

.un_worksSinge {
  margin-top: 166px;
}

.single .page_fv_sec {
  padding: 0 24px;
}

.sec .page_inner {
  max-width: unset;
}

.page_inner {
  padding-bottom: 0;
}
.page_inner .bl_ttl_wrap {
  margin-bottom: 80px;
}
.page_inner .bl_ttl_wrap .el_cont_ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
.page_inner .bl_ttl_wrap .el_page_ttl {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 95px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 40px auto 16px;
  font-family: "Italiana", "Shippori Mincho", serif;
}
.page_inner .bl_ttl_wrap .el_page_ttl.jp {
  font-size: 70px;
  margin: 50px auto 31px;
  font-family: "Shippori Mincho", serif;
}
.page_inner .bl_ttl_wrap .el_copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
@media screen and (max-width: 599px) {
  .page_inner .bl_ttl_wrap .el_cont_ttl {
    font-size: 20px;
  }
  .page_inner .bl_ttl_wrap .el_page_ttl {
    font-size: 50px;
    text-align: start;
  }
  .page_inner .bl_ttl_wrap .el_page_ttl.jp {
    font-size: 44px;
  }
  .page_inner .bl_ttl_wrap .el_copy {
    font-size: 14px;
  }
}

.el_worksSide_img {
  max-width: 900px;
  margin-inline: auto;
  position: relative;
  aspect-ratio: 1000/616;
  height: auto;
}
.el_worksSide_img .el_worksSide_img_pc {
  width: 99.4%;
  height: auto;
  aspect-ratio: 994/612;
}
.el_worksSide_img .el_worksSide_img_pc .el_img {
  position: absolute;
  overflow: hidden;
  width: 81.5%;
  height: auto;
  aspect-ratio: 814/532;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.5%, -55.5%);
          transform: translate(-50.5%, -55.5%);
  border-radius: 0.8vw 0.8vw 0 0;
}
@media screen and (min-width: 1001px) {
  .el_worksSide_img .el_worksSide_img_pc .el_img {
    border-radius: 8px 8px 0 0;
  }
}
.el_worksSide_img .el_worksSide_img_pc .el_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.el_worksSide_img .el_worksSide_img_pc:before {
  width: 99.4%;
  height: 100%;
  content: "";
  background: url(../img/works/img_pc.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
.el_worksSide_img .el_worksSide_img_sp {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  width: 21.6%;
  height: auto;
  aspect-ratio: 216/446;
}
.el_worksSide_img .el_worksSide_img_sp .el_img {
  position: absolute;
  overflow: hidden;
  border-radius: 2vw;
  width: 91%;
  height: 96.5%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1001px) {
  .el_worksSide_img .el_worksSide_img_sp .el_img {
    border-radius: 20px;
  }
}
.el_worksSide_img .el_worksSide_img_sp .el_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.el_worksSide_img .el_worksSide_img_sp:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/works/img_sp.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

section {
  margin-top: 150px;
  max-width: 1200px;
  margin-inline: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
section .el_ttl {
  position: relative;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 35px;
  font-family: "Shippori Mincho", serif;
}
section .el_ttl .tll_font {
  font-size: 36px;
}
section .el_ttl .sec_ttl_en {
  pointer-events: none;
  position: absolute;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 0;
  color: rgba(206, 201, 193, 0.2);
  font-size: 160px;
  z-index: -1;
  font-family: "Italiana", "Shippori Mincho", serif;
}
@media screen and (max-width: 1023px) {
  section .el_ttl {
    margin-bottom: 25px;
  }
  section .el_ttl .sec_ttl_en {
    font-size: 140px;
  }
}
@media screen and (max-width: 767px) {
  section .el_ttl {
    margin-bottom: 20px;
  }
  section .el_ttl .sec_ttl_en {
    font-size: 124px;
  }
}
@media screen and (max-width: 599px) {
  section .el_ttl {
    font-size: 22px;
  }
  section .el_ttl .tll_font {
    font-size: 26px;
  }
  section .el_ttl .sec_ttl_en {
    font-size: 100px;
  }
}
@media screen and (max-width: 428px) {
  section .el_ttl {
    margin-bottom: 16px;
  }
  section .el_ttl .sec_ttl_en {
    font-size: 86px;
  }
}
@media screen and (max-width: 365px) {
  section .el_ttl {
    margin-bottom: 8px;
  }
  section .el_ttl .sec_ttl_en {
    font-size: 60px;
  }
}
section .bl_wrap {
  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;
  width: 100%;
}
section .bl_wrap img {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(41, 37, 34, 0.15);
          box-shadow: 10px 10px 20px 0px rgba(41, 37, 34, 0.15);
}
@media screen and (max-width: 599px) {
  section .bl_wrap img {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(41, 37, 34, 0.15);
            box-shadow: 5px 5px 15px 0px rgba(41, 37, 34, 0.15);
  }
}
section.ly_web {
  margin-top: 180px;
}
section.ly_web .bl_wrap.pc {
  gap: 60px;
  margin-bottom: 100px;
}
section.ly_web .bl_wrap.pc img {
  width: calc((100% - 60px) / 2);
}
section.ly_web .bl_wrap.sp {
  gap: 50px 32px;
}
section.ly_web .bl_wrap.sp img {
  width: calc((100% - 96px) / 4);
}
@media screen and (max-width: 1023px) {
  section.ly_web {
    margin-top: 150px;
  }
  section.ly_web .bl_wrap.pc {
    gap: 30px;
  }
  section.ly_web .bl_wrap.pc img {
    width: calc((100% - 30px) / 2);
  }
  section.ly_web .bl_wrap.sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  section.ly_web .bl_wrap.sp img {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 767px) {
  section.ly_web .bl_wrap.sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.ly_web .bl_wrap.sp img {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 599px) {
  section.ly_web {
    margin-top: 80px;
  }
  section.ly_web .bl_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.ly_web .bl_wrap.pc {
    gap: 50px;
  }
  section.ly_web .bl_wrap.pc img {
    width: 100%;
  }
  section.ly_web .bl_wrap.sp {
    gap: 32px 20px;
  }
  section.ly_web .bl_wrap.sp img {
    width: calc((100% - 20px) / 2);
  }
}
section.ly_logo .swiper, section.ly_schema .swiper {
  overflow: initial;
}
section.ly_logo .swiper .swiper-slide, section.ly_schema .swiper .swiper-slide {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(41, 37, 34, 0.15);
          box-shadow: 10px 10px 20px 0px rgba(41, 37, 34, 0.15);
}
@media screen and (max-width: 599px) {
  section.ly_logo .swiper .swiper-slide, section.ly_schema .swiper .swiper-slide {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(41, 37, 34, 0.15);
            box-shadow: 5px 5px 15px 0px rgba(41, 37, 34, 0.15);
  }
}
section.ly_credit {
  max-width: unset;
  padding: 80px 24px 100px;
  margin-top: 75px;
  background: #333;
  color: #FFF;
}
section.ly_credit .bl_inner {
  max-width: 600px;
  margin-inline: auto;
}
section.ly_credit .bl_inner .el_ttl {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 60px;
  font-family: "Italiana", "Shippori Mincho", serif;
}
@media screen and (max-width: 375px) {
  section.ly_credit .bl_inner .el_ttl {
    font-size: 40px;
  }
}
section.ly_credit .bl_inner .bl_wrap {
  display: block;
}
section.ly_credit .bl_inner .bl_wrap dl {
  padding: 30px 0;
  border-top: 1px solid #A9A9A9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 30px;
}
section.ly_credit .bl_inner .bl_wrap dl:last-child {
  border-bottom: 1px solid #A9A9A9;
}
section.ly_credit .bl_inner .bl_wrap dl dt {
  width: 7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 14px;
}
section.ly_credit .bl_inner .bl_wrap dl dd {
  font-size: 14px;
}
section.ly_credit .bl_inner .bl_wrap dl dd a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.ly_credit .bl_inner .bl_wrap dl dd a.blank::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 -1px 5px;
  background-image: url(../img/common/external_icon.svg);
}
section.ly_credit .bl_inner .bl_wrap dl dd a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 599px) {
  section.ly_credit .bl_inner .bl_wrap dl {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  section {
    padding: 0 20px;
    margin-top: 80px;
  }
}

.bl_cta {
  margin-top: 75px;
}
@media screen and (max-width: 599px) {
  .bl_cta {
    padding-inline: 20px;
  }
}
.bl_cta .el_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
.bl_cta .el_text::before,
.bl_cta .el_text::after {
  content: "";
  width: 28px;
  height: 1px;
  background: #111;
  position: absolute;
  top: 50%;
}
.bl_cta .el_text::before {
  left: -36px;
  -webkit-transform: rotate(60deg) translateY(-50%);
          transform: rotate(60deg) translateY(-50%);
}
.bl_cta .el_text::after {
  right: -36px;
  -webkit-transform: rotate(-60deg) translateY(-50%);
          transform: rotate(-60deg) translateY(-50%);
}
.bl_cta .el_btn-box {
  margin-top: 16px;
}
.bl_cta .el_btn-box .el_service-btn {
  width: 320px;
  margin-inline: auto;
  border: 1px solid #FFF;
  background: #ED8423;
  color: #FFF;
  border-radius: 40px;
  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;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .bl_cta .el_btn-box .el_service-btn {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .bl_cta .el_btn:hover {
    border: 1px solid #ED8423;
    background: #FFF;
    color: #ED8423;
  }
}