@charset "utf-8";

/*
theme Name: L&Gオリジナルテーマ
Author: lafdesign.inc
Description: L&G
version： 1.0.0
*/


::-webkit-scrollbar {
    width: 6px;
    height: auto;
}

 ::-webkit-scrollbar-track {
    background: #fff;
}

 ::-webkit-scrollbar-thumb {
    background: #494949;
}

.section-title::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 26px;
    background: linear-gradient(transparent 60%, #E2E2E2 60%);
    content: "";
    transition: 2s;
    transform: scale(0, 1);
    transform-origin: center top;
}

.section-title.isActive:after {
    transform: scale(1);
}


/*==========================================================================
    共通
==========================================================================*/

.inner {
    margin: 0 auto;
    max-width: 1140px;
}

.section-title {
    position: relative;
    padding-top: 2.4rem;
    margin: 0 auto;
    max-width: 810px;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 26px;
}

.section-title>.ja-title {
    position: absolute;
    right: 0;
    bottom: 4px;
    float: right;
    width: 100%;
    text-align: right;
    font-size: 18px;
}

.top-section-text {
    margin: 49px auto 0;
    max-width: 637px;
    line-height: 50px;
}

.more-btn {
    display: block;
    margin: 35px auto 0;
    padding-top: 14px;
    padding-bottom: 11px;
    max-width: 198px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    text-align: center;
    letter-spacing: 8px;
    font-weight: bold;
}

.more-btn:hover {
    border: 1px solid #808080;
    background-color: #E2E2E2;
    color: #333333;
}


/*==========================================================================
    header
==========================================================================*/

.header {
    width: 100%;
    height: auto;
}

.header>.inner {
    padding-right: 110px;
    padding-left: 92px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
}

.header-logo {
    width: 331px;
}

.header-link {
    display: flex;
    align-items: center;
}

.header-btn-contact {
    margin-left: 19px;
}

.header-btn {
    display: block;
    width: 161px;
    height: 53px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 53px;
}

.header-btn:hover {
    border: 1px solid #808080;
    background-color: #E2E2E2;
    color: #333333;
}

.header-nav {
    width: 100%;
    height: 61px;
}

.header-nav>.nav-list {
    display: flex;
    justify-content: space-around;
    padding-bottom: 12px;
    line-height: 61px;
}

.header-nav>.nav-list>.menu-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

.header-nav>.nav-list a {
    color: #707070;
    text-align: center;
}

.header-nav>.nav-list a:hover {
    border-bottom: 5px solid #808080;
    letter-spacing: 3px;
    font-weight: bold;
}


/* 
.sub-menu{
    position: absolute;
    top:61px;
    left:-800px;
    z-index: 11;
    display: none;
    justify-content: space-around;
    width:1500px;
    background-color: rgb(255, 255, 255 , 0.8);
}

.menu-item-has-children{
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    display: flex;
  }

.sub-menu > .menu-item{
    width:200px;
} */


/* ドロワー */

.drawer {
    display: none;
}

.drawer-text {
    color: #fff;
    text-align: center;
}

.drawer-icon {
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 41;
    padding: 10px 20px;
    color: #333;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

.drawer-open {
    display: block;
}

.m_checked .drawer-open {
    display: none;
}

.drawer-close {
    display: none;
}

.m_checked .drawer-close {
    display: block;
    color: #fff;
}

.drawer-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    visibility: hidden;
    overflow: auto;
    padding: 100px 16px 16px;
    width: 100%;
    height: 100vh;
    background-color: rgba(46, 45, 45, 1);
    text-align: left;
    opacity: 0.8;
}

.m_checked .drawer-content {
    visibility: visible;
    opacity: 1;
}

