/*  特集全体
---------------------------------------------*/
.toku-wrapper {
    padding-top: 32px;
    list-style: none;
    color: #1a1a1a;
    box-sizing: inherit;
}

.fukidashi {
    line-height: 1.4;
    box-sizing: border-box;
}

.faceIcon {
    width: 88px;
    height: 88px;
}

.faceIcon.w72 {
    width: 72px;
    height: 72px;
}

.underline {
    padding-bottom: 4px;
}

.green.color {
    color: #64ac00;
}

.blue.color {
    color: #587ccc
}

.underline.green {
    background: linear-gradient(transparent 65%, #d8e49e 40%);
    ;
}

.underline.red {
    background: linear-gradient(transparent 65%, rgba(214, 113, 73, 0.8) 40%);
    ;
}

.underline.blue {
    background: linear-gradient(transparent 65%, rgba(194, 219, 195, 0.9) 40%);
    ;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 12px;
}

br.h8 {
    display: block;
    content: "";
    height: 8px;
}

.adj440,
.adj640,
.adj880 {
    display: none;
}

.adj440.block,
.adj640.block,
.adj880.block {
    display: block;
}

.tenten {
    vertical-align: bottom;
}

.titleIcon {
    background-repeat: no-repeat;
}

.white_line {
    background: linear-gradient(transparent 50%, #ffffff 20%);
    padding-bottom: 10px;
}

/* アイキャッチ周辺
---------------------------------------------*/
.eyecatchArea {
    width: 1200px;
    max-width: 86%;
    font-family: var(--tsuku);
    margin: 0 auto 32px;
    position: relative;
}
.eyecatchArea p {
    position: absolute;
    bottom: 80px;
}

.eyecatch {
    width: 100%;
    margin-bottom: 8px;
    border-radius: 4px;
    /* filter: drop-shadow(0 6px 1px rgba(0, 0, 0, 0.1)); */
}

@media screen and (max-width: 440px) {
    .eyecatchArea {
        max-width: 96%;
    }
}

img {
    width: 100%;
    height: auto;
}

.feature p {
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 5px 0;
    text-align: left;
}

@media screen and (max-width: 660px) {
    .eyecatchArea p {
        position: relative;
        bottom: 0;
    }
    .feature p {
        font-size: 1rem;
    }
}


/* 概要 */
.outline {
    width: 800px;
    max-width: 86%;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 18px;
}
.outline h2 {
    margin-bottom: 1em;
}
.voice {
    width: 75%;
    margin: 50px auto;
    padding: 30px;
    max-width: 850px;
}

/* 目次 */
.index {
    width: 50%;
    margin: 50px auto;
    padding: 30px;
    max-width: 800px;
    border-radius: 1.25rem;
    border: 3px dashed #958C70;
    background: #F8F6F1;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 44.8px;
    position: relative;
}

.index h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125.21%;
    letter-spacing: 0.075rem;
}
.asset-8 {
    position: absolute;
    width: 144.26px;
    height: 145px;
    bottom: -40px;
    right: 0;
    background: url(../../../upload/2025/07/img/d_tweet_start.png) no-repeat center;
    background-size: cover;
    z-index: 344;
}
@media screen and (max-width: 790px) {
    .indexcap_ad {
        width: 80px;
        margin-right: auto;
        margin-left: auto;
    }
    .index {
        line-height: 1.8;
    }
    .asset-8 {
        position: absolute;
        width: 100px;
        bottom: -60px;
        background-size: contain;
    }
}
.indexset {
    display: flex;
    width: 190px;
}
@media screen and (max-width: 1100px) {
    .index_list {
        max-width: 500px;
        margin: 0 auto;
    }

    .index {
        width: 50%;
    }
}

@media screen and (max-width: 790px) {

    /* 目次 */
    .index {
        width: 75%;
        margin: 50px auto;
        padding: 30px;
    }

}

.main-container {
    width: 90%;
    /* 全体の幅を調整 */
    max-width: 1200px;
    /* 最大幅を設定 */
    margin: 0 auto;
    /* 中央寄せ */
    padding: 20px;
}

.article {
    background-color: #FAF9F6;
    margin: 0 auto;
    padding: 2em 0;
}
.main-background-beige {
    max-width: 800px;
    margin: 0 auto;
}

/* メインタイトル */
.main-title {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 4rem */
    letter-spacing: 0.1rem;
    border-bottom: 5px solid #333;
}

/* 会社紹介セクション */
.section-intro {
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
}

.tool-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* ツールセクション (各カードのスタイル) */
.tool-section {
    width: calc(50% - 15px);
}
.tool-section.wide {
    width: 100%;
}
/* ツール名 */
.tool-name {
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 0.25rem;
    background: #FAD9C7;
    padding: 10px;
}

/* ツール画像/アイコンのコンテナ */
.tool-image img {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    border-radius: 20px;
    object-fit: cover;
}
.tool-image.original img {
    width: 100%;
    height: 270px;
    margin-bottom: 15px;
    border-radius: 0;
    object-fit: fill;
}
.tool-image.top img {
    object-position: top;
}
.tool-image.flex {
    display: flex;
    gap: 30px;
}
.tool-image.wfix {
    text-align: center;
}
.tool-image.wfix img {
    max-width: 360px;
}
/* 元の画像プレースホルダー（必要に応じて） */
.tool-image .original-image-placeholder {
    width: 80px;
    /* 例: 元のアイコンのサイズに合わせる */
    height: 80px;
    background-color: #c0c0c0;
    /* プレースホルダーの色 */
    border-radius: 50%;
    /* もし円形アイコンなら */
    /* 必要であれば元のflex-row-eなどのスタイルをここに統合 */
}


/* ツール説明 */
.tool-description {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #000000;
    border-radius: 9999px;
    background-color: #ffffff;
    text-align: left;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}
.tool-section.wide .tool-description {
    margin: 1em auto 0;
    width: fit-content;
    display: flex;
}
.tool-section.wide .tool-description.left {
    display: inline-block;
}

.tool-description::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #000000 transparent transparent;
    translate: -50% 100%;
}

