@charset "UTF-8";
/* ズーム（scale1 → 1.1） */
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.temporaryworksdesignPage_introduction {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_introduction {
    padding-bottom: 20px;
  }
}
.temporaryworksdesignPage_service_contents {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_service_contents {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_service_contents {
    flex-direction: column;
    gap: 0;
  }
}
.temporaryworksdesignPage_service_img {
  width: 45%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_service_img {
    width: 100%;
    border-radius: 5px;
  }
}
.temporaryworksdesignPage_service_img picture {
  width: 100%;
  height: 100%;
}
.temporaryworksdesignPage_service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.temporaryworksdesignPage_service_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_service_text {
    margin-top: 0;
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_service_text {
    width: 100%;
  }
}
.temporaryworksdesignPage_service_text-main {
  font-size: clamp(18px, 1.034rem + 0.39vw, 24px);
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_service_text-main {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.temporaryworksdesignPage_service_text-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_service_text-info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_service_text-info {
    margin-bottom: 20px;
  }
}
.temporaryworksdesignPage_service_box {
  background-color: #EBEDFA;
  padding: 20px;
  border-radius: 10px;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_service_box {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_service_box {
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.temporaryworksdesignPage_service_box-title {
  font-size: clamp(16px, 0.939rem + 0.26vw, 20px);
  font-weight: 600;
  color: #15268B;
  position: relative;
  line-height: 1.3;
  padding-left: 10px;
  margin-bottom: 15px;
}
.temporaryworksdesignPage_service_box-title::before {
  content: "";
  display: block;
  width: 5px;
  height: 80%;
  background-color: #15268B;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.temporaryworksdesignPage_service_box ul li {
  line-height: 1.3;
  font-weight: 500;
  font-size: clamp(12px, 0.659rem + 0.39vw, 18px);
}
.temporaryworksdesignPage_service_box ul li + li {
  margin-top: 8px;
}
.temporaryworksdesignPage_drawing_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_drawing_contents {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_drawing_contents {
    max-width: 650px;
    gap: 40px;
    margin-bottom: 20px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
.temporaryworksdesignPage_drawing_item {
  width: calc((100% - 50px) / 2);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_drawing_item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_drawing_item {
    width: 100%;
  }
}
.temporaryworksdesignPage_drawing_item-name {
  font-weight: 600;
  margin-top: 10px;
}
.temporaryworksdesignPage_drawing_item-img-slick {
  margin-bottom: 0 !important;
}
.temporaryworksdesignPage_drawing_item .slick-dots {
  position: absolute;
  text-align: right;
  bottom: -32px;
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_drawing_item .slick-dots {
    bottom: -28px;
  }
}
.temporaryworksdesignPage_drawing_item .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_drawing_item .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 6px;
  }
}
.temporaryworksdesignPage_drawing_item .slick-dots li button {
  background-color: #B8BBCC;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: all 0.4s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_drawing_item .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 4px;
  }
}
.temporaryworksdesignPage_drawing_item .slick-dots li button::before {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_drawing_item .slick-dots li button::before {
    width: 5px;
    height: 5px;
  }
}
.temporaryworksdesignPage_drawing_item .slick-dots li button:hover {
  background-color: #15268B;
}
.temporaryworksdesignPage_drawing_item .slick-dots li.slick-active button {
  background-color: #15268B;
}
.temporaryworksdesignPage_features {
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_features {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_features {
    margin-bottom: 130px;
  }
}
.temporaryworksdesignPage_features_contents {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_features_contents {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_features_contents {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
    gap: 30px;
  }
}
.temporaryworksdesignPage_features_item {
  width: calc((100% - 40px) / 3);
  max-width: 380px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_features_item {
    width: calc((100% - 20px) / 3);
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_features_item {
    width: 100%;
    max-width: none;
    border-radius: 5px;
  }
}
.temporaryworksdesignPage_features_item-num {
  width: 10%;
  max-width: 40px;
  min-width: 30px;
  position: absolute;
  top: -1px;
  left: -1px;
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_features_item-num {
    width: 9%;
    min-width: 20px;
  }
}
.temporaryworksdesignPage_features_item-text {
  padding: 10px 10px 20px;
  font-size: clamp(13px, 0.604rem + 0.43vw, 18px);
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_features_item-text {
    text-align: left;
    padding-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_features_item-text {
    font-size: clamp(14px, 0.636rem + 1.02vw, 18px);
    padding: 10px 15px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_features_item-text .pc {
    display: none;
  }
}
.temporaryworksdesignPage_features_item-text-main {
  font-size: clamp(15px, 0.645rem + 0.61vw, 22px);
  font-weight: 600;
  border-bottom: 1px solid #B8BBCC;
  padding-bottom: 7px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .temporaryworksdesignPage_features_item-text-main {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_features_item-text-main {
    font-size: clamp(16px, 0.761rem + 1.02vw, 20px);
  }
}
.temporaryworksdesignPage_point .servicepoint_item-name {
  font-size: clamp(16px, 0.939rem + 0.26vw, 20px);
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_point .servicepoint_item-name {
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .temporaryworksdesignPage_point .servicepoint_item-name span {
    display: inline-block;
  }
}
.temporaryworksdesignPage_point .servicepoint_item-info {
  font-size: clamp(13px, 0.767rem + 0.19vw, 16px);
}