.l-documentMain,
.l-documentSub {
    background-color: #fff;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.l-documentMain .c-secTtl:before,
.l-documentSub .c-secTtl:before {
    background-color: #fff1d7;
}
.l-documentSub {
    padding-top: 80px;
    padding-bottom: 80px;
}
.l-documentSub .l-pageTtl h2 {
    margin: 0;
}
.l-documentSub + .l-no1-sub {
    padding-top: 106px;
}
.p-documentMain__block {
    text-align: center;
    width: 100%;
}
.p-documentMain__block .btn__main {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
    max-width: 80%;
}
.p-documentMain__img {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.p-documentMain__item {
    align-items: center;
    background-color: #fff4e5;
    color: #333;
    display: flex;
    margin-top: 20px;
}
.p-documentMain__item:hover {
    opacity: 0.71;
}
.p-documentMain__lead {
    align-items: center;
    background-color: #ffa804;
    border-radius: 25px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    position: relative;
    text-align: center;
    height: 50px;
}
.p-documentMain__lead::after {
    border: 5px solid #ffa804;
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 0;
    height: 0;
}
.p-documentMain__list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}
.p-documentMain__list ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
}
.p-documentMain__list li {
    padding: 0 20px;
    width: 50%;
}
.p-documentMain__text {
    margin-top: 10px;
}
.p-documentMain__ttl {
    font-size: 24px;
    font-weight: 700;
}
.p-documentSub__heading {
    background-color: #ffa804;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 1em 0.5em;
    text-align: center;
    max-width: 948px;
}
.p-documentSub__heading:first-child {
    margin-top: 0;
}
.p-documentSub__list {
    margin-right: auto;
    margin-left: auto;
    max-width: 948px;
}
.p-documentSub__list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.p-documentSub__list li {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-documentSub__list li + li {
    border-top: 1px solid #ccc;
}
.p-documentSub__list .p-documentMain__block {
    padding-top: 20px;
    padding-left: 40px;
    text-align: left;
    width: 100%;
}
.p-documentSub__list .p-documentMain__block .btn__main {
    margin-left: 0;
    max-width: 296px;
}
.p-documentSub__list .p-documentMain__item {
    align-items: flex-start;
    background-color: #fff;
    margin-top: 0;
}
.p-documentSub__point {
    margin-top: 20px;
}
.p-documentSub__point li {
    border-top: none !important;
    padding-top: 0 !important;
    padding-bottom: 0;
    padding-left: 20px;
    position: relative;
}
.p-documentSub__point li::before {
    border: 2px solid #ffa804;
    border-top: none;
    border-left: none;
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    transform: rotate(45deg);
    width: 7px;
    height: 10px;
}
.p-documentSub__soon {
    margin-top: 1em;
    text-align: center;
}
.p-documentSub__text {
    border: 1px solid #ff9500;
    color: #ff9500;
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    padding: 0.5em 1em;
}
@media screen and (max-width: 991px) {
    .p-documentMain__list ul {
        flex-direction: column;
        align-items: center;
    }
    .p-documentMain__list li {
        margin-bottom: 4em;
        max-width: 600px;
        width: 100%;
    }
    .l-documentSub {
        padding-top: 20px;
    }
    .p-documentSub__list {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-documentMain__lead {
        font-size: 14px;
        height: 40px;
    }
    .p-documentMain__item {
        flex-direction: column;
        padding: 20px 10px 25px;
    }
    .p-documentMain__img {
        width: 64%;
    }
    .p-documentMain__ttl {
        font-size: 18px;
        margin-top: 20px;
    }
    .l-documentSub {
        padding-top: 0;
    }
    .p-documentSub__heading {
        font-size: 18px;
    }
    .p-documentSub__list {
        padding: 0 10px;
    }
    .p-documentSub__list li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-documentSub__list .p-documentMain__item {
        align-items: center;
    }
    .p-documentSub__list .p-documentMain__block {
        padding-top: 0;
        padding-left: 0;
    }
    .p-documentSub__text {
        padding: 0.4em 1em;
        font-size: 12px;
    }
    .p-documentSub__point {
        margin-top: 10px;
    }
    .p-documentSub__point li {
        font-size: 12px;
        padding-bottom: 0;
    }
    .p-documentSub__list .p-documentMain__block .btn__main {
        margin: 14px auto 0;
    }
}
.readmore {
    position: relative;
    height: 1100px;
    transition: all 0.4s ease;
    overflow: hidden;
}
.readmore::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    transition: all 0.4s;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    z-index: 1;
}
.readmore.is_open::before {
    display: none;
}
.readmore__btn {
    background-color: #fff;
    border: 1px solid #008c90;
    border-radius: 100px;
    color: #008c90 !important;
    cursor: pointer;
    display: table;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    padding: 14px;
    transition: all 0.4s;
    text-align: center;
    transform: translateX(-50%);
    width: 200px;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .readmore {
        height: 1800px;
    }
    .readmore__btn {
        font-size: 14px;
        padding: 12px;
        width: 160px;
    }
}
.l-solutionNew {
    padding-bottom: 60px;
}
.p-solutionNew__industry {
    background: #ff8e00;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
}
.p-solutionNew__industry-ttl {
    color: #000;
    font-size: 15px;
    margin: 0;
    max-width: 90px;
    width: 12%;
}
.p-solutionNew__industry-item {
    width: 88%;
}
.p-solutionNew__industry-item ul {
    list-style-type: none;
    margin: 0;
}
.p-solutionNew__industry-item li {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-right: 1.2em;
    position: relative;
}
.p-solutionNew__industry-item li::after {
    content: '\002F';
    font-size: 70%;
    margin-left: 6px;
    position: absolute;
    top: 0.4em;
    right: -1em;
}
.p-solutionNew__industry-item li:last-child::after {
    content: none;
}
.p-solutionNew__after,
.p-solutionNew__before {
    padding: 30px;
}
.p-solutionNew__after-box,
.p-solutionNew__before-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-solutionNew__img01 {
    margin: 0 2.5%;
    max-width: 289px;
    width: 31%;
}
.p-solutionNew__after-text,
.p-solutionNew__before-text {
    max-width: 580px;
    width: 62%;
}
.p-solutionNew__after-text ul,
.p-solutionNew__before-text ul {
    margin: 0;
    padding: 0;
}
.p-solutionNew__after-text li,
.p-solutionNew__before-text li {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    margin-top: 20px;
    padding: 1em 1em 1em 60px;
    position: relative;
    width: 100%;
    min-height: 100px;
}
.p-solutionNew__after-text li:first-child,
.p-solutionNew__before-text li:first-child {
    margin-top: 0;
}
.p-solutionNew__after-text li::before,
.p-solutionNew__before-text li::before {
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.p-solutionNew__after {
    background-color: #ffe3bf;
    margin-top: 80px;
    position: relative;
}
.p-solutionNew__after::before {
    border: 25px solid #ff8e00;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-80px) rotate(-135deg);
    width: 0;
    height: 0;
}
.p-solutionNew__after-img {
    margin-top: 20px;
}
.p-solutionNew__after-img__ttl {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 1em;
    text-align: center;
}
.p-solutionNew__after-img figure {
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 4px;
}
.p-solutionNew__after-text li::before {
    background-color: #ff8e00;
    content: '解決';
}
.p-solutionNew__before {
    background-color: #bfbfbf;
    margin-top: 20px;
    padding: 30px;
}
.p-solutionNew__before-text li::before {
    background-color: #666;
    content: '課題';
}
.p-solutionNew__heading {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 25px 30px 20px;
}
.p-solutionNew__heading-ttl {
    align-items: center;
    background: url(../../assets/images/logo-white.svg) no-repeat left center;
    background-size: 125px auto;
    display: flex;
    font-size: 38.0952381%;
    padding-left: 135px;
    min-height: 30px;
}
.p-solutionNew__ttl {
    color: #fff;
    font-size: 100%;
    font-weight: 700;
}
.p-solutionNew__notice {
    background-color: #f2f2f2;
    font-size: 14px;
    margin-top: 60px;
    padding: 20px;
}
.p-solutionNew__notice-body ul {
    margin-bottom: 0;
}
.p-solutionNew__notice-ttl {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.p-solutionNew__sub {
    display: flex;
    gap: 0 20px;
    margin-top: 60px;
}
.p-solutionNew__sub-body {
    width: 100%;
}
.p-solutionNew__sub-item {
    border: 1px solid #000;
    display: flex;
    width: 100%;
}
.p-solutionNew__sub-item.is-form .p-solutionNew__sub-body ul {
    background-color: #f2f2f2;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.p-solutionNew__sub-item.is-form .p-solutionNew__sub-body li {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    font-weight: 700;
    padding: 1em 0.5em;
    text-align: center;
    width: 50%;
}
.p-solutionNew__sub-item.is-form .p-solutionNew__sub-body li:nth-child(even) {
    border-right: none;
}
.p-solutionNew__sub-item.is-form .p-solutionNew__sub-ttl::before {
    background-image: url(../../assets/images/solution/icon-form.svg);
}
.p-solutionNew__sub-item.is-ir .p-solutionNew__sub-body ul {
    margin: 0 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    list-style-type: none;
}
.p-solutionNew__sub-item.is-ir .p-solutionNew__sub-ttl::before {
    background-image: url(../../assets/images/solution/icon-ir.svg);
}
.p-solutionNew__sub-ttl {
    background-color: #f2f2f2;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    padding: 70px 0.75em 0.75em;
    position: relative;
    text-align: center;
}
.p-solutionNew__sub-ttl::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
}
@media screen and (max-width: 991px) {
    .p-solutionNew__heading {
        font-size: 36px;
    }
    .p-solutionNew__industry-item li {
        font-size: 22px;
    }
    .p-solutionNew__img01 {
        margin: 0;
    }
    .p-solutionNew__sub {
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .p-solutionNew__heading {
        font-size: 24px;
        padding: 20px;
    }
    .p-solutionNew__heading-ttl {
        background-size: 110px auto;
        font-size: 45%;
        padding-left: 120px;
    }
    .p-solutionNew__industry {
        padding: 16px;
    }
    .p-solutionNew__industry-ttl {
        font-size: 12px;
        width: 20%;
    }
    .p-solutionNew__industry-item {
        width: 80%;
    }
    .p-solutionNew__industry-item li {
        font-size: 16px;
    }
    .p-solutionNew__after,
    .p-solutionNew__before {
        padding: 30px 20px;
    }
    .p-solutionNew__after {
        margin-top: 50px;
    }
    .p-solutionNew__after:before {
        border-width: 12px;
        transform: translateX(-50%) translateY(-45px) rotate(-135deg);
    }
    .p-solutionNew__after-box,
    .p-solutionNew__before-box {
        flex-direction: column;
    }
    .p-solutionNew__img01 {
        margin-bottom: 20px;
        width: 56%;
    }
    .p-solutionNew__after-text,
    .p-solutionNew__before-text {
        width: 100%;
    }
    .p-solutionNew__after-text li,
    .p-solutionNew__before-text li {
        font-size: 13px;
        margin-top: 14px;
        min-height: 80px;
    }
    .p-solutionNew__sub {
        flex-direction: column;
        padding: 0 20px;
    }
    .p-solutionNew__sub-item {
        margin-bottom: 20px;
    }
    .p-solutionNew__sub-ttl {
        font-size: 20px;
        padding-top: 50px;
    }
    .p-solutionNew__sub-ttl:before {
        width: 30px;
        height: 30px;
    }
    .p-solutionNew__sub-item.is-form .p-solutionNew__sub-body li {
        font-size: 13px;
    }
    .p-solutionNew__sub-item.is-ir .p-solutionNew__sub-body ul {
        font-size: 13px;
    }
}
.p-pa2021-company__company-img.company-img-type02 img {
    border-radius: 3px;
}
.p-pa2021-company li .p-pa2021-company__company.is-img-col {
    padding-right: 700px;
}
.p-pa2021-company li .p-pa2021-company__company.is-img-col .p-pa2021-company__company-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5%;
    width: 650px !important;
}
.p-pa2021-company li .p-pa2021-company__company.is-img-col .p-pa2021-company__company-img img {
    width: 320px;
}
@media screen and (max-width: 1440px) {
    .p-pa2021-company li .p-pa2021-company__company.is-img-col {
        padding-right: 272.5px;
        min-height: 500px;
    }
    .p-pa2021-company li .p-pa2021-company__company.is-img-col .p-pa2021-company__company-img {
        flex-direction: column;
        width: 232.5px !important;
    }
    .p-pa2021-company li .p-pa2021-company__company.is-img-col .p-pa2021-company__company-img img {
        margin-bottom: 6px;
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .p-pa2021-company li .p-pa2021-company__company.is-img-col {
        min-height: 0;
    }
}
@media screen and (max-width: 768px) {
    .p-pa2021-company li .p-pa2021-company__company.is-img-col {
        padding-right: 0;
    }
}
.p-plan__note {
    font-size: 90%;
    text-align: right;
    margin-top: 1em;
}
/* linkcard */
/* .linkcard {
    margin: 30px 0 !important;
}
.linkcard a {
    width: 100%;
}
.lkc-card {
    margin: 14px;
}
.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
    position: relative;
    margin: 0;
    padding: 0;
    max-width: 100%;
    border: 1px solid #ececec;
    background: #fff;
}
.lkc-thumbnail {
    padding-top: 3%;
}
.lkc-thumbnail-img {
    border: 0 !important;
    height: auto !important;
}
.lkc-content {
    height: auto;
}
.lkc-title {
    color: #3d4245;
    font-size: 15px;
}
.lkc-excerpt {
    color: #565a5d;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}
.lkc-domain {
    font-size: 10px;
    color: #6b7377;
}
@media screen and (max-width: 991px) {
    .lkc-thumbnail {
        width: 100px;
    }
    .lkc-excerpt {
        font-size: 10px;
    }
}
@media screen and (max-width: 768px) {
    .lkc-thumbnail {
        float: none;
        padding-top: 0;
        margin: 0 auto 12px;
        width: 140px;
    }
} */

/* 話者レイアウト */
.speaker-layout {
    margin: 2.5em 0;
}
.speaker-layout > .wp-block-group__inner-container {
    display: flex;
    align-items: flex-start;
    gap: 4%;
}
.speaker-layout .speaker-info {
    margin: 0;
    text-align: center;
    width: 14%;
}
.speaker-layout .speaker-info .post {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto;
}
.speaker-layout .speaker-info .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 auto;
}
.speaker-layout .speaker-info .wp-block-image {
    display: block;
    margin: 0 auto 8px;
    max-width: 120px;
}
.speaker-layout .speaker-text {
    width: 82%;
}
@media screen and (max-width: 768px) {
    .speaker-layout {
        margin: 1em 0;
    }
    .speaker-layout .speaker-info {
        width: 24%;
    }
    .speaker-layout .speaker-info .post {
        font-size: 10px;
    }
    .speaker-layout .speaker-info .name {
        font-size: 12px;
    }
    .speaker-layout .speaker-info .wp-block-image {
        max-width: 84%;
    }
    .speaker-layout .speaker-text {
        width: 72%;
    }
}
/* bookmark-card */
.wp-block-mamaduka-bookmark-card {
    border-radius: 0;
    margin: 1.4em 0;
    box-shadow: none;
}
.bookmark-card__title {
    font-size: 15px;
}
.bookmark-card__description {
    font-size: 12px;
}
.bookmark_card__meta {
    font-size: 10px;
}
.bookmark-card {
    align-items: center;
}
.bookmark-card .bookmark-card__image img {
    height: auto;
}
@media (min-width: 600px) {
    .is-style-horizontal .bookmark-card__image {
        margin-right: 1em;
    }
}
/* column ALL SP */
@media (max-width: 767px) {
    .k-archive .post-thumb img {
        height: auto;
    }
    .k-archive .has-post-thumbnail {
        padding: 0 !important;
    }
    .ast-blog-featured-section {
        margin-bottom: 1em;
    }
}
/* column 目次をアコーディオンメニューに変更 */
#ez-toc-container {
    padding: 16px;
}
#ez-toc-container .ez-toc-list-level-1 {
    margin-top: 1.6em;
    width: 100%;
}
#ez-toc-container .ez-toc-heading-level-2 {
    padding: 0.1em 0;
}
#ez-toc-container a {
    padding-right: 2em;
    padding-bottom: 0.2em;
}
#ez-toc-container .ez-toc-list-level-3 {
    display: none;
}
#ez-toc-container .ez-toc-list-level-3.open {
    display: block;
}
#ez-toc-container .ez-toc-heading-level-2 {
    position: relative;
    cursor: pointer;
}
#ez-toc-container .ez-toc-heading-level-2 .arrow {
    position: absolute;
    right: 2%;
    top: 0.8em;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #ffa807;
    border-right: solid 2px #ffa807;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}
