@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 .section .section_header {
  width: min(1200px, 100%);
  min-height: 0px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single .section .container article {
  background: #fff;
  margin: 50px auto 0;
  position: relative;
}

/* コラムページスタイル ***********************/
.single-column1 .content,
.single-column2 .content,
.single-column3 .content,
.single-column4 .content {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content,
  .single-column2 .content,
  .single-column3 .content,
  .single-column4 .content {
    margin-top: 0;
  }
}
.single-column1 .content .container,
.single-column2 .content .container,
.single-column3 .content .container,
.single-column4 .content .container {
  width: min(1200px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container,
  .single-column2 .content .container,
  .single-column3 .content .container,
  .single-column4 .content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-column1 .content .container article,
.single-column2 .content .container article,
.single-column3 .content .container article,
.single-column4 .content .container article {
  width: min(758px, 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .toukou,
  .single-column2 .content .container article .toukou,
  .single-column3 .content .container article .toukou,
  .single-column4 .content .container article .toukou {
    margin-bottom: 10px;
  }
}
.single-column1 .content .container article .post_item,
.single-column2 .content .container article .post_item,
.single-column3 .content .container article .post_item,
.single-column4 .content .container article .post_item {
  margin: 0 auto;
  background: #fff;
  width: min(758px, 100%);
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_img,
  .single-column2 .content .container article .post_item .post_img,
  .single-column3 .content .container article .post_item .post_img,
  .single-column4 .content .container article .post_item .post_img {
    position: relative;
  }
}
.single-column1 .content .container article .post_item .post_img figure,
.single-column2 .content .container article .post_item .post_img figure,
.single-column3 .content .container article .post_item .post_img figure,
.single-column4 .content .container article .post_item .post_img figure {
  width: min(758px, 100%);
  height: 440px;
  max-height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_img figure,
  .single-column2 .content .container article .post_item .post_img figure,
  .single-column3 .content .container article .post_item .post_img figure,
  .single-column4 .content .container article .post_item .post_img figure {
    height: 248px;
  }
}
.single-column1 .content .container article .post_item .post_img figure img,
.single-column2 .content .container article .post_item .post_img figure img,
.single-column3 .content .container article .post_item .post_img figure img,
.single-column4 .content .container article .post_item .post_img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-column1 .content .container article .post_item .img_box,
.single-column2 .content .container article .post_item .img_box,
.single-column3 .content .container article .post_item .img_box,
.single-column4 .content .container article .post_item .img_box {
  position: relative;
  padding: 5px 0 20px;
  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-column1 .content .container article .post_item .img_box,
  .single-column2 .content .container article .post_item .img_box,
  .single-column3 .content .container article .post_item .img_box,
  .single-column4 .content .container article .post_item .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 21px 10px;
    max-height: 190px;
    height: auto;
  }
}
.single-column1 .content .container article .post_item .img_box h1,
.single-column2 .content .container article .post_item .img_box h1,
.single-column3 .content .container article .post_item .img_box h1,
.single-column4 .content .container article .post_item .img_box h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #3D3B3A;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .img_box h1,
  .single-column2 .content .container article .post_item .img_box h1,
  .single-column3 .content .container article .post_item .img_box h1,
  .single-column4 .content .container article .post_item .img_box h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 14px;
    height: 40px;
    max-height: 95px;
    width: auto;
    -webkit-line-clamp: 4;
  }
}
.single-column1 .content .container article .post_item .img_box > div,
.single-column2 .content .container article .post_item .img_box > div,
.single-column3 .content .container article .post_item .img_box > div,
.single-column4 .content .container article .post_item .img_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .img_box .toukou,
  .single-column2 .content .container article .post_item .img_box .toukou,
  .single-column3 .content .container article .post_item .img_box .toukou,
  .single-column4 .content .container article .post_item .img_box .toukou {
    margin: 1rem 0;
  }
}
.single-column1 .content .container article .post_item .post_content,
.single-column2 .content .container article .post_item .post_content,
.single-column3 .content .container article .post_item .post_content,
.single-column4 .content .container article .post_item .post_content {
  padding-bottom: 70px;
  margin-top: 35px;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content,
  .single-column2 .content .container article .post_item .post_content,
  .single-column3 .content .container article .post_item .post_content,
  .single-column4 .content .container article .post_item .post_content {
    margin-top: 0;
  }
}
.single-column1 .content .container article .post_item .post_content .tags_wrap,
.single-column2 .content .container article .post_item .post_content .tags_wrap,
.single-column3 .content .container article .post_item .post_content .tags_wrap,
.single-column4 .content .container article .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-column1 .content .container article .post_item .post_content .tags_wrap,
  .single-column2 .content .container article .post_item .post_content .tags_wrap,
  .single-column3 .content .container article .post_item .post_content .tags_wrap,
  .single-column4 .content .container article .post_item .post_content .tags_wrap {
    margin: 17px 0 0 20px;
  }
}
.single-column1 .content .container article .post_item .post_content .tags_wrap .tags,
.single-column2 .content .container article .post_item .post_content .tags_wrap .tags,
.single-column3 .content .container article .post_item .post_content .tags_wrap .tags,
.single-column4 .content .container article .post_item .post_content .tags_wrap .tags {
  margin: 0;
}
.single-column1 .content .container article .post_item .post_content .tags_wrap .tags .tag,
.single-column2 .content .container article .post_item .post_content .tags_wrap .tags .tag,
.single-column3 .content .container article .post_item .post_content .tags_wrap .tags .tag,
.single-column4 .content .container article .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: #3D3B3A;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.04rem;
  background: #efefef;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .tags_wrap .tags .tag,
  .single-column2 .content .container article .post_item .post_content .tags_wrap .tags .tag,
  .single-column3 .content .container article .post_item .post_content .tags_wrap .tags .tag,
  .single-column4 .content .container article .post_item .post_content .tags_wrap .tags .tag {
    gap: 18px;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box,
.single-column2 .content .container article .post_item .post_content .post_box,
.single-column3 .content .container article .post_item .post_content .post_box,
.single-column4 .content .container article .post_item .post_content .post_box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box,
  .single-column2 .content .container article .post_item .post_content .post_box,
  .single-column3 .content .container article .post_item .post_content .post_box,
  .single-column4 .content .container article .post_item .post_content .post_box {
    padding: 36px 24px 0 21px;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box #toc_container,
.single-column2 .content .container article .post_item .post_content .post_box #toc_container,
.single-column3 .content .container article .post_item .post_content .post_box #toc_container,
.single-column4 .content .container article .post_item .post_content .post_box #toc_container {
  margin: 49px 0 32px;
}
.single-column1 .content .container article .post_item .post_content .post_box p,
.single-column2 .content .container article .post_item .post_content .post_box p,
.single-column3 .content .container article .post_item .post_content .post_box p,
.single-column4 .content .container article .post_item .post_content .post_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2rem;
}
.single-column1 .content .container article .post_item .post_content .post_box h2,
.single-column2 .content .container article .post_item .post_content .post_box h2,
.single-column3 .content .container article .post_item .post_content .post_box h2,
.single-column4 .content .container article .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-column1 .content .container article .post_item .post_content .post_box h2,
  .single-column2 .content .container article .post_item .post_content .post_box h2,
  .single-column3 .content .container article .post_item .post_content .post_box h2,
  .single-column4 .content .container article .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-column1 .content .container article .post_item .post_content .post_box h2::after,
