@charset "utf-8";

/*COMMON*/
html {
    font-size: 62.5%;
}

/* 10px */
body {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

/* IE */
@media all and (-ms-high-contrast:none) {
    body {
        font-family: 'Open Sans', sans-serif;
    }
}

.txt-hidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a {
    color: #202d56;
    text-decoration: none;
    /* font-weight: 600; */
}

#wrapper {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 0;
    min-width: 320px;
}

@media screen and (min-width:1081px) {

    /* PC */
    .sp {
        display: none !important;
    }

    .pc {
        display: block !important;
    }

    a:hover {
        opacity: 0.7;
        transition: 0.3s;
    }

    #panel-btn {
        display: none;
    }

    #header {
        position: relative;
        /* height: 100vh; */
        /* z-index: 1; */
    }

    #header .menu {
        width: 100%;
        /* min-width: 1472px; */
        position: relative;
        top: 0;
        z-index: 10;
        display: table;
        z-index: 999;
        font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
        background-color: #031832;
    }

    #header .menu.active {
        width: 100%;
    }

    #header .menu.scroll-pre {
        top: -90px;
        background-position: center top;
        background-color: #031832;
        transition: 0.3s;
        transition-timing-function: ease-in-out;
    }

    #header .menu.scroll-bg {
        top: -90px;
        background-color: #031832;
    }

    #header .menu.scroll,
    #header .menu.active {
        position: fixed;
        top: 0px;
    }

    #header .menu h1 {
        position: absolute;
        top: 31px;
        left: 50px;
    }

    #header .menu h1 a {
        width: 112px;
        height: 28px;
        display: block;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    #header .menu .gnav {
        background-color: #031832;
        /* width: 956px; */
        height: 90px;
        float: left;
        /* padding-right: 28px; */
    }

    #header .menu .gnav .gnavInner > ul {
        /* position: absolute; */
        margin-top: 62px;
        margin-left: 230px;
        padding-right: 20px;
    }

    #header .menu .gnav .gnavInner > ul > li {
        float: left;
        line-height: 1;
        margin-right: 60px;
        font-size: 1.4rem;
        position: relative;
    }

    #header .menu .gnav .gnavInner > ul > li:last-child {
        margin-right: 0;
    }

    #header .menu .gnav .gnavInner > ul > li > a {
        /* height: 47px; */
        color: #fff;
        font-size: 1.4rem;
        font-weight: 600;
        display: block;
        text-transform: uppercase;
    }
/*    #header .menu .gnav .gnavInner > ul > li > a:hover {
        opacity: 1;
    }*/
    #header .menu .gnav .gnavInner > ul > li.active > a {
        opacity: 0.3;
    }

    #header .menu .gnav .gnavInner > ul > li a span {
        font-size: 1.1rem;
        font-weight: normal;
        display: block;
        padding: 3px 0 0 0;
    }

    #header .menu .gnav ul.nav {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
        position: absolute;
        top: 46px;
        z-index: 999;
        background: rgba(3,24,50,0.9);
        padding: 20px 0 30px;
        display: none;
    }

