/*==========================================================================*/


/*                            F U N C T I O N                               */


/*==========================================================================*/


/*==========================================================================*/


/*                               M I X I N                                  */


/*==========================================================================*/


/*==========================================================================*/


/*                       H E A D I N G   T I T L E                          */


/*==========================================================================*/

.under h2 {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
}

.under h3 {
    font-size: 36px;
    margin-bottom: 38px;
}

.under h3 span {
    display: block;
}

.under h3 .en {
    font-size: 83.3333%;
    color: #d01326;
    font-family: var(--font-archivo);
    letter-spacing: 0.074em;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: var(--font-yumincho);
}

.under h3 .jp {
    font-weight: bold;
    letter-spacing: 0.085em;
    font-family: var(--font-yumincho);
}

.under h4 {
    color: #d01326;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 35px;
    letter-spacing: 0.087em;
}

#house h4 {
    font-family: var(--font-yumincho);
}

.under h5 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #d01326;
    padding-bottom: 13px;
    margin-bottom: 41px;
}


/*==========================================================================*/


/*                           U T I L I T I E S                              */


/*==========================================================================*/

section {
    margin-bottom: 100px;
}

section section {
    margin-bottom: 60px;
}

section:last-child {
    margin-bottom: 0;
}

table {
    margin-bottom: 30px;
}

table:last-child {
    margin-bottom: 0;
}


/*==========================================================================*/


/*                             C O N T E N T                                */


/*==========================================================================*/

#content {
    padding-bottom: 100px;
}

#top_info {
    position: relative;
    background: url("../images/under_mainvisual.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 310px;
}

#top_info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

#top_info .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 310px;
}

#top_info h2 {
    padding-top: 38px;
    text-align: center;
    font-family: var(--font-yumincho);
    z-index: 2;
}

/* #top_info.event {
    background: url("../images/event-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.house {
    background: url("../images/house-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.house-item {
    background: url("../images/item-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.maintenance {
    background: url("../images/maintenance-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.reform {
    background: url("../images/reform-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.estate {
    background: url("../images/estate-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.pickup-idx {
    background: url("../images/pickup-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.money {
    background: url("../images/money-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.about {
    background: url("../images/about-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.company {
    background: url("../images/company-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.voice {
    background: url("../images/voice-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.contact {
    background: url("../images/contact-mainvisual.jpg") center no-repeat;
    background-size: cover;
}

#top_info.case {
    background: url("../images/case-mainvisual.jpg") center no-repeat;
    background-size: cover;
} */

#topic_path {
    padding: 25px 0;
    margin-bottom: 75px;
}

#topic_path ul {
    display: flex;
    flex-wrap: wrap;
}

#topic_path a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

#topic_path li {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

#topic_path li:not(:last-child) a {
    padding-right: 30px;
}

#topic_path li:not(:last-child) a::before {
    content: "";
    position: absolute;
    background: url("../images/arrow-topic.png") center no-repeat;
    width: 6px;
    height: 11px;
    background-size: cover;
    bottom: 3px;
    right: 13px;
    z-index: -1;
}

.title-anchor {
    margin-bottom: 34px;
}

.title-anchor span {
    display: block;
    text-align: center;
}

