@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;
    max-height: 100%;
}

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

li {
    line-height: 2.7rem;
    margin-bottom: 5px;
    max-height: 100%;
}

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: 110px !important;
    margin-top: -110px !important;
}

/*-------------------------------------------------------------
	table
-------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px auto;
}

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

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

table th {
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.133;
    text-align: left;
    padding: 20px 25px;
    background: #F1F1F3;
    width: 25.45%;
    vertical-align: unset;
}

table td {

    letter-spacing: 0.1em;
    line-height: 2.133;

    padding: 20px;
}

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

.table_all_border .table_title {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.table_all_border table {
    border-left: 1px solid #ccc;
}

.table_all_border th,
.table_all_border td {
    border-right: 1px solid #ccc;
}

/* スクロール可能になるテーブル */
.table {
    overflow-x: auto;
    overflow-y: hidden;
}

.table+.table table {
    margin-top: 40px;
}

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

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


.content_area {
    padding-bottom: 120px;
    margin: 0 auto;
    position: relative;
}



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

.link_btn {
    position: relative;
    width: 250px;
    max-width: 100%;
}

.link_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #3A3F53;
    background-color: #EFB13C;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
}

/* .link_btn a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #EFB13C;
    border-right: 2px solid #EFB13C;
    transform: rotate(45deg);
    top: calc(50% - 6px);
    right: 20px;
    transition: border-color .3s;
    z-index: 5;
} */

.link_btn a:hover {
    background-color: #3A3F53;
    color: #EFB13C;
}

.link_btn a:hover:before {
    border-color: #fff;
    transition: all .3s ease;
}

/* .link_btn_wrap {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    z-index: 5;
    position: relative;
}

.link_btn_wrap .link_btn:first-child {
    margin-right: 130px;
}

.link_btn_wrap .link_btn:last-child {
    margin-right: 0;
} */

.inner {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 20px 0;
    position: relative;
}


.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_02.icon_desc {
    align-items: center;
    justify-content: center;
}

.column_02.icon_desc div:first-child {
    width: 17%;
    margin: 0 4.7% 0 0;
}

.column_02.icon_desc div:nth-child(2) {
    width: 78.3%;
}

.column_02.icon_desc img {
    max-width: 100%;
    margin: auto;
}

.column_02.icon_desc p {
    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 !important;
}

.txt_left {
    text-align: left !important;
}

.txt_center {
    text-align: center !important;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    border: 1px solid #D5D7DB;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

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

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

.wp-pagenavi .current,
.wp-pagenavi .page {
    position: relative;
    display: inline-block;
    padding: 0 10px 5px;
    margin: 0 7px;
    transition: color 0.3s;
    border: none;
}

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

.wp-pagenavi .current::before,
.wp-pagenavi .page::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: calc(100% - 20px);
    height: 2px;
    background: #6E7BB2;
    opacity: 0;
    transition: opacity 0.3s;
}

.wp-pagenavi .current::before,
.wp-pagenavi .page:hover::before {
    opacity: 1;
}

.previouspostslink,
.nextpostslink {
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
    transition: color 0.3s;
}

.previouspostslink {
    left: 0;
    padding-left: 20px;
}

.nextpostslink {
    right: 0;
    padding-right: 20px;
}

.previouspostslink:hover,
.nextpostslink:hover {
    color: #6E7BB2;
}

.previouspostslink::before,
.nextpostslink::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transition: all .3s ease;
}

.previouspostslink::before {
    left: 3px;
    border-bottom: 2px solid #222;
    border-left: 2px solid #222;
}

.nextpostslink::before {
    right: 3px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}

.previouspostslink:hover::before,
.nextpostslink:hover::before {
    border-color: #6E7BB2;
}

.previouspostslink::after,
.nextpostslink::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6E7BB2;
    opacity: 0;
    transition: opacity 0.3s;
}

.previouspostslink:hover::after,
.nextpostslink:hover::after {
    opacity: 1;
}


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

    .anchor {
        display: block;
        padding-top: 75px !important;
        margin-top: -75px !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;
    }

    .table_all_border .table_title {
        font-size: 1.4rem;
        margin-bottom: 0;
    }


    .content_area {
        padding-bottom: 55px;
    }


    .link_btn a {
        font-size: 1.4rem;
        padding: 15px 20px;
    }

    /* .link_btn_wrap {
        display: block;
    }

    .link_btn_wrap .link_btn {
        margin: 0 auto !important;
    }

    .link_btn_wrap .link_btn:first-child {
        margin-bottom: 20px !important;
    } */

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

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

    /*     .column_02.icon_desc div:first-child {
        width: 55%;
        margin: 0 0 15px 0;
    }

    .column_02.icon_desc div:nth-child(2) {
        width: 100%;
    } */

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

    /* .content.show {
        margin-top: 25px;
    } */

    /* .gmap {
        margin-bottom: 40px;
    } */
}

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

