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

.home .l-container {
    opacity: 0; /* 初期状態で透明にする */
    transition: opacity 1s ease-in-out; /* 1秒かけてフェードイン */
}

.home .l-container.show {
    opacity: 1!important; /* クラスが付与されたら表示 */
}

header.l-header.l-header--1row.l-header--sticky-overlay-colored-sm.l-header--sticky-overlay-colored-lg.top.show{
    animation: hedIn 0.5s ease forwards;
}
@keyframes hedIn {
    from {
      opacity: 0;
      visibility: hidden;
    }
    to {
      opacity: 1;
      visibility: visible;
    }
  }
  
h1, h2, H3, h4 {
    font-weight: 300;
    font-feature-settings: "palt";
}
@media (min-width: 64em) {
    h2{
        font-size: 35px!important;
        font-feature-settings: "palt";
    }
    .c-entry-summary__title{
        font-size: 16px!important;
    }
    div#block-3 h2.wp-block-heading{
        font-size: 16px!important;
    }
}
.smb-section__background-text__inner .has-sm-5-xl-font-size{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-feature-settings: "palt";
}
/*-------------------- TOPICS --------------------*/
.blog .c-entry__content.p-entry-content {
    margin-bottom: 70px;
}
/*-------------------- 共通 --------------------*/

#opening {
    position: fixed; /* 画面全体を覆う */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* 必要に応じて背景色を設定 */
    z-index: 9999; /* 他の要素の上に表示 */
    display: none; /* 初期状態で非表示（JSで表示） */
}

/* .home .l-container {
    display: none;
} */
#logo_anim {
    width: 300px;
    height: 237px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-global-nav .c-navbar__item>a{
    font-family: "Poppins", serif;
    font-weight: bold;
    padding: 10px 20px;
}
.smb-btn{
    background:  linear-gradient(90deg,rgba(179, 152, 85, 1) 0%, rgba(217, 186, 115, 1) 50%, rgba(179, 152, 85, 1) 100%);
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
/*-------------------- ファーストビュー --------------------*/
.first_view {
    position: relative;
    margin-bottom: 50px;
}
.swiper-container.fv {
    width: 100%;
    height: 100vh;
}
.swiper-container.fv .swiper-slide {
    overflow: hidden;
    backface-visibility: hidden;
}

.swiper-container.fv .swiper-slide[class*="-active"] .slide-img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.swiper-container.fv .slide-img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
}
.swiper-container.fv .swiper-slide-active .slide-img,
.swiper-container.fv .swiper-slide-duplicate-active .slide-img,
.swiper-container.fv .swiper-slide-prev .slide-img {
    width: auto;
    animation: zoomOut 12s linear 0s normal both;
}

