@charset "UTF-8";
.p-breadcrumbs {
  padding: 3rem 0 2.5rem;
  margin-top: 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs {
    border-top: 1px solid #DCDCDC;
    margin-top: 6rem;
    padding: 0.6rem 0;
  }
}
.p-breadcrumbs .-nav {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-breadcrumbs .-nav .-item {
  display: inline;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs .-nav .-item {
    font-size: 1.1rem;
  }
}
.p-breadcrumbs .-nav .-item a {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-breadcrumbs .-nav .-item a:hover {
    opacity: 0.7;
  }
}
.p-breadcrumbs .-nav .-item + .-item::before {
  content: "＞";
  margin-right: 0.25rem;
}

.p-post {
  margin-top: 4rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-post {
    margin-top: 0;
    padding-bottom: 4rem;
  }
}
.p-post .-header .-mv .-ttl {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-post .-header .-mv .-ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-post .-header .-mv .-company {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-post .-header .-mv .-company {
    font-size: 1.6rem;
  }
}
.p-post .-header .-mv .-data {
  margin-top: 2rem;
}
.p-post .-header .-mv .-data .-sttl {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-post .-header .-mv .-data .-sttl {
    margin-bottom: 0.5rem;
  }
}
.p-post .-header .-mv .-data .-txt {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.p-post .-header .-mv .-img {
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-post .-header .-mv .-img img {
  width: 100%;
}
.p-post .-header .-intro {
  margin-top: 5.5rem;
}
.p-post .-header .-intro .-ttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-post .-header .-intro .-ttl {
    font-size: 1.8rem;
  }
}
.p-post .-header .-intro .-txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-post .-header .-intro .-txt {
    margin-top: 2rem;
  }
}
.p-post .-main {
  margin-top: 4rem;
}
.p-post .-footer {
  margin-top: 4rem;
}
.p-post .-footer .-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.p-post .-footer .-btns .-btn {
  background: #000;
  color: #fff;
  border-radius: 100px;
  width: 21.5rem;
  height: 5.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-post .-footer .-btns .-btn:hover {
    opacity: 0.7;
  }
}
.p-post .-footer .-btns .-btn::before {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 50%;
  translate: 0 -50%;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}
.p-post._case .-header .-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.5rem;
}
.p-post._case .-header .-mv .-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-post._case .-header .-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-post._case .-header .-mv .-left {
    width: 100%;
  }
}
.p-post._column .-header .-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-post._column .-header .-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}

