@charset "UTF-8";
.p-case {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.p-case * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-case__header {
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  color: white;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, rgb(55, 236, 186) 0%, rgb(114, 175, 211) 100%);
}
.p-case__header h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-case__header h2 {
    font-size: 1.4rem;
  }
}
.p-case__header p {
  font-size: 1rem;
  font-weight: normal;
}
.p-case__info {
  background-color: #f8f8f8;
  border-radius: 1rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.p-case__info__data {
  width: calc(50% - 2rem);
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .p-case__info__data {
    width: 100%;
    margin-right: 0;
  }
}
.p-case__info__data b {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
}
.p-case__info__data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-case__info__data dl dt {
  border-top: 1px solid #45dfc0;
  padding: 0.8rem 0;
  color: #72afd3;
  font-weight: bold;
  width: 7rem;
  font-size: 1rem;
}
.p-case__info__data dl dt:last-child {
  padding: 0.8rem 0 0;
}
.p-case__info__data dl dd {
  border-top: 1px solid #45dfc0;
  padding: 0.8rem 0;
  width: calc(100% - 7rem);
  font-size: 1rem;
}
.p-case__info__data dl dd span {
  background-color: #72afd3;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.2rem 0.5rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}
.p-case__info__data dl dd:last-child {
  padding: 0.8rem 0 0;
}
.p-case__info__image {
  width: 50%;
}
@media (max-width: 768px) {
  .p-case__info__image {
    width: 100%;
  }
}
.p-case__info__image img {
  width: 100%;
  height: 75%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case__content__menu {
  margin-bottom: 3rem;
}
.p-case__content__menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.p-case__content__menu__title span {
  width: 4rem;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-case__content__menu__title hr {
  width: calc(50% - 3rem);
  border: none;
  border-bottom: 1px solid #72afd3;
}
.p-case__content__menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #72afd3;
}
@media (max-width: 768px) {
  .p-case__content__menu__lists li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.p-case__content__menu__lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-case__content__menu__lists li a:hover {
  color: #72afd3;
}
.p-case__content__menu__lists li a i {
  margin-left: 0.2rem;
  color: #72afd3;
  font-size: 1.2rem;
}
.p-case__content__wrap {
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
}
.p-case__content__wrap::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 280px);
  position: absolute;
  background-color: #72afd3;
  left: -2px;
  top: 0;
}
@media (max-width: 768px) {
  .p-case__content__wrap::before {
    height: calc(100% - 490px);
  }
}
.p-case__content__block__lead {
  background-color: white;
  font-size: 1.5rem;
  position: relative;
  left: -1.8rem;
  top: -0.8rem;
  font-weight: bold;
}
.p-case__content__block__lead i {
  color: #72afd3;
  font-weight: bold;
  margin-right: 0.3rem;
}
.p-case__content__block__title {
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  text-align: center;
  color: white;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, rgb(55, 236, 186) 0%, rgb(114, 175, 211) 100%);
}
.p-case__content__block__title h3 {
  font-size: 1.3rem;
  font-weight: bold;
}
.p-case__content__block__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.p-case__content__block__col__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
}
.p-case__content__block__col__text b {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-case__content__block__col__text b::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 3px;
  border-radius: 0.5rem;
  background-color: #72afd3;
  margin-right: 0.5rem;
  position: relative;
  top: calc(1rem - 3px);
}
.p-case__content__block__col__text p {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .p-case__content__block__col__text p {
    margin-left: 0;
  }
}
.p-case__content__block__col__image {
  width: 340px;
  max-width: 100%;
  margin-left: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-case__content__block__col__image {
    width: 100%;
    margin-left: 0;
  }
}
.p-case__content__block__col__image img {
  width: 100%;
  border-radius: 1rem;
  border: 2px solid #72afd3;
}
.p-case__content__block__col__image .ai-zoom-in {
  position: absolute;
  background-color: white;
  padding: 0.5rem;
  color: #72afd3;
  font-size: 2rem;
  line-height: 1;
  border-radius: 4rem;
  right: 0.5rem;
  top: 0.5rem;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.p-case__content__block__col__image .ai-zoom-in:hover {
  background-color: #72afd3;
  color: white;
}
.p-case__content__block__col__image .ai-zoom-in::after {
  content: "拡大";
  display: block;
  text-align: center;
  position: absolute;
  width: 2rem;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  bottom: -1.4rem;
}
.p-case__content__block__col__overview {
  overflow: hidden;
  border-radius: 1rem;
}
.p-case__content__block__col__overview em {
  display: block;
  background-color: #72afd3;
  color: white;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}
.p-case__content__block__col__overview div {
  padding: 1rem;
  background-color: #e6f0ff;
}
.p-case__content__block__col__overview div img {
  border-radius: 1rem;
  width: 100%;
}
.p-case__content__block__col__item {
  width: calc(33% - 0.5rem);
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  padding: 1rem 1rem 3rem;
  background-color: #f8f8f8;
  position: relative;
}
@media (max-width: 768px) {
  .p-case__content__block__col__item {
    width: 100%;
  }
}
.p-case__content__block__col__item__logo {
  border-radius: 0.5rem;
  background-color: white;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.p-case__content__block__col__item__logo img {
  display: block;
  width: 100%;
}
.p-case__content__block__col__item__name {
  margin-bottom: 1rem;
}
.p-case__content__block__col__item__name em {
  font-style: normal;
  text-align: center;
  display: block;
  font-weight: bold;
}
.p-case__content__block__col__item__name span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 0.4rem;
  margin: 0.5rem auto 0;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  border: 1px solid #72afd3;
  color: #72afd3;
}
.p-case__content__block__col__item__desc {
  font-size: 0.8rem;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-case__content__block__col__item__desc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #72afd3;
  font-weight: bold;
  margin-top: 1rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-case__content__block__col__item__desc a i {
  margin-left: 0.5rem;
}
.p-case__content__block__col__item__desc a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #72afd3;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.p-case__content__block__col__item__desc a:hover:before {
  width: 100%;
}
.p-case__content__block__company {
  background-color: #f8f8f8;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .p-case__content__block__company {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-case__content__block__company__logo {
  width: 420px;
  position: relative;
}
@media (max-width: 768px) {
  .p-case__content__block__company__logo {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-case__content__block__company__logo div {
  background-color: white;
  padding: 2rem;
}
.p-case__content__block__company__logo img {
  aspect-ratio: 24/6;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-case__content__block__company__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #72afd3;
  font-size: 0.8rem;
  margin-top: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-case__content__block__company__logo a i {
  margin-left: 0.5rem;
}
.p-case__content__block__company__logo a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #72afd3;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.p-case__content__block__company__logo a:hover:before {
  width: 100%;
}
.p-case__content__block__company__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .p-case__content__block__company__data {
    margin-left: 0;
  }
}
.p-case__content__block__company__data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-case__content__block__company__data dl dt {
  border-top: 1px solid #45dfc0;
  padding: 0.8rem 0;
  color: #72afd3;
  font-weight: bold;
  width: 7rem;
  font-size: 1rem;
}
.p-case__content__block__company__data dl dd {
  border-top: 1px solid #45dfc0;
  padding: 0.8rem 0;
  width: calc(100% - 7rem);
  font-size: 1rem;
}
.p-case__content__block__company__data dl dd span {
  background-color: #72afd3;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.2rem 0.5rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100lvw;
  height: 100lvh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid #888;
  width: 60vw;
  background-color: #fefefe;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .modal-content {
    width: 90vw;
    padding: 0;
  }
}
.modal-content img {
  width: 100%;
  border-radius: 1rem;
}

.close-button {
  olor: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 0rem;
  top: -2.5rem;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.ai-cross {
  color: white;
}/*# sourceMappingURL=case_detail.css.map */