*::-ms-backdrop, #header .menu .gnav .gnavInner > ul > li:nth-child(2) ul.nav { width: 330px; } /* IE11 */
*::-ms-backdrop, #header .menu .gnav .gnavInner > ul > li:nth-child(3) ul.nav { width: 190px; } /* IE11 */
*::-ms-backdrop, #header .menu .gnav .gnavInner > ul > li:nth-child(7) ul.nav { width: 290px; } /* IE11 */
@supports (-ms-ime-align: auto) {
    /* Edge */
    #header .menu .gnav .gnavInner > ul > li:nth-child(2) ul.nav { width: 330px; }
    #header .menu .gnav .gnavInner > ul > li:nth-child(3) ul.nav { width: 190px; }
    #header .menu .gnav .gnavInner > ul > li:nth-child(7) ul.nav { width: 290px; }
    /* /Edge */
}

    #header .menu .gnav ul.nav li {
        margin-top: 2px;
        line-height: 1.2;
    }
    #header .menu .gnav ul.nav li:first-child {
        margin-top: 0;
    }
    #header .menu .gnav ul.nav li a {
        width: 100%;
        display: block;
        text-decoration:underline;
        padding: 11px 30px 11px;
        font-size: 1.4rem;
        color: #fff;
        text-decoration: none;
    }
    #header .menu .gnav ul.nav li a:hover {
        background: rgba(255,255,255,0.1);
        opacity: 1;
    }

    #header .menu .snav {
        width: 228px;
        height: 90px;
        float: right;
        margin-right: 10px;
        position: relative;
    }

    #header .menu .snav .search {
        position: absolute;
        top: 14px;
        right: 15px;
    }

    #header .menu .snav .search .search_container {
        position: relative;
        box-sizing: border-box;
        display: block;
        padding: 0;
        overflow: hidden;
    }

    #header .menu .snav .search .search_container input[type="text"] {
        border: none;
        height: 32px;
        padding: 2px 10px 0;
        width: 220px;
        background: #fff;
        border-radius: 15px;
        color: #031832 !important;
        opacity: 0;
        display: block;
        position: relative;
        z-index: 10;
        cursor: pointer;
        transition: 0.3s;
    }

    #header .menu .snav .search .search_container input::-ms-clear {
        visibility: hidden;
    }

    #header .menu .snav .search .search_container input[type="text"]:focus,
    #header .menu .snav .search .search_container input[type="text"].active {
        outline: 0;
        opacity: 1;
    }

    #header .menu .snav .search .search_container input[type="text"]:focus+input[type="submit"] {}


    #header .menu .snav .search .search_container input[type="submit"] {
        cursor: pointer;
        border: none;
        background: none;
        color: #fff;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 16px;
        top: 4px;
        outline: none;
        background-image: url(/wp-content/themes/d-quest/images/btn_search_indigo.svg);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center center;
        z-index: 30;
        display: none;
    }

    #header .menu .snav .search .search_container input[type="submit"].active {
        display: block;
    }

    #header .menu .snav .search .search_container input[type="text"]:-webkit-autofill {
        -webkit-transition: background-color 9999s;
        transition: background-color 9999s;
    }

    #header .menu .snav .search .search_container .icon {
        cursor: pointer;
        border: none;
        background: none;
        color: #fff;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 16px;
        top: 4px;
        outline: none;
        background-image: url(/wp-content/themes/d-quest/images/btn_search.svg);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center center;
    }

    #header .menu .snav .search .search_container ::-webkit-input-placeholder {
        color: #fff;
    }

    #header .menu.scroll .snav .search .search_container input[type="text"] {
        color: #031832;
        background: #fff;
    }

    #header .menu.scroll .snav .search .search_container input[type="text"]:focus+input[type="submit"] {
        background-image: url(/wp-content/themes/d-quest/images/btn_search_indigo.svg);
    }

    #header .menu .snav .search .switch {
        position: absolute;
        width: 260px;
        height: 32px;
        z-index: 20;
        top: 0;
        left: 0;
        background-image: url(/wp-content/themes/d-quest/images/btn_search.svg);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: 184px center;
    }

    #header .menu .snav .search .switch.active {
        display: none;
    }

    #header .menu .snav .language {
        position: absolute;
        top: 20px;
        right: 0;
        color: #fff;
        font-size: 1.4rem;
    }

    #header .menu .snav ul {
        position: absolute;
        top: 58px;
        right: 30px;
    }

    #header .menu .snav ul li {
        float: left;
        margin-right: 30px;
        font-size: 1.4rem;
    }

    #header .menu .snav ul li a {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
    }
    #header .menu.scroll .snav ul li a {
        color: #FFF;
    }

    #header .menu .snav ul li:last-child {
        margin-right: 0;
    }

    #pageup {
        opacity: 0;
        width: 55px;
        height: 55px;
        background-image: url(../images/btn_pageup.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center top;
        position: fixed;
        bottom: 0px;
        right: 10px;
        z-index: 100;
        transition: 0.3s;
    }

    #pageup.active {
        opacity: 1;
        bottom: 57px;
    }

    #pageup.active:hover {
        bottom: 67px;
    }

    .bg-indigo {
        background-color: #031832;
        padding-left: 60px;
        padding-bottom: 40px;
    }

    .bg-gray,
    .bg-gray-pc {
        background-color: #f3f3f3;
    }

    .bg-blue,
    .bg-blue-pc {
        background-color: #e2ebf6;
    }

    #main #news {}

    #main #news .contents-inner {
        width: 880px;
        margin: 0 auto;
        padding: 57px 0 0 0;
    }

    #main #news .link-list {
        display: block;
        text-align: right;
        /* margin-bottom: 16px; */
        /* margin-top: -14px; */
        margin-right: 20px;
        position: absolute;
        right: 0;
        top: -40px;
    }

    #main #news .link-list-customers {
        display: block;
        text-align: right;
        /* margin-bottom: 16px; */
        /* margin-top: -14px; */
        margin-right: 20px;
        position: absolute;
        right: 0;
        top: -30px;
    }

    #main #news .link-list span {
        position: relative;
        padding-left: 20px;
        font-size: 1.3rem;
    }

    #main #news .link-list .link-list-customers span {
        position: relative;
        padding-left: 20px;
        font-size: 1.3rem;
    }

    #main #news .link-list span:after {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 10px;
        height: 10px;
        background-image: url(/wp-content/themes/d-quest/images/icon_list.png);
    }

    #main #news .link-list .link-list-customers span:after {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 10px;
        height: 10px;
        background-image: url(/wp-content/themes/d-quest/images/icon_list.png);
    }

    #main #news .block-news {
        width: 100%;
        background-color: #fff;
        margin-top: 25px;
        padding: 35px 35px 35px;
        position: relative;
    }

    #main #news .block-news ul {}

    #main #news .block-news ul li {
        border-bottom: solid 1px #dddddd;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #main #news .block-news ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #main #news .block-news ul li span,
    #main #news .block-news ul li div {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    #main #news .block-news ul li span {
        display: block;
        width: 120px;
        float: left;
        margin-left: 10px;
    }

    #main #news .block-news ul li div {
        overflow: auto;
        margin-left: 120px;
    }

    #main #customers {}

    #main #customers .contents-inner {
/*        width: 880px;*/
        margin: 0 auto;
