/*==========================================================
                        C U S T O M
==========================================================*/
/* MB */
.under main .mb10 {
    margin-bottom: 10px
}
.under main .mb15 {
    margin-bottom: 15px
}
.under main .mb20 {
    margin-bottom: 20px
}
.under main .mb25 {
    margin-bottom: 25px
}
.under main .mb30 {
    margin-bottom: 30px
}
.under main .mb40 {
    margin-bottom: 40px
}
.under main .mb50 {
    margin-bottom: 50px
}
.under main .mb60 {
    margin-bottom: 60px
}
.under main .mb70 {
    margin-bottom: 70px
}
.under main .mb80 {
    margin-bottom: 80px
}
.under main .mb90 {
    margin-bottom: 90px
}
/* MT */
.under main .mt10 {
    margin-top: 10px
}
.under main .mt15 {
    margin-top: 15px
}
.under main .mt20 {
    margin-top: 20px
}
.under main .mt25 {
    margin-top: 25px
}
.under main .mt30 {
    margin-top: 30px
}
.under main .mt40 {
    margin-top: 40px
}
.under main .mt50 {
    margin-top: 50px
}
.under main .mt60 {
    margin-top: 60px
}
.under main .mt70 {
    margin-top: 70px
}
.under main .mt80 {
    margin-top: 80px
}
.under main .mt90 {
    margin-top: 90px
}
/* MAX_W */
.under main .max_w200 {
    width: 100%;
    max-width: 200px
}
.under main .max_w250 {
    width: 100%;
    max-width: 250px
}
.under main .max_w300 {
    width: 100%;
    max-width: 300px
}
.under main .max_w350 {
    width: 100%;
    max-width: 350px
}
.under main .max_w500 {
    width: 100%;
    max-width: 500px
}
.under main .max_w600 {
    width: 100%;
    max-width: 600px
}
.under main .max_w700 {
    width: 100%;
    max-width: 700px
}
.under main .max_w800 {
    width: 100%;
    max-width: 800px
}
.under main .max_w900 {
    width: 100%;
    max-width: 900px
}
/* MIN-W */
.under main .min_w200 {
    min-width: 200px
}
.under main .min_w250 {
    min-width: 250px
}
.under main .min_w300 {
    min-width: 300px
}
.under main .min_w350 {
    min-width: 350px
}
.under main .min_w500 {
    min-width: 500px
}
.under main {
    padding-top: 0;
}
.under main p {
    line-height: 1.875;
}
/*==========================================================
                        FONT FAMILY
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6, .under main table th, .under main .list_faq dt, .under main .list_step dt {
    font-family: var(--f-main);
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6 {
    font-weight: bold;
    margin-bottom: 30px;
}
.under main h2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: bold;
    margin-bottom: 80px;
}
.under main h2 .en {
    font-size: 18px;
    letter-spacing: 0.15em;
    font-family: var(--f-en);
    border-bottom: 3px #fff solid;
    line-height: 1.75;
    margin-bottom: 10px;
}
.under main h2 .ja {
    font-size: 45px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.under main h3 {
    letter-spacing: 0em;
    margin-bottom: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px #E0E0E0 solid;
    padding-bottom: 23px;
}
.under main h3 .en {
    padding: 9px 19px 7px;
    color: #fff;
    font-family: var(--f-en);
    background: var(--mcolor);
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    position: relative;
    margin-bottom: 17px;
}
.under main h3 .en:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid var(--mcolor);
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: 0 auto;
}
.under main h3 .ja {
    font-weight: bold;
    font-size: 31px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    color: #252020;
}
.under main h4:not(.tt):not(.pick_ttl) {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 2.2;
    text-align: left;
    color: var(--scolor);
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 14px;
    margin-bottom: 22px;
}
.under main h4.mb0 {
    margin-bottom: 0;
}
.under main h5 {
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0em;
    line-height: 1.56;
    text-align: left;
    color: #252020;
    border-bottom: 1px #E0E0E0 solid;
    padding-bottom: 24px;
    position: relative;
}
.under main h5:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #957b66;
    left: 0;
    bottom: -1px;
}
.under main h6 {
    position: relative;
    background: #8f2927;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    display: inline-block;
    padding: 5px 6px 5px 11px;
    margin-bottom: 18px;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 140px;
    background: #f6f7f7;
}
.ovn_page.under main #content, .page_404 main #content {
    background: #fff;
}
.under main section {
    padding: 0px 0 60px;
    margin-bottom: 0
}
.under main section.sec_main {
    padding-bottom: 40px;
}
.under main section:last-child {
    padding: 0
}
.under main ol li {
    list-style: decimal;
    list-style: none;
}
/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    font-weight: bold;
}
/*============ TOP INFO ============ */
.under main #top_info {
    height: 440px;
    height: 571px;
    margin: 0 auto;
    position: relative;
    padding-top: 90px;
    background: #A48B77;
}
.under main #top_info::before {
    position: absolute;
    content: '';
    background: url("../images/logo_top_info.png") no-repeat left top;
    width: 398px;
    height: 396px;
    right: -70px;
    bottom: 20px;
}
.under main #top_info .inner {
    display: flex;
    height: 100%;
    padding-top: 18px;
    padding-left: 550px;
    width: 100%;
    max-width: 1920px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
}
.under main #top_info.full .inner {
    padding-left: 0;
    justify-content: flex-end;
}
.under main .under_main .inner {
    width: 1100px;
    padding: 80px 0;
    margin: 0 auto 0 110px;
}
.under main .under_main.full .inner {
    margin: 0 auto;
    padding-bottom: 0;
}
.under main #top_info.full .inner {
    padding-left: 0;
    max-width: 1100px;
    height: 380px;
}
.under .under_main {
    margin-left: 520px;
    border-radius: 20px 0 0 0;
    background: #fff;
    position: relative;
    margin-top: -101px;
}
.under .under_main.full {
    border-radius: 20px 20px 0 0;
    word-break: break-all;
    width: 1200px;
    margin: -100px auto 0px;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 20px;
}
.under main #topic_path ul {
    display: block;
    word-break: break-all;
}
.under main #topic_path li {
    display: inline;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.under main #topic_path li:not(:last-child)::after {
    content: "";
    position: relative;
    display: inline-block;
    margin: 0 13px 0 14px;
    pointer-events: none;
    background: url("../images/arrow_topic.svg") no-repeat right center;
    width: 5px;
    height: 9px;
}
.under main #topic_path li a {
    text-decoration: underline;
    color: #fff;
    text-decoration-color: #fff;
    text-underline-offset: 3px;
}
/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.under main .list_anchor .btn {
    margin: 0 10px 15px
}
.under main .list_anchor:last-child {
    margin-bottom: -15px;
}
.under main .list_anchor .btn a {
    padding-top: 2px;
    width: 346px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}
