@charset "UTF-8";
@import url("global.css");
#breadcrumbs {
  padding-top: 130px;
  height: 80px;
  margin: 0;
}
#breadcrumbs ul li {
  font-size: 12px;
}
#breadcrumbs ul li:has(a)::after {
  width: 10px;
}
#breadcrumbs ul li a {
  padding-right: 8px;
}

#workstitle {
  height: 210px;
}
#workstitle #title {
  line-height: 1.6;
}
#workstitle #title .en {
  display: flex;
  align-items: center;
  column-gap: 12px;
  letter-spacing: .1em;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  color: #639A70;
  animation: titleen 1s var(--ease-out-quart) 0.5s 1;
  animation-fill-mode: both;
  margin-bottom: 12px;
}
#workstitle #title .en::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/title_event.png") no-repeat center center/contain;
  display: block;
}
#workstitle #title .ja {
  font-size: clamp(17px, 4vw, 36px);
  animation: titleja 1.8s var(--ease-out-quart) 1s 1;
  animation-fill-mode: both;
}

.mainimage {
  height: min(800px,100vh);
  border-radius: calc(var(--radius) * 1.5);
  overflow: hidden;
  margin-bottom: 60px;
  animation: titlebg 1s ease-in-out .3s 1;
  animation-fill-mode: both;
}

.mainarea {
  display: flex;
  justify-content: space-between;
  gap: min(60px,5vw);
}
.mainarea .datablock {
  flex-grow: 1;
  font-size: 15px;
}
.mainarea .datablock .category {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 18px;
}
.mainarea .datablock .category span a {
  display: block;
  color: #fff;
  background-color: #639A70;
  border-radius: 3px;
  padding: 5px 12px;
}
@media (any-hover: hover) {
  .mainarea .datablock .category span a:hover {
    background-color: #586B56;
  }
}
.mainarea .datablock .data .title {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: .1em;
  gap: 10px;
  display: flex;
  align-items: center;
}
.mainarea .datablock .data .title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #639A70;
}
.mainarea .datablock .data dl {
  line-height: 1.5;
}
.mainarea .datablock .data dl div {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}
.mainarea .datablock .data dl div dt {
  color: #586B56;
  display: flex;
  justify-content: space-between;
  width: 105px;
}
.mainarea .datablock .data dl div dt::after {
  content: "：";
}
.mainarea .datablock .details {
  margin-top: 45px;
  border: #eee 4px solid;
  border-radius: var(--radius);
  padding: 30px min(30px,2.2vw) 25px;
  position: relative;
}
.mainarea .datablock .details .title {
  background-color: #fff;
  padding: 5px 18px;
  position: absolute;
  top: -24px;
  left: 17px;
  color: #586B56;
}
.mainarea .datablock .details ul li {
  line-height: 1.5;
  padding-left: 15px;
  text-indent: -15px;
}
.mainarea .datablock .details ul li::before {
  content: "";
  display: inline-block;
  text-indent: 0;
  width: 7px;
  height: 7px;
  background-color: #D2CFCF;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: 2px;
}
.mainarea .datablock .details ul li + li {
  margin-top: 9px;
}
.mainarea .textblock {
  width: 50%;
  flex-shrink: 0;
}
.mainarea .textblock .text p + p {
  margin-top: 1.5em;
}
.mainarea .textblock .owner {
  margin-top: 50px;
  max-width: 480px;
  margin-left: auto;
}
.mainarea .textblock .owner a {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  background-color: #F1F0E7;
  border-radius: 3px;
  overflow: hidden;
}
.mainarea .textblock .owner a .photo {
  width: 132px;
  aspect-ratio: 3 / 2;
}
.mainarea .textblock .owner a .text {
  line-height: 1.7;
}
.mainarea .textblock .owner a .en {
  color: #639A70;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  display: flex;
  gap: 5px;
  align-items: center;
}
.mainarea .textblock .owner a .en::before {
  content: "";
  width: 15px;
  height: 13px;
  display: block;
  background: url("../img/owner.png") no-repeat center center/contain;
}
.mainarea .textblock .owner a::after {
  content: "";
  width: 14px;
  height: 10px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -5px;
  display: block;
  background: url("../img/arrow.png") no-repeat center center/contain;
  filter: invert(1);
  rotate: 90deg;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  .mainarea .textblock .owner a:hover {
    background-color: #E4EEE6;
  }
  .mainarea .textblock .owner a:hover::after {
    translate: 0 5px;
  }
}

