/*==========================================================================*/
/*                       H E A D I N G   T I T L E                          */
/*==========================================================================*/
.mb-30{margin-bottom: 1.5em}
h2 {
    font-family: var(--font-noto-serif);
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    color: #333;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    margin-bottom: 45px;
}

h2::before {
    content: "";
    position: absolute;
    background: url("../images/uh2-dc.png") center no-repeat;
    background-size: cover;
    width: 114px;
    height: 17px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
}

h3 {
    font-family: var(--font-noto-serif);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.11em;
    color: #333;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    margin-left: -10px;
}

h3 span {
    position: relative;
    z-index: 1;
    padding: 0 0 0 10px;
    background: url("../images/uh3-dc.png") left bottom repeat-x;
    background-size: 30px 20px;
}

h4 {
    font-family: var(--font-noto-serif);
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.11em;
    border-bottom: 2px solid #9e8f76;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

h5,
.style5 {
    font-family: var(--font-noto-serif);
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.11em;
    background-color: #f5f3ea;
    padding: 8px 21px;
    margin-bottom: 22px;
}

h6 {
    font-family: var(--font-noto-serif);
    font-weight: bold;
    color: var(--color-primary);
    font-size: 20px;
    letter-spacing: 0.11em;
    margin-bottom: 16px;
}

/*==========================================================================*/
/*                           U T I L I T I E S                              */
/*==========================================================================*/
.ovh {
    overflow: hidden;
}

.image-l {
    float: left;
    margin: 0 60px 20px 0;
    line-height: 0;
}

.image-r {
    float: right;
    margin: 0 0 20px 60px;
    line-height: 0;
}

.image-c {
    text-align: center;
    margin: 0 auto 20px;
    line-height: 0;
}

section {
    padding: 0;
    margin: 0 0 62px 0;
}

section:last-child {
    margin-bottom: 0;
}

section section {
    padding: 0;
    margin: 0 0 30px 0;
}

section.mgb_sec_x2 {
    margin-bottom: 120px;
}

table {
    margin-bottom: 30px;
}

table:last-child {
    margin-bottom: 0;
}

#content {
    padding: 0 15px 100px;
    margin: 0 auto;
    width: 1230px;
    max-width: 100%;
}

#topic-path {
    margin: 15px 0 12px;
}

#topic-path li,
#topic-path a {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-decoration: unset;
    color: #333333;
    font-weight: 500;
}

#topic-path li {
    position: relative;
    display: inline;
}

#topic-path li::after {
    content: "";
    display: inline-block;
    margin: 0 13px;
    background: url("../images/arrow-topicpath.png") center no-repeat;
    width: 5px;
    height: 8px;
    background-size: cover;
}

#topic-path li:last-child::after {
    display: none;
}

.utbl {
    width: 100%;
}

.utbl.tbl-fix {
    table-layout: fixed;
}

.utbl td,
.utbl th {
    border-color: #505050;
    vertical-align: top;
    padding: 10px;
}

.utbl th {
    background-color: var(--color-primary);
    font-weight: 400;
}

/*==========================================================================*/
/*                             C O N T E N T                                */
/*==========================================================================*/
.under h1 {
    height: 150px;
}

.under main {
    margin-top: 156px;
}

#content {
    padding: 50px 0;
}

#top_info {
    background-color: #f5f3ea;
    position: relative;
    z-index: 1;
    min-height: 392px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 28px;
}

#top_info::before {
    content: "";
    position: absolute;
    background: url("../images/umain-dc-left.png") center no-repeat;
    background-size: cover;
    width: 231px;
    height: 333px;
    left: 20px;
    top: 20px;
    z-index: -1;
}

#top_info::after {
    content: "";
    position: absolute;
    background: url("../images/umain-dc-right.png") center no-repeat;
    background-size: cover;
    width: 231px;
    height: 333px;
    right: 20px;
    bottom: 20px;
    z-index: -1;
}

.page-title {
    max-width: 1000px;
    margin: 0 auto;
}

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

