@charset "UTF-8";
/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
/* =========================================================
cases-nav
========================================================= */
.c-cases-nav {
  margin: 0 auto;
  padding: 0 0 30px;
  position: relative;
  max-width: 1820px;
  width: 96%;
}
.c-cases-nav--wrap {
  border-top: 2px solid #091429;
  border-bottom: 2px solid #091429;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.c-cases-nav--wrap li {
  padding: 0 5px;
  width: 33.3%;
}
@media screen and (min-width: 1200px) {
  .c-cases-nav--wrap li {
    width: 20%;
  }
}
.c-cases-nav--wrap li:nth-of-type(1), .c-cases-nav--wrap li:nth-of-type(2), .c-cases-nav--wrap li:nth-of-type(3) {
  margin-bottom: 5px;
}
.c-cases-nav--wrap li:nth-of-type(4), .c-cases-nav--wrap li:nth-of-type(5) {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .c-cases-nav--wrap li:nth-of-type(4), .c-cases-nav--wrap li:nth-of-type(5) {
    width: 20%;
  }
}
.c-cases-nav--wrap li.is-current a {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}
.c-cases-nav--wrap li a {
  background: #091429;
  color: #ffffff;
  display: block;
  padding: 15px 5px;
  text-align: center;
  transition: 0.3s;
  font-size: clamp(1rem, 4.1vw, 1.4rem);
}
@media screen and (min-width: 1200px) {
  .c-cases-nav--wrap li a {
    font-size: 1.8rem;
  }
}
.c-cases-nav--wrap li a:hover {
  background: #FFFF33;
  color: #091429;
  font-weight: bold;
}

/* =========================================================
pagination
========================================================= */
.c-pagination {
  margin: 0 auto;
  padding: 0 0 50px;
  position: relative;
  max-width: 1820px;
  width: 96%;
}
.c-pagination ul {
  display: flex;
  justify-content: center;
}
.c-pagination ul li {
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .c-pagination ul li {
    padding: 0 10px;
  }
}
.c-pagination ul li span {
  background: #ffffff;
  border-radius: 100%;
  color: #091429;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .c-pagination ul li span {
    font-size: 22px;
    width: 50px;
    height: 50px;
  }
}
.c-pagination ul li a {
  background: #091429;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .c-pagination ul li a {
    font-size: 22px;
    width: 50px;
    height: 50px;
  }
}
.c-pagination ul li a:hover {
  opacity: 0.7;
}
.c-pagination ul li.return a {
  background: url(../images/common/icon-arrow01-reverse.svg) no-repeat center;
  background-size: 100%;
}
.c-pagination ul li.next a {
  background: url(../images/common/icon-arrow01.svg) no-repeat center;
  background-size: 100%;
}
.c-pagination ul li.active a {
  background: #ffff00;
  color: #091429;
}

