.l-lower-mv__title,
.c-breadcrumb {
  width: 100%;
}

.c-breadcrumb + div {
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-breadcrumb + div {
    font-size: 28px;
  }
}

.l-lower-mv__inner {
  padding: 0px 10px;
}

.c-breadcrumb__inner {
  padding: 0;
}

.p-works__list a {
  transition: 0.3s ease;
}
.p-works__list a:hover {
  opacity: 0.7;
}

.p-works h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-works h1 {
    font-size: 21px;
  }
}
.p-works img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.p-works__categorylist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 36px auto;
}
.p-works__categorylist a, .p-works__categorylist span {
  border: solid 1px #0E56CB;
  display: inline-block;
  border-radius: 2px;
  padding: 5px 10px;
  color: #0E56CB;
  line-height: 1;
  text-align: center;
}
.p-works__categorylist .is-active a {
  background-color: #0E56CB;
  color: #fff;
}
.p-works__categorylist__tab a {
  min-width: 100px;
  padding: 10px;
}
.p-works__categorylist__single {
  justify-content: start;
  margin: 15px auto 40px;
}
.p-works__categorylist__detail {
  margin: 7px auto;
  justify-content: start;
  gap: 5px;
}
.p-works__categorylist__detail span {
  font-size: 14px;
  padding: 3px 6px;
}
.p-works__inner__detail {
  max-width: 980px;
}
.p-works__picture {
  margin: 40px auto 0;
  text-align: center;
  max-width: 800px;
}
.p-works__detail {
  margin-top: 70px;
}
.p-works__detail h2 {
  padding-left: 25px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
}
.p-works__detail h2:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0E56CB;
}
.p-works__detail dl {
  display: flex;
  flex-wrap: wrap;
}
.p-works__detail dl dt, .p-works__detail dl dd {
  padding: 15px 10px;
  border-bottom: solid 1px #d1d1d1;
}
.p-works__detail dl dt {
  font-weight: bold;
  width: 130px;
}
.p-works__detail dl dd {
  width: calc(100% - 130px);
}
@media only screen and (min-width: 769px) {
  .p-works__detail dl dt, .p-works__detail dl dd {
    padding: 35px 10px;
  }
  .p-works__detail dl dt {
    width: 240px;
  }
  .p-works__detail dl dd {
    width: calc(100% - 240px);
  }
}
.p-works__detail.button {
  text-align: center;
}
.p-works__detail.button a {
  border: solid 1px #0E56CB;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #0E56CB;
  min-width: 240px;
}
.p-works hgroup {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin: 70px auto;
  line-height: 1;
  font-weight: bold;
}
.p-works hgroup h2 {
  font-size: 30px;
}
.p-works hgroup div {
  margin: 20px auto 0;
  color: #0E56CB;
}
.p-works hgroup:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 65px;
  height: 3px;
  border-radius: 2px;
  background: #0E56CB;
}
.p-works__another {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 400px;
  margin: 0 auto 100px;
}
.p-works__another__item {
  width: 100%;
}
.p-works__another__item a {
  transition: 0.3s ease;
  display: block;
}
.p-works__another__item a:hover {
  opacity: 0.7;
}
.p-works__another__title {
  font-weight: bold;
  margin-top: 10px;
}
.p-works__another__pic {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-works__another {
    flex-wrap: nowrap;
    gap: 50px;
    max-width: 100%;
  }
  .p-works__another__item {
    width: calc(33.33% - 33.34px);
  }
}

.load-more-container {
  text-align: center;
  padding-bottom: 100px;
}
.load-more-container button {
  display: inline-block;
  border-radius: 30px;
  padding: 10px 20px;
  min-width: 240px;
  background: #0E56CB;
  color: #fff;
  text-align: center;
}