@charset "UTF-8";
@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
.single-demo {
  font-size: 16px;
  color: #000;
  background: #fff;
}
@media all and (max-width: 767px) {
  .single-demo {
    font-size: 14px;
  }
}
.single-demo h1 {
  font-size: 2.5rem;
}
.single-demo h2 {
  font-size: 2rem;
}
.single-demo h3 {
  font-size: 1.5rem;
}
.single-demo h3.wp-block-heading {
  margin-top: 1.5rem;
}
.single-demo li {
  list-style-position: inside;
  margin-left: 1rem;
}
.single-demo main {
  width: 100%;
}
.single-demo main .demo-content {
  width: 100%;
  position: relative;
}
.single-demo main .demo-content .header_wrap {
  width: min(1280px, 100%);
  margin: auto;
  padding: 18px 0 32px;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .header_wrap {
    padding: 10px 0 0 8px;
  }
}
.single-demo main .demo-content .header_wrap .header_logo {
  width: 122px;
  height: 61px;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .header_wrap .header_logo {
    width: 98px;
    height: 49px;
    margin-left: 8px;
  }
}
.single-demo main .demo-content .header_wrap .header_logo img {
  width: 100%;
  height: 100%;
}
.single-demo main .demo-content figure {
  overflow: hidden;
}
.single-demo main .demo-content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-demo main .demo-content .wp-block-list {
  list-style-type: disc;
}
.single-demo main .demo-content .wp-block-list li {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}
.single-demo main .demo-content .wp-block-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: black;
}
.single-demo main .demo-content .container {
  width: min(833px, 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-demo main .demo-content .container .demo_title {
  color: #1a237e;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 33px;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .demo_title {
    font-size: 16px;
    margin: 16px 32px 20px;
  }
}
.single-demo main .demo-content .container .toukou {
  margin: 28px 0 20px;
  position: relative;
  padding-left: 21px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .toukou {
    margin: 0 0 2px;
  }
}
.single-demo main .demo-content .container .toukou::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../../assets/img/common/toukou.svg");
}
.single-demo main .demo-content .container .post_item {
  margin: 0 auto;
  background: #fff;
  width: min(833px, 100%);
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_img {
    position: relative;
  }
}
.single-demo main .demo-content .container .post_item .post_img figure {
  width: min(1200px, 100%);
  height: auto;
  max-height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_img figure {
    height: 248px;
  }
}
.single-demo main .demo-content .container .post_item .post_img figure img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.single-demo main .demo-content .container .post_item .img_box {
  position: relative;
  max-height: 140px;
  height: auto;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 21px 10px;
    max-height: 190px;
    height: auto;
  }
}
.single-demo main .demo-content .container .post_item .img_box .toukou {
  padding-left: 21px;
}
.single-demo main .demo-content .container .post_item .img_box h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin: 0 0 46px;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .img_box h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 14px 0 0;
    max-height: 95px;
    width: auto;
    -webkit-line-clamp: 4;
  }
}
.single-demo main .demo-content .container .post_item .img_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.single-demo main .demo-content .container .post_item .post_content {
  padding-bottom: 70px;
  margin-top: 22px;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_content {
    margin-top: 0;
  }
}
.single-demo main .demo-content .container .post_item .post_content .tags_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 44px 69px;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_content .tags_wrap {
    margin: 17px 0 0 20px;
  }
}
.single-demo main .demo-content .container .post_item .post_content .tags_wrap .tags {
  margin: 0;
}
.single-demo main .demo-content .container .post_item .post_content .tags_wrap .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 10px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.04rem;
  background: #efefef;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_content .tags_wrap .tags .tag {
    gap: 18px;
  }
}
.single-demo main .demo-content .container .post_item .post_content .post_box {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_content .post_box {
    padding: 36px 24px 0 21px;
  }
}
.single-demo main .demo-content .container .post_item .post_content .post_box #toc_container {
  margin: 59px 0 40px;
}
.single-demo main .demo-content .container .post_item .post_content .post_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2rem;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_content .post_box p {
    font-size: 14px;
  }
}
.single-demo main .demo-content .container .post_item .post_content .post_box h2 {
  height: 36px;
  font-weight: 700;
  line-height: 36px;
  font-size: 20px;
  position: relative;
  text-align: left;
  letter-spacing: 0.04rem;
  margin: 32px 0 0;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_content .post_box h2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 100%;
    font-size: 16px;
    line-height: 16px;
    max-height: 46px;
  }
}
.single-demo main .demo-content .container .post_item .post_content .post_box h2::after {
  content: "";
  margin-top: 9px;
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
  bottom: -9px;
}
.single-demo main .demo-content .container .post_item .post_content .post_box figure + h2 {
  margin-top: 60px;
}
.single-demo main .demo-content .container .post_item .post_content .post_box h2 + p {
  margin-top: 16px;
}
.single-demo main .demo-content .container .post_item .post_content .post_box h2 + .related-companies {
  margin-top: 35px;
}
.single-demo main .demo-content .container .post_item .post_content .post_box h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  background: #e9e9e9;
  height: 36px;
  position: relative;
  padding-left: 21px;
  margin: 35px 0 16px;
  overflow: hidden;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_content .post_box h3 {
    line-height: 18px;
    padding: 9px 0 9px 21px;
    height: auto;
    max-height: 54px;
  }
}
.single-demo main .demo-content .container .post_item .post_content .post_box h3::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 139px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("../../assets/img/common/h3_title.png");
}
@media all and (max-width: 767px) {
  .single-demo main .demo-content .container .post_item .post_content .post_box h3::after {
    width: 83px;
    background-image: url("../../assets/img/common/h3_title_sp.png");
  }
}
.single-demo main .demo-content .container .post_item .post_content .post_box .wp-block-image {
  overflow: hidden;
  margin-top: 2rem;
}
.single-demo main .demo-content .container .post_item .post_content .post_box .wp-block-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-demo .lpfooter {
  background: #1a237e;
  height: 88px;
  padding: 17px;
}
@media all and (max-width: 767px) {
  .single-demo .lpfooter {
    height: 95px;
  }
}
.single-demo .lpfooter div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 49px;
}
@media all and (max-width: 767px) {
  .single-demo .lpfooter div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-demo .lpfooter div a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
}
@media all and (max-width: 767px) {
  .single-demo .lpfooter div a.pplink.pc {
    display: none;
  }
  .single-demo .lpfooter div a.pplink {
    font-size: 12px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 768px) {
  .single-demo .lpfooter div a.pplink {
    margin: auto;
  }
  .single-demo .lpfooter div a.pplink.sp {
    display: none;
  }
}