/* =========================================================
cases
========================================================= */
.p-cases-title {
  text-align: center;
  margin: 30px auto;
  max-width: 1820px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-cases-title {
    margin: 50px auto;
  }
}
.p-cases-title--main {
  display: block;
  margin-bottom: 2px;
}
.p-cases-title--main span {
  background-color: #ffff00;
  display: inline-block;
  font-size: clamp(2.6rem, 4.1vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-cases-title--main span {
    font-size: 3.2258064516vw;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-cases-title--main span {
    font-size: 3.6rem;
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-cases-title--text {
  display: block;
  width: 100%;
}
.p-cases-title--text span {
  background-color: #091429;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0.7rem auto;
  padding: 0.5rem 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-cases-title--text span {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cases-title--text span {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-cases-archive {
  position: relative;
  max-width: 1820px;
  margin: 0 auto 100px;
  width: 96%;
}
.p-cases-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-cases-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-cases-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .p-cases-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-cases-item {
  width: 100%;
}
.p-cases-item article {
  background: #F1F1F1;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-cases-item article::before {
    content: "";
    display: block;
    background: #091429;
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    height: 100%;
  }
}
.p-cases-item a {
  display: block;
  transition: 0.3s;
}
.p-cases-item a:hover img {
  opacity: 0.7;
}
.p-cases-item--figure {
  background: #ffffff;
  position: relative;
  width: 100%;
  padding-top: 50%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
  .p-cases-item--figure {
    padding-top: 70%;
  }
}
.p-cases-item--figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cases-item--caption {
  background: #ffff00;
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 10px 20px;
  width: 100%;
}
.p-cases-item--caption span {
  background: url(../images/cases/icon-camera.svg) no-repeat center left;
  color: #091429;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 20px 0 30px;
  position: relative;
  font-size: clamp(1.6rem, 2vw, 1.2rem);
}
@media screen and (min-width: 768px) {
  .p-cases-item--caption span {
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 992px) {
  .p-cases-item--caption span {
    font-size: 1.6rem;
  }
}
.p-cases-item--caption span::before {
  content: "";
  background: url(../images/common/icon-arrow01.svg) no-repeat center;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}
@media screen and (min-width: 1200px) {
  .p-cases-item--category {
    display: flex;
    position: relative;
  }
}
.p-cases-item--category dt {
  background: #091429;
  font-size: clamp(1.4rem, 2vw, 1.2rem);
  font-weight: bold;
  padding: 14px 5px 5px;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-cases-item--category dt {
    font-size: 1.2096774194vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-cases-item--category dt {
    font-size: 1.2rem;
    width: 135px;
  }
}
.p-cases-item--category dt span {
  color: #ffffff;
}
.p-cases-item--tags {
  padding: 10px 5px;
}
@media screen and (min-width: 1200px) {
  .p-cases-item--tags {
    width: calc(100% - 125px);
  }
}
.p-cases-item--tags ul {
  display: flex;
  flex-wrap: wrap;
}
.p-cases-item--tags ul li {
  padding-left: 5px;
  margin-bottom: 2px;
}
.p-cases-item--tags ul li .tag {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #091429;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: clamp(1.4rem, 2vw, 1.2rem);
}
@media screen and (min-width: 768px) {
  .p-cases-item--tags ul li .tag {
    font-size: 1.2096774194vw;
  }
}
@media screen and (min-width: 992px) {
  .p-cases-item--tags ul li .tag {
    font-size: 1.2rem;
  }
}

/* 詳細
==================*/
.p-cases-detail {
  margin-top: 6.0483870968vw;
}
@media screen and (min-width: 992px) {
  .p-cases-detail {
    margin-top: 30px;
  }
}
.p-cases-detail--wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: auto;
  max-width: 1820px;
  width: 92%;
}
@media screen and (min-width: 768px) {
  .p-cases-detail--wrap {
    gap: 6.0483870968vw;
  }
}
@media screen and (min-width: 992px) {
  .p-cases-detail--wrap {
    grid-template-columns: 1fr 1fr;
    gap: 3.125vw;
  }
}
.p-cases-detail-link {
  padding: 70px 0 150px;
}
.p-cases-detail-link--wrap {
  display: flex;
  justify-content: center;
}
.p-cases-detail-link--wrap .return {
  background: #091429;
  border-radius: 100px;
  color: #ffffff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin: 0 2.5px;
  padding: 10px 15px;
  font-size: clamp(1.6rem, 2vw, 1.3rem);
}
@media screen and (min-width: 768px) {
  .p-cases-detail-link--wrap .return {
    font-size: 1.6129032258vw;
    margin: 0 10px;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-cases-detail-link--wrap .return {
    font-size: 1.6rem;
  }
}
.p-cases-detail-link--wrap .rel-prev {
  background: url(../images/common/icon-arrow01-reverseーｗ.svg) no-repeat center left 7px;
  background-size: 20px 20px;
  background-color: #091429;
  padding-left: 40px;
}
.p-cases-detail-link--wrap .rel-next {
  background: url(../images/common/icon-arrow04.svg) no-repeat center right 7px;
  background-size: 20px 20px;
  background-color: #091429;
  padding-right: 40px;
}
.p-cases-gallery {
  background-color: #f4f4f4;
  overflow: hidden;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-cases-gallery {
    padding: clamp(15px, 3.3vw, 33px);
  }
}
@media screen and (min-width: 992px) {
  .p-cases-gallery {
    padding: 33px;
  }
}
.p-cases-gallery_main figure {
  position: relative;
}
.p-cases-gallery_main figure img {
  aspect-ratio: 850/567;
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cases-gallery_main figure figcaption {
  display: none;
}
.p-cases-gallery_thumb {
  margin-top: 1.3020833333vw;
}
@media screen and (min-width: 768px) {
  .p-cases-gallery_thumb {
    margin-top: 14px;
  }
}
.p-cases-gallery_thumb .slick-slide {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-cases-gallery_thumb .slick-slide {
    padding: 0 12px 0 0;
  }
}
.p-cases-gallery_thumb img {
  aspect-ratio: 850/567;
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cases-gallery_thumb .slick-current img {
  outline: 3px solid #ffff00;
  outline-offset: -3px;
}
.p-cases-summary_title {
  margin-bottom: 30px;
}
.p-cases-summary_title .main {
  background-color: #ffff00;
  display: inline-block;
  font-size: clamp(2.8rem, 5.2vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-cases-summary_title .main {
    font-size: 4.0322580645vw;
    padding: 1.814516129vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-cases-summary_title .main {
    font-size: clamp(3.2rem, 2vw, 4rem);
    padding: clamp(1.2rem, 0.7vw, 1.8rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-cases-summary_title .sub {
  background-color: #091429;
  color: #fff;
  display: block;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-top: 0.6rem;
  padding: clamp(2px, 0.6vw, 5px) clamp(5px, 3.3vw, 26px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-cases-summary_title .sub {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cases-summary_title .sub {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-cases-summary_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5.7291666667vw auto 20px;
}
@media screen and (min-width: 768px) {
  .p-cases-summary_tag {
    gap: 15px;
    margin: 20px auto 40px;
  }
}
.p-cases-summary_tag li {
  border: 1px solid #091429;
  border-radius: 999px;
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  padding: 0.5rem 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-cases-summary_tag li {
    font-size: 1.4rem;
  }
}
.p-cases-summary_text {
  font-size: 1.4rem;
  line-height: 2;
  margin: 25px auto;
}
.p-cases-summary_sub-title {
  color: #091429;
  display: block;
  font-size: clamp(2rem, 2vw, 2.4rem);
  padding: 0.2604166667vw 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-cases-summary_sub-title {
    font-size: 2.4193548387vw;
    padding: 0.2016129032vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-cases-summary_sub-title {
    font-size: 2.4rem;
    padding: 0.5rem 0;
  }
}
.p-cases-summary_body p {
  line-height: 1.8;
  font-size: clamp(13px, 1.41vw, 14px);
  margin: 20px auto;
}
@media screen and (min-width: 992px) {
  .p-cases-summary_body p {
    font-size: 15px;
  }
}
.p-cases-summary_body p:first-of-type {
  margin-top: 0;
}
.p-cases-summary_foot {
  border-top: 2px solid #091429;
  border-bottom: 2px solid #091429;
  font-size: clamp(1.7rem, 3.1vw, 2.1rem);
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  padding: 3.7760416667vw 2.6041666667vw;
}
@media screen and (min-width: 768px) {
  .p-cases-summary_foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.4193548387vw;
    margin-top: 5.0403225806vw;
    padding: 3.7298387097vw 2.5201612903vw;
  }
}
@media screen and (min-width: 992px) {
  .p-cases-summary_foot {
    font-size: clamp(1.8rem, 1.3vw, 2.4rem);
    margin-top: 2.6041666667vw;
    padding: 1.9270833333vw 1.3020833333vw;
  }
}
.p-cases-summary_pay {
  background: url(../images/common/img-calculator-black.svg) no-repeat center left;
  background-size: 30px 30px;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-cases-summary_pay {
    margin-bottom: 0;
  }
}
.p-cases-summary_pay .title {
  font-size: 1.6rem;
  text-align: left;
}
.p-cases-summary_pay .pay strong {
  font-size: 2.8rem;
}
.p-cases-summary_pay .pay .small {
  font-size: 1.6rem;
}
.p-cases-summary_btn {
  text-align: center;
}
.p-cases-summary_btn a {
  background: url(../images/common/icon-arrow04.svg) no-repeat center right 10px;
  background-size: 20px 20px;
  background-color: #091429;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 10px 25px 10px 15px;
  min-width: 230px;
}
.p-cases-summary_btn a span {
  background: url(../images/common/icon-calculator.svg) no-repeat center left 5px;
  background-size: 20px 20px;
  display: inline-block;
  padding-left: 30px;
}
.p-cases-summary_section img {
  max-height: 300px;
  max-width: 500px;
  margin: 5px 0;
}

.visually-hidden {
  display: none;
}/*# sourceMappingURL=style-cases.css.map */