.title-anchor .en {
    font-size: 40px;
    font-weight: 900;
    font-family: var(--font-archivo);
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.title-anchor .jp {
    font-size: 24px;
    font-weight: bold;
}

.anchor-link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.anchor-link li {
    width: calc(33.3333333333% - 20px);
    min-height: 55px;
    border: 1px solid #000;
    margin-bottom: 30px;
    margin-right: 30px;
}

.anchor-link li a {
    text-decoration: none;
    padding: 15px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.anchor-link li a::before {
    content: "";
    position: absolute;
    background: url("../images/arrow-anchor.png") center no-repeat;
    background-size: cover;
    width: 40px;
    height: 7px;
    left: -16px;
    top: -5px;
    bottom: 0;
    margin: auto;
}

.under main p {
    font-size: 18px;
    font-weight: 500;
}

.ud-list-box {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    margin-bottom: -50px;
}

.ud-list-box .frame-list {
    display: flex;
    flex-wrap: wrap;
}

.ud-list-box::before {
    content: "";
    position: absolute;
    background-color: #eaeaea;
    width: 1920px;
    height: calc(100% - 50px);
    top: 0;
    left: calc(50% - 960px);
    z-index: -1;
}

.ud-list-box .ud-item-box {
    width: 330px;
    padding: 22px 30px 28px;
    margin-right: 45px;
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #eeeeee;
}

.ud-list-box .ud-item-box:last-child,
.ud-list-box .ud-item-box:nth-child(3n+3) {
    margin-right: 0;
}

.ud-list-box .ud-item-box h6 {
    font-size: 18px;
    margin-bottom: 16px;
}

.ud-list-box .ud-item-box .item-box-tt {
    margin-bottom: 14px;
}

.ud-list-box .ud-item-box .img {
    margin-bottom: 25px;
}

.ud-list-box .ud-item-box p {
    font-size: 16px;
    line-height: 1.8;
}

.step-tt {
    font-size: 44px !important;
    font-family: var(--font-archivo);
    font-weight: 900 !important;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 0.08em;
}

.step-tt span {
    background-color: #fff;
    padding-right: 20px;
}

.step-tt::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #c80014;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.step-item {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border: 4px solid #080102;
    padding: 32px 50px 42px;
    position: relative;
    z-index: 1;
}

.step-item:not(:last-child) {
    margin-bottom: 118px;
}

.step-item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 47px 0 47px;
    border-color: #000000 transparent transparent transparent;
    z-index: -1;
    top: calc(100% + 42px);
    left: 0;
    right: 0;
    margin: auto;
}

.pickup-bg {
    position: relative;
    z-index: 1;
}

.pickup-bg::before {
    content: "";
    position: absolute;
    width: 1920px;
    height: 100%;
    background-color: #d01326;
    left: calc(50% - 960px);
    top: 0;
    z-index: -1;
}

.pickup {
    width: 100%;
    height: 100%;
    padding: 98px 0 125px;
    position: relative;
    z-index: 1;
}

.pickup::before {
    content: "";
    position: absolute;
    background: url("../images/pickup-dc1.png") center no-repeat;
    background-size: cover;
    width: 1920px;
    height: 186px;
    left: calc(50% - 960px);
    position: absolute;
    bottom: 30px;
    left: calc(50% - 960px);
    z-index: -1;
}

.pickup::after {
    content: "";
    position: absolute;
    background: url("../images/pickup-dc2.png") center no-repeat;
    width: 314px;
    height: 157px;
    background-size: cover;
    top: -25px;
    left: calc(50% - 642px);
    z-index: -1;
}

.pickup p {
    color: #fff;
}

.pickup .pickup-tt {
    font-size: 60px;
    font-family: var(--font-archivo);
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 70px;
}

.pickup .pickup-tt span {
    border-bottom: 2px solid #ed767a;
    padding-bottom: 22px;
}

.pickup h4 {
    color: #fff;
}

.pickup-content .image-r {
    margin: 25px 0 20px 60px;
}

.ud-link-bot ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ud-link-bot li {
    width: calc(33.3333333333% - 30px);
    background-color: #62060f;
    margin-right: 45px;
    margin-bottom: 45px;
}

.ud-link-bot li a {
    color: #fff;
    text-decoration: none;
    padding: 23px 30px 23px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    height: 100%;
    position: relative;
    z-index: 1;
    font-weight: bold;
    border: 2px solid #62060f;
}

.ud-link-bot li a::before {
    content: "";
    position: absolute;
    background: url("../images/arrow-link.png") center no-repeat;
    width: 8px;
    height: 13px;
    background-size: cover;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
}

.ud-link-bot li a span {
    font-size: 15px;
    display: block;
}

.ud-link-bot li:nth-child(3n+3),
.ud-link-bot li:last-child {
    margin-right: 0;
}

.ud-link-bot .title-anchor {
    margin-bottom: 51px;
}

.ud-link-bot .title-anchor .en {
    font-size: 60px;
    margin-bottom: 8px;
}

.ud-link-bot .title-anchor .jp {
    font-size: 18px;
}

.img-center {
    text-align: center;
    margin-bottom: 30px;
}

.img-center .img {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 0;
}

.img-center .custom-link a {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
}

.ud-bnr {
    width: 800px;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    justify-content: center;
}

.ud-bnr a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: calc(50% - 20px);
    padding: 20px 10px;
    position: relative;
    z-index: 1;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ud-bnr a::before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

ul.btn_bottom_event {
    margin: 35px 0 0 0;
    padding: 0;
}