.tool-description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9.8px 4.9px 0 4.9px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}

/* 推しポイントセクション */
.tool-highlights {}

.tool-highlight-title,
.tool-detail-question {
    color: #C44A09;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 1.6875rem */
    letter-spacing: 0.075rem;
    margin: 1.6em 0 0;
}

.tool-highlight-content {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
}

/* ツール詳細セクション */
.tool-details {
    display: flex;
    flex-wrap: wrap;
    /* 要素が収まらない場合に折り返す */
    gap: 20px;
    /* 詳細アイテム間の隙間 */
}

.tool-detail-item {
    flex: 1;
    /* 利用可能なスペースを均等に分配 */
    min-width: 280px;
    /* アイテムの最小幅 */
}

.tool-detail-answer {
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
}

/* Dのつぶやきセクション */
.d-tweets-section {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 32px;
    border: 3px solid #000000;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    box-sizing: border-box;
}

.d-tweets-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 75%;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: #000000 transparent transparent;
    translate: -50% 100%;
}

.d-tweets-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 75%;
    border-style: solid;
    border-width: 12.8px 0 0 12.8px;
    border-color: #ffffff transparent transparent;
    translate: calc(-50% + 0.6px) 100%;
}
.d-tweets-section.last {
    border: 4px solid #958C70;
    background-color: #F8F6F1;
}
.d-tweets-section.last,
.d-tweets-section.last+.d-tweets-character {
    max-width: 800px;
    margin: 0 auto;
    display: block;
}
.d-tweets-section.last+.d-tweets-character {
    text-align: right;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    margin-bottom: 160px;
}
.d-tweets-section.last::before {
    border-color: #958C70 transparent transparent;
}
.d-tweets-section.last::after {
    border-color: #F8F6F1 transparent transparent;
}

.d-tweets-title {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}
.last .d-tweets-title {
    font-size: 32px;
}

.d-tweets-content {
    font-size: 0.9em;
    line-height: 1.7;
}

.d-tweets-character {
    display: flex;
    justify-content: end;
}
.d-tweets-character img {
    width: 124px;
}
.d-character-husen img {
    width: 120px;
}
.d-character-sasae img {
    width: 80px;
}
.d-character-goods img {
    width: 83px;
}
.tool-section:has(.d-character-goods)+.tool-section {
    padding-top: 46px;
}

/* レスポンシブ対応 (例: スマートフォン向け) */
@media (max-width: 768px) {
    .main-background-beige {
        padding: 0 .8em;
    }
    .voice {
        width: 86%;
        margin: 0 auto;
        padding: 0;
    }
    .main-title {
        font-size: 1.6em;
    }
    .main-title>br {
        display: none;
    }

    .tool-section {
        padding: 15px;
        width: 100%;
    }

    .tool-name {
        font-size: 1.5em;
    }

    .tool-details {
        flex-direction: column;
        /* 縦並びにする */
    }

    .tool-detail-item {
        min-width: unset;
        /* 最小幅を解除 */
        width: 100%;
        /* 幅を100%にする */
    }
    .tool-image.flex {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .tool-image.original img {
        height: fit-content;
    }
}
/*  =============================================================

いろーんな幅対応

============================================================= */
@media screen and (max-width: 640px) {

    .questionnaireAreaInner {
        width: 93%;
    }

    .adj640 {
        display: block;
    }

    .adj640.block {
        display: none;
    }

}