.single-column2 .content .container article .post_item .post_content .post_box h2::after,
.single-column3 .content .container article .post_item .post_content .post_box h2::after,
.single-column4 .content .container article .post_item .post_content .post_box h2::after {
  content: "";
  margin-top: 9px;
  display: block;
  background: #3D3B3A;
  width: 100%;
  height: 1px;
  bottom: -9px;
}
.single-column1 .content .container article .post_item .post_content .post_box figure + h2,
.single-column2 .content .container article .post_item .post_content .post_box figure + h2,
.single-column3 .content .container article .post_item .post_content .post_box figure + h2,
.single-column4 .content .container article .post_item .post_content .post_box figure + h2 {
  margin-top: 60px;
}
.single-column1 .content .container article .post_item .post_content .post_box h2 + p,
.single-column2 .content .container article .post_item .post_content .post_box h2 + p,
.single-column3 .content .container article .post_item .post_content .post_box h2 + p,
.single-column4 .content .container article .post_item .post_content .post_box h2 + p {
  margin-top: 16px;
}
.single-column1 .content .container article .post_item .post_content .post_box h2 + .related-companies,
.single-column2 .content .container article .post_item .post_content .post_box h2 + .related-companies,
.single-column3 .content .container article .post_item .post_content .post_box h2 + .related-companies,
.single-column4 .content .container article .post_item .post_content .post_box h2 + .related-companies {
  margin-top: 35px;
}
.single-column1 .content .container article .post_item .post_content .post_box h3,
.single-column2 .content .container article .post_item .post_content .post_box h3,
.single-column3 .content .container article .post_item .post_content .post_box h3,
.single-column4 .content .container article .post_item .post_content .post_box h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  height: 36px;
  position: relative;
  padding-left: 11px;
  margin: 35px 0 16px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box h3,
  .single-column2 .content .container article .post_item .post_content .post_box h3,
  .single-column3 .content .container article .post_item .post_content .post_box h3,
  .single-column4 .content .container article .post_item .post_content .post_box h3 {
    line-height: 18px;
    padding: 9px 0 9px 21px;
    height: auto;
    max-height: 54px;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box h3::before,
.single-column2 .content .container article .post_item .post_content .post_box h3::before,
.single-column3 .content .container article .post_item .post_content .post_box h3::before,
.single-column4 .content .container article .post_item .post_content .post_box h3::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 3px;
  height: 22px;
  background: #3D3B3A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.single-column1 .content .container article .post_item .post_content .post_box .wp-block-image,
.single-column2 .content .container article .post_item .post_content .post_box .wp-block-image,
.single-column3 .content .container article .post_item .post_content .post_box .wp-block-image,
.single-column4 .content .container article .post_item .post_content .post_box .wp-block-image {
  overflow: hidden;
  margin-top: 2rem;
  aspect-ratio: 16/9;
}
.single-column1 .content .container article .post_item .post_content .post_box .wp-block-image img,
.single-column2 .content .container article .post_item .post_content .post_box .wp-block-image img,
.single-column3 .content .container article .post_item .post_content .post_box .wp-block-image img,
.single-column4 .content .container article .post_item .post_content .post_box .wp-block-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box ul,
  .single-column2 .content .container article .post_item .post_content .post_box ul,
  .single-column3 .content .container article .post_item .post_content .post_box ul,
  .single-column4 .content .container article .post_item .post_content .post_box ul {
    margin-left: 0;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box table,
.single-column2 .content .container article .post_item .post_content .post_box table,
.single-column3 .content .container article .post_item .post_content .post_box table,
.single-column4 .content .container article .post_item .post_content .post_box table {
  width: 100%;
  margin-top: 1rem;
}
.single-column1 .content .container article .post_item .post_content .post_box table td,
.single-column1 .content .container article .post_item .post_content .post_box table th,
.single-column2 .content .container article .post_item .post_content .post_box table td,
.single-column2 .content .container article .post_item .post_content .post_box table th,
.single-column3 .content .container article .post_item .post_content .post_box table td,
.single-column3 .content .container article .post_item .post_content .post_box table th,
.single-column4 .content .container article .post_item .post_content .post_box table td,
.single-column4 .content .container article .post_item .post_content .post_box table th {
  border: #969696 1px solid;
  padding: 0.5em;
}
.single-column1 .content .container article .post_item .post_content .post_box table th,
.single-column2 .content .container article .post_item .post_content .post_box table th,
.single-column3 .content .container article .post_item .post_content .post_box table th,
.single-column4 .content .container article .post_item .post_content .post_box table th {
  white-space: nowrap;
  font-weight: normal;
  background: #f5f5f5;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box table th,
  .single-column2 .content .container article .post_item .post_content .post_box table th,
  .single-column3 .content .container article .post_item .post_content .post_box table th,
  .single-column4 .content .container article .post_item .post_content .post_box table th {
    text-align: center;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box table td,
.single-column2 .content .container article .post_item .post_content .post_box table td,
.single-column3 .content .container article .post_item .post_content .post_box table td,
.single-column4 .content .container article .post_item .post_content .post_box table td {
  text-align: left;
}
.single-column1 .content .container article .post_item .post_content .post_box .column_corp_block,
.single-column2 .content .container article .post_item .post_content .post_box .column_corp_block,
.single-column3 .content .container article .post_item .post_content .post_box .column_corp_block,
.single-column4 .content .container article .post_item .post_content .post_box .column_corp_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.single-column1 .content .container article .post_item .post_content .post_box .column_corp_block .company-block h3,
.single-column2 .content .container article .post_item .post_content .post_box .column_corp_block .company-block h3,
.single-column3 .content .container article .post_item .post_content .post_box .column_corp_block .company-block h3,
.single-column4 .content .container article .post_item .post_content .post_box .column_corp_block .company-block h3 {
  margin-top: 0;
}
.single-column1 .content .container article .post_item .post_content .post_box .column_corp_block .company-block .corp_img img,
.single-column2 .content .container article .post_item .post_content .post_box .column_corp_block .company-block .corp_img img,
.single-column3 .content .container article .post_item .post_content .post_box .column_corp_block .company-block .corp_img img,
.single-column4 .content .container article .post_item .post_content .post_box .column_corp_block .company-block .corp_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-column1 .content .container article .post_item .post_content .post_box .column_corp_block .company-block .corp_btn,
.single-column2 .content .container article .post_item .post_content .post_box .column_corp_block .company-block .corp_btn,
.single-column3 .content .container article .post_item .post_content .post_box .column_corp_block .company-block .corp_btn,
.single-column4 .content .container article .post_item .post_content .post_box .column_corp_block .company-block .corp_btn {
  width: 166px;
  height: 31px;
  border-radius: 20px;
  background: #1b364b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 26px auto;
}
.single-column1 .content .container article .post_item .post_content .post_box .related-posts-block,
.single-column2 .content .container article .post_item .post_content .post_box .related-posts-block,
.single-column3 .content .container article .post_item .post_content .post_box .related-posts-block,
.single-column4 .content .container article .post_item .post_content .post_box .related-posts-block {
  margin: 2em auto;
  position: relative;
  padding: 0.5em 1.5em;
  width: 90%;
  border: solid 2px #d9d9d9;
}
.single-column1 .content .container article .post_item .post_content .post_box .related-posts-block h4,
.single-column2 .content .container article .post_item .post_content .post_box .related-posts-block h4,
.single-column3 .content .container article .post_item .post_content .post_box .related-posts-block h4,
.single-column4 .content .container article .post_item .post_content .post_box .related-posts-block h4 {
  font-size: 20px;
  color: #0068b7;
}
.single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
.single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
.single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
.single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
  .single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
  .single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li,
  .single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure,
.single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure,
.single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure,
.single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure {
  width: min(200px, 100%);
}
.single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img,
.single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img,
.single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img,
.single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li figure img {
  max-width: 200px;
}
.single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
.single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
.single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
.single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap {
  margin-left: 20px;
  line-height: 20px;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
  .single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
  .single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap,
  .single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap {
    margin-left: 0;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p,
.single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p,
.single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p,
.single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap p {
  color: #3D3B3A;
  font-size: 14px;
  line-height: 20px;
}
.single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
.single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
.single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
.single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a {
  font-size: 16px;
  text-decoration: none;
  color: #5A94D8;
}
.single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover,
.single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover,
.single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover,
.single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
  .single-column2 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
  .single-column3 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a,
  .single-column4 .content .container article .post_item .post_content .post_box .related-posts-block .related-posts li .related_wrap a {
    margin-bottom: 15px;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box .link-card,
.single-column2 .content .container article .post_item .post_content .post_box .link-card,
.single-column3 .content .container article .post_item .post_content .post_box .link-card,
.single-column4 .content .container article .post_item .post_content .post_box .link-card {
  margin: 2em auto;
  position: relative;
  padding: 0.5em 1.5em;
  width: 95%;
  border: solid 2px #d9d9d9;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box .link-card,
  .single-column2 .content .container article .post_item .post_content .post_box .link-card,
  .single-column3 .content .container article .post_item .post_content .post_box .link-card,
  .single-column4 .content .container article .post_item .post_content .post_box .link-card {
    width: 100%;
    padding: 0.5em;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner,
.single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner,
.single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner,
.single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner,
  .single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner,
  .single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner,
  .single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
.single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
.single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
.single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure {
  width: 200px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
  .single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
  .single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure,
  .single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure {
    width: 100%;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure img,
.single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure img,
.single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure img,
.single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
.single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
.single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
.single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  line-height: 20px;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
  .single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
  .single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content,
  .single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content {
    margin-left: 0;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
.single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
.single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
.single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4 {
  font-size: 18px;
  color: #0068b7;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
  .single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
  .single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4,
  .single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content h4 {
    margin-top: 20px;
  }
}
.single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p,
.single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p,
.single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p,
.single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content p {
  color: #3D3B3A;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
.single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
.single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
.single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a {
  text-decoration: none;
  color: #5A94D8;
}
.single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover,
.single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover,
.single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover,
.single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
  .single-column2 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
  .single-column3 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a,
  .single-column4 .content .container article .post_item .post_content .post_box .link-card .link-card-inner .link-card-content a {
    margin-bottom: 15px;
  }
}
.single-column1 .content .container aside .widget_search,
.single-column2 .content .container aside .widget_search,
.single-column3 .content .container aside .widget_search,
.single-column4 .content .container aside .widget_search {
  display: none;
}
.single-column1 .content .container aside .widget-title,
.single-column2 .content .container aside .widget-title,
.single-column3 .content .container aside .widget-title,
.single-column4 .content .container aside .widget-title {
  margin: 0 auto 35px;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
}
.single-column1 .content .container aside .widget-title::before, .single-column1 .content .container aside .widget-title::after,
.single-column2 .content .container aside .widget-title::before,
.single-column2 .content .container aside .widget-title::after,
.single-column3 .content .container aside .widget-title::before,
.single-column3 .content .container aside .widget-title::after,
.single-column4 .content .container aside .widget-title::before,
.single-column4 .content .container aside .widget-title::after {
  top: -9px;
}
.single-column1 .content .container aside .widget-title::after,
.single-column2 .content .container aside .widget-title::after,
.single-column3 .content .container aside .widget-title::after,
.single-column4 .content .container aside .widget-title::after {
  top: auto;
  bottom: -18px;
}
.single-column1 .content .container aside #popular_posts_widget-2,
.single-column2 .content .container aside #popular_posts_widget-2,
.single-column3 .content .container aside #popular_posts_widget-2,
.single-column4 .content .container aside #popular_posts_widget-2 {
  margin-bottom: 20px;
}
.single-column1 .content .container aside #popular_posts_widget-2 .popular-posts,
.single-column2 .content .container aside #popular_posts_widget-2 .popular-posts,
.single-column3 .content .container aside #popular_posts_widget-2 .popular-posts,
.single-column4 .content .container aside #popular_posts_widget-2 .popular-posts {
  gap: 10px;
}
.single-column1 .content .container aside #popular_posts_widget-2 .popular-posts .p-item,
.single-column2 .content .container aside #popular_posts_widget-2 .popular-posts .p-item,
.single-column3 .content .container aside #popular_posts_widget-2 .popular-posts .p-item,
.single-column4 .content .container aside #popular_posts_widget-2 .popular-posts .p-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-column1 .content .container aside #popular_posts_widget-2 .popular-posts .p-thumbnail img,
.single-column2 .content .container aside #popular_posts_widget-2 .popular-posts .p-thumbnail img,
.single-column3 .content .container aside #popular_posts_widget-2 .popular-posts .p-thumbnail img,
.single-column4 .content .container aside #popular_posts_widget-2 .popular-posts .p-thumbnail img {
  height: 65px;
}
.single-column1 .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .toukou,
.single-column2 .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .toukou,
.single-column3 .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .toukou,
.single-column4 .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .toukou {
  margin: 0 0 6px;
}
.single-column1 .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .p-title a,
.single-column2 .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .p-title a,
.single-column3 .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .p-title a,
.single-column4 .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .p-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.single-column1 .content .container aside .widget_media_image,
.single-column2 .content .container aside .widget_media_image,
.single-column3 .content .container aside .widget_media_image,
.single-column4 .content .container aside .widget_media_image {
  margin-top: 0 !important;
}
.single-column1 .content .bottom_box,
.single-column2 .content .bottom_box,
.single-column3 .content .bottom_box,
.single-column4 .content .bottom_box {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 150px;
  gap: 0;
}
.single-column1 .content .bottom_box .b_box_title,
.single-column2 .content .bottom_box .b_box_title,
.single-column3 .content .bottom_box .b_box_title,
.single-column4 .content .bottom_box .b_box_title {
  max-width: 1140px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .bottom_box .b_box_title,
  .single-column2 .content .bottom_box .b_box_title,
  .single-column3 .content .bottom_box .b_box_title,
  .single-column4 .content .bottom_box .b_box_title {
    text-align: center;
    margin-bottom: 34px;
  }
}
.single-column1 .content .bottom_box .b_box_title::before,
.single-column2 .content .bottom_box .b_box_title::before,
.single-column3 .content .bottom_box .b_box_title::before,
.single-column4 .content .bottom_box .b_box_title::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 737px;
  height: 1px;
  background: #3D3B3A;
  position: absolute;
  bottom: -17px;
  left: 0;
  margin: auto;
}
.single-column1 .content .bottom_box .bottom_box_wrap,
.single-column2 .content .bottom_box .bottom_box_wrap,
.single-column3 .content .bottom_box .bottom_box_wrap,
.single-column4 .content .bottom_box .bottom_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .bottom_box .bottom_box_wrap,
  .single-column2 .content .bottom_box .bottom_box_wrap,
  .single-column3 .content .bottom_box .bottom_box_wrap,
  .single-column4 .content .bottom_box .bottom_box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 31px;
    margin: 31px 0 0;
  }
}
.single-column1 .content .bottom_box .bottom_box_wrap .box-left,
.single-column2 .content .bottom_box .bottom_box_wrap .box-left,
.single-column3 .content .bottom_box .bottom_box_wrap .box-left,
.single-column4 .content .bottom_box .bottom_box_wrap .box-left {
  width: min(585px, 95%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 30px;
  color: #3D3B3A;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .bottom_box .bottom_box_wrap .box-left,
  .single-column2 .content .bottom_box .bottom_box_wrap .box-left,
  .single-column3 .content .bottom_box .bottom_box_wrap .box-left,
  .single-column4 .content .bottom_box .bottom_box_wrap .box-left {
    margin: 0 auto;
    gap: 31px;
    padding-bottom: 40px;
    border-radius: 12px;
  }
}
.single-column1 .content .bottom_box .bottom_box_wrap .box-left .box-image,
.single-column2 .content .bottom_box .bottom_box_wrap .box-left .box-image,
.single-column3 .content .bottom_box .bottom_box_wrap .box-left .box-image,
.single-column4 .content .bottom_box .bottom_box_wrap .box-left .box-image {
  width: min(579px, 100%);
  max-height: 341px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .bottom_box .bottom_box_wrap .box-left .box-image,
  .single-column2 .content .bottom_box .bottom_box_wrap .box-left .box-image,
  .single-column3 .content .bottom_box .bottom_box_wrap .box-left .box-image,
  .single-column4 .content .bottom_box .bottom_box_wrap .box-left .box-image {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.single-column1 .content .bottom_box .bottom_box_wrap .box-left .box-image img,
.single-column2 .content .bottom_box .bottom_box_wrap .box-left .box-image img,
.single-column3 .content .bottom_box .bottom_box_wrap .box-left .box-image img,
.single-column4 .content .bottom_box .bottom_box_wrap .box-left .box-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .bottom_box .bottom_box_wrap .box-left .box-image img,
  .single-column2 .content .bottom_box .bottom_box_wrap .box-left .box-image img,
  .single-column3 .content .bottom_box .bottom_box_wrap .box-left .box-image img,
  .single-column4 .content .bottom_box .bottom_box_wrap .box-left .box-image img {
    border-radius: 12px;
  }
}
.single-column1 .content .bottom_box .bottom_box_wrap .box-left p,
.single-column2 .content .bottom_box .bottom_box_wrap .box-left p,
.single-column3 .content .bottom_box .bottom_box_wrap .box-left p,
.single-column4 .content .bottom_box .bottom_box_wrap .box-left p {
  font-weight: 700;
  font-size: 20px;
  margin: 43px 0;
  color: #4278c8;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .bottom_box .bottom_box_wrap .box-left p,
  .single-column2 .content .bottom_box .bottom_box_wrap .box-left p,
  .single-column3 .content .bottom_box .bottom_box_wrap .box-left p,
  .single-column4 .content .bottom_box .bottom_box_wrap .box-left p {
    margin: 0;
  }
}
.single-column1 .content .bottom_box .bottom_box_wrap .box-left ul,
.single-column2 .content .bottom_box .bottom_box_wrap .box-left ul,
.single-column3 .content .bottom_box .bottom_box_wrap .box-left ul,
.single-column4 .content .bottom_box .bottom_box_wrap .box-left ul {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  list-style: disc;
  list-style-position: inside;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .single-column1 .content .bottom_box .bottom_box_wrap .box-left ul,
  .single-column2 .content .bottom_box .bottom_box_wrap .box-left ul,
  .single-column3 .content .bottom_box .bottom_box_wrap .box-left ul,
  .single-column4 .content .bottom_box .bottom_box_wrap .box-left ul {
    padding: 0 21px 19px;
  }
}
.single-column1 .content .bottom_box .bottom_box_wrap .box-right,
.single-column2 .content .bottom_box .bottom_box_wrap .box-right,
.single-column3 .content .bottom_box .bottom_box_wrap .box-right,
.single-column4 .content .bottom_box .bottom_box_wrap .box-right {
  width: min(470px, 95%);
}
@media (max-width: 768px) {
  .single-column1 .content .bottom_box .bottom_box_wrap .box-right,
  .single-column2 .content .bottom_box .bottom_box_wrap .box-right,
  .single-column3 .content .bottom_box .bottom_box_wrap .box-right,
  .single-column4 .content .bottom_box .bottom_box_wrap .box-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto;
  }
}

.single-column4 .section .container .post2 .post_item .post_content .post2_corp_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.single-column4 .section .container .post2 .post_item .post_content .post2_corp_block .company-block h3 {
  margin-top: 0;
}
.single-column4 .section .container .post2 .post_item .post_content .post2_corp_block .company-block .corp_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-column4 .section .container .post2 .post_item .post_content .post2_corp_block .company-block .corp_table {
  width: 100%;
  margin-top: 1rem;
}
.single-column4 .section .container .post2 .post_item .post_content .post2_corp_block .company-block .corp_table td,
.single-column4 .section .container .post2 .post_item .post_content .post2_corp_block .company-block .corp_table th {
  border: 1px solid;
  padding: 0.5em;
}
.single-column4 .section .container .post2 .post_item .post_content .post2_corp_block .company-block .corp_table th {
  white-space: nowrap;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .single-column4 .section .container .post2 .post_item .post_content .post2_corp_block .company-block .corp_table th {
    text-align: center;
  }
}
.single-column4 .section .container .post2 .post_item .post_content .post2_corp_block .company-block .corp_btn {
  width: 166px;
  height: 31px;
  border-radius: 20px;
  background: #3D3B3A;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 26px auto;
}