@charset "utf-8";
/*
Theme Name:VWS
Description: Vision Workflow system promotionwebsite,WordPress Theme
Version: 1.00
Author: Vision Inc.
*/

/*==============================================================
    リセット
==============================================================*/

*,*::before,*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

html,body {
    height: 100%;
    font-size: 62.5%;
    line-height: 1.6;
}

img,picture,video,canvas,svg {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

input,button,textarea,select {
    font-family: inherit;
}

p,h1,h2,h3,h4,h5,h6 {
    overflow-wrap: break-word;
}

.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.post p {
    margin: 0;
}

ol,ul,li {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

#content {
    float: initial;
}

/*==============================================================
    メディアクエリ
==============================================================*/

/*------------------------------------------
Foundation Media Queries
https://get.foundation/sites/docs/media-queries.html
--------------------------------------------*/

/* PC Large */
@media only screen and (min-width: 1921px) {}
/* PC Regular */
@media only screen and (min-width: 1024px) {}
/* TAB */
@media only screen and (max-width: 960px) {}

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

/* SP */
@media only screen and (max-width: 640px) {}


/*==============================================================
    共通
==============================================================*/

/*-----------------------------------------
    フォント
-----------------------------------------*/


body {
    position: relative;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 62.5%;
    color: var(--black);
    -webkit-text-size-adjust: none;
    font-feature-settings: "palt";
    letter-spacing: 0.2rem;
}

/*-- fontawesome --*/
/* .fa, .far, .fas {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: normal;
} */

/*-- h1 --*/
h1, .post h1, h1.title, #post-area h1.title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: clamp(3rem, 2.8rem + 1vw, 4rem);
    font-weight: bold;
    color: var(--blue);
    padding: 0;
    line-height: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.post .ttl_h1_common {
    line-height: 1;
    display: flex;
    flex-direction: column;
}

.ttl_h1_common .jp,
h1.title span span {
    display: block;
    font-weight: 500;
    margin-top: 10px;
    color: var(--black);
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

.top_service_container .ttl_h1_common,
.front-pickup .ttl_h1_common {
    text-align: left;
}

.front-pickup .ttl_h1_common .en {
  margin-bottom: 3px;
  font-size: 32px;
}

/* 背景ありh1 */
.category .title , .page-template-page-nosidebar-fullwidth .title {
    background: #1e2127;
    color: var(--white);
    padding: calc(140px + (1vw - 19.2px) * 4.5307) 10%; /* 140 to 70 */
    text-align: center;
}

/*-- h2 --*/
.post h2 {
    font-size: calc(2.4rem + (1vw - 1.92rem) * 0.2589); /* 24 to 20 */
    font-weight: 600;
    letter-spacing: 0.4rem;
    margin-bottom: calc(4rem + (1vw - 1.92rem) * 1.2945); /* 40 to 20 */
    clear: both;
}
.post .ttl_h2_common {
    font-size: calc(4rem + (1vw - 1.92rem) * 0.7767); /* 40 to 28 */
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5rem;
}
.page-template-page-nosidebar-temp h2 {
    padding: 0 0 20px;
    color: var(--black);
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid;
    border-color: var(--black);
}

/*-- h3 --*/
.post h3 {
    font-size: calc(2.2rem + (1vw - 1.92rem) * 0.2589); /* 22 to 18 */
    font-weight: 500;
    margin-bottom: 10px;
}
/*-- h4 --*/
.post h4 {
    border-bottom: 1px solid;
    border-color: var(--black);
    color: var(--black);
    font-size: calc(1.8rem + (1vw - 1.92rem) * 0.2589); /* 18 to 14 */
    font-weight: 600;
    margin: 20px 0;
    padding: 10px 0;
}
/*-- h5 --*/

/*-- その他テキスト --*/
p,a,li,dd {
    font-size: calc(1.6rem + (1vw - 1.92rem) * 0.1294); /* 16 to 14 */
}
.en {
   // font-family: "Poppins", sans-serif; !important;
    font-weight: 600 !important;
}
.c-white {
    color: var(--white) !important;
}
.post .top_read {
    text-align: center;
    margin-bottom: calc(120px + (1vw - 19.2px) * 4.5307); /* 120 to 50 */
    line-height: 2.4;
    font-weight: 500;
}

/*-----------------------------------------
    カラー
-----------------------------------------*/
:root {
    --white: #fff;
    --black: #1c2445;
    --blue: #1768d7;
    --green: #19db82;
    --orange: #f47900;
    --gray: #bbb;
    /* 各サービスカラー */
    --jandi: #00c473;
    --akerun: #008bce;
    /* 背景カラー */
    --bg-light: #f0f3f8;
}

.color-wh {
    color: var(--white) !important;
}

/*-----------------------------------------
    リンク
-----------------------------------------*/
a {
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
    color: var(--black);
}

a:hover,
a:active {
    color: var(--black);
    opacity: .5;
}

.no-opacity:hover,
.no-opacity:active,
.no-opacity:hover img{
  opacity: unset;
}

/*-----------------------------------------
    ボタン
-----------------------------------------*/

/*-- 共通ボタン linkBtn --*/
.post .linkBtn a {
    position: relative;
    display: block;
    background: var(--black);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 20px 40px 20px 20px;
    transition: all .3s;
}
.post .linkBtn a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
}
.post .linkBtn a:hover {
    background: var(--orange);
}
/*-- お問い合わせページ用ボタン --*/
.post .linkBtn input[type="submit"] {
    background: none;
    padding: inherit;
}
.wpcf7-form label:hover {
    cursor: pointer;
}

/*-- 共通ボタン btn_common --*/
.btn_common a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: 60px;
    background: var(--blue);
    color: #fff;
    padding: 0 20px;
    margin: 0 auto;
    border-radius: 100px;
    text-align: center;
}
.btn_common a:hover {
    background: var(--black);
    opacity: 1;
}
.btn_common i {
    margin-right: 5px;
}
.btn_deco01 {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 0;
    margin-left: 20px;
    transition: all .3s;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.btn_deco01:after {
    content: "";
    display: inline-block;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s;
}
a:hover .btn_deco01 {
    border-color: var(--blue);
}
a:hover .btn_deco01:after {
    background: var(--blue);
    transform: translate(-50%, -50%) scale(1);
}
.btn_deco01 .btn_arrow {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}
.btn_deco01 .btn_arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(50% - 0.5px);
    width: 7px;
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
}
.btn_arrow:after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(50% - 0.5px);
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

/*-----------------------------------------
    画像
-----------------------------------------*/
a img {
    transition: 0.3s;
}

a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/*-----------------------------------------
    その他
-----------------------------------------*/

/*-- wrapper --*/
.wrapper_common {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}
.page-template-page-nosidebar-fullwidth .post {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: calc(120px + (1vw - 19.2px) * 3.8835) 0; /* 120 to 60 */
    overflow: initial;
}
.box_common {
    position: relative;
    width: min(90%, 62.5vw);
    margin: 0 auto;
    padding: 10vw 0;
    z-index: 1;
}
@media screen and (min-width: 769px){
    .box_common.service{
        width: min(90%, 71.5vw);
    }
}


/*-- margin padding --*/
.container_space {
    padding: calc(120px + (1vw - 19.2px) * 3.8835) 0; /* 120 to 60 */
    /* 120 to 60 */
}

