@charset "UTF-8";
@media print, screen and (min-width: 767px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 767px) {
  .no_sp {
    display: none !important;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.p-caseall {
  padding: 1rem 0 3rem;
}
.p-caseall__title {
  color: #333333;
  font-weight: 700;
  font-size: 22px;
  line-height: 43px;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__title {
    font-size: 20px;
    line-height: 29px;
  }
}
.p-caseall__para {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0.5rem 0 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__para {
    font-size: 14px;
    margin: 0.5rem 0 1rem;
  }
}
.p-caseall__cat {
  text-align: center;
  margin: 1rem 0;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__cat {
    margin: 0.5rem 0;
  }
}
.p-caseall__cat > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__cat > ul {
    gap: 5px;
  }
}
.p-caseall__cat > ul > li > a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 19px;
  padding: 7px 15px;
  margin-bottom: 0 !important;
  border: 1px solid #A9A9A9;
  border-radius: 5px;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__cat > ul > li > a {
    font-size: 16px !important;
    padding: 5px 5px;
  }
}
.p-caseall__cat > ul > li > a:hover {
  opacity: 0.7 !important;
}
.p-caseall__list {
  margin: 1.5rem 0;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__list {
    margin: 1rem 0;
  }
}
.p-caseall__list__hit {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin: 1rem 0;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__list__hit {
    margin: 1rem 0;
  }
}
.p-caseall__list__hit > span {
  color: rgb(255, 0, 0);
}
.p-caseall__list__ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 25px;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__list__ul {
    column-gap: 2%;
    row-gap: 10px;
  }
}
.p-caseall__list__ul__li {
  width: 19.2%;
  padding: 7px;
  border: 1px solid #333333;
  border-radius: 5px;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__list__ul__li {
    width: 49%;
  }
}
.p-caseall__list__ul__li > a {
  display: block;
  color: #333333;
  text-decoration: none;
}
.p-caseall__list__ul__li > a > .eyecatch {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #f5f2f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-caseall__list__ul__li > a > .eyecatch::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-caseall__list__ul__li > a > h1 {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0.5rem 0 0.7rem;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__list__ul__li > a > h1 {
    font-size: 14px;
    margin: 0.5rem 0 0.5rem;
  }
}
.p-caseall__list__ul__li > .tag_list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__list__ul__li > .tag_list {
    margin: 0 0 0.3rem;
    gap: 3px;
  }
}
.p-caseall__list__ul__li > .tag_list > li > a {
  display: inline-block;
  color: #257AB6;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__list__ul__li > .tag_list > li > a {
    font-size: 10px;
  }
}
.p-caseall__list__ul__li > .tag_list > li > a::before {
  content: "＃";
}
.p-caseall__list__ul__li > .cat_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__list__ul__li > .cat_list {
    gap: 3px;
  }
}
.p-caseall__list__ul__li > .cat_list > li > a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  padding: 5px 5px;
  border: 1px solid #A9A9A9;
  border-radius: 5px;
}
@media print, screen and (max-width: 767px) {
  .p-caseall__list__ul__li > .cat_list > li > a {
    font-size: 10px;
    padding: 3px 4px;
  }
}

