@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 751px) {
    #main {
        height: 100%;
    }

    .pc {
        display: inline;
    }
    .sp {
        display: none;
    }

    /* パンクズここから */

    .breadcrumbs_wrapper {
        width: 100%;
        background-color: #f6f6f6;
        line-height: 60px;
        position: absolute;
        top: 60px;
    }

    .breadcrumbs {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        position: relative;
    }

    .breadcrumbs a {
        text-decoration: none;
        color: #9d9d9d;
    }

    .breadcrumbs span {
        margin-right: 2px;
    }

    /* パンクズ ここまで */

    .sub_copy {
        text-align: left;
        margin-bottom: 30px;
        font-weight: 100;
        font-size: 16px;
        margin-top: 10px;
    }

    /* タイトルここから */

    #section_title {
        max-width: 1000px;
        /*  margin: 0 auto;*/
        margin: 340px auto 50px;
    }

    .section_title_outer {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        /*
    display: flex;
    align-items: flex-end;
*/
        display: block;
    }

    #section_title h3 {
        margin-top: 10px;
        text-align: left;
    }

    .section_title_outer h2.title {
        font-family: "Readex Pro", sans-serif;
        color: black;
        font-size: 60px;
    }

    .section_title_outer h2.title span {
        color: #fffc01;
        /* font-family: "M PLUS 1p"; */
        font-family: "meiryo", Yu Gothic, sans-serif;
        font-size: 14px;
        font-weight: 100;
        color: black;
        vertical-align: middole;
        margin-left: 10px;
        margin-right: 20px;
    }

    .section_title_outer img {
        width: 600px;
        position: absolute;
        right: 0;
        bottom: -20px;
        z-index: -1;
    }

    img.works_img_illust.pc {
    width: 480px;
    position: absolute;
    bottom: 0px;
}

    #greeting_area .section_title_outer img {
        width: 600px;
        position: absolute;
        right: 0;
        bottom: -60px;
        z-index: -1;
    }

    #company .section_title_outer img {
        width: 420px;
        position: absolute;
        right: 0;
        bottom: -20px;
    }

    /*
.contents_wrapper{
  max-width: 1000px;
  margin: 0 auto;
}
*/

    .archive_btn {
        width: 250px;
        line-height: 50px;
        background-color: #fff;
        border: 1px #fffc01 solid;
        box-sizing: border-box;
        border-radius: 25px;
        /*    color: #fffc01;*/
        text-align: center;
        font-size: 14px;
        margin: 20px auto 10px;
    }

    /*    ループ要素_works*/
    .categoryList {
        max-width: 1000px;
        margin: 0 auto 60px;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }

    .categoryList li {
        font-size: 14px;
        background: #f6f6f6;
        list-style: none;
        /*           padding: 5px 0px;*/
        width: 20%;
        border-right: 1px solid #d6d6d6;
    }
    .categoryList li a {
        display: block;
        padding: 10px 0px;
        transition: 0.5s;
        text-decoration: none;
        color: black;
    }

    .categoryList li a:hover {
        background: #999;
        color: #fff;
    }

    .categoryList li:last-child {
        border: none;
    }

    .contents_wrapper_works {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
        height: auto;
        /*                background-color: antiquewhite;*/
        overflow: hidden;
    }

    .works_outer {
        /*     width: 47%; */
        height: auto;
        /*    background-color:aquamarine; */
        margin-bottom: 40px;
        width: 47%;
    }

    .works_outer img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .works_outer a {
        text-decoration: none;
        color: black;
    }

    .works_img img {
        width: 100%;
        height: auto;

        float: left;
    }
    /*     .works_category{
        background-color: #fffc01;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 1.5rem;
        color: #fff;
        display: inline-block;
    } */

    .works_title {
        font-size: 18px;
        margin: 6px 0px 2px;
        font-weight: 700;
    }
    .works_client_name {
        font-size: 14px;
    }

    /*    ループ要素_column*/
    .contents_wrapper_column {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        /*    justify-content: space-between;*/
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: left;
        height: auto;
        /*                background-color: antiquewhite;*/
        overflow: hidden;
    }
    .column_outer {
        width: 30%;
        margin-right: 5%;
        height: auto;
        /*    background-color:aquamarine;*/
        margin-bottom: 60px;
    }

    .column_outer a {
        text-decoration: none;
        color: black;
    }

    img.column_img {
        width: 290px;
    }

    .works_img {
        width: 100%;
        height: 200px;
    }

    .works_img img {
        width: 100%;
        /* 		height:100%; */
        height: 300px;
        object-fit: cover;
        margin-bottom: 8px;
    }

    .column_outer:nth-of-type(3n) {
        margin-right: 0%;
    }

    .column_img img {
        width: 100%;
        height: auto;

        float: left;
    }
    /*     .column_category{
        background-color: #fffc01;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 1.5rem;
        color: #fff;
        display: inline-block;
    } */

    .column_title {
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 500;
    }
    .column_time {
        font-size: 14px;
    }

    /*    ループ要素_award*/
    .contents_wrapper_award {
        width: 1000px;
        margin: 0px auto 50px;
        text-align: left;
        height: auto;
    }

    .award_outer {
        position: relative;
        width: 100%;
        height: 380px;
        overflow: hidden;
        margin-bottom: 70px;
        border-radius: 15px;
    }

    .award_img {
        position: relative;
        width: 50%;
        height: 100%;
        /*
        height: auto;
        top:0;
        left: 0;
*/
    }

    .award_img img {
        width: 100%;
        position: absolute;
        top: -50;
        left: 0;
        border-radius: 15px;
        /*        height: 380px;*/
        height: 100%;
        object-fit: cover;
    }

    img.award_illusut {
        width: 450px;
    }
    .award_contents_detail {
        position: absolute;
        /*         padding: 40px; */
        padding: 30px 40px;
        width: 54%;
        height: auto;
        /*        float: right;*/
        background-color: #f6f6f6;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        overflow: hidden;
        border-radius: 15px;
    }
    .award_contents {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 15px;
        line-height: 1.5rem;
        max-height: 50px;
        width: 100%;
        /*     background-color: aqua; */
        color: black;
        overflow: hidden;
        display: inline-block;
    }

    .award_contents_detail a {
        color: black;
    }
    .award_title {
        font-size: 18px;
        font-weight: 500;
    }
    .award_btn {
        clear: both;
        line-height: 40px;
        font-size: 14px;
        border-radius: 25px;
        background-color: #fffc01;
        display: inline-block;
        padding: 0px 24px;
        border: 1px black solid;
        box-sizing: border-box;
        box-shadow: 3px 3px black;
        display: inline-block;
        text-decoration: none;
    }

    .award_overview {
        font-size: 14px;
        margin: 20px 0px;
    }

    .award_client_name {
        font-size: 14px;
    }

    img.award_img {
        width: 360px;
    }

    /*    ページナビここから*/

    .wp-pagenavi {
        width: 1000px;
        margin: 70px auto;
    }

    span.pages {
        margin-right: 20px;
    }
    span.current {
        margin-right: 20px;
    }
    a.page.larger {
        margin-right: 20px;
        text-decoration: none;
        color: blue;
    }
    a.nextpostslink {
        text-decoration: none;
    }

    /*    会社概要ページここから*/

    #company {
        width: 1000px;
        margin: 0 auto;
        line-height: 1.5rem;
    }

    section#section_title\ greeting_title {
        margin-top: 320px;
    }

    table,
    td,
    th {
        border-collapse: collapse;
        font-size: 14px;
        text-align: left;
        /*	border: 1px solid #595959;*/
        /*コレ*/
        border-top: 1px solid #dcdcdc;
        /*コレ*/
        border-bottom: 1px solid #dcdcdc;
        /*    padding: 10px;*/
        /*    background: #f2f2f2;*/
    }
    /*
td, th {
	padding: 3px;
	width: 30%;
	height: 25px;
}
*/
    th {
        box-sizing: border-box;
        margin: 0;
        padding-left: 30px;
        width: 140px;
        line-height: 6rem;
        background: #fafafa;
    }
    td {
        padding-left: 30px;
        box-sizing: border-box;
        width: 860px;
    }

    td span {
        font-size: 12px;
    }

    #greeting {
        width: 1000px;
        margin: 0 auto;
        line-height: 1.5rem;
    }

    #greeting h1 {
        line-height: 1.5rem;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    #greeting h2 {
        line-height: 1.5rem;
        font-size: 30px;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    #greeting h2 span {
        color: black;
        font-size: 14px;
        /*              vertical-align: bottom;*/
        font-weight: 100;
        margin-left: 8px;
    }

    #greeting h3 {
        margin: 10px 0 40px;
        line-height: 1.5rem;
        font-size: 14px;
        font-weight: 100;
    }

    #greeting h4 {
        margin: 30px 0 10px;
        line-height: 1.5rem;
        font-size: 14px;
        font-weight: 700;
    }

    #greeting p {
        line-height: 1.5rem;
        font-size: 14px;
    }

    #greeting .jagda {
        font-size: 12px;
    }

    /*    会社概要ページここまで*/

    .mw_wp_form_complete p {
        padding-left: 0px;
        font-size: 16px;
    }

    /* フッター */

    .footer {
        position: relative;
        margin: 100px auto 30px;
        width: 1000px;
        height: 50px;
        /* background-color: #eaedf2; */
    }
    .footer_logo img {
        width: 120px;
        float: left;
        margin-right: 20px;
    }

    .footer_logo small {
        vertical-align: bottom;
        font-size: 12px;
        line-height: 24px;
        font-weight: 100;
    }

    /*   .footer .top_btn{
    position: absolute;
    right: 0px;
    bottom:30px
  } */
}