/*-- flexbox --*/
.inner_box {
    width: 100%;
}

/*-- 文字関連 --*/
.ta-center {
    text-align: center;
}
/*-- スクロールトップ --*/
#scrollUp {
    /* width: 60px !important;
    height: 60px !important; */
    background: #3d4149 !important;
    border-radius: 50% !important;
    opacity: 1 !important;
}

/*==============================================================
    パンくず
==============================================================*/
#breadcrumb {
    background: var(--bg-light);
}
#breadcrumb ul {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 10px;
    gap: 5px;
}
#breadcrumb ul li , #breadcrumb ul li a {
    font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294); /* 12 to 10 */
    color: var(--black);
}

/*==============================================================
    ヘッダー
==============================================================*/
/*-----------------------------------------
    SP用
-----------------------------------------*/
@media only screen and (max-width: 1024px) {
    .navbg , .sticky-header .navbg , body:not(.home) .navbg {
        padding: 0;
    }
    .navbg .header_items {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1.5625%;
    }
    body:not(.home) #wrapper-full {
        margin-top: 58px;
    }
    /*-- ロゴ --*/
    #header .navbg .logo , #header .navbg .sticky-logo {
        clear: initial;
        float: none !important;
        text-align: center;
        margin: 0;
        display: block;
        width: 105px;
    }
    #header .navbg .logo img , #header .navbg .sticky-logo img {
        width: 100%;
        height: auto;
        max-height: initial;
    }
    /*-- ハンバーガーボタン --*/
    .menu-trigger-fix, .menu-trigger-fix span {
        transition: all .4s;
    }
    .menu-trigger-fix {
        position: relative;
        width: 26px;
        height: 26px;
        z-index: 15;
    }
    .menu-trigger-fix span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--white);
        border-radius: 0px;
    }
    .menu-trigger-fix span:nth-of-type(1) {
        top: 5px;
    }
    .menu-trigger-fix span:nth-of-type(2) {
        top: 12px;
    }
    .menu-trigger-fix span:nth-of-type(3) {
        bottom: 5px;
    }
    /*-- ハンバーガーボタンactive --*/
    #menu-trigger.active span:nth-of-type(1) {
        transform: translateY(7px) rotate(-45deg);
    }
    #menu-trigger.active span:nth-of-type(2) {
        left: 60%;
        opacity: 0;
        animation: active-menu12-bar02 .8s forwards;
        -webkit-animation: active-menu12-bar02 .8s forwards;
        -moz-animation: active-menu12-bar02 .8s forwards;
        -ms-animation: active-menu12-bar02 .8s forwards;
    }
    @-webkit-keyframes active-menu12-bar02 {
        100% {
            height: 0;
        }
    }
    @keyframes active-menu12-bar02 {
        100% {
            height: 0;
        }
    }
    #menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-7px) rotate(45deg);
    }

    /*-- ハンバーガーメニュー --*/
    .navbg nav#mainNav {
        width: 100%;
    }
    #right-panel {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        padding-top: 20px;
        text-align: left;
        z-index: 12;
        transition: all .5s ease;
        background: #282c34;
    }
    .side-open #right-panel {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
        width: 100%;
        /* overflow: auto; */
        position: fixed;
    }
    #right-panel .panel-inner {
        position: relative;
        width: 90%;
        min-height: 100%;
        margin: 0 auto;
        display: flex;
    align-items: center;
    }
    .navbg .header_innerBox {
        justify-content: center;
        flex-direction: column;
    }
    .navbg .header_list {
        justify-content: center;
        flex-direction: column;
        gap: 0;
    }
    .navbg .panel ul li {
        text-align: center;

    }
    .navbg .panel ul li a {
        display: inline-block;
        font-size: calc(2.2rem + (1vw - 1.02rem) * 0.6163); /* 22 to 18 */
        font-weight: 500;
        padding: 20px;
    }
    .navbg .header_btnWrap {
        width: 100%;
        max-width: 600px;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    .navbg .header_btnWrap .btn_common {
        width: 100%;
    }
    .navbg .header_btnWrap .btn_common a {
        width: 100%;
        height: auto;
        font-size: 22px;
        padding: 14px;
        font-size: calc(2.2rem + (1vw - 1.02rem) * 1.2327); /* 22 to 14 */
    }
}

/*==============================================================
    投稿
==============================================================*/
/*-- 見出し --*/
#post-area h1.title a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: calc(2.4rem + (1vw - 1.92rem) * 0.5178); /* 24 to 16*/
    color: var(--black);
}
#post-area h1.title a:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border: 4px solid;
    border-color: var(--blue);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#post-area h1.title a:hover {
    opacity: 1;
}
#post-area h1.title a .en {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 24px;
}
#post-area h1.title a .jp {
    font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294); /* 12 to 10 */
    font-weight: normal;
    padding-left: 10px;
    margin-top: 0;
}
#post-area .btn_deco01 {
    border-color: var(--blue);
}
#post-area .btn_deco01 .btn_arrow:before {
    background: var(--blue);
}
#post-area .btn_deco01 .btn_arrow:after {
    border-color: var(--blue);
}
#post-area h1.title a:hover .btn_deco01 .btn_arrow:before {
    background: var(--white);
}
#post-area h1.title a:hover .btn_deco01 .btn_arrow:after {
    border-color: var(--white);
}

.single .title {
    color: var(--black);
}
.single h3 {
    position: relative;
    margin: 15px 0;
    color: var(--blue);
    font-weight: 500;
    padding-left: 30px;
}
.single h3:before {
    content: "\2015";
    letter-spacing: -.2em;
    margin-right: .6em;
    position: absolute;
    left: 0;
}
.single p+h3 {
    margin-top: 3rem;
}

.category #content , .single #content {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: calc(80px + (1vw - 19.2px) * 3.2362) 0;
    /* 100 to 50 */
}

/*-----------------------------------------
    postlist
-----------------------------------------*/
.postlist li {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.postlist li:first-child {
    border-top: 1px solid #e0e0e0;
}

.postlist .clearfix:after {
    display: none;
}

.postlist li .post_text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.post_text_inner_upper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.postlist .time a,
.postlist .date {
    font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294);
    /* 12 to 10 */
}

.postlist .date {
    font-style: normal;
    color: var(--black);
    padding: 0;
}

.postlist .time a {
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: var(--white);
    margin: 0;
    padding: 5px 20px;
    border-radius: 100px;
}

/*-----------------------------------------
    ピックアップ記事（front-top）
-----------------------------------------*/
section.front-banner-area {
    padding: 4vw 0;
}
section.front-banner-area .innerContent {
    width: 90%;
}
.front-pickup {
    display: flex;
    justify-content: space-between;
    gap: 6.16666666666667%;
}

.front-pickup .ttl_h1_common {
    flex-shrink: 0;
    font-size: clamp(1.8rem, 1.56rem + 1.2vw, 3rem);
}

.front-pickup ul.postlist {
    padding: 0;
    width: 100%;
}

.front-pickup .postlist li {
    border-color: var(--white);
}

.front-pickup .postlist .ttls a {
    color: var(--white);
    transition: all .3s;
}

