.case {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .case {
    padding-bottom: 40px;
  }
}

.case-category {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.044rem + 0.94vw, 1.75rem);
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0a6f3a;
  text-align: left;
  color: #0a6f3a;
}

.case-list:not(:last-child) {
  margin-bottom: 60px;
}
.case-list .case-item {
  background: #F4F8F7;
  padding: 40px;
  margin-bottom: 30px;
}
.case-list .case-item .case-item-inner {
  display: flex;
  gap: 30px;
  align-items: start;
  margin-bottom: 40px;
}
.case-list .case-item .case-item-content {
  flex: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .case-list .case-item .case-item-content {
    width: 100%;
  }
}
.case-list .case-item .case-item-content .case-item-title {
  font-weight: 900;
  font-size: 1.25rem;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0a6f3a;
  color: #0a6f3a;
}
@media screen and (max-width: 768px) {
  .case-list .case-item .case-item-content .case-item-title {
    padding-bottom: 10px;
  }
}
.case-list .case-item .case-item-content .case-item-client-name {
  margin-bottom: 20px;
}
.case-list .case-item .case-img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .case-list .case-item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .case-list .case-item .case-item-inner {
    flex-direction: column;
    gap: 20px;
  }
  .case-list .case-item .case-img {
    width: 100%;
  }
}

ul.case-point {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 13px;
}
ul.case-point li {
  display: flex;
  align-items: stretch;
  background: #fff;
}
ul.case-point li .case-point-icon {
  font-weight: 900;
  color: #fff;
  background: #0a6f3a;
  padding: 6px;
  text-align: center;
  width: 115px;
}
@media screen and (max-width: 768px) {
  ul.case-point li .case-point-icon {
    width: 90px;
  }
}
ul.case-point li .case-point-text {
  flex: 1;
  font-size: 0.875rem;
  padding: 6px 15px;
}

