@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: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
    max-height: 100%;
}

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

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

ul li {
    list-style: disc;
    max-height: 100%;
}

ol li {
    list-style: decimal;
    max-height: 100%;
}

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

a {
    color: #222;
    text-decoration: underline;
    /*max-height: 100%;*/
}

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: 100px !important;
    margin-top: -100px !important;
    pointer-events: none;
}

.anchor>* {
    pointer-events: auto;
}

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

table {
    width: 100%;
    margin: 20px auto;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

table th,
table td {
    padding: 17px 20px;
    max-height: 100%;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

table th {
    font-weight: 500;
    text-align: center;
    background: #EEEEEE;
    width: 33.3%;
    vertical-align: unset;
}

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

table td li {
    max-height: 100% !important;
}

/*------------ table 別デザイン ------------*/
.table_no_bg table {
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
}

.table_no_bg table tr {
    background-color: #FFF;
}

.table_no_bg table th,
.table_no_bg table td {
    line-height: 2.0;
    border: none;
}

.table_no_bg table th {
    background: transparent;
    position: relative;
    font-weight: 500;
    line-height: 2.0;
    text-align: left;
    width: 25.3%;
    /* padding: 20px 17px; */
}

/* .table_no_bg table th:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background: #DDDDDD;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
} */

/* .table_no_bg table td {
} */
/*------------ table スクロール ------------*/
.table_nowrap {
    min-width: 100%;
    overflow-x: auto;
}

.table_nowrap::-webkit-scrollbar {
    height: 5px;
}

.table_nowrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #CCC;
}

.table_nowrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #555;
}

.sp_table_txt {
    display: block;
    padding-left: 60px;
    margin: 0;
    background: url(../img/icon_hand.svg) no-repeat center left;
    font-size: 13px;
    margin-bottom: 15px;
}

.sp_table_txt p {
    margin: 0;
    line-height: 33px;
}

/*------------ news/product兼用 tabデザイン ------------*/
#cate_tab {
    display: flex;
    flex-wrap: wrap;
    max-width: 1196px;
    padding: 0;
    margin: 0 auto 60px;
    border-left: 1px solid #DDDDDD;

}

#cate_tab li {
    width: 25%;
    list-style: none;
    margin: 0 !important;
    border-bottom: 1px solid #DDDDDD;

}

#cate_tab li:nth-child(-n+4) {
    border-top: 1px solid #DDDDDD;
}

#cate_tab li {
    border-right: 1px solid #DDDDDD;
}

#cate_tab a {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2.4rem;
    font-weight: 600;
    color: #666666;
    text-align: center;
    text-decoration: none;
    height: 100%;
    padding: 18px;
    background: transparent;
    transition: all .3s ease;
}

#cate_tab a:hover,
#cate_tab .current a {
    color: #fff;
    background-color: #454545;
}

/*------------  ------------*/
#content_wrap {
    background-color: #F5F5F5;
    position: relative;
}

.content_area {
    /* background: #F5F5F5; */
    padding: 90px 0 100px;
    margin: -90px auto 0;
    position: relative;
}

/*--- キャッチの部分のみ背景が白い時 ---*/
.bg_white_box {
    max-width: 1680px;
    margin: 0 auto 88px;
    padding: 40px 0 45px;
    position: relative;
}

.bg_white_box::before {
    position: absolute;
    content: "";
    min-width: 1820px;
    width: 100vw;
    /* max-width: calc(100% - 20px); */
    height: calc(100% + 90px);
    background: #FFF;
    bottom: 0;
    right: 0;
}

/*--- content_areaのheight 100%で背景が白い時 ---*/
.bg_white_box.height100 {
    margin-bottom: 0;
    padding: 0;
}

.bg_white_box.height100::before {
    height: calc(100% + 190px);
    top: 10px;
    margin: auto;
}

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

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

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

/*--------------------
	各ページcatch
--------------------*/

