@charset "utf-8";

@media (max-width: 1024px) {
    .concept-left .pic {
        width: 100%;
        margin-left: 0;
    }
    .information-img {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
}
.main-tit {
    font-size: 30px;
}


/* ---------------------------------------------
   トップ：メインビジュアル
--------------------------------------------- */
@media (max-width: 1024px) {
    .main-visual {
        min-height: 80vh;
    }

    .main-visual::after {
        height: 100%;
    }

    .main-img {
        width: 90%;
        max-width: 100%;
    }

    .catch {
        width: 88%;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        top: 51%;
        left: 50%;
    }

    .sub-catch {
        font-size: 14px;
    }

    .scroll {
        bottom: 190px;
        left: 15px;
    }
}
@media (max-width: 599px) {
  .main-img .img img{
    aspect-ratio: 10 / 9;
    object-fit: cover;
    object-position: center;
  }
    .main-visual {
        min-height: 90vh;
    }

    .catch {
        font-size: 24px;
    }
    .main-visual {
        height: auto;
    }
    .scroll {
        bottom: 123px;
        left: 6px;
    }
    .hlogo a {
      display: inline-block;
        width: 60px;
    }
    body.drawer-active .hitemmin {
      display: block;
    }
}
/* ---------------------------------------------
   コンセプトセクション
--------------------------------------------- */

@media (max-width: 1024px) {
    .consept .inner1200 {
        display: block !important;
        padding: 60px 20px 100px;
        position: relative;
    }

    .concept-left,
    .concept-right {
        width: 100%;
        height: 100%;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .concept-left .pic {
        width: 30% ;
        margin: 0 ;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .concept-left .pic02 {
        width: 35%;
        margin: 0 ;
        position: absolute;
        bottom: 50px;
        left: 5%;
        z-index: 1;
    }

    .concept-right .pic {
        width: 35%;
        margin: 0 ;
        position: absolute;
        top: 15%;
        right: 0;
        z-index: 1;
    }
    .concept-main {
        max-width: 700px;
        margin: 0 auto;
        padding: 40px 30px;
        border-radius: 8px;
        position: relative;
        z-index: 10;
    }
    .concept-main::before {
        content: "";
        width: 40rem;
        height: 40rem;
        background: radial-gradient(
        circle,
        rgb(var(--sample-color) / 1) 0%,
        rgb(var(--sample-color) / 0.8) 50%,
        rgb(var(--sample-color) / 0) 100%
        );
        -webkit-filter: blur(60px);
        filter: blur(60px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;

        --sample-color: 255 255 255;
    }
    .consept .button {
        margin-top: 35px;
    }
}

@media (max-width: 599px) {
    .consept .inner1200 {
        padding-top: 40px;
    }
    .concept-main {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
    .concept-left .pic {
        width: 150px ;
        left: -45px;
    }
    .concept-left .pic02 {
        width: 150px ;
        left: -10%;
    }

    .concept-right .pic {
        width: 200px ;
        right: -70px;
    }
}

/* ---------------------------------------------
   About
--------------------------------------------- */
@media (max-width: 1024px) {
    .custom-slide {
        width: 700px;
    }
    .card-txt {
        width: 400px;
    }
    .card-item .card-img {
        width: 350px;
    }
}

@media (max-width: 599px) {
    .custom-horizontal-section {
        display: block !important;
        margin-top: 30px;
    }

    .custom-wrapper {
        width: 100% !important;
        display: block !important;
        padding-left: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .custom-slide {
        width: 100% !important;
        margin: 0 0 60px !important;
        padding: 0 5%;
    }

    .card-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        margin: 0 auto;
    }

    .card-item .card-img {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
        z-index: 1;
    }

    .card-item .card-img img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px;
        -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .card-txt {
        width: 100% !important;
        padding: 0 !important;
        text-align: left;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        z-index: 2;
    }

    .card-txt .tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        align-items: baseline;
        -ms-flex-align: baseline;
        font-size: 20px !important;
        color: #4a3a2c;
        line-height: 1.4;
    }

    .tit-num02 {
        width: 12%;
        color: inherit;
        opacity: 0.6;
    }

    .card-txt .tit .tit-txt {
        font-size: 14px;
        letter-spacing: 0.1em;
        opacity: 0.8;
    }

    .consept .concept-txt {
        margin-top: 25px;
        font-size: 15px !important;
        color: #4a3a2c;
        line-height: 1.8;
    }

    .consept .button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
    }
    .custom-pagination {
        display: none;
    }
    .about::before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 0;
    }
    .about {
        padding: 50px 0;
    }
}

/* ---------------------------------------------
   Swiper（スタイルギャラリー等）
--------------------------------------------- */
@media (max-width: 599px) {
    .sw-patern01 {
        padding-left: 0;
    }

    .sw-patern01 .contents {
        padding-left: 4%;
        border-radius: 0;
    }

    .sw-patern02 .contents {
        width: 100%;
        padding-left: 4%;
        border-radius: 0;
    }

    .instagram-swiper {
        max-width: 100%;
        margin-right: 0;
    }
    .staff-swiper-slide,
    .style-swiper-slide {
        width: 200px !important;
    }
    .sw-patern01 {
        margin-bottom: 0;
    }
}

/* ---------------------------------------------
   Womanセクション
--------------------------------------------- */
@media (max-width: 1024px) {
    .woman {
        padding: 30px 0;
    }
    .woman .inbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .woman-inner {
        width: 100%;
        display: contents;
    }
    .woman-inner .up-d-flex {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .woman-inner .txt01 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .woman-img {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 599px) {
    .woman .btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .woman .button {
        width: 100%;
        max-width: 300px;
    }
}

/* ---------------------------------------------
   top product
--------------------------------------------- */
@media (max-width: 1024px) {
    .product-content {
        width: 60%;
        padding-right: 0;
    }

    .bg02 img {
        width: 100%;
    }

    .bg02::before {
        background: -webkit-gradient(linear,
        left top, right top,
        from(rgba(255, 255, 255, 0)),
        color-stop(30%, rgba(252, 250, 248, 0.8)),
        color-stop(60%, rgba(252, 250, 248, 1))
        );
        background: linear-gradient(to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(252, 250, 248, 0.8) 30%,
        rgba(252, 250, 248, 1) 60%
        );
    }
}

@media (max-width: 599px) {
    .product .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .bg02 {
        width: 100%;
        height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        left: 0;
    }

    .bg02 img {
        width: 100%;
        height: 250px !important;
        border-radius: 10px 10px 0 0;
    }

    .bg02::before {
        display: none;
    }

    .product-content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0;
        padding: 30px 20px;
        border-radius: 0 0 10px 10px;
        background-color: #fcfaf8;
    }

    .product-txt {
        margin-top: 20px;
        font-size: 14px;
    }

    .product .button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
    .btn-item {
        margin-bottom: 30px;
    }
}
/* ---------------------------------------------
  News & Blog
--------------------------------------------- */
@media (max-width: 599px) {
    .newsblog-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
/* ---------------------------------------------
 top voice
--------------------------------------------- */
@media (max-width: 599px) {
    .voice-box {
        width: 300px !important;
    }
    .voice-left {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .voice-right {
        width: 100%;
    }
}

/* ---------------------------------------------
   TOPページ コンタクト
--------------------------------------------- */
@media (max-width: 1024px) {
    .content-area {
        padding-left: 1em;
    }
}

@media (max-width: 599px) {
    .content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2em 5%;
    }
}

/* ---------------------------------------------
   フッター全体
--------------------------------------------- */
@media (max-width: 1024px) {
    .footer-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 5%;

        gap: 20px;
    }

    .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        gap: 16px;
    }

    .footer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 5%;

        gap: 20px;
    }
    .footer-social {
        margin-top: 30px;
    }
}

/* ---------------------------------------------
   下層ページ共通：アンダービジュアル
--------------------------------------------- */
@media(max-width: 1024px) {
    .under-img::before {
        height: 180%;
    }
    .under-img::after {
        height: 120%;
    }
}
@media (max-width: 599px) {
    .heading .title {
        font-size: 2em;
    }
    .under-visual {
        padding-top: 6rem;
        padding-bottom: 10px;
    }

    .heading {
        margin-right: 3%;
    }

    .under-img::before {
        top: -180px;
    }
    .under-img::after {
        width: 90%;
        top: -60%;
    }
    .heading img {
        width: 230px;
        top: 50px;
    }
}

/* ---------------------------------------------
   SALON INFO ページ
--------------------------------------------- */
@media (max-width: 1024px) {
    .deco_02 {
        display: none;
    }
    .owner-g {
        margin-top: 20px;
        padding: 0;
    }
    .owner .content {
        padding: 0;
    }
}
@media (max-width: 599px) {
    .information-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .information-img {
        width: 100%;
        margin-right: 0;
    }
    .deco_01 {
        max-width: 150px;
    }
    .iframe iframe {
        width: 100%;
    }
}

/* ---------------------------------------------
   MENU ページ
--------------------------------------------- */
@media (max-width: 1024px) {
    .first .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .first-img {
        width: 100%;
    }
    .first-content {
        display: contents;
    }
    .first-content .txt-box04 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .menuitem {
        width: 50%;
    }
    .menuitem a {
        font-size: 14px;
    }
}
@media (max-width: 599px) {
    .first-img {
        width: 100%;
    }

    .btn-box02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }
}

