@charset "utf-8";
body {
    background-color: #fff;
    font-family: "IBM Plex Sans JP", sans-serif;
}

/*======================= 共通クラス =======================*/

p,
a,
li,
td {
    font-weight: 600;
}

p {
    margin-top: 0 !important;
}

a {
    text-decoration: none !important;
}

/* padding・margin左右上下リセット */
.p_0 {
    padding: 0 !important;
}

.m_0 {
    margin: 0 !important;
}

.pt_0 {
    padding-top: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}


.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}


/* padding・margin 10px・20px */
.pt_10 {
    padding-top: 10px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.inline_b {
    display: inline-block;
}

/* Z-INDEX */
.z_0 {
    z-index: 0;
}

.z_1 {
    z-index: 1;
}

.z_999 {
    z-index: 999;
}

/* POSITION */
.p_ab {
    position: absolute;
}

.p_rel {
    position: relative;
}

.smb-box__background {
    border: none;
}

/* アイコン */
svg.svg-inline--fa {
    margin-right: 10px;
}

#page-top svg.svg-inline--fa {
    margin-right: 0;
}

.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}

/*======================= ボタン =======================*/
.smb-buttons.is-content-justification-center {
    justify-content: center;
    text-align: center;
}
a.smb-btn {
    position: relative;
    padding: 13px 50px 13px 20px;
    border-radius: 2px;
    font-weight: 800;
    border: 2px solid #fff;
    max-width: 420px;
}
a.smb-btn span {
    color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
}
a.smb-btn span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffffff;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}
a.smb-btn:hover {
    background-color: #fff;
    border: 2px solid #000;
}
a.smb-btn:hover span {
    color: #000 !important;
}
a.smb-btn:hover span::after {
    border-left: 12px solid #000000;
}
.or_button a {
    background-color: var(--wp--preset--color--sm-sub-accent);
    border: none;
}

.or_button a:hover span {
    color: #000 !important;
}

@media screen and (max-width: 500px) {
    .btn_center {
        justify-content: center !important;
    }

    .smf-action .smf-button-control__control {
        width: 280px !important;
    }
}

/*======================= ヘッダー =======================*/
.l-header{
    z-index: 998;
}
 .l-header .p-global-nav .c-navbar__item>a>span {
    color: #000;
} 

.c-page-header {
    padding: 180px 0 60px;
} 

.c-page-header[data-has-image=true] {
    height: unset;
}

.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}

.c-page-header__bgimage>img,
.c-page-header__bgimage>picture>img {
    display: none;
}

.page-template-default .c-page-header__title,
.post-type-archive .c-page-header__title,
.blog .c-page-header__title {
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    font-weight: 500;
}

h1.c-page-header__title::before {
    position: absolute;
    font-size: clamp( 3rem, calc( 2.3333333333333335rem + 3.3333333333333335vw ), 5rem );
    top: -110px;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
}

.single-post .c-meta {
    justify-content: left;
}

.header_cta span {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 2px;
    color: var(--wp--preset--color--sm-sub-accent);
    text-align: center;
    background-color: #fff;
    border: 2px solid #000;
}
.contact.header_cta span {
    padding: 10px;
    width: 54px;
    height: 54px;
}
.contact.header_cta span svg{
    margin-right: 0;
}
.download.header_cta span {
    background-color: var(--wp--preset--color--sm-sub-accent);
    color: #fff !important;
}

.header_cta a {
    padding-right: 0 !important;
}

.header_cta span svg {
    font-size: 20px;
}
.l-header__drop-nav{
    box-shadow: none;
}
.p-drop-nav.p-drop-nav--has-site-branding .c-container {
    max-width: 100%;
}
.home .l-header .c-site-branding {
  display: none;
}
.l-header__drop-nav[aria-hidden=false] .c-site-branding{
    display: block;
}
/* SPヘッダー */
.c-drawer {
    background-color: var(--wp--preset--color--sm-sub-accent);
}

.c-drawer__menu {
    padding-top: 50px !important;
}

#menu-sp_nav .ham_btn {
    margin-top: 30px !important;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-sub-accent);
}

