/*
Theme Name: katamukisoudan
Theme URI: 
Author: SMC-POWER
Version: 1.0
*/


@charset "utf-8";

/* 1100px 以上 */
@media screen and (min-width:1160px) {

    .br-1159 {
        display: none;
    }
}

@media screen and (min-width:851px) and (max-width:1159px) {

    h2 {
        font-size: 30px;
    }

    .h2__24 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}


/* タブレット以上 */
@media screen and (min-width:851px) {

    .display-850 {
        display: none !important;
    }

    .br-850 {
        display: none;
    }
}


/* タブレット以下 */
@media screen and (max-width:850px) {

    .display-pc {
        display: none !important;
    }

    .display-850 {
        display: block;
    }

    .br-pc {
        display: none;
    }

    .br-850 {
        display: block;
    }

    .br-850__only {
        display: block;
    }

    /* 横並び解除 */
    .flex-box {
        display: block;
    }

    h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .h2__24 {
        margin-bottom: 20px;
    }

    .h2-sub {
        font-size: 17px;
    }

    /* ボタン */
    .btn-gray {
        font-size: 20px;
        width: 300px;
        height: 65px;
    }
}


/* スマホ以上 */
@media screen and (min-width:451px) {

    .br-450 {
        display: none;
    }
}


/* スマホ以下 */
@media screen and (max-width:450px) {

    .br-450 {
        display: block;
    }

    h2 {
        font-size: 21px;
    }

    .h2__24 {
        font-size: 20px;
    }

    .h2-sub {
        font-size: 15px;
    }

    p {
        line-height: 28px;
    }

    /* ボタン */
    .btn-gray {
        font-size: 16px;
        width: 80%;
        height: 47px;
    }
}



/*------------- ヘッダー --------------*/

@media screen and (min-width:1500px) and (max-width:1700px) {

    .global-nav {
        column-gap: 3vw;
    }
}


@media screen and (min-width:1351px) and (max-width:1500px) {

    .global-nav {
        column-gap: 2vw;
    }

    .nav-li {
        font-size: 15px;
    }

    .global-nav__ul {
        gap: 20px;
    }
}


@media (max-width: 1350px) {
    html {
        scroll-padding-top: 60px;
    }

    .global-nav {
        display: none;
    }

    .mobile-navv__icon {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .mobile-navv__line img {
        width: 60px;
        height: 60px;
    }

    .mobile-nav.show {
        display: block;
    }

    .header-inner {
        height: 60px;
    }

    .first-logo {
        height: 60px;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 60px;
        height: 60px;
        background-color: #0039AA;
        cursor: pointer;
    }

    .hamburger span {
        display: block;
        width: 34px;
        height: 4px;
        background: #fff;
        transition: all 0.3s ease;
        transform-origin: center;
    }

    /* ×に変化 */
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 3px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 1;
        transform: translateY(16px);
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(11px, -9px);
    }

    .mobile-nav.show {
        display: block;
    }

    .mobile-nav {
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        overflow-y: auto;
        z-index: 999;
        background-color: #0039AA;
    }

    .mobile-nav ul {
        margin-top: 40px;
    }

    .mobile-nav .nav-li a {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }

    .mobile-nav .nav-li a br {
        display: none;
    }

    .nav-li {
        margin-bottom: 20px;
    }

    .mobile-nav__sns {
        display: flex;
        align-items: center;
        margin-top: 30px;
        justify-content: center;
        column-gap: 30px;
    }

    .mobile-nav__lp li a {
        font-size: 18px;
        font-weight: 700;
        color: #333333;
        padding: 10px 30px;
        border-radius: 17px;
        display: block;
        margin-bottom: 10px;
    }
}


@media screen and (max-width:850px) {

    .header {
        top: 0;
        opacity: 1;
    }

    .header-logo__link {
        width: 300px;
        height: 19px;
    }

    .wrapper {
        padding-top: 60px;
    }
}


@media screen and (max-width:450px) {

    .header-logo__link {
        width: 170px;
        height: 34.5px;
        background: url('../img/logo_sp.svg') no-repeat center center;
        background-size: contain;
    }
}


/*------------- アクセス --------------*/

@media screen and (min-width:851px) and (max-width:1159px) {

    .access .inner {
        justify-content: space-between;
        column-gap: 0;
    }

    .access iframe {
        width: 50%;
        height: 400px;
    }

    .access-text {
        width: 45%;
    }
}


@media screen and (max-width:850px) {

    .access {
        padding: 60px 0 70px 0;
    }

    .access iframe {
        width: 100%;
        height: 300px;
        margin-top: 60px;
    }
}


@media screen and (max-width:450px) {

    .access {
        padding: 50px 0 55px 0;
    }

    .access iframe {
        width: 100%;
        height: 160px;
        margin-top: 50px;
    }
}


