@charset "UTF-8";
/*

  KINETOの実績 のスタイル
----------------------------------------------- */
/* details と summary */
/* parts */
@media (min-width: 781px) {
  .sec {
    margin-bottom: 14.0625vw;
  }
}
@media (max-width: 780px) {
  .sec {
    margin-bottom: 30.7692307692vw;
  }
}

.sec h3 {
  margin-bottom: 3em;
}
.sec h4 {
  font-size: 3.2vw;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 0.8em;
  text-align: center;
}
@media (max-width: 780px) {
  .sec h4 {
    font-size: 5.35vw;
  }
}
@media (min-width: 781px) {
  .sec .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 3.125vw;
    margin-top: 4.2em;
  }
}
@media (max-width: 780px) {
  .sec .content {
    margin-top: 2.5em;
  }
}
.sec dl {
  display: grid;
  grid-template-columns: 11.5em 1fr;
}
.sec dl :is(dt, dd) {
  border-bottom: 1px solid var(--color-green);
  padding-top: 1.45em;
  padding-bottom: 1.45em;
}
.sec dl dt {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.sec dl i {
  margin-right: 0.3em;
}
@media (min-width: 781px) {
  .sec dl :is(dt, dd) {
    font-size: 1.25vw;
  }
}
@media (max-width: 780px) {
  .sec dl {
      margin-bottom: 2.5em;
      grid-template-columns: 7.5em 1fr;
    }
  .sec dl :is(dt, dd) {
    font-size: 3.5897435897vw;
  }
}

/*実績一覧ページ*/
.categories{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
    margin-bottom: 3em;
}
.categories li a{
    display: inline-block;
    width: 12.2vw;
    text-align: center;
    color: #ACD44E;
    background: #F0F0F0;
    border: solid 1px #ACD44E;
    border-radius: 47px;
    line-height: 1;
    padding: 14px 0;
}
.categories li a:hover{
    text-decoration: none;
    background: #ACD44E;
    color: #fff;
}
.categories li.current a{
    background: #ACD44E;
    color: #fff;
}
@media (max-width: 780px) {
    .categories{
        justify-content: space-between;
    }
    .categories li{
        width: 46%;
    }
    .categories li a{
        width: 100%;
    }
}

.work-list-contents{
    color: #000;
    font-weight: bold;
    font-size: 1.41vw;
}
.work-list-contents .work-list{
    padding: 3.2vw calc(3.2vw + 52px) 3.2vw 3.2vw;
    width: 100%;
    position: relative;
    margin-bottom: 1.25vw;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    border: 1px #ACD44E80 solid;
    border-radius: 16px;
}
.work-list-contents .work-list::before{
    content: "";
    background: url("../img/common/work-list-arrow.svg") no-repeat;
    background-size: cover;
    width: 42px;
    height: 42px;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 3.2vw;
}
.work-list-contents .work-list:hover{
    text-decoration: none;
    background: #ACD44E80;
    border: 1px #ACD44E solid;
}
.work-list-contents .work-list:hover::before{
    background: url("../img/common/work-list-arrow-hv.svg") no-repeat;
}
.work-list-contents .post-time, .work-list-contents .category{
    display: inline-block;
    font-size: 16rem;
}
.work-list-contents .category{
    min-width: 126px;
    border: 0.64px #ACD44E solid;
    border-radius: 30px;
    color: #ACD44E;
    text-align: center;
    font-weight: 500;
    padding: 8px 0;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #fff;
    font-size: 14rem;
}
.work-list-contents .category:first-of-type{
    margin-left: 30px;
}
.work-list-contents .tit{
    width: 100%;
}
@media (max-width: 780px) {
    .work-list-contents{
        font-size: 18rem;
    }
    .work-list-contents .category{
        min-width: auto;
        padding: 5px 15px;
        margin-left: 5px;
    }
    .work-list-contents .category:first-of-type{
        margin-left: 10px;
    }
    .work-list-contents .work-list{
        margin-bottom: 4vw;
        padding: 3.2vw calc(3.2vw + 42px) 3.2vw 3.2vw;
    }
    .work-list-contents .work-list::before{
        width: 32px;
        height: 32px;
    }
}
.pager{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.5vw;
    font-weight: 600;
    font-size: 24rem;
    font-family: "Red Hat Text", sans-serif;
    color: #ACD44E;
}
.pager .page-numbers{
    opacity: 1;
    border-bottom: solid 2px #ACD44E;
    padding-bottom: 5px;
}
.pager a.page-numbers{
    opacity: 0.5;
    border-bottom: none;
}
.pager a.prev.page-numbers, .pager a.next.page-numbers{
    border-bottom: none;
    opacity: 1;
}


/*詳細ページ下部の画像*/
.work .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 781px) {
  .work{
    margin-left: 14.0625vw;
    margin-right: 14.0625vw;      
  }
  .work .images {
    margin-top: 14.0625vw;
    gap: 3.125vw;
  }
  .work .images figure{
    width: 47%;
  }
  .work .images img {
    border-radius: 3.75vw 0 3.75vw 0;
  }
}
@media (max-width: 780px) {
  .work{
    margin-left: 7.1794871795vw;
    margin-right: 7.1794871795vw;    
  }
  .work .images {
    margin-top: 30.7692307692vw;
    flex-direction: column;
    gap: 7.6923076923vw;
  }
  .work .images figure{
    width: 100%;
  }
  .work .images img {
    border-radius: 10.2564102564vw 0 10.2564102564vw 0;
  }
}


/*一覧へ戻るボタン*/
.buttons {
    display: flex;
    justify-content: center;
    margin: 7.2em auto 0;
}

.buttons a{
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
    background-color: var(--color-lightgreen);
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.1em;
    cursor: pointer;
}
@media (min-width: 781px) {
    .buttons a{
        width: 23.75vw;
        height: 4.375vw;
        font-size: 1.5625vw;
        border-radius: 3.125vw 0 3.125vw 0;
    }
}
@media (max-width: 780px) {
    .buttons a{
        width: 61.5384615385vw;
        max-width: 50%;
        height: 14.358974359vw;
        font-size: 4.1025641026vw;
        border-radius: 10.2564102564vw 0 10.2564102564vw 0;
    }
}

.buttons a img{
    margin-right: 10px;
}
@media (max-width: 780px) {
    .buttons a img{
        width: 1.6em;
    }
}