@media screen and (max-width: 825px) {
    body {
        /* font-family: "M PLUS 1p", sans-serif; */
        font-family: "meiryo", Yu Gothic, sans-serif;

        letter-spacing: 0.1rem;
        height: 100%;
        max-width: 100%;
        font-feature-settings: "palt";
    }

    a:hover{
        opacity: 0.5;
    }

    #all_wrapper {
        overflow: hidden;
    }

    .pc {
        display: none;
    }
    .sp {
        display: inline;
    }

    /* MVここから */
    .nav_sp {
        display: block;
    }

    .nav_pc {
        display: none;
    }

    h1 {
        /* font-family: "M PLUS 1p", sans-serif; */
        font-family: "meiryo", Yu Gothic, sans-serif;

        font-weight: 100;
        font-size: 9px;
        line-height: 1;
        margin-bottom: 3px;
        position: relative;
    }

    .header {
        /* height: 70px; */
        /* padding: 0px 0px 20px
px
 0px; */
        padding: 20px;
        position: fixed;
        z-index: 15;
        width: 100%;
        top: 0;
        height: auto;
    }

    /* 修正ここから */
    .header .logo img {
        height: 24px;
        float: left;
        z-index: 1000;
        position: relative;
    }
    /* 修正ここまで */

    nav {
        display: block;
        float: right;
        /* background-color: aqua; */
    }

    .header nav ul {
        float: left;
        margin-right: 15px;
        line-height: 60px;
    }

    .header nav ul li {
        display: inline-block;
        font-size: 14px;
        /*margin-right: 15px;*/
        line-height: 30px;
        width: 100%;
    }

    li.cotact_btn_hmmenu {
        background-color: #fffc01;
        margin-top: 30px;
        line-height: 60px;
        border-radius: 15rem;
    }

    .header .contact_btn {
        float: right;
        font-size: 14px;
        font-weight: 700;
        line-height: 60px;
        background-color: #fffc01;
        padding-left: 30px;
        padding-right: 30px;
    }
    .header .contact_btn {
        color: black;
        transition: 0.2s;
    }

    .header .contact_btn a:hover {
        background-color: #f5c53a;
        color: #fff;
    }

    .sub_copy {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: 100;
        font-size: 16px;
    }

    .breadcrumbs_wrapper {
        /* position: absolute; */
        /* top: 70px; */
        margin-top: 80px;
        height: auto;
        padding: 20px;
        background-color: #f6f6f6;
        font-size: 12px;
        line-height: 1.4rem;
    }

    .breadcrumbs a {
        text-decoration: none;
        color: #9d9d9d;
        margin-right: 6px;
    }

    .main_view_upper_column {
        /*     margin-top: 140px; */
        margin-top: 0px;
    }

    /* タイトルここから */

    #section_title {
        max-width: 100%;
        margin: 100px auto 30px;
    }

    .section_title_outer {
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 30px;
        /*
    display: flex;
    align-items: flex-end;
    
*/
        display: block;
    }

    .section_title_outer {
        width: 90%;
        display: block;
        /*align-items: flex-end;*/
    }

    #company .section_title_outer {
        width: 100%;
    }

    #greeting_area .section_title_outer {
        width: 100%;
        display: block;
        /*align-items: flex-end;*/
    }

    #section_title h3 {
        margin-top: 10px;
        text-align: left;
        width: 45%;
        font-size: 14px;
        font-weight: 100;
    }

    .section_title_outer h2.title {
        font-family: "Readex Pro", sans-serif;
        font-size: 30px;
        line-height: 1rem;
        display: inline-block;
        z-index: 1;
        position: relative;
    }

    .section_title_outer h2.title span {
        display: block;
        color: #fffc01;
        /* font-family: "M PLUS 1p"; */
        font-family: "meiryo", Yu Gothic, sans-serif;
        font-size: 14px;
        font-weight: 100;
        color: black;
        vertical-align: middole;
        margin-top: 20px;
        /*  margin-left: 10px;*/
    }
    .archive_btn {
        width: 250px;
        line-height: 50px;
        background-color: #fff;
        border: 1px #fffc01 solid;
        box-sizing: border-box;
        border-radius: 25px;
        /*    color: #fffc01;*/
        text-align: center;
        font-size: 14px;
        margin: 0 auto;
    }

    .section_title_outer img {
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 0px;
    }

    .categoryList {
        max-width: 90%;
        margin: 0 auto 60px;
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .categoryList li {
        line-height: 2rem;
        font-size: 14px;
        background: #f6f6f6;
        list-style: none;
        /* padding: 5px 0px; */
        width: 100%;
        border-bottom: 1px solid #d6d6d6;
    }
    .categoryList li a {
        display: block;
        padding: 5px 0px;
        transition: 0.5s;
        text-decoration: none;
        color: black;
    }

    .categoryList li a:hover {
        background: #999;
        color: #fff;
    }

    .categoryList li:last-child {
        border: none;
    }

    /*    ループ要素_works*/
    .contents_wrapper_works {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
        height: auto;
        /*                background-color: antiquewhite;*/
        overflow: hidden;
    }
    .works_outer {
        display: block;
        width: 90%;
        height: auto;
        margin: 0px auto 40px;
        /*    background-color:aquamarine;*/
    }
    .works_img img {
        width: 100%;
        height: auto;

        float: left;
        margin-bottom: 10px;
    }
    /*     .works_category{
        background-color: #fffc01;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 1.5rem;
        color: #fff;
        display: inline-block;
    } */

    .works_title {
        font-size: 18px;
        margin-top: 5px;
        font-weight: 500;
        color: black;
    }

    .works_outer a {
        text-decoration: none;
        color: black;
    }

    .works_client_name {
        font-size: 14px;
        text-decoration: none;
    }

    /*    ループ要素_column*/
    .contents_wrapper_column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
        height: auto;
        /*                background-color: antiquewhite;*/
        overflow: hidden;
    }
    .column_outer {
        display: block;
        width: 90%;
        height: auto;
        margin: 0px auto 40px;
        /*    background-color:aquamarine;*/
    }

    .column_outer a {
        text-decoration: none;
        color: black;
    }

    .column_img img {
        width: 100%;
        height: auto;

        float: left;
    }

    img.column_img {
        /* width: 45%; */
        width: 55%;
    }

    /*     .column_category{
        background-color: #fffc01;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 1.5rem;
        color: #fff;
        display: inline-block;
    } */

    .column_title {
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 500;
    }
    .column_time {
        font-size: 14px;
    }

    /*    ループ要素_award*/
    .contents_wrapper_award {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
        height: auto;
        /*                background-color: antiquewhite;*/
        overflow: hidden;
    }
    .award_outer {
        display: block;
        width: 90%;
        height: auto;
        margin: 0px auto 40px;
        /*    background-color:aquamarine;*/
    }

    .award_contents_detail a {
        color: black;
    }

    .award_img {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 10px;
    }

    .award_img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    .award_contents {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px;
        line-height: 1.5rem;
        color: black;
        display: inline-block;
    }

    .award_contents_detail {
        margin-bottom: 20px;
    }

    .award_title {
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 500;
    }

    .award_btn {
        clear: both;
        line-height: 40px;
        font-size: 14px;
        border-radius: 25px;
        background-color: #fffc01;
        display: inline-block;
        padding: 0px 24px;
        text-decoration: none;
    }

    .award_overview {
        font-size: 14px;
        margin: 20px 0px;
    }

    .award_client_name {
        font-size: 14px;
    }

    /*    ページナビここから*/

    .wp-pagenavi {
        width: 90%;
        margin: 70px auto;
    }

    span.pages {
        margin-right: 20px;
    }
    span.current {
        margin-right: 20px;
    }
    a.page.larger {
        margin-right: 20px;
        text-decoration: none;
        color: blue;
    }
    a.nextpostslink {
        text-decoration: none;
    }

    /*    会社概要ページここから*/

    #company {
        width: 90%;
        margin: 0 auto;
        line-height: 1.5rem;
    }

    section#section_title\ greeting_title {
        margin-top: 100px;
    }

    table,
    td,
    th {
        border-collapse: collapse;
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        /*    text-align: left;*/
        /*	border: 1px solid #595959;*/
        /*コレ*/
        /*        border-top: 1px solid #DCDCDC;*/
        /*コレ*/
        /*        border-bottom: 1px solid #DCDCDC;*/
        /*    padding: 10px;*/
        /*    background: #f2f2f2;*/
    }
    /*
td, th {
	padding: 3px;
	width: 30%;
	height: 25px;
}
*/
    th {
        /*    box-sizing: border-box;*/
        /*    margin: 0;*/
        padding-left: 20px;
        /*    width: 140px;*/
        line-height: 3rem;
        background: #fafafa;
        display: block;
        text-align: left;
    }
    td {
        /*
        padding-left: 30px;
        box-sizing: border-box;
        width: 860px;
*/
        /* padding-left: 30px; */
        /* box-sizing: border-box; */
        /* width: 100%; */
        display: block;
        line-height: 4rem;
        padding-left: 20px;
    }

    .multi_lines {
        margin: 30px 0px;
        line-height: 1.4rem;
    }

    td span {
        font-size: 12px;
    }

    #greeting_area {
        width: 90%;
        margin: 0 auto;
    }

    #greeting {
        width: 100%;
        margin: 0 auto;
        line-height: 1.5rem;
    }

    #greeting h1 {
        line-height: 1.8rem;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 24px;
    }

    #greeting h2 {
        line-height: 1.5rem;
        font-size: 32px;
        font-weight: 700;
        margin-top: 70px;
        display: block;
        width: 100%;
    }

    #greeting h2 span {
        display: block;
        color: black;
        font-size: 14px;
        /*              vertical-align: bottom;*/
        font-weight: 100;
        /* margin: 10px 0px 30px; */
        margin: 10px 0px 0px;
    }

    #greeting h3 {
        margin: 10px 0 40px;
        line-height: 1.5rem;
        font-size: 14px;
        font-weight: 100;
    }

    #greeting h4 {
        margin: 30px 0 10px;
        line-height: 1.5rem;
        font-size: 14px;
        font-weight: 700;
    }

    #greeting p {
        line-height: 1.5rem;
        font-size: 14px;
    }
    /*    会社概要ページここまで*/

    .mw_wp_form_complete p {
        padding-left: 0px;
        font-size: 16px;
    }

    /* フッター */

    .footer {
        width: 100%;
        height: auto;
        margin: 80px auto 0px;
        padding: 20px;
        background-color: #fff;
        overflow: hidden;
    }
    .footer_logo {
        float: left;
    }

    .footer_logo img {
        width: 120px;
        margin-right: 20px;
        display: block;
    }

    .footer_logo small {
        font-size: 10px;
        font-weight: 100;
    }

    .footer .top_btn {
        float: right;
        /*     width: 36px; */
        width: 100%;
        margin-right: 5px;
        text-align: center;
    }
}
