.bgs {
  background: #F5F5F5;
}

.jarc .inner {
  max-width: 960px;
  padding: 0;
}
@media all and (max-width: 1100px) {
  .jarc .inner {
    padding: 0 clamp(4rem, 2.9282576867vw, 200rem);
  }
}
@media all and (max-width: 767px) {
  .jarc .inner {
    padding: 0 20px;
  }
}

.btns_works_wrap {
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.btns_works {
  padding: 40px 0;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.btns_works a {
  display: block;
  font-family: "hm", sans-serif;
  font-weight: 500;
  color: #2b2b2b;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  position: relative;
}
.btns_works a:hover i:before {
  width: 100%;
}
.btns_works i {
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 2px;
}
.btns_works i:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #BABABA;
  transition: all 0.3s ease;
}
.btns_works a.active i:before {
  width: 100%;
}
@media all and (max-width: 767px) {
  .btns_works {
    padding: 20px 0;
    gap: 0 5px;
  }
  .btns_works a {
    font-size: 1rem;
    padding: 5px 0 3px 0;
  }
}

.j_list {
  margin-top: 80px;
}
.j_list .top {
  background: #2B2B2B;
  padding-bottom: 30px;
}
.j_list .mid {
  display: grid;
  grid-template-columns: 1fr 22%;
}
.j_list .l {
  padding: 40px 60px;
  box-sizing: border-box;
}
.j_list .r {
  background: #FF3CBE;
}
.j_list .line {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 0 40px;
  padding: 40px 40px 40px 0;
  border-bottom: 1px solid #D3D3D3;
  box-sizing: border-box;
  color: #2b2b2b;
  transition: all 0.3s ease;
  position: relative;
}
.j_list .line:last-of-type {
  border-bottom: none;
}
.j_list .line .ct {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.j_list .line .ct .in {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 0 20px;
}
.j_list .line .ymd, .j_list .line .cate {
  font-weight: bold;
  font-family: "hm", sans-serif;
  font-feature-settings: "palt";
}
.j_list .line .cate {
  font-size: 1.4rem;
  margin-top: 8px;
}
.j_list .line .txt {
  font-size: 2rem;
  position: relative;
  line-height: 1.6;
  top: -2px;
}
.j_list .line .arw {
  text-align: right;
}
.j_list .line .arw img {
  display: inline-block;
  width: 38px;
}
.j_list .line .img, .j_list .line .ct {
  position: relative;
  z-index: 2;
}
.j_list .line .img {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.j_list .line .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j_list .line:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00FFB0;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 1;
}
.j_list .line:hover {
  padding: 40px 20px 40px 40px;
}
.j_list .line:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
@media all and (max-width: 1000px) {
  .j_list .l {
    padding: 40px;
  }
  .j_list .line .ct .in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 20px;
  }
  .j_list .line .ymdc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
  .j_list .line .cate {
    margin-top: 0;
  }
  .j_list .line .txt {
    font-size: 1.4rem;
    top: 0;
    margin-top: 8px;
  }
}
@media all and (max-width: 767px) {
  .j_list {
    margin-top: 50px;
  }
  .j_list .top {
    padding-bottom: 20px;
  }
  .j_list .mid {
    display: grid;
    grid-template-columns: 1fr 52px;
  }
  .j_list .l {
    padding: 20px;
  }
  .j_list .line {
    grid-template-columns: 75px 1fr;
    gap: 0 20px;
    padding: 20px 20px 20px 0;
  }
  .j_list .line .ymdc {
    gap: 0 8px;
  }
  .j_list .line .ymd {
    font-size: 1rem;
  }
  .j_list .line .cate {
    font-size: 1rem;
    margin-top: 0;
  }
  .j_list .line .txt {
    font-size: 1rem;
    margin-top: 4px;
    padding-right: 32px;
  }
  .j_list .line .ct {
    position: relative;
  }
  .j_list .line .arw {
    width: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .j_list .line .arw img {
    width: 19px;
  }
  .j_list .line:hover {
    padding: 20px 10px 20px 20px;
  }
}

.j_list {
  padding-bottom: 70px;
  box-sizing: border-box;
}
.j_list .pgn {
  padding-top: 16px;
  box-sizing: border-box;
  border-top: 1px solid #000;
}
.j_list .pgn .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
.j_list .pgn .page-numbers {
  display: block;
  width: unset;
  height: unset;
  line-height: 1;
  margin: 0;
  background: none;
  min-width: 0;
  color: #8C8C8C;
  position: relative;
  font-family: "hm", sans-serif;
  font-size: 2.2rem;
  padding: 0 20px;
  transition: all 0.3s ease;
  box-shadow: none;
}
.j_list .pgn .page-numbers:hover {
  color: #000;
}
.j_list .pgn .page-numbers:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -2px;
  width: 10px;
  height: 10px;
  background: #000;
  color: #8C8C8C;
  background: none;
}
.j_list .pgn .page-numbers:first-child:before {
  content: none;
}
.j_list .pgn .prev + .page-numbers:before {
  content: none;
}
.j_list .pgn .current {
  color: #000;
}
.j_list .pgn .next {
  width: 10px;
  height: 30px;
  background: url("../images/pgarw.png") center center no-repeat;
  background-size: 10px auto;
  position: relative;
  top: -2px;
  padding: 0 0 0 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.j_list .pgn .next:before {
  content: none;
}
.j_list .pgn .next:hover {
  opacity: 0.7;
}
.j_list .pgn .next img {
  width: 10px;
}
.j_list .pgn .prev {
  width: 10px;
  height: 30px;
  background: url("../images/pgarw2.png") center center no-repeat;
  background-size: 10px auto;
  position: relative;
  top: -2px;
  padding: 0 0 0 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.j_list .pgn .prev:before {
  content: none;
}
.j_list .pgn .prev:hover {
  opacity: 0.7;
}
.j_list .pgn .prev img {
  width: 10px;
}
@media all and (max-width: 767px) {
  .j_list {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .j_list .pgn {
    padding-top: 8px;
  }
  .j_list .pgn .page-numbers {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  .j_list .pgn .page-numbers:before {
    content: "/";
    position: absolute;
    top: 0;
    left: -5px;
    width: 10px;
    height: 10px;
    background: #000;
    color: #8C8C8C;
    background: none;
  }
  .j_list .pgn .next {
    width: 10px;
    height: 30px;
    background: url("../images/pgarw.png") center center no-repeat;
    background-size: 6px auto;
  }
  .j_list .pgn .next:before {
    content: none;
  }
  .j_list .pgn .prev {
    width: 10px;
    height: 30px;
    background: url("../images/pgarw2.png") center center no-repeat;
    background-size: 6px auto;
  }
}

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