ul.btn_bottom_event li {
    float: left;
    width: 49%;
}

ul.btn_bottom_event li:nth-child(2n) {
    margin-left: 2%;
}

ul.btn_bottom_event li a {
    border: 2px solid #d01326;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    height: 80px;
    color: #d01326;
    font-weight: bold;
    padding-left: 40px;
    font-size: 18px;
    display: table;
    text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255);
}

ul.btn_bottom_event li a p span {
    font-size: 15px;
    display: block;
}

ul.btn_bottom_event li:nth-child(1) a {
    background: url(../images/bnr_bg01.png) center center no-repeat;
    background-size: 100% auto;
}

ul.btn_bottom_event li:nth-child(2) a {
    background: url(../images/bnr_bg05.png) bottom center no-repeat;
    background-size: 100% auto;
}

ul.btn_bottom_event li:nth-child(3) a {
    background: url(../images/bnr_bg02.png) bottom center no-repeat;
    background-size: 100% auto;
}

ul.btn_bottom_event li:nth-child(4) a {
    background: url(../images/bnr_bg03.png) bottom center no-repeat;
    background-size: 100% auto;
}

ul.btn_bottom_event li a p {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    line-height: 22px;
}

ul.btn_bottom_event li a:after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 10px;
    border-color: transparent transparent transparent #d01326;
    top: calc(50% - 8px);
    left: 3%;
    width: 10px;
    height: 17px;
    content: "";
}

.ovh {
    overflow: hidden;
}

.txt_boldB {
    display: block;
    padding: 5px 0 5px 0;
    line-height: 35px;
    color: #aa1120;
    font-size: 23px;
    line-height: 1.5;
}

.under p.txt_boldB {
    font-size: 23px;
    padding: 0;
}

.list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.list li:not(:last-child) {
    margin-right: 30px;
}

.under .bnr {
    border: 2px solid #d01326;
    text-align: left;
    margin: 0 auto;
    width: 700px;
    max-width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    position: relative;
    display: table;
    box-sizing: border-box;
}

.under .bnr:after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 10px;
    border-color: transparent transparent transparent #d01326;
    top: calc(50% - 8px);
    left: 3%;
    width: 10px;
    height: 17px;
    content: "";
}

.under .bnr:hover {
    opacity: 0.8;
}

.under .bnr a {
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right 8px bottom 8px;
    height: 130px;
    color: #d01326;
    font-weight: bold;
    padding-left: 80px;
    line-height: 35px;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255);
}

.under .bnr a span {
    font-size: 25px;
}

.under .bnr01 {
    background: url(../images/bnr_bg01.png) center center no-repeat;
    background-size: 100% auto;
}

.under .bnr02 {
    background: url(../images/bnr_bg02.png) center center no-repeat;
    background-size: 100% auto;
}

.under .bnr03 {
    background: url(../images/bnr_bg03.png) bottom center no-repeat;
    background-size: 100% auto;
}

.under .bnr04 {
    background: url(../images/bnr_bg04.png) center center no-repeat;
    background-size: 100% auto;
}

.under .bnr05 {
    background: url(../images/bnr_bg05.png) bottom center no-repeat;
    background-size: 100% auto;
}

.under .bnr07 {
    background: url(../images/bnr_bg07.png) center right no-repeat;
    background-size: 100% auto;
}

.under .bnr08 {
    background: url(../images/bnr_bg08.png) right center no-repeat;
    background-size: 100% auto;
}

.iframeB iframe {
    width: 100%;
    height: 600px;
}

.ud-table th {
    font-size: 20px;
    font-weight: 500;
}

.ud-table td {
    vertical-align: top;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
}

.ud-list li {
    position: relative;
    z-index: 1;
    line-height: 1.5;
    padding-left: 20px;
}

.ud-list li:not(:last-child) {
    margin-bottom: 10px;
}

.ud-list li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #d01326;
    top: 6px;
    left: 0;
    z-index: -1;
}

.color {
    color: #62060f;
}

.bigs {
    font-size: 180%;
}

.bigs02 {
    font-size: 190%;
    font-weight: bold;
}

.bigs {
    font-size: 180%;
}

.stepBlock li {
    float: left;
    width: 18%;
    background: #f2f2f2;
    position: relative;
    margin-bottom: 2%;
    margin-right: 1%;
    margin-left: 1%;
}