/*-----------------------------------------
    一覧４カラム共通
-----------------------------------------*/
.common_article_wrap , .vision_rss {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    margin: calc(60px + (1vw - 19.2px) * 1.9417) 0;
}
.common_article , .vision_rss li {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.common_article a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 0;
}
.common_article_eyecatch , .vision_rss .eyecatch {
    position: relative;
    width: 100%;
}
.common_article_eyecatch:before , .vision_rss .eyecatch:before {
    content: "";
    display: block;
    padding-top: 61.845%;
}
.common_article_eyecatch img , .vision_rss .eyecatch img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.common_article_txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
h2.common_article_title , .vision_rss li .title {
    font-size: calc(1.8rem + (1vw - 1.92rem) * 0.2589); /* 18 to 14 */
    letter-spacing: 0.25rem;
    line-height: 1.5;
    text-align: left;
    color: var(--black);
    font-weight: bold;
    margin: 0;
}
.common_article_date , .vision_rss li .date {
    font-size: 1rem;
    color: var(--black);
    text-align: right;
}
.common_article_cat {
    background: var(--blue);
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1rem;
}
/*-- vision rss --*/
.vision_rss li a {
    display: flex;
    flex-direction: column;
    gap: calc(20px + (1vw - 19.2px) * 0.6472); /* 20 to 10 */
}
.vision_rss li .eyecatch {
    order: 1;
}
.vision_rss li .title {
    order: 2;
}
.vision_rss li .date {
    order: 3;
}

/*-----------------------------------------
    トップ投稿(front-bottom , front-top)
-----------------------------------------*/
#post-area > .inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}

#post-area .col {
    width: 100%;
}

#post-area .col .inner {
    display: flex;
    flex-direction: column;
}

#post-area .postlist {
    padding-top: 40px;
}

#post-area .post_text {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

#post-area .postlist .time {
    display: flex;
    align-items: center;
    gap: 5px;
}


#post-area .postlist .time a {
    font-size: 1rem;
}
#post-area .postlist .time a+a {
    margin-top: 0;
}
/*==============================================================
    投稿：導入事例
==============================================================*/
/*-----------------------------------------
    シングルページ
-----------------------------------------*/
/*-- 見出し --*/
.case-content .post h2 {
    display: block;
    text-align: center;
    font-weight: 500;
    color: var(--blue);
}

/*==============================================================
    投稿：VWSブログ
==============================================================*/
/*-----------------------------------------
    ヘッダー
-----------------------------------------*/
.heading {
    background-color: var(--blue);
}
.single-column .heading, .tax-column_cat .heading, .post-type-archive-column .heading {
    background-color: var(--blue);
    color: #fff;
    font-weight: 600;
}
.heading-inner {
    width: 100%;
    padding: 0 1.5625%;
}
/*-- タイトル --*/
.column_nav .title a {
    font-size: calc(2.6rem + (1vw - 1.92rem) * 0.3883); /* 26 to 24 */
    font-weight: 600;
    color: var(--white);
}
/*-- ナビゲーション --*/
.column_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*-----------------------------------------
    main
-----------------------------------------*/
/*-- アウター --*/
.post-type-archive-column #wrapper , .single-column #wrapper , .tax-column_cat #wrapper {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: calc(100px + (1vw - 19.2px) * 3.2362) 0; /* 100 to 50 */
}
.post-type-archive-column #wrapper .column , .tax-column_cat #wrapper .column , .single-column #wrapper .column {
    width: 75%;
}
.column #content {
    float: initial;
    width: 100%;
}
/*-- 見出し --*/
div.column h1.title {
    color: var(--black);
    text-align: left;
    line-height: 1.4;
    padding: 20px;
    border-left: 10px solid;
    border-color: var(--blue);
    margin-bottom: 20px;
    font-size: calc(2.6rem + (1vw - 1.92rem) * 0.3883); /* 26 to 20 */
}
.archive div.column h1.big_title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: calc(3.2rem + (1vw - 1.92rem) * 0.5178); /* 32 to 24 */
    text-align: center;
    color: var(--black);
}
.archive div.column h1.big_title::before,
.archive div.column h1.big_title::after {
    content: "";
    flex-grow: 1;
    height: 3px;
    background: var(--black);
    display: block;
}
.archive div.column h1.big_title::before {
    margin-right: 20px;
}
.archive div.column h1.big_title::after {
    margin-left: 20px;
}
/*-- その他 --*/
.column .post_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.post-type-archive-column .column ul , .tax-column_cat .column ul {
    width: calc((100% - 30px) /2);
}
.post-type-archive-column .column ul li a , .tax-column_cat .column ul li a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/*-----------------------------------------
    一覧ページ
-----------------------------------------*/
/* ページナビゲーション */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-radius: 50vh;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.wp-pagenavi span.current {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue) !important;
    padding: 0 !important;
    border-radius: 50vh;
}
.wp-pagenavi a:hover {
    color: var(--black);
    border-color: var(--blue);
}
.wp-pagenavi .extend {
    width: auto;
    height: auto;
    border: none;
}
/*-----------------------------------------
    シングルページ
-----------------------------------------*/
.single-column #content {
    padding: 0;
}
.single-column #content .head_cat {
    margin-bottom: 40px;
}
.single .post p {
    line-height: 2.0;
}

.single .post p a {
  font-weight: bold;
}

/*-- 目次 --*/
.single .post div {
    font-size: calc(1.6rem + (1vw - 1.92rem) * 0.1294); /* 16 to 14 */
}
.single .post div.toc-center{
  font-size: 0;
}
div.column #toc_container {
    width: 100%;
    border: 3px solid #307ecc;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 20px;
  margin-bottom: 0px;
  overflow: hidden;
}
div.column #toc_container .tos_list {
    width: 100%;
}
div.column #toc_container .toc_list li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
}
.column_detail .hs-video-container{
  margin: 0 !important;
}
/*-- 見出し --*/
div.column h2 {
    background-color: var(--bg-light);
    padding: calc(20px + (1vw - 19.2px) * 0.6472); /* 20 to 10 */
    border-left: 8px solid;
    border-color: var(--blue);
    margin: 30px 0;
}
div.column h3 {
    color: var(--black);
    font-weight: 600;
    padding: 8px 10px;
    margin: 30px 0;
    border-left: 8px solid #d3e6f7;
}
div.column h3:before {
    content: none;
}

/*-- サイドバー --*/
#sidebar {
    float: initial;
    width: 20%;
}
#sidebar p,#sidebar h2 , #osusume h2 {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 5px;
    margin: 0;
}
section.widget ul, .widget_search, #calendar_wrap, .textwidget {
    width: 100%;
    padding: 10px;
}
section.widget li {
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
}
section.widget li a {
    display: block;
    padding: 10px 16px;
    background: url(//43632288.fs1.hubspotusercontent-na1.net/hubfs/43632288/raw_assets/public/Smartrelease_Theme/img/arrow.png) no-repeat 0 50%;
}
section.widget li a:hover {
    background-position: 3px 50%;
}
section.widget ul.side_section {
    width: 100%;
    padding: 0;
}
section.widget .side_section li {
    padding: 10px 0;
    border: none;
}
section.widget .side_section li a {
    background: none;
    padding: 0;
    border-bottom: 0px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 600;
}
section.widget .list-ttl {
    display: flex;
    justify-content: space-between;
}
.side_section .thumb {
    width: 30%;
}
.side_section p.ttls {
    width: 65%;
}
#sidebar p.ttls {
    background: none;
    font-size: 13px;
    text-align: left;
    padding: 0;
}

