@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.title {
  padding: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .title {
    display: block;
  }
}
.title:before {
  display: none;
}
.title .data {
  display: table;
  background: #FFEB00;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .title .data {
    padding: 2px 12px;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .title .data {
    padding: 0.5333333333vw 2.4vw;
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }
}
.title h2 {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 4.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .cont {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cont {
    flex-direction: column;
    gap: 4vw;
  }
}
.cont .block {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .cont .block {
    margin: 25px 0 20px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cont .block {
    flex-direction: column;
    margin: 2.6666666667vw 0;
    gap: 2.6666666667vw;
  }
}
.cont .block .image {
  position: relative;
  overflow: hidden;
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cont .block .image {
    width: 100%;
  }
}
.cont .block .image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .cont .block .image img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .cont .block .image img {
    height: 46.6666666667vw;
  }
}
.cont .block .image:before {
  position: absolute;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .cont .block .image:before {
    top: 0;
    left: 0;
    width: 100px;
    font-size: 16px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .cont .block .image:before {
    top: 0;
    left: 0;
    width: 18.6666666667vw;
    font-size: 3.2vw;
    padding: 0.5333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .cont .block .image:first-child {
    border: 3px solid #0221A5;
  }
}
@media screen and (max-width: 767px) {
  .cont .block .image:first-child {
    border: 2px solid #0221A5;
  }
}
.cont .block .image:first-child::before {
  content: "Before";
  background: #0221A5;
  color: #fff;
}
.cont .block .image:last-child {
  border: 3px solid #FFEB00;
}
.cont .block .image:last-child::before {
  content: "After";
  background: #FFEB00;
  color: #000;
}
.cont .block > .ar {
  display: block;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cont .block > .ar {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cont .block > .ar {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: -1.4666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.cont .block > .ar::before, .cont .block > .ar::after {
  content: "";
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%, 40% 50%);
}
@media screen and (min-width: 768px) {
  .cont .block > .ar::before, .cont .block > .ar::after {
    width: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cont .block > .ar::before, .cont .block > .ar::after {
    transform: rotate(90deg);
    width: 2.6666666667vw;
    height: 5.3333333333vw;
  }
}
.cont .block > .ar::before {
  background: #0221A5;
}
@media screen and (min-width: 768px) {
  .cont .block > .ar::before {
    left: 1px;
  }
}
@media screen and (max-width: 767px) {
  .cont .block > .ar::before {
    top: -0.4vw;
  }
}
.cont .block > .ar::after {
  background: #FFEB00;
}
@media screen and (min-width: 768px) {
  .cont .block > .ar::after {
    left: 19px;
  }
}
@media screen and (max-width: 767px) {
  .cont .block > .ar::after {
    top: 1.8666666667vw;
  }
}

div.related-cases {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.related-cases {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases {
    width: 92vw;
    margin: 0 auto 13.3333333333vw;
  }
}
div.related-cases h2 {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  div.related-cases h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
div.related-cases ul li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li {
    border-radius: 6px;
    padding: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.related-cases ul li + li {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li + li {
    margin-top: 6.6666666667vw;
  }
}
div.related-cases ul li > a {
  display: block;
  color: #000;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a {
    padding: 24px 28px;
  }
}
div.related-cases ul li > a .title {
  padding: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .title {
    display: block;
  }
}
div.related-cases ul li > a .title:before {
  display: none;
}
div.related-cases ul li > a .title .data {
  display: table;
  background: #FFEB00;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .title .data {
    padding: 2px 12px;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .title .data {
    padding: 0.5333333333vw 2.4vw;
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }
}
div.related-cases ul li > a .title h3 {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .title h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .title h3 {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont {
    flex-direction: column;
    gap: 4vw;
  }
}
div.related-cases ul li > a .cont .block {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .block {
    margin: 25px 0 20px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .block {
    flex-direction: column;
    margin: 2.6666666667vw 0;
    gap: 2.6666666667vw;
  }
}
div.related-cases ul li > a .cont .block .image {
  position: relative;
  overflow: hidden;
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .block .image {
    width: 100%;
  }
}
div.related-cases ul li > a .cont .block .image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .block .image img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .block .image img {
    height: 46.6666666667vw;
  }
}
div.related-cases ul li > a .cont .block .image:before {
  position: absolute;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .block .image:before {
    top: 0;
    left: 0;
    width: 100px;
    font-size: 16px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .block .image:before {
    top: 0;
    left: 0;
    width: 18.6666666667vw;
    font-size: 3.2vw;
    padding: 0.5333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .block .image:first-child {
    border: 3px solid #0221A5;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .block .image:first-child {
    border: 2px solid #0221A5;
  }
}
div.related-cases ul li > a .cont .block .image:first-child::before {
  content: "Before";
  background: #0221A5;
  color: #fff;
}
div.related-cases ul li > a .cont .block .image:last-child {
  border: 3px solid #FFEB00;
}
div.related-cases ul li > a .cont .block .image:last-child::before {
  content: "After";
  background: #FFEB00;
  color: #000;
}
div.related-cases ul li > a .cont .block > .ar {
  display: block;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .block > .ar {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .block > .ar {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: -1.4666666667vw;
    margin-left: 2.6666666667vw;
  }
}
div.related-cases ul li > a .cont .block > .ar::before, div.related-cases ul li > a .cont .block > .ar::after {
  content: "";
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%, 40% 50%);
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .block > .ar::before, div.related-cases ul li > a .cont .block > .ar::after {
    width: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .block > .ar::before, div.related-cases ul li > a .cont .block > .ar::after {
    transform: rotate(90deg);
    width: 2.6666666667vw;
    height: 5.3333333333vw;
  }
}
div.related-cases ul li > a .cont .block > .ar::before {
  background: #0221A5;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .block > .ar::before {
    left: 1px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .block > .ar::before {
    top: -0.4vw;
  }
}
div.related-cases ul li > a .cont .block > .ar::after {
  background: #FFEB00;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .block > .ar::after {
    left: 19px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .block > .ar::after {
    top: 1.8666666667vw;
  }
}
div.related-cases ul li > a .cont .btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .btn {
    gap: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .btn {
    gap: 2.4vw;
    font-size: 3.7333333333vw;
  }
}
div.related-cases ul li > a .cont .btn .ar {
  position: relative;
  border-radius: 100%;
  background-color: #FFEB00;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .btn .ar {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .btn .ar {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
div.related-cases ul li > a .cont .btn .ar:before {
  content: "›";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  div.related-cases ul li > a .cont .btn .ar:before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases ul li > a .cont .btn .ar:before {
    font-size: 5.3333333333vw;
  }
}
div.related-cases .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.related-cases .btn {
    margin-top: 40px;
    gap: 18px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases .btn {
    margin-top: 6.6666666667vw;
    gap: 2.4vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.related-cases .btn + .btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases .btn + .btn {
    margin-top: 4.6666666667vw;
  }
}
div.related-cases .btn .ar {
  position: relative;
  border-radius: 100%;
  background-color: #FFEB00;
}
@media screen and (min-width: 768px) {
  div.related-cases .btn .ar {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases .btn .ar {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
div.related-cases .btn .ar:before {
  content: "›";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  div.related-cases .btn .ar:before {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  div.related-cases .btn .ar:before {
    font-size: 5.3333333333vw;
  }
}
div.related-cases .btn.return .ar:before {
  content: "‹" !important;
}