@charset "UTF-8";
@media screen and (min-width: 100px) {






    /*header*/
    .header .nav {
        display: grid;
        align-content: center;
    }
    .header .nav .ul {
        width: fit-content;
        display: grid;
        align-content: center;
        justify-content: center;
        margin: 0 auto 3rem;
    }
    .header .nav .li {
        list-style: none;
        font-size: 2rem;
        width: 100%;
        height: 5rem;
    }
    .header .nav .li a {
        width: 100%;
        height: inherit;
        display: grid;
        align-items: center;
        color: inherit;
    }
    .header .nav .tel {
        margin: 0 auto 3rem;
    }
    .header .nav .tel p {
        line-height: 1.2;
    }
    .header .nav .tel a {
        font-size: 3rem;
        color: inherit;
        display: flex;
        justify-content: center;
        gap: 1rem;
        align-items: baseline;
    }
    .header .nav .tel a::before {
        content: "";
        background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
        width: 1.3rem;
        height: 1.3rem;
        display: inline-block;
    }
    .header .nav .insta {
        width: 3rem;
        height: 3rem;
        display: grid;
        align-items: center;
        justify-content: center;
        background: #252525;
        border-radius: 50%;
        margin: 0 auto;
    }
    /*-----以下ハンバーガーメニュー-----*/
    #wrapper .nav.globalMenuSp {
        /*管理画面用*/
        position: initial;
        transform: initial;
    }
    /*common.cssでnavに高さが与えられている場合はheight:initial;を追加*/
    .nav.globalMenuSp {
        position: fixed;
        z-index: 20;
        top: 0;
        right: 0;
        /*background:rgba(0,0,0,0.8);*/
        color: #000;
        text-align: center;
        transform: translateX(200%);
        transition: all 0.6s;
        width: 40%;
        height: 100vh;
        background: rgba(250, 246, 235, 1);
    }


    /* このクラスを、jQueryで付与・削除する */
    .nav.globalMenuSp.active {
        transform: translateX(0%);
    }


    .navToggle {
        display: block;
        position: fixed;
        /* bodyに対しての絶対位置指定 */
        right: 13px;
        top: 12px;
        width: 42px;
        height: 51px;
        cursor: pointer;
        z-index: 30;
        /*background: #666;*/
        text-align: center;
    }

    .navToggle span {
        display: block;
        position: absolute;
        /* .navToggleに対して */
        width: 30px;
        border-bottom: solid 1px #939393;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
    }

    .navToggle span:nth-child(1) {
        top: 9px;
    }

    .navToggle span:nth-child(2) {
        top: 18px;
    }

    .navToggle span:nth-child(3) {
        top: 27px;
    }

    .navToggle span:nth-child(4) {
        border: none;
        color: #939393;
        font-size: 1.2rem;
        font-weight: bold;
        top: 3.5rem;
    }


    /* 最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@media screen and (max-width: 1024px) {
    /*aimate.min.css無効化*/
    .animated {
        animation-duration: 0s !important;
        /* 他の必要なスタイルをここに追加 */
    }




    * {
        line-height: 1.5 !important;
    }

    html {
        padding: 0;
    }
    h3 {
        font-size: 2.4rem !important;
    }
    h4 {
        font-size: 2.2rem !important;
    }





    /*汎用*/
    .inner {width: 90% !important;}
    [class*="_cnt"] {
        padding: 5rem 0 !important;
    }
    .col2 {
        display: block !important;
    }
    .col2 :is(.left, .right) {
        width: 100% !important;
    }
    .col2 .left {
        margin: 0 0 3rem !important;
    }
    .pagetop {
        display: none;
    }
    .maintitle {
        height: 24rem;
    }
    .maintitle h2 {
        font-size: 3rem;
    }
    .maintitle p {
        font-size: 4rem;
    }






    /*header*/
    .header {
        width: 100%;
        padding: 0 6rem 0 2.6vw;
    }
    .header .info .entry {
        width: auto;
        padding: 0 1em;
    }
    .header .info .tel {
        display: none;
    }
    .nav.globalMenuSp {
        width: 100%;
    }


    /*main*/
    .bottom .inner .col2 :is(.left, .right) {
        margin: auto;
    }
    .bottom .inner .col2 .left .button {
        min-width: 22rem;
    }
    .bottom .inner .col2 .right .tel a {
        font-size: 3rem;
    }

/*--------------*/
  .environment_cnt1 .inner .col2 .right h4,.recruit_cnt2 .inner .dt {
    align-items: center !important;
}
  .about_cnt2 .col2{
    width: 90% !important;
  }
  .entry_cnt1 .inner .window p a {
    font-size: 3.5rem !important;
  }
  .buttonA :is(a, span)::after {
    content: "";
    background: url(/system_panel/uploads/images/arrow.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 6.125vw !important;
    height: 6.125vw !important;
}
}