@charset "utf-8";

/**********************************************
 * 全ページ共通
 *********************************************/
#wrapper {
    margin-top: 118px;
}

/*---------- h1ビジュアル ----------*/
.h1_bg {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/themes/tygr-tozai/images/h1_default.jpg');
    margin-bottom: 140px;
}

.h1_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.h1_inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.h1_text {
    color: #fff;
    margin-top: 150px;
}

/* 日本語タイトル */

.h1_title {
    position: relative;
    font-size: 2.0rem;
    color: #fff;
    z-index: 2;
    font-weight: 700;
}

/*---------- ビジュアル更新 ----------*/

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.alignright {
    margin-left: auto;
    text-align: right;
}

.alignleft {
    margin-right: auto;
    text-align: left;
}

.content_area .center {
    text-align: center;
}

.content_area .right {
    text-align: right;
}

.w13 {
    width: 13%;
}

.w15 {
    width: 17%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.scroll_table {
    margin-bottom: 10px;
}

.scroll_table table {
    table-layout: auto;
    margin-bottom: 10px;
}

.scroll_table th,
.scroll_table td {
    display: table-cell !important;
}

.scroll_table thead th {
    min-width: 200px !important;
    width: auto;
}

.scroll-hint-icon {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 125px;
    height: 90px;
    margin: auto;
}

figcaption.wp-caption-text {
    margin-top: 0.5rem;
}

img.alignright {
    margin-left: auto;
}

img.alignleft {
    margin-right: auto;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

pre {
    white-space: pre-wrap;
}

.gallery-item img {
    width: 100%;
}

.breadcrumb {
    overflow: hidden;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.waste-transport .breadcrumb,
.maintenance .breadcrumb {
    background: #F5F5F5;
}

.breadcrumb .breadcrumb_inner {
    overflow: hidden;
    width: 1920px;
    max-width: 100%;
    margin: auto;
    padding: 8px 20px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 255px;
    color: #fff;
    z-index: 10;
}

.breadcrumb .breadcrumb_inner a {
    display: inline-block;
    color: #fff;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    position: relative;
    text-decoration-line: none;
}

.breadcrumb .breadcrumb_inner a::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
}

.content_area.parent {
    background: none;
	padding: 0 20px;
}

#c_list #list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
	gap: 4%;
}

#c_list #list li {
    list-style: none;
    background: #ffffffff;
    width: 48%;
}

#c_list #list .text {
    padding: 30px 40px;
}

#c_list #list .text p {
    margin-bottom: 0;
}

#c_list h3.listtitle {
    font-weight: bold;
    font-size: 100%;
    padding-left: 0;
    margin: 0;
}

#c_list .listtitle::before {
    display: none;
}

#c_list {
    margin: 0 auto;
    padding-bottom: 200px;
    background: none;
}

#c_list h3 {
    margin: 0;
    line-height: 1.5;
    padding-left: 0;
}

#c_list #list li a {
    color: #000;
    text-decoration: none;
}

#c_list #list li .listtitle span {
    padding-right: 30px;
}

#c_list #list li:nth-child(3n+2) {
    margin-right: 0;
}

#c_list img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}


#c_list #list li {
    overflow: hidden;
}

#c_list #list li div {
    overflow: hidden;
}

#c_list #list li div img {
    display: block;
    transition: 0.3s;
}

#c_list #list li img:hover {
    transform: scale(1.05);
    transition-duration: 0.3s;
}

.content_area {
    max-width: 1120px;
    width: 100%;
    padding: 0 20px 100px 20px;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
}

.content_area * {
    max-height: 100%;
}

.wp-editor * {

    max-height: none;
}

.content_area>*:first-child {
    margin-top: 0 !important;
}

.content_area>*:last-child {
    margin-bottom: 0 !important;
}

.content_area .inner>*:first-child {
    margin-top: 0 !important;
}


.content_area .inner {
    max-width: 1100px;
    margin: auto;
}

.page_copy {
    margin: 60px 0 60px 0;
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    color: #0077C0;
}

.page_head {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 45px;
}