#content_h {
    background: #686868;
    position: relative;
    width: 100%;
    padding: 337px 0 250px;

}

.scroll {
    font-family: 'Oswald', 'Noto Serif JP', serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 16px;
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    top: 83.7%;
    right: 26px;
    padding-bottom: 130px;
    transform: translateY(-50%);
}

.scroll::before,
.scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 3px;
    left: 0;
    width: 1px;
    height: 125px;
    margin: auto;
}

.scroll::before {
    background: #fff;
}

.scroll::after {
    background: #333;
    animation: scroll 3s infinite;
}

@keyframes scroll {
    0% {
        bottom: 125px;
        height: 0;
    }

    20% {
        bottom: 0;
        height: 125px;
    }

    100% {
        height: 0;
    }
}

#h_area {
    color: #FFF;
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/*---  英語が大きく、日本語が小さい ---*/

#h_area span {
    display: block;
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-bottom: 12px;
    position: relative;
}

#h_area span::first-letter {
    color: #CAA846;
}

#h_area h1 {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.25;
    position: relative;
}

/*--- type_b 英語が小さく、日本語が大きい ---*/
#content_h.type_b {
    padding: 380px 0 237px;
}

.type_b #h_area span {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 12px;
}

.type_b #h_area h1 {
    font-size: 3.7rem;
    letter-spacing: 0.1em;
    line-height: 4.7rem;
    font-weight: 500;
}

/*  */

#content_h img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.catch_box {
    display: flex;
    flex-wrap: wrap;
    padding: 76px 20px 124px;
    margin: 0 auto 0;
    width: 1340px;
    max-width: calc(100% - 40px);
    position: relative;

}

.catch_box::before {
    position: absolute;
    top: -34px;
    left: 20px;
    content: attr(data-txt)'';
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 17.3rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    opacity: .09;
    white-space: nowrap;
}

.catch_box .catch_img {
    width: 43.076%;
    margin: 0 auto 0 0;
    position: relative;

}

.catch_box .catch_txt {
    width: 45.153%;
    margin-top: 10px;
    position: relative;

}

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

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

/* .catch_h2 {
    font-size: 3.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.764;
    padding: 55px 0 0;
    margin: 0 0 60px;
}

.catch_h2::before {
    position: absolute;
    content: "";
    width: 233px;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #2B5872;
} */

.catch_box h2 {
    margin: 0 0 50px;
}

.catch_box p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
}

.txt_in {
    max-width: 900px;
    margin: auto;
}

.txt_in p {
    letter-spacing: 0.1em;
    line-height: 1.875;
}

/* 各ページh2 */
h2 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.65;
    margin: 65px 0 30px;
    position: relative;
}

.sec_ttl_h2 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.65;
    text-align: center;
    margin: 88px 0 40px;
}

/* 各ページh3 */
h3 {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 65px 0 30px;
}
.sec_ttl_h3 {
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.65;
    text-align: center;
    margin: 88px 0 80px;
}

/* 各ページh4 */
h4 {
    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;
}

.link_btn a {
    position: relative;
    display: block;
    text-decoration: none;
    max-width: 300px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    margin: 24px 0 0;
    padding: 13px 18px 14px 23px;
    background: rgb(255, 118, 0);
    background: linear-gradient(126deg, rgba(255, 118, 0, 1) 0%, rgba(252, 175, 27, 1) 100%);
    border-radius: 100px;
    overflow: hidden;
    z-index: 10;
    transition: color 0.3s;
}

.link_btn a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ffb918;
    z-index: 20;
    transition: width 0.3s;
}

.link_btn a:hover::before {
    width: 100%;
}

.link_btn a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    position: relative;
    z-index: 30;
}

.link_btn a span::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.viewmore_btn {
    display: inline-block;
    text-decoration: none;
}

.viewmore_btn_in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.viewmore_txt {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    font-size: 2.0rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #1E1E1E;
}

.viewmore_circle {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 74px;
    height: 74px;
}

