@charset "utf-8";

/*---------- ビジュアル更新 ----------*/
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;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

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%;
}

/*-------------------------------*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

p {
    display: block;
    margin-bottom: 30px;
    line-height: 1.85em;
    letter-spacing: 0.1em;
}

ul,
ol {
    padding-left: 20px;
    margin: 10px 0;
}

li {
    /* font-size: 1.5rem; */
    /* letter-spacing: 1.5px; */
    line-height: 2.7rem;
    margin-bottom: 5px;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

ul li:last-child,
ol li:last-child {
    margin-bottom: 0;
}

a {
    color: #222;
    text-decoration: underline;
}

a:visited {
    color: #333;
}

a[target="_blank"] {
    padding-right: 25px;
    background: url(../img/popup.svg) no-repeat center right 5px;
}

a.non[target="_blank"] {
    padding-right: 0;
    background: none;
}

a[href$=".doc"],
a[href$=".docx"] {
    padding-right: 25px;
    background: url(../img/icon_word.svg) no-repeat center right 5px;
}

a[href$=".xls"],
a[href$=".xlsx"] {
    padding-right: 25px;
    background: url(../img/icon_excel.svg) no-repeat center right 5px;
}

a[href$=".pdf"] {
    padding-right: 25px;
    background: url(../img/icon_pdf.svg) no-repeat center right 5px;
}

a.none[href$=".pdf"] {
    padding-right: 0;
    background: none;
}

[href^="tel:"] {
    color: #333 !important;
    pointer-events: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.anchor {
    display: block;
    padding-top: 120px !important;
    margin-top: -120px !important;
}

/*-------------------------------------------------------------
	table
-------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    width: 100%;
    margin: 30px auto;
}

table tr {
    border-bottom: 1px solid #CCCCCC;
}

table tr:first-child {
    border-top: 1px solid #CCCCCC;
}

table th {
    font-weight: 700;
    text-align: left;
    padding: 20px 25px;
    background: #F2F4FA;
    width: 25.45%;
    vertical-align: unset;
}

table td {
    padding: 20px;
}

table th>*:first-child,
table td>*:first-child {
    margin-top: 0 !important;
}

table th>*:last-child,
table td>*:last-child {
    margin-bottom: 0 !important;
}

table td ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

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

.inner {
    max-width: 1098px;
    margin: 0 auto 0;
    position: relative;
}

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

.content_area .link_btn {
    display: block;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 270px;
    max-width: 100%;
    height: auto;
    padding: 17px 59px 18px 48px;
    background: #053686 url(../img/arrow_r_white.svg) no-repeat top 25px right 27px / 32px 10px;
    border: 1px solid #053686;
    border-radius: 50px;
    transition: all .3s ease;
    position: relative;
}


.content_area .link_btn:hover {
    border-color: #686868;
    background-color: #686868;
    background-position: top 25px right 20px;
}

/*.content_area .link_btn.link_btn_w {
    color: #222;
    background: #fff;
}

.content_area .link_btn.link_btn_w:hover {
    color: #fff;
    background-color: #686868;
}*/


.column_02,
.column_03 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.column_02>div {
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
}

.column_02>div:nth-child(2n) {
    margin: 0;
}

.column_03>div,
.column_03>ul {
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
}

.column_03>div img {
    margin: 0;
}

.column_03>div:nth-child(3n),
.column_03>ul:nth-child(3n) {
    margin: 0;
}

.column_04 {
    display: flex;
    flex-wrap: wrap;
}

.column_04 ul {
    line-height: 1.85em;
    margin-right: 2%;
    width: 23.5%;
}

.column_04 ul:nth-child(4n) {
    margin-right: 0;
}


.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.txt_center {
    text-align: center;
}


/*---------- pagenav ----------*/
.wp-pagenavi {
    position: relative;
    margin-top: 13.2%;
    text-align: center;
}

.wp-pagenavi a {
    color: #B7B7B7;
    text-decoration: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 1.41%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: color 0.3s;
    border: none;
}

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
    color: #fff;
}

.wp-pagenavi .current::before,
.wp-pagenavi .page::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #707070;
    /* opacity: 0; */
    transition: all 0.3s;
    z-index: -5;
}

.wp-pagenavi .current::before,
.wp-pagenavi .page:hover::before {
    border-color: #053686;
    background-color: #053686;
    /* opacity: 1; */
}

.nextpostslink,
.previouspostslink {
    transition: all .3s ease;
}

.nextpostslink:hover,
.previouspostslink:hover {
    color: #222;
}

/* .wp-pagenavi .arrow {
    font-size: 0;
} */

/* .wp-pagenavi .arrow::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

/* .wp-pagenavi .arrow.latest_page_arrow::before,
.wp-pagenavi .arrow.prev_page_arrow::before {
    transform: rotate(-135deg);
} */


@media screen and (max-width:767px) {
    img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .anchor {
        display: block;
        padding-top: 65px !important;
        margin-top: -65px !important;
    }

    p {
        margin-bottom: 15px;
        line-height: 1.8;
    }

    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }

    table th {
        padding: 15px 7px;
        width: 30%;
    }

    table td {
        padding: 15px 10px 15px 5px;
    }

    .content_area {
        padding: 60px 20px 90px !important;
    }

    .content_area .link_btn {
        font-size: 1.4rem;
        padding: 14px 45px 15px 40px;
        background-position: top 18px right 15px;
        background-size: 25px 9px;
    }

    .column_02>div,
    .column_03>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .column_03>ul {
        width: 100%;
        margin-right: 0;
    }


    .column_04 ul {
        margin: 0;
        width: 100%;
    }

    /*---------- pagenav ----------*/
    .wp-pagenavi {
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 1.5rem;
        padding: 3px;
        margin: 0 5px;
        width: 40px;
        height: 40px;
        line-height: 35px;
    }
}