/*-----------------------------------------
    おすすめ記事
-----------------------------------------*/
#osusume-pc {
    background-color: var(--bg-light);
    padding: 5%;
}
#osusume-pc h1.big_title {
    color: var(--blue);
}
#osusume-pc h1.big_title::before,
#osusume-pc h1.big_title::after {
    content: none;
}
.column .post_osusume_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px
}
.archive .column .post_osusume {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

#osusume-pc .post_img{
    height: 14.342105vw !important;
    max-height: 218px !important;
    max-width: 327px !important;
}
/*-- 見出し --*/
div.column .post_osusume h2.cat-loop , div.column h2.cat-loop {
    font-size: calc(2rem + (1vw - 1.92rem) * 0.3883); /* 20 to 14 */
    letter-spacing: 0.2rem;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.archive .column .post .time {
    color: #777;
    font-size: calc(1.4rem + (1vw - 1.92rem) * 0.1294); /* 14 to 12 */
}
.post_osusume li a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.archive .column .post_img, .archive .column .post2b_img, .archive .column .post4b_img {
    background-color: var(--white);
    max-width: none;
    width: 100%;
    float: none;
}
/*-- カテゴリー --*/
div.column div.head_cat div.list {
    float: initial;
    background-color: var(--blue);
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    padding: 8px 12px;
    border-radius: 100px;
    line-height: 1;
}

/*==============================================================
    VWSトップ
==============================================================*/
.home {
    background-color: var(--blue);
    background-image:
        radial-gradient(at 37% 19%, hsla(220, 100%, 82%, 1) 0px, transparent 50%),
        radial-gradient(at 76% 0%, hsla(201, 100%, 56%, 1) 0px, transparent 50%),
        radial-gradient(at 91% 38%, hsla(237, 87%, 42%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 50%, hsla(229, 100%, 60%, 1) 0px, transparent 50%),
        radial-gradient(at 74% 61%, hsla(206, 100%, 63%, 1) 0px, transparent 50%),
        radial-gradient(at 24% 62%, hsla(185, 85%, 71%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(205, 100%, 84%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 100%, hsla(218, 100%, 70%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(216, 81%, 52%, 1) 0px, transparent 50%);
    background-attachment: fixed;
}

.top_wrap,
#post-area {
    background: #fff;
}

/*-----------------------------------------
    サービスお知らせバナー
-----------------------------------------*/
.fixed_banner {
    position: fixed;
    width: 150px;
    right: 0;
    bottom: 32%;
    z-index: 2;
    border-radius: 14px 0 0 14px;
    overflow: hidden;
}

.fixed_banner_img img {
    width: 100%;
}

.fixed_banner_txt {
    position: relative;
    font-size: 1.4rem;
    color: var(--white);
    text-align: center;
    background: var(--orange);
    padding: 6px 10px;
}

.fixed_banner_txt::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 10px;
}

/*-----------------------------------------
    メインイメージ
-----------------------------------------*/
#mainImg {
    width: 100%;
    /* height: 100vh; */
}

.ttl_h1_kv {
    position: absolute;
    content: "";
    top: 18.75vw;
    left: 6.25vw;
    z-index: 1;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.4));
}

.ttl_h1_kv .ttl_h1_txt {
    display: block;
    font-size: calc(3.4rem + (1vw - 1.92rem) * 0.9061); /* 34 to 20 */
    font-weight: 500;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 2rem;
    text-align: left;
}

.ttl_h1_kv .ttl_h1_img {
    display: block;
    width: calc(400px + (1vw - 19.2px) * 12.9450); /* 400 ti 200 */
}

.kv_wrap {
    width: 81.25vw;
    margin: 0 0 0 auto;
    overflow: hidden;
}
div#n2-ss-51 .n2-ss-slider-2 {
    border-radius: 0 0 0 calc(120px + (1vw - 19.2px) * 3.8835) !important;
}

/* 最小幅1921px PC Large以上 */
@media only screen and (min-width: 1921px) {
    .ttl_h1_kv .ttl_h1_txt {
        font-size: 1.77083333333333vw;
    }
}

/*-----------------------------------------
    ABOUT VWSについて
-----------------------------------------*/
.top_abtout_container {
    position: relative;
    background: url(//43632288.fs1.hubspotusercontent-na1.net/hubfs/43632288/raw_assets/public/Smartrelease_Theme/img/top/bg_earth.png) 50% 26vw no-repeat;
    background-size: 60vw;
}

.top_abtout_container .btn_common a {
    margin: 0;
}

.top_abtout_inner {
    padding-top: calc(18rem + (1vw - 1.92rem) * 5.8252); /* 180 to 90 */ 
}

.top_abtout_inner .top_read {
    margin: calc(5rem + (1vw - 1.92rem) * 1.6181) 0 calc(10rem + (1vw - 1.92rem) * 3.2362); /* 50 to 25, 0 , 100 to 50 */
    text-align: left;
}

.abtout_service {
    width: min(100%, 55vw);
    margin: calc(280px + (1vw - 19.2px) * 14.2395) 0 0 auto; /* 280 to 60 */
}

.post .top_service_category {
    font-weight: bold;
    font-size: clamp(1.8rem, 1.56rem + 1.2vw, 3rem);
    margin-bottom: 1.5rem;
}

.cloud .top_service_category {
    color: var(--blue);
}

.rental .top_service_category {
    color: var(--green);
}

.top_service_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}

.top_service_type_item {
    width: calc((100% - 6px) / 3);
    background: rgb(255 255 255 / 75%);
    padding: 0;
}
.top_service_link{
    display: flex;
    align-items: center;
    gap: 4%;
    padding: 15px;
}
.post .service_icon {
    width: 1.92708333333333vw;
    flex-shrink: 0;
}

.service_icon img {
    width: 100%;
}

.top_service_type_ttl {
    font-size: calc(2rem + (1vw - 1.92rem) * 0.2589); /* 20 to 16 */
    font-weight: 500;
    color: var(--black);
    white-space: nowrap;
}
@media screen and (max-width: 1423px) and (min-width: 1280px){
    .top_service_type_ttl {
        font-size: calc(1.8rem + (1vw - 1.92rem) * 0.2589); /* 20 to 16 */
    }
}

.top_service_type_ttl .en {
    display: flex;
    font-size: 1rem;
    font-weight: bold;
    color: var(--blue);
}

@media screen and (max-width: 768px){
    .top_service_type_ttl {
        font-size: 3.02325vw; /* 20 to 16 */
    }
    .top_service_type_ttl .en{
        font-size: 2.209302vw;
    }
}

.rental .top_service_type_ttl .en {
    color: var(--green);
}

.comingSoon .top_service_type_ttl,
.comingSoon .top_service_type_ttl .en {
    color: var(--gray);
}

.about_images_item-A {
    position: absolute;
    width: 31.25vw;
    height: auto;
    border-radius: 0 0 0 calc(100px + (1vw - 19.2px) * 3.2362);
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 0;
}

.about_images_item-B {
    position: absolute;
    width: 10.98958333333333vw;
    height: auto;
    border-radius: 0 calc(100px + (1vw - 19.2px) * 3.2362) 0 0;
    overflow: hidden;
    top: 26vw;
    left: 0;
    z-index: 0;
}