.single .page-title {
  padding: 20px 0 70px;
  background-position: center bottom;
}
.single .column-single article .container {
  max-width: 900px;
}
.single .single__header .single__title {
  font-weight: 900;
  font-size: 1.75rem;
  color: #0a6f3a;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #0a6f3a;
}
.single .single__case-wrapper {
  background: #F4F8F7;
  margin-top: 80px;
  padding: 60px 100px;
}
.single .single__case-wrapper .case-img {
  margin-bottom: 40px;
}
.single .single__case-wrapper .case-img img {
  margin: 0 auto;
}
.single .single__case-wrapper ul.case-point li .case-point-icon {
  width: 160px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .single .single__case-wrapper {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .single .single__case-wrapper ul.case-point li .case-point-icon {
    width: 90px;
  }
}
.single .case-locatoin {
  padding: 100px 0;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin {
    padding: 40px 0;
  }
}
.single .case-locatoin h2 {
  color: #0a6f3a;
}
.single .case-locatoin .case-location-wrapper {
  display: flex;
  gap: 30px;
  align-items: start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin .case-location-wrapper {
    flex-direction: column;
  }
}
.single .case-locatoin .case-location-wrapper .case-location-content {
  flex: 1;
}
.single .case-locatoin .case-location-wrapper .case-location-content .case-location-name {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: clamp(1.375rem, 1.118rem + 1.18vw, 2rem);
  padding-bottom: 20px;
  border-bottom: 2px solid #4A4A4A;
}
.single .case-locatoin .case-location-wrapper .case-location-content .case-location-address {
  margin-bottom: 16px;
}
.single .case-locatoin .case-location-wrapper .case-location-content .case-point {
  margin-bottom: 30px;
}
.single .case-locatoin .case-location-wrapper .case-location-content .case-point-text {
  font-weight: 600;
}
.single .case-locatoin .case-location-wrapper .case-location-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #4A4A4A;
}
.single .case-locatoin .case-location-wrapper .case-location-content table tr td, .single .case-locatoin .case-location-wrapper .case-location-content table tr th {
  border: 1px solid #4A4A4A;
  text-align: center;
  padding: 5px 15px;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin .case-location-wrapper .case-location-content table tr td, .single .case-locatoin .case-location-wrapper .case-location-content table tr th {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.single .case-locatoin .case-location-wrapper .case-location-img {
  width: 45%;
  aspect-ratio: 450/336;
}
.single .case-locatoin .case-location-wrapper .case-location-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin .case-location-wrapper .case-location-img {
    width: 100%;
  }
}
.single .case-locatoin .button-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin .button-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.single .case-locatoin .button-wrapper .button-item {
  position: relative;
  padding-top: 20px;
  width: calc((100% - 40px) / 2);
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin .button-wrapper .button-item {
    width: 100%;
    max-width: 330px;
    padding-top: 15px;
  }
}
.single .case-locatoin .button-wrapper .button-item.line .button {
  background: linear-gradient(180deg, #42E786 0%, #06C755 100%);
}
.single .case-locatoin .button-wrapper .button-item .button-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #06C755;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 900;
  font-size: clamp(0.75rem, 0.596rem + 0.71vw, 1.125rem);
  color: #06C755;
  z-index: 2;
  min-width: 250px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin .button-wrapper .button-item .button-text {
    min-width: 175px;
  }
}
.single .case-locatoin .button-wrapper .button-item .button {
  width: 100%;
  padding: 28px 20px 25px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin .button-wrapper .button-item .button {
    padding: 15px 20px 15px;
  }
}
.single .case-locatoin .button-wrapper .button-item .button img {
  margin-right: 20px;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin .button-wrapper .button-item .button img {
    margin-right: 10px;
    top: 8px;
  }
}
.single .case-locatoin .button-wrapper .button-item.web .button-text {
  color: #FF7700;
  border-color: #FF7700;
}
.single .case-locatoin .tel-wrapper {
  border: 1px solid #0a6f3a;
  width: 100%;
  max-width: 668px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a6f3a;
  gap: 40px;
  margin: 0 auto;
}
.single .case-locatoin .tel-wrapper .tel-text {
  width: 35%;
  text-align: center;
  font-weight: 900;
  font-size: clamp(1rem, 0.846rem + 0.71vw, 1.375rem);
}
.single .case-locatoin .tel-wrapper .tel-text img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.single .case-locatoin .tel-wrapper .tel-number-wrapper .tel-number {
  font-size: clamp(1.5rem, 1.191rem + 1.41vw, 2.25rem);
  font-weight: 700;
}
.single .case-locatoin .tel-wrapper .tel-number-wrapper .tel-info {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .single .case-locatoin .tel-wrapper {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
  .single .case-locatoin .tel-wrapper .tel-text {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .single .case-locatoin .tel-wrapper .tel-text img {
    width: 15px;
    margin-right: 3px;
  }
  .single .case-locatoin .tel-wrapper .tel-number {
    margin-left: 15px;
    font-size: 1.5rem;
  }
}

.case-footer {
  padding: 100px 0;
}
.case-footer .button-wrapper {
  margin-bottom: 100px;
}
.case-footer h2 {
  color: #0a6f3a;
  font-size: clamp(1.375rem, 1.169rem + 0.94vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.15em;
}
.case-footer ul {
  max-width: 860px;
  margin: 0 auto;
}
.case-footer ul li {
  padding: 20px 0;
  border-bottom: 1px solid #83A78B;
}
.case-footer ul li a {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .case-footer ul li {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .case-footer {
    padding: 50px 0;
  }
  .case-footer .button-wrapper {
    margin-bottom: 50px;
  }
}

.comparison-block {
  width: 100%;
  max-width: 640px;
  position: relative;
  margin: 0 auto;
}
.comparison-block::-moz-selection {
  background-color: transparent;
}
.comparison-block::selection {
  background-color: transparent;
}
.comparison-block::-moz-selection {
  background-color: transparent;
}
.comparison-block *::-moz-selection {
  background-color: transparent;
}
.comparison-block *::selection {
  background-color: transparent;
}
.comparison-block *::-moz-selection {
  background-color: transparent;
}
.comparison-block img {
  max-width: none;
}

.comparison-before-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
}
.comparison-before-img::after {
  content: "Before";
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #0a6f3a;
  font-weight: 900;
  padding: 3px 10px;
  border: 2px solid #0a6f3a;
  background: #fff;
}
.comparison-before-img img {
  width: 100%;
  display: block;
}

.comparison-after-img {
  position: relative;
  z-index: 1;
}
.comparison-after-img::after {
  content: "After";
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-weight: 900;
  padding: 3px 10px;
  border: 2px solid #0a6f3a;
  background: #0a6f3a;
}
.comparison-after-img img {
  width: 100%;
}

.single .comparison-before-img::after,
.single .comparison-after-img::after {
  font-size: 22px;
  padding: 3px 20px;
}

.comparison-arrow {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 2px;
  height: 100%;
  left: 50%;
  cursor: pointer;
}
.comparison-arrow:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -12px;
  border-radius: 0;
  transform: translateY(-50%) rotate(45deg);
}/*# sourceMappingURL=case.css.map */