#menu-sp_nav .menu-item a {
    font-size: 1rem;
    font-weight: 500 !important;
    text-align: center;
}

@media (max-width: 1023px) {
    .c-page-header {
        padding: 130px 0 50px !important;
    }
}

/*======================= フッター =======================*/

.l-footer,
.l-footer--footer-2 .l-footer__body {
    border-top: none;
}
.l-footer--footer-2 .l-footer__widget-area {
    padding-top: 0;
}
.l-footer .l-footer__footer .c-row--middle {
    justify-content: center;
}


.l-footer .widget.widget_nav_menu a,
.l-footer p,
.l-footer a {
    font-weight: 700;
}
.smb-buttons.three_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 640px;
    margin-left: 0!important;
}
.smb-buttons.three_btns .download_btn {
    width: 100%;
}
.contact_btn,
.online_btn {
    width: 49%;
}
.download_btn{
    width: 100%;
}
.smb-buttons.three_btns a{
        padding: 13px 20px;
    max-width: unset;
}
.download_btn a {
    background-color: var(--wp--preset--color--sm-sub-accent);
    border: 2px solid #fff;
}
.smb-buttons.three_btns a.smb-btn span{
    text-align: center;
}
.smb-buttons.three_btns a.smb-btn span::after {
    content: none;
}
.btn_w a.smb-btn {
    background-color: #fff;
    border: 2px solid #000;
}
.btn_w a.smb-btn span{
    color: #000;
}
figure.footer_logo {
    width: 27%;
}
.l-footer--default .c-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
}
.l-footer--default .c-copyright .c-container{
        text-align: right;
    font-weight: 700;
}
@media screen and (max-width: 1023px) {
    .c-widget.widget_block .wp-block-columns {
        margin-top: 30px;
    }
}

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

    /* footer */
    .c-widget.widget_block .wp-block-columns {
        gap: var(--_margin-2);
    }
}

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

    .l-footer--footer-2 .l-footer__widget-area a,
    .l-footer--footer-2 .l-footer__widget-area p {
        font-size: 15px;
    }
}

@media screen and (max-width: 435px) {
    .l-footer .c-container {
        padding: 0 5%;
    }
}

/*======================= HOME =======================*/
.en_ttl {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: clamp(2rem, calc(1.1666666666666667rem + 4.166666666666666vw), 3.5rem);
    font-weight: 700;
    line-height: 1.2;
}

.ja_ttl {
    margin-top: 0 !important;
    color: var(--wp--preset--color--sm-sub-accent);
    font-size: 1.1rem;
    font-weight: 600;
}

.ja_ttl span {
    position: relative;
    padding-left: 20px !important;
}

.ja_ttl span::before {
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: var(--wp--preset--color--sm-sub-accent);
    content: "";
}

/* FV修正ver */
#fv {
    height: 100vh;
}
#fv .smb-section__inner {
    height: 100%;
}
#fv .smb-section__inner>.c-container {
    position: relative;
    height: 100%;
}
.fv_txt-group {
    position: absolute;
    bottom: 10%;
    right: 0;
}
.fv_en-ttl {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: min(4rem, 4vw);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.fv_ja-ttl {
    font-size: 1.8rem;
    font-weight: 600;
}

.fv_l-txt {
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
}
figure.fv_logo {
    max-width: 200px;
    position: absolute;
    top: 25px;
    left: 2%;
    z-index: 999;
    width: 20%;
}
/* 背景固定画像 */
#bg {
    padding: 0 !important;
}

.bg-container {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.bg-inner {
    clip-path: inset(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/2025/12/886-021.jpg);
    background-position: center;
    background-size: cover;
}


/* 事業内容 */

/* 事業内容修正ver */
.service_column {
    gap: 100px !important;
}

.service_box {
    padding: 0 !important;
    position: relative;
}

#service h3 {
    padding: 0 0 20px;
    border-bottom: solid 1px #d2d2d2;
    margin: 0 !important;
}

.service_en-ttl {
    font-family: "IBM Plex Sans JP", sans-serif;
    color: var(--wp--preset--color--sm-sub-accent);
}

.service_svg {
    position: absolute;
    right: 0;
    top: 20%;
    transform: translateX(-50%);
    font-size: 1.2rem;
}

.service_svg svg {
    margin-right: 0 !important;
}

#service .smb-spider-slider__figure-wrapper {
    aspect-ratio: 2/3;
}

.service_txt {
    margin-bottom: 70px !important;
}
.service_button a.smb-btn {
    border: none;
    filter: brightness(1);
}
.service_button a.smb-btn span::after{
    content: none;
}
.service_button a.smb-btn:hover span::after {
    content: none;
}
/* ホテル施工実績 */
.ow_group {
    background-color: #fff;
    padding: 20px;
}

.ow_sub-ttl {
    font-weight: 500;
    font-size: 1rem;
}

.ow_icon {
    width: 15%;
}

.nn_works {
    line-height: 1.2 !important;
}

.num_works {
    font-weight: 700;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 2rem !important;
}

/* 事例紹介 */

#works .smb-tabs__tabs {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.smb-tabs__tab-wrapper {
    min-width: 300px;
    margin: 0 !important;
    padding: 0;
    text-align: center;
}

.smb-tabs__tab-wrapper .smb-tabs__tab {
    font-weight: 500;
}

.c-entry-summary__figure {
    margin-bottom: 10px !important;
}

#works .c-entry-summary__figure {
    aspect-ratio: 1/1;
}

.c-entry-summary__figure .c-entry-summary__term {
    top: 10px;
    right: 10px;
    background-color: #ffffff;
    color: #000;
}

#works .c-entry-summary__title {
    position: relative;
}
#works .smb-tabs__tab{
        padding: 5px 10px !important;
            width: 100%;
    height: 100%;
}
#works .smb-tabs__tab[aria-selected=true] {
    border: 1px solid #000!important;
    transition: 0.5s;
}
/* 実績数 */
.hotel_num span {
    color: #eb1d24;
    font-weight: 900;
    font-size: 2.5rem;
}
.dc-kpi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
span.dc-countup {
    font-size: 4em;
}
#features h3{
    font-size: 2rem;
}
span.point {
    font-size: 1.4em;
}
ul.five_strgs {
    padding-left: 0;
}
ul.five_strgs li {
    list-style-type: none;
    background-color: #fff;
    padding: 15px 30px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 30px;
}
/* FLOW */
.flow_wrap{
    position: relative;
}
.flow_wrap h3 {
    width: fit-content;
    border: 2px solid;
    padding: 10px 30px;
    position: absolute;
}
.flow_wrap h3.black {
    background-color: #000;
    color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
}
.flow_wrap h3.white {
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
}
.wp-block-group.infil_wrap,
.wp-block-group.ffe_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wp-block-group.infil_wrap{
    margin-bottom: 140px;
}
.wp-block-group.ffe_wrap {
    width: 90%;
}
.wp-block-group.flow_wrap {
    padding: 90px 0;
}
.wp-block-group.infil_box,
.wp-block-group.ffe_box {
    margin-top: 0;
    padding: 20px 15px;
    text-align: center;
    /* align-items: center; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
}
.wp-block-group.ffe_box{
    background-color: #ffffffea;
}
.wp-block-group.infil_box {
    margin-top: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    /* align-items: center; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.wp-block-group.infil_box.box01,
.wp-block-group.infil_box.box04 {
    width: 18%;
}
.wp-block-group.infil_box.box02,
.wp-block-group.infil_box.box03 {
    width: 30%;
}
.ffe_box.box05::before,
.ffe_box.box06::before,
.ffe_box.box07::before,
.ffe_box.box08::before,
.ffe_box.box09::before {
    content: "";
    width: 20px;
    height: 100px;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/12/down.svg);
    background-repeat: no-repeat;
    bottom: 115%;
}
.ffe_box.box05::before,
.ffe_box.box07::before,
.ffe_box.box09::before{
    left: 10%;
}
.ffe_box.box06::before,
.ffe_box.box08::before{
    left: 50%;
    transform: translateX(-50%);
}
.ffe_box.box05::after,
.ffe_box.box07::after,
.ffe_box.box09::after{
      content: "";
    width: 20px;
    height: 100px;
    position: absolute;
    bottom: 115%;
    right: 10%;
    background-image: url(/wp-content/uploads/2025/12/up.svg);
    background-repeat: no-repeat;
}
.wp-block-group.infil_box h4{
    width: 100%;
    font-size: 1.2rem;
}
.wp-block-group.ffe_box {
    width: 18%;
    margin-top: 0;
    border: 2px solid #000;
}
figure.flow_bkg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
figure.flow_bkg img{
    width: 100%;
}
/* 会社概要 */
#company .com_panel .smb-panels__item__body {
    padding: 0;
}

#company .com_panel-ttl {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

#company .com_panel-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
/* CTA */

.pl_name {
    font-size: 1.2rem;
    font-weight: 600;
}
/*======================= 事業内容 =======================*/
.ja_ttl.s_ja_ttl {
    border-bottom: solid 2px #cccccc;
    padding-bottom: 15px;
}

.service_button a {
    background-color: transparent !important;
    box-shadow: none;
}

.service_button a::before {
    display: none;
}

.service_button a span {
    padding: 0 5px 5px;
    border-bottom: solid 2px;
    color: #000;
}

.service_button a svg {
    margin: 0 0 0 10px !important;
}

.s_slider img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 5px !important;
}

.single-works .spider__dot img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#flow .about_group {
    background-color: #f6f6f6;
    padding: 25px;
}

.dps_ttl {
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

/*-- 12/18追記 --*/
.download_btn a {
    background-color: var(--wp--preset--color--sm-sub-accent);
    border: 2px solid #fff;
}

.download_btn a span {
    color: #fff;
}

.sub__ttl {
    font-weight: 500;
}
/* CTA */
.wp-block-group.alignfull.cta_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.wp-block-group.cta_con_wrap {
    width: calc(50% - 1px);
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.wp-block-cover.cta_con {
    width: 100%;
    display: block;
    padding-left: 5%;
    padding-top: 3%;
}
.wp-block-cover.cta_con {
    width: 100%;
    margin-top: 1px;
}
.r_con .wp-block-cover.cta_con {
    height: 299.5px;
}
.l_con .wp-block-cover.cta_con {
    height: 600px;
}
span.wp-block-cover__background.has-background-dim {
    opacity: 0.7;
}
.wp-block-cover.cta_con img{
    filter: blur(3px);
}
.wp-block-cover.cta_con .wp-block-cover__inner-container,
.wp-block-cover.cta_con .ja_ttl {
    color: #fff;
}
.wp-block-cover.cta_con .ja_ttl span::before {
    background-color: #fff;
}
div#snow-monkey-archive-content-body-2 {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}
.btn_w a.smb-btn {
    background-color: #fff;
    border: 2px solid #000;
}
.wp-block-snow-monkey-blocks-box.cta_box {
    width: 100%;
}
/*======================= 会社概要 =======================*/

.ak_slider img {
    aspect-ratio: 1/1 !important;
}

.ak_slider .spider>.spider__arrows {
    gap: 12px;
    justify-content: flex-start;
    top: auto;
    bottom: 0;
    translate: 0 calc(50% + var(--_margin1));
    color: #000;
}

.ak_slider .spider__arrow[data-direction=next]:before {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
}

.ak_slider .spider__arrow[data-direction=prev]:before {
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
}

.ak_slider .spider__arrow {
    background-color: #fff;
}
.wp-block-snow-monkey-blocks-box.t_n_box {
    max-width: 780px;
    margin-left: 0!important;
}

/* 会社概要 bg-color */
/* 会社概要 */
figure.wp-block-table tr td:first-child {
    border-bottom: solid 1px #797979 !important;
}

figure.wp-block-table tr td:last-child {
    border-bottom: solid 1px #cecece !important;
}

.wp-block-table td,
.wp-block-table th {
    padding: 20px !important;
    border: none !important;
}

figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td:first-child {
    width: 20%;
    font-weight: 500;
}

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

    figure.wp-block-table tr td:first-child,
    figure.wp-block-table tr td:first-child {
        width: 30%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        font-size: 0.85rem !important;
    }
    figure.wp-block-table tr td:last-child,
    figure.wp-block-table tr td:last-child {
        padding-right: 0 !important;
        font-size: 0.85rem!important;
    }
}


/*======================= お問い合わせ =======================*/
/* placeholder */
.smf-text-control__control::placeholder {
    color: #cccccc !important;
}

.wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 45px !important;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
    border: none !important;
}

/* 必須の文字 */
.smf-item__col.smf-item__col--label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.smf-item__description {
    width: fit-content;
    margin-top: 0;
    margin-left: 20px;
    padding: 0 .5em;
    border-radius: 2px;
    background-color: #cd2b43;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

/* ボックス */
.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
    padding: 50px !important;
}

.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box .smb-box__background {
    border: none;
    border-radius: 0;
    background-color: #f8f7f7;
}

.smf-item__label {
    font-weight: 600;
}

.smf-form .smf-text-control__control {
    width: 100%;
    border-radius: 0;
}

/* 項目の幅 */
.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--label {
    flex: 0 0 18em !important;
    max-width: 18em !important;
}

.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--controls {
    flex: 1 1 calc(100% - 18em) !important;
    max-width: calc(100% - 18em) !important;
}

.smf-radio-buttons-control__control .smf-label {
    margin-bottom: 7px !important;
}

/* 確認ボタン */
.smf-action {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 0 !important;
}

.smf-action .smf-button-control__control {
    position: relative;
    width: 280px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    border-radius: 0;
    background: var(--wp--preset--color--sm-accent);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
}

.smf-action .smf-button-control__control:hover {
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    background: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}

.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0 !important;
}


#autozip {
    display: none !important;
}

/* プライバシーポリシー */
#privacy h3 {
    margin-top: 30px !important;
    margin-bottom: 5px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}

#privacy .wp-block-list {
    margin-top: 5px;
}

#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}

/*===================================== 事例紹介 =====================================*/

.post-type-archive-works .cta_footer,
.blog .cta_footer {
    margin: 0 calc(50% - 50vw) !important;
}

