/* ======================================================================
 p-column
====================================================================== */
.p-column__inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-column__inner {
    width: 100%;
  }
}
.p-column__menu {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-column__menu {
    margin-top: 4rem;
  }
}
.p-column__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    margin-top: 4rem;
  }
}
.p-column__list-ttl {
  font-weight: 800;
  text-align: center;
  background: url(../img/common/h3_dot_bl.svg) no-repeat 50% 100%;
  background-size: 88px;
  font-size: 28px;
  margin: 20px 0 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-column__list-ttl {
    font-size: 2.2rem;
    background-size: 8.8rem;
    margin-top: 6rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
  }
}
.p-column__pager {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-column__pager {
    margin-top: 4rem;
  }
}
.p-column__cv {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-column__cv {
    margin-top: 10rem;
  }
}
.p-column__cv .l-cv {
  width: 100%;
  max-width: none;
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .p-column__cv .l-cv {
    padding: 3rem;
  }
}
.p-column__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-column__head .post-categories {
  display: flex;
  flex-wrap: wrap;
}
.p-column__head .post-categories a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1383F3;
  font-weight: 700;
}
.p-column__head .post-categories a:link, .p-column__head .post-categories a:active, .p-column__head .post-categories a:visited {
  color: #fff;
  cursor: pointer;
}
.p-column__head .post-categories a:hover {
  color: #fff;
}
.p-column__head .post-categories a {
  height: 27px;
  border-radius: 27px;
  font-size: 14px;
  padding: 0 10px;
  margin-right: 5px;
}

/* ======================================================================
 p-case
====================================================================== */
.p-case__list {
  margin: 40px auto 80px;
}
@media screen and (max-width: 767px) {
  .p-case__list {
    margin: 4rem auto 0;
  }
}
.p-case__list-box {
  background: #fff;
  border-radius: 40px;
  padding: 60px 80px 80px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box {
    border-radius: 2rem;
    padding: 3rem 1.5rem;
  }
}
.p-case__list-box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-case__list-box + .l-post {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box + .l-post {
    margin-top: -3rem;
  }
}
.p-case__list-box .u-btn-1 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box .u-btn-1 {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-case__list-box-ttl {
  position: relative;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.6;
  padding-left: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-case__list-box-ttl::before, .p-case__list-box-ttl::after {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  height: 50%;
  width: 6px;
}
.p-case__list-box-ttl::before {
  background: #95D4FF;
  top: 0;
  border-radius: 6px 6px 0 0;
}
.p-case__list-box-ttl::after {
  background: #1383F3;
  bottom: 0;
  border-radius: 0 0 6px 6px;
}
.p-case__list-box-head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-head {
    display: block;
    margin-bottom: 3rem;
  }
}
.p-case__list-box-head-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-case__list-box-head-tag-cate, .p-case__list-box-head-tag-area {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 27px;
  border-radius: 27px;
  padding: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-head-tag-cate, .p-case__list-box-head-tag-area {
    font-size: 1.4rem;
    height: 2.7rem;
    border-radius: 2.7rem;
  }
}
.p-case__list-box-head-tag-cate {
  background: #1383F3;
}
.p-case__list-box-head-tag-area {
  background: #FF7231;
}
.p-case__list-box-head-date {
  color: #8697AC;
  font-size: 16px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-head-date {
    margin: 0.5rem 0 0;
    font-size: 1.4rem;
  }
}
.p-case__list-box-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-txt {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.p-case__list-box-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img {
    display: block;
  }
}
.p-case__list-box-img-before, .p-case__list-box-img-after {
  position: relative;
}
.p-case__list-box-img-before::before, .p-case__list-box-img-before::after, .p-case__list-box-img-after::before, .p-case__list-box-img-after::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-case__list-box-img-before {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-before {
    width: 80%;
    margin: 0 auto 6rem;
  }
}
.p-case__list-box-img-before::after {
  background-image: url(../img/p_case/arrow.svg);
  width: 70px;
  height: 60px;
  right: -85px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-before::after {
    right: 50%;
    bottom: 0;
    background-image: url(../img/p_case/sp/arrow.svg);
    width: 4.5rem;
    height: 3.9rem;
    bottom: -5rem;
    margin-right: -2.25rem;
  }
}
.p-case__list-box-img-before .p-case__list-box-img-tag {
  width: 88px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-before .p-case__list-box-img-tag {
    width: 8.2rem;
  }
}
.p-case__list-box-img-after {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-after {
    width: 92%;
    margin: 0 auto;
  }
}
.p-case__list-box-img-after::before {
  background-image: url(../img/p_case/star.svg);
  width: 60px;
  height: 70px;
  bottom: 0;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-after::before {
    width: 4rem;
    height: 4.7rem;
    left: -1.5rem;
    bottom: 1.5rem;
  }
}
.p-case__list-box-img-after::after {
  background-image: url(../img/p_case/sun.svg);
  width: 75px;
  height: 75px;
  top: -30px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-after::after {
    width: 5rem;
    height: 5rem;
    top: -1.5rem;
    right: -1.5rem;
  }
}
.p-case__list-box-img-after .p-case__list-box-img-tag {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-after .p-case__list-box-img-tag {
    width: 9rem;
  }
}
.p-case__list-box-img-after .p-case__list-box-img-pic img {
  border: 5px solid #1383F3;
  height: 313px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-after .p-case__list-box-img-pic img {
    border-width: 4px;
    height: 211px;
  }
}
.p-case__list-box-img-tag {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-tag {
    top: -2rem;
    left: -2rem;
  }
}
.p-case__list-box-img-pic img {
  overflow: hidden;
  border-radius: 20px;
  height: 247px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-img-pic img {
    border-radius: 1rem;
    height: 170px;
  }
}
.p-case__list-box-spec {
  width: 100%;
  border: 1px solid #1383F3;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-spec {
    margin-top: 2rem;
  }
}
.p-case__list-box-spec th, .p-case__list-box-spec td {
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-case__list-box-spec th, .p-case__list-box-spec td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.p-case__list-box-spec th {
  position: relative;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: 1px solid #1383F3;
  background: #C9E7F9;
  font-weight: 700;
  width: 28%;
}
.p-case__list-box-spec td {
  width: 72%;
}
.p-case__list-box-spec tr:not(:last-child) th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1383F3;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.p-case__list-box-spec tr:not(:last-child) td {
  background-position: left bottom;
  background-repeat: repeat-x;
  background-image: url(../img/common/table_dot_bl.png);
  background-size: 9px;
}
.p-case__list-box-spec td {
  border-right: 1px solid #1383F3;
}/*# sourceMappingURL=p-column.css.map */