@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
body.page,
body .section,
body .lp01,
body .site-header,
body [class*=_btn],
body footer,
body h1,
body h2,
body h3,
body h4,
body h5, body button, body input, body optgroup, body select, body textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body .footer,
body figure {
  margin: 0;
}

.single {
  font-size: 16px;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .single {
    font-size: 14px;
  }
}
.single h1 {
  font-size: 2.5rem;
}
.single h2 {
  font-size: 2rem;
}
.single h3 {
  font-size: 1.5rem;
}
.single h3.wp-block-heading {
  margin-top: 1.5rem;
}
.single li {
  list-style-position: inside;
  margin-left: 1rem;
}
.single main {
  width: 100%;
}
.single main .content {
  width: 100%;
  position: relative;
}
.single main .content figure {
  overflow: hidden;
  margin: 0;
}
.single main .content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single main .content .wp-block-list {
  list-style-type: disc;
}
.single main .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 main .content .wp-block-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: black;
}
.single main .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 main .content .container .post_title {
  color: #1a237e;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 33px;
}
@media screen and (max-width: 1023px) {
  .single main .content .container .post_title {
    font-size: 16px;
    margin: 16px 32px 20px;
  }
}
.single main .content .container .toukou {
  margin: 28px 0 20px;
  position: relative;
  padding-left: 21px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1023px) {
  .single main .content .container .toukou {
    margin: 0 0 2px;
  }
}
.single main .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("../../bulma/img/toukou.svg");
}
.single main .content .container .post_item {
  margin: 0 auto;
  background: #fff;
  width: min(833px, 100%);
}
@media screen and (max-width: 1023px) {
  .single main .content .container .post_item .post_img {
    position: relative;
  }
}
.single main .content .container .post_item .post_img figure {
  width: min(1200px, 100%);
  max-height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .single main .content .container .post_item .post_img figure {
    height: 248px;
  }
}
.single main .content .container .post_item .post_img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
.single main .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 screen and (max-width: 1023px) {
  .single main .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 main .content .container .post_item .img_box .toukou {
  padding-left: 21px;
}
.single main .content .container .post_item .img_box h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin: 0 0 46px;
}
@media screen and (max-width: 1023px) {
  .single main .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 main .content .container .post_item .img_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.single main .content .container .post_item .post_content {
  padding-bottom: 70px;
  margin-top: 22px;
}
@media screen and (max-width: 1023px) {
  .single main .content .container .post_item .post_content {
    margin-top: 0;
  }
}
.single main .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 screen and (max-width: 1023px) {
  .single main .content .container .post_item .post_content .tags_wrap {
    margin: 17px 0 0 20px;
  }
}
.single main .content .container .post_item .post_content .tags_wrap .tags {
  margin: 0;
}
.single main .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 screen and (max-width: 1023px) {
  .single main .content .container .post_item .post_content .tags_wrap .tags .tag {
    gap: 18px;
  }
}
.single main .content .container .post_item .post_content .post_box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .single main .content .container .post_item .post_content .post_box {
    padding: 36px 24px 0 21px;
  }
}
.single main .content .container .post_item .post_content .post_box #toc_container {
  margin: 59px 0 40px;
}
.single main .content .container .post_item .post_content .post_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .single main .content .container .post_item .post_content .post_box p {
    font-size: 14px;
  }
}
.single main .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 screen and (max-width: 1023px) {
  .single main .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 main .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 main .content .container .post_item .post_content .post_box figure + h2 {
  margin-top: 60px;
}
.single main .content .container .post_item .post_content .post_box h2 + p {
  margin-top: 16px;
}
.single main .content .container .post_item .post_content .post_box h2 + .related-companies {
  margin-top: 35px;
}
.single main .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 screen and (max-width: 1023px) {
  .single main .content .container .post_item .post_content .post_box h3 {
    line-height: 18px;
    padding: 9px 0 9px 21px;
    height: auto;
    max-height: 54px;
  }
}
.single main .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("../../bulma/img/h3_title.png");
}
@media screen and (max-width: 1023px) {
  .single main .content .container .post_item .post_content .post_box h3::after {
    width: 83px;
    background-image: url("../../bulma/img/h3_title_sp.png");
  }
}
.single main .content .container .post_item .post_content .post_box .wp-block-image {
  overflow: hidden;
  margin-top: 2rem;
}
.single main .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 .lpfooter {
  background: #1a237e;
  height: 88px;
  padding: 17px;
}
@media screen and (max-width: 1023px) {
  .single .lpfooter {
    height: 95px;
  }
}
.single .lpfooter div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 49px;
}
@media screen and (max-width: 1023px) {
  .single .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 .lpfooter div a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .single .lpfooter div a.pplink {
    font-size: 12px;
    margin: 0 auto 30px;
  }
  .single .lpfooter div a.pplink.pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .single .lpfooter div a.pplink {
    margin: auto;
  }
  .single .lpfooter div a.pplink.sp {
    display: none;
  }
}