@charset "UTF-8";
/* ↓↓　ショートコード用のCSS ↓↓　 */


.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: auto;
}

/* パンくずリスト用CSS START*/

.breadcrumb {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2%;
    padding: 0;

    /*221102 SP時のスタイルをNTT配下に合わせて折り返しなし　スクロールに*/
    white-space: nowrap;
    overflow: auto;
}

.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
    font-size: 14px;
    color: #555;
}

.breadcrumb li:after {
    content: ">";
    padding: 0 0.2em;
    color: #555;
}

.breadcrumb li:last-child:after {
    content: "";
}

.breadcrumb li a {
    text-decoration: none;
    color: #555;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/* パンくずリスト用CSS END*/

/* タグ用CSS　START */
.tags_area {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    display: none;
}

.tags_area li {
    display: inline;
    list-style: none;
    text-decoration: none;
}


.tags_list a {
    text-decoration: none;
}

.tag_name::before {
    content: "#";
    color: #ee0000;
}

.tag_name {
    color: #000;
    background-color: #f5f5f5;
}

.tag_name:hover {
    text-decoration: underline;
}

/* タグ用CSS　END */

/* 目次CSS　START */
.table_of_contents {
    border: 1px solid #dadada;
}

.table_of_contents>div.title {
    font-size: 16px;
    text-align: center;
    background-color: #f3f3f3;
    padding: 0.7em;
    color: #1f1f1f;
    font-weight: normal;
}

.table_of_contents>dd.table_body {
    padding: 20px 0;
}

.table_of_contents>dd.table_body>ul.links {
    display: flex;
    flex-wrap: wrap;
}

.table_of_contents>dd.table_body>ul.links>li.c-list_item {
    position: relative;
    padding-left: 17px;
    width: calc(50% - 80px);
    margin: 1em 40px 0;
    border-bottom: 1px dotted;
    padding-bottom: 0.5em;
}

.table_of_contents>dd.table_body>ul.links>li.c-list_item::before {
    content: "";
    background-image: url("./assets/images/gt_gr.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 14px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    left: 2px;
    top: -5px;
}

.table_of_contents>dd.table_body>ul.links>li.c-list_item>a {
    text-decoration-line: none;
    color: #0068b7;
}

li.c-list_item>p {
    font-size: 14px;
    color: #000;
}

/* 目次CSS　END */

/* タグ一覧　START */

/* default */
.tag_list_title {
    border-bottom: 1px solid blue;
}

.entry_tag_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}

.entry_tag_list::before {
    content: "";
    display: block;
    width: 240px;
    height: 0;
    order: 1;
}

.entry_tag_list_inner {
    width: 240px;
    padding: 20px;
}

.entry_tag_list_inner img {
    height: auto;
    width: auto;
}

#open {
    display: none;
}

.hidden_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
}

@media only screen and (max-width: 768px) {
    .entry_tag_list_text {
        font-size: 16px;
    }

    .entry_tag_list_text>p {
        display: none;
    }

    .entry_tag_list_inner {
        /* margin: auto; コメントアウト */
        width: 48%;
        display: inline-block;
    }

    .entry_tag_list::after {
        content: "";
        display: block;
        width: 48%;
        height: 0;
    }
}

/* width */
.width_tag_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
}

.width_tag_list_inner {
    margin: 10px 0;
    display: flex;
}

.width_tag_list_text {
    font-size: 16px;
    margin: 0 30px;
    width: 750px;
}
.single .width_tag_list_text {
    margin: 0 0 0 15px;
    width: 465px;
}

.width_tag_list_text h3 {
    font-weight: bold;
}
.single .width_tag_list_text h3 {
    margin-top: 0 !important;
}

.width_tag_list_text p {
    margin-top: 20px;
}
.single .width_tag_list_text p {
    margin-top: 9px;
    position: relative;
}
.single .width_tag_list_text p a:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 106px;
}