/*---------------------------------------------------------
	各ページcatch
---------------------------------------------------------*/
#content_wrap {
    position: relative;
}


#content_h {
    position: relative;
    display: flex;
    align-items: center;
    background: #3e3e3e;
    height: 90vh;
    max-height: 972px;
    position: relative;
    width: 100%;
    margin-left: auto;
}

#h_area {
    position: absolute;
    top: 52.2%;
    left: 0;
    right: 0;
    font-family: 'Noto Serif JP', serif;
    /* text-align: center; */
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
    transform: translateY(-50%);
}

#h_area h1 {
    display: block;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
    /* text-align: center; */
    position: relative;
}


#h_area h1::before {
    display: block;
    content: attr(data-en)'';
    font-size: 6.0rem;
    /* font-family: 'Work Sans', 'Noto Sans JP', sans-serif; */
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 6.0rem;
    color: #fff;
    margin: 0 0 3.9%;
}


.catch_box {
	text-align: left;
	max-width: 990px;
	margin: auto;
    position: relative;
}

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

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

.catch_box h2 {
    font-size: 3.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.6216;
    margin-bottom: 41px;
	margin-bottom:29px;
}

.catch_box p {
    line-height: 2.3333;
}

/* 各ページh2 */
h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 2.6px;
    line-height: 4.2rem;
    margin: 65px 0 20px;
    position: relative;
}

.sec_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}

.sec_ttl span {
    display: flex;
    align-items: center;
    /* font-family: 'Work Sans', 'Noto Sans JP', sans-serif; */
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
    left: 0px;
}

.sec_ttl span::after {
    display: block;
    content: '';
    width: 70px;
    height: 1px;
    background: #333;
    margin: 3px 30px 0 21px;
}

.sec_ttl h2 {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2.058;
    margin: 0;
}



/* 各ページh3 */
h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 3.7rem;
    margin: 65px 0 25px;

}

/* 各ページh4 */
h4 {
    font-family: 'Noto Serif JP', serif;
    margin: 50px 0 15px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 3.2rem;
    position: relative;
}

h4::before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 2px;
    margin: auto;
    background: #686868;
}

/* 各ページh5 */
h5 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin: 35px 0 10px;
    line-height: 2.9rem;
}

/* content_h */

#content_h.business_day_h {
    background: #686868 url(../img/business_day_h.jpg?20230608) no-repeat center / cover;
}

#content_h.company_h {
    background: #686868 url(../img/company_h.jpg) no-repeat center / cover;
}

#content_h.equipment_h {
    background: #686868 url(../img/equipment_h.jpg) no-repeat center / cover;
}

#content_h.error_h {
    background: #686868 url(../img/news_h.jpg) no-repeat center / cover;
}

#content_h.news_h {
    background: #686868 url(../img/news_h.jpg) no-repeat center / cover;
}

#content_h.overview_h {
    background: #686868 url(../img/overview_h.jpg) no-repeat center / cover;
}

#content_h.price_h {
    background: #686868 url(../img/price_h.jpg) no-repeat center / cover;
}

#content_h.sustainability_h {
    background: #686868 url(../img/sustainability_h.jpg) no-repeat center / cover;
}



#content_h.contact_h {
    background: #686868 url(../img/contact_h.jpg?20230608) no-repeat center / cover;
}

#content_h.business_h {
    background: url(../img/business_h.jpg) no-repeat center / cover;
}

#content_h.privacy_h {
    background: url(../img/contact_h.jpg) no-repeat center / cover;
}






@media screen and (max-width:767px) {
    #content_h {
        height: 240px;
        min-width: 100%;
    }

    #content_h::after {
        height: 33px;
    }

    #h_area {
        top: calc(50% + 13px);
    }

    #h_area h1 {
        font-size: 1.6rem;
    }

    #h_area h1::before {
        font-size: 3.5rem;
        line-height: 3.8rem;
        margin: 0 0 6px;
    }

    .catch_box {
        max-width: calc(100% - 20px) !important;
    }

    .catch_box h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .catch_box p {
        line-height: 2.3333;
    }


    /* 各ページh2 */
    h2 {
        font-size: 2rem;
        letter-spacing: 1.6px;
        line-height: 3.2rem;
        margin: 45px 0 10px;
    }

    .sec_ttl {
        margin-bottom: 20px;
    }

    .sec_ttl h2 {
        font-size: 1.5rem;
    }

    .sec_ttl span {
        font-size: 1.6rem;
    }

    .sec_ttl span::after {
        width: 15px;
        margin: 0 8px;
    }

    h3 {
        font-size: 2.0rem;
        letter-spacing: 1.44px;
        line-height: 3.2rem;
        margin: 20px 0 8px;
    }

    h4 {
        font-size: 1.6rem;
        letter-spacing: 1.28px;
        line-height: 2.9rem;
        margin: 20px 0 5px;
    }

    h5 {
        font-size: 1.3rem;
        letter-spacing: 1.04px;
        margin: 20px 0 0;
    }
}