.p-casedetail {
  padding: 1rem 0 3rem;
}
@media print, screen and (min-width: 767px) {
  .p-casedetail {
    max-width: 900px !important;
    margin: 0 auto;
  }
}
.p-casedetail__backbtn {
  text-align: left;
}
.p-casedetail__backbtn > a {
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__backbtn > a {
    font-size: 14px;
  }
}
.p-casedetail__contact01 {
  text-align: right;
  margin-top: 1rem;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__contact01 {
    text-align: center;
    margin-top: 2rem;
  }
}
.p-casedetail__contact01 > a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 52px;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__contact01 > a {
    font-size: 14px;
    padding: 7px 10px;
  }
}
.p-casedetail__images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-top: 1rem;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__images {
    gap: 10px;
  }
}
.p-casedetail__images .slider {
  flex: 1;
}
.p-casedetail__images .slider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #f5f2f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-casedetail__images .slider .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-casedetail__images .slider-thumbnail {
  width: 35%;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__images .slider-thumbnail {
    width: 100%;
  }
}
.p-casedetail__images .slider-thumbnail > div {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 横2枚 */
  gap: 10px;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__images .slider-thumbnail > div {
    grid-template-columns: repeat(5, 1fr); /* 横5枚 */
  }
}
.p-casedetail__images .slider-thumbnail .thumb {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #f5f2f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-casedetail__images .slider-thumbnail .thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-casedetail__title {
  color: #333333;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin: 1rem 0;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__title {
    font-size: 20px;
  }
}
.p-casedetail__content {
  border: 1px solid #000000;
  padding: 15px;
}
.p-casedetail__content__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 7px;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__content__list {
    justify-content: space-between;
    font-size: 16px;
  }
}
.p-casedetail__content__list > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__content__list > li {
    width: 100%;
  }
}
.p-casedetail__content__list > li > span {
  display: inline-block;
}
.p-casedetail__content__list > li > span:first-child {
  width: 120px;
  flex-shrink: 0;
}
.p-casedetail__content__list > li > span:last-child {
  flex: 1;
}
.p-casedetail__content > p {
  color: #333333;
  font-size: 18px;
  margin: 1rem 0;
  line-height: 22px;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__content > p {
    font-size: 16px;
    margin: 1rem 0;
    line-height: 19px;
  }
}
.p-casedetail__content__tag {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__content__tag {
    font-size: 12px;
  }
}
.p-casedetail__content__tag > li > a {
  color: #333333;
  text-decoration: none;
}
.p-casedetail__content__tag > li > a::before {
  content: "＃";
}
.p-casedetail__contact02 {
  text-align: center;
  margin: 1.5rem 0;
}
.p-casedetail__contact02 > a {
  display: inline-block;
  color: #333333;
  border: 1px solid #000000;
  border-radius: 52px;
  font-weight: 700;
  font-size: 20px;
  width: 300px;
  padding: 10px 0;
  text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
  .p-casedetail__contact02 > a {
    font-size: 18px;
    line-height: 29px;
    width: 200px;
    padding: 5px 0;
  }
}

.p-searchForm__para {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 767px) {
  .p-searchForm__para {
    font-size: 14px;
  }
}
.p-searchForm__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}
@media print, screen and (max-width: 767px) {
  .p-searchForm__flex {
    column-gap: 5px;
  }
}
.p-searchForm__flex > input {
  display: inline-block;
  width: 800px;
  padding: 10px;
  border: 2px solid #A9A9A9;
  border-radius: 5px;
}
.p-searchForm__flex > input::placeholder {
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .p-searchForm__flex > input {
    width: auto;
    flex: 1;
    padding: 5px;
  }
  .p-searchForm__flex > input::placeholder {
    font-size: 12px;
  }
}
.p-searchForm__flex > button {
  width: 75px;
  padding: 9px 0;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #333333;
  border-radius: 5px;
  transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
  .p-searchForm__flex > button {
    width: 54px;
    padding: 5px 0;
    font-size: 14px;
  }
}
.p-searchForm__flex > button:hover {
  color: #FFFFFF;
  background-color: #A9A9A9;
  border: 2px solid #A9A9A9;
}

.p-case__btn {
  margin-top: 2rem;
}
@media print, screen and (max-width: 767px) {
  .p-case__btn {
    margin-top: 1rem;
  }
}
.p-case__btn > a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.1944444444;
  font-style: normal;
  padding: 1.25rem 4.375rem;
  border-radius: 3.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#FCAD5B), to(#FF8D7D));
  background: linear-gradient(90deg, #FCAD5B 0%, #FF8D7D 100%);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(146, 85, 77, 0.6);
  box-shadow: 2px 2px 4px 0 rgba(146, 85, 77, 0.6);
  white-space: nowrap;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
@media print, screen and (max-width: 767px) {
  .p-case__btn > a {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2083333333;
    padding: 1rem 1.875rem;
  }
}