@keyframes zoomOut {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.fade-in {
    opacity: 0;
}

/* サブコピーは遅れて表示 */
.fv_sub_copy {
    animation-delay: 0.5s;
}
.fade-in.active {
    opacity: 1;
  }
  .fade-in.active h2.fv_copy, .fade-in.active .fv_sub_copy{
    opacity: 0;
    transform: translateY(30px); /* 初期位置（下から30px） */
    animation: fadeUp .5s ease-out forwards;
}
.fade-in.active .fv_sub_copy{
    animation-delay: 0.5s; /* サブコピーは少し遅れて表示 */
}
@keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
h2.fv_copy {
    position: absolute;
    font-family: "Poppins", serif;
    font-weight: bold;
    font-size: 3rem;;
    mix-blend-mode: difference;
    color: #fff;
    bottom: 21%;
    right: 5%;
    line-height: 1.5;
    text-align: right;
    z-index: 10;
}
p.fv_sub_copy {
    font-family: "Noto Sans JP", serif;
    font-size: 60px;
    position: absolute;
    right: 5%;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    bottom: 9%;
    text-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
}

/*-------------------- ファーストビュー --------------------*/

/*-------------------- トップページ --------------------*/

.japan .has-sm-5-xl-font-size{
    writing-mode: vertical-rl; /* 右から左に縦書き */
    text-orientation: mixed;
    padding-top: 5%;

}
.japan .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-10{
    position: relative;
}
/* .japan.animate .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-10::before{
    content: "";
    background: url(assets/img/map-icon01.svg) no-repeat 0 0 /100%;
    width: 21px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 69%;
    right: 53%;
    z-index: 10;
    transform: translateY(-476px);
    animation: drop 2s ease-out forwards;

} */
@keyframes drop {
    0% {
      transform: translateY(-476px);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    70% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(-10px);
    }
    90% {
      transform: translateY(0);
    }
    95% {
      transform: translateY(-5px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
.business .has-sm-5-xl-font-size{
    writing-mode: vertical-rl; /* 右から左に縦書き */
    text-orientation: mixed;
    padding-top: 0%;

}
.recruit .has-sm-5-xl-font-size{
    writing-mode: vertical-rl; /* 右から左に縦書き */
    text-orientation: mixed;
    padding-top: 5%;

}
.busi_items .smb-items__banner{
    border-radius: 5px;
}
.busi_items .smb-items__banner__title {
    font-family: "Poppins", serif;
    font-weight: 600;

}
.busi_items .smb-items__banner__lede {
    font-size: 16px;
    font-weight: bold;
}
.busi_items .smb-items__banner__lede strong{
    font-family: "Poppins", serif;
    font-weight: 600;
}
span.popp{
    font-family: "Poppins", serif;
}
.swiper-container.banner_slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
    overflow: hidden;
}

.swiper-container.banner_slider .slide-media{
  position: relative;
  overflow: hidden;
}
.slide-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    border-radius:10px;
}

.swiper-container.banner_slider {
    overflow: hidden;
  }
.swiper-container.banner_slider .swiper {
    overflow: visible;
  }
/* スライダーのがスムーズに繋がらず一瞬止まることがありますのを解消するコード */
  .swiper-container.banner_slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
.swiper-container.banner_slider .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .banner_slider .swiper-slide {
    pointer-events: none; /* クリック・タップを無効化 */
    
}
.banner_slider .swiper-slide .slide-media img{
    pointer-events: none; /* クリック・タップを無効化 */
    
}
.banner_slider .swiper-slide a, .banner_slider .swiper-slide a img {
    pointer-events: auto; /* リンクがある場合は有効化 */
    display: block;
    position: relative;
    text-decoration: none;
    color: #0000;
}
.banner_slider .swiper-slide a p{
    background: #ECECEA;
    padding: 5px 10px;
    width: 50%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 0 10px 0 10px;
    color: #000;
    font-size: 13px;
}
.banner_slider .swiper-slide a p span{
    font-family: "Poppins", serif;
}
.recruit .smb-section__background {
    height: 80%;
}
img.yjirushi-logo{
    pointer-events: auto!important; /* リンクがある場合は有効化 */
    width: 20px;
    height: 12px;
    display: inline!important;
    /* transform: rotate(30deg); */
    padding-left: 5px;
}
.topics_colms{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.topics_span p, .bl_p{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    font-size: clamp(1rem * calc(9 / (9 - 6)),calc((calc(-22.5 * calc((calc(8 / (8 - 6)) - calc(9 / (9 - 6))) / (57.5)) + calc(9 / (9 - 6))) * 1rem) + (calc((calc(8 / (8 - 6)) - calc(9 / (9 - 6))) / (57.5)) * 100vw)),1rem * calc(8 / (8 - 6)));
    color: #DFDFDF;
}
.poppi-font a{
    font-family: "Poppins", serif;
    font-weight: 500;
}

/*-------------------- フッター --------------------*/
footer.l-footer.l-footer--footer-1{
    z-index: 10;
    padding-top: 30px;
}
.widget.widget_nav_menu ul li a{
    font-family: "Poppins", serif;
    font-weight: 500;
}
p.orign_copyright{
    font-family: "Poppins", serif;
    /* font-weight: 500; */
}
.wp-block-columns.sns_icon {
    width: 80px;
    margin-right: 0px !important;
}
.widget.widget_nav_menu ul li:first-child{
    margin-top: var(--_margin-2);
}
.widget.widget_nav_menu ul li{
    margin-right: 30px;
    box-sizing: border-box;
}
.widget.widget_nav_menu ul li:last-child{
    margin-right: 0px;
}
.widget.widget_nav_menu ul{
    display: flex;
    flex-wrap: wrap;
    /* gap: 30px; */
    justify-content: flex-end;
    
}
.busi_items .smb-items__banner__title {
    font-size: 2rem;
}
.l-footer{
    border-top: 0px;
    background: #f0ece6;
}
/*-------------------- 会社概要（CONPANY） --------------------*/

.right_secr .has-sm-5-xl-font-size, .left_sect .has-sm-5-xl-font-size{
    writing-mode: vertical-rl; /* 右から左に縦書き */
    text-orientation: mixed;
}
h1.c-page-header__title{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-feature-settings: "palt"; 
    color: #fff;
    opacity: .6;
    font-size: 50px;
}
.name {
    font-family: 'Shimanami', serif;
    font-size: 1.5rem;
    margin-top: 0px!important;
}
.top_messege img {
    border-radius: 10px;
}
p.mess_p {
    line-height: 2;
    font-feature-settings: "palt"; 
}
.poppi-fonts{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 2vw;
    color: #5f5f5f;
    opacity: .3;
}
.mvv_sect h2, .mar_top{
    margin-top: 0px!important;
}
.mvv_sub{
    font-family: "Poppins", serif;
    color: #5f5f5f;
    opacity: .3;
    font-weight: 600;
}
.mvv_title{
    margin-top: 7px!important;
}
/* .mvv_sect {
    margin-top: 0px !important;
    padding-top: 0px;
} */

/* .mvv_sect .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-30{
    position: relative;
} */
.mvv_sect.animate .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-30::before{
    content: "";
    background: url(assets/img/map-icon01.svg) no-repeat 0 0 /100%;
    width: 28px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 57%;
    right: 55%;
    z-index: 10;
    transform: translateY(-476px);
    animation: drop 2s ease-out forwards;

}
.original_panel .smb-panels__item{
    box-shadow: 1px 1px 2px 1px rgba(57, 57, 57, 0.3);
}
.rotate_box{
    position: relative;
    margin-left: -20vw!important;
    
  }

#rotate01, #rotate02, #rotate03, #rotate04, #rotate05, #rotate06{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 70px;
    margin-left: -50px;
    margin-top: -50px;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e2e2e0;
    border-radius: 10px;
}
/* .max-colms{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
} */
.side_heart{
    gap: 6px;
}
/*-------------------- 業種案内（BUSINESS） --------------------*/
.bus_secri {
    padding-top: 150px;
}
.secri_media img{
    border-radius: 10px;
}
h2.wp-block-heading.layout_h, h2.wp-block-heading.layout_c{
    --_font-size-level: 4;
    font-size: var(--_fluid-font-size);
    line-height: var(--_line-height);
    

}
h2.wp-block-heading.layout_c::after{
    content: "";
    display: block;
    height: 1px;
    margin: var(--_margin-1) auto 0;
    width: 60px;
    background-color: #5f5f5f;
    opacity: .3;
}
h2.wp-block-heading.layout_h::after{
    content: "";
    display: block;
    height: 1px;
    margin: var(--_margin-1) auto 0;
    width: 60px;
    background-color: #5f5f5f;
    opacity: .3;
    margin-left: 0;
    margin-right: auto;
}
.bu_number .wp-block-snow-monkey-blocks-panels-item-free.c-row__col{
    counter-increment: mycounter;
    position: relative;
}
.bu_number .wp-block-snow-monkey-blocks-panels-item-free.c-row__col::before{
    content: counter(mycounter, decimal-leading-zero);
    font-size: 8rem;
    font-weight: bold;
    opacity: .1;
    line-height: .75;
    position: absolute;
    top: -45px;
    right: 0;
    color: #000;
    letter-spacing: -.05em;
    z-index: 2;
}
/* .bu_number .smb-panels__item__body{
    padding: 60px 30px;
} */
.bu_number .smb-panels__item{
    border-radius: 10px;
}
.bu_number .c-row>.c-row__col{
    margin-bottom: 80px;
}
/*-------------------- 採用情報（RECRUIT） --------------------*/
.rec-media img{
    border-radius: 10px;
}
/*-------------------- インタビュー（INTERVIEW） --------------------*/
.inter_item img{
    border-radius: 10px;
}
.interview img{
    border-radius: 10px;
}
.interview.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-50{
    margin-top: -30%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.interview .smb-faq__item__question{
    font-size: 20px;
    font-weight: 500;
}

/*-------------------- 共通 --------------------*/
.smb-section__lede{
    font-size: 16px;
}
.smb-section__title:after{
   background-color:#5f5f5f ;
   opacity: .3;
}
.smb-section__subtitle {
    color: #5f5f5f;
    opacity: .3;
    font-size: 16px;
}
.c-page-header__bgimage.no_img img {
    display: none;
}
footer.c-entry__footer {
    margin-top: 100px;
    margin-bottom: 50px;
}
/*-------------------- 1500px以下--------------------*/
@media (max-width: 1600px){
    .right_secr  .has-sm-5-xl-font-size{
        padding-top: 0%;
        right: -14px;
        z-index: 100;
    }
    .left_sect .has-sm-5-xl-font-size{
        padding-top: 0%;
        left: -14px;
        z-index: 100;
        top: -5px;
    }
}
@media (max-width: 1450px) {
    .japan .has-sm-5-xl-font-size{
        padding-top: 0%;
        right: 0px;
    }
    .business .has-sm-5-xl-font-size{
        padding-top: 0%;
        left: 0px;
    }
    .recruit .has-sm-5-xl-font-size{
        padding-top: 0%;
        right: 0px;
    }
    .adjus-left .smb-section__header, .adjus-left{
        padding-left: 30px;
    }
    
  }
  @media (max-width: 1300px){
    .widget.widget_nav_menu ul{
        justify-content: flex-start;
    }
    .wp-block-columns.sns_icon{
        margin-left: 0px!important;
    }
  }
  @media (max-width: 1060px) {
    .net-w .smb-section__lede{
        text-align: left;
        width: 90%;
    }
    .page-w{
        width: 90%;
    }
  }
/*-------------------- 1024px以上--------------------*/
@media (min-width: 1240px){
.japan .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-10{
        /* margin-top: -58px;
        margin-right: -10vw!important;
        margin-bottom: -6vw;
        margin-left: -38%!important; */
        /* margin-top: -15px;
        margin-right: -6vw !important;
        margin-bottom: 0vw;
        margin-left: -61% !important; */
         margin-right: -4vw !important;
    }
.l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-2:last-child {
    /* padding-left: 0px !important; */
    /* padding-right: 0px !important; */
    --_item-width: 60%;
}
.l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-2:first-child {
    --_item-width: 40%;
}
.column_top .c-entries{
    --entries--item-width:43%;
    justify-content: space-between;
}
h1.c-entry__title {
    font-size: 40px;
}
}
@media (min-width: 64em) {
    /* .japan{
        margin-bottom: 0px!important;
        padding-bottom: 0px!important;
    } */
    
    .mvv_sect {
        padding-bottom: 0px!important;
        padding-top: 0px!important;
    }
    .mvv_sect .smb-section-break-the-grid__content.smb-section-break-the-grid__content--w-50.smb-section-break-the-grid__content--horizontal-10 {
        top: -84px;
    }
    .mvv_sect .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-30{
        margin-right: -8vw!important;
        
    }
    .japan .smb-section-break-the-grid__content--w-20{
        /* margin-top: -44%; */
    }
    .busi_items .smb-items__banner__title{
        font-size: 2.1875rem;

    }
   
    [data-scrolled=false] .l-header--sticky-overlay-colored-lg.top{
        color: #fff;
    }
    [data-scrolled=false] .l-header--sticky-overlay-colored-lg{
        color: #000;
    }
    ul.c-navbar__submenu.c-navbar__submenu--turn-left li a{
        font-weight: bold;
        font-family: "Poppins", serif;
    }
    .p-global-nav .c-navbar__submenu{
        border-radius: 5px;
    }
    
    li.hed_color.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-172.c-navbar__item {
        /* background: #FA6750; */
        /* background: linear-gradient(90deg,rgba(179, 152, 85, 1) 0%, rgba(232, 204, 139, 1) 50%, rgba(179, 152, 85, 1) 100%); */
        background:  linear-gradient(90deg,rgba(179, 152, 85, 1) 0%, rgba(217, 186, 115, 1) 50%, rgba(179, 152, 85, 1) 100%);
        background-repeat: no-repeat;
        color: #fff;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
        border-radius: 5px;
        margin-left: 20px;
    }
    li.hed_color.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-172.c-navbar__item a{
        width: 137px;
    }
    li.hed_color.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-172.c-navbar__item span{
        position: relative;
        margin-left: -15px;
    }
    li.hed_color.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-172.c-navbar__item span::after{
        content: "";
        background: url(assets/img/mail.svg) no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        right: -18px;
        top: 50%;
        transform: translateY(-50%);
        background-size: cover;
    }
    /* [data-scrolled=false] .l-header--sticky-overlay-colored-lg li.menu-item{
        color: #fff;
        mix-blend-mode: difference;
        isolation: isolate;
        background-color: transparent;


    } */
    [data-scrolled=true] .l-header--sticky-overlay-colored-lg{
        background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    }
    .business .smb-section__body.is-layout-constrained.wp-block-section-is-layout-constrained{
        margin-left: 5%;
    }
    .c-page-header{
        height: 400px;
    }
    h1.c-page-header__title{
        font-size: 64px;
    }
    .rec-media .smb-media-text__contents-wrapper{
        margin-left: -8vw!important;
        padding: 20px 30px;
        background: #ffffffde;
        border-radius: 10px 0 0 10px;
        margin-top: 79px !important;
    }
    .sns_endo a::before {
        content: "遠藤幸子(代表取締役）";
        position: absolute;
        background: #FA6750;
        color: #fff;
        padding: 10px;
        width: 173px;
        border-radius: 5px;
        top: 36px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        opacity: 0; 
        transition: opacity 0.3s ease-in-out;
      }
      .sns_kawai a::before {
        content: "河井真由(取締役社長）";
        position: absolute;
        background: #FA6750;
        color: #fff;
        padding: 10px;
        width: 173px;
        border-radius: 5px;
        top: 36px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        opacity: 0; 
        transition: opacity 0.3s ease-in-out;
      }
      .sns_endo a:hover::before,
      .sns_endo a:focus::before,
      .sns_kawai a:hover::before,
      .sns_kawai a:focus::before{
        opacity: 1;
      }
    }
    
@media (max-width: 1024px)  {
    [data-scrolled=true] .l-header--sticky-overlay-colored-sm{
        background: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }
    #particles-js{
        height: 160vh!important;
    }
    .wp-block-snow-monkey-blocks-buttons.smb-buttons.rec_inte-btm.is-content-justification-center.is-layout-flex.wp-container-snow-monkey-blocks-buttons-is-layout-1.wp-block-buttons-is-layout-flex {
        margin-top: 15px;
    }
    span.c-hamburger-btn__label {
        display: none;
    }
    .c-hamburger-btn__bars{
        width: 32px;
    }
    .c-hamburger-btn__bar {
        height: 2px;
    }
    .l-header .c-hamburger-btn__bar {
        background-color: #b39855;
    }
    [data-scrolled="false"] .l-header--sticky-overlay-colored-sm:not(.top) .c-hamburger-btn__bar {
        background-color:#000;
      }
      
    
}  

/*-------------------- 768px以上1023px以下--------------------*/
@media (min-width: 768px) and  (max-width: 1023px){
    .japan .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-10{
       margin-top: -6vh;
        margin-right: -6vw !important;
        margin-bottom: -13vh;
        width: 70%;
        margin-left: 29vw !important;
    }
    .japan .smb-section__body.smb-section-break-the-grid__body.is-layout-constrained.wp-block-section-break-the-grid-is-layout-constrained {
        margin-left: 6vw;
    }
    .business .smb-section__body.is-layout-constrained.wp-block-section-is-layout-constrained {
        margin-left: 7%;
    }
    .wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit.recruit {
        margin-top: -80px !important;
    }
    /* #particles-js{
        height: 800px!important;
    } */

}
/*-------------------- 640px以上1023px以下--------------------*/

@media (min-width: 640px) and  (max-width: 1023px){
    .mvv_sect .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-30{
        right: -168px!important;
        left: 0px!important;
        height: 1000px;
    }
    .poppi-fonts{
        font-size: 3vw;
    }
    h2{
        --_font-size-level: 4;
    font-size: var(--_fluid-font-size);
    }
}

@media (max-width: 781px) {
    .topics_colms .smb-recent-posts.wp-block-snow-monkey-blocks-recent-posts {
        width: 80%;
    }
    .topics_colms .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.poppi-fonts{
        margin-left: auto;
        margin-right: auto;
    }
    .recruit .smb-section__fixed-background{
        padding-top: 0px!important;
    }
    .recruit .has-sm-5-xl-font-size{
        top: 0px;
        z-index: 10;
    }
    .wp-block-snow-monkey-blocks-buttons.smb-buttons.sp_cen.is-layout-flex.wp-block-buttons-is-layout-flex {
        justify-content: center;
    }
    .rotate_box{
        margin-left: -66vw !important;
    }
    .val_colms{
        margin-top: 200px!important;
    }
    #rotate01, #rotate02, #rotate03, #rotate04, #rotate05, #rotate06{
        width: 150px;
        height: 100px;
    }

}
@media (max-width: 768px) {
    .sp_table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .sp_table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
        border-left-width: 0px!important;
        border-right-width: 0px!important;
        border-top-width: 0px!important;
    }
    figure.wp-block-image.img-widt {
        width: 90%;
    }
    .info-sect .has-sm-5-xl-font-size{
        top: 168px!important;
    }
    .bu_number .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:first-child{
        flex-basis: 10%!important;
    }
    .bu_number .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:last-child{
        flex-basis: 90%!important;
    }
    .bu_number .wp-block-columns{
        gap: 10px;
    }
    .bu_number .wp-block-snow-monkey-blocks-panels-item-free.c-row__col::before{
        top: -24px;
        font-size: 5rem;
    }
    .bu_number .c-row>.c-row__col {
        margin-bottom: 50px;
    }

}
/*-------------------- 640px以上--------------------*/