/*------------- フッター --------------*/

@media screen and (min-width:1160px) and (max-width:1550px) {

    .float-btn__quotation a {
        font-size: 22px;
        bottom: 3%;
        padding: 20px 12px 18px 12px;
    }
}

@media screen and (min-width:851px) and (max-width:1159px) {

    .footer-nav {
        width: 400px;
    }

    .footer-address {
        margin-top: 10px;
    }

    .footer-links {
        display: flex;
        align-items: center;
        column-gap: 50px;
        margin-top: 20px;
    }

    .footer-banner {
        margin-top: 0;
    }

    .footer-copy {
        font-size: 14px;
    }

    /* 簡単お見積り */
    .float-btn__quotation a {
        font-size: 20px;
        padding: 20px 8px 18px 8px;
    }
}


@media screen and (max-width:850px) {

    .footer {
        padding-bottom: 50px;
    }

    .footer-logo {
        margin: 0 auto;
        display: block;
    }

    .footer-address {
        margin-top: 7px;
        text-align: center;
    }

    .display-850 {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .footer-sns {
        width: fit-content;
        margin: 20px auto 0 auto;
    }

    .footer-banner {
        display: block;
        width: fit-content;
        margin: 30px auto 0 auto;
    }

    .footer-banner a {
        display: block;
        width: fit-content;
        margin: 0 auto 20px auto;
    }

    .footer-link__hikiya img {
        width: 200px;
    }

    .footer-link__tochigi img {
        width: 330px;
    }

    .footer-copy {
        font-size: 13px;
    }

    .float-btn__quotation {
        display: none;
    }

    /* トップへ戻るボタン */
    .float-btn__top a {
        width: 50px;
        height: 50px;
        right: 5%;
        bottom: 11%;
    }

    /* 固定ボタン */
    .fixed-btn__sp {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100000;
    }

    .fixed-btn__sp a {
        color: #fff;
        width: 50%;
        display: flex;
        height: 60px;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
    }

    .fixed-btn__sp a img {
        margin-right: 15px;
    }

    .fixed-btn__quotation {
        background-color: #002266;
    }

    .fixed-btn__contact {
        background-color: #FDA61A;
    }
}


@media screen and (max-width:450px) {

    .footer-logo {
        width: 100%;
        max-width: 290px;
    }

    .footer-nav {
        margin-top: 20px;
    }

    .footer-link__hikiya img {
        width: 145px;
    }

    .footer-link__tochigi img {
        width: 300px;
    }

    /* トップへ戻るボタン */
    .float-btn__top a {
        width: 42px;
        height: 42px;
        right: 3%;
    }

    /* 固定ボタン */
    .fixed-btn__sp a {
        font-size: 14px;
        height: 50px;
    }

    .fixed-btn__sp a img {
        margin-right: 10px;
    }
}


/*------------- トップ --------------*/

/*---- トップムービー（メディアクエリ） ----*/

@media screen and (min-width:851px) and (max-width:1550px) {

    .top-movie {
        max-height: 70vh;
    }
    .mv-animation--text1 {
        left: 26%;
    }

    .scroll-down {
        bottom: 0;
        height: 70px;
        background-size: 45%;
    }

    .scroll-down p {
        font-size: 13px;
    }

    .top-movie__contact {
        bottom: 8%;
        right: 20px;
    }

    .top-movie__contact a {
        font-size: 20px;
        width: 335px;
        height: 56px;
    }

    .top-movie__contact-katamuki {
        font-size: 18px;
        width: 210px;
        height: 38px;
        line-height: 37px;
        margin: 0 auto 14px auto;
    }

    .top-movie__contact-katamuki::after {
        bottom: -10px;
        border-width: 11px 11px 0 0px;
    }

    .top-movie__contact a::before {
        top: -42px;
        width: 60px;
        height: 54.6px;
    }

    .nenkan-soudan {
        width: 170px;
    }
}


@media screen and (max-width:850px) {

    .top-movie {
        width: 100%;
        height: 100%;
    }

    .mv-animation--text2 {
        left: 50%;
    }

    .scroll-down {
        display: none;
    }

    .top-movie__contact {
        bottom: 3%;
        right: 8px;
    }

    .top-movie__contact a {
        font-size: 16px;
        width: 285px;
        height: 47px;
    }

    .top-movie__contact-katamuki {
        font-size: 15px;
        width: 184px;
        height: 33px;
        line-height: 32px;
        margin: 0 auto 12px auto;
    }

    .top-movie__contact a::before {
        top: -36px;
        width: 50px;
        height: 45.5px;
    }

    .top-movie__contact-katamuki::after {
        bottom: -10px;
        border-width: 10px 10px 0 0px;
    }

    .nenkan-soudan {
        width: 130px;
        height: auto;
    }
}

@media screen and (min-width:1551px) {
    .mv-animation--text1 {
        left: 23%;
    }
    .mv-animation--text2 {
        left: 40%;
    }
}

@media screen and (max-width:450px) {

    .mv-animation--text p {
        line-height: 1.5;
    }

    .top-movie__contact a {
        font-size: 13px;
        width: 208px;
        height: 33px;
    }

    .top-movie__contact-katamuki {
        font-size: 11.5px;
        width: 135px;
        height: 27px;
        line-height: 26px;
        margin: 0 auto 6px 43px;
    }

    .top-movie__contact-katamuki::after {
        bottom: -4px;
        border-width: 5px 7px 0 0px;
    }

    .top-movie__contact a::before {
        top: -29px;
        width: 40px;
        height: 36.5px;
    }

    .nenkan-soudan {
        width: 23vw;
        right: 10px;
    }
}


/*---- こんなお悩みありませんか？ ----*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .top-worries h2 {
        font-size: 45px;
    }

    .worries-item p {
        font-size: 15px;
        padding: 17px 23px;
    }

    .down-arrow {
        width: 150px;
        height: 85px;
    }

    .worries-youtube h3 {
        font-size: 22px;
    }
}


@media screen and (max-width:850px) {

    .top-worries h2 {
        font-size: 37px;
        padding: 0 27px;
        margin: 0 auto 15px auto;
    }

    .top-worries h2::before {
        top: 58%;
    }

    .top-worries h2::after {
        top: 58%;
    }

    .worries-container__1 {
        display: block;
        margin-bottom: 0;
    }

    .worries-container__2 {
        display: block;
    }

    .worries-item {
        margin: 0 auto 20px auto;
    }

    .worries-item p {
        font-size: 17px;
        padding: 12px 30px;
    }

    .down-arrow {
        width: 130px;
        height: 74px;
    }

    .worries-youtube h3 {
        font-size: 20px;
    }

    .worries-youtube a {
        width: 100%;
        max-width: 560px;
    }

    .worries-youtube a img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width:600px) {

    .top-worries h2 {
        font-size: 27px;
    }
}


@media screen and (max-width:450px) {

    .top-worries {
        background-color: #EBF2FF;
        padding: 15px 0 30px 0;
    }

    .top-worries h2 {
        padding: 0 36px;
    }

    .top-worries h2::before {
        top: 65%;
    }

    .top-worries h2::after {
        top: 65%;
    }

    .worries-item p {
        font-size: 16px;
        padding: 12px 25px;
        margin-bottom: 20px;
    }
}

/*---- 私たちにお任せください！ ----*/
@media screen and (min-width:851px) and (max-width:1159px) {

    /* スライダー */
    .slider-track img {
        width: 350px;
        height: auto;
    }
}


@media screen and (max-width:850px) {

    .top-omakase {
        background-image: none;
        padding: 60px 0 70px 0;
    }

    .top-omakase p {
        font-size: 16px;
        font-weight: 600;
    }

    .omakase-contents {
        justify-content: center;
        width: 100%;
        max-width: 500px;
        flex-wrap: wrap;
        column-gap: 2%;
    }

    .omakase-contents img {
        width: 32%;
    }

    /* スライダー */
    .slider-track img {
        width: 250px;
        height: auto;
    }
}


@media screen and (max-width:450px) {

    .top-omakase {
        background-image: none;
        padding: 40px 0 50px 0;
    }

    /* スライダー */
    .slider-track img {
        width: 187 px;
        height: auto;
    }
}


/*---- 120年の歴史が支える、確かな信頼と技術。 ----*/

@media screen and (max-width:850px) {

    .top-strength {
        padding: 60px 0 70px 0;
    }

    .strength-text {
        width: 100%;
    }

    .strength-container img {
        width: 98%;
        max-width: 500px;
        margin: 20px auto;
        display: block;
    }
}


@media screen and (max-width:450px) {

    .top-strength {
        padding: 40px 0 50px 0;
    }
}


/*---- お客様の声 ----*/

@media screen and (max-width:850px) {

    .top-voice {
        padding: 60px 0 70px 0;
    }

    .top-voice h2 {
        text-align: left;
    }

    .top-voice p {
        text-align: left;
    }

    .top-voice__list {
        justify-content: space-between;
    }

    .top-voice__list {
        column-gap: 0;
        row-gap: 20px;
    }

    .top-voice__item {
        width: 48%;
        text-align: left;
    }
}


@media screen and (max-width:450px) {

    .top-voice {
        padding: 40px 0 50px 0;
    }
}



/*---- 安心の解決事例紹介 ----*/

@media screen and (max-width:850px) {

    .top-cases {
        padding: 60px 0 70px 0;
    }

    .top-cases h2 {
        text-align: left;
    }

    .top-cases p {
        text-align: left;
    }

    .top-works__list {
        column-gap: 0;
        row-gap: 20px;
        justify-content: space-between;
    }

    .top-works__item {
        top: 75px;
        left: 30px;
        width: 48%;
        text-align: left;
    }

    .service-text {
        width: 100%;
    }
}


@media screen and (max-width:450px) {

    .top-cases {
        padding: 40px 0 50px 0;
    }

    .top-news {
        margin: 50px auto 0 auto;
    }

    .top-news h2 {
        font-size: 20px;
    }
}


/*---- ご相談から安心できるサービス ----*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .top-news {
        display: block;
        margin: 90px auto 0 auto;
    }

    .news-date {
        font-size: 14px;
    }

    .news-title {
        font-size: 14px;
    }

    .top-news h2 {
        font-size: 22px;
        padding: 0 30px;
    }

    .news-btn {
        width: fit-content;
        margin-left: auto;
    }

    .news-btn a {
        font-size: 16px;
        margin-left: 0;
        width: fit-content;
        margin-top: 10px;
    }

    .news-list li {
        column-gap: 10px;
        align-items: center;
    }

    .new-mark {
        font-size: 13px;
        width: 50px;
        height: 23px;
    }
}

@media screen and (max-width:850px) {

    .top-service {
        padding: 60px 0 70px 0;
        background-repeat: repeat;
        background-size: contain;
    }

    .service-container img {
        width: 98%;
        max-width: 500px;
        margin: 20px auto;
        display: block;
    }

    .service-link a {
        display: block;
        max-width: 400px;
        width: 90%;
        margin: 0 auto 20px auto;
    }

    .service-link {
        margin: 50px auto 20px auto;
    }

    .service-link__under:hover img,
    .service-link__press:hover img,
    .service-link__yakueki:hover img,
    .service-link__foundation:hover img {
        content: none;
    }

    .top-news {
        display: block;
        margin-right: 0;
        margin: 70px auto 0 auto;
        width: fit-content;
    }

    .top-news .divider {
        display: none;
    }

    .top-news h2 {
        display: block;
        text-align: center !important;
        border-bottom: 1px solid #002266;
        padding-bottom: 10px;
        font-size: 22px;
    }

    .news-list__sp li {
        margin-bottom: 15px;
    }

    .news-list {
        margin-top: 20px;
    }

    .news-title {
        width: 67%;
    }

    .new-mark {
        font-size: 15px;
        width: 65px;
        height: 25px;
    }

    .news-list {
        display: none;
    }

    .news-list__sp {
        display: block;
        width: fit-content;
        margin: 20px auto 0 auto;
    }

    .new-mark__flex {
        display: flex;
        column-gap: 10px;
        margin-bottom: 8px;
        align-items: center;
    }

    .news-btn {
        margin-left: auto;
        width: fit-content;
    }

    .news-btn a {
        margin-top: 10px;
    }
}

@media screen and (max-width:450px) {

    .top-service {
        padding: 40px 0 50px 0;
    }
}



/*---- はじめての方へ。安心のための第一歩を。 ----*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .top-guest {
        background-position: center;
    }

    .top-guest h2 {
        text-align: center;
    }

    .top-guest .h2-sub {
        text-align: center;
    }

    .guest-container {
        margin-top: 30px;
    }

    .guest-container p {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .guest-btn__container {
        margin: 0 auto;
    }
}



@media screen and (max-width:850px) {

    .top-guest {
        padding: 60px 0 70px 0;
        background: url(../img/top-guest__back__sp.png);
        background-size: cover;
        background-position: center;
    }

    .top-guest h2 {
        text-align: left;
    }

    .guest-container p {
        width: 100%;
        margin-bottom: 40px;
    }

    .guest-container {
        margin-top: 30px;
    }
}


@media screen and (max-width:450px) {

    .top-guest {
        padding: 40px 0 50px 0;
    }
}


/*---- 小さな不安も、まずはお気軽にご相談ください。 ----*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .top-contact__text span {
        font-size: 20px;
    }

    .top-contact__text::after {
        width: 65px;
        height: 60px;
        top: -10px;
        right: -10px;
    }
}


@media screen and (max-width:850px) {

    .top-contact {
        background: url(../img/top-contact-back__sp.jpg);
        padding: 60px 0 70px 0;
        background-position: center;
    }

    .top-contact h2 {
        text-align: left;
    }

    .top-contact__text::after {
        content: none;
    }

    .top-contact__text {
        text-align: left;
    }

    .top-contact__text span {
        font-size: 18px;
        font-weight: 700;
    }

    .contact-link {
        display: none;
    }

    .contact-link__sp {
        display: block;
        margin-top: 40px;
    }

    .contact-link__sp a {
        position: relative;
        background-color: #FDA61A;
        width: 100%;
        max-width: 280px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-weight: 700;
        margin: 0 auto 30px auto;
    }

    .contact-link__sp a::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px;
        border: 2px solid #fff;
        pointer-events: none;
    }
}


@media screen and (max-width:450px) {

    .top-contact {
        background: url(../img/top-contact-back__sp.jpg);
        padding: 60px 0 50px 0;
        background-position: center;
    }

    .contact-link__sp {
        margin-top: 30px;
    }

    .contact-link__sp a {
        margin: 0 auto 20px auto;
    }
}



/*------------- 下層ヘッダー --------------*/
@media screen and (max-width:1500px) {

    .lower-header {
        margin-top: 0;
    }
}


@media screen and (min-width:851px) and (max-width:1159px) {

    .lower-header {
        height: 200px;
        margin-top: 60px;
    }

    .lower-header__title {
        font-size: 30px;
        margin-top: 20px;
    }
}


@media screen and (max-width:850px) {

    .lower-header {
        height: 120px;
        display: flex;
        align-items: center;
    }

    .lower-header__note {
        display: none;
    }

    .lower-header__title {
        font-size: 21px;
        font-weight: 500;
        margin-top: 40px;
        text-align: center;
    }

    .lower-header__title {
        font-size: 23px;
        margin-top: 0;
        text-align: center;
    }

    .lower-mv img {
        margin: 20px auto 0 auto;
    }

    .header {
        top: 0;
        opacity: 1;
        transition: none !important;
    }
}


@media screen and (max-width:450px) {

    .lower-header {
        height: 100px;
    }

    .lower-header__title {
        font-size: 20px;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 12px;
    }

    .breadcrumb__item+.breadcrumb__item::before {
        margin: 0 3px;
        font-size: 13px;
    }
}


/*------------- 選ばれる理由 --------------*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .community-text {
        width: 60%;
    }

    .area-container {
        position: relative;
        margin-top: 30px;
    }

    .service-area__dl {
        width: 100%;
    }
}


@media screen and (max-width:850px) {

    .five-promises-links {
        justify-content: center;
        width: 100%;
        max-width: 500px;
        flex-wrap: wrap;
        column-gap: 2%;
    }

    .five-promises-links a {
        display: block;
        width: 32%;
    }

    .five-promises-text {
        text-align: left;
        margin-top: 50px;
    }

    /*---- 地域密着 ----*/
    .community {
        padding: 80px 0 90px 0;
    }

    .community-text {
        width: 100%;
    }

    .community-container img {
        width: 100%;
        max-width: 500px;
        margin: 30px auto;
        display: block;
    }

    .service-area__dl {
        width: 100%;
    }

    .area-container::before {
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        width: 81.8vw;
        height: auto;
    }

    /* セクション */
    .reason-section {
        padding: 70px 0 90px 0;
    }

    .reason-container img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 20px auto;
    }

    .reason-text {
        width: 100%;
    }

    .reason-container-img__sp {
        display: block;
    }

    .reason-container-img__pc {
        display: none;
    }

    .reason-container img.reason-container-img__pc {
        display: none;
    }


    /* 工事後もずっと安心。10年間の品質保証とアフターフォロー */
    .guarantee .reason-text {
        width: 100%;
    }

    .btn-company {
        width: 100%;
        max-width: 600px;
    }
}