.page-title .ttl {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    font-family: var(--font-noto-serif);
    letter-spacing: 0.1em;
}

.page-title .ttm {
    font-family: var(--font-noto-serif);
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
}

.page-title .desc {
    text-align: center;
}

.page-title .desc p {
    letter-spacing: 0.1em;
}

#topic_path * {
    text-decoration: unset;
    letter-spacing: 0.1em;
}

.cnt * {
    line-height: 1.875em;
    letter-spacing: 0.112em;
}

.cnt h2 {
    line-height: 1.5em;
    font-size: 30px;
    margin-bottom: 0.5em;
    letter-spacing: 0;
}

.cnt-ttl-wrap {
    width: fit-content;
    margin: 0;
}

.case-tag {
    line-height: 1em;
    margin-bottom: 10px;
}

.case-tag span {
    display: inline-block;
    position: relative;
    padding: 0.75rem 2rem 0.9rem;
    border: 2px solid #000;
    line-height: 1em;
    font-size: 16px;
    font-weight: 700;
}

.case-tag span:before,
.case-tag span:after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    border-top: 2px dotted #000;
}

.case-tag span:before {
    top: 3px;
}

.case-tag span:after {
    bottom: 3px;
}

.uTable th,
.uTable td {
    border-color: #9e8f76;
    padding: 15px;
    line-height: 1.875em;
}

.uTable th {
    width: 256px;
    background-color: #9e8f76;
    color: #fff;
    font-family: var(--font-noto-serif);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.uTable tr:not(:last-child) th {
    border-bottom-color: #ffffff;
}

.uTable__scroll th:first-child {
    width: 256px !important;
}

.uTable__scroll td {
    padding: 20px 30px;
}

.uTable__scroll .style2 th {
    padding: 21px;
}

.uTable__scroll .style2 th:not(:first-child) {
    width: 312px;
}

.uTable__scroll .style2 th:nth-child(1) {
    background-color: #dddddd;
    border-color: #9e8f76 !important;
    color: #333;
}

.uTable__scroll .style2 th:nth-child(2) {
    background-color: #9e8f76;
    border-color: #9e8f76;
}

.uTable__scroll .style2 th:nth-child(3) {
    background-color: #5b4603;
    border-color: #9e8f76;
}

.uTable__scroll .style2 th:nth-child(4) {
    background-color: #413100;
    border-color: #9e8f76;
}

.uTable__scroll .style2 th:not(:last-child) {
    border-right-color: #ffffff;
}

.uTable__scroll td {
    vertical-align: top;
}

.uBnr {
    display: flex;
    justify-content: space-between;
}

.uBnr .item {
    width: 580px;
    min-height: 180px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.uBnr .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/uBnr-dc.png") top left repeat-y;
    background-size: cover;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}

.uBnr .item a {
    font-family: var(--font-noto-serif);
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-decoration: unset;
    height: 100%;
    color: #fff;
    display: block;
}

.uBnr .item a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url("../images/icon-arrow.png") right 29px center no-repeat;
    background-size: 24px 17px;
    position: relative;
    z-index: 1;
}

.uBnr .item a span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 95%;
    background-color: #fff;
    left: 9px;
    top: 0;
    z-index: -1;
}

.uBnr .item a span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 95%;
    background-color: #fff;
    right: 8px;
    bottom: 0;
    z-index: -1;
}

.uBnr .item.item1 a {
    background: url("../images/iBnr-bg1.jpg") center no-repeat;
    background-size: cover;
}

.uBnr .item.item1 a span {
    border: 1px solid #fff;
}

.uBnr .item.item2 a {
    background: url("../images/iBnr-bg2.jpg") center no-repeat;
    background-size: cover;
}

.uBnr .item.item2 a span {
    border: 1px solid #9e8f76;
}

.uPoint {
    counter-reset: section;
}

.under main .uPoint .item .ttl {
    margin-bottom: 15px;
}

.under main .uPoint .item:not(:last-child) {
    padding-bottom: 45px;
    margin-bottom: 23px;
}

.uPoint.no-arrow .item::before {
    display: none;
}

