@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
---------------- SHOP ----------------
***************************************/
.works01 .container .row .col-4 {
  padding: 20px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .works01 .container .row .col-4 {
    padding: 10px;
  }
}
.works01 .container .row .col-4 .txtflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .works01 .container .row .col-4 .txtflex {
    display: block;
    padding-top: 0;
  }
}
.works01 .container .row .col-4 .txtflex .date {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 4px;
}
.works01 .container .row .col-4 .txtflex .cat {
  margin: 0;
  background: #84ccc9;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .works01 .container .row .col-4 .txtflex .cat {
    padding: 1px 10px;
  }
}
.works01 .container .row .col-4 .txtflex .cat.cat2 {
  background: #ee7474;
}
.works01 .container .row .col-4 .text {
  margin-top: 10px;
}
.works01 .container .row .col-4 .text a {
  text-decoration: underline;
}

.works_detail .borderbox {
  padding: 40px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .works_detail .borderbox {
    padding: 10px;
  }
}
.works_detail .borderbox .infotxtflex {
  display: flex;
  align-items: center;
  padding-top: 10px;
  gap: 20px;
  margin-bottom: 15px;
}
.works_detail .borderbox .infotxtflex .date {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 4px;
}
.works_detail .borderbox .infotxtflex .cat {
  margin: 0;
  background: #84ccc9;
  padding: 5px 10px 7px 10px;
  color: white;
}
@media (max-width: 767px) {
  .works_detail .borderbox .infotxtflex .cat {
    padding: 2px 10px 4px 10px;
  }
}
.works_detail .borderbox .infotxtflex .cat.cat2 {
  background: #ee7474;
}
.works_detail .borderbox .imgbefafflex {
  display: flex;
  gap: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .works_detail .borderbox .imgbefafflex {
    display: block;
  }
}
.works_detail .borderbox .imgbefafflex::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 25px solid var(--base-color01);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media (max-width: 767px) {
  .works_detail .borderbox .imgbefafflex::before {
    border-top: 20px solid var(--base-color01);
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: none;
  }
}
.works_detail .borderbox .imgbefafflex .img01 {
  width: calc(50% - 30px);
  padding-top: calc((50% - 30px) / 3 * 2);
  position: relative;
}
@media (max-width: 767px) {
  .works_detail .borderbox .imgbefafflex .img01 {
    width: 100%;
    padding-top: 66.6666666667%;
  }
}
.works_detail .borderbox .imgbefafflex .img01 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .works_detail .borderbox .imgbefafflex .img01:not(:last-child) {
    margin-bottom: 40px;
  }
}
.works_detail .btn001 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .works_detail .btn001 {
    margin-top: 15px;
  }
}