.intro {
  padding-bottom: 40px;
  background-image: url(../img/case.jpg);
  background-position: center -90px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-bottom: 0;
    margin-bottom: 10px;
    background-image: url(../img/case_sp.jpg);
    background-size: 305px;
    background-position: center -45px;
  }
}
.intro p {
  padding: 35px 0 15px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.3;
  color: #003b90;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .intro p {
    padding: 10px 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.case {
  position: relative;
  width: 830px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .case {
    width: 100%;
    padding-inline: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.case:nth-child(2 of .case) {
  margin-bottom: 0;
}
.case img.pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .case img.pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .case img.smp {
    display: inline-block;
  }
}
.case .wrap1 {
  border: 15px solid #eef0f2;
  border-bottom: none;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .case .wrap1 {
    border: 7px solid #eef0f2;
    border-bottom: none;
    padding: 10px 10px 25px;
  }
}
.case .wrap1 > h3 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > h3 {
    gap: 20px;
    font-size: 14px;
  }
}
.case .wrap1 > h3 > span:nth-of-type(1) {
  margin: -20px 0 0 -20px;
  padding-right: 25px;
  border-right: 1px solid #96a9b3;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > h3 > span:nth-of-type(1) {
    margin: 0;
    padding-right: 10px;
  }
  .case .wrap1 > h3 > span:nth-of-type(1) img {
    width: 70px;
  }
}
.case .wrap1 > h3 > span:nth-of-type(2) {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > h3 > span:nth-of-type(2) {
    padding-bottom: 0;
  }
}
.case .wrap1 > h3 > span:nth-of-type(2) span {
  font-size: 1.3em;
  font-weight: 900;
  color: #00338e;
}
.case .wrap1 > h4 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > h4 {
    margin-top: 20px;
  }
  .case .wrap1 > h4 img {
    width: 100%;
    max-width: 490px;
  }
}
.case .wrap1 > ul {
  position: relative;
  padding-right: 190px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > ul {
    padding-right: 0;
    margin-top: 15px;
  }
}
.case .wrap1 > ul::after {
  content: url(../img/case04.png);
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > ul::after {
    display: none;
  }
}
.case .wrap1 > ul:is(.case:nth-child(2 of .case) *) {
  padding-right: 140px;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > ul:is(.case:nth-child(2 of .case) *) {
    padding-right: 0;
  }
}
.case .wrap1 > ul:is(.case:nth-child(2 of .case) *)::after {
  content: url(../img/case12.png);
}
@media screen and (max-width: 767px) {
  .case .wrap1 > ul:is(.case:nth-child(2 of .case) *)::after {
    display: none;
  }
}
.case .wrap1 > ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.3em;
}
.case .wrap1 > ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #286ebe;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > ul li:nth-of-type(2) {
    padding-right: 110px;
  }
  .case .wrap1 > ul li:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: url(../img/case04.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .case .wrap1 > ul li:is(.case:nth-child(2 of .case) *):nth-of-type(2) {
    padding-right: 90px;
  }
  .case .wrap1 > ul li:is(.case:nth-child(2 of .case) *):nth-of-type(2)::after {
    display: none;
  }
  .case .wrap1 > ul li:is(.case:nth-child(2 of .case) *):nth-of-type(3) {
    padding-right: 90px;
  }
  .case .wrap1 > ul li:is(.case:nth-child(2 of .case) *):nth-of-type(3)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-image: url(../img/case12.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.case .wrap1 > figure {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > figure {
    margin-top: 10px;
  }
}
.case .wrap1 > figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case .wrap1 > figure img {
    max-width: 400px;
  }
}
.case .wrap2 {
  position: relative;
  padding: 55px;
  background-color: #caedfc;
}
.case .wrap2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 36px solid #ffffff;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .case .wrap2 {
    padding: 40px 17px 17px;
  }
  .case .wrap2::before {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 24px solid #ffffff;
  }
}
.case .wrap2 .grid {
  display: grid;
  grid-template-columns: 1fr 266px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid {
    position: relative;
    display: block;
  }
}
.case .wrap2 .grid div {
  position: relative;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid div {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid div h4 {
    height: 27px;
  }
  .case .wrap2 .grid div h4 img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.case .wrap2 .grid div ul {
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid div ul {
    padding-top: 5px;
  }
}
.case .wrap2 .grid div ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid div ul li {
    margin-top: 5px;
  }
}
.case .wrap2 .grid div ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #286ebe;
  border-right: 0;
}
.case .wrap2 .grid div figure {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid div figure {
    right: auto;
    left: 0;
    text-align: left;
  }
  .case .wrap2 .grid div figure img {
    width: calc(50% + 7px);
  }
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid figure {
    width: 100%;
    padding-top: 10px;
    text-align: right;
  }
  .case .wrap2 .grid figure img {
    width: calc(50% - 17px);
  }
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) {
  display: block;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid:is(.case:nth-child(2 of .case) *) h4 {
    height: 27px;
  }
  .case .wrap2 .grid:is(.case:nth-child(2 of .case) *) h4 img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) h5 {
  font-weight: 600;
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) ul {
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid:is(.case:nth-child(2 of .case) *) ul {
    padding-top: 5px;
  }
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.3em;
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #286ebe;
  border-right: 0;
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) > div {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid:is(.case:nth-child(2 of .case) *) > div {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) > div div h5 {
  padding: 8px 15px;
  background-color: #00338e;
  line-height: 1;
  color: #fff;
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) > div div ul {
  font-weight: 500;
  color: #00338e;
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) > div figure {
  position: relative;
  bottom: auto;
  right: auto;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid:is(.case:nth-child(2 of .case) *) > div figure {
    padding-top: 0;
    text-align: center;
  }
}
.case .wrap2 .grid:is(.case:nth-child(2 of .case) *) > div figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .grid:is(.case:nth-child(2 of .case) *) > div figure img {
    width: 100%;
    max-width: 300px;
  }
}
.case .wrap2 .onayami {
  margin: 30px -20px -20px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami {
    margin: 25px 0 0;
    padding: 15px 12px;
  }
}
.case .wrap2 .onayami h4 {
  padding: 10px 15px;
  background-color: #00338e;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami h4 {
    font-size: 14px;
  }
}
.case .wrap2 .onayami > p {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami > p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.case .wrap2 .onayami .tbl {
  display: grid;
  grid-template: "info img" auto "num num" auto/1fr 270px;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami .tbl {
    grid-template: "info" auto "img" auto "num" auto/1fr;
  }
}
.case .wrap2 .onayami .tbl div:nth-of-type(1) {
  grid-area: info;
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami .tbl div:nth-of-type(1) {
    grid-template-columns: 70px 1fr;
    gap: 6px;
  }
}
.case .wrap2 .onayami .tbl div:nth-of-type(1) h5 {
  padding: 10px;
  background-color: #00338e;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami .tbl div:nth-of-type(1) h5 {
    padding: 10px 0;
    font-size: 11px;
    line-height: 1.2;
  }
}
.case .wrap2 .onayami .tbl div:nth-of-type(1) p {
  display: grid;
  align-items: center;
  grid-template-columns: 125px 1fr;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami .tbl div:nth-of-type(1) p {
    font-size: 11px;
    grid-template-columns: 100px 1fr;
  }
}
.case .wrap2 .onayami .tbl div:nth-of-type(1) p > span:nth-of-type(2) span {
  display: inline-block;
  margin-right: 5px;
  padding: 6px;
  background-color: #00338e;
  border-radius: 5px;
  color: #fff;
}
.case .wrap2 .onayami .tbl figure {
  grid-area: img;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami .tbl figure {
    padding-top: 15px;
    text-align: center;
  }
}
.case .wrap2 .onayami .tbl figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami .tbl figure img {
    width: 80%;
    max-width: 270px;
  }
}
.case .wrap2 .onayami .tbl div:nth-of-type(2) {
  grid-area: num;
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami .tbl div:nth-of-type(2) {
    grid-template-columns: 45px 1fr;
    gap: 6px;
  }
}
.case .wrap2 .onayami .tbl div:nth-of-type(2) h5 {
  position: relative;
  display: grid;
  place-content: center;
  height: 50px;
  background-color: #00338e;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.case .wrap2 .onayami .tbl div:nth-of-type(2) h5::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #00338e;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami .tbl div:nth-of-type(2) h5 {
    height: 40px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 1.2;
  }
  .case .wrap2 .onayami .tbl div:nth-of-type(2) h5::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.case .wrap2 .onayami .tbl div:nth-of-type(2) p {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #00338e;
}
@media screen and (max-width: 767px) {
  .case .wrap2 .onayami .tbl div:nth-of-type(2) p {
    font-size: 14px;
  }
}
.case .wrap2 .onayami .tbl div:nth-of-type(2) p a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */