@charset "UTF-8";
.post-cont h2:not(.style-reset),
.post-cont h3:not(.style-reset),
.post-cont h4:not(.style-reset),
.post-cont h5:not(.style-reset),
.post-cont h6:not(.style-reset) {
    font-weight: 700;
    margin: 0 0 14px;
    line-height: 1.4;
}

.post-cont h2:not(.style-reset) {
    font-size: 16px;
    color: #4e4e76;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.post-cont h3:not(.style-reset) {
    font-size: 15px;
}

.post-cont h4:not(.style-reset) {
    font-size: 14px;
}

.post-cont h5:not(.style-reset) {
    font-size: 13px;
}

.post-cont h6:not(.style-reset) {
    font-size: 12px;
}

.post-cont p:not(.style-reset) {
    line-height: 1.83;
    margin: 0 0 2em;
}

.post-cont p:last-child:not(.style-reset) {
    margin-bottom: 0;
}

.post-cont dd:not(.style-reset),
.post-cont dt:not(.style-reset),
.post-cont p:not(.style-reset),
.post-cont li:not(.style-reset) {
    font-size: 12px;
}

.post-cont :not(h2):not(h3):not(h4):not(h5):not(h6)+h2:not(.style-reset),
.post-cont :not(h2):not(h3):not(h4):not(h5):not(h6)+h3:not(.style-reset),
.post-cont :not(h2):not(h3):not(h4):not(h5):not(h6)+h4:not(.style-reset),
.post-cont :not(h2):not(h3):not(h4):not(h5):not(h6)+h5:not(.style-reset),
.post-cont :not(h2):not(h3):not(h4):not(h5):not(h6)+h6:not(.style-reset) {
    margin-top: 40px !important;
}

.post-cont img[class*="align"],
.post-cont img[class*="wp-image-"],
.post-cont img[class*="attachment-"],
.post-cont .size-full,
.post-cont .size-large,
.post-cont .wp-post-image,
.post-cont img,
.post-cont img[class*="align"],
.post-cont img[class*="wp-image-"],
.post-cont img[class*="attachment-"],
.post-cont .size-full,
.post-cont .size-large,
.post-cont .wp-post-image,
.post-cont img {
    max-width: 100%;
    height: auto;
}

.post-cont ul:not(.style-reset) {
    list-style: disc outside none;
    margin-left: 1.3em;
    margin-bottom: 2.4em;
}

.post-cont ol:not(.style-reset) {
    list-style-type: decimal;
    margin-left: 1.3em;
    margin-bottom: 2.4em;
}

.post-cont li:not(.style-reset) {
    line-height: 2.2;
}

.post-cont a:not(.style-reset) {
    color: #4e4e76;
    transition: .15s ease;
}

@media (min-width:1025px) {
    .post-cont a:not(.style-reset):hover {
        opacity: .6;
    }
}

.post-cont table:not(.style-reset) {
    width: 100%;
    margin-bottom: 30px;
}

.post-cont tr:not(.style-reset) {
    border-top: 1px #000 solid;
}

.post-cont th:not(.style-reset) {

}

.post-cont td:not(.style-reset) {

}

.post-cont th:not(.style-reset),
.post-cont td:not(.style-reset) {
    padding: 20px 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.83;
}

/* ==================================
見出し
==================================*/
.post-cont .headline {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #4e4e76;
    text-align: center;
    margin-bottom: 50px;
}

.headline__sub {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: .56em;
    font-weight: 300;
    display: block;
    margin: 8px 0 0;
}

.single-page-ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ==================================
記号□
==================================*/
.company-cont02__mark-square {
    position: relative;
}

.company-cont02__mark-square::before {
    content: "□ ";
}

@media (max-width:599px) {
    .company-cont02__mark-square {
        padding-left: 16px;
    }

    .company-cont02__mark-square::before {
        content: "□";
        position: absolute;
        left: 0;
        top: 5px;
        line-height: 1;
    }
}

/* ==================================
ページヘッダー
==================================*/
.post-cont-header {
    text-align: center;
    padding: 0 var(--layout-gutter) 95px;
}

.post-cont-header h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4375;
}

.post-cont-header p {
    font-size: 14px;
    line-height: 2.2;
    margin-top: 58px;
}

/* ==================================
飲食事業ページ
==================================*/
.ly_resto {
    max-width: calc(940px + var(--layout-gutter));
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--layout-gutter);
}

.resto-cont__ttl {
    font-size: 20px;
    color: #b6a37e;
    font-weight: 600;
    margin: 0 0 34px 0;
}

.resto-cont__ttl-sub {
    font-size: 0.85em;
    font-weight: 300;
}

.resto-cont01__txt {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 0;
}

/*--------------
resto-cont01
--------------*/
.resto-cont01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.resto-cont01__txtArea {
    width: calc(100% - 358px);
    padding-right: 16px;
}

.resto-cont01__foot {
    width: 100%;
    margin-top: 26px;
}

.resto-cont01__thumb {
    width: 358px;
}

.resto-cont01__thumb a {
    display: block;
    overflow: hidden;
}

.resto-cont01__thumb img {
    width: 100%;
    transition: transform 0.75s ease;
}

@media (min-width:1025px) {
    .resto-cont01__thumb a:hover img {
        transform: scale(1.1);
    }
}

/*--------------
resto-cont02
--------------*/
.resto-cont02__item-thumb,
.resto-cont02__item-ttl,
.resto-cont02__item-txt {
    display: block;
}

.resto-cont02__list {
    display: flex;
    flex-wrap: wrap;
    margin: -38px 0 0 -4px;
}

.resto-cont02__item {
    width: calc(100% / 3 - 4px);
    margin: 38px 0 0 4px;
}

.resto-cont02__item a {
    display: block;
}

.resto-cont02__item-thumb {
    overflow: hidden;
}

.resto-cont02__item-thumb img {
    width: 100%;
    transition: transform 0.75s ease;
}

.resto-cont02__item-ttl {
    font-size: 20px;
    font-weight: 600;
    border-left: 3px solid;
    padding-left: 10px;
    margin: 17px 0 0 0;
    transition-property: color;
    transition-duration: 0.2s;
}

.resto-cont02__item-ttl-sub {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 8px 0 0 0;
}

.resto-cont02__item-txt {
    margin: 17px 0 0 0;
    font-size: 12px;
    line-height: 1.66;
    padding-left: 13px;
    transition-property: color;
    transition-duration: 0.2s;
}

.resto-cont02 {
    margin-bottom: 85px;
}

@media (min-width:1025px) {
    .resto-cont02__item a:hover img {
        transform: scale(1.1);
    }
    .resto-cont02__item a:hover .resto-cont02__item-txt,
    .resto-cont02__item a:hover .resto-cont02__item-ttl {
        color: #666;
    }
}

/*--------------
resto-cont03
--------------*/
.resto-cont03 {
    margin-bottom: 52px;
}

.resto-cont03__list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px 0 32px 0;
}

.resto-cont03__item {
    width: calc(100% / 3 - 4px);
    margin: 4px 0 0 4px;
}

.resto-cont03__item-thumb img {
    width: 100%;
}

.resto-cont03__txt {
    font-weight: 300;
    font-size: 13.7px;
    line-height: 1.85;
    margin: 0 0 45px 0;
}

@media all and (-ms-high-contrast: none) {
    .resto-cont03__item {
        width: calc(100% / 3 - 4px - .1px);
    }
}

/*--------------
SNS
--------------*/
.resto-cont__sns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 34px;
    position: relative;
    margin-bottom: -5px;
}

.resto-cont__sns--facebook::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icon/facebook.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    transform: translateY(-50%);
}

.resto-cont__sns-item {
    font-size: 13px;
    display: inline-block;
    color: #4e4e76;
    line-height: 1;
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: auto;
    margin-bottom: 5px;
}

.resto-cont__sns-item a {
    display: inline-block;
    transition: .15s ease;
}

.resto-cont__sns-item::after {
    content: "|";
    margin: 0 16px;
}

.resto-cont__sns-item:last-of-type::after {
    content: none;
}


@media (min-width:1025px) {
    .resto-cont__sns-item a:hover {
        opacity: .6;
    }
}

/* ==================================
type2
==================================*/
.resto-cont__sns--type2 {

}

.resto-cont__sns--type2 .resto-cont__sns-item::after {
    content: "/";
    margin: 0 9px;
}

.resto-cont__sns--type2 .resto-cont__sns-item:last-of-type:after {
    content: none;
}

.resto-cont__sns-item--ja {
    margin-right: 28px;
}

.resto-cont__sns-item--singapore::before,
.resto-cont__sns-item--ja::before,
.resto-cont__sns-item--kimma::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: bottom;
    margin-right: 9px;
}

.resto-cont__sns-item--ja::before {
    background: url(../img/icon/ja.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.resto-cont__sns-item--ja::after {
    content: none !important;
}

.resto-cont__sns-item--kimma::before {
    background: url(../img/icon/kimma.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.resto-cont__sns-item--singapore::before {
    background: url(../img/icon/singapore.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.resto-cont__sns-item--guyenthithap {
   margin-right: 28px;
}

.resto-cont__sns-item--guyenthithap::after {
    content: none !important;
}

/* ==================================
経営サポート事業
==================================*/
.consulting01 {
    background: rgba(204,213,227,.3);
}

.consulting01 .ly_cont {
    padding-top: 45px;
    padding-bottom: 54px;
}

.consulting01 .headline {
    margin-bottom: 39px;
}

/*-------------- head --------------*/
.consulting01__head {
    text-align: center;
    margin-bottom: 38.5px;
}

.consulting01__logo {
    max-width: 131px;
    width: 100%;
    margin: 0 auto;
}

.consulting01__logo img {
    max-width: 100%;
    height: auto;
}

.consulting01__ttl {
    font-weight: 600;
    font-size: 20px;
    margin-top: 25px;
}

/*-------------- card --------------*/
.consulting01__cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 74px;
}

.consulting01__card {
    width: calc(100% / 3);
    position: relative;
}

.consulting01__card-thumb img {
    width: 100%;
}

.consulting01__card-head {
    position: absolute;
    background: rgba(0,0,0,.4);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
}

.consulting01__card-ttl {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

/*-------------- item --------------*/
.consulting01__list {
    width: 100%;
    margin: 0 auto 26px;
    padding: 0 60px;
}

.consulting01__item {
    border: 2px solid #4e4e76;
    border-radius: 13px;
    display: flex;
    margin-bottom: 18px;
    overflow: hidden;
}

.consulting01__item:last-of-type {
    margin-bottom: 0;
}

.consulting01__item-icon img {
    max-width: 100%;
    height: auto;
}

.consulting01__item--jp .consulting01__item-icon {
    max-width: 40px;
    width: 100%;
}

.consulting01__item--overseas .consulting01__item-icon {
    max-width: 43px;
    width: 100%;
}

.consulting01__item-head {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 132px;
    max-width: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.consulting01__item-body {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: calc(100% - 132px);
    max-width: calc(100% - 132px);
    background: #4e4e76;
    display: flex;
    align-items: center;
}

.consulting01__menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 46px;
    margin: -14px 0 0 0;
}

.consulting01__menu-item {
    color: #fff;
    font-weight: 600;
    width: calc(100% / 3);
    margin: 14px 0 0 0;
    font-size: 15px;
}

.consulting01__menu-item::before {
    content: "●";
    margin-right: 5px;
}

.consulting01__item.consulting01__item--overseas {
    border: 2px solid #807e9d;
}

.consulting01__item--overseas .consulting01__item-body {
    background: #807e9d;
}



/*-------------- 下部 --------------*/
.consulting01__case {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.consulting01__case-item {
    font-size: 11px;
}

.consulting01__case-item a {
    display: flex;
    align-items: center;
    line-height: 1;
    transition: .15s ease;
}

@media (min-width:1025px) {
    .consulting01__case-item a:hover {
        opacity: .6;
    }
}

.consulting01__case-item-em {
    font-family: "Times New Roman";
    font-size: 1.63em;
    font-weight: 400;
    margin-right: 12px;
    letter-spacing: .06em;
}

.consulting01__case-item.consulting01__case-item--vietnam a::before,
.consulting01__case-item.consulting01__case-item--singapore a::before,
.consulting01__case-item.consulting01__case-item--thailand a::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 22px;
    margin-right: 8.5px;
    flex-shrink: 0;
}

.consulting01__case-item.consulting01__case-item--vietnam a::before {
    background: url(../img/consulting/icon-vietnam.svg);
    background-position: center;
    background-size: contain;
}

.consulting01__case-item.consulting01__case-item--singapore a::before {
    background: url(../img/consulting/icon-singapore.svg);
    background-position: center;
    background-size: contain;
}

.consulting01__case-item.consulting01__case-item--thailand a::before {
    background: url(../img/consulting/icon-thailand.svg);
    background-position: center;
    background-size: contain;
}

/*-------------- Project --------------*/
.consulting02 .headline {
    margin-bottom: 40px;
}

.consulting02_cards {
    display: flex;
    flex-wrap: wrap;
}

.consulting02_card {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    position: relative;
}

.consulting02_card--slogan {
    display: flex;
    align-items: center;
    justify-content: center;
}

.consulting02_slogan,
.consulting02_card--slogan p {
    font-weight: 600;
    color: #4e4e76;
    line-height: 1.88;
    letter-spacing: .02em;
    font-size: 17px;
    text-align: center;
}

/* sp用 */
.consulting02_slogan {
    display: none !important;
    font-size: 13px;
    margin-bottom: 20px;
}

.consulting02_card-thumb img {
    width: 100%;
}

.consulting02_card-head {
    position: relative;
    flex-shrink: 0;
}

.consulting02_card-ttl {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 25px;
    left: 25px;
    border-left: 3px solid;
    padding-left: 10px;
    z-index: 7;
}

.consulting02_card-ttl-sub {
    display: block;
    font-size: 0.7em;
    margin-top: 5px;
    font-weight: 300;
}

.consulting02_card-body {
    background: rgba(182,163,126,.3);
    padding: 15px 18px;
    height: 100%;
}

.consulting02_card-txt {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.53;
}

.consulting02_card:nth-of-type(2n) .consulting02_card-body {
    background: rgba(182,163,126,.6);
}

.consulting02_card-link {
    font-size: 0 !important;
    color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.consulting02_card-link + .consulting02_card-head::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 8px;
    bottom: 6px;
    z-index: 16;
}

.consulting02_card-link--arrow-gray + .consulting02_card-head::before {
    background: url(../img/consulting/link-btn-white.png)no-repeat;
    background-position: center;
    background-size: contain;
}

.consulting02_card-link--arro-white + .consulting02_card-head::before {
    background: url(../img/consulting/link-btn.png)no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width:1025px) {
    .consulting02_card-link:hover + .consulting02_card-head .consulting02_card-thumb img {
        transform: scale(1.1);
    }

    .consulting02_card-thumb {
        overflow: hidden;
    }

    .consulting02_card-thumb img {
        transition: transform 0.75s ease;
    }

}

/*-------------- パートナー企業募集バナー --------------*/
.consulting-foot {
    margin: 40px 0 0 0;
}

.consulting-foo__bnr {
    text-align: center;
}

.consulting-foo__bnr a {
    display: inline-block;
    max-width: 334px;
    width: 100%;
    transition: .15s ease;
}

.consulting-foo__bnr img {
    width: 100%;
}

@media (min-width:1025px) {
    .consulting-foo__bnr a:hover {
        /* opacity: .6; */
        filter: grayscale(100%);
    }
}

/* ==================================
FV
==================================*/
.bl_fvWrapper {
    display: flex;
}

.bl_fv {
    width: 100%;
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
}

.bl_fv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl_fv_heading {
    text-align: center;
    font-size: 63px;
    font-weight: 600;
    color: #231815;
    line-height: 1.14;
}

.bl_fv_heading_sub {
    color: #000;
    display: block;
    font-size: .42em;
    margin-bottom: 16px;
}

/* 経営サポート事業 */
.page_business-suppoprt .bl_fv_heading {
    opacity: .8;
}

/* 経営サポート事業 */
.page_restaurant .bl_fv_heading {
    opacity: .8;
    color: #fff;
}

.page_restaurant .bl_fv_heading_sub {
    color: #fff;
}

/* 経営サポート事業 */
.page_mit .bl_fv_heading_sub {
    color: #fff;
}

.page_mit .bl_fv_heading {
    opacity: .8;
    color: #fff;
    font-size: calc(2.5vw + 28px);
}

/* 会社概要 */
.page-id-4 .bl_fv_heading {
    text-shadow: 2px 2px 2px rgba(0,0,0,.35);
}

/* ==================================
IR
==================================*/
/* プリント、文字サイズ機能 */
.bl_irFunc {
    text-align: right;
    padding: 0 20px 12px;
    max-width: 963px;
    margin: 0 auto;
}

.bl_printer {
    position: relative;
    padding-left: 23.5px;
}

.bl_printer::before {
    content: "";
    position: absolute;
    background: url(../img/icon/printer.svg)no-repeat;
    background-position: center;
    background-size: contain;
    width: 17.5px;
    height: 13.5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bl_toggleSize {
    margin-right: 7px;
}

.bl_printer,
.bl_toggleSize__item {
    cursor: pointer;
}

.bl_toggleSize,
.bl_printer {
    font-size: 12px;
    display: inline-block;
    color: #808080;
    font-weight: 600;
}

.bl_toggleSize__item,
.bl_printer {
    transition: .15s ease;
}

@media (min-width:1025px) {
    .bl_toggleSize__item:hover,
    .bl_printer:hover {
        opacity: .6;
    }
}

/* END プリント、文字サイズ機能 */

.ir-cont__menu {
    margin-bottom: 70px;
}

.ir-cont__menu:last-of-type {
    margin-bottom: 0;
}

.ir-cont__menu-ttl {
    font-size: 1em;
    font-weight: 600;
    border-bottom: 1px solid #000;
    margin-bottom: 14px;
    padding-bottom: 11px;
}

.ir-cont__menu-ttl a {
    display: inline-block;
    transition: .15s ease;
}

.ir-cont__menu-item {
    margin-bottom: 1px;
}

.ir-cont__menu-item:last-of-type {
    margin-bottom: 0;
}

.ir-cont__menu-item a {
    display: inline-block;
    transition: .15s ease;
    padding: 5px 0;
}

.ir-cont__menu-item a::before {
    content: "●";
    color: #b3b3b3;
    margin-right: 7px;
}

.ir-cont__btn {
    margin-bottom: 10px;
    font-size: .9375em;
    text-align: right;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgba(78,78,118,.7);
}

.ir-cont__btn-link {
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    transition: .15s ease;
}

.ir-cont__btn-icon {
    margin-left: 5px;
    font-size: 1.33em;
    font-weight: 900;
    line-height: 1;
}



@media (min-width:1025px) {
    .ir-cont__btn-link:hover,
    .ir-cont__menu-ttl a:hover,
    .ir-cont__menu-item a:hover {
        opacity: .6;
    }
}

.ir-cont__col {
    max-width: 545px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ir-cont__menu-left,
.ir-cont__menu-right {
    width: 43%;
}

/* ============== IR =============== */
.ir-news-list dl {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.ir-news-list dl:last-of-type {
    margin-bottom: 0;
}

/* dt */
.ir-news-list dt {
    font-weight: 300;
    min-width: 9.33em;
    white-space: nowrap;
}

/* リンク */
.ir-news-list .txt {
    width: calc(100% - 14.7rem);
    padding-left: 10px;
    line-height: 1.2;
}

.ir-news-list .txt a {
    color: #4e4e76;
    display: inline-block;
    transition: .15s ease;
    line-height: 1.83;
}


@media (min-width:1025px) {
    .ir-news-list .txt a:hover {
        opacity: .6;
    }
}

/* カテゴリ */
.ir-news-list .label {
    font-size: .83em;
    background: #999;
    color: #fff;
    min-width: 6em;
    text-align: center;
    border-radius: 90px;
    padding: 3px;
    line-height: 1;
}

.ir-news-list .label.icon_result {
    background: #8a2eff;
}

.ir-news-list .icon_discro {
    background: #29abe2;
}

.label.icon_ir {
    background: #4e4e76;
}

.label.icon_legal {
    background: #00d02b;
}

/*==================================
Nav
==================================*/
.bl_sideNav_item:first-of-type {
    border-top: 1px solid #000;
}

.bl_sideNav_item {
    border-bottom: 1px solid #000;
}

.bl_sideNav_item a {
    font-size: 14px;
    display: block;
    padding: 16px 0;
    transition: .15s ease;
}

.bl_sideNav_sub {
    padding-bottom: 12px;
    margin: -6px 0 0 13px;
}

.bl_sideNav_sub a {
    padding: 10px 0;
    position: relative;
}

.bl_sideNav_sub li a::before {
    content: "▷ ";
    color: #4e4e76;
}

@media (min-width:1025px) {
    .bl_sideNav_item a:hover {
        opacity: .6;
    }
}

/* ==================================
お問い合わせ
==================================*/
.contact-cont {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}

.contact-cont__txt {
    text-align: center;
    font-size: 12px;
    line-height: 1.83;
}

.contact-cont__tel {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 51px;
}

.contact-cont__tel::before {
    content: "";
}

.contact-cont__tel a {
    font-weight: 600;
    color: #4e4e76;
    font-size: 24px;
}

.contact-cont__tel::before {
    content: "";
    display: block;
    width: 25px;
    height: 21px;
    background: url(../img/icon/tel.svg)no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 auto 15px;
}

.contact-cont__mail::before {
    content: "";
    display: block;
    width: 28px;
    height: 18px;
    background: url(../img/icon/mail.svg)no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 auto 11px;
}

.contact-cont__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 26px;
    margin: -16px 0 0 -16px;
}

.contact-cont__item {
    border: 1px solid #000;
    width: calc(100% / 5 - 16px);
    text-align: center;
    margin: 16px 0 0 16px;
}

.contact-cont__item a {
    display: block;
    padding: 18px 0;
    transition: .15s ease;
}

@media (min-width:1025px) {
    .contact-cont__tel a {
        pointer-events: none;
    }

    .contact-cont__item a:hover {
        opacity: .6;
    }
}

.contact-cont__item-icon img {
    width: 100%;
    height: auto;
}

.contact-cont__item-icon-wrapper,
.contact-cont__item-icon,
.contact-cont__item-txt {
    display: block;
}

.contact-cont__item-icon-wrapper {
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-cont__item-icon {
    display: inline-block;
}

.contact-cont__item-txt {
    font-size: 12px;
    margin-top: 11.5px;
    line-height: 1.5;
}

/* ==================================
株式会社M.I.T
==================================*/
.mit-cont .headline {
    margin-bottom: 22px;
}

.mit-cont table {
    max-width: 638px;
    width: 100%;
    margin: 0 auto 30px;
}

.mit-cont th {
    width: 130px;
}

.profile-list-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -78px;
}

.profile-list-group ul {
    margin-left: 78px;
}

.profile-list-group ul {
    margin-bottom: -10px;
}

.profile-list-group li {
    margin-bottom: 10px;
}

.mit-cont__gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -2px 0 0 -2px;
}

.mit-cont__gallery-item {
    width: calc(100% / 6 - 2px);
    margin: 2px 0 0 2px;
}

.mit-cont__gallery-item img {
    width: 100%;
}

/* ==================================
会社概要ページ
==================================*/
.company-cont01 {
    background: rgba(204,213,227,.3);
}

.company-cont01__catch-outer {
    text-align: center;
}

.company-cont01__catch {
    color: rgba(78,78,118,.6);
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    padding: 16px 28px;
}

.company-cont01__catch::before,
.company-cont01__catch::after {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
}

.company-cont01__catch::before {
    border-top: 1px solid #4e4e76;
    border-left: 1px solid #4e4e76;
    left: 0;
    top: 0;
}

.company-cont01__catch::after {
    border-right: 1px solid #4e4e76;
    border-bottom: 1px solid #4e4e76;
    right: 0;
    bottom: 0;
}

.company-cont01__txt {
    text-align: center;
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 39px;
}

.company-cont01__list {
    display: flex;
    flex-wrap: wrap;
    margin: -23px 0 0 -23px;
}

.company-cont01__item {
    width: calc(100% / 5 - 23px);
    margin: 23px 0 0 23px;
}

.company-cont01__item img {
    width: 100%;
}

/*-------------- company-cont02 --------------*/
.company-cont02 .ly_cont {
    padding-bottom: 0;
    max-width: 678px;
}

.company-cont02 .headline {
    margin-bottom: 22px;
}

.company-cont02__member {
    display: flex;
    margin-bottom: 32px;
}

.company-cont02__member:last-of-type {
    margin-bottom: 0;
}

.company-cont02__member-head {
    width: 160px;
}

.company-cont02__g-map {
    color: #808080;
    position: relative;
    padding-left: 14px;
    font-size: 10px;
}

.company-cont02__g-map::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../img/company/map-icon.svg)no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.company-cont02 th {
    width: 150px;
}

.company-cont02 td a {
    color: .15s ease;
}

@media (min-width:1025px) {
    .company-cont02 td a:hover {
        color:#4e4e76;
    }
}

@media (max-width:1024px) {
    .resto-cont01__txt br {
        display: none;
    }

    .consulting02_card--slogan p {
        font-size: 15px;
    }
}

@media (max-width:950px) {
    /* ==================================
    ページヘッダー
    ==================================*/
    .post-cont-header {
        padding-bottom: 66px;
    }

    .resto-cont__ttl {
        margin: 0 0 17px 0;
    }

    .post-cont-header p {
        margin-top: 29px;
    }

    /* ==================================
    飲食事業ページ
    ==================================*/
    /*-------------- resto-cont01 --------------*/
    .resto-cont01 {
        flex-direction: column-reverse;
    }

    .resto-cont01__txtArea {
        width: 100%;
        padding: 0;
        margin: 24px 0 0 0;
    }

    .resto-cont01__thumb {
        width: 100%;
    }

    .resto-cont01__foot {
        -webkit-order: -1;
        order: -1;
        margin-top: 22px;
    }

    /*-------------- resto-cont02 --------------*/
    .resto-cont02__list {

    }

    .resto-cont02__item {
        width: calc(100% / 2 - 4px);
    }

    /*-------------- resto-cont03 --------------*/
    .resto-cont03__list {
        margin-bottom: 16px;
    }

    .resto-cont03__item {
        width: calc(100% / 2 - 4px);
    }

    .resto-cont03__txt {
        margin-bottom: 22.5px;
    }

    /* ==================================
    経営サポート事業
    ==================================*/
    /*-------------- consulting01 --------------*/
    .consulting01__list {
        padding: 0 30px;
    }

    .consulting01__menu-item {
        width: calc(100% / 2);
    }

    .consulting01__menu-item:last-of-type {
        width: 100%;
    }

    .consulting01__item-body {
        padding: 12px 0;
    }

    .consulting01__case {
        flex-wrap: wrap;
        padding: 0 15px;
        margin: -8px 0 0 -8px;
    }

    .consulting01__case-item {
        margin: 8px 0 0 16px;
    }

    /*-------------- consulting02 --------------*/
    .consulting02_card-txt br {
        display: none;
    }

    /*==================================
    IR
    ==================================*/
    .ir-cont__menu-left,
    .ir-cont__menu-right {
        width: 47%;
    }

    .ir-cont__col {
        max-width: 100%;
    }

    .bl_sideNav_item a {
        font-size: 12px;
    }

    .ir-cont__menu-item {
        margin-bottom: 8px;
    }


    .bl_sideNav_sub {
        margin-top: -10px;
    }

    /* ==================================
    株式会社M.I.T
    ==================================*/
    .mit-cont__gallery-item {
        width: calc(100% / 3 - 2px);
    }

    .page_mit .post-cont table {
        margin: 0 auto 10px;
    }

    .consulting02_card--slogan p {
        font-size: 12px;
    }
}

@media (max-width:750px) {
    .bl_irFunc {
        display: none !important;
    }

    /* ==================================
    FV
    ==================================*/
    .bl_fv_heading {
        font-size: calc(2.5vw + 33px);
    }

    /*-------------- consulting01 --------------*/
    .consulting01 .ly_cont {
        padding-bottom: 45px;
    }

    .consulting01__card {
        display: block;
        width: 100%;
    }

    .consulting01__card-ttl {
        font-size: 14px;
    }

    .consulting01__ttl {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 12.5px;
    }

    .consulting01__head {
        margin-bottom: 19px;
    }

    .consulting01__list {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .consulting01__item {
        display: block;
    }

    .consulting01__item-head,
    .consulting01__item-body {
        max-width: 100%;
    }

    .consulting01__menu {
        padding: 0 23px;
    }

    .consulting01__menu-item {
        width: calc(100% / 2);
        font-size: 11px;
    }

    .consulting01__item--overseas .consulting01__menu-item {
        width: 100%;
    }

    .consulting01__item-head {
        padding: 10px 0;
    }

    .consulting01__item--overseas .consulting01__item-head {
        padding: 10px 0;
    }

    .consulting01__item--jp .consulting01__item-icon {
        max-width: 30px;
    }

    .consulting01__item--overseas .consulting01__item-icon {
        max-width: 33px;
    }

    .consulting01__case {
        padding: 0 8px;
        /* padding: 0; */
    }

    .consulting01__case-item a {
        padding: 3px;
    }

    .consulting01__case-item {
        font-size: 9px;
    }

    .consulting01__case-item-em {
        min-width: 70px;
        margin-right: 6px;
    }

    .consulting01__case-item.consulting01__case-item--vietnam a::before,
    .consulting01__case-item.consulting01__case-item--singapore a::before,
    .consulting01__case-item.consulting01__case-item--thailand a::before {
        width: 24px;
        height: 12px;
    }

    /*-------------- consulting02 --------------*/
    .consulting02_card {
        width: calc(100% / 2);
    }

    .consulting02_card-ttl {
        font-size: 14px;
        top: 16px;
        left: 8px;
        padding-left: 5px;
    }

    .consulting02_card-body {
        padding: 12px 16px
    }

    .consulting02_card-txt {
        font-size: 11px;
    }

    .consulting02_card--slogan {
        display: none !important;
    }

    .consulting02_slogan {
        display: block !important;
    }

    /*-------------- consulting-foot --------------*/
    .consulting-foot {
        margin: 20px 0 0 0;
    }

    /* ==================================
    株式会社M.I.T
    ==================================*/
    .profile-list-group {
        display: block;
    }

    .profile-list-group ul {
        margin-bottom: 0;
    }

    .profile-list-group ul:last-of-type li:last-of-type {
        margin-bottom: 0;
    }

    /* ==================================
    会社概要ページ
    ==================================*/
    .company-cont01__catch {
        padding: 16px 14px;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .company-cont01__catch::before,
    .company-cont01__catch::after {
        width: 26px;
        height: 26px;
    }

    .company-cont01__txt {
        font-size: 13px;
        margin-bottom: 32px;
    }

    .company-cont01__txt br{
        display: none !important;
    }

    .company-cont01__item {
        width: calc(100% / 3 - 23px);
    }

    .company-cont02 th {
        width: 80px;
    }

    .company-cont02__member {
        display: block;
        margin-bottom: 24px;
    }

    .company-cont02__member-head {
        width: auto;
        margin-bottom: 8px;
    }

    .company-cont02__member-body,
    .company-cont02__member-head {
        display: block;
    }

    .company-cont02__g-map {
        display: inline-block;
        margin: 5px 0;
    }

    .contact-cont__list {
        justify-content: flex-start;
    }

}

@media (max-width:599px) {
    .consulting01__cards {
        margin-bottom: 55px;
    }

    /* ==================================
    ページヘッダー
    ==================================*/
    .post-cont-header {
        padding-bottom: 43px;
    }

    .post-cont-header p {
        font-size: 12px;
    }

    .post-cont-header p br {
        display: none !important;
    }

    .post-cont-header h2 {
        font-size: 20px;
    }

    .post-cont .headline {
        font-size: 22px;
        margin-bottom: 25px;
    }

    /* ==================================
    飲食事業ページ
    ==================================*/
    .resto-cont__ttl {
        font-size: 14px;
    }

    /*-------------- resto-cont01 --------------*/
    .resto-cont01 {
        margin-bottom: 70px;
    }

    .resto-cont01__txt {
        font-size: 12px;
    }

    .resto-cont__sns-item--singapore::before,
    .resto-cont__sns-item--ja::before,
    .resto-cont__sns-item--kimma::before {
        vertical-align: middle;
        margin-right: 0;
    }

    .resto-cont__sns-item--ja {
        width: 100%;
    }

    .resto-cont__sns--type2 .resto-cont__sns-item::after {
        margin: 0 4px;
    }

    .resto-cont__sns-item--singapore {
        width: 100%;
    }

    /*-------------- resto-cont02 --------------*/
    .resto-cont02 {
        margin-bottom: 65px;
    }

    .resto-cont02__item-ttl {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        min-height: 50px;
        justify-content: space-evenly;
    }

    .resto-cont02__item-ttl.resto-cont02__item-ttl--sp-size-s {
        font-size: 13px;
    }

    .resto-cont02__item-ttl-sub {
        font-size: 11px;
        margin: 4px 0 0 0;
    }

    .resto-cont02__item-txt {
        font-size: 11px;
        margin: 8.5px 0 0 0;
    }

    .resto-cont02__item-txt br {
        display: none;
    }

    /*-------------- resto-cont03 --------------*/
    .resto-cont03__txt {
        font-size: 11.7px;
    }

    .resto-cont__sns {
        margin-bottom: -3px;
        font-size: 0;
    }

    .resto-cont__sns-item {
        font-size: 11px;
        margin: 0 3px 3px 0;
    }

    .resto-cont__sns-item::after {
        margin: 0 8px;
    }

    .resto-cont__sns-item a {
        padding: 5px;
    }

    .resto-cont__sns--facebook::before {
        top: 50%;
    }

    /*==================================
    IR
    ==================================*/
    .ir-cont__menu-item a {
        font-size: 11px;
    }

    .ir-cont__menu-ttl {
        font-size: .8em !important;
        padding-bottom: 5px;
    }

    /* ============== IR =============== */
    .ir-news-list dl {
        flex-wrap: wrap;
    }

    .ir-news-list .txt {
        width: 100%;
        padding: 0;
    }

    .ir-news-list .txt a {
        display: block;
        padding: 5px 0;
    }


     /* ==================================
    お問い合わせ
    ==================================*/
    .contact-cont__list {
        margin: -16px 0 0 -12px;
    }

    .contact-cont__item {
        width: calc(100% / 2 - 12px);
        margin: 16px 0 0 12px;
    }

    .contact-cont__item a {
        padding: 9px 0;
    }

    .contact-cont__tel {
        margin: 20px 0 26px;
    }

    .contact-cont__tel a {
        font-size: 18px;
    }

    .contact-cont__tel::before {
        margin: 0 auto 8px;
    }

    .contact-cont__mail::before {
        margin: 0 auto 7px;
    }

    /* ==================================
    株式会社M.I.T
    ==================================*/
    .page_mit th {
        width: 80px;
    }
}

    /* ==================================
    240625
    ==================================*/
ul.resto-cont-instagram{
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 47px;
}
ul.resto-cont-instagram::before{
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icon/instagram.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 13px;
    top: 0;
}
ul.resto-cont-instagram li{
    font-size: 12px;
}

    /* ==================================
    250206 rest
    ==================================*/
.resto-cont01__foot__flex{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .resto-cont__sns--browser::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icon/browser.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    }
    .resto-cont__sns--instagram::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icon/instagram.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    }

    .resto-cont-instagram__double{
        
    }
    .resto-cont-instagram__double a{
     display: inline-block;
     width: 30px;
    }
    span.resto-cont-instagram {
        position: relative;
        margin-top: 5px;
        padding-top: 5px;
        padding-left: 0;
    }
    span.resto-cont-instagram::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icon/instagram.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 13px;
    top: 0;
    }
    span.resto-cont-browser {
        position: relative;
        margin-top: 5px;
        padding-top: 5px;
        padding-left: 0;
    }
    span.resto-cont-browser::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icon/browser.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 13px;
    top: 0;
    }
    .resto-cont01__foot__flex .resto-cont__sns--type2 .resto-cont__sns-item::after{
        content: "";
        margin: 0;

    }
    .resto-cont01__foot__flex .resto-cont__sns-item--ja::before,
    .resto-cont01__foot__flex .resto-cont__sns-item--kimma::before,
    .resto-cont01__foot__flex .resto-cont__sns-item--singapore::before{
        margin-right: 4px;
    }
    .resto-cont01__foot__flex .resto-cont__sns-item--ja,
    .resto-cont01__foot__flex .resto-cont__sns-item--kimma,
    .resto-cont01__foot__flex .resto-cont__sns-item--singapore{
        margin-right: 12px;
    }
    .resto-cont01__foot__flex .resto-cont__sns-item--singapore{
        margin-right: 20px;
    }
    span.resto-cont-fb {
        position: relative;
        margin-top: 5px;
        padding-top: 5px;
        padding-left: 0;
    }
    span.resto-cont-fb::before {
        content: "";
        width: 22px;
        height: 22px;
        background: url(../img/icon/facebook.svg) no-repeat;
        background-size: 100%;
        background-position: center;
        position: absolute;
        left: 13px;
        top: 0;
    }
    h3.resto-cont02__item-ttl.bg-vietnam{
        background-image: url(../img/icon/kimma.png);
        background-repeat: no-repeat;
        background-position: right 10px top 50%;
        background-size: 30px;
    }
    h3.resto-cont02__item-ttl.bg-singapore{
        background: url(../img/icon/singapore.png) no-repeat;
        background-repeat: no-repeat;
        background-position: right 10px top 50%;
        background-size: 30px;
    }
@media (max-width:950px) {
    .resto-cont01__foot__flex{
        display: block;
    }
    .resto-cont01__foot__flex .resto-cont__sns{
        margin-bottom: 10px;
    }
}
@media (max-width:599px) {
    .resto-cont01__foot__flex .resto-cont__sns-item--ja,
    .resto-cont01__foot__flex .resto-cont__sns-item--singapore{
        width: auto;
    }
    h3.resto-cont02__item-ttl{
        padding-right: 30px;
    }
    h3.resto-cont02__item-ttl.bg-vietnam{
        background-image: url(../img/icon/kimma.png);
        background-repeat: no-repeat;
        background-position: right 4px top 5px;
        background-size: 20px;
    }
    h3.resto-cont02__item-ttl.bg-singapore{
        background: url(../img/icon/singapore.png) no-repeat;
        background-repeat: no-repeat;
        background-position: right 4px top 5px;
        background-size: 20px;
    }
    h3.resto-cont02__item-ttl.bg-vietnam .resto-cont02__item-ttl-sub br,
    h3.resto-cont02__item-ttl.bg-singapore .resto-cont02__item-ttl-sub br{
        display: none !important;
    }
}

.group-link{
    margin: 38px auto 85px;
}
.group-link .group-link__country{
    position: relative;
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 25px;
}
.group-link .group-link__country::before{
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 14px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/icon/ja.png) center 50% no-repeat;
    background-size: cover;
}
.group-link .group-link__country.group-link__country-ja::before{
    background: url(../img/icon/ja.png) center 50% no-repeat;
    background-size: cover;
}
.group-link .group-link__country.group-link__country-viet::before{
    background: url(../img/icon/kimma.png) center 50% no-repeat;
    background-size: cover;
}
.group-link .group-link__country.group-link__country-sgp::before{
    background: url(../img/icon/singapore.png) center 50% no-repeat;
    background-size: cover;
}
.resto-cont01{
    margin-bottom: 60px;
}
.resto-cont02__item-ttl.resto-long-bnr-ttl{
    min-height: auto;
    margin-top: auto;
    padding-top: 2px;
    padding-bottom: 2px;  
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
}
.resto-long-bnr{
    margin: 8px auto auto 0;
    max-width: 500px;
}
@media (max-width:950px) {
.resto-cont01{
    flex-direction: column;
}
.resto-cont01 .resto-cont01__thumb{
    margin-top: 38px;
}
}
@media (max-width:599px) {
.resto-cont02__item-ttl.resto-long-bnr-ttl{ 
    font-size: 12px;
    border-left-width: 2px;
}
.resto-cont01 .resto-cont01__thumb{
    margin-top: 18px;
}
.resto-cont01{
    margin-bottom: 30px;
}
}


@media (max-width:750px) {
    .group-link {
        margin-bottom: 45px;
    }
    .group-link .group-link__country{
        font-size: 12px;
    }
}