@charset "UTF-8";
@media print, all and (min-width: 710px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
/* 共通 */
.rotate {
  transform: rotate(30deg);
  display: inline-block;
}

.lsplus {
  letter-spacing: 1em;
  padding-left: 1em !important;
}

.common-lead {
  text-align: center;
}
.common-lead em {
  color: #002F7B;
  font-size: 212.5%;
  line-height: 1.85;
  margin-bottom: 35px;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.common-lead em span {
  color: #00a0e9;
}
.common-lead em span.large {
  font-size: 147.05%;
  position: relative;
}
.common-lead em span.large::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #002F7B;
  bottom: -2px;
  left: 0;
}
.common-lead p {
  line-height: 2.5;
}

.bnr_case {
  background: #367dbd;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.bnr_case a {
  min-height: 320px;
  display: flex;
  align-items: center;
}
.bnr_case:hover {
  opacity: 0.85;
  transition: 0.3s;
}
.bnr_case .deco::after, .bnr_case .deco::before {
  position: absolute;
  content: "";
  background: rgba(0, 47, 123, 0.5);
  mix-blend-mode: multiply;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 610/200;
}
.bnr_case .deco.left::before {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.bnr_case .deco.left::after {
  clip-path: polygon(0 0, 0 100%, 101% 100%);
}
.bnr_case .deco.right::before {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  right: 0;
  left: auto;
}
.bnr_case .deco.right::after {
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  right: 0;
  left: auto;
}
.bnr_case .bnr_case-text {
  position: relative;
  display: inline-block;
}
.bnr_case .bnr_case-text::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/banner-case-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 620px;
  height: 320px;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 20px;
}

@media all and (min-width: 751px) {
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  /* 共通 */
  .common-lead em {
    font-size: 137.5%;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .common-lead em span.large {
    font-size: 125%;
  }
  .common-lead em span.large::after {
    height: 2px;
    bottom: 0px;
  }
  .common-lead p {
    line-height: 2;
    text-align: left;
  }
  .bnr_case {
    margin-bottom: 50px;
  }
  .bnr_case a {
    min-height: 375px;
    align-items: flex-start;
    justify-content: center;
    position: relative;
  }
  .bnr_case a::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/banner-case-image_sp.jpg);
    background-size: auto 96px;
    width: 100%;
    height: 96px;
    top: auto;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 0px;
  }
  .bnr_case .deco::after, .bnr_case .deco::before {
    position: absolute;
    content: "";
    background: rgba(0, 47, 123, 0.5);
    mix-blend-mode: multiply;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    aspect-ratio: 610/200;
  }
  .bnr_case .deco.left::before {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .bnr_case .deco.left::after {
    clip-path: polygon(0 0, 0 100%, 101% 100%);
  }
  .bnr_case .deco.right::before {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    right: 0;
    left: auto;
  }
  .bnr_case .deco.right::after {
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    right: 0;
    left: auto;
  }
  .bnr_case .bnr_case-text img {
    padding: 20px 0 0;
  }
  .bnr_case .bnr_case-text::after {
    content: none;
  }
}
