@media print, screen and (min-width: 901px) {
  .p-case {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .c-ttl01 {
    margin: 10px 0 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .c-ttl01 {
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-info {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-info {
    align-items: center;
    display: flex;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-info .p-case-name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-info .p-case-name {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-summary {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-summary {
    display: flex;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-summary figure {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-summary figure {
    flex-shrink: 0;
    margin-right: 50px;
    width: 625px;
  }
}
.p-case .p-case-summary .p-case-summary-detail h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-summary .p-case-summary-detail h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-summary .p-case-summary-detail h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 37px;
    line-height: 3.7rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-summary .p-case-summary-detail p {
    line-height: 34px;
    line-height: 3.4rem;
  }
}
.p-case .p-case-request {
  background: #fff;
  border: 1px solid #169A74;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-request {
    margin-bottom: 30px;
    padding: 35px 20px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-request {
    margin-bottom: 60px;
    padding: 40px 20px 30px;
  }
}
.p-case .p-case-request h4 {
  background: #169A74;
  color: #fff;
  position: absolute;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-request h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    left: 50%;
    top: -16px;
    transform: translate(-50%);
    width: 203px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-request h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    left: 20px;
    top: -20px;
    width: 230px;
  }
}
.p-case .p-case-request li {
  background: url("../img/icon_check.svg") no-repeat left center/21px 20px;
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-request li {
    line-height: 15px;
    line-height: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    background-size: 20px 20px;
    margin-top: 10px;
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-request li {
    line-height: 20px;
    line-height: 2rem;
    margin-top: 15px;
    padding-left: 40px;
  }
}
.p-case .p-case-request li:first-child {
  margin-top: 0;
}
.p-case .p-case-scroll {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-scroll {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-scroll {
    margin-bottom: 60px;
  }
}
.p-case .p-case-scroll img {
  height: 22px;
  width: 44px;
}
.p-case .p-case-title {
  background: rgba(22, 154, 116, 0.1);
  color: #169A74;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-case .p-case-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 70px;
    line-height: 7rem;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-case-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 120px;
    line-height: 12rem;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-interviewees {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interviewees {
    display: flex;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-interviewees figure {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interviewees figure {
    flex-shrink: 0;
    margin-right: 95px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-interviewees .p-interviewees-detail .c-case-label {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interviewees .p-interviewees-detail .c-case-label {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-interviewees .p-interviewees-detail p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 25px;
    line-height: 2.5rem;
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interviewees .p-interviewees-detail p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: 30px;
  }
}
.p-case .p-interviewees .p-interviewees-detail p:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .p-case .p-interviewees .p-interviewees-detail p strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interviewees .p-interviewees-detail p strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-interview {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interview {
    display: flex;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interview.p-interview-reverse {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interview.p-interview-reverse figure {
    margin-left: 0;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-interview figure {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interview figure {
    flex-shrink: 0;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-interview figure img {
    max-width: none;
    width: 100%;
  }
}
.p-case .p-interview .p-interview-detail .p-interview-title {
  align-items: center;
  display: flex;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .p-case .p-interview .p-interview-detail .p-interview-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interview .p-interview-detail .p-interview-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.p-case .p-interview .p-interview-detail .p-interview-title .c-poiret {
  align-items: center;
  background: #169A74;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-weight: 100;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .p-case .p-interview .p-interview-detail .p-interview-title .c-poiret {
    font-size: 26px;
    font-size: 2.6rem;
    height: 44px;
    margin-right: 16px;
    width: 44px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interview .p-interview-detail .p-interview-title .c-poiret {
    font-size: 34px;
    font-size: 3.4rem;
    height: 58px;
    margin-right: 18px;
    width: 58px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-interview .p-interview-detail > p {
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interview .p-interview-detail > p {
    line-height: 34px;
    line-height: 3.4rem;
    margin-top: 34px;
  }
}
.p-case .p-interview .p-interview-detail > p:first-of-type {
  margin-top: 0;
}
.p-case .p-interview-last {
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .p-case .p-interview-last {
    margin: 20px 0 50px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-interview-last {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 150px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .c-link-card {
    margin-bottom: 150px;
  }
}
.p-case .p-related-title {
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-case .p-related-title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-title {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 60px 0;
    margin: 0;
  }
}
.p-case .p-related-title:before, .p-case .p-related-title:after {
  content: "";
  display: block;
  height: 2px;
  border-top: 2px solid #169A74;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 900px) {
  .p-case .p-related-title:before, .p-case .p-related-title:after {
    width: calc((100% - 160px) / 2);
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-title:before, .p-case .p-related-title:after {
    width: calc((100% - 260px) / 2);
  }
}
.p-case .p-related-title:before {
  left: 0;
}
.p-case .p-related-title:after {
  right: 0;
}
.p-case .p-related-title span {
  display: inline-block;
  position: relative;
  color: #169A74;
  border-radius: 100px;
  white-space: nowrap;
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-title span {
    width: 260px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related {
    max-width: 1220px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-related-list {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-list {
    margin-bottom: 100px;
  }
}
.p-case .p-related-list a {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 18px 18px;
}
@media only screen and (max-width: 900px) {
  .p-case .p-related-list a {
    display: block;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-list a {
    display: flex;
    width: 1130px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-related-list a figure {
    position: relative;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-list a figure {
    flex-shrink: 0;
    height: 320px;
    width: 565px;
  }
}
.p-case .p-related-list a figure img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .p-case .p-related-list a figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    color: #fff;
    font-weight: bold;
    left: 0;
    letter-spacing: -0.02em;
    padding: 10px 20px;
    position: absolute;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-list a figure figcaption {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .p-related-list a .p-related-detail {
    padding: 24px 20px 30px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-list a .p-related-detail {
    padding: 40px 30px 0;
  }
}
.p-case .p-related-list a .p-related-detail h4 {
  font-weight: normal;
}
@media only screen and (max-width: 900px) {
  .p-case .p-related-list a .p-related-detail h4 {
    display: none;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-list a .p-related-detail h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem;
    margin-bottom: 30px;
  }
}
.p-case .p-related-list a .p-related-detail .p-case-item-ttl {
  font-weight: normal;
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-list a .p-related-detail .p-case-item-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 10px 0 25px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .p-related-list a .p-related-detail .p-case-data li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .c-slick-next-btn {
    right: -15px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .c-slick-next-btn {
    right: -125px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case .c-slick-prev-btn {
    left: -15px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case .c-slick-prev-btn {
    left: -125px;
  }
}
.p-case .slick-list {
  overflow: unset;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
}

.p-case-modal {
  background: #fff;
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3001;
}
@media only screen and (max-width: 900px) {
  .p-case-modal {
    padding: 30px 15px;
    width: 90%;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case-modal {
    padding: 60px 30px;
    width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .p-case-modal .p-case-modal-text {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case-modal .p-case-modal-text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.p-case-modal .p-case-modal-ttl {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-case-modal .p-case-modal-ttl {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 901px) {
  .p-case-modal .p-case-modal-ttl {
    margin-bottom: 20px;
  }
}
.p-case-modal .c-btns a:hover {
  background: #169A74;
  color: #fff;
}