@charset "UTF-8";
.casestudy-wrapper {
  background-color: #f4f2ef;
  padding: 5px 0 120px;
}
.casestudy-wrapper .secondWrapper {
  background-color: inherit;
}

.casestudy-contents {
  width: calc(100% - 42px);
  margin: 26px auto 0;
}
@media (min-width: 895px) {
  .casestudy-contents {
    max-width: 1100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.casestudy-contents-container {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px 16px;
}
@media (min-width: 895px) {
  .casestudy-contents-container {
    padding: 48px;
  }
}

.casestudy-contents-detail .title {
  font-size: 24px;
  line-height: 1.6;
}
@media (min-width: 895px) {
  .casestudy-contents-detail .title {
    font-size: 32px;
  }
}
.casestudy-contents-detail .visual {
  margin-top: 37px;
}
@media (min-width: 895px) {
  .casestudy-contents-detail .visual {
    margin-top: 32px;
  }
}

.casestudy-note {
  margin-top: 12px;
  font-size: 12px;
}

.casestudy-tenant-info {
  padding-top: 40px;
  padding-bottom: 24px;
  margin-top: 40px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 895px) {
  .casestudy-tenant-info {
    margin-top: 32px;
  }
  .casestudy-tenant-info.pc-only {
    display: block !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    border: none;
    padding: 24px;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    border-radius: 8px;
  }
  .casestudy-tenant-info.sp-only {
    display: none;
  }
}
.casestudy-tenant-info.pc-only {
  display: none;
}
.casestudy-tenant-info .tenant-logo {
  padding: 24px;
  display: block;
}
@media (min-width: 895px) {
  .casestudy-tenant-info .tenant-logo {
    margin-top: 30px;
  }
}
.casestudy-tenant-info .tenant-name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 47px;
  margin-bottom: 20px;
}
.casestudy-tenant-info .tenant-data {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}
.casestudy-tenant-info .tenant-data:not(:first-of-type) {
  margin-top: 12px;
}
.casestudy-tenant-info .tenant-data .title {
  color: #999999;
  margin-right: 16px;
}
.casestudy-tenant-info .tenant-link {
  width: 100%;
  height: 52px;
  padding: 0;
  font-size: 15px;
  border-radius: 26px;
  margin-top: 32px;
  outline: none;
  border: none;
  position: relative;
  cursor: pointer;
}
.casestudy-tenant-info .tenant-link::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-image: url(/assets/img/common/icon-open_in_new_w.svg);
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #ffffff;
}
.casestudy-tenant-info .used-apps {
  margin-top: 32px;
}
.casestudy-tenant-info .used-apps .title {
  font-size: 15px;
  color: #999999;
}
.casestudy-tenant-info .used-apps .used-item {
  font-size: 15px;
  text-decoration: underline;
  margin-top: 12px;
}
.casestudy-tenant-info .used-apps .used-item:hover {
  text-decoration: none;
}
.casestudy-tenant-info .used-apps .used-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.casestudy-contents-summary {
  margin: 40px auto 0;
  padding: 24px;
  border-radius: 8px;
  background-color: #f4f4f4;
}
.casestudy-contents-summary .summary-item:not(:first-child) {
  margin-top: 24px;
}
.casestudy-contents-summary .summary-item .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.casestudy-contents-summary .summary-item .title:hover {
  text-decoration: none;
  color: #469bff;
}
.casestudy-contents-summary .summary-item .title .icon {
  width: 20px;
  height: 20px;
}
.casestudy-contents-summary .summary-item .contents-item {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding-left: 18px;
}
.casestudy-contents-summary .summary-item .contents-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.casestudy-interview-section {
  margin-top: 40px;
}
.casestudy-interview-section .title {
  font-size: 22px;
  border-left: 4px solid #ffbb00;
  padding-left: 20px;
  font-weight: 700;
}
.casestudy-interview-section .visual {
  margin-top: 40px;
  width: 100%;
}
.casestudy-interview-section .interview-area {
  margin-top: 40px;
}
@media (min-width: 895px) {
  .casestudy-interview-section .interview-area {
    margin-top: 32px;
  }
}
.casestudy-interview-section .question {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}
.casestudy-interview-section .question::before {
  content: "－";
}
.casestudy-interview-section .answer {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.75;
  font-weight: 400;
}

.casestudy-interview-snsArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  margin-top: 40px;
}
.casestudy-interview-snsArea .sns-icon {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center;
}
.casestudy-interview-snsArea .sns-icon:last-child {
  margin-right: 0;
}/*# sourceMappingURL=casestudy.css.map */