/*        padding: 57px 0 0 0;*/
    }

    #main #customers .link-list {
        display: block;
        text-align: right;
        /* margin-bottom: 16px; */
        /* margin-top: -14px; */
        margin-right: 20px;
        position: absolute;
        right: 0;
        top: -25px;
    }

    #main #customers .link-list-customers {
        display: block;
        text-align: right;
        /* margin-bottom: 16px; */
        /* margin-top: -14px; */
        margin-right: 20px;
        position: absolute;
        right: 0;
        top: -30px;
    }

    #main #customers .link-list span {
        position: relative;
        padding-left: 20px;
        font-size: 1.3rem;
    }

    #main #customers .link-list span {
        position: relative;
        padding-left: 20px;
        font-size: 1.3rem;
    }

    #main #customers .link-list span:after {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 10px;
        height: 10px;
        background-image: url(/wp-content/themes/d-quest/images/icon_list.png);
    }

    #main #customers .link-list span:after {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 10px;
        height: 10px;
        background-image: url(/wp-content/themes/d-quest/images/icon_list.png);
    }

    #main #customers .block-customers {
        width: 100%;
        background-color: #fff;
        margin-top: 25px;
        padding: 5px 5px 35px;
        position: relative;
    }

    #main #customers .block-customers ul {}

    #main #customers .block-customers ul li {
        border-bottom: solid 1px #dddddd;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #main #customers .block-customers ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #main #customers .block-customers ul li span,
    #main #customers .block-customers ul li div {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    #main #customers .block-customers ul li span {
        display: block;
        width: 120px;
        float: left;
        margin-left: 10px;
    }

    #main #customers .block-customers ul li div {
        overflow: auto;
        margin-left: 120px;
    }

    #main #topics-multicolumn {
        /* min-height: 1140px; */
    }

    #main #topics-multicolumn h2 {
        margin-bottom: 41px;
    }

    #main #topics-multicolumn .contents-inner {
        /* width: 100%; */
        /* padding:0 30px; */
        margin: 98px 0 70px;
    }

    #main #topics-multicolumn .masonry {
        margin: 0 auto;
        padding: 0 30px;
    }

    #main #topics-multicolumn .masonry .item {
        width: 460px;
        float: left;
        margin-bottom: 30px;
        overflow: hidden;
    }

    #main #topics-multicolumn .masonry .item .item-inner {
        position: relative;
    }

    #main #topics-multicolumn .masonry .item a {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }

    #main #topics-multicolumn .masonry .item .tag,
    #main #topics-multicolumn .masonry .item .title {
        position: absolute;
        color: #fff;
    }

    #main #topics-multicolumn .masonry .item .tag {
        top: 0;
        right: 0;
        background-color: #031832;
        font-weight: 600;
        padding: 7px 21px 5px;
        font-size: 1.35rem;
        z-index: 10;
    }

    #main #topics-multicolumn .masonry .item .title {
        width: 100%;
        left: 0;
        bottom: 0;
        background: rgba(3, 24, 50, 0.7);
        padding: 12px 20px 30px;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 1.4;
        letter-spacing: -1px;
        z-index: 10;
    }

    #main #topics-multicolumn .masonry .item .date {
        font-size: 1.2rem;
        font-weight: normal;
        position: absolute;
        left: 20px;
        bottom: 5px;
        color: #fff;
        z-index: 10;
    }

    #main #topics-multicolumn .masonry .item .photo {
        position: relative;
        z-index: 1;
        width: auto;
        left: 50%;
        margin-left: -236px;
    }

    #main #topics-multicolumn .masonry .item .photo .photoInner {
        width: 170%;
        margin: 0 -50%;
        text-align: center;
    }

    #main #topics-multicolumn .masonry .item .photo img {
        height: 284px;
        width: auto;
    }

    #main #topics-multicolumn .masonry .item:nth-child(1) .photo,
    #main #topics-multicolumn .masonry .item:nth-child(4) .photo {
        /* margin-left: -426px; */
    }

    #main #topics-multicolumn .masonry .item:nth-child(1) .photo img,
    #main #topics-multicolumn .masonry .item:nth-child(4) .photo img {
        height: 500px;
    }

    #main #contact {
        background-image: url(/wp-content/themes/d-quest/images/logo_gray.svg);
        background-repeat: no-repeat;
        background-position: center top;
        height: 340px;
        background-size: auto 100%;
        text-align: center;
        padding-top: 120px;
        margin-bottom: 100px;
    }

    #main #contact .btn {
        display: inline-block;
        background-color: #031832;
        color: #fff;
        padding: 35px 124px;
        font-size: 2.0rem;
        font-weight: 600;
    }

    #main #banner .contents-inner {
        width: 1000px;
        margin: 0 auto;
    }

    #main #banner .contents-inner ul {
        width: 100%;
        text-align: center;
        border-top: solid 1px #dddddd;
        padding-top: 45px;
        margin-left: 25px;
    }

    #main #banner .contents-inner ul li {
        display: inline-block;
        position: relative;
    }

    #main #banner .contents-inner ul li a {
        width: 100%;
    }

    #main #banner .contents-inner ul li img {
        width: 100%;
    }

    #main #banner .contents-inner ul li:nth-child(1) {
        top: 15px;
        margin-right: 55px;
    }

    #main #banner .contents-inner ul li:nth-child(2) {
        width: 273px;
    }

    #main #banner .contents-inner ul li:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    #footer {
        font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
        width: 100%;
        position: relative;
        z-index: 1;
        background-color: #fff;
        padding-top: 100px;
    }
    #footer pre{
        font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    }

    #footer .footerInner {
    padding-left: 0;
}

    #footer.bg-indigo {
        padding-bottom: 12px;
    }

    #footer .side-l,
    #footer .side-r,
    #footer .main {
        float: right;
        color: #fff;
    }

    #footer .side-l a,
    #footer .side-r a,
    #footer .main a {
        color: #fff;
    }

    #footer .side-l {
        margin-top: 50px;
        /* margin-right: 48px; */
        width: 150px;
        float: left;
    }

    #footer .side-l .logo {
        margin: 0 0 42px 2px;
    }

    #footer .side-l .language {
        font-size: 1.2rem;
        margin: 0 0 0 0;
    }

    #footer .contents-inner {
        width: 1000px;
        margin: 0 auto;
    }

    #footer .side-l ul {
        margin: 41px 0 0 3px;
    }

    #footer .side-l ul li {
        position: relative;
        padding-left: 14px;
        font-size: 1.2rem;
        margin: 0 0 8px;
    }


    #footer .side-l ul li.facebook:before,
    #footer .side-l ul li.rss:before {
        content: "";
        position: absolute;
    }

    #footer .side-l ul li.facebook:before {
        background-image: url(/wp-content/themes/d-quest/images/icon_facebook.svg);
        width: 7px;
        height: 12px;
        top: 1px;
        left: 1px;
    }

    #footer .side-l ul li.rss:before {
        background-image: url(/wp-content/themes/d-quest/images/icon_rss.svg);
        width: 11px;
        height: 11px;
        top: 3px;
        left: 0px;
    }

    #footer .main {
        margin: 46px 0 0 0;
        width: 500px;
    }

    #footer .main dl {
        float: left;
        width: 190px;
        margin-right: 59px;
    }

    #footer .main dl:last-child {
        margin-right: 0;
    }

    #footer .main dl dt,
    #footer .main dl dd {}

    #footer .main dl dt {
        margin-bottom: 18px;
        padding-bottom: 7px;
        border-bottom: solid 2px #35465b;
        line-height: 1.2;
        font-weight: 600;
    }

    #footer .main dl dt span {
        font-size: 1.0rem;
        font-weight: bold;
    }

    #footer .main dl dd {
        font-size: 1.2rem;
        margin-left: 10px;
        margin-bottom: 8px;
    }

    #footer .main dl dd:last-child {
        margin-bottom: 0;
    }

    #footer .main dl dd+dt {
        margin-top: 45px;
    }

    #footer .main dl dt+dt {
        margin-top: 45px;
    }

    #footer .main dl dd a {
        color: #fff;
    }

    #footer .side-r {
        margin-top: 50px;
        /* margin-right: 44px; */
        width: 810px;
    }

    #footer .side-r .block {
        border: solid 1px #314256;
        width: 250px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 0;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 600;
        position: relative;
        display: block;
        float: left;
    }

    #footer .side-r .block pre {
        position: relative;
        font-weight: 600;
        display: inline;
        font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    }

    #footer .side-r .block.phone {
        padding: 18px 0 17px;
        line-height: 1.4;
    }

    #footer .side-r .block.phone:nth-of-type(2) pre {