.about_images_item-C {
    position: absolute;
    width: 23.4375vw;
    height: auto;
    border-radius: calc(100px + (1vw - 19.2px) * 3.2362) 0 calc(100px + (1vw - 19.2px) * 3.2362) 0;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.mb60 {
    margin-bottom: 1.5625vw;
}

/*-----------------------------------------
    トップ：サービス一覧
-----------------------------------------*/
.top_service_container {
    position: relative;
}

.top_service_container:before {
    position: absolute;
    content: "";
    width: 81.25vw;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 calc(100px + (1vw - 19.2px) * 3.2362) calc(100px + (1vw - 19.2px) * 3.2362) 0;
    /* 100 to 50 */
    background-color: var(--blue);
    background-image:
        radial-gradient(at 37% 19%, hsla(220, 100%, 82%, 1) 0px, transparent 50%),
        radial-gradient(at 76% 0%, hsla(201, 100%, 56%, 1) 0px, transparent 50%),
        radial-gradient(at 91% 38%, hsla(237, 87%, 42%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 50%, hsla(229, 100%, 60%, 1) 0px, transparent 50%),
        radial-gradient(at 74% 61%, hsla(206, 100%, 63%, 1) 0px, transparent 50%),
        radial-gradient(at 24% 62%, hsla(185, 85%, 71%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(205, 100%, 84%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 100%, hsla(218, 100%, 70%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(216, 81%, 52%, 1) 0px, transparent 50%);
    background-attachment: fixed;
}
.top_service_inner {
    position: relative;
    width: 81.25vw;
    max-width: 1560px;
    margin-left: auto;
}
.top_service_txtArea {
    width: 58.3333333333333vw;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
}
.top_service_txtArea .top_read {
    margin: calc(60px + (1vw - 19.2px) * 1.9417) 0; /* 60 to 30 */
    text-align: left;
}
.top_service_btn {
    min-width: 240px;
}
.service_ttl {
    width: initial !important;
    max-width: initial !important;
}
.service_ttl_wrap > div {
    display: inline-block;
    width: initial;
    height: 50px;
    margin: 15px !important;
}
.service_ttl_wrap > div img {
    height: 100% !important;
}
.slide_service_type_wrap p {
    display: flex;
    align-items: center;
}
.slide_service_type_wrap p .slide_service_type_en {
    font-size: 1rem;
    letter-spacing: 0.15rem;
}
.slide_service_type_wrap p .slide_service_type_en span {
    padding: 1.1rem;
}
.slide_service_txt p {
    letter-spacing: 0.2rem !important;
}

/*-----------------------------------------
    トップ：導入事例
-----------------------------------------*/
.top_casestudy_inner {
    text-align: center;
}
.user-area {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
ul.user-list li {
    width: 20%;
    padding: 10px 20px;
    border: none;
}
.top_casestudy_container .top_read {
    margin: calc(60px + (1vw - 19.2px) * 1.9417) 0;
    /* 60 to 30 */
}
.post .case_img_wrap {
    position: relative;
}
.case_cat {
    position: absolute;
    content: "";
    z-index: 2;
    bottom: 0;
    font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294);
    /* 12 to 10 */
}
.top_casestudy_inner .common_article_txt {
    gap: 0 !important;
}
.post .case_companyName {
    font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294);
    /* 12 to 10 */
    font-weight: bold;
    text-align: right;
    padding: 15px 0 5px;
}
.post .case_others {
    font-size: 1rem;
    color: #a0a0a0;
    text-align: right;
}

/*-----------------------------------------
    トップ：VWSブログ
-----------------------------------------*/
#vlog-area {
    background: #f0f3f8;
}

#vlog-area .inner {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

.head_cat {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

/*==============================================================
    固定：サービスページ
==============================================================*/
.service .service_category_ttl {
    text-align: center;
    margin-bottom: calc(50px + (1vw - 19.2px) * 1.2945); /* 50 to 30 */
    font-weight: bold;
}
.service_category.croud {
    margin-bottom: calc(100px + (1vw - 19.2px) * 3.2362); /* 100 to 50 */
}
.croud .service_category_ttl {
    color: var(--blue);
}
.rental .service_category_ttl {
    color: var(--green);
}
.service .service_category_read {
    text-align: center;
    margin-bottom: calc(50px + (1vw - 19.2px) * 1.2945); /* 50 to 30 */
}
.service_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_type_item {
    width: calc(100% / 3);
}
.service_type:after {
    content: "";
    display: block;
    width: calc(100% / 3);
    height: 0;
}
.service_type_item_inner {
    display: flex;
    flex-direction: column;
    background: var(--white);
    padding: 30px;
    gap: 20px;
    transition: initial;
}

.service_img {
    position: relative;
    width: 100%;
}
.service_img:before {
    content: "";
    display: block;
    padding-top: 61.845%;
}
.service_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.service_logo {
    display: inline-block;
    width: 100%;
    height: 2.5vw;
}
.service_logo img {
    max-width: initial;
    height: 100%;
    margin: 0 auto;
}
.service_feature {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.service_feature li {
    font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294);
    /* 12 to 10 */
    color: var(--white);
    background: var(--blue);
    padding: 5px 20px;
    border-radius: 100px;
}
.service_link {
    position: relative;
    margin-left: auto;
    display: inline-block;
    padding: 0 18px 6px 0;
    border-bottom: 1px solid;
}
.service_link span {
    position: relative;
}
.service_link span:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: url(/struct/wp-content/uploads/icon_link_bk.png) center;
    background-size: contain;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}

/*==============================================================
    固定：ダウンロード
==============================================================*/
.dl-area {
    width: 100%;
    max-width: 1100px;
    background: var(--bg-light);
    padding: calc(40px + (1vw - 19.2px) * 1.2945); /* 40 to 20 */
    margin: 4rem auto 0 auto;
}
.dl-area .dl-area_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}
.dl-area .dl-area_ttl span {
    font-size: calc(1.8rem + (1vw - 1.92rem) * 0.1294);
    font-weight: 500;
    margin-bottom: 10px;
}
.dlList {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.dlList .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.dlList .col .ttls {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
}
.dlList .col p.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    margin: 0;
}
.dlList .btn_common a {
    height: 44px;
}

/*==============================================================
    固定：セキュリティ
==============================================================*/
.security-flex-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.security-flex-area-item {
    position: relative;
    width: calc((100% - 40px) /3);
    border: 1px solid #ddd;
    padding:20px;
}
.security-flex-area:after {
    content: "";
    display: block;
    width: calc((100% - 40px) /3);
    height: 0;
}
.post .sec-text01 {
    text-align: right;
    margin-top: calc(40px + (1vw - 19.2px) * 1.2945); /* 40 to 20 */
    font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294); /* 12 to 10 */
}

/*==============================================================
    footer直前コンタクトエリア
==============================================================*/
#contact_area {
    background-color: var(--blue);
    background-image:
        radial-gradient(at 37% 19%, hsla(220, 100%, 82%, 1) 0px, transparent 50%),
        radial-gradient(at 76% 0%, hsla(201, 100%, 56%, 1) 0px, transparent 50%),
        radial-gradient(at 91% 38%, hsla(237, 87%, 42%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 50%, hsla(229, 100%, 60%, 1) 0px, transparent 50%),
        radial-gradient(at 74% 61%, hsla(206, 100%, 63%, 1) 0px, transparent 50%),
        radial-gradient(at 24% 62%, hsla(185, 85%, 71%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(205, 100%, 84%, 1) 0px, transparent 50%),
        radial-gradient(at 80% 100%, hsla(218, 100%, 70%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(216, 81%, 52%, 1) 0px, transparent 50%);
    background-attachment: fixed;
}

.contact_area_inner {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: calc(60px + (1vw - 19.2px) * 1.9417) 0;
    /* 60 to 30 */
}

.contact_area_inner .inner_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
    border-right: 1px solid #fff;
    padding: 20px;
}

.contact_area_inner .inner_box:first-child {
    border-left: 1px solid #fff;
}

.contact_area_inner .inner_box h1 {
    color: var(--white);
    font-size: calc(2.6rem + (1vw - 1.92rem) * 0.3883); /* 26 to 20 */
    font-weight: 500;
}

.contact_area_inner .inner_box p {
    color: var(--white);
    font-size: calc(1.6rem + (1vw - 1.92rem) * 0.3883); /* 16 to 10 */
}

/*==============================================================
    footer
==============================================================*/

#footer {
    background: #282c34;
    padding: 0;
}

#footer .inner {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer>.inner {
    padding: calc(80px + (1vw - 19.2px) * 2.5890) 0 calc(100px + (1vw - 19.2px) * 5.1780);
    /* 80to40 160to80 */
}