#ez-toc-container .ez-toc-heading-level-2.active .arrow {
    transform: rotate(-45deg);
}
#ez-toc-container .ez-toc-cssicon {
    left: 5px;
    top: -4px;
}
.trademark_txt {
    font-size: 85%;
    margin: 2em 0;
}
/* TOP修正 */
.fv-tablet__ttl {
    font-weight: 800;
    line-height: 1.4;
    margin-top: 0;
    letter-spacing: 0.02em;
}
.fv-tablet__ttl > span {
    display: inline-block;
    margin-left: 0.1em;
}
.fv-tablet__logo {
    margin-top: 0.4em;
}
@media (max-width: 768px) {
    .fv-tablet__ttl {
        font-size: 28px;
    }
}
/* 機能ページ修正 */
.p-funcOverview__title strong span {
    display: inline-block;
    margin: 0 0.06em;
}
.p-funcOverview__title strong .irepo {
    font-size: 135%;
}
@media (max-width: 768px) {
    .p-funcOverview__title strong .irepo {
        font-size: 118%;
    }
}
/* 課題解決アイディア集ページ修正 */
.solutionCat02__title {
    color: #ff9500;
    font-weight: 700;
    line-height: 1.6;
}
.solutionCat02__title > span {
    font-size: 110%;
}
.solutionCat02__title > span > span {
    display: inline-block;
    font-size: 70%;
    margin: 0 0.06em;
}
.solutionCat02__title > strong:before {
    content: none;
}
.solutionCat02__title > strong {
    color: #3a3a3a;
}
@media (max-width: 768px) {
    .solutionCat02__title {
        font-size: 22px;
    }
    .solutionCat02__title > strong {
        font-size: 24px;
    }
}

/* TOP ２０２５０３１３ */
.fv-tablet__logo {
    max-width: 260px;
    margin: 0 0 0.8em;
}
.fv-tablet__ttl {
    font-size: 38px;
}
.fv-tablet__ttl .i-repo {
    font-size: 100%;
    white-space: nowrap;
}
.fv-tablet__ttl .i-repo > span {
    font-size: 58%;
}
@media screen and (max-width: 960px) {
    .fv-tablet .inner {
        padding: 30px 10px;
    }
    .fv-tablet__ttl {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .fv-tablet .inner {
        padding: 20px 5px;
    }
    .fv-tablet__logo {
        max-width: 200px;
        margin: 0 auto 0.4em;
    }
    .fv-tablet__ttl {
        font-size: 28px;
    }
}

/* コラム記事内のソースコード部分の調整 */
.k-single .hcb_wrap.hcb_wrap code,
.hcb_wrap.hcb_wrap pre {
    background: transparent;
    color: inherit;
}

/* Highlighting Code Block表示切り替えボタン追加 */
.toggle-code-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #018c91;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: 700;
}
.toggle-code-btn:hover {
    background-color: #018c91;
    opacity: 0.7;
}
#primary .hcb_wrap {
    display: none;
}