.viewmore_circle:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #1E1E1E;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transition: all 1.5s cubic-bezier(.23, 1, .32, 1),
        border .3s ease;
    transform: translate(-50%, -50%);
    width: 69px;
    height: 69px;
}

.viewmore_circle:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 17px;
    background: url(../img/arrow_black.svg) center center/ contain no-repeat;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.viewmore_circle svg {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}

.viewmore_circle svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    transition: stroke-dashoffset .7s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    stroke-dasharray: 346px;
    stroke-dashoffset: 346px;
}

a.viewmore_btn:hover svg,
a:hover .viewmore_circle svg {
    opacity: 1;
}

a:hover .viewmore_circle::before {
    opacity: 0;
}

a:hover .viewmore_circle svg circle,
a.viewmore_circle:hover svg circle {
    stroke-dashoffset: 0;
}

.viewmore_circle svg circle {
    stroke: #2B5872;
}

.column_02,
.column_03 {
    display: flex;
    flex-wrap: wrap;
}

.column_02>div {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

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

.column_03>div,
.column_03>ul {
    width: calc((100% - 42px) / 3);
    margin-right: 21px;
    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;
}

.column_feature {
    display: flex;
    flex-wrap: wrap;
    max-width: 1198px;
    margin: 0 auto -40px;
}

.column_feature>div {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

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

.column_feature_box {
    min-height: 352px;
    padding: 42px 33px 20px;
    background: #FFF;
}

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

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

.column_feature_box h3 {
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
}

.column_feature_box p {
    letter-spacing: 0.1em;
    line-height: 1.875;
}

.txt_right {
    text-align: right;
    margin-bottom: 80px;
}

.txt_left {
    text-align: left;
}

.txt_center {
    text-align: center;
}

/*---------- pagenav ----------*/
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px 0 0;
    position: relative;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 3.3rem;
    color: #333;
    text-decoration: none;
    text-align: center;
    width: 45px;
    height: 45px;
    padding: 4px 0 5px 1px;
    margin: 0 5px;
    background: transparent;
    border: 2px solid #333;
    transition: all .3s;
}

.previouspostslink,
.nextpostslink {
    display: inline-block;
    font-size: 0;
    color: #333;
    text-decoration: none;
    text-align: center;
    width: 45px;
    height: 45px;
    padding: 4px 0 5px 1px;
    margin: 0 5px;
    background: transparent;
    transition: all .3s;
    position: relative;
}

.previouspostslink::before,
.previouspostslink::after,
.nextpostslink::before,
.nextpostslink::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .3s ease;
}

.previouspostslink::before,
.previouspostslink::after {
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
}

.previouspostslink::after {
    left: calc(50% + 6px);
}

.nextpostslink::before,
.nextpostslink::after {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
}

.nextpostslink::after {
    left: calc(50% - 7px);
}

/* hover */
.wp-pagenavi .current,
.wp-pagenavi .page:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover,
.nextpostslink:hover::before,
.nextpostslink:hover::after {
    color: #CCCCCC;
    border-color: #CCCCCC;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 66.666%;
    position: relative;
}

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

@media screen and (max-width:1820px) {
    .scroll {
        top: 68.8%;
    }
}