.footer_top_l {
    flex-shrink: 0;
}

/*-----------------------------------------
    footer_logo
-----------------------------------------*/
#footerLogo {
    max-width: 140px;
}

/*-----------------------------------------
    footer_menu
-----------------------------------------*/
.footer_menu {
    display: flex;
    margin-top: calc(40px + (1vw - 19.2px) * 1.2945);
    /* 40to20 */
}

.footer_menu li a {
    font-size: calc(1.4rem + (1vw - 1.92rem) * 0.2589);
    /* 14to10 */
    color: #fff;
    padding: 0 20px;
    border-right: 1px solid #fff;
}

.footer_menu li:first-child a {
    border-left: 1px solid #fff;
}

.footer_menu li a:hover,
.footer_menu li a:active,
.footer_menu li a:visited {
    color: #fff;
}

.footer_top_r img {
    max-width: 190px;
}

/*-----------------------------------------
    footer_copyright
-----------------------------------------*/
#copyright {
    border-top: 1px solid #4b4f58;
    padding: calc(20px + (1vw - 19.2px) * 0.6472) 0 calc(60px + (1vw - 19.2px) * 0.6472); /* 20to10 */
}

@media screen and (max-width: 768px){
    #copyright {
        padding: calc(20px + (1vw - 19.2px) * 0.6472) 0; /* 20to10 */
    }
}

#copyright p {
    font-size: 10px; 
}

.copyright_txt,
.copyright_logo {
    color: #fff;
}

#copyright .inner {
    align-items: center;
}

.copyright_logo img {
    display: inline;
    vertical-align: middle;
    max-width: 80px;
    padding-left: 5px;
}

/*-----------------------------------------
    press ページ用
-----------------------------------------*/

.cat-press #wrapper,
.cat-p-kintai #wrapper,
.cat-p-message #wrapper {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

.cat-press h2,
.cat-p-kintai h2,
.cat-p-message h2 {
    font-size: 1.4rem;
    border-left: 5px solid #0068b7;
    padding: 1rem;
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 1rem;
    color: #0068b7;
    background: #fafafa;
}

ul.press_page_display_switcher {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid;
    border-color: var(--black);
    gap: 5%;
    margin-bottom: 40px;
}

.press_page_display_switcher .current {
    position: relative;
    color: var(--black);
}

.press_page_display_switcher .current:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--blue);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

ul.press_page_display_switcher li {
    color: var(--gray);
    padding-bottom: 10px;
    cursor: pointer;
}

.press_tab_area {
    width: 100%;
    margin: 0 auto;
}

.press_each_list {
    display: flex;
}

.press_eye_catch {
    position: relative;
    width: 100%;
    max-width: 200px;
}

.press_eye_catch:before {
    content: "";
    display: block;
    padding-top: 61.845%;
}

.press_eye_catch img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.press_each_info {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 10px;
}

.press_each_info_upper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.postlist .press_title a {
    font-weight: 500;
    color: var(--black);
}

p.press_excerpt {
    color: #a0a0a0;
    font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294);
    /* 12 to 10 */
}

.loading_now {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.loading_now img {
    display: block;
    margin: 0 auto;
}


/*==============================================================
    サービス：akerun
==============================================================*/
/* akerun以外も共通かも？？？ */
section.cv-point h2 {
    font-size: calc(2.8rem + (1vw - 1.92rem) * 0.6472); /* 28 to 18 */
    border: none;
    padding: 0;
}
section.cv-point .cv-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
section.cv-point .linkBtn a {
    background: #00c473;
    border-radius: 100px;
    box-shadow: 0px 3px 0px #35946d;
    font-size: calc(2.8rem + (1vw - 1.92rem) * 0.6472); /* 28 to 18 */
}
section.cv-point .linkBtn a {
    color: var(--white);
    font-weight: 600;
}
section.cv-point .linkBtn a:hover,
section.cv-point .linkBtn a:active {
    background: #1b8a2d;
    box-shadow: none;
}
/*-- アウター --*/
.innerContent {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

ul.f-case-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: calc(40px + (1vw - 19.2px) * 1.2945) 0; /* 40 to 20 */
}
ul.f-case-flex li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    text-align: center;
}

/* akerun */
.page-template-page-nosidebar-temp section {
    padding: calc(40px + (1vw - 19.2px) * 1.2945) 0; /* 40 to 20 */
}
.page-template-page-nosidebar-temp section:first-child {
    /* padding: 0; */
}
.page-vws-hayakyu section.cv-point .linkBtn,
.page-akerun section.cv-point .linkBtn {
    width: 100%;
}
.page-id-1296 section.cv-point {
    background: #202020;
}
.page-id-1296 section.cv-point .linkBtn a {
    background: #1594cf;
    box-shadow: 0px 3px 0px #0f648c;
}
.page-id-1296 section.cv-point .linkBtn a:hover,
.page-id-1296 section.cv-point .linkBtn a:active {
    background: #0f648c;
}
.page-id-1296.page-template-page-nosidebar-temp .cv-point h2 {
    color: #ffffff;
}
.page-id-1296 section.f-perf-area p.perf-headline {
    background: #1594cf;
    color: #fff;
}
.page-id-1296 section.merit .merit-box .item {
    border: 1px dashed #aaa;
}
.page-id-1296 section.merit h3 {
    background: #ffffff;
}
.page-id-1296 ul.f-step-flex li small {
    background-color: #1594cf;
}
.page-id-1296 ul.f-step-flex li small::after {
    border-color: transparent transparent transparent #1594cf;
}
.page-id-1296 ul.f-step-flex li h3 {
    color: #202020;
}
.page-id-1296 section.f-support-area .caption {
    background: #fff;
}
.page-id-1296 .scroll-fix {
    position: fixed;
    bottom: -100%;
    right: 0;
    transition: all .3s;
    width: 250px;
}
.page-id-1296.sticky-header .scroll-fix {
    opacity: 1.0;
    bottom: -6px;
    z-index: 1;
}
.page-id-1296 .animated:hover {
    animation: pulse .5s infinite;
}
.page-id-1296 .animated:hover img {
    opacity: 1.0;
}