#worksbody {
  margin-top: 110px;
}
#worksbody .block {
  font-size: 15px;
  margin-bottom: 60px;
}
#worksbody .block .imagebox {
  max-width: 1000px;
  margin-inline: auto;
}
#worksbody .block .imagebox figure figcaption {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  padding-top: 5px;
  text-align: left;
}
#worksbody .block .imagebox img {
  max-height: 720px;
  width: auto;
}
#worksbody .block .imagebox .after img {
  border-radius: var(--radius);
}
#worksbody .block .imagebox .after figcaption {
  color: #639A70;
}
#worksbody .block .imagebox .before img {
  border-radius: calc(var(--radius) * .6);
}
#worksbody .block .imagebox .before figcaption {
  color: #8E8E8E;
}
#worksbody .block .imagebox:has(.before) {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#worksbody .block .imagebox:has(.before) .after {
  width: 65%;
}
#worksbody .block .imagebox:has(.before) .before {
  width: 30%;
}
#worksbody .block .caption {
  margin: 10px auto 0;
  max-width: 1000px;
}

#voice {
  margin-top: 130px;
  background: url("../img/bgmesh.png") repeat left top/1400px auto;
  padding-bottom: 120px;
}
#voice #voiceimage {
  height: min(100vh,800px);
}
#voice #voicemain {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: min(4vw,40px);
}
#voice #voicemain .titleblock {
  margin-top: -60px;
  flex-shrink: 0;
  margin-inline: 6%;
  padding-bottom: 30px;
}
#voice #voicemain .titleblock .maintitle {
  background-color: #fff;
  padding: 50px 45px 50px 32px;
  position: sticky;
  top: 120px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
}
#voice #voicemain .titleblock .maintitle .h {
  color: #639A70;
  position: relative;
  padding-top: 22px;
  margin-left: 20px;
}
#voice #voicemain .titleblock .maintitle .h::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/mame.png") no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7px;
}
#voice #voicemain .titleblock .maintitle .title {
  font-size: min(34px,2.5vw);
  line-height: 1.9;
  letter-spacing: .14em;
  text-decoration-color: #8E8E8E;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  text-decoration-skip-ink: none;
  text-decoration-style: dashed;
}
#voice #voicemain .bodyblock {
  padding-top: 90px;
  max-width: 800px;
}
#voice #voicemain .bodyblock *:first-child {
  margin-top: 0 !important;
}
#voice #voicemain .bodyblock h1, #voice #voicemain .bodyblock h2, #voice #voicemain .bodyblock h3, #voice #voicemain .bodyblock h4, #voice #voicemain .bodyblock h5, #voice #voicemain .bodyblock h6 {
  font-size: clamp(17px, 3.2vw, 24px);
  font-weight: 700;
  margin-block: 70px 30px;
}
#voice #voicemain .bodyblock p {
  margin-block: 30px;
}
#voice #voicemain .bodyblock strong {
  font-weight: 700;
}
#voice #voicemain .bodyblock figure {
  margin-block: 50px;
}
#voice #voicemain .bodyblock figure figcaption {
  font-size: 80%;
  line-height: 1.5;
  padding-top: 15px;
}
#voice #voicemain .bodyblock .flex {
  display: flex;
  gap: 3%;
  margin-block: 50px;
}
#voice #voicemain .bodyblock .flex figure {
  margin: 0;
}