.uPoint.no-arrow .item {
    padding-bottom: 0 !important;
}

.uPoint .item {
    position: relative;
    z-index: 1;
}

.uPoint .item .ttl {
    display: flex;
    font-size: 28px;
    font-family: var(--font-noto-serif);
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #937422;
    padding-bottom: 15px;
    border-bottom: 1px solid #9e8f76;
    margin-bottom: 30px;
}

.uPoint .item .ttl>span {
    display: block;
    width: 128px;
    height: 47px;
    background-color: #9e8f76;
    font-weight: 400;
    font-family: var(--font-roboto);
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
    margin-right: 33px;
    top: 4px;
}

.uPoint .item .ttl>span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23.5px 0 23.5px 17px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9e8f76;
    left: 100%;
    top: 0px;
}

.uPoint .item .ttl>span .num {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uPoint .item .ttl>span .num::before {
    counter-increment: section;
    content: "0"counter(section);
    font-size: 28px;
    font-family: var(--font-roboto);
    color: #fff;
    margin-left: 4px;
}

.uPoint .item:nth-child(n+10) .ttl>span .num::before {
    content: counter(section);
}

.uPoint .item:not(:last-child) {
    padding-bottom: 85px;
    margin-bottom: 43px;
}

.uPoint .item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: #b8ad9a transparent transparent transparent;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

/* .uPoint .item .cnt {
  max-width: 600px;
} */

.sec__pickup {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.sec__pickup::before {
    content: "";
    position: absolute;
    background: url("../images/uPickup-dc-left.png") center no-repeat;
    background-size: cover;
    width: 358px;
    height: 399px;
    z-index: -1;
    left: -151px;
    top: 0;
}

.sec__pickup::after {
    content: "";
    position: absolute;
    background: url("../images/uPickup-dc-right.png") center no-repeat;
    background-size: cover;
    width: 358px;
    height: 398px;
    z-index: -1;
    right: -149px;
    bottom: 0;
}

.uPickup {
    width: calc(100% + 200px);
    margin-left: -100px;
    background-color: #f5f3ea;
    position: relative;
    z-index: 1;
}

.uPickup::before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border: 1px solid #9e8f76;
}

.uPickup .txt-pickup {
    font-family: var(--font-roboto);
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 500;
    width: 184px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9e8f76;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.2em;
    padding: 10px 10px 0px;
}

.uPickup .txt-pickup::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 92px 0 92px;
    border-color: #9e8f76 transparent transparent transparent;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
}

.uPickup.uPickup__content--full .uPickup__content {
    width: 100%;
}

.uPickup.uPickup__content--full .uPickup__bg {
    min-height: auto;
    padding: 85px 0;
}

.uPickup__content {
    width: 540px;
}

.uPickup__bg {
    position: relative;
    z-index: 1;
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    padding: 85px 0 120px;
    min-height: 580px;
}

.uPickup .ttl {
    font-family: var(--font-noto-serif);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
    text-align: left;
    padding-bottom: 0;
}

.uPickup .ttl::before {
    display: none;
}

.uPickup .img {
    position: absolute;
    width: 580px;
    right: 0;
    top: 100px;
    margin-bottom: 0;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
}

.toc-002 {
    margin-bottom: 30px;
    border: 2px solid var(--color-primary);
    border-radius: 3px;
    position: relative;
}

.toc-button {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 6px;
    background: #fff;
    width: 70px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 5px 5px;
    overflow: hidden;
}

.toc-button.active:before {
    content: '閉じる';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--font-family);
    background: #fff;
}



.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 div::before {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    margin-right: 5px;
    background-image: url("../images/toc.svg");
    content: "";
}

.toc-002>ol {
    background-color: #fff;
    padding: 1em 1em 1em 10em;
}

.toc-002 ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}

.toc-002>ol {
    display: none;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-002>ol li a {
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.toc-002 a {
    color: #333;
    text-decoration: none;
}

.toc-002>ol li a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--color-primary);
    left: 0;
    border-radius: 50%;
    top: 9px;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 ol ol li {
    font-weight: 500;
    font-size: 0.9em;
}

.toc-002 ol ol li a::before {
    width: 6px;
    height: 6px;
    top: 8px;
}

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

.uTable__scroll th {
    border-color: #fff;
}

.uTable__scroll.middle th,
.uTable__scroll.middle td {
    vertical-align: middle;
}

.ovh {
    overflow: hidden;
}

.bg_gray {
    background: #f5f3ea;
    padding: 10px;
}


.under #content ul:not([class]) li {
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.under #content ul:not([class]) li::before {
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: -1;
    left: 0;
    top: 10px;
}

.under #content ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
}

.under #content ul:not([class]) ul {
    margin-top: 10px;
}

.under #content ul:not([class]) ul li::before {
    background-color: #fff;
    border: 1px solid var(--color-primary);
}

.txt-l {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

.flex-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.flex-content .img {
    width: 450px;
    flex-shrink: 0;
    margin-left: 30px;
    margin-bottom: 0;
}

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

.ovn__item {
    display: flex;
    gap: 30px;
    border: 1px solid #999;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.ovn__item:not(:last-child) {
    margin-bottom: 30px;
}

.ovn__item>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.ovn__item--img {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 350px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.ovn__item--img img {
    max-height: 100%;
}

.ovn__item--ttl {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
}

.ovn__item--date {
    margin-bottom: 0;
}

.ovn__item--desc {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disabled {
    display: none;
}

.pagination li.active a {
    background-color: var(--color-primary);
}

.under .content__wrapper .inner-fluid section:first-child {
    margin-top: 68px;
}

.btn-prev-next {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-prev-next li {
    width: 26%;
    margin: 10px;
}

.btn-prev-next a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background: #9e8f76;
    color: #fff;
    height: 100%;
    text-align: center;
    padding: 22px 40px 20px 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 20px;
    border-radius: 4px;
}

.btn-prev-next .prevPage,
.btn-prev-next .nextPage {
    position: absolute;
    top: 0;
}

.btn-prev-next .prevPage::before,
.btn-prev-next .nextPage::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 9px;
    height: 19px;
    z-index: 1;
    pointer-events: none;
}

.btn-prev-next .prevPage {
    left: 0;
}

.btn-prev-next .prevPage::before {
    left: 30px;
    background: url("../images/arrow-btn-rt.png") no-repeat center/contain;
}

.btn-prev-next .nextPage {
    right: 0;
}

.btn-prev-next .nextPage::before {
    right: 30px;
    background: url("../images/arrow-btn.png") no-repeat center/contain;
}

.btn-prev-next .hidden {
    display: none;
}

.news-detail-item:not(:last-child) {
    margin-bottom: 50px;
}

.news-detail-img {
    text-align: center;
    height: 400px;
}

.news-detail-img img {
    max-height: 400px;
}

.umessage-scroll {
    margin-top: 90px;
    width: max(min(100vw, 1920px), 1260px);
    position: relative;
    left: min(max((100vw - 100% - 17px) / -2, -351.5px), -21.5px);
}

.umessage-scroll .utext:not(:last-of-type) {
    margin-bottom: 90px;
}

.umessage-scroll .img {
    position: absolute;
    width: 760px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.umessage-scroll .utext {
    text-align: center;
    font-size: 150px;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: nowrap;
    color: rgba(221, 221, 221, 1);
}

.list-river {
    width: max(100vw, 1260px);
}

.list-river img {
    width: 477px;
}

.list-river li {
    margin: 0 !important;
}

.s1_thumbv2 {
    padding-top: 40px;
    position: relative;
    cursor: pointer;
}

/* CARD EFFECTS */
.cards {
    position: relative;
    padding: 0;
    max-width: 500px;
}

.card {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 15px;
    transform: translateY(21px) rotate(-10deg) translateX(-33px) scale(1);
    transform-origin: 0 0;
    transition: transform 0.6s cubic-bezier(.8, .2, .1, 0.8) 0.1s background 0.4s linear;
    user-select: none;
    width: 270px;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 0 33px 15px rgba(0, 0, 0, .1);
    background: #fff;
}

.card::before {
    position: absolute;
    top: 0;
    left: -5px;
    width: 110%;
    height: 105%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    content: '';
}

.card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card:last-child {
    margin-bottom: 0;
}

.card-next {
    z-index: 5;
    transform: translateY(-25px) rotate(4deg) translateX(25px) scale(1);
}

.card-out {
    animation: card-out 0.6s cubic-bezier(.8, .2, .1, 0.8);
    transform: translateY(-50px) rotate(372deg) translateX(64px) scale(1);
    z-index: 1;
}

.card-current {
    cursor: auto;
    user-select: auto;
    position: relative;
    z-index: 10;
    opacity: 1;
    transform: rotate(-1deg) translateX(0%) scale(1);
}

.card-current::before {
    display: none;
}

@keyframes card-out {
    0% {
        z-index: 8;
        transform: translateX(0px) rotate(-4deg);
    }

    50% {
        transform: translateX(-40%) rotate(-5deg);
    }

    75% {
        z-index: 1;
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0) rotate(8deg) scale(0.95);
    }
}

.button_slider {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background-image: url(../images/play_slide.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 20;
    transition: .3s ease-in-out;
}

.s1_ct {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.s1_thumbv1 {
    display: none;
}

.s1_thumbv2 #img-4 {
    display: none;
}

.drop425 {
    display: none;
}

.list-img {
    display: flex;
    gap: 10px !important;
}

.list-img li {
    flex: 1;
}

.box-map {
    width: 100%;
    height: 350px;
}

.box-map iframe {
    width: 100%;
    height: 100%;
}

.u_ttl2 {
    width: fit-content;
}

#page_trouble .cnt h2 {
    text-align: left;
}

#page_trouble .cnt h2::before {
    margin: 0;
}

#page_contact .u_bnn {
    border-radius: 6px;
    display: block;
    width: fit-content;
    text-align: center;
    padding: 20px 30px;
    margin: 0 auto 30px;
    background: #f5f3ea;
}