.c_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.arrow-icon {
    display: inline-block;
    width: 50px;
    height: 14px;
    background-image: url('../images/arrow_r_navy.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}


img {
    display: block;
    height: auto;
}

h2 {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 8px;
    border-bottom: 3px solid #0D52A0;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    color: #0D52A0;
}

h3 {
    margin-top: 20px;
    position: relative;
    margin-right: 5px;
	margin-bottom: 15px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 20px;

}

h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: solid 3px #0D52A0;
    height: 30px;

}


h4 {
    position: relative;
    margin: 40px 0 25px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
}

.link_btn {
    display: flex;
    justify-content: flex-end;
}

.link_btn a {
    display: inline-block;
    position: relative;
    max-width: 380px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    background: #fff;
    border: 1px solid #0077C0;
    border-radius: 50px;
    color: #0077C0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    text-decoration: none !important;
    transition: background 0.3s, border 0.3s, color 0.3s;
    text-align: center;
}

.link_btn a:hover {
    background: #0077C0;
    border-color: #0077C0;
    color: #fff;
}

.link_btn a::after {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/arrow_r_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 13px;
    right: 20px;
    top: calc(50% - 6px);
    transition: background 0.3s;
}

.link_btn a:hover::after {
    background: url(../images/arrow_r_white.svg);
    animation: icon-arrow 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
}

.link_btn a[target="_blank"]::after {
    background: url(../images/popup.svg) no-repeat center right;
    width: 14px;
    height: 14px;
}

.link_btn a[target="_blank"]:hover:after {
    animation: unset;
    background: url(../images/popup_white) no-repeat center right;
}

p {
    line-height: 1.875;
    margin: 0 0 25px;
}

p.intro {
    color: #009B9F;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 5.04rem;
    margin: 0 0 15px;
}

ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

ul li {
    list-style: disc;
    margin-bottom: 5px;
    line-height: 2.4rem;
}

.marker_non {
    list-style: none;
}

ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

ol li {
    list-style-type: decimal;
    counter-increment: cnt;
    margin-bottom: 5px;
    line-height: 2.4rem;
    position: relative;
}


table {
    border-collapse: separate;
    border-spacing: 0 8px;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}


table tr.alt {
    background: #f5f5f5;
}

table th,
table td {
    font-size: 20px;
    padding: 15px 25px;
}

table th:last-child,
table td:last-child {
    border-right: none;
}


table th {
    background-color: #ECEEF0;
    font-weight: 500;
    text-align: center;
    width: 30%;
}


/* 入れ子テーブル（役員一覧）の枠線と余白を調整 */

.td_tight {
    padding-top: 0;
    padding-bottom: 0;
}

td.nested-table-head {
    width: 30%;
    white-space: nowrap;
}

table td table {
    border-top: none;
    border-bottom: none;
    width: 100%;
}

table td table th,
table td table td {
    border-bottom: 1px solid #ddd;
    padding: 23px 0;
}

table td table tr:last-child td,
table td table tr:last-child th {
    border-bottom: none;
    padding-bottom: 0;
}


.scroll_txt {
    line-height: 2.5rem;
    padding: 3px 0 3px 60px;
    margin: 0;
    background: url(../images/icon_hand.svg) no-repeat center left;
}

.column_2,
.column_3,
.gallery {
    display: grid;
    grid-gap: 47px;
    margin-bottom: 40px;
}

.column_2 img {
    width: 100%;
}

.column_2 h3 {
    margin: 0 0 35px 0;
}

.column_2,
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.column_3,
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.w_800 {
    max-width: 800px;
    margin: 0 auto 40px;
}

.img_cap {
    font-size: 1.3rem;
    text-align: center;

    margin: 5px 0 0;

}

.img_cap strong {
    display: block;
    font-weight: bold;
    margin-bottom: -10px;
}

/***マップのレスポンシブ設定***/
#map {
    width: auto;
    margin: 30px auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#map iframe,
#map object,
#map embed {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro-text {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 70px;
    text-align: center;
}

.intro-text p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    margin: 0;
}


/**********************************************
 * ページナビ
 *********************************************/

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 30px;
}