@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,
    table td {
        padding: 15px 9px;

    }

    table th {
        width: 30%;
    }

    /*------------ table 別デザイン ------------*/
    .table_no_bg table {
        border-spacing: 0;
    }

    .table_no_bg table th {
        width: 100%;
        display: block;
        padding: 10px;
        background: #fcfcfc;
        border-top: 1px solid #ccc;
    }

    .table_no_bg table td {
        width: 100%;
        display: block;
        padding: 10px;
    }

    .table_no_bg table th:after {
        content: none;
    }

    /*------------ table スクロール ------------*/

    .table_nowrap table th,
    .table_nowrap table td {
        display: table-cell;
        width: auto;
        white-space: nowrap;
        border: none;
    }

    /*------------ news/product兼用 tabデザイン ------------*/
    #cate_tab {
        margin-bottom: 35px;
    }

    #cate_tab li {
        width: 50%;
        border-top: none !important;
    }

    #cate_tab li:nth-child(-n+2) {
        border-top: 1px solid #DDDDDD !important;
    }

    #cate_tab a {
        font-size: 1.4rem;
        padding: 10px 8px;
    }


    /*------------  ------------*/
    .content_area {
        /*padding: 60px 0 90px !important;*/
        padding: 0 0 45px !important;
        margin: 0 auto 0;
    }


    /*--- キャッチの部分のみ背景が白い時 ---*/
    .bg_white_box {
        margin: 0 auto 55px;
        padding: 55px 0 45px;
    }

    .bg_white_box::before {
        /* max-width: calc(100% - 10px); */
        height: 100%;
        /* right: 10px; */
    }

    /*--- content_areaのheight 100%で背景が白い時 ---*/
    .bg_white_box.height100 {
        padding: 20px 0 0;
    }

    .bg_white_box.height100::before {
        height: calc(100% + 45px);
        top: 0;
        bottom: -45px;
    }

    /*--------------------
        各ページcatch
    --------------------*/
    #content_h {
        padding: 125px 0 100px;
        /*margin-top: 65px;*/
    }

    .scroll {
        display: none;
    }

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

    /*--- 英語が大きく、日本語が小さい ---*/
    #h_area span {
        font-size: 3.5rem;
        margin-bottom: 5px;
    }

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

    /*--- type_b 英語が小さく、日本語が大きい ---*/
    #content_h.type_b {
        padding: 128px 0 102px;
    }

    .type_b #h_area span {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .type_b #h_area h1 {
        font-size: 2.7rem;
        line-height: 4rem;
    }

    /*  */

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

    #content_h img {
        object-fit: cover;
        height: 100% !important;
    }

    .catch_box {
        padding: 0 20px;
        max-width: 100%;
    }

    .catch_box::before {
        top: -50px;
        left: 10px;
        font-size: 7rem;
    }

    .catch_box .catch_img {
        width: 100%;
        margin: 0 auto 25px 0;
    }

    .catch_box .catch_txt {
        width: 100%;
        margin-top: 0;
    }

    .catch_box h2 {
        margin: 0 0 15px;
    }

    .catch_box p {
        font-size: 1.4rem;
    }


    /* 各ページh2 */
    h2 {
        font-size: 1.8rem;
        /* padding: 13px 0 0; */
        margin: 50px 0 20px;
    }

    .sec_ttl_h2 {
        font-size: 2rem;
        margin: 50px 0 20px;
    }

    /* .sec_ttl_h2::before {
        font-size: 1.4rem;
    } */

    h3 {
        font-size: 1.8rem;
        margin: 40px 0 13px;
    }

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

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


    .link_btn a {
        max-width: 100%;
        padding: 12px 15px 14px;
    }

    .link_btn a span {
        font-size: 1.3rem;
    }

    .link_btn a span::after {
        margin-top: 1px;
        margin-left: 6px;
    }

    .viewmore_txt {
        font-size: 1.5rem;
    }

    .viewmore_circle {
        width: 60px;
        height: 60px;
    }

    .viewmore_circle:before {
        width: 58px;
        height: 58px;
    }

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

    .column_feature {
        display: flex;
        flex-wrap: wrap;
        max-width: 1198px;
        margin: 0 auto -25px;
    }

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

    /* .column_feature>div:nth-child(2n) {
        margin-right: 0;
    } */

    .column_feature_box {
        min-height: auto;
        padding: 20px 15px;
    }

    /* .column_feature_box h3 {
        letter-spacing: 0.1em;
        line-height: 1.5;
        text-align: center;
    } */

    /* .column_feature_box p {
        letter-spacing: 0.1em;
        line-height: 1.875;
    } */

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

    .wp-pagenavi a,
    .wp-pagenavi span {
        margin: 0 5px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}