.stepBlock li:nth-of-type(5n+0) .arrow {
    display: none;
}

.stepBlock p {
    padding: 10px 15px 10px 15px;
    text-align: center;
    font-weight: bold;
}

.stepBlock p.arrow {
    position: absolute;
    top: 47%;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #d01326;
    padding: 0;
}

.stepBlock img {
    max-width: 100%;
    padding-bottom: 10px;
}

.stepBlock .title01 {
    font-family: var(--font-roboto);
    background: #9bbb59;
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
}

.stepBlock .stepcolor01 {
    background: #998733;
}

.stepBlock .stepcolor02 {
    background: #dd5d30;
}

.stepBlock .stepcolor03 {
    background: #803499;
}

.stepBlock .stepcolor04 {
    background: #478edf;
}

.under .about_dl dd {
    box-sizing: border-box;
    margin-bottom: 30px;
}

.under .about_dl dd:last-child {
    margin-bottom: 0;
}

.under .table02 td {
    border: none;
}

.under .table02 td .img {
    flex-shrink: 0;
    width: 254px;
}

.ud-table th {
    background-color: #d01326;
    color: #fff;
}

.ud-table .map iframe {
    width: 100%;
    height: 400px;
}

.frame-list {
    padding: 15px;
    border: 2px solid #d01326;
}

.qa-tb td[rowspan="3"] {
    width: 190px;
    max-width: 100%;
}

.qa-tb h5 {
    margin-bottom: 15px;
}

.qa-tb td {
    margin-bottom: 30px;
}

.qa-tb tr:last-child td {
    padding-bottom: 0;
}

.under_list_case {
    display: flex;
    flex-wrap: wrap;
    margin-top: -15px;
}

.under_list_case li {
    position: relative;
    z-index: 1;
    width: calc(33.3333333333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}

.under_list_case li:nth-child(3n+3) {
    margin-right: 0;
}

.under_list_case li .ttl {
    text-align: center;
}

.under_list_case li .img {
    margin-bottom: 10px;
}

.under .post_list {
    overflow: hidden;
}

.case_list02 .post_list li,
.case_list03 .post_list li,
.case_list04 .post_list li {
    float: left;
    margin: 0 13px 15px 0;
    overflow: hidden;
    width: calc((100% - 27px) / 3);
    text-align: center;
}

.post_image {
    display: table;
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding: 1px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.post_image,
.post_title,
.post_customer {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.img_center {
    text-align: center;
}

.post_image a {
    display: table-cell;
    width: 100%;
    height: 180px;
    vertical-align: middle;
}

.case_list02 .post_list .post_image img,
.case_list03 .post_list .post_image img,
.case_list04 .post_list .post_image img {
    max-width: 100%;
    max-height: 100%;
}

#case .case_list01 {
    display: none;
}

#case .cate-tab li.cate01,
#case .cate-tab li.cate04 {
    display: none;
}

.custom-link .case_btn {
    height: 50px;
    margin: auto;
}

.custom-link.type2 a {
    margin: 0 auto;
}

.post_list {
    margin-bottom: 40px;
}

.cate-tab.anchor-link {
    margin-bottom: 0;
    justify-content: center;
}

.cate-tab li {
    margin-bottom: 0;
}

#case h4#info {
    display: none;
}

.case_list01 .post_list li[data-show=disable],
.case_list02 .post_list li[data-show=disable],
.case_list03 .post_list li[data-show=disable],
.case_list04 .post_list li[data-show=disable] {
    display: none;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.pagination li {
    width: 30px;
    height: 30px;
    border: 1px solid #054E3C;
    transition: all ease 0.4s;
}

.pagination li.disabled {
    display: none;
}

.pagination li:hover {
    opacity: .8;
}

.pagination li.active {
    background: #054E3C;
}

.pagination li.active a {
    color: #fff;
}

.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #054E3C;
}

#bx-pager a {
    border: 1px solid #f2f2f2;
    display: inline-block;
    height: 140px;
    overflow: hidden;
    padding: 5px;
    vertical-align: top;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#bx-pager a img {
    max-height: 100%;
    width: auto;
    margin: auto;
    object-fit: cover;
}

.bxslider {
    width: 750px;
    max-width: 100%;
    height: 500px;
    margin: 0 auto 30px;
}

.bxslider img {
    max-height: 100%;
    margin: auto;
}

