@charset "UTF-8";
@media only screen and (max-width: 739px)
{
    /* ======================= */
    /* MOBILE対応               */
    /* ----------------------- */
    .visible_m{display: block !important;}
    .visible_tm{display: block !important;}
    .visible_pm{display: block !important;}

    .visible_t{display: none !important;}
    .visible_p{display: none !important;}
    .visible_pt{display: none !important;}

    /* -------- 追加 -------- */
    .visible_pp{display: none !important;}

    /*breadcrumb*/
    #breadcrumb
    {
    padding:10px;
    border-bottom:1px solid #eee;
    margin-bottom: 0px;
    }

    .mgs_leftside h3
    {
        position: relative;
        background:#333;
        padding:10px;
        text-align:center;
        color:#fff;
        font-size: 1.3em;
        margin-bottom:0em;
    }
    
    /*========= 会社情報ページのヘッダーセクション（モバイル） ===============*/
    .page-company-header {
        padding: 30px 0;
    }
    
    .page-company-title {
        font-size: 20px;
    }
    
    .page-company-content {
        padding: 40px 0;
    }
    
    .page-company-content-wrapper {
        padding: 0 20px;
    }
    
    .page-company-item {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    
    .page-company-item-title {
        flex: none;
        font-size: 20px;
    }
    
    .page-company-item-text {
        font-size: 14px;
    }
    
    .page-company-item-list li {
        font-size: 14px;
        padding-left: 35px;
    }
    
    .page-company-item-list li::before {
        font-size: 18px;
        line-height: 28px;
    }
    
    .page-company-team {
        padding: 40px 0;
    }
    
    .page-company-team-wrapper {
        padding: 0 20px;
    }
    
    .page-company-team-title {
        font-size: 24px;
    }
    
    .page-company-team-grid {
        gap: 25px;
    }
    
    .page-company-team-row {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }
    
    .page-company-team-row:nth-child(2) {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }
    
    .page-company-team-card-pc-only {
        display: none !important;
    }
    
    .page-company-team-card-tablet-only {
        display: block !important;
    }
    
    .page-company-team-row-tablet-only {
        display: none !important;
    }
    
    .page-company-study {
        padding: 40px 0;
    }
    
    .page-company-study-wrapper {
        padding: 0 20px;
    }
    
    .page-company-study-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .page-company-study-image {
        width: 100%;
        margin-top: 0;
    }
    
    .page-company-study-title {
        font-size: 24px;
    }
    
    .page-company-study-section-title {
        font-size: 20px;
    }
    
    .page-company-study-list li {
        font-size: 14px;
    }

    /*========= お問い合わせページ（モバイル） ===============*/
    .page-contact-header {
        padding: 30px 0;
    }
    
    .page-contact-title {
        font-size: 20px;
    }
    
    .page-contact-content {
        padding: 40px 0;
    }
    
    .page-contact-content-wrapper {
        padding: 0 20px;
    }
    
    .page-contact-intro-text {
        font-size: 14px;
    }
    
    .page-contact-intro-text .mobile-hide-br {
        display: none;
    }
    
    .page-contact-success {
        padding: 40px 20px;
    }
    
    .page-contact-success-icon {
        font-size: 60px;
    }
    
    .page-contact-success-title {
        font-size: 22px;
    }
    
    .page-contact-success-text {
        font-size: 14px;
    }
    
    .page-contact-success-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    .page-contact-errors {
        flex-direction: column;
        padding: 15px 20px;
        margin-bottom: 30px;
    }
    
    .page-contact-errors-icon {
        font-size: 20px;
    }
    
    .page-contact-errors-list li {
        font-size: 14px;
    }

    /*========= フッター（モバイル） ===============*/
    footer .footer_content {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
    }
    
    footer .footer_block-left,
    footer .footer_block-center,
    footer .footer_block-right {
        justify-self: stretch;
        width: 100%;
        text-align: center;
        align-items: center;
    }
    
    footer .footer_block-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    footer .footer_block-center {
        text-align: center;
    }
    
    footer .footer_block-right {
        text-align: center;
    }
    
    footer .footer_links {
        justify-content: center;
    }

    /*========= プライバシーポリシーページ（モバイル） ===============*/
    .page-privacy-header {
        padding: 40px 0;
    }
    
    .page-privacy-title {
        font-size: 20px;
    }
    
    body.page-template-privacy-security #contents {
        margin-top: 40px;
    }
    
    .privacy-security-section .section-title {
        font-size: 19px;
    }
    
    .section-content h3 {
        font-size: 18px;
    }
    
    .section-content h4 {
        font-size: 16px;
    }

}