@charset "UTF-8";

/* ======================================== */
/* トップページ */
/* ======================================== */
:root {
    --contents_wide_default: 1270px !important;
}

/* クッキー */
.cookie-possibility_outer {
    z-index: 9002 !important;
}

.home .cp-frontP-toollist {
    background: #fff;
    margin-block: 0;
    padding-block: 100px;
}

.cp-kv-slide .cp-kv_icon_scroll {
    display: none !important;
}

.cp-kv-slide>div:nth-of-type(2) div.cp-kv-slide_inner {
    position: relative;
    z-index: 0;
}

.cp-kv-slide>div:nth-of-type(2) div.cp-kv-slide_inner::before {
    position: absolute;
    z-index: -1;
    inset: auto -100% 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #000019 0%, #00001900 100%);
    opacity: 0.79;
    mix-blend-mode: multiply;
}

.cp-kv-slide>div:nth-of-type(1) .cp-kv-slide_colu-left_element p {
    line-height: 2;
    letter-spacing: 0.1em;
}

.cp-kv-slider_control ul li.js-slick-pause {
    position: relative;
    z-index: 0;
}

.cp-kv-slider_control ul li.js-slick-pause::before {
    position: absolute;
    z-index: 0;
    inset: -100%;
    margin: auto;
    content: '';
}

.cp-kv-slider_control ul li.js-slick-pause[data-play-status=play]::before {
    background: url(../image/ico_kv_pause.svg) no-repeat center / contain;
    width: 10px;
    height: 10px;
}

.cp-kv-slider_control ul li.js-slick-pause[data-play-status=pause]::before {
    background: url(../image/ico_kv_play.svg) no-repeat center / contain;
    width: 12px;
    height: 12px;
}