.bxslider .slick-slide {
    height: 500px;
}

#bx-pager .slick-slide {
    margin: 5px !important;
}

.bxslider .slick-slide li {
    height: 500px;
}

#bx-pager .slick-track {
    width: 1080px !important;
    transform: unset !important;
}

#bx-pager .slick-slide {
    opacity: 0.7;
    cursor: pointer;
}

#bx-pager .slick-current {
    opacity: 1;
}

.comment .title {
    font-size: 22px;
    color: #d01326;
    font-weight: bold;
}

.comment {
    border: 1px solid #eee;
    padding: 15px;
}

.comment>p {
    margin-bottom: 20px;
}

.column_btn01.ud-link-bot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column_btn01 li {
    margin-bottom: 0;
}

.column_btn01.ud-link-bot li a {
    text-align: center;
}

.column_btn01.ud-link-bot li.prevPage a::before {
    transform: rotate(180deg);
    right: unset;
    left: 18px;
}

.listPage a::before {
    display: none;
}

.single_cate01 p,
.single_cate01 span {
    font-size: 18px !important;
}

.ud-table .map p {
    font-size: 18px;
    font-weight: 500;
}

.frame-list.normal {
    border: 0;
    padding: 0;
}

.custom-img-center {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.case_list01 .post_list li[data-show=disable],
.case_list02 .post_list li[data-show=disable],
.case_list03 .post_list li[data-show=disable],
.case_list04 .post_list li[data-show=disable] {
    display: none;
}

.case_list01 a {
    font-size: 18px;
    color: #000;
}

.case_list01 .date {
    font-size: 18px;
}

.ud-table a {
    font-weight: bold;
}

table.mailform tr th {
    position: relative;
    z-index: 1;
}

table div.fmail_must {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    right: 10px;
}

.case_list01 .date {
    width: 120px;
}

.case_list01 .date,
.case_list01 li a {
    display: inline-block;
}

.case_list01 .post_list li {
    background: rgba(0, 0, 0, 0) url(../images/icon.png) no-repeat scroll left 16px;
    background-size: 16px auto;
    border-bottom: 1px dotted #999;
    font-size: 15px;
    padding: 11px 0 11px 34px;
    width: 100%;
    display: table;
    box-sizing: border-box;
}

#fmail input.fmail[type=text] {
    width: 250px;
}

.post_title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-right: 10px;
}

.post_customer {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-right: 10px;
}

.post_list li {
    position: relative;
    z-index: 1;
}

.single_cate01_img .img_center,
.single_cate02_img .img_center,
.single_cate03_img .img_center {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.single_cate01_img .img_center img,
.single_cate02_img .img_center img,
.single_cate03_img .img_center img {
    max-height: 100%;
}

.p_mb15 {
    margin-bottom: 20px;
}

#en1480403636,
#en1480403769 {
    margin-right: 4px;
}

#en1679991300 {
    display: none;
}

.sec__floor--title {
    font-size: 50px !important;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold !important;
}

.sec__floor--img {
    margin: 0 0 30px;
    text-align: center;
}

.sec__floor--txtimg {
    text-align: center;
    background-color: #F4F4F4;
}

.three__more {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.three__more li {
    border: 2px solid #000;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: bold;
}

.three__more li span {
    color: #d01326;
}

.blue {
    color: #2F5597;
    text-align: center;
    font-weight: bold !important;
    font-size: 22px !important;
}

.three__more li {
    width: 290px;
}

.three__more li:not(:last-child) {
    margin-right: 20px;
}

.sitemap .sitemap-tt h3 {
    margin-bottom: 0;
    line-height: 1.6em;
}

.under .sitemap-tt {
    padding-bottom: 38px;
    margin-bottom: 40px;
}

.under .sitemap-box {
    margin-top: 0;
}

.under .hd-fixed .mail.pc {
    display: none !important;
}

.image-c {
    text-align: center;
}
.uBox {
    margin-bottom: 30px;
}
.uBox__col2, .uBox__col3 {
    display: flex;
}

.uBox__col2 .uBox__item {
    width: 49%;
}
.uBox__col2 .uBox__item:not(:last-child) {
    margin-right: 2%;
}
.uBox__col3 {
    align-items: center;
}
.uBox__col3 .uBox__item {
    flex-shrink: 0;
    width: calc((100% - 316px) / 2);
    margin: 0;
}
.uBox__col3 .uBox__item--img {
    margin: 0 20px;
}

.uBox__col3 .uBox__item--desc {
    font-size: 16px !important;
}

.uBox__col3 .uBox__item--desc p {
    font-size: 16px !important;
}

.uBox__col3 .uBox__item--tt {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    justify-content: flex-start;
    padding: 0;
    line-height: 1.5em;
    margin-bottom: 20px;
}



.uBox__item--tt {
    text-align: center;
    background-color:#D97E0B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    line-height: 1.5em;
}

.uBox__item--img {
    text-align: center;
    height: 230px;
}

.uBox__item--img img {
    max-height: 100%;
}
.none375 {
    display: none;
}


.f_col-4 {
    display: flex;
    column-gap: 30px;
}

.f_col-4:not(:last-child) {
    margin-bottom: 50px;
}

.f_col-4 .item {
    flex: 0 0 calc((100% - 90px) / 4);
}

.f_col-4 .item .title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: fit-content;
    padding: 0 20px 2px;
    width: 185px;
    max-width: 100%;
    color: #ffffff;
    background: #333;
    border-radius: 20px;
    text-align: center;
}