.wp-pagenavi .current,
.wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #0D52A0;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.wp-pagenavi a {
    border: 1px solid #0D52A0;
    text-decoration: none !important;
    transition: all 0.3s;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
    background: #0D52A0;
    border-color: #0D52A0 !important;
    color: #fff;
}

.wp-pagenavi .current {
    font-weight: bold;
}

.extend {
    display: flex;
    align-items: center;
    margin: 0 10px;
    font-size: 1rem;
}

.localnav {
    position: relative;
    max-width: 1140px;
    padding: 50px 20px 60px;
    margin: auto;
}

.localnav::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: #F8F8F8;
}

    /* .ln：会社情報ナビ（COMPANY・代表挨拶／企業理念／会社概要） */
    .ln {
        position: relative;
        background: #F5F5F5;
        padding: 0 0 100px;
    }

    .ln_wrap {
        max-width: 1240px;
        margin: 0 auto;
        padding: 100px 20px 0;
    }

    .ln_parent {
        position: relative;
        margin-bottom: 30px;
    }

    .ln_parent_link {
		display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none !important;
    position: relative;
    }

    .ln_parent_link::before {
        display: inline;
        content: attr(data-slug) '';
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 4.2rem;
        font-weight: 700;
        color: #0D52A0;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        margin-bottom: 0;
    }

    .ln_child_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .ln_child_item {
        min-width: 0;
        list-style: none;
    }

    .ln_child_link {
        display: flex;
		justify-content: center;
        position: relative;
        align-items: center;
        min-height: 60px;
		width: 295px;
        padding: 16px 50px 16px 24px;
        background: #fff;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
        color: #000 !important;
        text-decoration: none !important;
        line-height: 1.5;
        transition: 0.2s ease;
    }

    .ln_child_link:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
        border-color: #0D52A0;
    }

    .ln_child_item.on .ln_child_link {
        background: #d2d2d2;
        border-color: #d8d8d8;
    }

   .ln_child_link::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        width: 25px;
        height: 8px;
        background-image: url(../images/arrow_r_navy.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-50%);
        flex-shrink: 0;
    }

    .ln_child_link:hover::after,
    .ln_child_item.on .ln_child_link::after {
        border-color: #0D52A0;
    }

    .ln_child_link::before {
        display: none;
    }


/* 取得認証 */
.flex_media {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 40px;
}

.yell_block p span {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 8px 8px 0;
    color: #fff;
    background-color: #0073bd;
}

.yell_block p span:first-child {
    background-color: #EC6D65;
}

.anchor-list {
    background: #EFF6FF;
    padding: 30px 30px 5px;
}

.anchor-list .link-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.anchor-list .grid2 {
    width: 50%;
    list-style: none;
    margin-bottom: 20px;
}

.anchor-list .caret-link {
    text-decoration: none;
    position: relative;
}

.anchor-list .caret-link::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    left: 0;
    top: 7px;
    background-color: #0077C0;
    border-radius: 50%;
    vertical-align: middle;
}

.anchor-list .caret-link:hover {
    color: #0077C0;
}