#catpost {
  padding-top: 120px;
}
#catpost .title {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 60px;
  gap: 25px;
  font-size: clamp(14px, 2.5vw, 20px);
  line-height: 1.5;
  position: relative;
}
#catpost .title .en {
  color: #D2CFCF;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  font-size: 13px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
  display: block;
  text-transform: capitalize;
}
#catpost .title strong {
  display: inline-block;
  padding-right: 8px;
  font-size: 140%;
  color: #639A70;
}
#catpost .title::before, #catpost .title::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 4px;
  background: url("../img/dot4.png") no-repeat center center/contain;
}
#catpost ul.list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(70px,3.5vw);
}
#catpost ul.list li a {
  display: block;
  line-height: 1.7;
  overflow: hidden;
}
@media (any-hover: hover) {
  #catpost ul.list li a:hover .image img {
    filter: brightness(1.5);
  }
  #catpost ul.list li a:hover .image::before {
    opacity: .7;
  }
  #catpost ul.list li a:hover .image::after {
    opacity: 1;
    translate: 0;
  }
}
#catpost ul.list li a .image {
  aspect-ratio: 3 / 2;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: var(--radius);
}
#catpost ul.list li a .image img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#catpost ul.list li a .image::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #1D1D1D;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
}
#catpost ul.list li a .image::after {
  content: "この事例を見る";
  position: absolute;
  z-index: 2;
  inset: 0;
  text-align: center;
  align-content: center;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
  color: #fff;
}
#catpost ul.list li a .posttitle {
  font-size: min(18px,1.7vw);
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #breadcrumbs {
    padding-top: 140px;
    height: 70px;
  }

  #workstitle {
    height: min(210px,24vw);
  }
  #workstitle #title .en {
    font-size: 14px;
  }

  .mainimage {
    height: auto;
    aspect-ratio: 3 / 2;
    margin-bottom: 50px;
  }

  .mainarea .datablock {
    font-size: 14px;
  }
  .mainarea .datablock .category {
    margin-bottom: 20px;
    gap: 2px 10px;
  }
  .mainarea .datablock .category span a {
    padding: 3px 10px;
  }
  .mainarea .datablock .data dl div {
    margin-top: 10px;
  }
  .mainarea .datablock .data dl div dt {
    width: 95px;
  }
  .mainarea .datablock .details {
    margin: 40px 0 0 -10px;
    padding: 30px 20px 25px;
  }
  .mainarea .datablock .details .title {
    padding: 5px 15px;
    top: -22px;
    left: 15px;
  }
  .mainarea .textblock {
    width: 47%;
    flex-shrink: 0;
  }
  .mainarea .textblock .owner {
    margin-top: 40px;
  }
  .mainarea .textblock .owner a {
    gap: 2.5vw;
  }
  .mainarea .textblock .owner a .photo {
    width: 132px;
    max-width: 35%;
    flex-shrink: 0;
  }
  .mainarea .textblock .owner a .text {
    font-size: min(15px,1.9vw);
    letter-spacing: 0;
  }
  .mainarea .textblock .owner a .en {
    font-size: 12px;
  }
  .mainarea .textblock .owner a::after {
    right: 15px;
    top: 20px;
  }

  #worksbody {
    margin-top: 80px;
  }
  #worksbody .block {
    font-size: 14px;
  }
  #worksbody .block .caption {
    margin-top: 5px;
  }

  #voice {
    margin-top: 80px;
    padding-bottom: 50px;
  }
  #voice #voiceimage {
    height: auto;
    aspect-ratio: 2 / 1;
  }
  #voice #voicemain {
    gap: 5vw;
  }
  #voice #voicemain .titleblock {
    margin-inline: 0;
  }
  #voice #voicemain .titleblock .maintitle {
    padding: 50px 35px 50px 30px;
  }
  #voice #voicemain .titleblock .maintitle .h {
    font-size: 14px;
    padding-top: 20px;
    margin-left: 20px;
  }
  #voice #voicemain .titleblock .maintitle .h::before {
    width: 12px;
    height: 12px;
    margin-left: -6px;
  }
  #voice #voicemain .titleblock .maintitle .title {
    font-size: min(24px,3vw);
    text-underline-offset: 8px;
  }
  #voice #voicemain .bodyblock {
    padding-top: 60px;
  }
  #voice #voicemain .bodyblock h1, #voice #voicemain .bodyblock h2, #voice #voicemain .bodyblock h3, #voice #voicemain .bodyblock h4, #voice #voicemain .bodyblock h5, #voice #voicemain .bodyblock h6 {
    margin-block: 50px 20px;
  }
  #voice #voicemain .bodyblock p {
    margin-block: 20px;
  }
  #voice #voicemain .bodyblock figure {
    margin-block: 40px;
  }
  #voice #voicemain .bodyblock figure figcaption {
    padding-top: 12px;
  }

  #catpost {
    padding-top: 100px;
  }
  #catpost .title {
    margin-bottom: 50px;
  }
  #catpost ul.list li a .image {
    margin-bottom: 12px;
  }
  #catpost ul.list li a .posttitle {
    font-size: min(16px,1.9vw);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #breadcrumbs {
    padding-top: 110px;
    height: 60px;
  }
  #breadcrumbs ul li {
    font-size: 10px;
  }
  #breadcrumbs ul li:has(a)::after {
    width: 8px;
  }
  #breadcrumbs ul li a {
    padding-right: 4px;
  }

  #workstitle {
    height: auto;
    margin-bottom: 30px;
  }
  #workstitle #title .en {
    column-gap: 8px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  #workstitle #title .en::before {
    width: 14px;
    height: 14px;
  }
  #workstitle #title .ja br {
    display: none;
  }

  .mainimage {
    margin-bottom: 30px;
  }

  .mainarea {
    display: block;
  }
  .mainarea .datablock {
    font-size: 13px;
    background-color: #F1F0E7;
    border-radius: var(--radius);
    margin-bottom: 30px;
    padding: 6vw 7vw 7vw;
  }
  .mainarea .datablock .category {
    margin-bottom: 15px;
    gap: 2px 10px;
  }
  .mainarea .datablock .category span a {
    padding: 2px 8px;
    font-size: 12px;
  }
  .mainarea .datablock .data .title {
    margin-bottom: 5px;
    gap: 9px;
  }
  .mainarea .datablock .data .title::after {
    content: "";
    display: block;
    height: 1px;
    flex-grow: 1;
    margin-left: 5px;
    background: linear-gradient(to right, rgba(99, 154, 112, 0.5) 4px, transparent 3px) repeat-x left top/7px 1px;
  }
  .mainarea .datablock .data dl div {
    margin-top: 3px;
    gap: 6px;
  }
  .mainarea .datablock .data dl div dt {
    width: 86px;
  }
  .mainarea .datablock .details {
    margin: 30px -10px 0;
    padding: 25px 20px;
    border: rgba(88, 107, 86, 0.3) 2px solid;
  }
  .mainarea .datablock .details .title {
    background-color: #F1F0E7;
    padding: 2px 12px;
    top: -17px;
    left: 15px;
  }
  .mainarea .datablock .details ul li {
    padding-left: 13px;
    text-indent: -13px;
  }
  .mainarea .datablock .details ul li::before {
    width: 6px;
    height: 6px;
    background-color: rgba(99, 154, 112, 0.5);
    margin-right: 7px;
  }
  .mainarea .datablock .details ul li + li {
    margin-top: 8px;
  }
  .mainarea .textblock {
    width: auto;
    padding-top: 0;
  }
  .mainarea .textblock .owner {
    margin-top: 35px;
    margin-left: auto;
  }
  .mainarea .textblock .owner a {
    gap: 4vw;
  }
  .mainarea .textblock .owner a .photo {
    width: 120px;
    max-width: none;
    flex-shrink: 0;
  }
  .mainarea .textblock .owner a .text {
    font-size: min(15px,3.2vw);
  }
  .mainarea .textblock .owner a::after {
    width: 12px;
    right: 12px;
    top: 50%;
  }

  #worksbody {
    margin-top: 70px;
  }
  #worksbody .block {
    font-size: 13px;
    margin-bottom: 40px;
  }
  #worksbody .block .imagebox figure figcaption {
    padding-top: 3px;
  }
  #worksbody .block .imagebox:has(.before) {
    display: block;
  }
  #worksbody .block .imagebox:has(.before) .after {
    width: auto;
  }
  #worksbody .block .imagebox:has(.before) .before {
    width: 45%;
    margin: -15px 0 0 auto;
    position: relative;
  }
  #worksbody .block .imagebox:has(.before) .before figcaption {
    position: absolute;
    bottom: 0;
    left: -55px;
  }
  #worksbody .block .caption {
    margin-top: 2px;
    padding-inline: 10px;
  }

  #voice {
    margin-top: 70px;
    padding-bottom: 30px;
  }
  #voice #voiceimage {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  #voice #voicemain {
    display: block;
  }
  #voice #voicemain .titleblock {
    margin-top: -15px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  #voice #voicemain .titleblock .maintitle {
    padding: 28px 40px 30px;
    position: static;
    top: 120px;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    white-space: normal;
    line-height: normal;
    border-radius: 3px;
  }
  #voice #voicemain .titleblock .maintitle .h {
    font-size: 13px;
    padding: 0 0 0 18px;
    margin: 0 0 5px 0;
  }
  #voice #voicemain .titleblock .maintitle .h::before {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    top: 50%;
    left: 0;
  }
  #voice #voicemain .titleblock .maintitle .title {
    font-size: min(22px,5vw);
    line-height: 2;
    letter-spacing: .14em;
    text-underline-offset: 9px;
  }
  #voice #voicemain .bodyblock {
    padding-top: 35px;
  }
  #voice #voicemain .bodyblock *:first-child {
    margin-top: 0 !important;
  }
  #voice #voicemain .bodyblock h1, #voice #voicemain .bodyblock h2, #voice #voicemain .bodyblock h3, #voice #voicemain .bodyblock h4, #voice #voicemain .bodyblock h5, #voice #voicemain .bodyblock h6 {
    margin-block: 40px 20px;
  }
  #voice #voicemain .bodyblock p {
    margin-block: 20px;
  }
  #voice #voicemain .bodyblock figure {
    margin-block: 40px;
  }
  #voice #voicemain .bodyblock figure figcaption {
    padding-top: 10px;
  }

  #catpost {
    padding-top: 70px;
  }
  #catpost .title {
    margin-bottom: 35px;
    gap: 18px;
  }
  #catpost .title .en {
    font-size: 12px;
    text-transform: capitalize;
  }
  #catpost .title strong {
    padding-right: 5px;
  }
  #catpost .title::before, #catpost .title::after {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
  #catpost ul.list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4vw;
  }
  #catpost ul.list li:nth-child(n+3) {
    display: none;
  }
  #catpost ul.list li a .image {
    margin-bottom: 10px;
  }
  #catpost ul.list li a .posttitle {
    font-size: min(13px,3vw);
  }
}

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