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





    /*header*/
    .header {
        position:absolute;
        width: 100%;
        height: 16rem;
    }
    .header .nav {
        background: url(/system_panel/uploads/images/bgA.png);
        height: 100vh;
    }
    .header .nav .ul {
        margin: auto;
    }
    .header .nav .li {
        list-style: none;
        margin: 0 0 4rem;
    }
    .header .nav .li:last-of-type {
        margin: 5.2vw 0;
    }
    .header .nav .li:last-of-type a::before {
        content: initial;
    }
    .header .nav .li a {
        color: inherit;
        display: flex;
        align-items: center;
        gap: 2rem;
    }
    .header .nav .li a::before {
        content: "";
        background: url(/system_panel/uploads/images/arrow.png) no-repeat;
        width: 0.8rem;
        height: 1.1rem;
        display: inline-block;

    }
    /*-----以下ハンバーガーメニュー-----*/
    #wrapper .nav.globalMenuSp {
        /*管理画面用*/
        position: initial;
        transform: initial;
    }
    /*common.cssでnavに高さが与えられている場合はheight:initial;を追加*/
    .nav.globalMenuSp {
        width: 33%;
        position: fixed;
        z-index: 20;
        top: 0;
        right: 0;
        /*background:rgba(0,0,0,0.8);*/
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
    }


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


    .navToggle {
        display: block;
        position: fixed;
        /* bodyに対しての絶対位置指定 */
        right: 6.25vw;
        /*12*/
        top: 6.5vw;
        /*7.5*/
        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 1.8px #fff;
        -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: #fff;
        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: 1280px) {
    /*aimate.min.css無効化*/
    .animated {
        animation-duration: 0s !important;
        /* 他の必要なスタイルをここに追加 */
    }
    body {
        letter-spacing: initial;
    }
    * {
        line-height: 1.8 !important;
    }
    h2 {
        font-size: 2.2rem !important;
    }
    h3 {
        font-size: 2.1rem !important;
    }
    h4 {
        font-size: 1.8rem !important;
    }
    /*汎用*/
    [class*="_cnt"] {
        padding: 4rem 0 !important;
    }
    .col2 {
        display: block !important;
    }
    .col2 .left {
        margin: 0 0 3rem !important;
    }
    .col2 :is(.left, .right) {
        width: 100% !important;
    }
    .buttonA {
        width: 100%;
    }
    .titleA p {
        font-size: 1.2rem;
    }
  .titleB {
    margin: 0 0 4rem;
  }
    /*header*/
    .header>.ul {
        display: none;
    }

    .nav.globalMenuSp {
        width: 100%;
    }




/*header*/
    .header2 .ul {
        display: none;
    }
    .header2 .logo {
        position: absolute;
        top: 10rem;
        left: calc(50% - 8.25rem);
        display: initial;
    }



    /*main*/
    .maintitle {
        bottom: initial;
        top: 55%;
    }
    .header2 .ul {
        display: none;
    }
    /*
.header2 .logo{
    display: none;
}*/
    .mainimg .header2 {
        position: absolute;
        top: 40%;
        justify-content: center;
    }
    .mainimg .header2 .logo {
        left: calc(50% - 8.25rem);
        display: initial;
    }

    .mainimg .maintitle {
        position: absolute;
        left: calc(50% - 1.5em);
        flex-direction: row-reverse;
        align-items: start;
        gap: 0.5rem;
        padding: initial;
    }
    .mainimg .maintitle h2 {
        writing-mode: vertical-rl;
    }
    .mainimg .maintitle p {
        writing-mode: vertical-rl;
        font-size: 1.4rem;
    }
.bottom{
    width: calc(100% - 5.2vw);
}
    .bottom .col2 .left {}
    .bottom .col2 :is(.left, .right) {
        padding: clamp(2rem, 2.6vw, 5rem) !important;
        /*5*/
        height: 25rem;
    }
    .bottom .col2 :is(.left, .right) .titleA {
        display: block;
        margin: 0 auto 3rem;
    }
    .bottom .col2 :is(.left, .right) .titleA h3 {
        text-align: center;
        margin: 0 auto 1rem;
    }
    .bottom .col2 :is(.left, .right) .titleA p {
        text-align: center;
    }
    .bottom .col2 :is(.left, .right) .buttonA {
        margin: auto;
    }






    /*footer*/
    .footer {
        padding: 5rem 0 1rem !important;
    }
    footer .inner .col2 .left .logo {
        margin: 0 0 2rem;
    }
    .footer .inner .col2 .left>p {
        margin: 0 0 2rem;
    }
    .footer .inner .col2 .left .ul {
        margin: 0 0 3rem;
    }
    .footer .inner .col2 .right {
        display: none !important;
    }


}