@media screen and (max-width:450px) {

    .five-promises {
        padding: 20px 0 45px 0;
    }

    .five-promises-text {
        margin-top: 30px;
    }

    .community {
        padding: 60px 0 65px 0;
    }

    .community h3 {
        font-size: 20px;
        width: 145px;
        padding: 8px 0;
    }

    .service-area__dl {
        margin: 20px 0 20px 0;
    }

    .service-area__dl dt {
        font-size: 18px;
    }

    .reason-section {
        padding: 55px 0 53px 0;
    }

    .btn-company:hover img {
        content: none !important;
    }
}



/*------------- サービス・料金案内 --------------*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .professional-request-links {
        width: 100%;
        margin: 45px auto 0 auto;
        max-width: 700px;
    }

    .wrapper-service h2 {
        margin-bottom: 40px;
    }

    .wrapper-service h3 {
        font-size: 22px;
    }

    .service-katamuki__img {
        height: 39vw;
    }

    .service-katamuki__container {
        margin-bottom: 90px;
    }

    .service-katamuki {
        padding: 90px 0 100px 0;
    }

    .service-chinka {
        margin: 100px auto 95px auto;
    }

    .service-jiban {
        padding: 90px 0;
    }

    .service-chinka__container img {
        width: 40%;
    }

    .service-chinka__text {
        width: 55%;
    }

    .service-jiban__text {
        width: 55%;
    }

    .service-others {
        margin: 100px auto;
    }
}


@media screen and (max-width:850px) {

    .professional-request__text {
        width: 100%;
    }

    .wrapper-service h2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .professional-request {
        margin: 55px auto 50px auto;
    }

    .professional-request__container img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto 20px auto;
    }

    .professional-request-links {
        width: 100%;
        margin: 40px auto 0 auto;
    }

    .professional-request-links a {
        width: 23%;
    }

    .service-katamuki {
        padding: 70px 0 75px 0;
    }

    .service-katamuki__text {
        width: 100%;
    }

    .wrapper-service h3 {
        font-size: 20px;
    }

    .service-katamuki__img {
        width: 100%;
        height: auto;
        margin: 20px auto;
    }

    .service-katamuki__img img {
        margin-bottom: 20px;
    }

    .service-katamuki__img__1 {
        position: static;
    }

    .service-katamuki__img__2 {
        position: static;
    }

    .service-katamuki__container {
        margin-bottom: 60px;
    }


    .service-chinka {
        margin: 75px auto 70px auto;
    }

    .service-chinka__text {
        width: 100%;
    }

    .service-chinka__container img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 20px auto;
    }

    /* テーブル */
    .table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .custom-table {
        width: 800px;
        min-width: 800px;
    }

    .custom-table th,
    .custom-table td {
        padding: 10px 15px;
        vertical-align: middle;
    }


    .service-jiban {
        padding: 75px 0;
        background-color: #EBF2FF;
    }

    .service-jiban__text {
        width: 100%;
    }

    .service-jiban__container img {
        width: 98%;
        max-width: 500px;
        display: block;
        margin: 20px auto;
    }

    .service-others {
        margin: 75px auto;
    }
}