.l-contents__inner:last-child {
    padding-bottom: 0 !important;
}
.post-type-archive-works .c-entry-summary__meta,
.tax-works-cat .c-entry-summary__meta{
    display: none!important;
}
/* worksアーカイブ内のworksリンクを非リンク見た目に */
.post-type-archive-works li.c-entries__item a,
.tax-works-cat li.c-entries__item a,
.home li.c-entries__item a{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/*===================================== お知らせ =====================================*/

.c-meta {
    color: #000;
}

.c-meta__item--author {
    display: none;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
    .c-entries--simple .c-entry-summary__content {
        display: block;
    }

    .c-entries--simple .c-entry-summary__figure {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*--------- 1221 --------*/
/* 下層ページヘッダー */
/* 事業内容 */
.page-id-21 h1.c-page-header__title::before {
    content: "Service";
}

/* 会社概要 */
.page-id-19 h1.c-page-header__title::before {
    content: "Company";
}

/* お知らせ */
.blog h1.c-page-header__title::before,
.archive h1.c-page-header__title::before {
    content: "Blog";
}

/* ダウンロード */
.page-id-1041 h1.c-page-header__title::before {
    content: "Downloads";
}

/* お問い合わせ */
.page-id-23 h1.c-page-header__title::before {
    content: "Contact";
}

/* オンライン面談 */
.page-id-1592 h1.c-page-header__title::before {
    content: "OnlineMeeting";
}

/* プライバシーポリシー */
.privacy-policy h1.c-page-header__title::before {
    content: "Privacy Policy";
}

/* 事例 */
.post-type-archive-works h1.c-page-header__title::before {
    content: "Works";
}

.tax-works-cat h1.c-page-header__title::before {
    content: "Works";
}

/* 事例シングルページ */
.single-works h1.c-page-header__title {
    font-size: 2rem;
    background-color: hsl(0deg 0% 100% / 90%);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    width: fit-content;
    padding: 10px;
    margin-left: 0 !important;
}

.single-works .c-page-header {
    padding-bottom: var(--_padding2);
    height: 40vh;
}

/* お知らせ　シングルページ */
.single-post .c-page-header {
    height: 30vh;
}

.single-post h1.c-page-header__title {
    padding-top: 0;
    font-size: 2rem;
}

.single-post .c-page-header__meta {
    width: 100%;
}

/* 事業内容 */

#s_service h2 {
    font-weight: 700;
    font-size: clamp(1.3rem, calc(1.0666666666666667rem + 1.1666666666666665vw), 2rem);
}

.service_ttl.ja_ttl {
    color: var(--wp--preset--color--sm-sub-accent);
    font-weight: 600;
    font-size: clamp(1.1rem, calc(1.0000000000000002rem + 0.49999999999999967vw), 1.4rem);
}

.issues_child p.issues_num {
    color: #bac9dc;
    top: -30px;
    left: 0px;
    font-size: 2.4rem;
    font-family: "IBM Plex Sans JP", sans-serif;
}

.issues_child {
    background-color: #ffffffe6;
}

section#value {
    background-color: rgb(255 255 255 / 90%);
    border-radius: 30px;
    box-shadow: 3px 3px 10px #eeeeee7d;
}

.smb-step__item__number:before {
    content: counter(item);
    counter-increment: item;
    font-size: 1rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 600;
}

/* 会社概要 */
#philosophy h3 {
    font-size: min(3rem, 6vw);
    line-height: 1.4;
}
h4.philosophy_ttl {
    padding-left: 20px;
    position: relative;
    line-height: 1;
    width: 33.33%;
}
h4.philosophy_ttl::before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: #000;
    top: 0.2em;
    left: 0;
}
p.con01 {
    margin-bottom: 15px;
}
.wp-block-group.philo_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}
.philosophy_con {
    width: 66.66%;
}
span.big_txt {
    font-size: clamp(1rem, calc(0.8333333333333334rem + 0.8333333333333334vw), 1.5rem);
}
.essay_box {
    max-width: 840px;
    margin-left: 0 !important;
}
#philosophy .smb-section-with-bgimage__bgimage img,
#s_service .smb-section-with-bgimage__bgimage img  {
    filter: blur(3px);
}
/* 投稿一覧 */

.archive .c-entry-summary__meta {
    margin-top: var(--_margin-1);
    --_font-size-level: -2;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    justify-content: flex-start;
    margin-top: 0;
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/

/*=================================== 1224px ===================================*/
@media(max-width: 1224px){
#features h3 {
    font-size: 1.4rem;
}
.p-global-nav .c-navbar__item>a {
    padding: 15px 10px;
    /* font-size: 16px!important; */
}
}

/*=================================== 1024px ===================================*/
@media(max-width: 1024px){
 figure.wp-block-image.size-full.fv_logo {
    display: none;
}
.home .l-header .c-site-branding {
    display: block;
}
.c-hamburger-btn__bars {
    height: 20px;
    width: 39px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
    top: 9px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
    top: 18px;
}
.c-hamburger-btn__label {
    display: block;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}
.c-hamburger-btn__bar {
    height: 3px;
}
.en_ttl {
    line-height: 1.1;
}
/* TOP */
span.point {
    font-size: 1.2em;
}
ul.five_strgs li {
    list-style-type: none;
    background-color: #fff;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 30px;
}
ul.five_strgs li {
    padding: 15px 20px;
    font-size: 1rem;
    margin-top: 20px;
}
#features h3 {
    font-size: 1.2rem;
}
p.features_txt {
    font-weight: 400;
}
span.point {
    font-size: 1em;
    font-weight: 800;
}
.wp-block-group.infil_box h4 {
    width: 100%;
    font-size: 1rem;
}
.wp-block-group.ffe_box {
    width: 19%;
}
.wp-block-group.infil_box, .wp-block-group.ffe_box {
    padding: 10px 10px;
}
.wp-block-group.infil_wrap {
    margin-bottom: 110px;
}
.ffe_box.box05::before, 
.ffe_box.box06::before, 
.ffe_box.box07::before, 
.ffe_box.box08::before, 
.ffe_box.box09::before,
.ffe_box.box05::after, 
.ffe_box.box07::after, 
.ffe_box.box09::after {
    width: 15px;
    height: 70px;
}
.ffe_box p {
    font-size: 0.9em;
    line-height: 1.5;
}
/* CTA */
.r_con .wp-block-cover.cta_con {
    height: unset;
}
.l_con .wp-block-cover.cta_con {
    height: 501px;
}

