/* arguments inittial */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.works-single:not(.fixHeader) .inHeader #logo a .logo-white {
  display: none;
}

.works-single:not(.fixHeader) .inHeader #logo a .logo-black {
  display: block;
}

.works-single:not(.fixHeader) .inHeader .layerMenu .inLayer .gNavi__item .label {
  color: #141414;
}

.works-single #wrap .inner {
  max-width: 1062px;
}

.works-single #wrap .post-img {
  margin-bottom: 46px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.works-single #wrap .post-img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 30.76923%;
}

.works-single #wrap .post-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.works-single #wrap .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-single #wrap .post-ttl {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3125em;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .works-single #wrap .post-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.works-single #wrap .post-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .works-single #wrap .post-txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

.works-single #wrap .post-cate {
  margin-bottom: 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .works-single #wrap .post-cate {
    margin-bottom: 30px;
  }
}

.works-single #wrap .post-cate span {
  display: inline-block;
  background-color: #f5ebdf;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 4px 6px 5px;
}

.works-single #wrap .post-cate span:not(:last-child) {
  margin-right: -2px;
}

.works-single #wrap .post-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 73px;
}

@media (max-width: 767px) {
  .works-single #wrap .post-info {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 50px;
  }
}

.works-single #wrap .post-info__cont {
  flex: 1;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .works-single #wrap .post-info__cont {
    max-width: 685px;
    padding-right: 25px;
    margin-top: 21px;
  }
}

.works-single #wrap .post-info__cont .table {
  max-width: 618px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .works-single #wrap .post-info__cont .table {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.works-single #wrap .post-info__cont .table .tr {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .works-single #wrap .post-info__cont .table .tr {
    padding-bottom: 7px;
    display: flex;
  }
}

.works-single #wrap .post-info__cont .table .tr:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .works-single #wrap .post-info__cont .table .tr:not(:last-child) {
    margin-bottom: 15px;
  }
}

.works-single #wrap .post-info__cont .table .tr .th,
.works-single #wrap .post-info__cont .table .tr .td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1875em;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .works-single #wrap .post-info__cont .table .tr .th,
  .works-single #wrap .post-info__cont .table .tr .td {
    line-height: calc(28 / 16);
  }
}

@media (min-width: 768px) {
  .works-single #wrap .post-info__cont .table .tr .th {
    width: 165px;
    padding-right: 15px;
  }
}

.works-single #wrap .post-info__cont .table .tr .td {
  flex: 1;
}

@media (max-width: 767px) {
  .works-single #wrap .post-info__cont .table .tr .td {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333em;
    margin-top: 3px;
  }
}

.works-single #wrap .post-info__cont .lst__item:not(:last-child) {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .works-single #wrap .post-info__cont .lst__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.works-single #wrap .post-info__cont .lst__item__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364em;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 35px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .works-single #wrap .post-info__cont .lst__item__ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    padding-left: 30px;
    margin-bottom: 8px;
  }
}

.works-single #wrap .post-info__cont .lst__item__ttl::before {
  content: "";
  width: 15px;
  height: 7px;
  background-color: #fe7a38;
  position: absolute;
  top: 13px;
  left: 10px;
}

@media (max-width: 767px) {
  .works-single #wrap .post-info__cont .lst__item__ttl::before {
    top: 12px;
    left: 5px;
    width: 14px;
    height: 5px;
  }
}

.works-single #wrap .post-info__cont .lst__item__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1875em;
  letter-spacing: 0.1em;
  margin-left: 28px;
}

@media (max-width: 767px) {
  .works-single #wrap .post-info__cont .lst__item__txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    margin-left: 30px;
  }
}

.works-single #wrap .post-info__thumb {
  width: 33%;
  max-width: 321px;
  position: relative;
  overflow: hidden;
}

.works-single #wrap .post-info__thumb:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.works-single #wrap .post-info__thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .works-single #wrap .post-info__thumb {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .works-single #wrap .post-info__thumb {
    width: 65%;
  }
}

.works-single #wrap .post-info__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-single #wrap .post-content {
  margin: 0 auto 37px;
  max-width: 920px;
}

@media (min-width: 768px) {
  .works-single #wrap .post-content p {
    margin-bottom: 50px;
  }
}

.works-single #wrap .back-to-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  border: 1px solid #707070;
  border-radius: 35px;
  margin: 0 auto 144px;
}

@media (max-width: 767px) {
  .works-single #wrap .back-to-list {
    margin-bottom: 150px;
    width: 250px;
    height: 56px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/*# sourceMappingURL=maps/works-single.css.map */