@media screen and (max-width:450px) {

    .wrapper-service h2 {
        margin-bottom: 20px;
    }

    .wrapper-service h3 {
        font-size: 18px;
    }

    .professional-request {
        margin: 25px auto 40px auto;
    }

    .service-katamuki__img img {
        width: 100%;
        margin-bottom: 15px;
    }

    .service-katamuki__img {
        margin: 20px auto 10px auto;
    }

    .service-katamuki__container {
        margin-bottom: 50px;
    }

    .service-katamuki {
        padding: 50px 0 55px 0;
    }

    .service-chinka {
        margin: 55px auto 50px auto;
    }

    .service-jiban {
        padding: 50px 0;
    }

    .service-others {
        margin: 50px auto;
    }
}


/*------------- ご依頼の流れ --------------*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .request-flow__item h3 {
        font-size: 20px;
    }
}


@media screen and (max-width:850px) {

    .flow-introduction {
        margin: 50px auto 70px auto;
    }

    .flow-introduction__text {
        width: 100%;
    }

    .flow-introduction__container img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 30px auto 20px auto;
    }

    .flow-introduction__container h2 {
        text-align: center;
    }

    .request-flow h2 {
        margin-bottom: 40px;
    }

    .request-flow__text {
        width: 100%;
    }

    .request-flow__item h3 {
        font-size: 20px;
        width: 90%;
        margin-bottom: 15px;
    }

    .request-flow__item img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto 20px auto;
    }

    .request-flow__item {
        margin-bottom: 50px;
    }

    .flow-summary {
        margin: 80px auto;
    }
}


@media screen and (max-width:450px) {

    .request-flow h2 {
        margin-bottom: 25px;
    }

    .flow-introduction__container img {
        margin: 20px auto 15px auto;
    }

    .request-flow__item h3 {
        font-size: 16px;
        width: 95%;
        padding: 8px 10px 8px 10px;
    }

    .request-flow__item {
        margin-bottom: 40px;
    }

    .flow-summary {
        margin: 50px auto 20px auto;
    }
}


/*------------- よくあるご質問（FAQ） --------------*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .faq-introduction {
        margin: 50px auto 100px auto;
    }

    .faq-summary {
        margin: 100px auto;
    }
}



@media screen and (max-width:850px) {

    .faq-introduction__text {
        width: 100%;
    }

    .faq-introduction {
        margin: 40px auto 80px auto;
    }

    .faq-introduction__text h2 {
        text-align: center;
    }

    .faq-introduction__container img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 30px auto 20px auto;
    }

    .faq-contents h2 {
        margin-bottom: 30px;
    }

    .faq-accordion dt::before {
        display: none;
    }

    .faq-accordion dt {
        padding-left: 0;
        padding-right: 30px;
    }

    .faq-accordion dt::after {
        right: 0;
        font-size: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

    .faq-accordion {
        font-size: 16px;
        padding: 20px 15px 20px 25px;
        margin-bottom: 20px;
    }

    .faq-accordion dd {
        padding-left: 0;
    }

    .faq-accordion dd::before {
        display: none;
    }

    .faq-summary {
        margin: 80px auto 20px auto;
    }
}


@media screen and (max-width:450px) {

    .faq-introduction {
        margin: 30px auto 50px auto;
    }

    .faq-introduction__container img {
        margin: 20px auto 20px auto;
    }

    .faq-summary {
        margin: 60px auto 0 auto;
    }
}


/*------------- お問い合わせ --------------*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .contact-main section h2 {
        font-size: 28px;
    }

    .contact-item {
        padding: 60px 30px;
    }

    .contact-item__line {
        padding: 40px 30px 60px 30px !important;
    }

    .contact-daihyou {
        padding: 40px 30px 60px 30px !important;
    }

    .contact-tel__number {
        padding: 20px 20px;
    }

    .contact-tel__number a {
        font-size: 28px;
    }
}


@media screen and (max-width:850px) {

    .contact-item__form,
    .contact-main__right {
        width: 100%;
    }

    .contact-item {
        padding: 30px 30px;
        margin: 0 auto 25px auto;
        width: 100%;
        max-width: 500px;
    }

    .contact-main section h2 {
        font-size: 26px;
    }

    .contact-item__line {
        padding: 30px 30px !important;
    }

    .contact-item__line p {
        text-align: left;
    }

    .contact-daihyou {
        padding: 30px 30px !important;
    }

    .contact-tel__number {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .contact-tel__number {
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .contact-item__tel .medium {
        text-align: center;
        line-height: 1.6;
    }

    .contact-line__text {
        width: 100%;
    }

    .contact-item__line .flex-box img {
        width: 40%;
        min-width: 111px;
        height: auto;
        margin: 0 auto 20px auto;
        display: block;
    }

    .contact-daihyou img {
        width: 250px;
    }
}


@media screen and (max-width:450px) {

    .contact-main section h2 {
        font-size: 21px;
    }

    .contact-item {
        padding: 20px 16px 25px 16px;
        margin: 0 auto 20px auto;
    }

    .contact-item__line {
        padding: 20px 16px 25px 16px !important;
    }

    .contact-daihyou {
        padding: 20px 16px 25px 16px !important;
    }

    .contact-tel__number a {
        font-size: 28px;
        column-gap: 10px;
    }

    .form-contact dl dt p {
        font-size: 16px;
    }

    .form-contact dl {
        margin-bottom: 0;
    }

    .form-dd_txt p {
        font-size: 16px !important;
    }

    .privacy-doi {
        font-size: 16px;
    }

    .send_btn {
        font-size: 21px;
        height: 48px;
    }

    .contact-daihyou h2 {
        font-size: 20px !important;
    }

    .contact-daihyou img {
        width: 146px;
        margin: 0px auto 10px auto;
    }
}


/*------------- プライバシーポリシー --------------*/
@media screen and (max-width:850px) {
    .wrapper-policy main h2 {
        margin-bottom: 25px;
    }

    .privacy-policy__dl dt {
        font-size: 22px;
    }
}


