@charset "UTF-8";
/* ===================================
共通
=================================== */
/* archive */
.c-post_wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-post_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0 40px;
  border-bottom: 1px solid #C9C7C7;
}
.c-item{
  max-width: 320px;
  width: 29%;
  margin-right: 6.3%;
  margin-bottom: 55px;
}
.c-item:nth-of-type(3n) {
  margin-right: 0;
}
.c-item a:hover{
  display: block;
}
p.c-ttl {
  font-size: 14px;
  line-height: 1.5;
}
.c-thumb_list {
  margin-bottom: 20px;
  position: sticky;
  top: 100px;
}
.pickup_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-case_list{
  padding: 0 20px;  
  /* margin: 75px 0 90px; */
  margin: 50px 0 90px;
}
.pic_mess{
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.c-case_list li{
  max-width: 900px;
  margin: 0 auto;
}
.c-case_list li a{
  display: inline-block;
}
.c-case_list .c-img{
  width: 48%;
  margin: 0;
}
.c-case_list .c-text{
  font-size: 24px;
  font-weight: 700;
  width: 47%;
  position: relative;
  line-height: 1.6;
}
.c-case_list .c-text::before{
  content: "";
  background-image: url(../img/pickup.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: -90px;
  left: 0;
  width: 80px;
  height: 80px;
}
.pic_mess{
  font-size: 20px;
  font-weight: 700;
  color: #DFA3A3;
  background-color: #F4F1EF;
  display: block;
  border-radius: 12px;
  padding: 10px 0;
  margin: 75px 0 80px;
}
.pic_mess span{
  font-size: 32px;
}

/* ページャー */
.pager {
  margin: 43px 0 87px;
}
.archive-pager {
  position: relative;
  padding: 15px 0 20px;
}
.page_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 10px;
}
.page_txt .page_span {
  font-size: 16px;
  padding: 0 4px;
  padding-left: 4px;
}
.page-numbers {
  display: none;
  pointer-events: none;
}
.page-numbers.prev {
  display: block;
  pointer-events: all;
  position: absolute;
  font-size: 14px;
  padding: 8px 40px 8px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-145%, -50%);
  border-radius: 50px;
  background-color: #F4F1EF;
  background-image: url(../img/yaji_l.svg);
  background-repeat: no-repeat;
  background-position: 37px 50%;
  background-size: 6px;
}
.page-numbers.next {
  display: block;
  pointer-events: all;
  position: absolute;
  font-size: 14px;
  padding: 8px 50px 8px 40px;
  top: 50%;
  left: 50%;
  transform: translate(47%, -50%);
  border-radius: 50px;
  background-color: #F4F1EF;
  background-image: url(../img/yaji_r.svg);
  background-repeat: no-repeat;
  background-position: 82px 50%;
  background-size: 6px;
}



/* single */
.cam_cont{
  margin: 70px 0 100px;
}
.cam_flex{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.cam_img{
  width: 35%;
}
.cam_text{
  width: 58%;
}
.cam_text h2{
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
  padding-bottom: 38px;
  border-bottom: 1px solid #C9C7C7;
}
.cam_text p{
  font-size: 14px;
  margin-bottom: 20px;
}
.cam_text p:last-of-type{
  padding-bottom: 78px;
  border-bottom: 1px solid #C9C7C7;
}

/* ページャー */
.single-pager {
  padding-top: 13px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.single-pager .prev{
  font-size: 14px;
  position: relative;
  display: inline-block;
  background-color: #F4F1EF;
  padding: 8px 40px 8px 55px;
  border-radius: 40px;
}
.single-pager .prev::before{
  content: "";
  background-image: url(../img/yaji_l.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  right: 51%;
  transform: translate(-16px,-47%);
  width: 6px;
  height: 10px;
}
.single-pager .next{
  font-size: 14px;
  position: relative;
  display: inline-block;
  background-color: #F4F1EF;
  padding: 8px 55px 8px 40px;
  border-radius: 40px;
}
.single-pager .next::before{
  content: "";
  background-image: url(../img/yaji_r.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  left: 51%;
  transform: translate(16px,-47%);
  width: 6px;
  height: 10px;
}
.pager_item--all .all{
  position: relative;
  margin: 0 42px 0 43px;
  padding-left: 30px;
}
.pager_item--all .all::before{
  content: "";
  background-image: url(../img/icon_list.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-27%);
  width: 20px;
  height: 20px;
}
.prev_no{
  width: 80px;
}
.next_no{
  width: 80px;
}

.cam_text a {
  color: #dfa3a3;
  text-decoration: underline;
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .ttl_h1 {
    width: 185px;
  }
  /* パンくず */
  .breadcrumbs {
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
    margin-left: 20px;
    white-space: nowrap;
    overflow-x: scroll;
  }

  /* archive */
  .c-post_list{
    display: block;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .c-item .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-item{
    max-width: none;
    width: 100%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .c-item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .c-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .c-thumb_list {
    width: 20%;
    min-width: 80px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .c-textarea{
    width: 75%;
  }
  .pickup_flex{
    display: block;
  }
  .c-case_list{
    /* margin: 40px 0 50px; */
    margin: 20px 0 50px;
  }
  .pic_mess{
    font-size: 14px;
    padding: 10px 20px;
    margin: 40px 0 50px;
  }
  .pic_mess span{
    font-size: 20px;
  }
  .c-case_list li{
    text-align: center;
  }
  .c-case_list .c-img{
    width: 100%;
    margin-bottom: 20px;
  }
  .c-case_list .c-img img{
    margin: 0 auto;
  }
  .c-case_list .c-text{
    font-size: 20px;
    width: 100%;
    max-width: 400px;
    text-align: left;
  }
  p.c-ttl {
    font-size: 14px;
  }
  .c-case_list .c-text::before{
    top: -60px;
    left: -20px;
    width: 60px;
    height: 60px;
  }
  /* ページャー */
  .pager {
    margin: 0 0 40px;
  }
  .page-numbers.prev {
    padding: 6px 30px 6px 40px;
    transform: translate(0, -50%);
    background-position: 28px 50%;
    left: 0;
    right: auto;
  }
  .page-numbers.next {
    padding: 6px 40px 6px 30px;
    transform: translate(20%, -50%);
    background-position: 70px 50%;
    left: auto;
    right: 20px;
  }


  /* single */
  .cam_cont{
    margin: 40px 0 40px;
  }
  .cam_flex{
    display: block;
  }
  .cam_img{
    width: 100%;
  }
  .cam_text{
    width: 100%;
  }
  .archive_img{
    margin: 0 auto;
  }
  .cam_text h2{
    font-size: 20px;
    margin: 20px 0;
    padding-bottom: 15px;
  }
  .cam_text p:last-of-type{
    padding-bottom: 40px;
  }

  /* ページャー */
.single-pager .prev{
  font-size: 12px;
  padding: 6px 20px 6px 30px;
}
.single-pager .next{
  font-size: 12px;
  padding: 6px 30px 6px 20px;
}
.pager_item--all .all{
  font-size: 12px;
  margin: 0 10px 0;
  padding-left: 20px;
}
.pager_item--all .all::before{
  width: 16px;
  height: 16px;
}
.prev_no{
  width: 70px;
}
.next_no{
  width: 70px;
}
.single-pager {
  justify-content: space-between;
}

}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 320px) {
}
