.recase {
  background-color: #FBFBFB;
  font-size: 16px;
}
.recase a:hover,
.recase a:focus,
.recase a:active {
  text-decoration: none !important;
}
.recase .breadcrumb_wrapper {
  background-color: #fff;
  margin-top: 0;
  padding: 24px;
  text-align: left;
}
.recase .breadcrumb_wrapper a:hover {
  text-decoration: underline !important;
}
.recase-head {
  background: linear-gradient(90deg, #035DB8 0%, #012952 100%);
  padding: 56px 0 136px;
  text-align: center;
}
.recase-caption {
  color: #A1AEBB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.16rem;
  margin-bottom: 16px;
}
.recase-caption::before {
  background-color: #A1AEBB;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  margin-right: 8px;
  height: 8px;
  width: 8px;
}
.recase-title {
  color: #fff;
  font-size: 24px;
}
.recase-list {
  margin-top: -80px;
  padding: 0 24px 80px;
}
.recase-item {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  position: relative;
}
.recase-item:last-child {
  margin-bottom: 0;
}
.recase-item-inner {
  padding: 24px;
}
.recase-item-category {
  background: linear-gradient(90deg, #035DB8 0%, #012952 100%);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 24px -24px;
  padding: 4px 34px 4px 16px;
  position: relative;
}
.recase-item-category::after {
  border-bottom: 20px solid transparent;
  border-left: 14px solid #012952;
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
}
.recase-item-title {
  color: #035DB8;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: left !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-right: 1px;
}
.recase-item-company {
  color: #9FA7AF;
  display: -webkit-box;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1px;
}
.recase-item-company::before {
  background-color: #9FA7AF;
  content: "";
  display: block;
  margin-bottom: 8px;
  height: 1px;
  width: 48px;
}
.recase-item-image {
  border-radius: 6px;
  margin-bottom: 32px;
  overflow: hidden;
}
.recase-item-image img {
  aspect-ratio: 1.656/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.recase-item-description {
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: left !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recase-item-service {
  color: #9FA7AF;
  height: 38.4px;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20.8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recase-item-tag {
  margin-bottom: 16px;
}
.recase-item-tag li {
  background-color: #F6F8FA;
  border: 1px solid #E3EAF1;
  border-radius: calc(infinity * 1px);
  color: #8498AC;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 4px 8px 0;
  padding: 6px 12px;
}
.recase-item-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 26px;
  border-radius: 0 0 6px 0;
  overflow: hidden;
  pointer-events: none;
}
.recase-item-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #035DB8 0%, #012952 100%);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  transition: opacity 0.25s ease;
}
.recase-item-button::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.recase-post {
  background-color: #fff;
}
.recase-post-head {
  background: linear-gradient(90deg, #035DB8 0%, #012952 100%);
  color: #fff;
  padding: 40px 24px;
}
.recase-post-head-caption {
  background-color: #333;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 2px 16px 4px;
}
.recase-post-head-title {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.recase-post-head-company {
  display: flex;
  justify-content: flex-start;
  line-height: 1.6;
  margin-bottom: 32px;
  text-align: left !important;
}
.recase-post-head-company::before {
  background-color: #fff;
  content: "";
  display: block;
  margin: 13px 8px 0 0;
  height: 1px;
  width: 24px;
}
.recase-post-head-tag {
  margin-bottom: 16px;
}
.recase-post-head-tag li {
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 4px 8px 0;
  padding: 6px 12px;
}
.recase-post-head-image img {
  aspect-ratio: 1.656/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.recase-post-toc {
  padding: 24px;
}
.recase-post-toc-inner {
  border: 1px solid #E3EAF1;
  border-radius: 6px;
  padding: 24px 24px 8px;
}
.recase-post-toc-title {
  display: flex;
  align-items: center;
  margin-left: -24px;
  margin-bottom: 16px;
}
.recase-post-toc-title::before {
  background-color: #035DB8;
  content: "";
  display: block;
  margin-right: 20px;
  height: 16px;
  width: 4px;
}
.recase-post-toc a {
  color: #A1A6AC;
  display: inline-block;
  line-height: 1.6;
  margin-bottom: 8px;
  -webkit-tap-highlight-color: transparent;
}
.recase-post-toc-child {
  list-style: none;
}
.recase-post-toc-child li a {
  display: flex;
  padding-left: 40px;
}
.recase-post-toc-child li a::before {
  background-color: #A1A6AC;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin: 11px 8px 0 0;
  height: 4px;
  width: 4px;
}
.recase-post-content {
  display: flex;
  flex-direction: column;
}
.recase-post-main {
  display: contents;
}
.recase-post-text {
  display: contents;
}
.recase-post-text-description {
  line-height: 2;
  text-align: left !important;
  order: -3;
  padding: 24px;
}
.recase-post-text-head {
  margin-bottom: 16px;
}
.recase-post-text-head._center {
  margin-bottom: 24px;
}
.recase-post-text-head._center .recase-post-text-caption {
  justify-content: center;
}
.recase-post-text-head._center .recase-post-text-title {
  text-align: center !important;
}
.recase-post-text-caption {
  color: #A1AEBB;
  display: flex;
  align-items: center;
  font-size: 10px;
  margin-bottom: 8px;
}
.recase-post-text-caption::before {
  background-color: #035DB8;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  margin-right: 6px;
  height: 6px;
  width: 6px;
}
.recase-post-text-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left !important;
}
.recase-post-text-client {
  order: -2;
  padding: 24px;
}
.recase-post-text-client-text {
  border: 1px solid #E3EAF1;
  border-radius: 6px;
  line-height: 2;
  padding: 24px;
  text-align: left !important;
}
.recase-post-text-summary {
  order: -1;
  padding: 24px;
}
.recase-post-text-summary-text {
  background-color: #F6F8FA;
  border: 1px solid #E3EAF1;
  border-radius: 6px;
  padding: 24px;
}
.recase-post-text-summary-title {
  color: #035DB8;
  font-weight: bold;
  margin-bottom: 12px;
}
.recase-post-text-summary-title::after {
  background-color: #035DB8;
  content: "";
  display: block;
  margin-top: 8px;
  height: 1px;
  width: 24px;
}
.recase-post-text-summary-list {
  border-bottom: 1px solid #D3DCE5;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.recase-post-text-summary-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.recase-post-text-summary-list li {
  display: flex;
  line-height: 2;
}
.recase-post-text-summary-list li::before {
  background-color: #000;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin: 14px 8px 0 0;
  height: 4px;
  width: 4px;
}
.recase-post-body {
  background-color: #FBFBFB;
  line-height: 2;
  padding: 24px;
}
.recase-post-body h2 {
  color: #035DB8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}
.recase-post-body h2:nth-of-type(n+2) {
  padding-top: 40px;
}
.recase-post-body h3 {
  border-bottom: 2px solid #A1AEBB;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
}
.recase-post-body h3::after {
  background-color: #035DB8;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 80px;
}
.recase-post-body h2[id],
.recase-post-body h3[id] {
  scroll-margin-top: var(--recase-anchor-offset, 80px);
}
.recase-post-body h2:focus,
.recase-post-body h3:focus {
  outline: none;
}
.recase-post-body figure {
  margin-bottom: 24px;
}
.recase-post-body figcaption {
  font-size: 16px;
}
.recase-post-body .ta-l {
  text-align: left;
}
.recase-post-body .fw-b {
  font-weight: bold;
}
.recase-post-body .mb-s {
  margin-bottom: 16px;
}
.recase-post-body .mb-m {
  margin-bottom: 24px;
}
.recase-post-body .mb-l {
  margin-bottom: 40px;
}
.recase-post-body .mb-xl {
  margin-bottom: 80px;
}
.recase-post-solution {
  padding: 24px;
}
.recase-post-solution-item {
  margin-bottom: 40px;
}
.recase-post-solution-image {
  margin-bottom: 24px;
}
.recase-post-solution-image img {
  aspect-ratio: 1.656/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.recase-post-solution-title {
  font-weight: bold;
  margin-bottom: 16px;
}
.recase-post-solution-title::after {
  background-color: #035DB8;
  content: "";
  display: block;
  margin-top: 8px;
  height: 2px;
  width: 48px;
}
.recase-post-solution-description {
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: left !important;
}
.recase-post-solution-button {
  margin-inline: auto;
  width: 214px;
}
.recase-post-solution-button a {
  background-color: #035DB8;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 13px 0 15px 56px;
}
.recase-post-solution-button a::after {
  background-image: url("/field-engineering/images/case/arrow-white.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-right: 24px;
  margin-left: auto;
  height: 10px;
  width: 11px;
}
.recase-post-bottom {
  background-color: #035DB8;
  padding: 24px;
}
.recase-post-bottom-image {
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  padding: 40px 32px;
  height: 208px;
  width: 208px;
}
.recase-post-bottom-text {
  color: #fff;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.recase-post-bottom-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: left !important;
}
.recase-post-bottom-list {
  font-size: 14px;
}
.recase-post-bottom-list div {
  margin-bottom: 16px;
}
.recase-post-bottom-list div:last-child {
  margin-bottom: 0;
}
.recase-post-bottom-list div dt {
  display: flex;
}
.recase-post-bottom-list div dt::before {
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin: 7px 8px 12px 0;
  height: 4px;
  width: 4px;
}
.recase-post-bottom-list div dd {
  line-height: 1.6;
  margin: 0 0 0 12px;
}
.recase-post-list {
  background-color: #FBFBFB;
  padding-top: 40px;
}
.recase-post-list .recase-list {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .recase-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
    padding-bottom: 168px;
  }
  .recase-item {
    margin-bottom: 0;
  }
  .recase-post-head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .recase-post-head-image {
    flex-shrink: 0;
    width: 320px;
  }
  .recase-post-toc {
    padding: 0;
    position: relative;
  }
  .recase-post-toc-inner {
    border: none;
    padding: 0;
  }
  .recase-post-toc-rail {
    position: relative;
    width: 240px;
    flex-shrink: 0;
    margin-top: 40px;
    margin-left: 24px;
    z-index: 1;
  }
  .recase-post-toc.is-fixed {
    position: fixed;
    top: var(--recase-toc-top-offset, 24px);
    z-index: 10;
  }
  .recase-post-toc.is-stopped {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .recase-post-toc-parent {
    border-left: 4px solid #EBEBEB;
    padding-left: 16px;
  }
  .recase-post-toc li.current {
    position: relative;
  }
  .recase-post-toc li.current::before {
    background-color: #035DB8;
    border-radius: 0;
    content: "";
    display: block;
    flex-shrink: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: -20px;
    height: 24px;
    width: 4px;
  }
  .recase-post-toc li.current > a {
    color: #000;
  }
  .recase-post-toc li.current > a::before {
    background-color: #000;
  }
  .recase-post-toc-title {
    display: none;
  }
  .recase-post-content {
    flex-direction: row;
    gap: 24px;
  }
  .recase-post-main {
    display: block;
    flex: 1;
    min-width: 0;
  }
  .recase-post-text {
    display: block;
    margin-top: 40px;
    margin-right: 24px;
    margin-bottom: 40px;
    padding: 0;
  }
  .recase-post-text-head._center {
    margin-bottom: 40px;
  }
  .recase-post-text-description {
    margin-bottom: 40px;
    padding: 0;
  }
  .recase-post-text-client {
    margin-bottom: 40px;
    padding: 0;
  }
  .recase-post-text-summary {
    padding: 0;
  }
  .recase-post-body {
    padding: 40px 24px 40px 0;
    position: relative;
  }
  .recase-post-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background-color: #FBFBFB;
  }
  .recase-post-body-inner {
    margin-left: 0;
  }
  .recase-post-solution {
    padding: 64px 24px;
  }
  .recase-post-solution-item {
    display: flex;
    gap: 40px;
    margin-inline: auto;
    margin-bottom: 64px;
    max-width: 680px;
  }
  .recase-post-solution-item > div:nth-child(2) {
    flex: 1;
  }
  .recase-post-solution-item:last-child {
    margin-bottom: 0;
  }
  .recase-post-solution-image {
    flex-shrink: 0;
    height: 178px;
    width: 178px;
  }
  .recase-post-solution-image img {
    aspect-ratio: 1/1;
  }
  .recase-post-solution-title {
    margin-bottom: 24px;
  }
  .recase-post-solution-title::after {
    margin-top: 16px;
  }
  .recase-post-solution-description {
    line-height: 2;
    margin-bottom: 24px;
  }
  .recase-post-solution-button {
    margin-left: auto;
    margin-right: 0;
  }
  .recase-post-bottom {
    padding: 40px;
  }
  .recase-post-bottom-inner {
    display: flex;
    gap: 56px;
    margin-inline: auto;
    max-width: 680px;
  }
  .recase-post-bottom-image {
    flex-shrink: 0;
    margin: 0;
  }
  .recase-post-bottom-text {
    margin-inline: 0;
  }
  .recase-post-bottom-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .recase-head {
    padding: 96px 0 280px;
  }
  .recase-caption {
    font-size: 16px;
  }
  .recase-title {
    font-size: 32px;
  }
  .recase-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: -200px;
    margin-inline: auto;
    max-width: 1320px;
    padding-inline: 0;
    width: 95%;
  }
  .recase-item {
    transition: all 0.3s ease;
  }
  .recase-item-title {
    transition: all 0.3s ease;
  }
  .recase-item-image {
    transition: all 0.3s ease;
  }
  .recase-item-image img {
    transition: all 0.3s ease;
  }
  .recase-item-button {
    transition: all 0.3s ease;
  }
  .recase-item:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .recase-item:hover .recase-item-title {
    text-decoration: underline;
  }
  .recase-item:hover .recase-item-image img {
    transform: scale(1.1);
  }
  .recase-item:hover .recase-item-button {
    opacity: 0.5;
  }
  .recase-post-head-title {
    font-size: 32px;
  }
  .recase-post-head-image {
    max-width: 590px;
    width: 50%;
  }
  .recase-post-head-company {
    font-size: 24px;
  }
  .recase-post-head-company::before {
    margin-top: 21px;
    margin-right: 16px;
  }
  .recase-post-head-tag li {
    margin-right: 8px;
    padding-inline: 16px;
  }
  .recase-post-content {
    gap: 56px;
  }
  .recase-post-toc {
    width: 320px;
  }
  .recase-post-toc-rail {
    margin-top: 72px;
    width: 320px;
  }
  .recase-post-toc a {
    margin-bottom: 0;
    padding: 10px 0 14px;
  }
  .recase-post-toc a:hover {
    color: #000;
  }
  .recase-post-toc li.current::before {
    left: -26px;
    height: 50px;
    width: 10px;
  }
  .recase-post-toc-parent {
    border-width: 10px;
  }
  .recase-post-toc-parent > li {
    margin-bottom: 0;
  }
  .recase-post-text {
    margin-top: 72px;
    margin-bottom: 80px;
  }
  .recase-post-text-description {
    margin-bottom: 96px;
  }
  .recase-post-text-head {
    margin-bottom: 32px;
  }
  .recase-post-text-head._center {
    margin-bottom: 64px;
  }
  .recase-post-text-caption {
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 12px;
  }
  .recase-post-text-title {
    font-size: 24px;
  }
  .recase-post-text-client {
    margin-bottom: 80px;
  }
  .recase-post-text-client-text {
    padding: 32px;
  }
  .recase-post-text-summary-text {
    padding: 32px;
  }
  .recase-post-text-summary-list {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .recase-post-body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .recase-post-body h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .recase-post-body h2:nth-of-type(n+2) {
    padding-top: 80px;
  }
  .recase-post-body h3 {
    font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 16px;
  }
  .recase-post-solution {
    padding: 112px 0;
  }
  .recase-post-bottom {
    padding: 80px 0;
  }
  .recase-post-list {
    padding: 80px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .recase .bread-crumb {
    margin-inline: auto;
    max-width: 1320px;
    padding-inline: 0;
    width: 80%;
  }
  .recase-list {
    gap: 80px 30px;
  }
  .recase-item-inner {
    padding: 24px 32px;
  }
  .recase-item-category {
    margin-left: -32px;
  }
  .recase-item-title {
    font-size: 20px;
  }
  .recase-item-tag li {
    margin-right: 8px;
    padding: 6px 16px;
  }
  .recase-post {
    overflow-x: hidden;
  }
  .recase-post-head {
    padding-inline: 64px;
  }
  .recase-post-head-inner {
    gap: 64px;
    margin-inline: auto;
    max-width: 1320px;
  }
  .recase-post-content {
    margin-inline: auto;
    max-width: 1152px;
  }
  .recase-post-body {
    margin-right: calc(50% - 50vw);
  }
  .recase-post-body-inner {
    max-width: 728px;
  }
}/*# sourceMappingURL=case.css.map */