@media screen and (max-width:450px) {

    .privacy-policy__dl dt {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .privacy-policy__dl dd {
        line-height: 28px;
    }

    .wrapper-policy main {
        margin: 30px auto 0 auto;
    }
}


/*------------- サンクスページ --------------*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .thanks-dl dd {
        font-size: 16px;
    }
}


@media screen and (max-width:850px) {
    .wrapper-thanks main {
        margin-top: 40px;
    }

    .wrapper-thanks main img {
        width: 250px;
        margin: 25px auto;
    }

    .thanks-dl div {
        width: 100%;
        margin-bottom: 25px;
    }

    .thanks-dl {
        margin: 40px auto 70px auto;
    }

    .thanks-dl dd {
        width: 100%;
        max-width: 350px;
        font-size: 22px;
        height: 85px;
        margin: 0 auto;
    }

    .btn-blue {
        height: 90px;
        font-size: 22px;
    }

    .thanks-links {
        margin: 40px auto 90px auto;
    }
}


@media screen and (max-width:450px) {

    .wrapper-thanks main {
        margin-top: 20px;
    }

    .wrapper-thanks main img {
        width: 150px;
        margin: 20px auto;
    }

    .thanks-dl dd {
        max-width: 300px;
        font-size: 18px;
        height: 70px;
    }

    .thanks-dl dd::before {
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
    }

    .thanks-dl div {
        margin-bottom: 20px;
    }

    .btn-blue {
        height: 70px;
        font-size: 18px;
    }

    .btn-blue::before {
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
    }

    .thanks-dl {
        margin: 30px auto 50px auto;
    }

    .thanks-links {
        margin: 40px auto 70px auto;
    }
}


/*------------- 404 --------------*/
@media screen and (max-width:850px) {
    .wrapper-404 main {
        margin: 70px auto 80px auto;
    }

    .wrapper-404 main p {
        margin: 30px auto 50px auto;
    }
}

@media screen and (max-width:450px) {
    .wrapper-404 main {
        margin: 40px auto 50px auto;
    }
}


/*------------- 投稿一覧ページ --------------*/
@media screen and (min-width:851px) and (max-width:1159px) {

    .wrapper-news main,
    .wrapper-voice main {
        margin-top: 80px;
    }
}


@media screen and (max-width:850px) {

    .wrapper-works main .inner {
        display: block;
    }

    .post-list {
        justify-content: space-between;
        column-gap: 0;
        row-gap: 20px;
        margin-bottom: 50px;
    }

    .post-list__item {
        width: 49%;
    }

    .works-category-buttons .inner {
        flex-wrap: wrap;
        column-gap: 0;
        row-gap: 15px;
        justify-content: space-between;
        width: 100%;
        max-width: 500px;
    }

    .works-category-buttons {
        margin: 40px auto 0 auto;
        width: fit-content;
    }

    .works-category-buttons a {
        width: 48%;
    }

    .popular-works {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .popular-works__ul {
        width: 100%;
    }

    .works-archive-month {
        width: 100%;
        max-width: 300px;
        margin: 40px auto 0 auto;
    }

    .custom-select-wrapper {
        width: 100%;
    }

    .wrapper-news main,
    .wrapper-voice main {
        margin-top: 50px;
    }
}


@media screen and (max-width:450px) {

    .works-category-buttons a {
        font-size: 16px;
    }

    .pagination a,
    .pagination span {
        font-size: 16px;
        width: 34px;
        height: 34px;
    }

    .pagination ul {
        gap: 5px;
    }

    .popular-works h2 {
        font-size: 21px;
    }

    .works-archive-month h2 {
        font-size: 21px;
    }

    .post-list {
        margin-bottom: 0;
    }

    .wrapper-news main,
    .wrapper-voice main {
        margin-top: 40px;
    }
}



/*------------- 投稿記事ページ --------------*/

@media screen and (max-width:850px) {

    .post-thumbnail img {
        max-width: 100%;
    }

    .single-blog__title {
        font-size: 22px;
    }

    .post-meta {
        font-size: 14px;
    }

    .single-profile__container {
        margin-top: 20px;
    }

    .single-content .is-layout-flex {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .single-content h2 {
        font-size: 24px;
    }

    .single-content h3 {
        font-size: 20px;
    }

    .single-content h4 {
        font-size: 18px;
    }

    .single-profile__inner {
        width: 90%;
        max-width: 500px;
    }

    .single-profile__author {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        column-gap: 25px;
        border-bottom: 1px solid #707070;
        padding-bottom: 20px;
    }

    .single-profile__container img {
        width: 130px;
    }

    .single-profile__name {
        border-bottom: none;
        text-align: left;
    }

    .single-profile p {
        text-align: left;
        padding-top: 20px;
    }

    .single-related {
        margin: 80px auto 85px auto;
    }

    .related-post {
        width: 48%;
    }

    .related-posts {
        justify-content: space-between;
        column-gap: 0;
        row-gap: 20px;
    }

    /* テーブル */
    .wp-block-table {
        overflow-x: auto;
        display: block;
        -webkit-overflow-scrolling: touch;
    }

    .wp-block-table table {
        min-width: 600px;
        width: 100%;
    }
}


@media screen and (max-width:450px) {

    .post-thumbnail {
        margin-bottom: 40px;
    }

    .single-main {
        margin: 30px auto 50px auto;
    }

    .single-blog__title {
        font-size: 19px;
    }

    .post-meta {
        line-height: 1.5;
    }

    .post-meta {
        margin: 10px 0 30px 0;
    }

    .single-content h2 {
        font-size: 21px;
        margin: 25px 0 20px 0;
    }

    .single-content h3 {
        font-size: 19px;
        margin: 20px 0 17px 0;
    }

    .single-content h4 {
        font-size: 17px;
        margin: 18px 0 15px 0;
    }

    .single-profile h2 {
        font-size: 18px;
    }

    .single-profile__container {
        margin-top: 10px;
    }

    .single-profile__container img {
        width: 100px;
    }

    .single-profile__author {
        padding-bottom: 15px;
    }

    .single-profile p {
        padding-top: 15px;
    }

    .single-back {
        font-size: 20px;
        margin: 40px auto 0 auto;
    }

    .single-related {
        margin: 60px auto 65px auto;
    }
}