.m-post {
  zoom: 1;
}
.m-post::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
.m-post p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 3rem 0;
}
.m-post p:first-child {
  margin-top: 0;
}
.m-post p:last-child {
  margin-bottom: 0;
}
.m-post h2, .m-post h3, .m-post h4, .m-post h5 {
  margin: 4rem 0 1.8rem;
}
.m-post h2:first-child, .m-post h3:first-child, .m-post h4:first-child, .m-post h5:first-child {
  margin-top: 0;
}
.m-post h2 + p, .m-post h3 + p, .m-post h4 + p, .m-post h5 + p {
  margin-top: 0;
}
.m-post h2 {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 700;
}
.m-post h3 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  border-bottom: 1px solid #999;
}
.m-post h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  background: #DCDCDC;
  padding: 0.8rem 1em 0.8rem;
}
@media screen and (max-width: 767px) {
  .m-post h4 {
    padding: 0.8rem 1em 0.5rem;
  }
}
.m-post h5 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  padding-left: 0.8em;
  position: relative;
}
.m-post h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2rem;
  width: 0.5rem;
  border-radius: 0.5rem;
  background: #EA0000;
}
.m-post .wp-block-image {
  margin-top: 2rem;
}
.m-post ul, .m-post ol {
  margin: 2em 0;
}
.m-post ul li, .m-post ol li {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
.m-post ul:first-child, .m-post ol:first-child {
  margin-top: 0;
}
.m-post ul:last-child, .m-post ol:last-child {
  margin-bottom: 0;
}
.m-post ul {
  padding: 0;
}
.m-post ul li {
  list-style: none;
  padding-left: 1.3em;
  position: relative;
}
.m-post ul li::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.5em;
  width: 0.3em;
  height: 0.3em;
  background: #000;
  border-radius: 100%;
}
.m-post ol {
  padding: 0;
  counter-reset: item;
}
.m-post ol li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.m-post ol li:nth-child(n+10) {
  padding-left: 2em;
  text-indent: -2em;
}
.m-post ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.5em;
}
.m-post bold, .m-post strong {
  font-weight: 700;
}
.m-post em {
  font-style: italic;
}
.m-post a {
  color: #0000EE;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .m-post a:hover {
    opacity: 0.7;
  }
}
.m-post iframe, .m-post video {
  max-width: 100%;
  height: 40rem;
  margin: 3em auto;
}
.m-post iframe:first-child, .m-post video:first-child {
  margin-top: 0;
}
.m-post iframe:last-child, .m-post video:last-child {
  margin-bottom: 0;
}
.m-post figure {
  margin: 6rem 0 3rem;
  display: table !important;
}
.m-post figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 1em;
}
.m-post figure a {
  display: block;
}
.m-post figure:first-child {
  margin-top: 0;
}
.m-post figure:last-child {
  margin-bottom: 0;
}
.m-post img.aligncenter {
  display: block;
  margin: 0 auto;
}
.m-post .aligncenter {
  text-align: center;
}
.m-post .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 2em;
}
.m-post .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 2em;
}
.m-post blockquote {
  background: #eee;
  border-radius: 1rem;
  padding: 2em;
  margin: 2em 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
.m-post blockquote:first-child {
  margin-top: 0;
}
.m-post blockquote:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-post h2 {
    font-size: 2rem;
  }
  .m-post h3 {
    font-size: 1.8rem;
  }
  .m-post h4 {
    font-size: 1.6rem;
  }
  .m-post img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .m-post figure img {
    display: block;
    margin: 0 auto;
  }
  .m-post .aligncenter,
  .m-post .alignright,
  .m-post .alignleft {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .m-post blockquote {
    padding: 5vw;
  }
  .m-post iframe, .m-post video {
    max-width: 100%;
  }
}
.m-post .-index {
  border: 1px solid #999;
  border-radius: 1rem;
  padding: 3rem 8rem 3rem;
}
@media screen and (max-width: 767px) {
  .m-post .-index {
    padding: 2rem 2rem 3rem;
  }
}
.m-post .-index .-ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .m-post .-index .-ttl {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.m-post .-index .-list {
  margin: 0;
}
.m-post .-index .-list li {
  border-bottom: 1px solid #ccc;
  padding-top: 1em;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  text-indent: -2rem;
  font-weight: normal;
}
.m-post .-index .-list li::before {
  content: "・";
}
.m-post .-index .-list li a {
  color: #0000EE;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .m-post .-index .-list li a:hover {
    opacity: 0.7;
  }
}
.m-post .-download {
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 2rem;
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .m-post .-download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-post .-download:last-child {
  margin-bottom: 0;
}
.m-post .-download .-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30rem;
  height: 20rem;
  border-radius: 1rem;
  overflow: hidden;
}
.m-post .-download .-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .m-post .-download .-img {
    width: 100%;
  }
}
.m-post .-download .-ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  padding-bottom: 0;
  border-bottom: none;
}
.m-post .-download .-txt {
  font-size: 1.5rem;
  margin: 0;
}
.m-post .-download .-link {
  font-size: 1.5rem;
  margin-top: 1em;
}
.m-post .-download .-link a {
  color: #0000EE;
  text-decoration: underline;
  font-weight: 400;
}
.m-post .-download .-link a::after {
  content: "";
  background: url("../img/solution/ico_blank.svg") no-repeat center/contain;
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
.m-post .-download .-link a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .m-post .-download .-link a:hover {
    opacity: 0.7;
  }
}

.p-related {
  padding: 3rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-related {
    padding: 2rem 0 3rem;
  }
}
.p-related .-ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-related .-ttl {
    font-size: 2rem;
  }
}