@media (min-width: 40em) {
    /* .business .smb-section__body.is-layout-constrained.wp-block-section-is-layout-constrained{
        margin-left: 5%;
    } */
    .slide-img.sp{
        display: none;
    }
    .sp_br{
        display: none;
    }
    .inter_item .smb-items__banner__body-inner{
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    }
}
/*-------------------- 640px以下--------------------*/

@media (max-width:39.9375em) {
/* 共有部分 */
    .has-sm-5-xl-font-size{
        --_font-size-level: 5;
        opacity: .1;
    }
    .c-page-header{
        height: 200px!important;
    }
    .smb-media-text__title{
        --_font-size-level: 3;
    font-size: var(--_fluid-font-size);
    }
    .smb-section__title {
        --_font-size-level: 3;
        font-size: var(--_fluid-font-size);
    }
    h2.wp-block-heading.layout_h, h2.wp-block-heading.layout_c {
        --_font-size-level: 3;
        font-size: var(--_fluid-font-size);
    }
/* 共有部分 */
    h2.fv_copy{
        font-size: 7vw;
        bottom: 15%;
    }
    p.fv_sub_copy{
        font-size: 10vw;
        bottom: 5%;
    }
    .first_view{
        margin-bottom: 10px;
    }
    .japan .has-sm-5-xl-font-size{
        right: -14px;
        bottom: 218px;
    }
    .business .has-sm-5-xl-font-size{
        left: -14px;
    }
    .recruit .has-sm-5-xl-font-size{
        right: -14px;
        top: 20px;
    }
   
    .business h2{
        padding-left: 3vw!important;
    }
    .japan .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-10{
        margin-top: -14vw;
        margin-right: -0vw !important;
        margin-bottom: -12vh;
        width: 70%;
        margin-left: 29vw !important;
    }
    .slide-media img {
        width: 239px;
        height: 300px;
        -o-object-fit: cover;
           object-fit: cover;
          border-radius:10px;
      }
      img.yjirushi-logo{
        pointer-events: auto!important; /* リンクがある場合は有効化 */
        width: 10px;
        height: 10px!important;
        display: inline!important;
        /* transform: rotate(30deg); */
        padding-left: 5px;
    }
    .banner_slider .swiper-slide a p{
        width: 55%;
    }
    #logo_anim{
        width: 186px;
        height: 150px;
    }
    .slide-img.pc{
        display: none;
    }
    .topics_colms h3.c-entry-summary__title{
        font-size: 15px;
    }
    div#nav_menu-2 ul{
        gap: 16px;
    }
    h1.c-page-header__title{
        font-size: 35px;
    }
    .left_sect .has-sm-5-xl-font-size{
        top: 0px;
    }
    .mvv_sect .smb-section-break-the-grid__figure.smb-section-break-the-grid__figure--w-30 {
        position: relative !important;
    }
    .mvv_sect .c-row__col--1-2{
        --_item-width: 100%;
    }
    .mvv_sect .c-row__col--1-2:first-child{
        order: 1;
        margin-top: -50px;
    }
    .mvv_sect {
        padding-top: 0px;
        margin-top: -50px;
    }
    .poppi-fonts{
        font-size: 6vw;
    }
    .wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit.right_secr.mes_sect {
        padding-top: 0px;
    }
    .right_secr .has-sm-5-xl-font-size{
        top: 0px;
    }
    .adjus-left .smb-section__header, .adjus-left {
        padding-left: 8px;
    }
    .left_sect.adjus-left .has-sm-5-xl-font-size{
        top: 30px;
    }
    figure.wp-block-image.img-widt{
        width: 100%;
    }
    .bus_secri {
        padding-top: 131px;
    }
    .net-w .smb-section__lede{
        width: 100%;
    }
    .wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--fit.right_secr.net-w {
        padding-top: 20px;
    }
    .bu_number .wp-block-snow-monkey-blocks-panels-item-free.c-row__col::before{
        font-size: 4rem;
    }
    .bu_number .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:first-child{
        flex-basis: 16%!important;
    }
    .bu_number .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:last-child{
        flex-basis: 84%!important;
    }
    .page-w {
        width: 100%;
    }
    .inter_item .smb-items__banner__body{
        position: relative;
        color: #000;
    }
    .inter_item .c-row>.c-row__col{
        padding-left: 10px;
        padding-right: 10px;
    }
    .inter_item .smb-items__banner__body{
        padding: 10px 10px 30px;
    }
    .inter_item .has-sm-2-xl-font-size{
        font-size: 15px!important;
        font-weight: normal;

    }
    .inter_item .smb-items__banner__lede span strong{
        font-weight: normal;
    }
    /* .inter_item .smb-items__banner__lede{
        margin-top: 0px;
    } */
    .inter_item .smb-items__banner__lede::after{
        content: " Interview";
        position: absolute;
        width: 70%;
        bottom: 0px;
        left: 10px;
        background: #FA6750;
        color: #fff;
        height: 26px;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
        font-family: "Poppins", serif;
        line-height: 2;
    }
    .interview.smb-section-break-the-grid--bottom>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__content--horizontal-50{
        padding-top: 0px;
        margin-top: -20%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .interview .smb-faq__item__answer__label, .interview .smb-faq__item__question__label{
        margin-right: 15px!important;
    }
    .wp-block-snow-monkey-blocks-section-break-the-grid.alignfull.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--bottom.interview{
        padding-top: 20px;
    }
    .interview img {
        border-radius: 0px;
    }
    .topics_span p, .bl_p{
       font-size: 36px;
    }
    div#block-7 img {
        width: 100px!important;
    }
    .c-drawer__menu li a{
        font-family: "Poppins", serif;
        font-weight: 600;
        font-feature-settings: "palt";
        font-size: 17px;
    }
    .c-drawer__item{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    p.orign_copyright{
        font-size: 13px;
    }
    .rotate_box{
        margin-left: -60vw !important;
    }
    #particles-js {
        height: 430vw!important;
    }
}
@media (max-width: 320px) {
        #particles-js {
        height: 450vw !important;
    }
}
.blog .c-page-header__bgimage img{
    display: none;
}
li.c-meta__item.c-meta__item--author {
    display: none;
}
.blog_top span.c-entry-summary__term.c-entry-summary__term--category-1.c-entry-summary__term--category-slug-uncategorized{
    display: none;
}
span.c-entry-summary__term.c-entry-summary__term--category-1.c-entry-summary__term--category-slug-uncategorized {
    display: none;
}

@media (max-height: 500px) {
 #particles-js{
    height: 200vh;
 }
}