.f_col-4 .item .image-c {
    margin-bottom: 15px;
    position: relative;
    aspect-ratio: 1/1;
    background: #f3f1ef;
}

.f_col-4 .item.has_p img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}

.f_col-4 .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}   

.ulist-earth:not(:last-child) {
    margin-bottom: 30px;
}

.ulist-earth .item {
    display: flex;
}

.ulist-earth .item:not(:last-child) {
    margin-bottom: 10px;
}

.ulist-earth .item .num {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5ca8e;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #ffffff;
    line-height: 1em;
}

.ulist-earth .item .text {

}

.cnt .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.structure-img1 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.structure-img1 p {
    margin-bottom: 0;
}

.structure-img1 .craft2 {
    font-size: 18px;
    position: relative;
    font-weight: bold;
    z-index: 1;
    line-height: 1.55em;
}
.structure-img1 .craft2 span {
    position: absolute;
    width: calc(100% - 27px);
    top: calc(50% + 38px);
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
.structure-img2 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.structure-img2 p {
    width: 440px;
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.structure-img2 .craft2 span {
    top: calc(50% + 38px);
    padding-left: 0;
}
.structure-img2 span {
    position: absolute;
    font-size: 12px;
    bottom: 0;
    width: 100%;
    left: 12px;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: -.04em;
}

.structure-img2 .craft1 span {
    padding-left: 10px;
}

.structure-img2 .craft1 span::before {
    content: '※';
    position: absolute;
    font-size: 11px;
    display: block;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
}

.structure2 .structure-img1 .craft2 span {
    top: calc(50% + 6px);
}
.structure2 .structure-img2 .craft2 span {
    top: calc(50% + 20px);
}

.custom-h3 {
    color: #d01326;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: 1px solid #d01326;
    padding-bottom: 5px;
}
.uFlex {
    display: flex;
    align-items: center;
}

.uFlex__img {
    flex-shrink: 0;
}

.uFlex__content {
    margin-left: 50px;
}

.uFlex__content .ttl {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5em;
    display: flex;
}
.uFlex__content li:not(:last-child) {
    margin-bottom: 20px;
}
.uFlex__content li {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
}
.uFlex__content li .num {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #ed6d00;
    margin-right: 10px;
}
.item02-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
}
.item02__item {
    width: 480px;
}
.cnt > *:not(:last-child) {
    margin-bottom: 50px;
}
.list-circle {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.list-circle .item {
    width: 152px;
    height: 152px;
    border-radius: 50%;
    border: 2px solid #ed6d00;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .02em;
}
.flex-top {
    align-items: flex-start;
} 
.floor {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}
.item02__item--img {
    margin-bottom: 15px;
}
.item02__item--desc .ttl {
    margin-bottom: 15px;
    background-color: #d01326;
    color: #fff;
    padding: 10px;
    line-height: 1.5em;
    display: flex;
    align-items: center;
}
.none414 {
    display: none;
} 
/*==========================================================================*/


/*                 F O R   S P E C I F I E D   B R O W S E R                */


/*==========================================================================*/


/* EDGE  */


/* FIREFOX */

@-moz-document url-prefix() {}


/* Safari 10.1+ (which is the latest version of Safari at this time) */