.single .width_tag_list_text p .more-link {
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .single .width_tag_list_text h3, .width_tag_list_text h3 {
        margin-top: 15px !important;
    }
    
    .single .width_tag_list_text p .more-link {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.width_tag_list_inner>figure.width_tag_list_inner-image {
    display: inline-block;
    width: 250px;
    text-align: center;
}

figure.width_tag_list_inner-image a {
    display: block;
}

figure.width_tag_list_inner-image a>img {
    height: auto !important;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.empty {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#open_width {
    display: none;
}

.more_btn_width {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .width_tag_list {
        display: inline;
    }

    .width_tag_list_inner {
        display: inline;
    }
    .width_tag_list_text {
        width: auto;
    }
    .single .width_tag_list_text {
        margin: 0;
        width: auto;
    }

    .width_tag_list_inner>figure.width_tag_list_inner-image {
        display: flex;
        justify-content: center;
        width: auto;
    }
}

/* closs */
/* right */
.closs_tag_list :nth-child(odd) {
    flex-direction: row-reverse;
}

.closs_tag_list_inner {
    display: flex;
    justify-content: center;
}

.closs_tag_list_text {
    width: 60%;
    margin: 20px;
}

.closs_tag_list_text a {
    font-weight: bold;
    font-size: 16px;
}

#open_closs {
    display: none;
}

.more_btn_closs {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .closs_tag_list_text {
        margin: auto;
        width: 90%;
    }

    .closs_tag_list_inner {
        display: inline;
    }

    .closs_tag_list_inner-image {
        display: flex;
        justify-content: center;
    }
}

/* タグ一覧　END */

/* タグリスト */
.more_btn {
    text-align: center;
}

.more_text {
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px #fff;
}

/* タグリスト */

/* archive */
.sec-tag-archive>div.inner {
    /* width: 57vw; */
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.archive_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive_lists>li {
    width: calc(100% / 3);
    max-width: 300px;
    padding: 15px 0;
    text-align: center;
}

/* 最終列のコンテンツが2つしかなかった場合の疑似要素 */
.archive_lists::after {
    content: "";
    display: block;
    width: calc(100% / 3);
}

@media screen and (max-width: 1024px) {
    .archive_lists {
        padding: 0 15px;
    }
    .archive_lists>li {
        width: calc((100% - 30px) / 3);
    }
}
@media screen and (max-width: 767px) {    
    .archive_lists {
        padding: 0;
    }
    .archive_lists>li {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 30px;
    }
}

.archive_list {
    text-align: center;
    display: inline-block;
    aspect-ratio: 3/2;
}
.archive_list img {
	display: block;
	width: 100% !important;
	height: 100%!important;
	object-fit: cover;
}

.archive_list>a {
    display: block;
}

.archive_text {
    position: relative;
    text-align: start;
}

@media screen and (max-width: 768px) {
    .archive_text>time {
        font-size: 14px;
    }
}

.excerpt_text {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

/* カスタムcssによる、囲い込み */
.p-review_ask_row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 38px 10px 58px;
    border: 1px solid #bcbcbc;
}

.p-review_ask_row:nth-child(even) {
    flex-direction: row-reverse;
}

.p-review_ask_content {
    width: 785px;
    padding: 31px 0 30px 0;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.p-review_ask_content>a {
    text-decoration: none;
}

.o-container-figure_text {
    width: 80%;
}

.c-link {
    font-size: 16px;
    color: #0068b7;
    line-height: 1.7;
}

.company-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.company-item {
    width: 200px;
    margin: 0 8px 30px 0;
}

.company-item>a {
    text-decoration: none;
}

.company-logo {
    border: 1px solid #d9d9d9;
    justify-content: center;
    display: flex;
}

.company-name {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .company-item {
        width: 40vw;
        margin: 0 auto;
    }

    .p-review_ask_row {
        flex-wrap: wrap;
        padding: 10px 20px;
    }
}

.case-box {
    border: 1px solid #d7d7d7;
}

@media only screen and (min-width: 769px) {
    .case-box {
        padding: 20px;
        margin-bottom: 20px;
    }
}

.case-box_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f5f7fb;
    padding: 20px;
}

.case-box_des {
    font-weight: bold;
    color: #0f3675;
}

@media only screen and (min-width: 769px) {
    .case-box_des {
        font-size: 2rem;
        line-height: 24px;
        padding: 0 20px;
        margin-top: 20px;
        margin-bottom: 9px;
    }
}

.c-link-blue {
    color: #0068b7;
    line-height: 1.7;
}

@media only screen and (min-width: 769px) {
    .case-box_link {
        font-size: 1.6rem;
        padding: 0 22px;
    }
}

.case-box_title {
    font-weight: 700;
    color: #0a2659;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .case-box_title {
        text-align: center;
        width: 200px;
        font-size: 2rem;
        letter-spacing: 1.5px;
    }
}

@media only screen and (min-width: 769px) {
    .case_cardList {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .case_cardList {
        width: 100%;
    }
}

.case_card {
    background-color: #ffffff;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .case_card {
        width: 250px;
        font-size: 16px;
        padding-bottom: 12px;
        margin-right: 12px;
    }
}

.case_card_category {
    background-color: #0f3675;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.case_card_before {
    margin-top: 0.7em;
    font-size: 14px;
}

.case_card_arrow {
    margin-top: 10px;
}

.case_card_after {
    color: #0f3675;
    font-size: 18px;
    margin-top: 8px;
    font-weight: bold;
}

/* カスタムcssによる、囲い込み END*/

/* Shortcodes Ultimate */
.su-accordion {
    border: solid 15px #f7f7f7;
}

.su-spoiler {
    border: 1px solid #d4d4d4;
}

.box_consultant_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box_consultant_list_inner {
    display: flex;
    width: calc(50% - 20px);
    padding: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #dfdede;
    background-color: #fff;
    margin: 0 0 32px;
}

.box_consultant_list_inner_img {
    width: 100px;
    height: 100px;
}

.box_consultant_list_text {
    flex: 1;
    padding: 0 0 0 20px;
}

.box_consultant_list_text_title {
    font-size: 120%;
    font-weight: bold;
    text-decoration-line: none;
}

@media only screen and (max-width: 768px) {
    .box_consultant_list_inner {
        display: flex;
        flex-direction: column;
        width: auto;
        padding: auto;
    }
    .box_consultant_list_inner_img {
        margin: 0 auto 24px;
    }    
    .box_consultant_list_text {
        padding: 0;
    }
}

.row {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

.cv-job dt {
    font-size: 1.8rem;
    margin: 10px 0;
}

.cv-job dd {
    font-size: 2.4rem;
    margin: 0 0 10px;
}

.row figure {
    margin: 0 auto;
    width: 200px;
}

.cv {
    margin-left: 40px;
    width: 100%;
}

.cv-job {
    color: #505050;
    line-height: 1;
}

.cv-job>dd {
    padding: 0;
}

.ttl_ul {
    font-size: 1.6rem;
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: normal;
    border-bottom: none;
    color: #0f3675;
}

.cv-profile dt:after {
    height: 3px;
    content: "";
    display: block;
    background-color: #0f3675;
    width: 100%;
}

.cv-profile>dd {
    padding: 10px 0;
}

@media only screen and (max-width: 768px) {
    .row {
        flex-wrap: wrap;
    }

    .cv {
        margin: 10px auto 0;
    }
}

/* ↑↑　ショートコード用のCSS  ↑↑　*/

/* gaishi */

.p-profile {
    width: 100%;
    padding: 0;
}

.p-profile-4box {
    margin: 30px 0 0;
}

.p-profile-4box article {
    width: calc(25% - 14px);
}

.p-service-b {
    border: 1px solid #ececec;
}

.p-service-b a::before {
    content: "";
    background: url(http://localhost:449/wp/wp-content/uploads/2021/07/arr_right.png) no-repeat;
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 9;
}

.p-service-b_top_art {
    width: 100%;
    text-align: center;
    text-decoration-line: none;
}

.p-service-b a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    align-content: space-between;
}

.c-h-lg {
    border-bottom: 3px solid #0f3675;
    font-size: 24px;
}

.c-h {
    color: #0f3675;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.5em;
    font-weight: normal;
}

@media only screen and (min-width: 769px) {
    .p-service-b {
        -moz-box-shadow: 0 2px 4.5px 2px rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 4.5px 2px rgb(0 0 0 / 6%);
    }
}

@media only screen and (max-width: 768px) {
    .p-profile {
        padding: 3.90625vw 0 0;
    }

    .c-h-lg {
        font-size: 4.6875vw;
    }

    .p-profile-4box {
        margin: 3.90625vw 0 0;
    }

    .p-profile-4box article {
        width: 49%;
    }

    .p-service-b {
        -moz-box-shadow: 0 2px 4.5px 2px rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 4.5px 2px rgb(0 0 0 / 6%);
    }

    .p-service-b a {
        padding: 2.60417vw 0 0;
    }
}

/* @charset "UTF-8"; */

.clear {
    clear: both;
}

.o-container-flex {
    padding-bottom: 40px;
}

#register {
    padding-top: 30px;
    width: 100%;
}

.mktoText h3 {
    margin-top: 40px;
    color: #0f3675;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.5em;
    font-weight: normal;
    border-bottom: 3px solid #0f3675;
    font-size: 24px;
}

p.sub_cont {
    font-size: 20px;
    color: #ffffff;
    background-color: #b5ac91;
    margin: 40px 0 0 0;
    padding: 14px 0 14px 40px;
    border-top: 2px solid #0f3675;
    display: inline-block;
    width: 100%;
}

.mktoText p {
    margin-top: 30px !important;
}

.blog_eyecatch {
    width: 600px;
    margin: 40px 30px 16px 0px;
    float: left;
}

.blog_eyecatch img {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 3px;
}

.blog_text1 {
    width: 470px;
    margin: 0px;
    float: right;
}

.blog_text2 {
    width: 100%;
    margin: 0px;
}

.int_author {
    width: 100%;
}

.author_prof,
.related_post {
    background-color: #eeeeee;
    width: 100%;
    margin: 0px 0 20px 0;
    padding: 40px;
}

.author_prof .prof_img {
    width: 160px;
    margin: 0px 20px 0px 0px;
    float: left;
    padding-right: 20px;
}

.author_prof .prof_img img {
    width: 100%;
}

.author_prof .prof_cont {
    margin-left: 160px;
    padding-left: 20px;
    border-left: 1px solid #cccccc;
}

.author_prof .prof_cont p {
    color: #000000;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 0;
}

.author_prof .prof_cont .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.author_prof .prof_cont .sub {
    font-size: 12px;
    line-height: 1em;
    margin: 8px 0 16px 0;
    padding: 4px 8px;
    border: 1px solid #999999;
    display: inline-block;
    font-weight: bold;
    background-color: #ffffff;
}

.related_post .post_cont {
    width: 250px;
    margin: 0px;
    padding: 10px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    display: inline-block;
}

.related_post .post_cont img {
    width: 100%;
    height: auto;
}

.related_post .post_cont .ttl {
    color: #0e3675;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 10px 0;
    padding: 0;
}

.related_post .post_cont .ymd {
    background-color: #dedacd;
    color: #333333;
    font-size: 12px;
    line-height: 1em;
    display: inline-block;
    margin: 0;
    padding: 3px;
}

.related_post .post_cont .aut {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    line-height: 1em;
    margin: 5px 0;
    padding: 0;
}

#register .reg {
    margin: 50px 0px 0px 0;
    padding: 40px;
    border: 1px solid #04a8e0;
    background-color: #04a8e0;
}

#register .reg p {
    font-size: 16px;
    color: #ffffff;
}

