@charset "UTF-8";

/* タブレット表示
-----------------------------------------------------------*/
@media screen and (max-width: 999px) and (min-width: 768px){

    /* 共通 */
    .inner {
        padding: 10% 8%;
    }
        
    /* ヘッダー */
    header .sp_only {
        display: block;
    }
    header .pc_only {
        display: none;
    }
    nav.global_menu_sp ul li a {
        padding: 1em 0;
    }
    header .header_logo .sp_only {
        display: block;
        width: 60px;
    }

    /* メインタイトル */
    .area_home_commit .block_ck {
        text-align: right;
        margin-top: -90px;
        padding-bottom: 60px;
    }
    .area_home_commit .block_ck .sp_only{
        display: none;
    }
    .area_home_about .block_content_inner .sp_only {
        display: none;
    }

    /* 募集要項 */
    .area_home_requirement .inner .block_content_inner .block_content .sp_only {
        display: none;
    }

}


/* スマホ　横表示
-----------------------------------------------------------*/
@media screen and (max-width: 767px) and (min-width: 481px){

    /* 共通 */
    .inner {
        padding: 10% 8%;
    }

    /* ヘッダー */
    header .pc_only {
        display: none;
    }
    header .hamburger {
        display: block;
    }
    header .header_logo .pc_only {
        display: none;
    }
    header .header_logo .sp_only {
        width: 60px;
    }

    /* メインタイトル */
    .area_home_commit .block_ck .sp_only{
        display: none;
    }
    .area_home_about .block_content_inner .sp_only {
        display: none;
    }

    /* 特徴 */
    .area_home_features .inner .block_content_inner_feature .block_content .pc_only {
        display: none;
    }
}