figure.footer_logo {
    width: 40%;
}
}

/*=================================== 781px ===================================*/
@media(max-width: 781px){
    p,
a,
li,
td {
    font-size: 0.9em!important;
}
.wp-block-group.cta_con_wrap{
    width: 100%;
}
.wp-block-cover.cta_con {
    height: 150px;
    border-top: 1px solid #fff;
    min-height: unset!important;
}
.l_con .wp-block-cover.cta_con,
.r_con .wp-block-cover.cta_con {
    height: 200px;
    padding-top: 15%;
}
.page-template-default .c-page-header__title, 
.post-type-archive .c-page-header__title, 
.blog .c-page-header__title {
    font-size: 1.2rem;
    font-weight: 700;
}
h1.c-page-header__title::before {
    top: -85px;
}
p.en_ttl {
    font-size: clamp(2rem, calc(1.1666666666666667rem + 4.166666666666666vw), 3.5rem)!important;
}
p.fv_en-ttl{
    font-size: min(4rem, 6vw)!important;
}
figure.footer_logo {
    width: 85%;
}
/* TOP */
#fv {
    height: 80vh;
}
p.fv_en-ttl {
    font-size: min(4rem, 9vw)!important;
}
.fv_txt-group {
    bottom: 0;
    right: unset;
    padding: 0 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#fv .three_btns {
    margin-top: 10px;
}
#works .smb-tabs__tab-wrapper {
    min-width: unset;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    width: 48%;
}
#features .wp-block-cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0.4;
}
div#workflow {
    overflow: scroll;
}
.wp-block-group.flow_wrap {
    min-width: 1024px;
}
.wp-block-group.flow_wrap {
    padding: 65px 0;
}
    /* 会社概要 */
    h4.philosophy_ttl,
    .philosophy_con{
        width: 100%;
    }
     h4.philosophy_ttl{
        margin-bottom: 10px!important;
     }
     .wp-block-table td,
.wp-block-table th {
    padding: 10px !important;
    border: none !important;
}
#company .wp-block-cover {
    height: 200px;
}
}
/*=================================== 640px ===================================*/
@media screen and (max-width: 640px){ 
    .home .l-header .c-site-branding {
    display: block;
}
.l-header .c-site-branding {
    display: block;
    width: 75%;
}
.fv_l-txt {
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.5;
}
div.map_wrap {
    overflow: scroll;
}
div.map_wrap figure{
    width: 640px;
}
#works .smb-tabs__tab-wrapper {
    width: 100%;
}
p.scroll_txt {
    padding-left: 10px;
}
.wp-block-group.philo_box {
    padding-bottom: 15px;
}
#philosophy h3 {
    margin-bottom: 20px;
}
/* div.map_wrap .smb-section__inner{
    min-width: 820px;
} */
}
/*=================================== 500px ===================================*/
@media screen and (max-width: 500px) {
    .value_step {
        padding: 30px;
    }
.hotel_num span {
    font-size: 1.5rem;
}
    span.dc-countup {
    font-size: 2.5em;
    line-height: 1.2;
}
}
/*=================================== 435px ===================================*/
@media screen and (max-width: 435px) {
    .sp_none {
        display: none;
    }

    .ta_js {
        text-align: justify !important;
    }

    .c-container {
        padding: 0 5%;
    }
}