.home .cp-frontP-conte.styl-colu .view_list li a {
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* STRENGTH */
.home .cp-strength {
    position: relative;
    z-index: 0;
    text-align: center;
}

.home .cp-strength>img {
    position: absolute;
    z-index: -1;
    inset: 0 auto auto 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 背景 */
.home .cp-strength .bg_cp-str {
    position: relative;
    z-index: 0;
}

.home .cp-strength .bg_cp-str.bg_pale {
    padding-block: 130px 65px;
}

.home .cp-strength .bg_cp-str.bg_dark {
    padding-block: 50px 60px;
}

.home .cp-strength .bg_cp-str::before {
    position: absolute;
    z-index: -1;
    inset: 0 auto auto 0;
    content: '';
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.home .cp-strength .bg_cp-str.bg_pale::before {
    background: #3d62b073;
}

.home .cp-strength .bg_cp-str.bg_dark::before {
    background: #000f2aCC;
}

/* コンテンツ */
.home .cp-strength .bg_pale h2 {
    font-family: 'oswald', sans-serif;
    font-weight: 300;
    font-size: 56px;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0 auto .7em;
}

.home .cp-strength .bg_pale>div>p {
    font-size: 32px;
    letter-spacing: .1em;
    color: #fff;
    margin: 0 auto 2em;
}

/* flow */
.home .cp-strength .cp-str_flow {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 2%; */
    gap: 30px 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media screen and (max-width: 767px) {
    .home .cp-strength .cp-str_flow {
        grid-template-columns: 1fr;
    }
}

.home .cp-strength .cp-str_flow li {
    /* position: relative;
    z-index: 0;
    display: block;
    width: 25%;
    max-width: 280px;
    height: 100%;
    background: #fff;
    border-radius: 0 0 15px 0;
    padding: 70px 25px 40px; */
    max-width: calc(28vw - 90px);
    min-width: 260px;
    position: relative;
    z-index: 0;
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 0 0 15px 0;
    padding: 70px 25px 40px;
    margin-right: 30px;
}

.home .cp-strength .cp-str_flow li:last-of-type {
    margin-right: 0;
}

.home .cp-strength .cp-str_flow li:not(:last-of-type)::after {
    /* position: absolute;
    z-index: 0;
    inset: -100% -8% -100% auto;
    margin: auto;
    content: '';
    width: 20px;
    height: 20px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: skewX(0deg) rotate(-45deg); */
    position: absolute;
    z-index: 0;
    inset: 0% -25px 0% auto;
    margin: auto;
    content: '';
    width: 20px;
    height: 20px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: skewX(0deg) rotate(-45deg);
}

.home .cp-strength .cp-str_flow li .li_ttl {
    position: relative;
    z-index: 0;
    margin: 0 auto 50px;
}

.home .cp-strength .cp-str_flow li .li_ttl p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: 700;
    color: #3D62B0;
    min-height: 2lh;
    word-break: break-all;
}

.home .cp-strength .cp-str_flow li .li_ttl>img {
    position: absolute;
    z-index: -1;
    inset: -100%;
    margin: auto;
    display: block;
    width: 100%;
    max-width: 130px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.home .cp-strength .cp-str_flow li>h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 auto .5em;
}

.home .cp-strength .cp-str_flow li>p {
    line-height: 1.5;
}

/* 下部 */
.home .cp-strength .bg_dark .button a {
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    border-color: #fff;
}

.home .cp-strength .bg_dark .button a:hover {
    background: #3c3c3c;
    color: #fff;
}

.home .cp-strength .bg_dark .link_list {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
    column-gap: 60px;
    margin: 30px auto 0;
}

.home .cp-strength .bg_dark .link_list li a {
    position: relative;
    z-index: 0;
    display: block;
    padding-inline: 0 1em;
}

.home .cp-strength .bg_dark .link_list li a::after {
    position: absolute;
    z-index: 0;
    inset: calc(-100% + .1em) 0 -100% auto;
    margin: auto;
    content: '';
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

/* sitemenu */
.home .cp-frontP-sitemenu>section {
    padding-block: 20px;
    border-bottom: 1px solid #aaa6a4;
    max-height: calc(685px + 40px);
    overflow: hidden;
}

.home .cp-frontP-sitemenu>section .inner_frontP_sitemenu {
    margin: 0 auto;
    padding-inline: 10px;
    width: 100%;
    height: 100%;
    max-width: 1600px;
}

.home .cp-frontP-sitemenu>section .flex {
    display: flex;
}

.home .cp-frontP-sitemenu>section .img_cont {
    width: 32%;
    min-height: 455px;
}

.home .cp-frontP-sitemenu>section .img_cont img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .cp-frontP-sitemenu>section .bg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 68%;
    background: #e4e9e6;
    padding: 60px 65px 40px;
}

.home .cp-frontP-sitemenu>section .bg>.flex {
    width: 100%;
    max-width: 815px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.home .cp-frontP-sitemenu>section .bg>.flex>div {
    width: 100%;
}

.home .cp-frontP-sitemenu>section .bg>.flex>.button {
    margin-inline: auto 0;
    margin-top: 20px;
}

.home .cp-frontP-sitemenu>section .bg h2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'oswald', sans-serif;
    font-weight: 300;
    letter-spacing: .025em;
    margin: 0 0 .7em;
}

.home .cp-frontP-sitemenu>section .bg h2 span:nth-of-type(1) {
    position: relative;
    z-index: 0;
    display: inline-block;
    line-height: 1;
    font-size: 40px;
}

.home .cp-frontP-sitemenu>section .bg h2 span:nth-of-type(1)::before {
    position: absolute;
    z-index: 0;
    inset: auto -60px 15px auto;
    content: '';
    width: 65px;
    height: 1px;
    background: #4c423f;
    transform: rotate(-45deg);
}

.home .cp-frontP-sitemenu>section .bg h2 span:nth-of-type(2) {
    font-size: 32px;
    padding: 0 0 0 2em;
    line-height: 1.3;
}

.home .cp-frontP-sitemenu>section .bg h2+p {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 .5em;
}

.home .cp-frontP-sitemenu>section .bg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.home .cp-frontP-sitemenu>section .bg ul li {
    width: 48%;
    height: fit-content;
}

.home .cp-frontP-sitemenu>section .bg ul li a {
    position: relative;
    z-index: 0;
    font-weight: 500;
    display: block;
    padding: .8em 4em .8em 0.5em;
    border-bottom: 1px solid #4c423f;
}

.home .cp-frontP-sitemenu>section .bg ul li a::before {
    position: absolute;
    z-index: 0;
    inset: auto 1em 1em auto;
    content: '';
    width: 40px;
    height: 12px;
    background: url(../image/icon_arrow_b.svg) no-repeat center / contain;
}

/* ====================== */
/* プラップジャパングループ */
/* ====================== */
.editor_contents p.has_link_arrow a {
    position: relative;
    z-index: 0;
}

.editor_contents p.has_link_arrow a::after {
    content: '';
    display: inline-block;
    width: 30px;
    aspect-ratio: 1 /.4;
    background: currentColor;
    mask-image: url(../image/icon_arrow_b.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    margin: 0 0 0 10px;
}

.post-group .cp-frontP-toollist {
    margin: 0 0 30px;
}

.post-group .cp-frontP-toollist_inner {
    padding: 0;
}

.post-group .cp-frontP-toollist_inner ul {
    margin: 0;
    gap: 40px;
    list-style: none;
}

.post-group .cp-frontP-toollist_inner ul li a {
    display: block;
}

.post-group .cp-frontP-toollist_inner ul li figure {
    border: 1px solid #ccc;
    display: flex;
    width: 100%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    /* min-height: 225px; */
    overflow: hidden;
    min-height: 1px;
    aspect-ratio: 385 / 215;
    margin-bottom: 15px;
    border-radius: 0;
}

.post-group .cp-frontP-toollist_inner ul li figure img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.post-group .cp-frontP-toollist_inner ul li h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    color: #3d62b0;
    border: none;
    margin: 0 0 .1em !important;
}

.post-group .cp-frontP-toollist_inner ul li p {
    color: var(--default_font_color);
}

/* リンクカード */
.post-group .cp-frontP-toollist_inner ul li a h3 {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.post-group .cp-frontP-toollist_inner ul li a h3::after {
    content: '';
    display: inline-block;
    width: .8em;
    height: .8em;
    background: currentColor;
    mask-image: url(../image/icon_outlink.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    margin: 0 0 0 .8em;
}

/* ====================== */
/* 沿革 */
/* ====================== */
.history_cont>dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-block: 20px;
    border-bottom: 1px solid #cccac8;
    --dtWidth: 220px;
}

.history_cont>dl>dt {
    color: #3D62B0;
    letter-spacing: 0.025em;
    width: var(--dtWidth);
}

.history_cont>dl>dt:not(span) {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.15;
}

.history_cont>dl>dt span.year {
    font-size: 18px;
    font-weight: 500;
}

.history_cont>dl>dd {
    width: calc(100% - var(--dtWidth));
}

/* 月日あり */
.history_cont>dl>dd>dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    --dtInDtWidth: 95px;
    gap: 0 5px;
}

.history_cont>dl>dd>dl:not(:last-of-type) {
    margin: 0 0 1em;
}

.history_cont>dl>dd>dl>dt {
    width: var(--dtInDtWidth);
}

.history_cont>dl>dd>dl>dd {
    width: calc(100% - var(--dtInDtWidth));
}

/* 月日なし */

/* ====================== */
/* よくあるご質問 */
/* ====================== */

/* FAQアコーディオン */
.blk_faq {
    margin: 0 auto 100px;
}

.blk_faq h2 {
    color: var(--subPurple01);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 .5em;
}

.blk_faq h2::before {
    display: none;
}

.blk_faq dl {
    border-top: 1px solid #dcdcdc;
}

.blk_faq dl dt {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 500;
    padding: 1em 3em 1em 0;
    cursor: pointer;
}

.blk_faq dl dd {
    letter-spacing: 0.05em;
    padding: 0 3.5em 1.2em;
    display: none;
}

.blk_faq dl dt,
.blk_faq dl dd {
    position: relative;
    z-index: 0;
    padding-left: 45px;
}

.blk_faq dl span {
    position: absolute;
    z-index: 0;
    inset: auto auto auto 0;
    font-size: 22px;
    font-weight: 500;
}

.blk_faq dl dt span {
    color: #3D62B0;
    top: .8em;
}

.blk_faq dl dd span {
    color: #d66d77;
    top: -.1em;
}

.blk_faq dl dt::before,
.blk_faq dl dt::after {
    position: absolute;
    z-index: 0;
    inset: 39px 10px auto auto;
    margin: auto;
    content: '';
    width: 20px;
    height: 2px;
    background: #3D62B0;
    transition: 0.3s;
}

.blk_faq dl dt::after {
    transform: rotate(90deg);
}

.blk_faq dl.open dt::after {
    transform: rotate(180deg);
}

/* ======================================== */
/* アーカイブページ （topics, 海外事業, IDPR）*/
/* ======================================== */
.select_box {
    display: flex;
    margin: 0 0 40px;
}

.select_box>div {
    position: relative;
    z-index: 0;
    font-size: 15px;
    font-weight: 500;
}

.select_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: .5em .8em;
}

.archive-news .bg_area {
    padding: 80px 0 120px;
}

.archive-news .page_list>li {
    display: none !important;
}

.archive-news .page_list>li.show {
    display: none !important;
}

.archive-news .page_list>li.show.on {
    display: block !important;
}

.pagenavi_wrapper .pagination a.active {
    opacity: 1;
}

.pagenavi_wrapper .pagination a:not(.active) {
    cursor: pointer;
}

.pagenavi_wrapper .pagination a.disabled {
    display: none;
}

/* カテゴリセレクト */
.archive-news .select_box {
    display: block !important;
    margin: 0 0 40px;
    cursor: unset;
    font-size: 15px;
    line-height: 1.5;
}

.archive-news .select_box>div {
    position: relative;
    z-index: 0;
    font-size: 15px;
    font-weight: 500;
    margin-inline: 0 auto;
}

/* 年セレクト */
.archive-news .slct_year_wrapper {
    position: relative;
    z-index: 0;
    margin: 0 auto 0.8em 0 !important;
    width: fit-content !important;
    color: #fff !important;
}

.archive-news .slct_year_wrapper::before {
    position: absolute;
    z-index: 0;
    inset: -100% .8em -90% auto;
    margin: auto;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
}

.archive-news .slct_year {
    -webkit-appearance: none;
    appearance: none;
    background: #3f6cc8 !important;
    color: #fff !important;
    padding: .2em 2em .2em .8em;
    border: none;
    cursor: pointer;
    margin: 0;
    font-size: 15px;
}

.archive-news .slct_year option {
    -webkit-appearance: none;
    appearance: none;
    background: #3f6cc8 !important;
    color: #fff !important;
}

.archive-news .slct_year:focus {
    outline: none !important;
}

.archive-news.global .select_box ul li[data-cat="global"],
.archive-news.global .select_box ul li[data-cat="idpr"],
.archive-news.idpr .select_box ul li[data-cat="idpr"],
.archive-news.idpr .select_box ul li[data-cat="global"],
.archive-news.idpr .select_box ul li[data-cat="%e9%9d%9e%e8%a1%a8%e7%a4%ba"],
.archive-news.idpr .select_box ul li[data-cat="global-category01"] {
    display: none !important;
}

/* 海外事業ページ色 */
.archive-news.global .slct_year,
.archive-news.global .slct_year option,
.archive-news.global .select_box ul li {
    background: var(--color_rctNew) !important;
    border-color: var(--color_rctNew) !important;
}
.select_box ul li,
.archive-news.global .select_box ul li {
    color: #3f6cc8;
    text-align: center;
    background: #fff;
    border: 1px solid #3f6cc8;
    border-radius: 0 0 8px 0;
    padding: .2em .8em;
    cursor: pointer;
    transition: 0.3s;
}
.archive-news.global .select_box ul li:not(:hover),
.archive-news.global .select_box ul li:not(.active){
    color: #3f6cc8 !important;
    background: #fff !important;
}
.archive-news.global .select_box ul li:hover,
.archive-news.global .select_box ul li.active {
    color: #fff !important;
    background: #3f6cc8 !important;
}

.select_box ul li.active {
    cursor: default;
    color: #fff;
    background: #3f6cc8;
}

/* カードリスト */
.cp-frontP-conte.styl-colu .view_list li {
    background-color: #ebeff7;
}

.cp-frontP-conte.styl-colu .view_list li .hashtag-list span{
    display: inline-block;
    font-size: 14px;
    color: #3d62b0;
    font-weight: 500;
}
.cp-frontP-conte.styl-colu .view_list li .hashtag-list span:not(:last-of-type){margin-right: 0.5em;}

.cp-frontP-conte.styl-colu .view_list li time.color01,
.cp-frontP-conte.styl-colu .view_list li time.color02 {
    color: #3d62b0;
}


.home .cp-frontP-conte.styl-colu .view_list li a>div {
    padding: 0;
}

.home .cp-frontP-conte.styl-colu .view_list li a>.item-footer,
.home .cp-frontP-conte.styl-colu .view_list li a>div div {
    padding: 25px 20px 10px;
}

.cp-frontP-conte.styl-colu_peg .view_list li {
    border-radius: 0 0 15px 0;
}

/* 複数カテゴリ対応 */
.cp-frontP-conte.styl-colu_peg .view_list li .cp-view_list_status:has(> .cats) {
    gap: 10px;
}

.cp-frontP-conte.styl-colu_peg .view_list li.cats {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0 .4em;
}


/* SP ----------------------------------------- */

/* ======================================== */
/* トップページ */
/* ======================================== */
/* 全体スタイル調整 */
@media screen and (max-width:767px) {

    /* KV */
    .cp-kv-slide>div:nth-of-type(2) div.cp-kv-slide_outer {
        border: none;
        padding-top: 25px !important;
    }

    .cp-kv-slide>div:nth-of-type(2) div.cp-kv-slide_inner {
        max-width: 86% !important;
        margin: 0 auto;
        padding: 50px 25px 110px;
        min-height: 300px !important;
        border: 1px solid #fff;
        border-bottom: none;
    }

    .cp-kv-slide>div:nth-of-type(2) div.cp-kv-slide_inner::before {
        height: 100%;
        background: #000;
        opacity: 0.4;
    }

    .cp-kv-slide>div:nth-of-type(2) .slick-track>div:nth-of-type(3n-2) div.cp-kv-slide_inner::before {
        opacity: 0.3;
    }

    .cp-kv-slide>div:nth-of-type(2) .slick-track>div:nth-of-type(3n-1) div.cp-kv-slide_inner::before {
        opacity: 0.5;
    }

    .cp-kv-slide>div:nth-of-type(2) .slick-track>div:nth-of-type(3n) div.cp-kv-slide_inner::before {
        opacity: 0.4;
    }

    .cp-kv-slide>div:nth-of-type(2) .cp-kv-slide_inner {
        font-size: 13px !important;
    }

    .cp-kv-slide>div:nth-of-type(2) .cp-kv-slide_inner hgroup>h2 {
        padding: 2px 13px !important;
        font-size: 13px !important;
        background-color: #ffffffCC !important;
    }

    .cp-kv-slide>div:nth-of-type(2) .cp-kv-slide_inner hgroup>p {
        font-size: 22px !important;
    }

    .cp-kv-slide>div:nth-of-type(2) .cp-kv-slide_inner hgroup+p {
        font-size: 13px !important;
    }

    .cp-kv-slide_colu-right .cp-kv_bottom {
        margin-bottom: 65px !important;
        margin-right: 25px !important;
    }

    .cp-kv-slide_colu-right .cp-kv_bottom .button span,
    .cp-kv-slide_colu-left .cp-kv_bottom span {
        font-size: 13px;
        min-height: 33px !important;
    }

    .cp-kv-slide_colu-right .cp-kv_bottom .button span::after,
    .cp-kv-slide_colu-left .cp-kv_bottom span::after {
        width: 18px !important;
        height: 6px !important;
    }

    .cp-kv-slide_colu-left .cp-kv_bottom {
        margin-left: 23px !important;
        margin-bottom: 35px !important;
    }

    /* slick */
    .cp-kv-slider_control {
        inset: auto -100% 25px !important;
        margin: auto !important;
        width: fit-content;
    }

    .cp-kv-slider_control ul li {
        width: 23px !important;
    }

    .cp-kv-slider_control ul li img {
        width: 8px;
        height: 8px;
    }

    .cp-kv-slider_control ul li.js-slick-pause[data-play-status=play]::before {
        width: 9px;
        height: 9px;
    }

    .cp-kv-slider_control ul li.js-slick-pause[data-play-status=pause]::before {
        left: -95%;
    }

    /* 2nd View */
    .cp-kv-slide>div:nth-of-type(1) div.cp-kv-slide_outer {
        border: none;
        border-bottom: 1px solid #fff;
    }

    .cp-kv-slide>div:nth-of-type(1) div.cp-kv-slide_inner {
        max-width: 86% !important;
        margin: 0 auto 25px;
        padding: 50px 23px 110px;
        border: 1px solid #fff;
        border-top: none;
    }

    .cp-kv-slide>div:nth-of-type(1) .cp-kv-slide_inner header h2 {
        font-size: 24px !important;
    }

    .cp-kv-slide>div:nth-of-type(1) .cp-kv-slide_inner header p {
        font-size: 22px !important;
    }

    .cp-kv-slide>div:nth-of-type(1) .cp-kv-slide_colu-left_element p {
        font-size: 12px !important;
        font-weight: 500 !important;
        letter-spacing: 0.05em !important;
    }

    /* セクション余白 */
    .home .cp-frontP-conte.styl-cases,
    .home .cp-frontP-conte.styl-seminars,
    .home .cp-frontP-conte.styl-topics {
        padding-bottom: 55px;
        padding-top: 55px;
    }

    .home .cp-frontP-toollist {
        padding-bottom: 50px;
    }

    .home .deco_sty02 {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .home .cp-frontP-conte.styl-colu {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .home .cp-frontP-column>.cp-frontP-conte.styl-colu:nth-of-type(2) {
        padding-top: 80px;
    }

    /* セクション見出し - 共通 */
    .home .cp-frontP-conte header {
        justify-items: flex-start;
        width: 100%;
    }

    .home .cp-frontP-conte header hgroup {
        justify-items: flex-start;
        gap: 5px;
    }

    .home .cp-frontP-conte header h2,
    .home .cp-frontP-column header h2,
    .home .cp-frontP-column header p {
        font-size: 40px;
    }

    .home .cp-frontP-conte header p {
        font-size: 18px;
    }

    /* セクション見出し - セクションごと */
    .home .cp-frontP-column .cp-frontP-conte.styl-colu header hgroup {
        gap: 4px;
    }

    .home .cp-frontP-conte.styl-topics.group-topics header hgroup {
        grid-template-columns: repeat(2, auto);
    }

    .home .cp-frontP-conte.styl-topics header p {
        font-size: 40px;
    }

    .home .cp-frontP-conte.styl-topics header p.small {
        font-size: 18px;
        line-height: 1.75;
    }

    .home .cp-frontP-column .cp-frontP-conte.styl-colu header,
    .home .cp-frontP-column .cp-frontP-conte.styl-colu header hgroup {
        justify-items: center;
    }

    .home .cp-frontP-column .cp-frontP-conte.styl-colu header h2 {
        font-size: 24px;
    }

    .home .cp-frontP-column .cp-frontP-conte.styl-colu header h2.custom_font01 {
        font-size: 40px;
    }

    .home .cp-frontP-column .cp-frontP-conte.styl-colu header p {
        font-size: 18px;
    }

    /* view list */
    .home .cp-frontP-conte.styl-colu .view_list li {
        border-radius: 0 0 8px 0;
    }

    .home .cp-frontP-conte.styl-colu .view_list li a>div {
        padding: 0;
    }

    .home .cp-frontP-conte.styl-colu .view_list li a>.item-footer,
    .home .cp-frontP-conte.styl-colu .view_list li a>div div {
        padding: 5px 12px 8px;
    }

    .home .cp-frontP-conte.styl-colu .view_list figure {
        height: 115px;
        margin: 0;
    }

    .home .cp-frontP-conte.styl-colu .view_list .button span {
        padding-block: 0;
        min-width: 105px;
        min-height: 30px;
    }

}

/* STRENGTH */
@media screen and (max-width:767px) {
    .home .cp-strength {
        z-index: -1;
    }

    .home .cp-strength>img {
        position: fixed;
        z-index: -3;
        top: 79px;
        width: 100%;
        height: calc(100vh - 79px);
    }

    .home .cp-strength .bg_cp-str.bg_pale {
        padding-bottom: 70px;
    }

    .home .cp-strength .bg_cp-str.bg_pale::before {
        position: fixed;
        z-index: -2;
        height: 100vh;
    }

    .home .cp-strength .bg_cp-str.bg_pale::after {
        position: fixed;
        z-index: -1;
        inset: auto -100% 0;
        margin: auto;
        content: '';
        width: 100%;
        height: 70vh;
        background: linear-gradient(to top, #23457f 0%, #6482c000 100%);
    }

    .home .cp-strength .bg_cp-str.bg_dark {
        padding: 0 0 80px;
    }

    .home .cp-strength .bg_cp-str.bg_dark::before {
        display: none;
    }

    .home .cp-strength .bg_pale h2 {
        font-size: 48px;
        margin: 0 auto .4em;
    }

    .home .cp-strength .bg_pale>div>p {
        font-size: 20px;
        margin: 0 auto 2.2em;
    }

    /* flow */
    .home .cp-strength .cp-str_flow {
        flex-direction: column;
        align-items: center;
        row-gap: 35px;
        justify-items: center;
    }

    .home .cp-strength .cp-str_flow li {
        width: 100%;
        margin-right: 0;
    }

    .home .cp-strength .cp-str_flow li:not(:last-of-type)::after {
        inset: auto -100% -22px -100%;
        transform: rotate(45deg);
    }

    .home .cp-strength .cp-str_flow li .li_ttl>img {
        max-width: 160px;
    }

    .home .cp-strength .bg_dark .button a {
        width: 100%;
        max-width: 260px;
    }

    .home .cp-strength .bg_dark .link_list {
        max-width: 260px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 1em;
    }
}

/* sitemenu */
@media screen and (min-width:1550px) {
    .home .cp-frontP-sitemenu>section .img_cont {
        width: 40%;
    }

    .home .cp-frontP-sitemenu>section .bg {
        width: 60%;
    }
}

@media screen and (max-width:767px) {
    .cp-frontP-sitemenu {
        background: #fff;
    }

    .home .cp-frontP-sitemenu>section {
        max-height: none;
        padding-block: 10px;
    }

    .home .cp-frontP-sitemenu>section .flex {
        flex-direction: column;
    }

    .home .cp-frontP-sitemenu>section .img_cont {
        width: 100%;
        min-height: 230px;
    }

    .home .cp-frontP-sitemenu>section .bg {
        width: 100%;
        padding: 50px 20px 30px;
    }

    .home .cp-frontP-sitemenu>section .bg>.flex {
        row-gap: 35px;
    }

    .home .cp-frontP-sitemenu>section .bg h2 span:nth-of-type(1) {
        top: -0.4em;
        font-size: 24px;
    }

    .home .cp-frontP-sitemenu>section .bg h2 span:nth-of-type(1)::before {
        inset: auto -50px -2px auto;
    }

    .home .cp-frontP-sitemenu>section .bg h2 span:nth-of-type(2) {
        font-size: 26px;
    }

    .home .cp-frontP-sitemenu>section .bg h2+p {
        font-size: 20px;
        margin: 0 0 25px;
    }

    .home .cp-frontP-sitemenu>section .bg ul li {
        width: 100%;
    }

    .home .cp-frontP-sitemenu>section .bg ul li a {
        padding-block: .95em;
        padding-right: 3em;
    }

    .home .cp-frontP-sitemenu>section .bg ul li:first-of-type a {
        border-top: 1px solid #4c423f;
    }

    .home .cp-frontP-sitemenu>section .bg ul li a::before {
        width: 26px;
        height: 8px;
        inset: -100% 1em -100% auto;
        margin: auto;
    }

    .home .cp-frontP-sitemenu>section .bg>.flex>.button a span {
        padding-block: .75em;
    }
}


/* ====================== */
/* プラップジャパングループ */
/* ====================== */
@media screen and (max-width:767px) {
    .post-group .cp-frontP-toollist_inner ul {
        gap: 20px;
    }

    .post-group .cp-frontP-toollist_inner ul li figure {
        margin-bottom: 10px;
    }

    .post-group .cp-frontP-toollist_inner ul li h3 {
        font-size: 18px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .post-group .cp-frontP-toollist_inner ul li p {
        font-size: 16px;
    }
}

/* ====================== */
/* 沿革 */
/* ====================== */
@media screen and (max-width:767px) {
    .history_cont>dl {
        --dtWidth: 100px;
    }

    .history_cont>dl>dt:not(span) {
        font-size: 30px;
    }

    .history_cont>dl>dt span.year {
        font-size: 16px;
    }

    .history_cont>dl>dd>dl {
        --dtInDtWidth: 65px;
    }
}

/* ====================== */
/* よくあるご質問 */
/* ====================== */
@media screen and (max-width:767px) {
    .blk_faq {
        margin: 0 auto 50px;
    }

    .blk_faq:last-of-type {
        margin: 0 auto 30px;
    }

    .blk_faq h2 {
        font-size: 22px
    }

    .blk_faq dl dt {
        font-size: 16px;
        /* padding-left: 28px; */
        padding: 1em 3em 1em 1.7em;
    }

    .blk_faq dl span {
        font-size: 18px;
    }

    .blk_faq dl dt::before,
    .blk_faq dl dt::after {
        top: 32px;
    }

    .blk_faq+.btn {
        margin: 0 auto 10px;
    }
}

/* ======================================== */
/* アーカイブページ （topics, 海外事業, IDPR）*/
/* ======================================== */
@media screen and (max-width:767px) {
    .archive-news .select_box {
        margin: 0 0 20px;
    }

    .archive-news .select_box>div,
    .archive-news .slct_year {
        font-size: 13px;
    }

    .archive-news .slct_year {
        padding: .3em 2.25em .3em .8em;
    }
}

/* カードリスト */
@media screen and (max-width:600px) {
    .cp-frontP-conte.styl-colu_peg .view_list {
        grid-template-columns: 1fr !important;
    }

    /* =========== /max-width:600px =========== */
}

.cp-frontP-conte.styl-colu_peg .view_list {
    grid-template-columns: 1fr 1fr 1fr;
}

.archive-news .view_list li a {
    display: block;
    height: 100%;
}

/* 250701 お問い合わせフォーム関連 */
.mt30{margin-top: 30px;}
/* 入力画面 */
body:has(form[data-screen="input"]) .entry_cont{display: block;}
body:has(form[data-screen="input"]) .confirm_cont{display: none;}
/* 確認画面 */
body:has(form[data-screen="confirm"]) .entry_cont{display: none;}
body:has(form[data-screen="confirm"]) .confirm_cont{display: block;}
/* body:has(form[data-screen="confirm"]) .privacy_box{display: none;} */
/* body:has(form[data-screen="confirm"]) .smf-form{margin-bottom: 40px;} */
/* 完了画面 */
body:has(form[data-screen="complete"]) .entry_cont{display: none;}
body:has(form[data-screen="complete"]) .confirm_cont{display: none;}
body:has(form[data-screen="complete"]) .privacy_box{display: none;}
/* 添付エラー等 */
body:has(form[data-screen="systemerror"]) .entry_cont,
body:has(form[data-screen="systemerror"]) .confirm_cont,
body:has(form[data-screen="systemerror"]) .privacy_box{display: none;}
body:has(form[data-screen="systemerror"]) .smf-system-error-content{margin-top: 30px;}
.button.sty02.center{text-align: center;}
.post-thanks .button{margin: 30px auto 0;}

.wp-block-file *+.wp-block-file__button {
    background: #ddd;
    font-weight: 700;
}