/*==============================================================
    レスポンシブ
==============================================================*/
/* PC Large */
@media only screen and (min-width: 1921px) {
    /*=================================
    共通
　　=================================*/
    /*-- wrapper --*/
    
}
/* PC Regular */
@media only screen and (min-width: 1024px) {
    /*=================================
    固定：サービスページ
　　=================================*/
    .service_type_item_inner:hover {
        opacity: 1;
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
        transition: .6s;
    }
    .service_type_item_inner:hover img {
        opacity: 1;
    }
}
@media only screen and (max-width: 1280px) {
    /*=================================
    トップ：サービス
　　=================================*/
    .top_abtout_container {
        background: url(//43632288.fs1.hubspotusercontent-na1.net/hubfs/43632288/raw_assets/public/Smartrelease_Theme/img/top/bg_earth.png) 50% 46vw no-repeat;
        background-size: 80vw;
    }
    .abtout_service {
        width: 100%;
    }
    .about_images_item-B {
        top: 50vw;
    }
    .about_images_item-C {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    /*=================================
    トップページ
　　=================================*/
    .ttl_h1_kv {
        top: 24vw;
    }
    /*=================================
    固定：サービス
　　=================================*/
    .service_logo {
        height: 4vw;
    }
}
@media only screen and (max-width: 1024px) {
    /*=================================
    ヘッダー
　　=================================*/
    .site-header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
      z-index: 999;
    }
    .header_innerBox {
        gap: 15px;
    }
    .header_list {
        gap: 15px;
    }
    /*=================================
    投稿：VWSブログ
　　=================================*/
    .column .post_osusume_wrap {
        flex-wrap: wrap;
        gap: 30px 20px;
    }
    .archive .column .post_osusume {
        width: calc((100% - 20px)/2);
    }
    /*=================================
    トップ：サービス
　　=================================*/
    .top_service_type_item {
        width: calc((100% - 3px) / 2);
    }
}
/* TAB */
@media only screen and (max-width: 960px) {
    /*=================================
    共通
　　=================================*/
    /*-- wrapper --*/
    .box_common {
        width: min(90%, 70vw);
    }
    /*=================================
    ヘッダー
　　=================================*/
    #header {
        position: relative;
        z-index: 10;
    }
    /*=================================
    投稿
　　=================================*/
    #post-area > .inner {
        flex-direction: column;
        gap: 50px;
    }
    #post-area .postlist {
        padding-top: 20px;
    }
    /*=================================
    トップページ
　　=================================*/
    .ttl_h1_kv {
        top: 24vw;
    }
    /*=================================
    トップ：サービス
　　=================================*/
    .top_service_container:before {
        width: 84vw;
    }
    .top_service_inner {
        width: 84vw;
    }
    /*=================================
    トップ：VWSブログ・導入事例
　　=================================*/
    /*-- 一覧４カラム共通 --*/
    .common_article_wrap , .vision_rss {
        flex-wrap: wrap;
        gap: 30px 2.5%;
    }
    .common_article , .vision_rss li {
        width: calc((100% - 2.5%) /2);
    }
    /*=================================
    投稿：VWSブログ
　　=================================*/
    .post-type-archive-column #wrapper , .single-column #wrapper , .tax-column_cat #wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .post-type-archive-column #wrapper .column, .tax-column_cat #wrapper .column, .single-column #wrapper .column {
        width: 100%;
    }
    #sidebar {
        width: 100%;
    }
    .side_section .thumb {
        width: 85px;
        margin-right: 10px;
    }
    .side_section p.ttls {
        width: 90%;
    }
    /*=================================
    固定：サービスページ
　　=================================*/
    .service_type_item {
        width: 50%;
    }
    .service_logo {
        height: 5vw;
    }
    /*=================================
    フッター
　　=================================*/
    #contact_area {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /*=================================
    共通