#page_contact .u_bnn .h-contact-buttons {
    margin: 0;
}

#page_contact .u_bnn .h-contact-buttons li:first-child {
    margin-right: 20px;
}

#page_contact .u_bnn .h-contact-buttons a {
    height: 84px;
    font-size: 24px;
    width: 350px;
}

#page_contact .u_bnn .btn_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
}

#page_contact .u_bnn .btn_tel .t_01 {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    padding-left: 25px;
}

#page_contact .u_bnn .btn_tel .t_01::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 19px;
    height: auto;
    aspect-ratio: 9 / 11;
    background: url(../images/icon-tel-03.png) center / cover no-repeat;
}

#page_contact .u_bnn .btn_tel .t_02 {
    font-size: 14px;
    font-weight: 500;
}

#page_contact .u_bnn .btn_tel .t_03 {
    font-size: 14px;
}

.pdl_20 {
    padding-left: 20px;
}

.th_bg01 {
    background-color: #838383 !important;
}


.list_staff {
    display: flex;
    justify-content: center;
}

.list_staff li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.list_staff li img {
    border-radius: 50%;
    overflow: hidden;
}

.list_staff li span {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.list_staff li span .sm{
    font-size: 90%;
    font-weight: normal;
}

.list_3col{flex-wrap: wrap;justify-content: center;}
.list_3col li{width: calc((100% - 60px) / 3);margin: 0 30px 30px 0;}



.frame02 {
    background: #9e8f76;
    padding: 0 30px 30px;
}

.frame02_ct {
    background: #fff;
    padding: 30px 30px 30px;
}

.frame02 h4 {
    text-align: center;
    color: #fff;
    margin: -30px -30px 30px;
    background: #9e8f76;
    padding: 30px;
}

.frame02 .big_ttl {
    background: #f5f3ea;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.frame_bg {
    background: #f5f3ea;
    padding: 30px;
}


.under main a.link {text-underline-offset: 3px;}
.under main .frame01 {background: #f5f3ea;padding: 40px;}