margin-left: 15px;

}

    #footer .side-r .block.mail {
        padding: 29px 0px 30px;
        line-height: 1.7;
        cursor: pointer;
    }

    #footer .side-r .block.phone pre {
        font-size: 2.4rem;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0.02em;
        position: relative;
        display: block;
        text-align: left;
        padding-left: 30px;
        margin-left: 10px;
    }

    #footer .side-r .block.mail pre {
        font-size: 1.5rem;
        font-weight: 600;
    }

    #footer .side-r .block.phone pre:before {
        content: "";
        position: absolute;
        left: 0;
    }

    #footer .side-r .block.phone pre:before {
        width: 17px;
        height: 16px;
        background-image: url(../images/icon_phone.svg);
        top: 7px;
    }

    #footer .ft {
        padding-top: 30px;
        /* top: -5px; */
        clear: both;
        position: relative;
        width: 1000px;
        margin: 0 auto;
    }

    #footer .ft .copyright {
        color: #fff;
        font-size: 1.1rem;
        float: left;
        margin-top: 13px;
    }

    #footer .ft ul {
        float: right;
        margin-top: 13px;
        /* margin-right: 105px; */
        /* margin-right: 44px; */
    }

    #footer .ft ul li {
        float: left;
        font-size: 1.2rem;
        margin-left: 15px;
        text-align: right;
    }

    #footer .ft ul li a {
        color: #fff;
    }

    h3.heading {
        text-align: center;
        font-size: 2.6rem;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 30px;
        color: #031832;
        /* font-family: 'Lato', sans-serif; */
    }

    #footer .isms {
        /* width: 300px; */
        color: #fff;
        font-size: 1rem;
    }

    #footer .isms img {
        width: 84px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1080px) {

    /* SP */
    /* body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", sans-serif;
    } */

    .pc,
    .hide {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .parallax-mirror {
        display: none;
    }

    #header {
        position: relative;
        /* z-index: 1; */
    }

    #header .menu {
        width: 100%;
        /* min-width: 1472px; */
        position: relative;
        top: 0;
        z-index: 10;
        display: table;
    }

    #header .menu h1 {
        position: absolute;
        top: 25px;
        left: 17px;
        z-index: 1000;
    }

    #header .menu h1 a {
        width: 112px;
        height: 28px;
        display: block;
        background-image: url(/wp-content/themes/d-quest/images/logo_indigo.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    #header .menu.scroll h1 {
        top: 16px;
        left: 16px;
        z-index: 9999;
    }

    #header .menu.scroll,
    #header .menu.active {
        position: fixed;
        top: 0;
    }

    #header .menu.active h1 a {
        background-image: url(/wp-content/themes/d-quest/images/logo.svg);
        display: none;
    }

    #header .menu.scroll {
        background-color: #031832;
        height: 58px;
    }

    #header .menu.scroll h1 a {
        background-image: url(../images/logo.svg);
        width: 106px;
    }

    #header .menu .snav {
        width: 330px;
        height: 90px;
        float: right;
        margin-right: 30px;
        position: relative;
    }


    #header .menu .search {
        /*        position: absolute;
        top: 14px;
        right: 15px;*/
        margin-top: 30px;
    }

    #header .menu .search .search_container {
        position: relative;
        box-sizing: border-box;
        display: block;
        padding: 0;
        overflow: hidden;
    }

    #header .menu .search .search_container input[type="text"] {
        border: none;
        height: 32px;
        padding: 2px 10px 0;
        width: 90%;
        background: #fff;
        border-radius: 15px;
        color: #031832 !important;
        display: block;
        position: relative;
        z-index: 10;
        cursor: pointer;
    }

    #header .menu .search .search_container input::-ms-clear {
        visibility: hidden;
    }


    #header .menu .search .search_container input[type="submit"] {
        cursor: pointer;
        border: none;
        background: none;
        color: #fff;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 0;
        top: 4px;
        outline: none;
        background-image: url(/wp-content/themes/d-quest/images/btn_search.svg);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center center;
        z-index: 30;
        /* display: none; */
    }

    #header .menu .search .search_container input[type="text"]:-webkit-autofill {
        -webkit-transition: background-color 9999s;
        transition: background-color 9999s;
    }

    #header .menu .search .search_container .icon {
        cursor: pointer;
        border: none;
        background: none;
        color: #fff;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 16px;
        top: 4px;
        outline: none;
        background-image: url(/wp-content/themes/d-quest/images/btn_search.svg);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center center;
    }

    #header .menu .search .search_container ::-webkit-input-placeholder {
        color: #fff;
    }

    #header .menu.scroll .search .search_container input[type="text"] {
        color: #031832;
        background: #fff;
    }

    #header .menu.scroll .search .search_container input[type="text"]:focus+input[type="submit"] {
        background-image: url(/wp-content/themes/d-quest/images/btn_search_indigo.svg);
    }

    #header .menu .snav .language {
        position: absolute;
        top: 20px;
        right: 0;
        color: #fff;
        font-size: 1.4rem;
    }

    #header .menu .snav ul {
        position: absolute;
        top: 58px;
        right: 30px;
    }

    #header .menu .snav ul li {
        float: left;
        margin-right: 30px;
        font-size: 1.4rem;
    }

    #header .menu .snav ul li a {
        color: #fff;
    }

    #header .menu .snav ul li:last-child {
        margin-right: 0;
    }

    #header .menu.active #panel-btn {
        /*right: 20px;*/
    }
    #header .menu .gnav ul.nav {
        display: none;
    }

    #panel-btn {
        display: inline-block;
        position: absolute;
        width: 58px;
        height: 58px;
        top: 0;
        right: 0;
        z-index: 9999;
        background-color: #031832;
    }

    #panel-btn:hover {}


    #header .gnav {
        position: fixed;
        z-index: 999;
        overflow-y: auto;
        display: none;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        padding-right: 0 !important;
        padding-bottom: 100px;
        background: #031832;
    }

    #footer .gnavF {
        margin-bottom: 50px;

    }

    #header .gnav .gnavInner,
    #footer .gnavF .gnavInner {
        position: relative;
        width: 100%;
    }

    #header .gnav ul,
    #footer .gnavF ul {
        text-align: left;
        /* margin-left: 0 !important; */
        /* position: static !important; */
    }

    #header .gnav ul {
        padding: 45px;
    }

    #footer .gnavF ul {
        padding: 0;
    }

    #header .gnav li,
    #footer .gnavF li {
        list-style: none;
        line-height: 0;
        margin: 0 auto;
    }

    #header .gnav li a,
    #footer .gnavF li a {
        display: block;
        color: #fff;
        font-size: 1.4rem;
        width: 100%;
        padding: 12px 0 10px;
        line-height: 1.5;
        float: none !important;
        border-bottom: solid 1px #314157;
        text-transform: uppercase;
    }

    #header .gnav li a span,
    #footer .gnavF li a span {
        font-size: 1.0rem;
        color: #767b85;
    }

    #header .gnav li.sp a,
    #footer .gnavF li.sp a {
        padding: 12px 0 14px;
    }

    #pageup {
        opacity: 0;
        width: 40px;
        height: 40px;
        background-image: url(/wp-content/themes/d-quest/images/btn_pageup.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center top;
        position: fixed;
        bottom: 0px;
        right: 10px;
        z-index: 100;
        transition: 0.3s;
    }

    #pageup.active {
        opacity: 1;
        bottom: 57px;
    }

    #pageup.active:hover {
        bottom: 67px;
    }

    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 2px;
        margin: 0px 0px 0px -12px;
        background: #FFF;
        transition: .2s;
    }

    #panel-btn-icon:before,
    #panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 24px;
        height: 2px;
        background: #FFF;
        transition: .3s;
    }

    #panel-btn-icon.close:before,
    #panel-btn-icon.close:after {
        background: #fff;
    }

    #panel-btn-icon:before {
        margin-top: -8px;
    }

    #panel-btn-icon:after {
        margin-top: 6px;
    }

    #panel-btn .close {
        background: transparent;
    }

    #panel-btn .close:before,
    #panel-btn .close:after {
        margin-top: 0;
    }

    #panel-btn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    #panel-btn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .bg-indigo {
        background-color: #031832;
        /* padding-bottom: 40px; */
    }

    .bg-gray {
        background-color: #f3f3f3;
        /* padding: 0 15px; */
    }

    .bg-blue {
        background-color: #e2ebf6;
    }

    #main #news {
        padding: 26px 0 0;
    }

    #main #news .contents-inner {
        margin: 0 auto;
        padding: 0 0 115px 0;
        position: relative;
    }

    #main #news .contents-inner-customers {
        margin: 0 auto;
        padding: 0 0 115px 0;
        position: relative;
    }

    #main #news .link-list {
        position: absolute;
        bottom: 40px;
        left: 0px;
        width: 100%;
    }

    #main #news .link-list a {
        display: block;
        border: solid 1px #000;
        border-radius: 5px;
        text-align: center;
        margin: 0 auto;
        padding: 8px 0;
        font-size: 1.4rem;
        font-weight: 600;
        max-width: 315px;
    }

    #main #news .link-list a span {
        position: relative;
        padding-left: 20px;
        /* display: block; */
        /* border: solid 1px #000; */
        margin: 0 0 0 15px;
        padding: 10px 10px 10px 20px;
    }

    #main #news .link-list a span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background-image: url(/wp-content/themes/d-quest/images/icon_list.png);
        background-size: 100% auto;
    }

    #main #news .block-news {
        background-color: #fff;
        padding: 20px 15px;
        margin: 0 15px;
    }

    #main #news .block-news ul {}

    #main #news .block-news ul li {
        border-bottom: solid 1px #dddddd;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    #main #news .block-news ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #main #news .block-news ul li span,
    #main #news .block-news ul li div {
        font-size: 1.2rem;
    }

    #main #news .block-news ul li span {
        display: block;
        font-size: 1.0rem;
        margin-bottom: 5px;
    }

    #main #news .block-news ul li div {
        overflow: auto;
    }

    #main #customers {
        padding: 26px 0 0;
    }

    #main #customers .contents-inner {
        margin: 0 auto;
        padding: 0 0 115px 0;
        position: relative;
    }

    #main #customers .contents-inner {
        margin: 0 auto;
        padding: 0 0 80px 0;
        position: relative;
    }

    #main #customers .link-list {
        position: absolute;
        bottom: 40px;
        left: 0px;
        width: 100%;
    }

    #main #customers .link-list a {
        display: block;
        border: solid 1px #000;
        border-radius: 5px;
        text-align: center;
        margin: 0 auto;
        padding: 8px 0;
        font-size: 1.4rem;
        font-weight: 600;
        max-width: 315px;
    }

    #main #customers .link-list a span {
        position: relative;
        padding-left: 20px;
        /* display: block; */
        /* border: solid 1px #000; */
        margin: 0 0 0 15px;
        padding: 10px 10px 10px 20px;
    }

    #main #customers .link-list a span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background-image: url(/wp-content/themes/d-quest/images/icon_list.png);
        background-size: 100% auto;
    }

    #main #customers .block-customers {
        background-color: #fff;
        padding: 20px 15px;
        margin: 0 15px;
    }

    #main #customers .block-customers ul {}

    #main #customers .block-customers ul li {
        border-bottom: solid 1px #dddddd;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    #main #customers .block-customers ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #main #customers .block-customers ul li span,
    #main #customers .block-customers ul li div {
        font-size: 1.2rem;
    }

    #main #customers .block-customers ul li span {
        display: block;
        font-size: 1.0rem;
        margin-bottom: 5px;
    }

    #main #customers .block-customers ul li div {
        overflow: auto;
    }

    #main #topics-multicolumn {
        width: 100%;
        background-color: #031832;
        padding-top: 36px;
    }

    #main #topics-multicolumn h2 {
        margin-bottom: 30px;
        color: #fff;
    }

    #main #topics-multicolumn .contents-inner {
        /* width: 100%; */
        /* padding:0 30px; */
        margin: 0;
    }

    #main #topics-multicolumn .masonry {
        width: 100% !important;
        height: inherit !important;
        position: relative;
        padding-bottom: 20px;
    }

    #main #topics-multicolumn .masonry .item {
        background-color: #1b324e;
        margin: 0 15px 10px;
        position: static !important;
    }

    #main #topics-multicolumn .masonry .item .item-inner {
        position: relative;
        padding: 13px 15px 46px;
    }

    #main #topics-multicolumn .masonry .item .item-inner a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    #main #topics-multicolumn .masonry .item .tag,
    #main #topics-multicolumn .masonry .item .title {
        position: absolute;
        color: #fff;
    }

    #main #topics-multicolumn .masonry .item .tag {
        bottom: 10px;
        right: 15px;
        /* background-color:#031832; */
        padding: 3px 6px 3px;
        border: solid 1px #fff;
        font-size: 1.2rem;
    }

    #main #topics-multicolumn .masonry .item .title {
        /* width: 55%; */
        /* left: 0; */
        /* bottom: 0; */
        margin-left: 140px;
        padding: 0;
        /* font-weight: 600; */
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 600;
    }

    #main #topics-multicolumn .masonry .item .photo {
        /* width: 120px; */
        /* height: 35%; */
        overflow: hidden;
        padding-bottom: 17px;
        /* margin-bottom: 34px; */
        border-bottom: solid 1px #031832;
    }

    #main #topics-multicolumn .masonry .item .photo img {
        width: auto;
        height: 90px;
    }

    #main #topics-multicolumn .masonry .item .photo .photoInner {
        width: 150px;
        overflow: hidden;
        margin-left: -30px;
    }


    #main #topics-multicolumn .masonry .item .date {
        font-size: 1.1rem;
        font-weight: normal;
        position: absolute;
        bottom: 13px;
        left: 20px;
        color: #6a7483;
    }

    #main #topics-multicolumn .link-relation {
        text-align: right;
        padding-bottom: 30px;
        margin-right: 20px;
    }

    #main #topics-multicolumn .link-relation a {
        color: #fff;
        font-size: 1.3rem;
        position: relative;
        margin-right: 10px;
        padding-right: 15px;
    }

    #main #topics-multicolumn .link-relation a:after {
        content: "";
        position: absolute;
        vertical-align: middle;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        z-index: 2;
        top: 50%;
        right: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -5px;
        margin-top: -5px;
    }

    #main #banner .contents-inner ul {
        width: 100%;
        text-align: center;
        border-top: solid 1px #dddddd;
        padding-top: 28px;
        /* margin-left: 30px; */
    }

    #main #banner .contents-inner ul li {
        display: inline-block;
        position: relative;
        /* margin-left: 10px; */
        /* margin-right: 10px; */
    }

    #main #banner .contents-inner ul li img {
        width: 100%;
    }

    #main #banner .contents-inner ul li:nth-child(1) {
        width: 104px;
        top: 12px;
        margin-right: 20px;
    }

    #main #banner .contents-inner ul li:nth-child(2) {
        width: 167px;
        /* height: 23px; */
        /* margin-top: 0px; */
    }

    #main #banner .contents-inner ul li:last-child {
        /* margin-left: 0; */
        /* margin-right: 0; */
    }

    #footer {
        margin: auto auto 0;
        width: 100%;
    }
    #footer pre{
        font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    }

    #footer .side-l,
    #footer .side-r,
    #footer .main {
        color: #fff;
    }

    #footer .side-l a,
    #footer .side-r a,
    #footer .main a {
        color: #fff;
    }

    #footer .side-l {
        margin: 40px auto 15px;
        padding: 0 29px;
        /* max-width: 315px; */
    }

    #footer .side-l .logo {
        margin: 0 0 40px 0;
    }

    #footer .side-l .language {
        font-size: 1.2rem;
        margin: 0 0 0 0;
    }

    #footer .contents-inner {
        margin: 0 auto;
    }

    #footer .side-l .snavF {
        margin: 0;
    }

    #footer .side-l .snavF li {
        float: left;
        position: relative;
        width: 46%;
        /* padding-left: 14px; */
        font-size: 1.2rem;
        margin: 0 0 21px;
    }

    #footer .side-l .snavF li.facebook,
    #footer .side-l .snavF li.rss {
        padding-left: 14px;
    }

    #footer .side-l .snavF li.facebook {}

    #footer .side-l .snavF li.rss {}

    #footer .side-l .snavF li.facebook:before,
    #footer .side-l .snavF li.rss:before {
        content: "";
        position: absolute;
    }

    #footer .side-l .snavF li.facebook:before {
        background-image: url(/wp-content/themes/d-quest/images/icon_facebook.svg);
        width: 7px;
        height: 12px;
        top: 1px;
        left: 1px;
    }

    #footer .side-l .snavF li.rss:before {
        background-image: url(/wp-content/themes/d-quest/images/icon_rss.svg);
        width: 11px;
        height: 11px;
        top: 3px;
        left: 0px;
    }

    #footer .main {
        margin: 46px 0 0 0;
        /* width: 500px; */
    }

    #footer .main dl {
        float: left;
        width: 190px;
        margin-right: 59px;
    }

    #footer .main dl:last-child {
        margin-right: 0;
    }

    #footer .main dl dt,
    #footer .main dl dd {}

    #footer .main dl dt {
        font-size: 1.4rem;
        margin-bottom: 18px;
        padding-bottom: 7px;
        border-bottom: solid 2px #35465b;
    }

    #footer .main dl dd {
        font-size: 1.2rem;
        margin-left: 10px;
        margin-bottom: 8px;
    }

    #footer .main dl dd:last-child {
        margin-bottom: 0;
    }

    #footer .main dl dt+dt {
        margin-top: 45px;
    }

    #footer .main dl dd a {
        color: #fff;
    }

    #footer .side-r {
        margin-top: 0px;
        padding-top: 42px;
        padding-bottom: 20px;
        background-color: #1b324e;
    }

    #footer .side-r .block {
        border: solid 1px #314256;
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 600;
        position: relative;
        display: block;
        margin: 0 auto;
        max-width: 315px;
    }

    #footer .side-r .block pre {
        position: relative;
        font-weight: 600;
        display: inline;
        /* padding-left: 30px; */
    }

    #footer .side-r .block.phone {
        display: block;
        padding: 18px 0px 22px;
        margin-bottom: 22px;
        line-height: 1.4;
    }

    #footer .side-r .block.mail {
        padding: 28px 0px 28px;
        margin-bottom: 20px;
        line-height: 1.8;
        cursor: pointer;
    }

    #footer .side-r .block.phone pre {
        font-size: 2.2rem;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0.07em;
        word-break: break-all;
        padding-left: 30px;
    }

    #footer .side-r .block.mail pre {
        font-size: 2.0rem;
        margin-left: 0px;
    }

    /* IE11 */
    _:lang(x)::-ms-backdrop,
    #footer .side-r .block.mail pre {
        font-size: 1.6rem;
    }

    #footer .side-r .block.phone pre:before {
        content: "";
        position: absolute;
        left: 0;
    }

    #footer .side-r .block.phone pre:before {
        width: 17px;
        height: 16px;
        background-image: url(../images/icon_phone.svg);
        top: 7px;
    }

    #footer .copyright {
        clear: both;
        color: #fff;
        font-size: 1.2rem;
        margin: 18px 30px 0;
        font-family: 'Lato', sans-serif;
    }

    #main #contact {
        background-image: url(/wp-content/themes/d-quest/images/logo_gray.svg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 170px auto;
        text-align: center;
        padding-top: 74px;
        margin: 40px 0 50px;
    }

    #main #contact .btn {
        display: inline-block;
        background-color: #031832;
        color: #fff;
        margin: 0 15px;
        padding: 12px 70px;
        border-radius: 6px;
        font-size: 2.0rem;
        font-weight: 600;
    }

    #footer .ft {
        /* max-width: 315px; */
        margin: 0 auto;
        padding-bottom: 40px;
    }

    #footer .isms {
        /* width: 240px; */
        margin: 0 0 0 29px;
        color: #fff;
        font-size: 1.2rem;
        font-family: 'Lato', sans-serif;
    }

    #footer .isms div {
        margin-left: 29px;
    }

    #footer .isms img {
        width: 84px;
        margin-bottom: 10px;
    }

    h3.heading {
        text-align: center;
        font-size: 2.0rem;
        line-height: 1;
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 30px;
        color: #031832;
    }

}