.drawer-nav li a {
    display: block;
    padding: 20px 12px 24px 0;
    border-bottom: 0.5px solid rgb(214, 214, 214);
    border-left: 6px solid transparent;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.drawer-nav li a::before {
    margin-right: 8px;
    font-weight: 900;
}

.drawer-nav .menu-item {
    margin-left: unset;
    padding-bottom: unset;
    width: unset;
    height: unset;
}


/*==========================================================================
    top
==========================================================================*/

.top {
    position: relative;
}

.catch-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.main-visual {
    width: 100%;
}

.first-view {
    overflow: hidden;
    width: 100%;
}


/*==========================================================================
    concept
==========================================================================*/

.concept {
    padding-top: 88px;
    padding-bottom: 34px;
}


/*==========================================================================
    corporate
==========================================================================*/

.corporate {
    padding-top: 37px;
    padding-bottom: 78px;
}

.main-visual {
    height: 100vh;
}


/*==========================================================================
    service
==========================================================================*/

.servive {
    padding-top: 28px;
    padding-bottom: 57px;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 49px auto 0;
    max-width: 818PX;
}

.service-link:hover+.service-pas {
    background-color: #F8ECCB;
}

.service-link {
    width: 100%;
    height: 100%;
}

.service-list>.list-item {
    position: relative;
    margin-top: 18px;
}

.service-img {
    width: 400px;
    height: 150px;
}

.service-name {
    position: absolute;
    right: 33px;
    bottom: 18px;
    z-index: 10;
    color: #fff;
    text-shadow: 3px 3px 6px #000;
    font-weight: bold;
    font-size: 22px;
}

.service-pas {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient( rgba(186, 186, 186, 0.3), rgba(149, 149, 149, 0.75));
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}


/*==========================================================================
    news
==========================================================================*/

.news {
    padding-top: 45px;
    padding-bottom: 38px;
}

.news-list {
    margin-top: 49px;
}

.news-list>.list-item {
    margin: 34px auto 0;
    max-width: 488px;
}

.news-list>.list-item>a {
    display: flex;
    justify-content: flex-start;
}

.news-list>.list-item:first-child {
    margin-top: 0;
}

.date-time {
    margin-right: 15px;
    color: #707070;
    font-weight: bold;
}


/*==========================================================================
    sns
==========================================================================*/

.sns {
    padding-top: 42px;
    padding-bottom: 91px;
}

.sns-icon {
    display: flex;
    justify-content: center;
    margin-top: 96px;
}

.sns-link-btn:hover {
    opacity: 0.6;
}

.fab {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    font-size: 61px;
    line-height: 110px;
}

.fa-twitter {
    background-color: #1DA1F2;
    color: #fff;
}

.fa-instagram {
    position: relative;
    margin-left: 77px;
    background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
    color: #fff;
}

.fa-facebook-f {
    margin-left: 77px;
    background-color: #1877F2;
    color: #fff;
}


/*==========================================================================
    footer
==========================================================================*/

.footer {
    background-color: #F4F4F4;
}

.footer>.inner {
    padding-top: 69px;
    padding-bottom: 159px;
}

.footer-logo {
    display: block;
    margin: 0 auto;
}

.footer-nav {
    margin-top: 85px;
    list-style: none;
}

.footer-list {
    display: flex;
    justify-content: space-around;
}

.footer-list>.list-item>a {
    color: #707070;
}

.footer-list>.list-item>a:hover {
    color: #333;
}

.footer-bottom {
    width: 100%;
    background-color: #B0B0B0;
}

.copy-light {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}


/*==========================================================================
    下層ページ共通
==========================================================================*/

.post-page,
.search-page,
.archive-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

.post-page>.inner {
    display: flex;
    justify-content: space-between;
}

.main {
    width: 800px;
}

.side {
    width: 300px;
}

.widget {
    text-align: center;
}


/*==========================================================================
    single.php & page.php（投稿ページ & 固定ページ）
==========================================================================*/

.postpage-title {
    font-size: 32px;
}

.post-content {
    margin-top: 80px;
}

.post-page .post-thumbnail {
    margin: 0 auto;
    max-width: 650px;
    height: auto;
    border: none;
}

.post-page h2:not(.section-title) {
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 10px solid #808080;
    padding-left: 10px;
    font-size: 20px;
}

.post-page h3 {
    margin-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.post-page h4 {
    margin-top: 30px;
    padding-left: 10px;
    margin-bottom: 50px;
    border-left: 10px solid #808080;
}

.post-page h5 {
    margin-top: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    border-left: 10px solid #808080;
}

.post-page img {
    margin-bottom: 20px;
}

.post-page p {
    margin-top: 8px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.left-box {
    width: 49%;
}

.right-box {
    width: 49%;
}


/*==========================================================================
    採用情報ページ
==========================================================================*/

.recruit-table,
.recruit-table tr,
.recruit-table th,
.recruit-table td {
    display: flex;
    border: none;
}

.recruit-table tbody {
    width: 100%;
}

.recruit-table tr {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.recruit-table th {
    width: 25%;
}

.recruit-table td {
    width: 75%;
}

.number {
    display: inline-block;
    margin-right: 4px;
    padding: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.staff-name {
    font-size: 20px;
}

.recruit {
    margin-top: 40px;
}

.entry-banner {
    display: block;
    margin: 40px auto 0;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 80%;
    border: 2px solid #a08221;
    color: #a08221;
    text-align: center;
    font-size: 24px;
    transition: 0.5s;
}

.entry-banner:hover {
    background-color: #a08221;
    color: #fff;
}

.req {
    display: block;
    margin-left: 8px;
    padding-top: 3px;
    color: red;
    font-size: 12px;
}

.wpcf7-submit.wpcf7-submit {
    margin-top: 20px;
}


/*==========================================================================
    archive.php & category.php（アーカイブページ & カテゴリーページ）
==========================================================================*/

.archive-page>.inner {
    display: flex;
}

.archive-list {
    padding-top: 80px;
    padding-bottom: 80px;
}

.archive-item {
    margin-top: 24px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #333;
}

.archive-item:first-child {
    margin-top: 0;
}

.archive-item>a {
    display: flex;
}

.archive_post-thumbnail {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 120px;
}

.archive_post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateY(-50%) translateX(-50%);
}

.archive_post-content {
    font-size: 14px;
}

.archive_post-body {
    width: 80%;
}

.archive_post-title {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 20px;
}

.archive-page .time-date {
    font-size: 14px;
}

.archive-page .wp-post-image {
    height: 180px;
}


/*==========================================================================
    サイドバー
==========================================================================*/

.widget img {
    width: 100%
}

@media screen and (max-width:768px) {
    /*==========================================================================
    共通
==========================================================================*/
    .inner {
        width: 95%;
    }
    .section {
        margin-top: unset;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .more-btn {
        margin-top: 40px;
    }
    .top-section-text {
        padding-top: 40px;
    }
    /*==========================================================================
    header
==========================================================================*/
    .header>.inner {
        padding-right: 0;
        padding-left: 0;
        width: 95%;
    }
    .header-logo {
        width: 60%;
    }
    /*==========================================================================
    top
==========================================================================*/
    .top {
        padding-top: 0;
        padding-bottom: 0;
    }
    .catch-copy {
        width: 100%;
    }
    /*==========================================================================
    service
==========================================================================*/
    .service-list {
        padding-top: 40px;
    }
    .service-list .list-item {
        width: 50%;
    }
    /*==========================================================================
    footer
==========================================================================*/
    .footer-list {
        flex-wrap: wrap;
        /* justify-content: center; */
    }
    .footer-list>.list-item {
        padding-right: 8px;
        padding-left: 8px;
    }
    /*==========================================================================
    下層ページ共通
==========================================================================*/
    .post-page,
    .search-page,
    .archive-page {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .post-page>.inner {
        flex-direction: column;
    }
    .main {
        width: 100%;
    }
    .side {
        margin-top: 40px;
        width: 100%;
    }
}

@media screen and (max-width:616px) {
    /*==========================================================================
    共通
==========================================================================*/
    .body.body {
        font-size: 14px;
    }
    .section-title {
        font-size: 20px;
    }
    .section-title>.ja-title {
        bottom: -24px;
        left: unset;
        text-align: center;
        font-size: 12px;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .top-section-text {
        width: 90%;
        line-height: unset;
    }
    .post-content {
        margin-top: 40px;
    }
    /*==========================================================================
    header
==========================================================================*/
    .header {
        position: fixed;
        z-index: 20;
        width: 100%;
        background-color: #fff;
        box-shadow: 3px 3px 6px #00000029;
    }
    .header-link {
        display: none;
    }
    .header-nav {
        display: none;
    }
    /* ドロワー */
    .drawer {
        display: block;
    }
    .drawer-text {
        font-size: 24px;
    }
    .drawer-content {
        padding-top: 40px;
    }
    /*==========================================================================
    top
==========================================================================*/
    .top {
        padding-top: 59px;
    }
    .catch-copy {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        transform: translateY(-50%) translateX(-50%);
    }
    .top-section-text {
        padding-top: 0;
    }
    /*==========================================================================
    service
==========================================================================*/
    .service-list {
        padding-top: 0;
    }
    .service-list .list-item {
        width: 100%;
    }
    /*==========================================================================
    news
==========================================================================*/
    .news-list {
        padding-top: 0;
    }
    /*==========================================================================
    sns
==========================================================================*/
    .fa-instagram {
        margin-left: 24px;
    }
    .fa-facebook-f {
        margin-left: 24px;
    }
    .sns-icon {
        margin-top: 48px;
    }
    .fab {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        font-size: 48px;
        line-height: 80px;
    }
    /*==========================================================================
    footer
==========================================================================*/
    .footer-list {
        text-align: center;
    }
    .footer>.inner {
        padding-bottom: 40px;
    }
    /*==========================================================================
    採用情報ページ
==========================================================================*/
    .recruit-table th {
        font-size: 14px;
    }
    /*==========================================================================
    archive.php & category.php（アーカイブページ & カテゴリーページ）
==========================================================================*/
    .archive-page>.inner {
        flex-direction: column;
    }
    .archive_post-thumbnail {
        width: 40%;
    }
    .archive_post-body {
        width: 60%;
    }
    .staff-name {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    /*==========================================================================
    共通
==========================================================================*/
    .body.body {
        font-size: 14px;
    }
    .section-title {
        font-size: 20px;
    }
    .section-title>.ja-title {
        bottom: -24px;
        left: unset;
        text-align: center;
        font-size: 12px;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .top-section-text {
        width: 90%;
        line-height: unset;
    }
    .post-content {
        margin-top: 40px;
    }
    /*==========================================================================
    header
==========================================================================*/
    .header {
        position: fixed;
        z-index: 20;
        width: 100%;
        background-color: #fff;
        box-shadow: 3px 3px 6px #00000029;
    }
    .header-link {
        display: none;
    }
    .header-nav {
        display: none;
    }
    /* ドロワー */
    .drawer {
        display: block;
    }
    .drawer-text {
        font-size: 24px;
    }
    .drawer-content {
        padding-top: 40px;
    }
    /*==========================================================================
    top
==========================================================================*/
    .top {
        padding-top: 59px;
    }
    .catch-copy {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        transform: translateY(-50%) translateX(-50%);
    }
    .top-section-text {
        padding-top: 0;
    }
    /*==========================================================================
    service
==========================================================================*/
    .service-list {
        padding-top: 0;
    }
    .service-list .list-item {
        width: 100%;
    }
    /*==========================================================================
    news
==========================================================================*/
    .news-list {
        padding-top: 0;
    }
    /*==========================================================================
    sns
==========================================================================*/
    .fa-instagram {
        margin-left: 24px;
    }
    .fa-facebook-f {
        margin-left: 24px;
    }
    .sns-icon {
        margin-top: 48px;
    }
    .fab {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        font-size: 48px;
        line-height: 80px;
    }
    /*==========================================================================
    footer
==========================================================================*/
    .footer-list {
        text-align: center;
    }
    .footer>.inner {
        padding-bottom: 40px;
    }
    /*==========================================================================
    採用情報ページ
==========================================================================*/
    .recruit-table th {
        font-size: 14px;
    }
    /*==========================================================================
    archive.php & category.php（アーカイブページ & カテゴリーページ）
==========================================================================*/
    .archive-page>.inner {
        flex-direction: column;
    }
    .archive_post-thumbnail {
        width: 40%;
    }
    .archive_post-body {
        width: 60%;
    }
    .staff-name {
        font-size: 14px;
    }
}