#content_h {
    position: relative;
    background: url(../img/common_h.jpg) no-repeat center / cover;
    height: 570px;
    max-height: 85vh;
    position: relative;
    width: 100%;
    margin-left: auto;
}

#content_h::after {
    position: absolute;
    content: "";
    width: 1200px;
    max-width: calc(100% - 20px);
    height: 93px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

#h_area {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    font-family: 'Noto Serif JP', serif;
    padding: 0 20px;
    transform: translate(-50%, -50%);
}

#h_area h1 {
    font-size: 4.0rem;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

#h_area span {
    display: block;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
}

/* 各ページ共通 */
.page_catch {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin: 0 0 75px;

}

.page_catch h2 {
    font-size: 3.4rem;
    font-weight: 600;

    letter-spacing: 0.025em;
    padding: 0;

    /* margin-bottom: 20px; */
    /* border-bottom: 1px solid #4169E1; */
}

/* .page_catch h2::before {
    content: none;
} */

.page_catch p {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0;
    margin: 25px 0 0;
}

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

.page_catch>*:last-child {
    margin-bottom: 0;
}

.sec_ttl {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin: 90px auto 50px auto;
    display: block;
    box-sizing: border-box;
}

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

.sec_ttl h2 {
    letter-spacing: 0.1em;
    padding-left: 0;
    margin: 0;
}

.sec_ttl h2::before {
    content: none;
}

.sec_ttl span {
    display: block;
    letter-spacing: 0.1em;
    margin-top: 4px;
}



.sec_copy {
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    line-height: 1.842;
    text-align: center;
    margin: 0;
}

.sec_desc {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.875;
    text-align: center;
    margin: 0;
}

.sec_ttl .sec_desc {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 35px;
}

.sec_ttl .sec_copy {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 35px;
}

/* 各ページh2 */

h2 {
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.666;
    /* padding-left: 13px; */
    margin: 63px 0 20px;
    position: relative;
}

/* h2::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 5px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #4169E1;
} */




/* 各ページh3 */
h3 {
    /* font-family: "Noto Serif JP", serif; */
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    /* line-height: 2; */
    /* padding-bottom: 5px; */
    margin: 45px 0 15px;
    /* border-bottom: 1px solid #4169E1; */
}

/* page link */
.pl_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 -45px 52px 0;
}

.pl_item {
    text-align: center;
    list-style: none;
    line-height: 1.8;
    margin: 0 45px 0 0;
    padding: 0;
    position: relative;
    /* flex-grow: 1; */
}

.pl_link {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: #192970 !important;
    padding: 0 0 0 35px;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
}

.pl_link::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 26px;
    margin: auto;
    border: 2px solid #192970;
    border-radius: 50%;
}

.pl_link::after {
    position: absolute;
    content: "";
    top: -2px;
    bottom: 0;
    left: 9px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #192970;
    border-bottom: 2px solid #192970;
    transform: rotate(45deg);
}

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

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

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

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

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

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

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

    /* #h_area {
        		left: 0;
        		bottom: 23px;
        		margin-left: 0;
    } */

    #h_area h1 {
        font-size: 2.2rem;
        margin-bottom: 3px;
    }

    #h_area span {
        font-size: 1.4rem;
    }

    .page_catch {
        margin: 0 0 40px;

    }

    .page_catch h2 {
        font-size: 1.8rem;
    }

    .page_catch p {
        font-size: 1.5rem;
        margin: 15px 0 0;
    }

    /*     #h_area span:after {
    } */
    /* 各ページh2 */


    .sec_ttl {
        margin: 50px auto 30px;
    }

    .sec_ttl h2 {
        font-size: 2.0rem;
        line-height: 1.6;
    }

    .sec_ttl .sec_desc {
        margin-top: 15px;
    }

    /* .sec_ttl_2 {
        margin: 0px auto 45px auto;
    }

    .sec_ttl_2:after {
        height: 140px;
    }

    .sec_ttl_2 span {
        font-size: 2.0rem;
        margin-bottom: 7px;
    }

    .sec_ttl_2 h2 {
        font-size: 2.0rem;
    } */

    .sec_copy {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .sec_desc {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    /* 各ページh2 */

    h2 {
        font-size: 1.8rem;
        margin: 45px 0 15px;
    }

    /* 各ページh3 */
    h3 {
        font-size: 1.6rem;
        margin-top: 20px;
    }

    /* page link */
    .pl_list {
        margin: 0 0 20px 0;
    }

    .pl_item {
        margin: 0 0 10px 0 !important;
        width: 100%;
    }

    .pl_link {
        font-size: 1.5rem;
        padding: 0 0 0 25px;
    }

    .pl_link::before {
        width: 21px;
        height: 21px;
    }

    .pl_link::after {
        top: -3px;
        bottom: 0;
        left: 7px;
        width: 7px;
        height: 7px;
    }

}