#register .reg img {
    width: 50%;
    float: right;
    margin: 0 0 0 16px;
}

.bnr_reg {
    width: 800px;
    margin-top: 30px;
}

.btn .blue {
    background: #00a9e0;
    background-image: -webkit-linear-gradient(top, #00a9e0, #00a9e0);
    background-image: -moz-linear-gradient(top, #00a9e0, #00a9e0);
    background-image: -ms-linear-gradient(top, #00a9e0, #00a9e0);
    background-image: -o-linear-gradient(top, #00a9e0, #00a9e0);
    background-image: linear-gradient(to bottom, #00a9e0, #00a9e0);
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff;
    font-size: 24px;
    padding: 20px 80px 20px 80px;
    text-decoration: none;
}

.btn .blue:hover {
    background: #00779e;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .o-container-flex {
        padding-bottom: 30px;
    }

    #register {
        padding-top: 20px;
    }

    .mktoText h3 {
        margin-top: 13.02083vw;
        font-size: 4.6875vw;
    }

    .mktoText p {
        margin-top: 5.20833vw !important;
    }

    .p-headerSecond_title {
        width: 100% !important;
    }

    .blog_eyecatch {
        width: 100%;
        margin: 9.11458vw 0px 12px 0px;
        float: none;
    }

    .blog_eyecatch img {
        border: 1px solid #cccccc;
        width: 100%;
        padding: 2px;
    }

    .blog_text1 {
        width: 100%;
        margin: 20px 0px 16px 0px;
        float: none;
    }

    h3.sub_cont {
        font-size: 3.8vw;
        margin: 30px 0 0 0;
        padding: 10px 0 10px 10px;
    }

    .author_prof .prof_cont .name {
        font-size: 3.5vw;
    }

    .author_prof .prof_cont .sub {
        font-size: 2vw;
    }

    .author_prof,
    .related_post {
        background-color: #eeeeee;
        width: 100%;
        margin: 0px 0 20px 0;
        padding: 10px;
    }

    .author_prof .prof_img {
        width: 25%;
        margin: 0px 14px 0px 0px;
        float: left;
        padding-right: 0;
        border-right: none;
    }

    .author_prof .prof_cont {
        border-left: none;
        margin-left: 0;
        padding: 28px 0 0 0;
        float: none;
        width: 100%;
        height: auto;
    }

    .author_prof .prof_cont p {
        font-size: 3vw;
    }

    .related_post .post_cont {
        width: 49.2%;
        margin: 0px 0px 12px 0px;
        padding: 2%;
        border: solid 1px #cccccc;
        background-color: #ffffff;
        display: inline-block;
    }

    .related_post .post_cont .ttl {
        font-size: 3vw;
    }

    .related_post .post_cont .ymd {
        font-size: 2.5vw;
    }

    .related_post .post_cont .aut {
        font-size: 3vw;
    }

    #register .reg {
        margin: 30px 0px 0px 0;
        padding: 20px;
        border: 1px dashed #cccccc;
    }

    #register .reg p {
        font-size: 3.64583vw;
    }

    #register .reg img {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }

    .bnr_reg {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .related_post .post_cont {
        width: 100%;
    }

    h3.sub_cont {
        font-size: 4.3vw;
    }

    .author_prof .prof_cont .name {
        font-size: 4vw;
    }

    .author_prof .prof_cont .sub {
        font-size: 2.5vw;
    }

    .author_prof .prof_cont p {
        font-size: 3.5vw;
    }

    .related_post .post_cont .ttl {
        font-size: 4vw;
    }

    .related_post .post_cont .ymd {
        font-size: 3.5vw;
    }

    .related_post .post_cont .aut {
        font-size: 4vw;
        margin: 10px 0;
    }

    .btn {
        font-size: 20px;
        padding: 15px 40px 15px 40px;
    }
}

/* 黒澤氏　profile */
.p-review_ask_content p:nth-of-type(2) {
    color: #0f3675;
    font-weight: bold;
    margin-top: 8px;
}

/* market/articles/marketInsightsの一覧取得 */
.feature-itmes {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.feature-item {
    width: 450px;
}

.feature-item>a {
    display: block;
}

/* <h3> in custom-html  */
.feature-item>h3 {
    padding: 1em 0em;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    color: #0f3675;
    position: relative;
    font-weight: bold;
}

/* <h3> in tag-list2.php  */
.feature-item>a>h3 {
    padding: 1em 0em;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    color: #0f3675;
    position: relative;
    font-weight: bold;
}

.feature-item>p {
    font-size: 16px;
    line-height: 26px;
    color: #505050;
    margin-bottom: 15px;
}

/* おためし */
.p-agent-special {
    width: 100%;
    margin-top: 70px;
}

.p-agent-special-w {
    margin-top: 26px;
}

.p-agent-special-w dl {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #505050;
}

.p-resume_table {
    border: 1px solid #dadada;
    margin: 10px;
}

.p-agent-special-w dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0f3675;
}

.p-resume_table_term {
    text-align: center;
    background-color: #f9f4eb;
    padding: 0.7em;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: normal;
}

.p-resume_table_term>p {
    margin: 10px;
}

.p-resume_table_body {
    padding: 20px 0;
}

.p-resume_table_links {
    display: flex;
    flex-wrap: wrap;
}

.c-list-gt .c-list_item {
    position: relative;
    padding-left: 17px;
}

@media only screen and (max-width: 768px) {
    .p-resume_table_body {
        padding: 20px;
    }
}

@media only screen and (min-width: 769px) {
    .p-resume_table_link {
        width: -webkit-calc(50% - 80px);
        width: -moz-calc(50% - 80px);
        width: calc(50% - 80px);
        margin: 1em 40px 0 !important;
    }

    .p-resume_table_link {
        border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
        padding-bottom: 0.5em;
    }
}

@media only screen and (min-width: 769px) {
    .c-link-blue {
        font-size: 16px;
    }

    .c-link-blue {
        color: #0068b7;
        line-height: 1.7;
    }
}

.c-list-gt .c-list_item>*:first-of-type {
    max-width: -webkit-calc(100% - 17px);
    max-width: -moz-calc(100% - 17px);
    max-width: calc(100% - 17px);
}

.c-link-blue a {
    text-decoration: none;
}

/* TOC+ カンマを入れるため */
.toc_number::after {
    content: ".";
}

/* コンサルタントの上の青字 */
@media only screen and (min-width: 769px) {
    .blue_box {
        margin: 48px 0 0;
        padding-left: 30px;
        height: 115px;
        font-size: 2.4rem;
    }
}

.blue_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0f3675;
    color: white;
    font-weight: normal;
}

/* detail.css  */
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tg th,
.tg td {
    border: 1px solid #929292;
    text-align: center;
}

.tg th {
    color: #0f3675;
    font-weight: normal;
}

.tg td {
    color: #505050;
}

.tg-header {
    background-color: #eaf6fd;
}

.tg-job,
.tg-money {
    width: 50%;
}

@media only screen and (min-width: 769px) {
    .tg {
        margin: 40px 0;
    }

    .tg th {
        height: 45px;
        font-size: 1.6rem;
    }

    .tg td {
        height: 70px;
        font-size: 1.4rem;
    }

    .tg-left {
        padding-left: 30px;
    }

    .tg-com {
        width: 160px;
    }

    .tg-req {
        width: 470px;
    }

    .tg-pos {
        width: 165px;
    }

    .tg-sa {
        width: 170px;
    }

    .tg-left {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .tg {
        margin: 5.20833vw 0;
    }

    .tg th {
        height: 11.71875vw;
        font-size: 3.90625vw;
    }

    .tg td {
        height: 18.22917vw;
        font-size: 3.125vw;
    }
}

@media only screen and (min-width: 769px) {
    .wmb {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .wmb {
        margin-bottom: 6.51042vw;
    }
}

.common_cate dt,
.request_cate dt {
    font-weight: bold;
}

.common_cate dt.nb,
.request_cate dt.nb {
    font-weight: normal;
}

@media only screen and (min-width: 769px) {

    .common_cate dt,
    .request_cate dt {
        font-size: 1.6rem;
    }

    .common_cate li,
    .request_cate li {
        margin-bottom: 25px;
    }

    .common_cate li.wmb,
    .request_cate li.wmb {
        margin-bottom: 35px;
    }
}

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

    .common_cate dt,
    .request_cate dt {
        font-size: 4.16667vw;
    }

    .common_cate li,
    .request_cate li {
        margin-bottom: 3.90625vw;
    }

    .common_cate li.wmb,
    .request_cate li.wmb {
        margin-bottom: 6.51042vw;
    }
}

.ttl_bgb {
    background-color: #0f3675;
    color: white;
    font-weight: normal;
}

@media only screen and (min-width: 769px) {
    .ttl_bgb {
        height: 37px;
        line-height: 37px;
        padding-left: 10px;
        margin-bottom: 25px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .ttl_bgb {
        height: 9.11458vw;
        line-height: 9.11458vw;
        padding-left: 2.60417vw;
        margin-bottom: 3.90625vw;
        font-size: 5.20833vw;
    }
}

@media only screen and (min-width: 769px) {
    .tab_ins_wrapper {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .tab_ins_wrapper {
        padding: 0 2.60417vw;
    }
}

@media only screen and (min-width: 769px) {
    .tab02_mb20 {
        margin-bottom: 20px;
    }

    .tab02_mb30 {
        margin-bottom: 30px;
    }

    .tab02_mb35 {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .tab02_mb20 {
        margin-bottom: 2.60417vw;
    }

    .tab02_mb30 {
        margin-bottom: 3.90625vw;
    }

    .tab02_mb35 {
        margin-bottom: 4.55729vw;
    }
}

.o-container-flex {
    color: #505050;
}

@media only screen and (min-width: 769px) {
    .o-container-flex {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 768px) {
    .o-container-flex {
        font-size: 3.90625vw;
    }
}

.gray {
    background-color: #f2f2f2;
}

.table_g_ttl {
    color: #0f3675;
    line-height: 1;
    font-weight: normal;
}

@media only screen and (min-width: 769px) {
    .table_g_ttl {
        margin: 40px 0 25px;
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 768px) {
    .table_g_ttl {
        font-size: 6.25vw;
        margin: 10.41667vw 0 6.51042vw;
    }
}

@media only screen and (min-width: 769px) {
    .o-tabbed_tabList {
        -webkit-box-pack: justify !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        /* justify-content: space-between !important; */
    }
}

.o-tabbed_tabItem {
    color: #0f3675;
}

@media only screen and (min-width: 769px) {
    .o-tabbed_tabItem {
        width: 273px;
        height: 53px;
    }
}

@media only screen and (max-width: 768px) {
    .o-tabbed_tabItem {
        height: 15.625vw;
    }

    .o-tabbed_tabItem span {
        line-height: 1.5;
    }
}

.o-tabbed_tabItem span {
    white-space: nowrap;
}

.ttl_ul {
    font-weight: normal;
    border-bottom: 1px solid #d7d7d7;
    color: #0f3675;
}

@media only screen and (min-width: 769px) {
    .ttl_ul {
        font-size: 2rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
        line-height: 1;
    }
}

@media only screen and (max-width: 768px) {
    .ttl_ul {
        line-height: 1.5;
        font-size: 5.20833vw;
        padding-bottom: 2.60417vw;
        margin-bottom: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .resident dt {
        font-size: 1.6rem;
    }

    .resident p {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .resident dt {
        font-size: 4.16667vw;
    }

    .resident p {
        margin-bottom: 2.60417vw;
    }
}

.btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid darkgrey;
    line-height: 1;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btn i {
    margin: 0 20px 0 40px;
    font-size: 1.1rem;
    color: black;
}

@media only screen and (min-width: 769px) {
    .btn {
        margin-top: 25px;
        font-size: 1.6rem;
        width: 420px;
        height: 50px;
    }

    .btn i {
        margin: 0 20px 0 40px;
        font-size: 1.1rem;
        color: black;
    }
}

@media only screen and (max-width: 768px) {
    .btn {
        font-size: 4.16667vw;
        margin-top: 3.90625vw;
        width: 100%;
        height: 13.02083vw;
        text-align: center;
        line-height: 1.2;
    }

    .btn i {
        margin: 0 2.60417vw;
        font-size: 2.86458vw;
        color: black;
    }
}

.global_tab3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .btn_container li {
        width: 342px;
        height: 69px;
        margin: 25px 15px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .btn_container li {
        width: 100%;
        height: 18.22917vw;
        margin: 0 auto 3.90625vw;
    }
}

.recruitment {
    background-color: #eaf6fd;
}

.recruitment-title {
    text-align: center;
    color: white;
    background-color: #0f3675;
    font-weight: normal;
}

.recruitment-sin-title {
    color: #0f3675;
}

@media only screen and (min-width: 769px) {
    .recruitment {
        margin: 40px 0 0;
        padding: 48px 30px;
    }

    .recruitment-title {
        padding: 18px;
        font-size: 1.8rem;
        margin: 0 0 22px;
        line-height: 1;
    }

    .recruitment-content {
        font-size: 1.6rem;
    }

    .recruitment-sin-title {
        margin: 30px 0 15px;
        font-size: 1.8rem;
        border-bottom: 2px solid #0f3675;
        padding: 0 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .recruitment {
        padding: 6.51042vw 3.90625vw;
    }

    .recruitment-title {
        padding: 2.60417vw;
        font-size: 4.16667vw;
        margin: 0 0 5.20833vw;
        line-height: 1.5;
    }

    .recruitment-content {
        font-size: 3.64583vw;
    }

    .recruitment-sin-title {
        margin: 3.90625vw 0 1.95312vw;
        font-size: 3.90625vw;
        border-bottom: 0.52083vw solid #0f3675;
        padding: 0 0 2.60417vw;
    }
}

/* archiveページの設定 */
.ttl-type-01 {
    text-align: left;
    margin: 64px 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #132c92;
}
@media screen and (max-width: 1024px) {
    .ttl-type-01 {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 768px) {
    .ttl-type-01 {
        width: 91.14583vw;
        margin: 64px auto;
        padding: 0;
    }
}

/* レジュメの書き方 */
@media only screen and (min-width: 769px) {
    .c-list-hor-col3 {
        margin-bottom: 21px;
    }
}

.c-list-hor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.c-list-hor .c-list_item {
    margin-right: 20px;
    margin-top: 0;
}

.c-list-gt .c-list_item {
    position: relative;
    padding-left: 17px;
}

.c-link-blue {
    color: #0068b7;
    line-height: 1.7;
}

@media only screen and (min-width: 769px) {
    .c-link-blue {
        font-size: 16px;
    }
}

/* knowhow */
.interview_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.interview_item {
    border: 1px solid #d3d3d3;
    width: 450px;
    padding: 20px;
    margin: 10px;
}

.interview_heading {
    padding-bottom: 10px;
    color: rgb(0, 104, 183);
}

.faq_item {
    border: 1px solid #a9a9a9;
}

@media only screen and (min-width: 769px) {
    .faq_item {
        padding: 21px 21px 29px 29px;
    }
}

@media only screen and (min-width: 769px) {
    .faq_item_title {
        padding-bottom: 18px;
        margin-bottom: 18px;
        font-size: 2rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .faq_item {
        padding: 2.60417vw;
        margin-bottom: 2.60417vw;
    }
}

.faq_item_title {
    color: #0f3675;
    border-bottom: 1px solid #d7d7d7;
}

@media only screen and (max-width: 768px) {
    .faq_item_title {
        font-size: 4.94792vw;
        padding-bottom: 2.60417vw;
        margin-bottom: 2.60417vw;
    }
}

@media only screen and (min-width: 769px) {
    .faq_item_text {
        font-size: 1.4rem;
        line-height: 24px;
        letter-spacing: -1px;
    }
}

@media only screen and (max-width: 768px) {
    .faq_item_text {
        font-size: 3.38542vw;
    }
}

@media only screen and (min-width: 769px) {
    .faq_item_text .c-txt-mb24 {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .faq_item_text .c-txt-mb24 {
        margin-bottom: 5.98958vw;
    }
}

@media only screen and (max-width: 768px) {
    .faq_item_text .c-txt-lg {
        font-size: 4.42708vw;
        margin-bottom: 4.42708vw;
    }
}

@media only screen and (max-width: 768px) {
    .faq_item_title {
        font-size: 4.94792vw;
        padding-bottom: 2.60417vw;
        margin-bottom: 2.60417vw;
    }
}

@media only screen and (min-width: 769px) {
    .faq_item_text .c-txt-lg {
        font-size: 1.8rem;
        margin-bottom: 18px;
        letter-spacing: 1px;
    }
}

@media only screen and (min-width: 769px) {
    .faq_item_title {
        padding-bottom: 18px;
        margin-bottom: 18px;
        font-size: 2rem;
        letter-spacing: 1px;
    }
}

.faq_item_title {
    color: #0f3675;
    border-bottom: 1px solid #d7d7d7;
}

@media only screen and (min-width: 769px) {
    .faq_item_text .c-txt-mb24 {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .faq_item_text .c-txt-mb24 {
        margin-bottom: 5.98958vw;
    }
}

/***********************
knowhow_common.css
************************/
.o-bx_know {
    padding: 49px 0 0 0;
}

.o-bx_know.o-process .o-thr_col {
    margin-top: 0;
}

.o-bx_know p {
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .o-bx_know p {
        font-size: 3.64583vw;
        line-height: 1.5;
    }
}

.o-bx_know article {
    border: 1px solid #ececec;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 2px 4.5px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4.5px 2px rgba(0, 0, 0, 0.06);
}

.o-bx_know article a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.o-bx_know article a::before {
    content: "";
    background: url(../../images/knowhow/arr_right.png) no-repeat;
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    transform: rotate(90deg);
}

.o-bx_know article a:hover {
    opacity: 1 !important;
}

.o-bx_know article a:hover:after {
    right: 5px;
}

.o-bx_know article .top_art h3 {
    font-size: 2.8rem;
    line-height: 32px;
    font-weight: bold;
    color: #0f3675;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .o-bx_know article .top_art h3 {
        font-size: 5.72917vw;
        line-height: 1.5;
        padding-bottom: 3.90625vw;
        margin-bottom: 3.90625vw;
    }
}

.o-bx_know article .top_art p {
    font-size: 1.6rem;
    line-height: 26px;
    color: #505050;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .o-bx_know article .top_art p {
        font-size: 3.64583vw;
        line-height: 1.5;
    }
}

.o-bx_know article figure {
    margin: 0;
    padding: 0 2px 2px 2px;
    width: 100%;
}

.o-bx_know article figure img {
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    height: auto;
}

.o-bx_know .o-thr_col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 14px 0 20px -20px; */
}

.o-bx_know .o-thr_col article {
    width: -webkit-calc(33.33% - 14px);
    width: -moz-calc(33.33% - 14px);
    width: calc(33.33% - 14px);
    margin: 0 0 20px 20px;
}

.o-bx_know .o-thr_col article:nth-child(3n + 1) {
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    .o-bx_know .o-thr_col article {
        width: calc(50% - 10px);
        margin: 0;
    }

    .o-bx_know .o-thr_col article:nth-child(2n + 2) {
        margin-left: 20px;
    }

    .o-bx_know .o-thr_col article {
        margin-bottom: 3.90625vw;
    }
}

.o-bx_know .o-thr_col article .top_art {
    padding: 30px 34px 0 39px;
}

@media only screen and (max-width: 768px) {
    .o-bx_know .o-thr_col article .top_art {
        padding: 5.85938vw 3.90625vw 3.90625vw 3.90625vw;
    }
}

.o-two_col {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 14px 0 20px -20px;
}

.o-two_col article {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
}

@media only screen and (max-width: 768px) {
    .o-bx_know .o-two_col article {
        width: 100%;
    }

    .o-bx_know .o-two_col article:not(:last-child) {
        margin-bottom: 3.90625vw;
    }
}

.o-bx_know .o-two_col article .top_art {
    padding: 35px 34px 0 39px;
}

@media only screen and (max-width: 768px) {
    .o-bx_know .o-two_col article .top_art {
        padding: 5.85938vw 3.90625vw 3.90625vw 3.90625vw;
    }
}

.p-knowhow_mv {
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* ページ別背景画像設定 */
}

@media only screen and (min-width: 769px) {
    .p-knowhow_mv {
        width: 1100px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-knowhow_mv {
        width: 91.14583vw;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 769px) {
    .p-knowhow_mv {
        margin-top: 75px;
        height: 320px;
    }
}

@media only screen and (max-width: 768px) {
    .p-knowhow_mv {
        height: 43.80469vw;
        margin-top: 6.51042vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-knowhow_mv.-resume_common {
        background-image: url(/contents/common/images/knowhow/resume/mv_common_pc.jpg);
    }
}

@media only screen and (max-width: 768px) {
    .p-knowhow_mv.-resume_common {
        background-image: url(/contents/common/images/knowhow/resume/mv_common_sp.jpg);
    }
}

.p-knowhow_mv_text {
    position: absolute;
    color: #0f3675;
    font-weight: 400;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .p-knowhow_mv_text {
        left: 50px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .p-knowhow_mv_text {
        left: 6.51042vw;
        font-size: 4.16667vw;
    }
}

/* 量産型テンプレート用スタイル */
@media only screen and (min-width: 769px) {
    .p-knowhow_template {
        width: 1100px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-knowhow_template {
        width: 91.14583vw;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 769px) {
    .p-knowhow_template_textArea {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .p-knowhow_template_textArea {
        margin-top: 9.11458vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-knowhow_template_lead {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .p-knowhow_template_lead {
        margin-top: 3.90625vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-knowhow_template_imgArea {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .p-knowhow_template_imgArea {
        margin-top: 6.51042vw;
    }
}

.p-knowhow_template_imgArea img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.p-knowhow_template_btnArea {
    margin-top: 50px;
    width: 100%;
}

.p-knowhow_template_btnArea .c-btn {
    margin-right: auto;
    margin-left: auto;
}

.p-knowhow_template_btnArea.-spaceBottom {
    margin-bottom: 120px;
}

.o-bx_know .o-thr_col article .top_art {
    padding: 30px 15px 0;
}

.o-bx_know article .top_art h3 {
    font-size: 2rem;
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .o-bx_know .o-thr_col article .top_art {
        padding: 20px 15px 0;
    }

    .o-bx_know article .top_art h3 {
        font-size: 1.5rem;
    }
}

.o-bx_know article .top_art h3 span {
    font-size: 0.8em;
}

.width-100 {
    width: 100%;
}

.process-section {
    border: 1px solid #ececec;
    border-radius: 7px;
    box-shadow: 0 2px 4.5px 2px rgb(0 0 0 / 6%);
    padding: 30px;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.process-section h3 {
    font-size: 2.2rem;
    line-height: 32px;
    font-weight: bold;
    color: #0f3675;
    position: relative;
    padding-bottom: 20px;
    padding-top: 22px;
}

.process-section h4 {
    padding: 20px 0;
}

.process-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-box>div {
    width: 520px;
    max-width: 100%;
    background: rgb(224 224 224 / 100%);
    text-align: center;
    box-shadow: 2px 2px 5px 0px #00000045;
    margin-bottom: 20px;
    font-size: 1.3em;
    position: relative;
}

.process-box>div:not(:nth-child(5))::after {
    content: "";
    background: url(../../images/knowhow/arr_right.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1000;
    bottom: 5px;
    right: 5px;
    transition: all 0.25s;
    transform: rotate(90deg);
}

.process-box>div>a {
    display: block;
    width: 100%;
    padding: 10px;
}

.process-box>div>a span {
    width: 100%;
    display: block;
    font-size: 12px;
    color: black;
}

.process-box>div:nth-child(2) {
    background: rgb(224 224 224 / 75%);
}

.process-box>div:nth-child(3) {
    background: rgb(224 224 224 / 50%);
}

.process-box>div:nth-child(4) {
    background: rgb(224 224 224 / 25%);
}

.process-box>div:nth-child(5) {
    background: rgb(224 224 224 / 0%);
    color: #0f3675;
    font-weight: bold;
    border: 1px solid #0f3675;
    margin-bottom: 0;
}

.process-box>p {
    font-size: 12px;
}

.check-btn {
    padding: 8px 20px 8px 50px;
    margin-bottom: 30px;
    background: #0f3675;
    color: white;
    border: 1px solid #bbd5ff;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
    transition-delay: 0s;
}

.check-btn:hover {
    box-shadow: 2px 2px 10px #00000059;
}

.check-btn::before {
    content: "";
    background: url(../../images/knowhow/arr_right.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1000000;
    top: 6px;
    left: 10px;
    transition: all 0.25s;
}

.resume-box {
    display: flex;
    justify-content: center;
}

.resume-box>div {
    width: 280px;
    max-width: 100%;
    margin: 0 20px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .resume-box {
        flex-direction: column;
    }

    .resume-box>div {
        margin: 10px 0;
    }
}

.resume-box>div::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/knowhow/process/resume_01.jpg);
    background-size: 140%;
    background-position: center 40%;
    z-index: 1;
    opacity: 50%;
}

.resume-box>div>a {
    display: block;
    height: 100%;
    display: flex;
    padding: 20px 10px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 17px;
    position: relative;
    z-index: 10;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}

.resume-box>div>a::after {
    content: "";
    background: url(../../images/knowhow/arr_right.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1000000;
    bottom: 10px;
    right: 10px;
    transition: all 0.25s;
}

.resume-box>div>a>span {
    margin: auto;
}

.subscription-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.subscription-box>div {
    width: 100%;
    max-width: 700px;
    background: #f7f7f7;
    margin: 20px 0;
    box-shadow: 2px 2px 5px 0px #00000045;
}

.subscription-box>div>a {
    display: block;
    height: 100%;
    padding: 20px;
    text-align: center;
    position: relative;
}

.subscription-box>div>a::after {
    content: "";
    background: url(../../images/knowhow/arr_right.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1000000;
    bottom: 10px;
    right: 10px;
    transition: all 0.25s;
}

.subscription-box>div>a>h4 {
    color: #0f3675;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 0;
}

.subscription-box>div>a>span {
    margin: auto;
    font-size: 18px;
}

.bigger {
    font-weight: bold;
    font-size: 1.1em;
}

/*　見出し横の「一覧へ 」の位置調整
***************************** */
.case-heading {
    position: relative;
}

.case-heading a {
    position: absolute;
    top: 18px;
    right: 10px;
}

@media only screen and (max-width: 768px) {
    .case-heading a {
        top: 60px;
    }
}

.faq-heading {
    position: relative;
}

.faq-heading a {
    position: absolute;
    top: 10px;
    right: 0px;
}

@media only screen and (max-width: 768px) {
    .faq-heading a {
        top: 48px;
    }
}



/*レスポンシブ画像切り替え対応*/

/*画像PC時*/
.imgwrap {
    text-align: center;
}

@media (max-width: 769px) {
    .imgwrap {
        display: none;
    }
}

/*画像SP時*/
.imgwrap_sp {
    text-align: center;
}


/*SP時の画像幅調整*/
.imgwrap_sp img {
    width: 100%;
}

@media (min-width: 768px) {
    .imgwrap_sp {
        display: none;
    }
}


/*H1タイトルスタイル調整*/
.singular .entry-title {
    color: #000000;
    padding-top: 40px;
    line-height: 1.4;
}

/* 投稿ページの日付のスタイル*/
.alignwide>p {
    padding: 0px;
    max-width: 1100px;
    font-size: 14px;
}