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

    .spOnly {
        display: block;
    }

    .pcOnly {
        display: none !important;
    }

    .nk {
        display: inline-block;
        /*改行位置を整えるために*/
    }

    video {
        display: none;
    }

    html,
    body {
        min-width: initial;
        min-width: auto;
        width: 100%;
    }

    header {
        width: 100%;
        background-color: #fff;
        position: static;
    }

    header .logo {
        box-sizing: border-box;
        width: 150px;
        padding: 13px;
        margin: 0;
    }

    header .logo img {
        width: 100%;
        height: auto;
    }

    header .spHeader {
        height: 54px;
        background: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        z-index: 400;
    }

    header div:not(.spHeader) {
        width: 100%;
    }

    header div.hd {
        width: 100% !important;
    }

    header div .tagline {
        width: 100%;
        font-size: 12px;
        text-align: center;
        height: auto;
        line-height: 1.2;
        padding: 1.2%;
        margin-top: 54px;
    }

    header div .contact {
        width: 100%;
        text-align: center;
        height: auto;
        padding: 2% 0;
        background-image: none;
        /*		background-size: auto 60%;*/
    }

    header div .contact .form {
        width: 48%;
        background-image: none;
        padding: 0;
        margin: 0;
    }

    header div .contact .form a {
        font-size: 4.1vw;
        display: inline-block;
        background: url(../images/common/icon_mail.png) no-repeat left 40%;
        background-size: auto 60%;
        padding-left: 15%;
    }

    header div .contact .tel {
        width: 48%;
        background-image: none;
        padding: 0;
        margin: 0;
        border-right: 2px solid #000;
    }

    header div .contact .tel a {
        font-size: 5.1vw;
        display: inline-block;
        background: url(../images/common/icon_tel.png) no-repeat left 40%;
        background-size: auto 86%;
        padding-left: 10%;
    }

    header div .contact {
        background-position: 40% center;
    }

    #menu-open {
        width: 30px;
        padding: 15px 0;
        position: fixed;
        margin-right: 15px;
        top: 0;
        right: 0;
        z-index: 999;
        cursor: pointer;
        display: table;
        background: transparent;
    }

    #menu-open .menu-inner {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        height: 24px;
    }

    #menu-open span {
        position: absolute;
        display: block;
        margin: auto;
        height: 4px;
        width: 100%;
        background: #000;
        border-radius: 2px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #menu-open span:nth-of-type(1) {
        top: 0;
    }

    #menu-open span:nth-of-type(2) {
        top: 10px;
    }

    #menu-open span:nth-of-type(3) {
        top: 20px;
    }

    /*	.sb-active #menu-open span:nth-of-type(1) {
		transform: rotate(45deg);
	}*/

    .breadcrumb {
        display: none;
    }

    .sp-nav.sb-slidebar {
        display: none;
        z-index: 301 !important;
        background-color: #efefef;
        width: 85%;
        margin-top: 54px;
        padding-bottom: 54px;
        position: fixed;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
    }

    .sp-nav .sp-nav-menu {
        margin-bottom: 30px;
    }

    .sp-nav .sp-nav-menu>li {
        width: 100%;
        text-align: left;
    }

    .sp-nav .sp-nav-menu>li:first-child>a {
        padding-top: 30px;
    }

    .sp-nav #dropmenu.sp-nav-menu>li>a {
        font-size: 16px;
        border-bottom: #cacaca solid 1px;
        display: block;
        padding: 20px 42px 15px 19px;
        text-align: left;
        position: relative;
        line-height: 1.2 !important;
    }

    .sp-nav #dropmenu.sp-nav-menu>li:not(.sp-dropdown)>a::after {
        content: "";
        display: block;
        height: 8px;
        width: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        background: url(../images/common/menu_arrow.png) no-repeat right center;
        background-size: contain;
        transform: rotateZ(-90deg);
    }

    .sp-nav #dropmenu.sp-nav-menu>li.sp-dropdown>a::after {
        content: "";
        display: block;
        height: 8px;
        width: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        background: url(../images/common/menu_arrow.png) no-repeat right center;
        background-size: contain;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }

    .sp-nav #dropmenu>li:hover>a {
        background: transparent;
        color: #000;
        font-weight: bold;
    }

    .sp-nav #dropmenu.sp-nav-menu>li a.current {
        background-color: #ccc;
        font-weight: bold;
    }

    .sp-nav #dropmenu.sp-nav-menu>li a.current::after {
        transform: rotateZ(-180deg);
    }

    .sp-nav #dropmenu li ul {
        position: static;
        margin: 0px;
        padding: 0px;
    }

    .sp-nav #dropmenu.sp-nav-menu>li ul {
        background: #ffc90f;
        display: none;
    }

    .sp-nav #dropmenu li ul>li {
        display: block;
        overflow: visible;
        height: auto;
        width: 90%;
        margin: 0 auto;
    }

    .sp-nav #dropmenu li:hover ul li {
        overflow: visible;
        height: auto;
        margin-bottom: 0px;
    }

    .sp-nav #dropmenu.sp-nav-menu>li ul li {
        padding: 0;
        border: none;
    }

    .sp-nav #dropmenu.sp-nav-menu>li ul li a {
        display: block;
        background-color: transparent;
        padding: 18px 0 18px 20px;
        font-size: 14px;
    }

    .sp-nav #dropmenu.sp-nav-menu>li ul li a::before {
        content: "";
        display: block;
        height: 6px;
        width: 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 2px;
        margin: auto;
        background: url(../images/common/menu_arrow.png) no-repeat right center;
        background-size: contain;
        transform: rotateZ(-90deg);
    }

    .sp-nav #dropmenu.sp-nav-menu>li ul li.external a::after {
        content: "";
        display: inline-block;
        height: 12px;
        width: 11px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0 auto 7px;
        background: url(../images/common/icon_external.png) no-repeat right center;
        background-size: contain;
    }

    .sp-nav #dropmenu.sp-nav-menu li ul li:hover a {
        background: transparent;
        color: #000;
    }

    .sp-nav #dropmenu.sp-nav-menu>li ul.sp-active li a {
        display: block;
        background-color: transparent;
        padding: 12px 0;
        font-size: 14px;
    }

    .sp-nav #dropmenu.sp-nav-menu>li ul li:not(:last-child) a {
        border-bottom: 1px dotted #000;
    }

    .scroll-prevent {
        /*動き固定*/
        position: fixed !important;
        /*奥行きを管理*/
        z-index: -1 !important;
        /*下2つで背景を元のサイズのまま表示することができる*/
        width: 100% !important;
        height: 100% !important;
    }

    .sp-nav .sp-nav-menu {}

    /* work */

    .works_slider {
        width: 100%;
        min-width: auto;
        min-width: initial;
    }

    .works_slider .slider dl {
        padding: 4%;
    }

    .works_slider .slider dt {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .works_slider .slider dd {
        font-size: 13px;
    }

    .slick-next,
    .slick-prev {
        top: 20%;
    }

    /* コンテンツ */

    .content {
        margin-bottom: 20px;
    }

    .content h1 {
        font-size: 25px;
        padding: 40px 0 40px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .content h2 {
        width: 100%;
        margin: 0 auto 0;
        padding: 20px 15px 20px 15px;
        font-size: 20px;
        line-height: 1.2;
    }

    .content h3 {
        width: 100%;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 20px;
        padding: 10px 0 10px 0;
        color: #000;
        text-align: center;
    }

    .content .text {
        width: 100%;
        margin: 0 auto 30px;
        font-size: 14px;
        line-height: 1.6em;
        display: block;
    }

    .content .text p {
        margin-bottom: 10px;
    }

    .content p.original img {
        width: 100% !important;
    }

    .content .text p.left,
    .content .text p.right {
        float: none;
        width: 100%;
    }

    .content .middle-big {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 40px 0 !important;
    }

    .content div.company_value {
        width: 94%;
        padding: 4%;
        margin: 0 auto 40px auto;
    }

    .content div.company_value h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .content div.company_value h4 span.jp {
        font-size: 14px;
        margin-top: 5px;
    }

    .content div.company_value dl {
        display: block;
    }

    .content div.company_value dl dt {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
        padding: 0;
        text-align: center;
    }

    .content div.company_value dl dd {
        width: 100%;
        font-size: 14px;
        padding: 0;
        text-align: center;
        margin-bottom: 14px;
    }

    .entry-content {
        font-size: 14px;
        width: 94%;
    }

    .entry-content p {
        margin: 0 auto 30px;
        line-height: 1.6em;
        display: block;
    }

    .wp-block-column {
        flex-basis: 100%;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: auto
    }

    .service .wp-block-column {
        flex-basis: 100%;
    }

    .service .wp-block-column:not(:first-child) {
        flex-basis: 100%;
    }

    /* 看くーる */

    .kanku-ru .content .left {
        width: 100% !important;
    }

    .kanku-ru .content .right {
        width: 100% !important;
    }

    .kanku-ru .content p.original img {
        width: auto !important;
    }

    .kanku-ru .merit {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    /* Knowhow */
    .knowhow .text{
        padding: 0 7%;
    }
    .knowhow_archive li.knowhow_contents{
        width: 100%;
        min-height: 0;
        margin-right: 0;
        height: auto;
        margin-bottom: 24px;
        padding: 24px;
    }
    .knowhow_archive a.more{
        padding: 8px 12px;
        background-color: #ffb30f;
    }
    .knowhow_archive dt a{
        font-size: 20px;
    }
    .knowhow_archive dd p{
        min-height: 0;
    }

    /* faq */

    .faq .content h3:not(:first-child) {
        margin-top: 50px;
    }

    .faq .content .question {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .faq .content .question::before {
        content: "Q";
        font-size: 20px;
        display: block;
        line-height: 1em;
        margin-right: 15px;
        width: 36px;
        position: absolute;
        top: 0px;
        left: -45px;
        padding: 8px;
        border-radius: 200px;
    }

    .faq .content .answer {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .faq .content .answer::before {
        content: "A";
        font-size: 20px;
        display: block;
        line-height: 1em;
        margin-right: 15px;
        width: 36px;
        position: absolute;
        top: 0px;
        left: -45px;
        padding: 8px;
        border-radius: 200px;
    }

    .faq .content .question,
    .faq .content .answer {
        position: relative;
        padding-top: 6px;
        margin-left: 42px;
    }

    .faq .content .qa li {
        padding: 16px 16px 26px 16px !important;
    }

    /* flow_web */

    .flow .content h2 {
        margin-bottom: 20px;
    }

    .flow .content .text {
        margin-bottom: 44px;
    }

    .content .flow .step {
        padding-bottom: 30px;
        background: url(../images/service/flow_bottom.png) center bottom no-repeat;
        background-size: 100% 30px;
        width: 70%;
        float: none;
        margin: 0 auto 15px auto;
    }

    .content .flow .stepInner {
        width: 100%;
        height: auto;
        padding: 14px 8px 12px 8px;
        border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
    }

    .content .flow .step span.titleStep {
        font-size: 14px;
        padding-bottom: 12px;
        background: url(../images/service/icon_flow.png) no-repeat center bottom;
        margin-bottom: 8px;
    }

    .content .flow .step span.title {
        font-size: 16px;
    }

    .content .flow .comment {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .content .flow .flow_image {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .content .flow .flow_image img {
        width: 200px;
        height: auto;
    }


    /* work */
    .works_archive .cat_link {
        margin-bottom: 20px;
    }

    .works_archive .cat_link li {
        margin-bottom: 10px;
    }

    .works_archive .cat_link li a {
        font-size: 16px;
        padding: 0 15px;
    }

    .work .content .text ul li {
        width: 95%;
        margin-right: 0;
        margin-bottom: 18px;
        overflow: hidden;
    }

    .work .content .text ul li div {
        padding: 10px 0 10px 0;
        height: auto;
    }

    .work_individual .content .workInner {
        width: 100%;
        padding: 0 3%;
    }

    .work_individual .content .workInner .image {
        margin-bottom: 20px;
    }

    .work_individual .content .workInner .image li img {
        max-width: 100%;
        height: 50vw;
    }

    .work_individual .content .workInner .image .arrow {
        display: none;
    }

    .work_individual .content .workInner .detail {
        margin-top: 0;
        margin-bottom: 80px;
    }

    .work_individual .content .workInner .detail .left {
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 20px;
    }

    .work_individual .content .workInner .detail .left dt,
    .work_individual .content .workInner .detail .left dd {
        text-align: center;
        line-height: 1.4;
    }

    .work_individual .content .workInner .detail .left div p {
        font-size: 14px;
    }

    .work_individual .content .workInner .detail .right {
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 1.6;
    }

    .work_individual .content .workInner .detail .right a {
        max-height: 400px;
    }

    /* company */

    .company .content table {
        width: 100%;
        font-size: 14px;
    }

    .company .content table th,
    .company .content table tr td:first-of-type {
        padding: 10px;
        display: block;
        width: 100%;
    }

    .company .content table td {
        padding: 10px 10px 10px 24px;
        display: block;
        width: 100%;
    }

    /* news */

    .news .content ul.newsList li div {
        margin-top: 0;
    }

    .news .content ul.newsList li div .date {
        font-size: 16px;
        margin-bottom: 0;
    }

    .news .content ul.newsList li div .body {
        font-size: 14px;
        margin-bottom: 0em !important;
    }

    /* blog */
    .page-id-824 h1,
    .archive.category h1,
    .single-post h1,
    .search h1 {
        padding-left: 0;
        width: 100%;
        height: auto;
        text-shadow: 0 0 8px #fff, 0 0 4px #fff, 0 0 2px #fff;
        background-position: right center;
    }

    .page-id-824 h1 span,
    .archive.category h1 span,
    .single-post h1 span,
    .search h1 span {
        font-size: 16px;
    }

    .page-id-824 h1:before,
    .archive.category h1:before,
    .single-post h1:before,
    .search h1:before {
        display: none;
    }

    .content .post_area h2 {
        padding: 8px 0 8px 0;
        font-size: 20px;
        width: 100%;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .sidebar_area #categories-2>ul {
        display: table;
    }

    .sidebar_area #categories-2>ul .cat-item {
        display: table-cell;
        vertical-align: middle;
    }

    .sidebar_area .wpp-list li {
        display: table;
    }

    .sidebar_area .wpp-list li a:not(:first-child) {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }

    /* search */
    .post_area .archive_title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* contact */

    .contact .content .text {
        text-align: center;
    }

    .contact .content p {
        text-align: left;
    }

    .contact .content .tel {
        display: inline-block;
        font-size: 10vw;
        margin: 14px auto 10px !important;
        background: url(../images/contact/icon_tel.png) no-repeat left center;
        background-size: contain;
        padding-left: 10px;
        padding: 5px 0 5px 10%;
        width: auto;
        color: #000;
        height: auto;
        line-height: 1;
        text-align: center;
    }

    .contact .content .tel a {
        color: #000;
        text-decoration: none;
    }

    .contact .content .time {
        font-size: 5vw;
    }

    .contact .content form {
        width: 100%;
        margin: 40px auto 20px;
    }

    .contact .content form tr {
        border-bottom: 1px solid #e0e0e0
    }

    .contact .content form .form th,
    .contact .content form .form td {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 14px;
    }

    .contact .content form th {
        padding: 0 0 10px 0;
        margin-top: 18px;
        font-weight: bold;
    }

    .contact .content form td {
        padding: 0 0 0 0;
        margin-bottom: 20px;
        text-align: left;
    }

    .contact .content .name,
    .contact .content .kana {
        width: 38% !important;
    }

    .contact .content input[type="submit"] {
        -webkit-appearance: none;
        font-size: 20px;
        width: 90%;
        padding: 17px 0 15px;
        border-radius: 5px;
        margin: 0 auto;
    }

    .contact .content .back {
        width: 90%;
        margin-right: 0;
    }

    .contact .content .back a,
    .contact .content .back input {
        font-size: 20px;
        margin: 10px auto;
    }

    .contact .content .emargency {
        font-size: 17px;
    }

    .contact .content .emargency a {
        text-decoration: none;
        color: #000;
    }

    .contact .privacyPolicy {
        padding: 0;
    }

    .contact .privacyPolicy>dl>dd .privacyPolicy-box {
        width: 100%;

    }

    /* cta */

    .cta {
        width: 100%;
        margin: 0;
        padding: 15px 0;
    }

    .cta .left {
        width: 92%;
        margin: 0 auto;
        float: none;
    }

    .cta .left .headline {
        font-size: 18px;
        padding-left: 0;
        text-align: center;
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .cta .left .detail {
        font-size: 14px;
        line-height: 1.2;
    }

    .cta .right {
        float: none;
    }

    .cta .right .form a {
        width: 80%;
        font-size: 17px;
        padding: 15px 5px;
    }

    .cta .right .tel a {
        font-size: 33px;
        padding: 0;
        line-height: 1;
    }

    .cta .right .tel span {
        font-size: 18px;
    }

    .sitemap {
        display: none;
    }

    /* work */

    .headline {
        width: 100%;
        padding-left: 4%;
    }

    .headline h2 {
        font-size: 5.5vw;
        padding: 20px 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .headline span {
        font-size: 14px;
        margin: 0 0 0 15px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }


    .banner_bottom {
        background: #f6f6f6;
        padding: 30px 0 30px 0;
    }

    .banner_bottom p {
        width: 90%;
        margin: 0 auto;
    }

    .banner_bottom p.sp {
        display: block;
    }

    .banner_bottom p.pc {
        display: none;
    }

    .banner_bottom p:hover {
        opacity: 1;
    }

    .banner_bottom p img {
        width: 100%;
    }

    /* footer */

    footer {
        width: 100%;
        margin: 0;
        background-color: #f6f6f6;
        padding-bottom: 0;
    }

    footer address {
        width: 92%;
        margin: 0 auto;
        float: none;
        background-color: #f6f6f6;
    }

    footer address .tagline {
        line-height: 1.2;
    }

    footer address .company {
        font-size: 13px;
    }

    footer .sns {
        float: none;
        margin: 15px 0 0 4%;
        width: 40px;
        height: 40px;
    }

    footer .copyright {
        float: none;
        text-align: center;
        border-top: 1px solid #9f9f9f;
        padding: 10px 0 30px 0;
        background-color: #fff;
    }

}