@charset "UTF-8";
/* =================================================================================================

　case2.css

================================================================================================= */
/* CSS Document */
.page_case {
  margin-bottom: 10rem !important;
  /* ----------------------------------------------------------------------------
  　case_mv
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  　case_mv
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  　case_list
  ---------------------------------------------------------------------------- */
}
@media screen and (max-width: 592px) {
  .page_case {
    margin-bottom: 7rem !important;
  }
}
.page_case h1, .page_case h2, .page_case h3, .page_case h4, .page_case h5, .page_case ul, .page_case ol, .page_case li, .page_case dl, .page_case dt, .page_case dd, .page_case p, .page_case strong, .page_case address, .page_case a, .page_case span, .page_case div, .page_case section {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_case img {
  width: 100%;
}
.page_case .c-mv .c-mv_inner {
  margin: 0 auto;
}
.page_case .c-mv .c-mv_inner .-jp.-noslash::before {
  display: none;
}
.page_case .c-mv .c-mv_inner .-jp.-noslash::after {
  display: none;
}
@media (min-width: 768px) {
  .page_case .c-mv_inner {
    height: 210px;
  }
}
@media screen and (max-width: 592px) {
  .page_case .c-mv_inner {
    min-height: 140px;
  }
}
.page_case section.case_mv {
  margin-bottom: 8rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #F8F8F8;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.page_case section.case_mv .case_mv__copy {
  width: 960px;
  margin: 0 auto;
  padding: 10rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: center;
}
.page_case section.case_mv .case_mv__copy:before {
  content: "";
  position: absolute;
  top: 0;
  right: -400px;
  width: 700px;
  aspect-ratio: 1/0.6671052632;
  background: url(../img/case_mv_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (max-width: 592px) {
  .page_case section.case_mv .case_mv__copy:before {
    width: 500px;
    right: -300px;
  }
}
@media screen and (max-width: 1040px) {
  .page_case section.case_mv .case_mv__copy {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  .page_case section.case_mv .case_mv__copy {
    width: 100%;
    padding: 5rem 0;
  }
}
.page_case section.case_mv .case_mv__copy h1 {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 592px) {
  .page_case section.case_mv .case_mv__copy h1 {
    font-size: 2.4rem;
  }
}
.page_case section.case_mv .case_mv-photo {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 592px) {
  .page_case section.case_mv .case_mv-photo {
    width: 100%;
  }
}
.page_case section.case_mv .case_mv-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_case .case_list {
  width: 960px;
  margin: 8rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 5%;
}
@media screen and (max-width: 1040px) {
  .page_case .case_list {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  .page_case .case_list {
    width: 92%;
    display: block;
  }
}
.page_case .case_list li {
  width: 30%;
}
@media screen and (max-width: 592px) {
  .page_case .case_list li {
    width: 100%;
  }
  .page_case .case_list li:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.page_case .case_list li a {
  display: block;
}
.page_case .case_list li a .photo {
  margin-bottom: 1rem;
  position: relative;
}
.page_case .case_list li a .photo .category {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 110%;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #141F2E;
}
@media screen and (max-width: 592px) {
  .page_case .case_list li a .photo .category {
    font-size: 1.2rem;
  }
}
.page_case .case_list li a .copy .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  padding-right: 24px;
  color: #141F2E;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page_case .case_list li a .copy .ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 12px;
  background: url(../../common/img/icon_arrow_cl_main.svg) 0 0/100% no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_case .case_list li a .copy .corpo {
  font-size: 1.4rem;
  color: #141F2E;
}