.btn a:before {
    right: 12px;
}
.under main .list_anchor .btn.active a {
    background: var(--scolor);
    pointer-events: none;
}
/*==========================================================
                        T A B L E
==========================================================*/
.under main .tb_scroll {
    margin-bottom: 25px;
}
.under main table.td_top td {
    vertical-align: top
}
.under main table.tb_fix {
    table-layout: fixed;
}
.under main table {
    margin-bottom: 25px;
}
.under main table.mailform th, .under main table th {
    background: #957b66;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table td {
    border: none;
    line-height: 1.875;
    color: #393c71;
    border-bottom: 1px #E0E0E0 solid;
}
.under main table tr > td:nth-child(2n) {
    background: #f7f7f8;
}
.under main table tr > th:nth-child(2n) {
    background: #8F2927;
}
.under main table th, .under main table td {
    padding: 24px 20px 24px;
    color: #000;
    font-size: 16px;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    border-color: transparent;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #fff;
    line-height: 1.3em;
}
.under main table:not(.tb_block) tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.under main table:not(.tb_block) tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
.under main table th.center {
    text-align: center;
}
.under main table th.bg1 {
    background: #8f2927;
}
.bold1 {
    font-weight: 700;
}
.bold2 {
    font-weight: 700;
    color: #ff8a01;
}
.bold3 {
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255, 222, 152, 0) 0%, rgba(255, 222, 152, 0) 58%, rgba(255, 222, 152, 0.5) 45%, rgba(255, 222, 152, 1) 47.1%, rgba(255, 222, 152, 1) 100%);
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01.mb0 {
    margin-bottom: 0px;
}
.under main .list01 li a {
    position: relative;
    margin-left: -25px;
    padding-left: 25px;
}
.under main .list01.mb10 {
    margin-bottom: 10px;
}
.under main .list01.mb20 {
    margin-bottom: 20px;
}
.under main .list01 li {
    display: block;
    padding-left: 20px;
    margin-bottom: 4px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #957b66;
    line-height: 1.875;
}
.under main .list01 li .bold {
    font-weight: 900;
}
.under main .list01 li::before {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    border-radius: 50%;
    background: #957b66;
}
.under main td .list01 li::before {
    top: 10px;
}
/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}
.under main .list02 li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 2px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--f-en);
}
.under main .list02 li::before {
    content: counter(li, decimal-leading-zero);
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: var(--mcolor);
    line-height: 22px;
    letter-spacing: 0.05em;
}
/* LIST CHECK */
.under main .list_check {
    margin-bottom: 30px;
}
.under main .list_check li {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative
}
.under main .list_check li::before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 7px;
    height: 15px;
    border: solid var(--mcolor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.under main td .list_check li::before {
    top: 12px;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    padding: 35px 50px;
    margin-bottom: 38px;
    display: inline-block;
    width: 100%;
    border: 1px solid #ebebed;
    border-radius: 10px;
    position: relative;
}
.under main .frame01 p {
    color: #000;
}
.under main .frame01.mb30 {
    margin-bottom: 30px;
}
.under main .frame01_cen {
    display: flex;
    min-height: 315px;
    flex-direction: column;
    justify-content: center;
}
.under main .frame_pick .frame01 {
    background: #fff;
}
/* FRAME 02 */
.under main .frame02 {
    border: 1px solid #e6e6e6;
    padding: 25px;
    margin-bottom: 50px;
}
/* FRAME PICKUP */
.under main .frame_pick {
    padding: 54px 50px 41px 50px;
    margin-bottom: 50px;
    position: relative;
    border-radius: 10px;
    background: #f7f7f7;
    margin-top: 22px;
}
.under main .frame_pick:before {
    position: absolute;
    content: "";
    background: url("../images/img_pic.png") no-repeat left top;
    width: 191px;
    height: 178px;
    right: 0;
    bottom: 0;
}
.under main .frame_pick .pick_ttl {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 38px;
    text-align: center;
    margin-bottom: 25px;
}
.under main .frame_pick .pick_ttl span {
    color: #fff;
    font-family: var(--f-en);
    background: var(--mcolor);
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
    top: -22px;
    width: 150px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.15em;
}
.under main .frame_pick .pick_ttl span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid var(--mcolor);
    border-bottom: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: 0 auto;
}
.under main .frame_pick .txt {
    padding-right: 134px;
}
/* IFRAME BOX */
.under main .box_map {
    width: 100%;
    height: 400px
}
.under main .box_ytb {
    width: 900px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 16/9;
    max-width: 100%;
}
.under main .box_map iframe, .under main .box_ytb iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/* ===========  OVN ===========  */
.under main .ovn_list {
    margin-top: 50px;
}
.under main .ovn_list dl {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc
}
.under main .ovn_list dt {
    display: flex;
    align-items: center;
    width: 150px
}
.under main .ovn_list dt img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.under main .ovn_list dd {
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
}
.under main .ovn_list dd a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.under main .ovn_detail_ct img {
    max-width: 800px;
    max-height: 600px;
}
/* ===========  PAGINATION ===========  */
.under main .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px auto 0
}
.under main .pagination li {
    margin: 0 5px;
}
.under main .pagination li a {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid var(--mcolor);
    background: #fff;
    display: flex;
    color: var(--mcolor);
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding-bottom: 2px;
}
.under main .pagination li:hover a, .under main .pagination li.active a {
    background: var(--mcolor);
    color: #fff;
}
.under main .pagination li.active a {
    pointer-events: none;
}
.under main .pagination li.disabled {
    display: none
}
/*==========================================================
                     EDITOR WORDPRESS + ovn
==========================================================*/
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}
.u_editor div {
    font-size: 16px;
}
.u_editor .clearfix:not(:last-child) {
    margin-bottom: 40px;
}
/* Blockquote */
.u_editor blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    margin: 1em 0;
    color: var(--txt);
    font-style: italic;
}
.u_editor blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}
/* Caption */
.u_editor .wp-caption {
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
.u_editor .wp-caption:last-child {
    margin-bottom: 0;
}
.u_editor .wp-caption img {
    margin: 0 auto;
    border: 0;
}
.u_editor .wp-caption-text {
    font-size: 16px;
    color: var(--txt);
    margin-top: 0.5em;
    font-weight: 500;
}
/* Horizontal line */
.u_editor hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}
/* Text align */
.u_editor .has-text-align-center {
    text-align: center;
}
.u_editor .has-text-align-right {
    text-align: right;
}
.u_editor .has-text-align-left {
    text-align: left;
}
/* Gutenberg-specific */
.u_editor .wp-block-image {
    margin: 1.5em 0;
}
.u_editor .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 1.5em 0;
}
.u_editor .wp-block-quote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    color: #555;
    font-style: italic;
}
.u_editor .wp-block-quote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}
.u_editor .wp-block-table td, .u_editor .wp-block-table th {
    border: 1px solid #ccc;
    padding: 0.5em;
}
.alignright, .alignleft {
    margin-bottom: 30px;
    max-width: 300px !important
}
.aligncenter {
    display: block !important;
    margin: 0 auto
}
@media screen and (min-width: 751px) {
    .alignleft {
        float: left;
        margin-right: 30px;
    }
    .alignright {
        float: right;
        margin-left: 30px;
    }
}
@media screen and (max-width: 750px) {
    .alignleft, .alignright {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
.under main .list_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.under main .list_img > div {
    width: 362px;
    margin-bottom: 33px;
}
.under main .list_img > div.w50 {
    width: 550px;
}
.under main .un_ttl1 {
    display: flex;
    margin-bottom: 0;
}
.under main .un_ttl1 > span {
    flex-shrink: 0;
}
.hidden {
    overflow: hidden;
}
/*OVN*/
.under .list_ovn li:not(:last-child) {
    margin-bottom: 20px;
}
.under .list_ovn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}
.under .list_ovn li {
    width: auto;
    max-width: 100%;
}
.under .list_ovn li p {
    line-height: 1;
}
.under .list_ovn li a {
    display: flex !important;
    border-bottom: 1px #333 solid;
}
.under .list_ovn li a .date {
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 0px;
    width: 80px;
}
.under .list_ovn li a .big {
    width: calc(100% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.under main .ovn_img_center img {
    max-width: 800px;
    margin: 0 auto;
}
/* RESET */
.under main table:last-child, .under main .list_faq:last-child, .under main .list_faq dl:last-child, .under main .list01:last-child, .under main .list01 li:last-child, .under main .list02:last-child, .under main .list02 li:last-child, .under main .list_check:last-child, .under main .list_check li:last-child, .under main .list_step:last-child, .under main .list_step dl:last-child, .under main section p:last-child, .under main p:last-child, .under main .frame01:last-child, .under main .frame02:last-child, .under main .frame_pick:last-child {
    margin-bottom: 0
}
/*nav left under*/
.under .nav_left {
    position: fixed;
    left: 0;
    top: 0;
    width: 410px;
    height: 100%;
    background: #937863;
    color: #fff;
    z-index: 999;
}
.under .under_anc .wrap {
    padding: 0 40px;
    color: #fff;
}
.under .under_anc_tt {
    font-family: var(--f-en);
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    border-bottom: 1px #fff solid;
    padding-bottom: 4px;
    margin-bottom: 6px;
}
.under .nav_content ul li a {
    background: url("../images/arrow_nav_left.svg") no-repeat left top 21px;
    padding: 20px 0 20px 35px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px #A48B78 solid;
    line-height: 1.5;
}
.under .nav_acc .tt {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px #fff solid;
    padding: 15px 0 18px 3px;
    cursor: pointer;
}
.under .nav_acc .tt:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_up_nav_left.svg") no-repeat center top;
    width: 9px;
    height: 5px;
    right: 0;
    top: 29px;
    transition: all 0.3s;
}
.under .nav_acc .tt.active:before {
    transform: rotate(180deg);
}
.under .bg_h4 {
    position: relative;
    z-index: 1;
    margin-top: 110px;
    margin-bottom: 65px;
}
.under .bg_h4.bg_h4_1 {
    margin-bottom: 0;
}
.under .bg_h4.bg_h4_2 {
    margin-top: 0;
    margin-bottom: 0;
}
.under .bg_h4.bg_h4_5 {
    margin-top: 0;
    margin-bottom: 50px;
}
.under .bg_h4.bg_h4_6 {
    margin-top: 94px;
    margin-bottom: 105px;
}
.under .bg_h4.bg_h4_6:before {
    top: -70px;
    height: calc(100% + 90px);
}
.under .bg_h4:before {
    top: -70px;
}
.under .bg_h4.bg_h4_5:before {
    top: -28px;
}
.under .bg_h4.bg_h4_3 {
    margin-top: 0;
    margin-bottom: 80px;
}
.under .bg_h4.bg_h4_3:before {
    top: -25px;
    height: calc(100% + 15px);
}
.under .bg_h4.bg_h4_2:before {
    top: -10px;
}
.under .bg_h4.bg_h4_4:before {
    height: calc(100% + 138px);
}
.under .bg_h4:before {
    position: absolute;
    content: "";
    width: 960px;
    height: calc(100% + 78px);
    left: 70px;
    top: -88px;
    z-index: -1;
    background: #F7F7F8;
}
.under .sec_flex_con {
    display: flex;
    min-height: 400px;
    position: relative;
    align-items: flex-start;
    /* pointer-events: none; */
}
.under .sec_flex_con.sech5 {
    min-height: 320px;
}
.under .sec_flex_con.flex_direc {
    flex-direction: row-reverse;
    right: -79px;
}
.under .sec_flex_con.flex_direc.sech5 {
    right: 0;
}
.under .sec_flex_con .img {
    position: absolute;
    right: -190px;
    top: 0;
    pointer-events: none;
}
.imgh5 {
    position: absolute;
    right: 0;
    top: 0;
}
.under .sec_flex_con.flex_direc.sech5 .imgh5 {
    right: auto;
    left: 0;
}
.under .sec_flex_con.flex_direc .img {
    right: 0;
    left: -189px;
}
.under .sec_flex_con .wrap {
    width: 600px;
    /* pointer-events: auto; */
}
/*.under .sec_flex_con .wrap.flex_cen {
    align-self: center;
}*/
.under .secboxun {
    position: relative;
    width: calc(100% + 285px);
    left: -110px;
}
.under .secboxun:not(:last-of-type) {
    /* margin-bottom: 65px; */
}
.under .secboxun > div {
    display: flex;
    color: #fff;
}
.under main .secboxun .link {
    color: #fff
}
.under .secboxun > div.item2 {
    flex-direction: row-reverse;
}
.under .secboxun > div.item1 .img {}
.under .secboxun > div.item2 .img {
    right: auto;
    left: 0;
}
.under .secboxun > div .img {
    position: relative;
    flex-shrink: 0;
}
.under .secboxun > div.item1 {
    background: #A48B77;
}
.under .secboxun > div.item1.bg1 {
    background: #957B66;
}
.under .secboxun > div.item2 {
    background: #957B66;
    flex-direction: row-reverse;
}
.under .secboxun > div.item2.bg2 {
    background: #A48B77;
}
.under .secboxun .item1 .info {
    margin-right: 0;
    padding-left: 110px;
    padding-right: 705px;
    display: flex;
}
.under .secboxun .info {
    width: 100%;
    position: relative;
    padding-top: 80px;
    min-height: 710px;
}
.under .secboxun .info .txt, .under .secboxun .info .tt {
    max-width: 550px;
    align-self: center;
}
.under .secboxun .item2 .info {
    padding-left: 720px;
}
.under .secboxun .info .tt .line {
    border-bottom: 4px #fff solid;
}
.under .secboxun .info .num {
    display: flex;
    font-family: var(--f-en);
    font-weight: bold;
    align-items: center;
    margin-bottom: 26px;
    position: relative;
    left: -40px;
}
.under .secboxun .item2 .info .num {
    left: auto;
    justify-content: end;
    padding-right: 65px;
}
.under .secboxun .info .num .sm {
    font-size: 18px;
    border-bottom: 3px #fff solid;
    letter-spacing: 0.15em;
    margin-right: 12px;
    line-height: 1.6;
}
.under .secboxun .info .num .lg {
    font-size: 110px;
    position: relative;
    top: -5px;
    line-height: 1;
}
.under .secboxun .info .tt {
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.08em;
    line-height: 1.85;
    margin-bottom: 28px;
}
.under .secboxun .info .img {
    position: absolute;
    right: 0;
    top: 65px;
}
.under main .un_ttl7 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
.under main .list_faq dl:not(:last-child) {
    margin-bottom: 59px;
}
.under main .list_faq dl dt {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-bottom: 21px;
    padding: 11px 0 19px 0px;
    border-bottom: 1px #E0E0E0 solid;
    display: flex;
    align-items: center;
}
.under main .list_faq dl dt .q {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: var(--mcolor);
    color: #fff;
    font-family: var(--f-en);
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}
.under main .list_faq dl dd {
    line-height: 1.875;
}
.under main .list_step dl:not(:last-of-type) {
    margin-bottom: 58px;
    position: relative;
}
.under main .list_step dl:not(:last-of-type):before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 60px);
    background: #e0e0e0;
    left: 160px;
    top: 18px;
}
.under main .list_step dl dt, .under main .list_step dl dt .icon {
    display: flex;
    /* align-items: center; */
}
.under main .list_step dl dt .icon {
    font-family: var(--f-en);
    align-items: center;
    width: 166px;
    position: relative;
    color: #937863;
    flex-shrink: 0;
}
.under main .list_step dl dt .icon:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #957b66;
    border-radius: 50%;
    right: 0;
    top: 10px;
}
.under main .list_step dl dt .icon .tt {
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.under main .list_step dl dt .icon .num {
    font-weight: bold;
    font-size: 33px;
}
.under main .list_step dl dt {
    margin-bottom: 15px;
}
.under main .list_step dl dt .txt {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-left: 40px;
}
.under main .list_step dl dd {
    line-height: 1.8125;
    padding-left: 210px;
}
.under main .un_bnr {
    display: flex;
}
.under main .un_bnr li {
    border-radius: 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    width: calc(50% - 10px);
    transition: all 0.3s;
}
.under main .un_bnr li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 70px 20px 20px;
    background: url(../images/icon_link_red.png) no-repeat right 15px center / 50px;
    color: #957b66;
    font-weight: 700;
    font-size: 18px;
}
.under main .un_bnr li:not(:last-child) {
    margin-right: 50px;
}
.under main .list_img {}
.under main .list_img li {
    width: calc(25% - 20px);
}
.under main .list_img li:not(:last-child) {
    margin-right: 20px;
}
.under main .com_name {
    font-size: 20px;
    font-weight: bold;
}
.under main .ubnr_contact {
    display: flex;
}
.under main .ubnr_contact li:not(:last-child) {
    margin-right: 40px;
}
.under main .ubnr_contact li {
    border-radius: 10px;
    height: 250px;
    flex: 1;
}
.under main .ubnr_contact li.bnr_tel .txt a {
    color: var(--scolor);
    text-decoration: underline;
}
.under main .ubnr_contact li.bnr_tel {
    padding: 15px 20px 20px 20px;
    text-align: center;
    border: 1px #ccc solid;
}
.under main .ubnr_contact li.bnr_line {
    background: #06c755;
}
.under main .ubnr_contact li.bnr_line a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.under main .ubnr_contact li.bnr_line a {
    color: #fff;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.under main .ubnr_contact li.bnr_line a .tt, .under main .ubnr_contact li.bnr_tel .tt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    ;
}
.under main .ubnr_contact li.bnr_tel a.num {
    color: var(--mcolor);
    font-size: 36px;
    font-family: var(--f-en);
    font-weight: 700;
    background: url("../images/icon_tel_fixed.png") no-repeat left top 4px/25px;
    padding-left: 30px;
    display: table;
    margin: 10px auto 10px;
}
.under main .ubnr_contact li.bnr_line a .txt {
    font-size: 18px;
}
.under main .box_sroll {
    background: #fff;
    padding: 25px;
    height: 300px;
    overflow: auto;
    margin-bottom: 35px;
}
/* ===========  CASE ===========  */
.under main .list_case {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.under main .list_case li {
    width: calc(33.333% - 34px);
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    transition: all 0.3s;
}
.under main .list_case li:not(:nth-child(3n)) {
    margin-right: 51px;
}
.under main .list_case li .txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.under main .list_case li .title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    max-width: 100%;
    margin-bottom: 10px;
}
.under main .list_case li p {
    margin-bottom: 5px;
}
.under main .list_case li .img {
    height: 240px;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.under main .list_case li .img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f1f3f5;
}
.under main .list_case li .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.under main .list_case li .btn {
    margin-top: auto;
}
.under main .list_case li .btn a {
    width: 200px;
    margin-left: auto;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    background-size: 7px auto;
}
.under main .list_case li:hover {
    cursor: pointer;
}
.under main .u_editor ol li {
    list-style: none;
}
.under main .center_post {
    display: table;
    margin: 0 auto 25px;
}
.under main .center_post img {
    max-height: 400px;
}
.under main .box_voice {
    display: flex;
}
.under main .box_voice .img {
    margin-right: 50px;
    margin-bottom: 0;
    flex-shrink: 0;
}
.under main .box_voice .img img {
    max-height: 400px;
    max-width: 500px;
}
.under main .post_voice_tt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.under main .voice_des .txt p {
    margin-bottom: 15px;
}
.under main .btn_list .is_prev.btn a:before {
    background: url(../images/arrow_right.png) no-repeat right center/24px;
    right: auto;
    left: 12px;
}
.under main .btn.is_none a {
    background: linear-gradient(151deg, rgba(143, 41, 39, 1) 0%, rgba(143, 41, 39, 1) 52%, rgba(131, 35, 33, 1) 52.1%, rgba(131, 35, 33, 1) 100%);
}
.under main .btn.is_none a:before {
    display: none;
}
.under main .btn_list li a {
    width: 280px;
    height: 60px;
}
.under main .top_post {
    display: flex;
    /* justify-content: center; */
    margin-bottom: 20px;
}
.under main .top_post .cate {
    background: var(--mcolor);
    color: #fff;
    padding: 5px 10px 0;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}
.under .sec_flex_con .wrap.flex_cen {
    align-self: center;
}
.under main .btn.btn_sm a {
    width: 300px;
    height: 60px;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
.under main .un_3bnr {
	display: flex;
}
.under main .un_3bnr li:not(:last-child) {
	margin-right: 15px;
}
.under main .un_3bnr.ft_list_btn .ft_tel {
	background: #676767;
	color: #fff;
}
.under main .un_3bnr.ft_list_btn .ft_tel a {
	color: #fff;
}
.under main .un_3bnr.ft_list_btn .ft_tel .txt {
	text-align: center;
	line-height: 1.5;
}