/* スマホ表示
-----------------------------------------------------------*/
@media screen and (max-width: 480px){

    /* 共通 */
    .inner {
        padding: 2% 5%;
    }
    .br_pc{
        display: none;
    }
    /* ヘッダー  
    -----------------------------------------------------------*/
    header .pc_only {
        display: none;
    }
    header .header_logo .pc_only {
        display: none;
    }
    header .header_logo .sp_only {
        width: 60px;
    }
    header .hamburger {
        display: block;
    }
    .header_nav_menu .pc_only{
        display: none;
    }
    .header_info .pc_only{
        display: none;
    }
    .header_wrapper .sp_header_toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 19px;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 3;
    }
    .header_wrapper .sp_header_toggle span {
        display: block;
        position: absolute;
        width: 100%;
        border-bottom: 3px solid #fff;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        padding-top: 0px;
        right: 0px;
    }
    .header_wrapper .sp_header_toggle span:first-child {
        top: 20px;
    }
    .header_wrapper .sp_header_toggle span:nth-child(2) {
        top: 30px;
    }
    .header_wrapper .sp_header_toggle span:last-child {
        top: 40px;
    }

 

    /* メインビジュアル 
    -----------------------------------------------------------*/
    .mainvisual {
        background: url(../images/mv_sp.png) center / cover;
        height: 61vh;
    }

    /* CONTACT
    -----------------------------------------------------------*/
    .block_contant {
        background: #333;
        padding: 1rem 0;
    }
    .block_contant .contact_btn {
        margin: 0 auto;
        display: grid;
        font-size: .8rem;
    }
    .block_contant .block_contact_entry,.block_contant .block_contact_toiawase {
        margin: 10px 0;
        padding: 10px 40px;
    }


    /* メインタイトル 
    -----------------------------------------------------------*/
    .area_home_mainttl .inner .block_title {
        font-size: 1.1rem;
        padding: 0.25rem 1.2rem;
    }
    .area_home_mainttl .inner .block_subtitle {
        line-height: 2rem;
        font-size: 15px;
        text-align: left;
    }


    /* コミットワーカー
    -----------------------------------------------------------*/
    .area_home_commit {
        background-image: url(../images/commit_bg_sp.png);
        min-height: 100vh;
    }
    .area_home_commit .inner .block_title {
        font-size: 1.8rem;
    }
    .area_home_commit .inner .block_title {
        padding-top: 0;
        font-size: 1.8rem;
        text-align: center;
        margin-left: 0;
        font-weight: 900;
    }
    .area_home_commit .inner .block_title_en {
        margin-left: 0;
        text-align: center;
    }
    .area_home_commit .inner .block_subtitle {
        font-size: 1rem;
        margin-left: 0;
        padding: 10px;
    }
    .area_home_commit .inner .block_subtitle ul {
        padding-top: 0;
    }
    .area_home_commit .inner .block_subtitle li {
        line-height: 1.5rem;
        padding: 12px 0;
    }
    .area_home_commit .inner .block_subtitle li::before {
        padding-right: 7px;
    }


    /* 業務内容・メリット
    -----------------------------------------------------------*/
    .area_home_workcontent {
        text-align: center;
    }
    .area_home_workcontent .inner .block_title {
        padding: 0.25rem 3em;
        font-size: 1.8rem;
    }
    .area_home_workcontent .inner .block_title span {
        font-size: .8rem;
        vertical-align: middle;
    }
    .area_home_workcontent .inner .content {
        width: auto;
        margin: 0 auto;
        display: block;
        flex-wrap: wrap;
        padding: 20px 0 20px;
    }
    .area_home_workcontent .inner .block_subtitle {
        font-size: .7rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .area_home_workcontent .inner .content p {
        width: auto;
        padding-top: 0px;
        background-position: center;
    }
    .area_home_workcontent .inner .content .workc_box {
        padding: 15px;
        height: 179px;
        width: 46%;
    }
    .area_home_workcontent .inner .merit_list .merit_item .list_items {
        display: flex;
        padding: 10px;
        justify-content: center;
    }
    .area_home_workcontent .inner .merit_list .merit_item .list_items .merit_icon {
        background-color: #fff;
        border-radius: 10px;
        width: 60px;
        padding-top: 1px;
    }
    .area_home_workcontent .inner .merit_list .merit_item .list_items img {
        width: 30px;
    }
    .area_home_workcontent .inner .merit_list .merit_item .list_items p {
        background-color: #fff;
        border-radius: 10px;
        margin-left: 10px;
        padding: inherit;
        width: 80%;
        text-align: left;
        font-size: .8rem;
        line-height: 1rem;
        height: 60px;
    }
    .area_home_workcontent .inner .merit_list {
        margin: 30px 0;
    }
    .area_home_workcontent .inner .merit_list .merit_item {
        padding: 10px 0;
    }
    .area_home_workcontent .inner .block_title_img img {
        width: 90%;
    }


    /* 特徴
    -----------------------------------------------------------*/
    .area_home_features .inner .block_title {
        font-size: 1.6rem;
        padding: 0.25rem 3em;
    }
    .area_home_features .pd {
        padding: 10% 0;
    }
    .area_home_features .inner .block_title_en {
        padding: 0;
    }
    .area_home_features .inner .block_subtitle {
        line-height: 2rem;
        font-size: .9rem;
        padding: 10px;
    }
    .area_home_features .inner .block_content_inner {
        padding-top: 0;
    }
    .area_home_features .inner .block_content_inner .block_content_tokucho .tokucho {
        margin-top: 10px;
        width: 250px;
    }
    .area_home_features .inner .block_content_inner .block_content_tokucho .tokucho .wrapper{
        margin: 0 auto;
        width: 240px;
        display: block;
        padding: 14px;
        text-align: center;
    }
    .area_home_features .block_content_inner .feature_area_description {
        padding-left: 0px;
    }
    .area_home_features .inner .block_content_inner .feature_area_img {
        margin: auto;
        width: 120px;
    }
    .area_home_features .inner .block_content_inner .block_content_tokucho .tokucho p:nth-of-type(1){
        font-size: 1rem;
        padding-top: 10px;
    }
    .area_home_features .inner .block_content_inner .block_content_tokucho .tokucho p:last-child {
        padding: 5px;
        font-size: .7rem;
    }

    /* ABOUT AAC
    -----------------------------------------------------------*/
    .area_home_about .inner .block_title {
        font-size: 1.6rem;
        padding: 0.25em 1em;
        line-height: 1.8rem;
    }
    .area_home_about .inner .block_subtitle {
        line-height: 2rem;
        font-size: .9rem;
    }
    .area_home_about .block_main_title p {
        padding: 0;
        font-size: 1.8rem;
    }
    .area_home_about .box_requirement {
        font-size: .8rem;
        margin: 30px 0 60px 0;
    } 
    .area_home_about th {
        width: 120px;
    }
    .area_home_about th,.area_home_about td {
        padding: 15px 20px;
    }


    /* モーダル */
    .content{
        margin: 0 auto;
        padding: 10px;
    }
    .modal{
        display: none;
        height: 100vh;
        position: fixed;
        top: 0;
        width: 100%;
    }
    .modal__bg{
        background: rgba(0,0,0,0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }
    .modal__content{
        background: #fff;
        left: 50%;
        padding: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
    }


    /* 募集要項
    -----------------------------------------------------------*/
    .area_home_requirement .pc_only{
        display: none;
    }
    .area_home_requirement .inner .block_title {
        padding: 0.25rem 3rem;
        font-size: 1.6rem;
    }
    .area_home_requirement .box_requirement {
        font-size: .8rem;
        margin-bottom: 25px;
    }
    .area_home_requirement th {
        width: 120px;
    }
    .area_home_requirement .block_main_title p {
        padding: 0;
        line-height: 2.5rem;
        font-size: 1.6rem;
    }
    .area_home_requirement th,.area_home_requirement td {
        padding: 15px 20px;
    }
    .area_home_requirement .inner .block_content_inner {
        padding: 1.5rem 0 2.5rem 0;
    }

    /* わたしたちの想い
    -----------------------------------------------------------*/
    .area_home_concept .inner .block_title {
        padding: 0.25rem 1rem;
        font-size: 1.6rem;
    }
    .area_home_concept .inner .block_inner_title {
        padding: 25px;
        font-size: 1.3rem;
        margin: 20px 0;
    }
    .area_home_concept .inner .block_inner_title .concept_msg {
        font-size: 1.6rem;
        font-weight: 900;
        margin: 20px 0;
        line-height: 2.5rem;
    }
    .area_home_concept .inner .block_inner_title .concept_description {
        font-size: .85rem;
        margin: auto;
        line-height: 1.7rem;
    }
    

    /* FOOTER
    -----------------------------------------------------------*/
    footer .content_logo {
        display: block;
    }
    footer ul {
        justify-content: space-around;
    }
    footer {
        padding: 20px 0;
    }
    footer .pc_only {
        display: none;
    }


    /* エントリーフォーム
    -----------------------------------------------------------*/
    /* #formWrap {
        width:95%;
        margin:0 auto;
    }
    table.formTable tr {
        
    }
    table.formTable th, table.formTable td {
        width:auto;
        display:block;
        padding: 10px;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
    }
    form input[type="text"], form textarea {
        width:80%;
        padding:5px;
        font-size:110%;
        display:block;
    }
    form input[type="submit"], form input[type="reset"], form input[type="button"] {
        display:block;
        width:100%;
        height:40px;
    }
    table .name_row input:nth-child(2) {
        margin-left: 0;
        margin-top: 10px;
    } */


}