.anchor-list .caret-link {
    padding-left: 16px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    #wrapper {
        margin-top: 60px;
    }

    .h1_bg.recruit::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {

    .h1_bg {
        height: 350px;
		margin-bottom: 40px;
    }

    .h1_title {
        font-size: 1.6rem;
    }

    .default .h1_title {
        font-size: 2.4rem;
    }

    .h1_title::before {
        font-size: 4.8rem;
    }

    .default .h1_title::before {
        font-size: 1.6rem;
    }


    .h1_text {
        margin-top: 100px;
    }

    .page_link ol {
        display: block;
    }

    .link_h {
        margin: 35px 0 20px;
        padding: 7px 0 0 0;
        font-size: 2.0rem;
    }

    .link_btn {
        justify-content: center;
    }

    .link_btn a {
        padding: 15px 20px 15px 20px;
        font-size: 1.4rem;
    }
	
	#c_list {
		padding-bottom: 80px;
	}
	
    #c_list #list {
        margin: 50px auto 0;
    }

    #c_list #list li {
        width: 100% !important;
        margin: 0 0 25px 0 !important;
    }

    #c_list #list .text {
        padding: 20px;
    }

    #c_list .listtitle {
        font-weight: bold;
        font-size: 100%;
    }

    .ttl_area {
        padding: 90px 20px 0;
        margin-bottom: 25px;
    }

    .ttl_area::before {
        height: 120px;
    }

    .ttl_area_in {
        padding: 30px 20px 0;
    }

    .content_area {
        padding: 0 20px 65px;
    }

    .column_3 {
        margin: 20px 0;
    }

    .column_3>div {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    table th {
        width: 25%;
    }

    table th,
    table td {
        padding: 10px;
    }

    table.nowrap {
        min-width: 100%;
    }

    table.nowrap th,
    table.nowrap td {
        white-space: nowrap;
    }

    .table {
        margin-top: 50px;
    }

    td.nested-table-head {
        width: 50%;
    }

    .scroll_txt {
        display: block;
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .breadcrumb {
        font-size: 1.2rem;
    }

    .breadcrumb .breadcrumb_inner {
        padding-bottom: 10px;
    }

    .page_link {
        margin: 0;
    }

    .page_copy {
        font-size: 2.8rem;
        margin-top: 0;
        margin-bottom: 30px;
        padding-top: 50px;
    }

    .page_head {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .intro-text {
        padding: 40px 0 !important;
    }

    .intro-text p {
        font-size: 14px;
    }

    h2 {
        margin: 35px 0 20px;
        padding: 7px 0 20px 0;
        font-size: 2.0rem;
        line-height: 2.8rem;
    }

    h3 {
        font-size: 1.8rem;
        margin: 25px 0 15px;
    }

    h3::before {
        height: 20px;
        top: 4px;
    }

    h4 {
        font-size: 1.5rem;
        margin: 20px 0;
    }

    p {
        line-height: 2.5rem;
        margin: 0 0 15px;
    }

    p.intro {
        font-size: 1.7rem;
        line-height: 2.7rem;
        margin: 0 0 10px;
    }

    .page_link li {
        margin: 0 0 20px 0;
        line-height: 2.4rem;
    }

    .column_3 {
        margin: 20px 0;
    }

    .column_2 li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .column_3>div {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .column_2 li,
    .column_3 li {
        margin-bottom: 4%;
    }

    .column_2 ul li,
    .column_3 ul li,
    .column_2 ol li,
    .column_3 ol li {
        margin-bottom: 0;
    }

    .column_3 li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .column_2 p,
    .column_3 p {
        width: auto;
        margin-right: 0;
    }

    .column_2 p,
    .column_3 p {}

    .column_2 img+p,
    .column_3 img+p {
        margin-top: 5px !important;
    }

    .img_cap {
        font-size: 1.2rem;
    }

    .wp-pagenavi {
        margin-top: 40px;
    }

    .localnav {
        padding: 33px 20px 55px;
    }
	
	.ln {
    padding: 0 0 30px;
}

    .ln_wrap {
        padding: 40px 20px 50px;
    }

    .ln_parent {
        margin-bottom: 20px;
    }

    .ln_parent_link {
        font-size: 1.3rem;
        gap: 10px;
    }

    .ln_parent_link::before {
        font-size: 2.8rem;
    }

    .ln_child_list {
        flex-direction: column;
        gap: 12px;
        margin: 20px 0 0;
    }

    .ln_child_item {
        width: 100%;
        margin: 0 !important;
    }

    .ln_child_link {
        font-size: 1.4rem;
        min-height: 52px;
        padding: 12px 44px 12px 18px;
		width: 100%;
    }

    .ln_child_link::after {
        right: 14px;
        width: 20px;
        height: 20px;
    }

    .column_2,
    .gallery-columns-2 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .column_2 h3 {
        font-size: 1.8rem;
        margin: 0 0 15px 0;
    }

    .column_3,
    .gallery-columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .anchor-list.one-column .grid2 {
        width: 100%;
    }
	
	table th,
	table td {
		font-size: 14px;
		padding: 10px 10px;
	}
}



/*-------sitemap-------*/
.sitemap-list .caret-link {
    list-style: none;
    position: relative;
}

.sitemap-list .caret-link:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0D52A0;
    left: -18px;
    top: 10px;
    border-radius: 50%;
}