@media screen and (max-width:1201px) and (min-width:1079px) {

    /*ヘッダーのブレイクポイント*/
    #header {
        position: relative;
        /* z-index: 1; */
        padding-top: 0 !important;
    }

    #header .menu {
        width: 100%;
        /* min-width: 1472px; */
        position: relative;
        top: 0;
        z-index: 30;
        display: table;
    }

    #header .menu h1 {
        position: absolute;
        top: 25px;
        left: 17px;
        z-index: 1000;
    }

    #header .menu h1 a {
        width: 112px;
        height: 28px;
        display: block;
        /* background-image: url(../images/logo_indigo.svg); */
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    #header .menu.scroll h1 {
        top: 20px;
        left: 20px;
        z-index: 9999;
    }

    #header .menu.scroll,
    #header .menu.active {
        position: fixed;
        top: 0;
    }

    #header .menu.active h1 a {
        background-image: url(/wp-content/themes/d-quest/images/logo.svg);
        display: none;
    }

    #header .menu.scroll {
        background-color: #031832;
        height: 58px;
    }

    #header .menu.scroll h1 a {
        background-image: url(/wp-content/themes/d-quest/images/logo.svg);
        width: 78px;
        height: 20px;
    }

    #header .menu .snav {
        width: 330px;
        height: 90px;
        float: right;
        margin-right: 30px;
        position: relative;
    }

    #header .menu .snav .search {
        position: absolute;
        top: 14px;
        right: 75px;
    }

    #header .menu .snav .search .search_container {
        position: relative;
        box-sizing: border-box;
        display: block;
        padding: 3px 10px;
        border-radius: 20px;
        height: 2.2em;
        width: 240px;
        overflow: hidden;
        background: transparent;
    }

    #header .menu .snav .search .search_container input[type="text"] {
        border: none;
        height: 2.0em;
        background: transparent;
        color: #fff;
    }

    #header .menu .snav .search .search_container input[type="text"]:focus {
        outline: 0;
    }

    #header .menu .snav .search .search_container input[type="submit"] {
        cursor: pointer;
        border: none;
        background: none;
        color: #fff;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 8px;
        top: 5px;
        outline: none;
        background-image: url(/wp-content/themes/d-quest/images/btn_search.svg);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center center;
    }

    #header .menu .snav .search .search_container ::-webkit-input-placeholder {
        color: #fff;
    }

    #header .menu .snav .language {
        position: absolute;
        top: 20px;
        right: 0;
        color: #fff;
        font-size: 1.4rem;
    }

    #header .menu .snav ul {
        position: absolute;
        top: 58px;
        right: 30px;
    }

    #header .menu .snav ul li {
        float: left;
        margin-right: 30px;
        font-size: 1.4rem;
    }

    #header .menu .snav ul li a {
        color: #fff;
    }

    #header .menu .snav ul li:last-child {
        margin-right: 0;
    }

    #panel-btn {
        display: inline-block;
        position: absolute;
        width: 58px;
        height: 58px;
        top: 0;
        right: 0;
        z-index: 9999;
        background-color: #031832;
    }

    #panel-btn:hover {}


    #header .gnav {
        display: none;
        overflow-y: auto;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        background: #031832;
        padding-right: 0 !important;
        padding-bottom: 100px;
    }

    #header .gnav .gnavInner {
        position: relative;
        width: 100%;
    }

    #header .gnav ul {
        text-align: left;
        margin-top: 70px;
        padding: 0 45px;
        margin-left: 0 !important;
        /* position: static !important; */
    }

    #header .gnav li {
        list-style: none !important;
        line-height: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
        padding: 12px 0 10px !important;
        line-height: 1.5 !important;
        float: none !important;
        border-bottom: solid 1px #314157 !important;
    }

    #header .gnav li:first-child {
        /* border-top: solid 1px #314157; */
    }

    #header .gnav li a {
        color: #fff;
        font-size: 1.4rem;
    }

    #header .gnav li a span {
        font-size: 1.0rem;
        color: #767b85;
    }

    #header .gnav li.sp {
        padding: 12px 0 14px;
    }

    #header .menu .gnav li.sp {
        display: block !important;
    }

    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 2px;
        margin: 0px 0px 0px -12px;
        background: #FFF;
        transition: .2s;
    }

    #panel-btn-icon:before,
    #panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 24px;
        height: 2px;
        background: #FFF;
        transition: .3s;
    }

    #panel-btn-icon.close:before,
    #panel-btn-icon.close:after {
        background: #fff;
    }

    #panel-btn-icon:before {
        margin-top: -8px;
    }

    #panel-btn-icon:after {
        margin-top: 6px;
    }

    #panel-btn .close {
        background: transparent;
    }

    #panel-btn .close:before,
    #panel-btn .close:after {
        margin-top: 0;
    }

    #panel-btn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    #panel-btn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .snav.pc {
        display: none !important;
    }
}

/* fixed contact button for SP */
.fixed_btn_spOnly {
    display: none;
  }
  @media screen and (max-width: 960px) {
    .fixed_btn_spOnly {
      position: fixed;
      bottom: 0;
      left: 0;
      display: block;
      z-index: 9999;
    }
  }
  .fixed_btn_spOnly .fixed_btn_contact {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: 700;
    text-align: center;
    background-color: #F59B33;
    padding: 4px 10px;
    width: 180px;
    max-width: 100%;
    position: relative;
    box-shadow: 0 2px 2px 2px #16161628;
  }
  .fixed_btn_spOnly .fixed_btn_contact::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 35%;
  }
  /* fixed contact button for SP */