　　=================================*/
    /*-- wrapper --*/
    .box_common {
        width: 90%;
    }
    /*-- 見出し --*/
    .post h4 {
        margin: 20px 0 10px;
    }
    .post .top_read {
        text-align: left;
        line-height: 1.8;
    }
    .post .top_read br {
        display: none;
    }
    /*-- ボタン --*/
    .post .linkBtn a {
        padding: 10px 20px 10px 10px;
    }
    /*=================================
    ヘッダー
　　=================================*/
    #header .logo, #header .sticky-logo {
        width: 80px;
    }
    /*=================================
    投稿
　　=================================*/
    /*-- 見出し --*/
    div.column h2 {
        margin: 30px 0 20px;
    }
    div.column h3 {
        margin: 20px 0;
    }
    .postlist li {
        padding: 10px;
    }
    .postlist .time a, .postlist .date {
        font-size: 1.0rem;
    }
    #post-area .ttls a {
        font-size: 1.2rem;
    }
    /*---------------------------
    ピックアップ記事（front-top）
    ---------------------------*/
    section.front-banner-area {
        padding: 40px 0;
    }
    .front-pickup {
        flex-direction: column;
        align-items: center;
    }
    .front-pickup .ttl_h1_common {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 20px;
    }
    .front-pickup .ttl_h1_common .jp {
        font-size: 1.2rem;
        margin-top: 6px;
    }
    .front-pickup .ttl_h1_common .en {
      margin-bottom: 0px;
      font-size: 16px;
    }
    .front-pickup .ttls {
        line-height: 1.2;
    }
    .front-pickup .ttls a {
        font-size: 1rem;
    }
    /*=================================
    トップページ
　　=================================*/
    /*-- メインイメージ --*/
    .about_images_item-A , .about_images_item-B {
        display: none;
    }
    /*-- サービスお知らせバナー --*/
    .fixed_banner {
        display: none;
    }
    /*=================================
    トップ：アバウト
　　=================================*/
    .top_abtout_container {
        background: url(//43632288.fs1.hubspotusercontent-na1.net/hubfs/43632288/raw_assets/public/Smartrelease_Theme/img/top/bg_earth.png) 50% 66vw no-repeat;
        background-size: 150vw;
    }
    /*=================================
    トップ：サービス一覧
　　=================================*/
    .top_service_link {
        padding: 10px;
    }
    .post .service_icon {
        width: 20px;
    }
    .top_service_container:before {
        width: 90%;
    }
    .top_service_txtArea {
        width: 78vw;
        flex-direction: column;
    }
    .top_service_btn {
        margin-bottom: calc(60px + (1vw - 19.2px) * 1.9417);
    }
    .top_service_btn .btn_common a {
        margin: 0;
    }
    .top_service_inner {
        width: 95%;
    }
    .service_slide div#n2-ss-54 .n2-ss-slider-2 {
        border-radius: 30px !important;
    }
    div#n2-ss-53-align {
        max-width: 100% !important;
    }
    .slide_service_type_wrap p {
        padding: 10px !important;
    }
    .slide_service_type_wrap p .slide_service_type_jp {
        font-size: 1.4rem;
    }
    .slide_service_type_wrap p .slide_service_type_en span {
        padding: 5px;
    }
    .service_ttl_wrap > div {
        height: 40px;
        margin: 10px !important;
    }
    .slide_service_txt p {
        font-size: 1.2rem !important;
    }
    /*=================================
    トップ：VWSブログ・導入事例
　　=================================*/
    /*-- 一覧４カラム共通 --*/
    .common_article, .vision_rss li {
        gap: 10px;
    }
    h2.common_article_title , .vision_rss li .title {
        line-height: 1.4;
    }
    ul.user-list li {
        width: calc(100% / 4);
        padding: 10px 10px;
    }
    /*=================================
    投稿：VWSブログ
　　=================================*/
    div.column h1.title {
        padding: 10px;
        border-left: 6px solid;
        border-color: var(--blue);
        margin-bottom: 20px;
    }
    .archive div.column h1.big_title {
        margin: 40px 0 20px;
    }
    .archive div.column h1.big_title::before,
    .archive div.column h1.big_title::after {
        height: 2px;
    }

    .archive div.column h1.big_title::before {
        margin-right: 12px;
    }

    .archive div.column h1.big_title::after {
        margin-left: 12px;
    }
    /*-- 見出し --*/
    div.column h2 {
        border-left: 4px solid;
        border-color: var(--blue);
    }
    .column .post_wrap {
        gap: 30px 0;
    }
    .post-type-archive-column .column ul , .tax-column_cat .column ul {
        width: calc(50% - 10px);
    }
    .post-type-archive-column .column ul li a, .tax-column_cat .column ul li a {
        gap: 5px;
    }
    /*-- ページナビゲーション --*/
    .wp-pagenavi {
        flex-wrap: wrap;
    }
    .wp-pagenavi a, .wp-pagenavi span {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    
    /*=================================
    固定：サービスページ
　　=================================*/
    .service_type_item {
        width: 100%;
    }
    .service .service_category_read {
        text-align: left;
    }
    .service_type:after {
        display: none;
    }
    .service_type {
        gap: 40px;
    }
    .service_type_item_inner {
        padding: 0;
    }
  .service_type_item_inner:hover{
    opacity: 1 !important;
}
    .service_logo {
        height: initial;
    }
    .service_logo img {
        max-width: 35vw;
      width: initial;
        height: auto;
    }
    /*=================================
    固定：ダウンロード
　　=================================*/
    .dlList {
        flex-wrap: wrap;
    }
    .dlList .col {
        width: calc((100% - 20px) /2);
    }
    /*=================================
    固定：セキュリティ
　　=================================*/
    .security-flex-area-item {
        width: calc((100% - 20px) /2);
    }
    .security-flex-area:after {
        display: none;
    }
    /*=================================
    サービス：akerun
　　=================================*/
    ul.f-case-flex {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    ul.f-case-flex li {
        width: 80%;
    }
    /*=================================
    フッター
　　=================================*/
    #footer > .inner {
        flex-direction: column;
        align-items: center;
        padding: 40px 0 20px;
    }
    .footer_menu {
      margin: calc(40px + (1vw - 19.2px) * 1.2945) 0;
      flex-wrap: wrap;
      gap: 15px 0;
      justify-content: center;
    }
    .footer_menu li {
      display: block;
      width: calc(50% - 5px);
      text-align: center;
    }
    .footer_menu li a {
      border: none !important;
      padding: 0 5px;
    }
    .footer_menu li:nth-child(2n) {
      border-left: 1px solid #fff;
    }
    #footerLogo {
        max-width: 100px;
        margin: 0 auto;
    }
    .footer_top_r img {
        max-width: 150px;
    }
    #copyright .inner {
        width: 100%;
    }
    #copyright p {
        transform: scale(0.8);
    }
}

/* SP */
@media only screen and (max-width: 640px) {
    /*=================================
    トップページ
　　=================================*/
    .ttl_h1_kv {
        top: initial;
        bottom: 20vw;
    }
    /*=================================
    投稿
　　=================================*/
    #post-area h1.title a .jp {
        display: none;
    }
    /*=================================
    固定：セキュリティ
　　=================================*/
    .security-flex-area-item {
        width: 100%;
    }
    /*=================================
    サービス：akerun
　　=================================*/
    .page-id-1296 ul.f-step-flex li small::after {
        border-color: #1594cf transparent transparent transparent;
    }
    .page-id-1296 .iframe-sp iframe {
        width: 100% !important;
    }
}
@media only screen and (max-width: 414px) {
    /*=================================
    サービス：akerun
　　=================================*/
    .page-id-1296.sticky-header .scroll-fix {
        right: -87px;
    }
    .sticky-header .scroll-fix img {
        width: 65%;
    }
}

.archive .column .post_img{
    max-width: 498px;
    height: 23vw;
    max-height: 322px;
}

.archive .column .post_img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.post .hs-responsive-embed{
  max-width: 100% !important;
}
.post .webinar-desc th{
  white-space: nowrap;
}
#chatplusview.chatplusview-app.closed #outline #chatpluscontent #chatplusheader .profile{
  height: 10px !important;
  padding: 0 !important;
}

@media screen and (max-width: 960px){
    .archive .column .post_img{
        max-height: 27.9069vw;
        height: 27.9069vw;
    }
}

@media screen and (max-width: 768px){
    .archive .column .post_img{
        max-height: 27.9069vw;
        height: 27.9069vw;
    }

    .archive .column .post_img img{
        height: 100%;
    }
    #chatplusview{
      display: none !important;
  }
    .single.single-column .column_top{
    margin-top: 58px;
  }
  .single-column #wrapper{
    padding: calc(70px + (1vw - 19.2px) * 3.2362) 0;
  }
  .fullSP{
    width: 100% !important;
  }
  .single .post p iframe{
    width: 100% !important;
    height: 52.26666vw;
  }
  .main_content{
    margin-top: 86px;
  }
  .column_top .heading-inner{
    padding: 0 4%;
  }
  .page_maintitle h1{
   line-height: 1.4 !important;
    font-size: calc(4rem + (1vw - 1.92rem) * 1.0356) !important;
    padding: 40px 10% 45px !important;
  }
}
.term-wrapper p{
  margin-bottom: 15px;
  line-height: 1.7;
}
.term-wrapper h2{
    color: #1c2445;
    text-align: left;
    line-height: 1.2;
    padding: 10px;
    border-left: 5px solid;
    border-color: #1768d7;
    margin: 40px 0 10px;
    font-size: 18px
}
.term-wrapper ul li{
  display: flex;
}
.term-wrapper ul li.has-child{
  flex-direction: column;
}
.term-wrapper ul li.has-child ul{
  margin-left: 20px;
}
.term-wrapper ul li.has-child p{
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 768px){
  .term-wrapper{
    margin: 0 10px;
  }
  .term-wrapper h2{
    font-size: 16px;
  }
  .term-wrapper p a{
    word-break: break-all;
  }
}
@media screen and (max-width: 640px){
.main_content{
    margin-top: 58px;
  }
}

@media screen and (max-width: 400px) and (min-width: 320px) {
  .slide_service_type_wrap p .slide_service_type_jp {
    font-size: 1.3rem;
  }

  .slide_service_type_wrap p .slide_service_type_en {
    font-size: 0.9rem;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #1a1a1a;
    color: #f0f0f0;
  }
}