/* ---------------------------------------------
   CUT ページ
--------------------------------------------- */
@media (max-width: 1024px) {
    .trouble .tit .main-tit {
        width: 96%;
        max-width: 768px;
    }
    .trouble .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .troble-img {
        width: 100%;
    }

    .troble-content {
        width: 100%;
    }
    .deco_about02 {
        max-width: 200px;
    }
    .deco_about02-left {
        max-width: 150px;
    }
    .troble-img img {
        aspect-ratio: 16 / 9;
    }
    .about02-list .item .left {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .about02-item-tit {
        padding: 0.5em 0;
    }
    .about02-list .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about02-list02 .item .left {
        width: 100%;
        display: contents;
    }
    .about02-list02 .about02-right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px;
    }
    .about02-list02 .item .left .txt {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .about02-list .item .about02-right {
        width: 100%;
        margin-top: 10px;
    }
    .about02-list02 .item .about02-right {
        margin-top: 0;
    }
    .about02-list03 .item .left {
        width: 100%;
    }
}
@media (max-width: 599px) {
    .product-content02 {
        text-align: start;
    }
}

/* ---------------------------------------------
   WOMAN SUPPORT ページ
--------------------------------------------- */
@media (max-width: 1024px) {
    .message-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .message-content .txt {
        width: 100%;
    }

    .message-img {
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 1024px) {
    .tab-btn-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        gap: 10px;
    }

    .tab-btn {
        width: 100%;
        min-width: unset;
    }

    .tab001,
    .tab002 {
        padding: 1.5em 1em;
    }

    .flex-box.up-d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .change-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .change-content .box02 {
        width: 100%;
    }

    .change-content .change-img {
        width: 100%;
    }

    .case-area {
        grid-template-columns: 1fr;
    }

    .tab003-item {
        padding: 2em 1em;
    }
}

/* ---------------------------------------------
   RECRUIT ページ
--------------------------------------------- */
@media (max-width: 1024px) {
    .top-recruit-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top-recruit-list .list-item {
        max-width: 400px;
        margin: auto;
    }
    .owner-message .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .split-img {
        width: 100%;
        max-width: 100%;
        height: 300px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;

        clip-path: none;
        -webkit-clip-path: none;
    }
    .split-img img {
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .owner-message-tit {
        padding: 1em 2em;
    }
    .recruit-item {
        width: 48%;
        margin: auto;
        margin-bottom: 20px;
    }
    .open-area-item {
        width: 100%;
    }
    .case-item-tit {
        font-size: 20px;
    }
    .case-item-num {
        font-size: 3rem;
    }
    .open-area-item a {
        padding: 1em;
    }
    .overview-item-tit {
        font-size: 18px;
    }
}
@media (max-width: 599px) {
    .recruit-item {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* ---------------------------------------------
   CAREER ページ
--------------------------------------------- */
@media (max-width: 599px) {
    .diagram-area {
        width: 100%;
        height: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;

        gap: 20px;
    }

    .circle {
        width: 280px !important;
        height: 280px !important;
        margin: 0 auto;
        padding: 2em !important;
        -webkit-transform: none !important;
        transform: none !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .dot02 {
        display: none;
    }

    .vision-title {
        font-size: 20px;
    }
}

/* ---------------------------------------------
   EDUCATION ページ
--------------------------------------------- */
@media (max-width: 1024px) {
    .about02-list .item+.item {
        margin-top: 30px;
    }
    .change-txt {
        padding: 3em 1em;
    }
    .overview-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 599px) {
    .support-min {
        top: -14px;
    }
}

/* ---------------------------------------------
   STAFF ページ
--------------------------------------------- */
@media (max-width: 1024px) {
    .member-item img {
        opacity: 1;
    }
    .list-gallery01 li:nth-child(4) {
    display: none;
}
}
@media (max-width: 599px) {
      .list-gallery01 li:nth-child(4) {
    display: block;
}
    .member-img {
        width: 100%;
        margin-bottom: 10px;
    }
    .txt-box {
        width: 100%;
    }

    .member-item+.member-item {
        margin-top: 60px;
    }
    .of_img img {
        width: 100%;
    }
    .member-item01 .txt-box dl {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

/* ---------------------------------------------
   CAREER SUPPORT ページ
--------------------------------------------- */
@media (max-width: 599px) {
    .check-list-box {
        padding: 20px 16px;
    }
}

/* ---------------------------------------------
   CONTACT ページ
--------------------------------------------- */
@media (max-width: 599px) {
    .reservation-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }
}

@media (max-width: 599px) {
}

@media (max-width: 599px) {
    .tit-num {
        margin-right: 6px;
        font-size: 30px;
    }

    .content-area .left .conatct-tel,
    .content-area .left .conatct-tel i {
        font-size: 20px;
    }

    .card-txt .tit {
        font-size: 18px;
    }
}

/* ---------------------------------------------
   MENUページ
--------------------------------------------- */
@media (max-width: 1024px) {
    .cmnmenuitem .up-d-flex dd {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 0;
        text-align: end;
        border-top: 2px solid #ad9b8b;
        border-left: none;
    }
}

/* ---------------------------------------------
   CUT / COLORページ
--------------------------------------------- */
@media (max-width: 599px) {
    .troble-tit {
        font-size: 18px;
    }
}

/* ---------------------------------------------
   WOMAN SUPPORTページ
--------------------------------------------- */
@media (max-width: 599px) {
    .heading-tit {
        font-size: 18px;
        line-height: 1.4;
    }

    .case-tit {
        font-size: 18px;
    }
}

/* ---------------------------------------------
   RECRUITページ
--------------------------------------------- */
@media (max-width: 599px) {
    .open-area-tit {
        font-size: 18px;
    }

    .get-img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .get-img .pic {
        width: 100%;
    }
}

/* ---------------------------------------------
   CAREERページ
--------------------------------------------- */
@media (max-width: 599px) {
    .vision-title {
        margin-bottom: 6px;
        font-size: 16px;
    }
}

/* ---------------------------------------------
   CAREER SUPPORTページ
--------------------------------------------- */
@media (max-width: 1024px) {
    .check-title {
        font-size: 18px;
    }

    .support-item-tit {
        font-size: 16px;
    }

    .support-min {
        font-size: 28px;
    }

    .roadmap-column {
        width: 48%;
        margin: 10px auto;
    }

    .roadmap-header .roadmap-tit {
        font-size: 15px;
    }
}
@media (max-width: 599px) {
    .roadmap-column {
        width: 100%;
        margin: 10px auto;
        padding: 20px 16px;
    }
}

/* ---------------------------------------------
   PRODUCTページ
--------------------------------------------- */
@media (max-width: 599px) {
    .buy-item .tit {
        font-size: 18px;
    }

    .buy-img {
        width: 100%;
        max-width: 300px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .buy-img .pic {
        width: 100%;
    }

    .row5 {
        width: 48%;
        margin: 1%;
    }

    .product01navitem a {
        padding: 0.4em 0.2em;
        font-size: 12px;
    }

    .category {
        padding: 0.4em 0.8em;
        font-size: 18px;
    }

    .product01item {
        padding: 0 1.5% 20px;
    }
    
    .product01item .pbox{
      margin-bottom: 10px;
    }

    .salonname {
        font-size: 13px;
        line-height: 1.4;
    }

    .captit {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .link {
        font-size: 14px;
    }

    .product01listbox {
        margin-top: 30px;
    }
}

/* ---------------------------------------------
   STAFFページ
--------------------------------------------- */
@media (max-width: 599px) {
    .member-item01 .txt-box .name .name-js {
        font-size: 22px;
    }

    .message-txt-tit,
    .message-txt-tit02 {
        font-size: 15px;
    }
}
/* ギャラリー一覧 */
@media (max-width: 1024px) {
    .side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .cate-wrap+.cate-wrap {
        margin-top: 0;
    }
    .cate-wrap {
        width: 48%;
    }
}
@media (max-width: 599px) {
    .cate-wrap {
        width: 100%;
    }
    .cate-wrap+.cate-wrap {
        margin-top: 40px;
    }
}
/* ---------------------------------------------
   ニュース詳細
--------------------------------------------- */
@media (max-width: 599px) {
    .up-content-area h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .up-content-area h2 {
        font-size: 18px;
    }
}

/* ---------------------------------------------
   faqページ
--------------------------------------------- */
@media (max-width: 599px) {
    .fag-list-tit {
        margin-bottom: 1.2em;
        font-size: 18px;
    }
}

/* ---------------------------------------------
   VOICEページ
--------------------------------------------- */
@media (max-width: 599px) {
    .voice-list+.voice-list {
        margin-top: 50px;
    }
}

/* ---------------------------------------------
   RECRUIT詳細ページ
---------------------------------------------　*/
@media (max-width: 599px) {
    .re-btn {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px){
  .blog-right .cat01,
  .cat02{
    width: 100%;
    margin-top: 10px;
  }
  body.drawer-active .hlist01 .hitem01 .hlist02 .hitem02 a {
    text-align: center;
}
}
