@charset "UTF-8";
/*Theme Name: アーキテックス ハウジング*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.8;
    color: #231815;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1000px;
    margin: 0 auto;
  }
  body .inner.max {
    width: 1280px;
  }
  body .inner.wide {
    width: 1220px;
  }
  body .inner.narrow {
    width: 880px;
  }
  body .inner.mini {
    width: 700px;
  }
  body .main_title {
    font-size: 4rem;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
  }
  body .main_title span {
    display: block;
    font-size: 1rem;
  }
  body .main_title.big {
    font-size: 6rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  body .main_title.mdl {
    font-size: 3.8rem;
    line-height: 1.45;
  }
  body .sub_title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 100px;
  }
  body .vertical {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.5;
    letter-spacing: 5px;
    text-align: left;
    font-weight: bold;
  }
  body .btn {
    display: block;
    width: 200px;
    border-radius: 5px;
    padding: 10px 5px;
    border: 3px solid #231815;
    background: #231815;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  body .btn:hover {
    background: #fff;
    color: #231815;
  }
  body .lead {
    margin-bottom: 100px;
  }
  body .lead p {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 3;
  }
  body .post_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 60px 50px;
  }
  body .post_list li.soldout {
    position: relative;
  }
  body .post_list li.soldout .mask {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 24, 21, 0.7);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .post_list li.soldout .mask span {
    display: block;
    font-size: 2.3rem;
    line-height: 1.4;
  }
  body .post_list li .thumb {
    max-width: 300px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  body .post_list li .thumb:before {
    content: "";
    display: block;
    padding-top: 66.6%;
  }
  body .post_list li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .post_list li .dec {
    margin-bottom: 10px;
  }
  body .post_list li .title {
    font-weight: bold;
  }
  body .post_list li .title a {
    display: block;
  }
  body .post_list li .title a:hover {
    color: #824729;
  }
  body .post_list li > p {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #231815;
  }
  body .post_list li .mask {
    display: none;
  }
  body .info_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    font-weight: bold;
  }
  body .info_list li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .info_list li .title a {
    display: block;
  }
  body .info_list li .title a:hover {
    color: #824729;
  }
  body .cat {
    display: block;
    background: #231815;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    min-width: 120px;
    border: 1px solid #231815;
  }
  body .cat:hover {
    background: #fff;
    color: #231815;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    font-weight: bold;
  }
  body .form .wpcf7-form > ul {
    margin-bottom: 100px;
  }
  body .form .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 60px;
  }
  body .form .wpcf7-form > ul h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #231815;
    font-size: 1.3rem;
    font-weight: bold;
  }
  body .form .wpcf7-form > ul input[type="text"],
  body .form .wpcf7-form > ul input[type="date"] {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    height: 55px;
    padding: 20px;
    border-radius: 10px;
    background: #f1f1f1;
    outline: none;
  }
  body .form .wpcf7-form > ul input[type="text"].small,
  body .form .wpcf7-form > ul input[type="date"].small {
    width: 350px;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    margin-right: 30px;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #d9d9d9;
    border-radius: 100%;
    border: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: -3px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #824729;
    -webkit-box-shadow: inset 0 0 0 2px #d9d9d9;
            box-shadow: inset 0 0 0 2px #d9d9d9;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    margin: 0 40px 0 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #d9d9d9;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: -3px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #824729;
    border-bottom: 2px solid #824729;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form .wpcf7-form > ul textarea {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    padding: 20px;
    font-size: 1rem;
    background: #f1f1f1;
    outline: none;
  }
  body .form .agree {
    text-align: center;
  }
  body .form .agree a {
    text-decoration: underline;
  }
  body .form .agree a:hover {
    color: #824729;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #d9d9d9;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 0;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #824729;
    border-bottom: 2px solid #824729;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form .wpcf7-spinner {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin: 100px auto 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  body .form input[type="submit"]:hover,
  body .form input[type="button"]:hover {
    cursor: pointer;
  }
  body .servnav {
    width: 460px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    gap: 10px 20px;
  }
  body .servnav li:first-child {
    grid-column: span 2 / span 2;
  }
  body .servnav li:first-child a {
    background: #824729;
  }
  body .servnav li:nth-child(2) {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  body .servnav li:nth-child(2) a {
    background: #9d968f;
  }
  body .servnav li:nth-child(3) {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  body .servnav li:nth-child(3) a {
    background: #574e53;
  }
  body .servnav li:nth-child(4) {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  body .servnav li:nth-child(4) a {
    background: #a99b77;
  }
  body .servnav li:nth-child(5) {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  body .servnav li:nth-child(5) a {
    background: #4f4235;
  }
  body .servnav li:nth-child(6) {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  body .servnav li:nth-child(6) a {
    background: #7a8783;
  }
  body .servnav li:nth-child(7) {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  body .servnav li:nth-child(7) a {
    background: #6b7181;
  }
  body .servnav li a {
    position: relative;
    display: block;
    border-radius: 5px;
    color: #fff;
    padding: 10px 10px 0 10px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  body .servnav li a:hover {
    background: #231815;
  }
  body .servnav li a span {
    font-size: 2.5rem;
  }
  body .servnav li a .title {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.88rem;
    line-height: 1.2;
    text-align: right;
  }
  body .fadeup {
    opacity: 0;
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  body .fadeup.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    position: relative;
  }
  header.top .h_blc {
    background: none;
  }
  header.top .h_blc .inner {
    padding: 0;
  }
  header.top .h_blc .inner .logo,
  header.top .h_blc .inner > .subnav {
    display: none;
  }
  header.top .scroll.h_blc {
    background: rgba(255, 255, 255, 0.6);
  }
  header.top .scroll.h_blc .inner {
    padding: 30px 70px 30px 30px;
  }
  header.top .scroll.h_blc .inner .logo,
  header.top .scroll.h_blc .inner > .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.top .scroll.catch .biglogo {
    display: none;
  }
  header.top .scroll.catch .servnav {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
  header .h_blc .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 70px 30px 30px;
  }
  header .menu-btn {
    position: fixed;
    top: 45px;
    right: 30px;
    width: 40px;
    height: 25px;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background: #231815;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .menu-btn span:before {
    top: 21px;
  }
  header .menu-btn span:after {
    top: 11px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: #231815;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    top: 0;
  }
  header .menu-content {
    max-width: 920px;
    min-width: 768px;
    width: 100%;
    height: 450px;
    background: #231815;
    color: #fff;
    position: fixed;
    right: 0;
    top: -100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px 30px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0 0 0 20px;
    font-weight: bold;
  }
  header .menu-content .h_left {
    max-width: 460px;
    width: 54%;
  }
  header .menu-content .h_left > p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  header .menu-content .h_left .servnav {
    width: 100%;
  }
  header .menu-content .h_left .servnav a:hover {
    background: #fff;
    color: #231815;
  }
  header .menu-content .h_right {
    max-width: 360px;
    width: 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .menu-content .h_right .h_logo {
    margin-bottom: 20px;
  }
  header .menu-content .h_right .h_nav a {
    display: block;
    margin-bottom: 10px;
  }
  header .menu-content .h_right .h_nav a:hover {
    color: #a99b77;
  }
  header .menu-content .h_right div:last-child {
    position: absolute;
    bottom: 20px;
    right: 30px;
  }
  header .menu-content .h_right div:last-child .h_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 15px;
  }
  header .menu-content .h_right div:last-child a {
    font-size: 3rem;
    line-height: 1.4;
  }
  header .menu-content .h_right div:last-child a:hover {
    color: #a99b77;
  }
  header .menu-content .h_right div:last-child a img {
    vertical-align: baseline;
    margin-right: 5px;
  }
  header .menu-content .h_right div:last-child p {
    text-align: right;
  }
  header .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
  }
  header .subnav li:first-child a {
    background: #824729;
  }
  header .subnav li:nth-child(2) a {
    background: #9d968f;
  }
  header .subnav li:nth-child(3) a {
    background: #574e53;
  }
  header .subnav li:nth-child(4) a {
    background: #a99b77;
  }
  header .subnav li:nth-child(5) a {
    background: #4f4235;
  }
  header .subnav li:nth-child(6) a {
    background: #7a8783;
  }
  header .subnav li:nth-child(7) a {
    background: #6b7181;
  }
  header .subnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 110px;
    height: 60px;
    font-size: 0.9rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.4;
  }
  header .subnav li a:hover {
    background: #231815;
  }
  header .catch,
  header .fv {
    position: relative;
    z-index: 0;
  }
  header .catch video,
  header .catch > img,
  header .fv video,
  header .fv > img {
    display: block;
    width: 100%;
  }
  header .catch video.smonly,
  header .catch > img.smonly,
  header .fv video.smonly,
  header .fv > img.smonly {
    display: none;
  }
  header .catch .biglogo,
  header .fv .biglogo {
    display: block;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 99;
  }
  header .catch .subnav,
  header .fv .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  header .catch .subnav a,
  header .fv .subnav a {
    width: 150px;
    font-size: 1rem;
  }
  header .catch .page_title,
  header .fv .page_title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
  }
  header .catch .page_title span,
  header .fv .page_title span {
    display: block;
    font-size: 3.8rem;
    line-height: 1.4;
  }
  header .catch .serv_title,
  header .fv .serv_title {
    position: absolute;
    bottom: 60px;
    left: 0;
    color: #fff;
    font-weight: bold;
  }
  header .catch .serv_title p,
  header .fv .serv_title p {
    font-size: 2.5rem;
    margin-left: 50px;
  }
  header .catch .serv_title p span,
  header .fv .serv_title p span {
    font-size: 6rem;
    line-height: 1.4;
  }
  header .catch .serv_title h1,
  header .fv .serv_title h1 {
    min-width: 570px;
    font-size: 2.2rem;
    padding: 10px 50px;
  }
  header .catch .serv_title h1.housing,
  header .fv .serv_title h1.housing {
    background: #824729;
  }
  header .catch .serv_title h1.reform,
  header .fv .serv_title h1.reform {
    background: #574e53;
  }
  header .catch .serv_title h1.garden,
  header .fv .serv_title h1.garden {
    background: #7a8783;
  }
  header .catch .serv_title h1.welfare,
  header .fv .serv_title h1.welfare {
    background: #a99b77;
  }
  header .catch .serv_title h1.warehouse,
  header .fv .serv_title h1.warehouse {
    background: #4f4235;
  }
  header .catch .serv_title h1.infrastructure,
  header .fv .serv_title h1.infrastructure {
    background: #6b7181;
  }
  header .catch .serv_title h1.real-estate,
  header .fv .serv_title h1.real-estate {
    background: #9d968f;
  }
  main {
    padding: 150px 0;
  }
  main.top section:not(:last-child) {
    margin-bottom: 150px;
  }
  main.top .service .imgright {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    padding-left: 40px;
  }
  main.top .service .imgright video {
    min-width: 680px;
    width: 53vw;
    display: block;
    min-height: 850px;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.top .service .imgright video.smonly {
    display: none;
  }
  main.top .service .imgright > div {
    margin-right: 25px;
    min-width: 525px;
    width: 41vw;
  }
  main.top .service .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 100px;
  }
  main.top .service .blc .main_title {
    margin-bottom: 60px;
  }
  main.top .service .blc p {
    font-size: 1.3rem;
    line-height: 2;
  }
  main.top .service .servnav {
    min-width: 460px;
    width: 68%;
  }
  main.top .boss .imgleft {
    padding-right: 120px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 768px) and (min-width: 1500px) {
  main.top .boss .imgleft {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  main.top .boss .imgleft img {
    min-width: 650px;
    width: 50vw;
  }
  main.top .boss .imgleft > div {
    min-width: 460px;
    width: 41vw;
  }
  main.top .boss .imgleft > div .main_title {
    margin-bottom: 60px;
  }
  main.top .boss .imgleft > div p {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.8;
  }
  main.top .boss .imgleft > div p.right {
    text-align: right;
    line-height: 1.6;
  }
  main.sub .sec:not(:last-child) {
    margin-bottom: 150px;
  }
  main.sub .sec.short:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .privacy {
    font-weight: bold;
  }
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .privacy h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  main.sub .recruit p {
    text-align: center;
    font-weight: bold;
  }
  main.sub .recruit ul {
    width: 680px;
    margin: 100px auto 0;
  }
  main.sub .recruit ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .recruit ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit ul li:first-child a {
    background: #824729;
  }
  main.sub .recruit ul li:nth-child(2) a {
    background: #9d968f;
  }
  main.sub .recruit ul li:nth-child(3) a {
    background: #574e53;
  }
  main.sub .recruit ul li:nth-child(4) a {
    background: #a99b77;
  }
  main.sub .recruit ul li:nth-child(5) a {
    background: #4f4235;
  }
  main.sub .recruit ul li:nth-child(6) a {
    background: #6b7181;
  }
  main.sub .recruit ul li a {
    position: relative;
    display: block;
    width: 480px;
    height: 100px;
    color: #fff;
    padding: 30px 20px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  main.sub .recruit ul li a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 2rem;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.sub .recruit ul li a:hover {
    background: #231815;
  }
  main.sub .company .vision {
    font-weight: bold;
  }
  main.sub .company .vision .bg {
    background: #f1f1f1;
    padding: 130px 0 60px;
  }
  main.sub .company .vision .bg .inner {
    position: relative;
  }
  main.sub .company .vision .bg .inner > div {
    padding-left: 270px;
  }
  main.sub .company .vision .bg .main_title {
    position: absolute;
    top: -260px;
    left: 0;
    width: 220px;
    height: 700px;
    line-height: 1.2;
  }
  main.sub .company .vision .bg .main_title div:last-child {
    padding-top: 290px;
  }
  main.sub .company .vision .bg h4 {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  main.sub .company .vision .bg h4 span {
    color: #a99b77;
  }
  main.sub .company .vision .bg dl {
    width: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .company .vision .bg dl dt {
    width: 30%;
    color: #a99b77;
    padding: 15px;
    background: #e1e1e1;
  }
  main.sub .company .vision .bg dl dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .company .vision .bg dl dd {
    width: 70%;
    padding: 15px;
    background: #e1e1e1;
  }
  main.sub .company .vision .bg dl dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .company .vision ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
  main.sub .company .vision ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .company .vision ul li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  main.sub .company .vision ul li h3 span {
    line-height: 1.2;
    font-size: 2.2rem;
    margin-right: 15px;
    vertical-align: top;
  }
  main.sub .company .vision ul li h3 em {
    color: #a99b77;
    font-size: 1rem;
  }
  main.sub .company .vision ul li > div {
    padding: 30px;
    background: #f1f1f1;
    height: 100%;
  }
  main.sub .company .vision ul li h4 {
    color: #c30d23;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  main.sub .company .service ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
  }
  main.sub .company .service ul li:first-child h3 a {
    background: #824729;
  }
  main.sub .company .service ul li:nth-child(2) h3 a {
    background: #9d968f;
  }
  main.sub .company .service ul li:nth-child(3) h3 a {
    background: #574e53;
  }
  main.sub .company .service ul li:nth-child(4) h3 a {
    background: #a99b77;
  }
  main.sub .company .service ul li:nth-child(5) h3 a {
    background: #4f4235;
  }
  main.sub .company .service ul li:nth-child(6) h3 a {
    background: #7a8783;
  }
  main.sub .company .service ul li:nth-child(7) h3 a {
    background: #6b7181;
  }
  main.sub .company .service ul li h3 a {
    position: relative;
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
  }
  main.sub .company .service ul li h3 a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 2rem;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.sub .company .service ul li h3 a:hover {
    background: #231815;
  }
  main.sub .company .service ul li span {
    font-size: 2.5rem;
  }
  main.sub .company .service ul li p {
    font-size: 0.9rem;
  }
  main.sub .company .future .bg {
    position: relative;
  }
  main.sub .company .future .bg:after {
    position: absolute;
    content: "";
    background: #f1f1f1;
    width: 100%;
    height: 500px;
    z-index: -1;
    top: 30px;
    left: 0;
  }
  main.sub .company .future .bg .inner {
    position: relative;
  }
  main.sub .company .future .bg .main_title {
    position: absolute;
    top: -130px;
    right: 0;
    width: 220px;
    height: 700px;
    line-height: 1.2;
  }
  main.sub .company .future .bg .main_title div:last-child {
    padding-top: 290px;
  }
  main.sub .company .future .bg p {
    margin-bottom: 50px;
    line-height: 2.5;
  }
  main.sub .company .overview li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .company .overview li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .company .overview li h3 {
    width: 200px;
    background: #231815;
    color: #fff;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    font-weight: bold;
  }
  main.sub .company .overview li p {
    width: calc(100% - 250px);
    line-height: 2.5;
  }
  main.sub .company .base li {
    padding: 30px;
    border-bottom: 1px solid #d9d9d9;
  }
  main.sub .company .base li h3 {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  main.sub .company .base li h3 span {
    font-size: 0.8rem;
    margin-left: 10px;
  }
  main.sub .company .base li p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .company .base li .btn {
    margin-top: 50px;
  }
  main.sub .company .sdgs a {
    display: block;
    text-align: center;
  }
  main.sub .service .post .filter {
    background: #f1f1f1;
    padding: 30px;
    font-weight: bold;
    margin-bottom: 60px;
  }
  main.sub .service .post .filter .filter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  main.sub .service .post .filter .filter-group:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .service .post .filter .filter-group h2 {
    min-width: 80px;
  }
  main.sub .service .post .filter .filter-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  main.sub .service .post .filter .filter-group ul li {
    display: block;
    min-width: 100px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #231815;
    background: #fff;
  }
  main.sub .service .post .filter .filter-group ul li:hover, main.sub .service .post .filter .filter-group ul li.active {
    background: #231815;
    color: #fff;
  }
  main.sub .service .post .post_list li.hidden {
    display: none;
  }
  main.sub .service .post .gallery {
    display: none;
  }
  main.sub .service .post .title {
    font-size: 1.2rem;
  }
  main.sub .service .post .btn {
    margin: 60px auto 0;
  }
  main.sub .service .post .hidden {
    display: none;
  }
  main.sub .service .point li:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .service .point li h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .service .point li .btn {
    width: 320px;
    margin: 60px 0 0;
  }
  main.sub .service .area {
    background: #f1f1f1;
    padding: 60px;
  }
  main.sub .service .area > .sub_title {
    margin-bottom: 40px;
  }
  main.sub .service .area p.center {
    text-align: center;
  }
  main.sub .service .area p span {
    font-size: 0.9rem;
  }
  main.sub .service .area .imgleft h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  main.sub .service .area .imgleft h2 span {
    font-size: 1rem;
    font-weight: 500;
  }
  main.sub .service .information {
    width: 780px;
  }
  main.sub .service .information li {
    gap: 50px;
  }
  main.sub .service .information .btn {
    margin: 60px auto 0;
  }
  main.sub .service .banner a {
    position: relative;
    display: block;
  }
  main.sub .service .banner h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  main.sub .service .banner p {
    text-align: center;
    margin: 0 auto 60px;
  }
  main.sub .service .banner p.right {
    text-align: right;
    margin: 30px auto 0;
  }
  main.sub .service.housing .store > ul > li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  main.sub .service.housing .store > ul > li .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  main.sub .service.housing .store > ul > li .blc h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.sub .service.housing .store > ul > li .blc h3 span {
    font-size: 0.8rem;
  }
  main.sub .service.housing .store > ul > li .blc .btn {
    margin: 20px 0 0;
  }
  main.sub .service.housing .store > ul > li .blc ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
  }
  main.sub .service.housing .store > ul > li .blc ul li:first-child {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
  main.sub .service.housing .store > ul > li .blc ul li:nth-child(2) {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  main.sub .service.housing .store > ul > li .blc ul li:nth-child(3) {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  main.sub .service.housing .event .thumb:before {
    padding-top: 125%;
  }
  main.sub .service.housing .event .dec,
  main.sub .service.housing .event .title a {
    font-weight: 500;
  }
  main.sub .service.housing .event .btn {
    margin: 60px auto 0;
  }
  main.sub .service.reform .flow ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
  main.sub .service.reform .flow ul li {
    border: 1px solid #231815;
    font-weight: bold;
    text-align: center;
    height: 180px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  main.sub .service.reform .flow ul li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    right: -30px;
    border: 6px solid transparent;
    border-left: 10px solid #231815;
  }
  main.sub .service.reform .flow ul span {
    display: block;
    font-size: 1.3rem;
    background: #231815;
    color: #fff;
  }
  main.sub .service.reform .flow ul img {
    margin: 20px auto;
  }
  main.sub .service.reform .flow ul h3 {
    margin: auto 0 20px;
  }
  main.sub .service.garden .merit ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
  main.sub .service.garden .merit ul li {
    position: relative;
  }
  main.sub .service.garden .merit ul img {
    margin-bottom: 20px;
  }
  main.sub .service.garden .merit ul h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
  }
  main.sub .service.garden .area {
    padding: 35px 60px;
    height: 420px;
  }
  main.sub .service.garden .area .imgleft {
    position: relative;
    top: -110px;
    left: 0;
  }
  main.sub .service.garden .area .imgleft p {
    padding-top: 100px;
  }
  main.sub .service.welfare .overview > p {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 60px;
    line-height: 3;
  }
  main.sub .service.welfare .overview ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
    margin-bottom: 40px;
  }
  main.sub .service.welfare .overview ul h3 {
    margin: 0 auto 30px;
    font-weight: bold;
  }
  main.sub .service.welfare .overview ul img {
    display: block;
    margin: 0 auto 30px;
  }
  main.sub .service.warehouse .lead ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin: 80px auto 0;
  }
  main.sub .service.warehouse .lead ul li {
    position: relative;
  }
  main.sub .service.warehouse .lead ul h3 {
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
  }
  main.sub .service.warehouse .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 100px 40px;
  }
  main.sub .service.warehouse .list li div {
    padding: 15px;
    text-align: center;
    background: #a99b77;
    color: #fff;
    max-height: 135px;
  }
  main.sub .service.warehouse .list li div p {
    padding: 5px 0 25px;
  }
  main.sub .service.warehouse .list li h3 {
    font-weight: bold;
    font-size: 1.5rem;
  }
  main.sub .service.warehouse .list li > h3 {
    margin-bottom: 20px;
  }
  main.sub .service.warehouse .list li > p {
    padding-top: 30px;
  }
  main.sub .service.warehouse #prefab > p {
    margin-bottom: 60px;
  }
  main.sub .service.warehouse #wooden > p {
    margin-bottom: 90px;
  }
  main.sub .service.warehouse #wooden .merit h2 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  main.sub .service.warehouse #wooden .merit .imgleft {
    margin: 30px 0;
  }
  main.sub .service.warehouse #wooden .merit .imgleft > div {
    margin-left: 30px;
  }
  main.sub .service.warehouse #wooden .merit .imgleft > div strong {
    margin-bottom: 20px;
  }
  main.sub .service.warehouse #wooden .merit strong {
    color: #ce3f56;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
  }
  main.sub .service.warehouse #wooden .merit ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 60px;
  }
  main.sub .service.warehouse #wooden .merit ul h3 {
    background: #a99b77;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  main.sub .service.warehouse #wooden .merit > strong {
    text-align: center;
  }
  main.sub .service.warehouse .se > p {
    margin-bottom: 90px;
  }
  main.sub .service.warehouse .se li div {
    background: #9d968f;
  }
  main.sub .service.warehouse .se .btn {
    width: 270px;
    margin: 50px auto 0;
  }
  main.sub .service.warehouse .swiper_se {
    overflow: hidden;
    position: relative;
  }
  main.sub .service.warehouse .swiper_se .swiper-wrapper {
    margin-bottom: 100px;
  }
  main.sub .service.warehouse .swiper_se img {
    width: 100%;
  }
  main.sub .service.warehouse .swiper_se .swiper-pagination {
    bottom: 90px;
  }
  main.sub .service.warehouse .swiper_se .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #d9d9d9;
    opacity: 1;
  }
  main.sub .service.warehouse .swiper_se .swiper-pagination-bullet-active {
    background: #824729;
  }
  main.sub .service.warehouse .swiper_se p {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
  }
  main.sub .service.warehouse .swiper_se p a {
    text-decoration: underline;
  }
  main.sub .service.warehouse #mainte {
    background: #f1f1f1;
    padding: 80px;
  }
  main.sub .service.warehouse #mainte > .sub_title {
    margin-bottom: 60px;
  }
  main.sub .service.warehouse #mainte ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  main.sub .service.warehouse #mainte ul li {
    width: 23%;
  }
  main.sub .service.warehouse #mainte ul img {
    width: 100%;
    margin-bottom: 10px;
  }
  main.sub .service.warehouse #mainte ul h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  main.sub .service.infrastructure .infra li {
    text-align: center;
  }
  main.sub .service.infrastructure .infra li:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .service.infrastructure .infra h3 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  main.sub .service.infrastructure .infra p {
    padding-top: 50px;
  }
  main.sub .service.infrastructure .info li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .service.infrastructure .info h3 {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid #231815;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  main.sub .service.real-estate .overview .sub_title {
    margin-bottom: 40px;
  }
  main.sub .service.real-estate .overview ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px 50px;
  }
  main.sub .service.real-estate .overview ul li {
    border: 1px solid #231815;
    text-align: center;
    font-weight: bold;
    padding: 10px;
  }
  main.sub .service.real-estate .post .sub_title {
    margin-bottom: 40px;
  }
  main.sub .service.real-estate .manage p {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 3;
    margin-bottom: 60px;
  }
  main.sub .service.real-estate .manage .sub_title {
    margin-bottom: 40px;
  }
  main.sub .service.real-estate .manage .bg {
    background: #f1f1f1;
    padding: 85px 130px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    color: #fff;
    background: #231815;
    border: 1px solid #231815;
  }
  main.sub .pagination ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    background: #fff;
    border: 1px solid #231815;
  }
  main.sub .pagination ul a:hover {
    background: #231815;
    color: #fff;
  }
  main.sub .single .content > p {
    font-weight: bold;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #824729;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #824729;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
    background: #f1f1f1;
    border-radius: 20px;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #824729;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #824729;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul {
    padding: 20px 20px 20px 60px;
    margin: 30px auto;
    border-radius: 20px;
    background: #f1f1f1;
  }
  main.sub .single .content ul li {
    list-style: disc;
  }
  main.sub .single .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 30px 0 50px;
  }
  main.sub .single .content h2 {
    margin: 30px 0;
    font-size: 1.5rem;
    position: relative;
    padding-left: 70px;
    font-weight: bold;
  }
  main.sub .single .content h2:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #231815;
    top: 10px;
    left: 0;
  }
  main.sub .single .content h2:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: #231815;
    top: -5px;
    left: 35px;
  }
  main.sub .single .content h3 {
    margin: 30px 0;
    border-bottom: 1px solid #231815;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 10px;
  }
  main.sub .single .content h4 {
    margin: 30px 0;
    font-size: 1.3rem;
    font-weight: bold;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 30px 0;
  }
  main.sub .single .content table th {
    background: #824729;
    padding: 10px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #824729;
  }
  main.sub .single .content dl {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #824729;
    border: 1px solid #824729;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    border: 1px solid #824729;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 80px;
  }
  main.sub #pagenavi .back {
    width: 300px;
  }
  main.sub .error .btn {
    margin: 40px auto;
  }
  footer section:not(:last-of-type) {
    margin-bottom: 150px;
  }
  footer section.sec {
    margin-bottom: 150px;
  }
  footer .information .btn,
  footer .blog .btn {
    margin: 50px auto 0;
  }
  footer .recruit {
    background: #f1f1f1;
    padding: 60px 140px;
  }
  footer .recruit h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  footer .recruit h2 span {
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 30px;
  }
  footer .recruit .btn {
    margin-top: 80px;
  }
  footer .cta ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  footer .cta ul li:first-child a {
    background: url("images/common/bg_company.webp") no-repeat;
    background-size: 100%;
  }
  footer .cta ul li:last-child a {
    background: url("images/common/bg_staff.webp") no-repeat;
    background-size: 100%;
  }
  footer .cta ul a {
    position: relative;
    display: block;
    padding: 100px 0 60px;
    height: 250px;
  }
  footer .cta ul a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 190px;
    border: 1px solid #fff;
  }
  footer .cta ul a:hover {
    opacity: 0.9;
  }
  footer .cta ul h2 {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  footer .cta ul h2:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 5px;
    background: #d9d9d9;
  }
  footer .cta ul h2 span {
    display: block;
    font-size: 2rem;
  }
  footer .f_blc {
    background: #231815;
    color: #fff;
    padding: 50px 0 60px;
  }
  footer .f_blc .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 80px;
  }
  footer .f_left .logo {
    margin-bottom: 60px;
  }
  footer .f_left p:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .f_right .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 50px 50px 0;
  }
  footer .f_right .blc div {
    position: relative;
    font-weight: bold;
    margin-right: 60px;
  }
  footer .f_right .blc div:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    top: 0;
    right: -30px;
  }
  footer .f_right .blc div a {
    font-size: 3rem;
    line-height: 1.4;
  }
  footer .f_right .blc div a:hover {
    color: #a99b77;
  }
  footer .f_right .blc div a img {
    vertical-align: baseline;
    margin-right: 5px;
  }
  footer .f_right .blc div p {
    text-align: right;
  }
  footer .f_right .blc ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  footer .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 2.2;
  }
  footer .f_nav > li:not(:last-child) {
    margin-right: 60px;
  }
  footer .f_nav > li a {
    display: block;
  }
  footer .f_nav > li a:hover {
    color: #a99b77;
  }
  footer small {
    display: block;
    text-align: center;
  }
  footer .fix_mail {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: #231815;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    padding: 20px 10px;
  }
  footer .fix_mail:hover {
    background: #4f4235;
  }
  footer .fix_mail img {
    display: block;
    margin: 0 auto 10px;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    color: #231815;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  body .main_title span {
    display: block;
    font-size: 1rem;
  }
  body .main_title.big {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  body .main_title.mdl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  body .sub_title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  body .vertical {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.5;
    letter-spacing: 5px;
    text-align: left;
    font-weight: bold;
  }
  body .btn {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    background: #231815;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  body .lead p {
    font-weight: bold;
    line-height: 2;
    text-align: center;
  }
  body .post_list li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .post_list li.soldout {
    position: relative;
  }
  body .post_list li.soldout .mask {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 24, 21, 0.7);
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .post_list li.soldout .mask span {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
  }
  body .post_list li .thumb {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  body .post_list li .thumb:before {
    content: "";
    display: block;
    padding-top: 62.5%;
  }
  body .post_list li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .post_list li .dec {
    margin-bottom: 10px;
  }
  body .post_list li .title {
    font-weight: bold;
  }
  body .post_list li .title a {
    display: block;
  }
  body .post_list li > p {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #231815;
  }
  body .post_list li .mask {
    display: none;
  }
  body .post_list > p {
    text-align: center;
    margin-bottom: 20px;
  }
  body .info_list li {
    font-weight: bold;
  }
  body .info_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .info_list li .title a {
    display: block;
  }
  body .cat {
    display: block;
    background: #231815;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    min-width: 100px;
    font-size: 0.8rem;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
  }
  body .form .wpcf7-form > ul {
    margin-bottom: 40px;
  }
  body .form .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .form .wpcf7-form > ul h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #231815;
    font-weight: bold;
  }
  body .form .wpcf7-form > ul input[type="text"],
  body .form .wpcf7-form > ul input[type="date"] {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    height: 50px;
    padding: 20px;
    border-radius: 10px;
    background: #f1f1f1;
    outline: none;
  }
  body .form .wpcf7-form > ul input[type="text"].small,
  body .form .wpcf7-form > ul input[type="date"].small {
    width: 200px;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0 0 10px;
    display: block;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #d9d9d9;
    border-radius: 100%;
    border: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #824729;
    -webkit-box-shadow: inset 0 0 0 2px #d9d9d9;
            box-shadow: inset 0 0 0 2px #d9d9d9;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    margin: 0;
    display: block;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #d9d9d9;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #824729;
    border-bottom: 2px solid #824729;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form .wpcf7-form > ul textarea {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    padding: 20px;
    font-size: 1rem;
    background: #f1f1f1;
    outline: none;
  }
  body .form .agree {
    text-align: center;
  }
  body .form .agree a {
    text-decoration: underline;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #d9d9d9;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #824729;
    border-bottom: 2px solid #824729;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form .wpcf7-spinner {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    width: 100%;
    margin: 40px auto 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  body .servnav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }
  body .servnav li:first-child {
    grid-column: span 2 / span 2;
  }
  body .servnav li:first-child a {
    background: #824729;
  }
  body .servnav li:nth-child(2) {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  body .servnav li:nth-child(2) a {
    background: #9d968f;
  }
  body .servnav li:nth-child(3) {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  body .servnav li:nth-child(3) a {
    background: #574e53;
  }
  body .servnav li:nth-child(4) {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  body .servnav li:nth-child(4) a {
    background: #a99b77;
  }
  body .servnav li:nth-child(5) {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  body .servnav li:nth-child(5) a {
    background: #4f4235;
  }
  body .servnav li:nth-child(6) {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  body .servnav li:nth-child(6) a {
    background: #7a8783;
  }
  body .servnav li:nth-child(7) {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  body .servnav li:nth-child(7) a {
    background: #6b7181;
  }
  body .servnav li a {
    position: relative;
    display: block;
    border-radius: 5px;
    color: #fff;
    padding: 10px 10px 0 10px;
    font-weight: bold;
  }
  body .servnav li a span {
    font-size: 1.8rem;
  }
  body .servnav li a .title {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.8rem;
    line-height: 1.2;
    text-align: right;
  }
  body .fadeup {
    opacity: 0;
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  body .fadeup.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  header .h_blc .inner > .subnav {
    display: none;
  }
  header .h_blc .logo {
    max-width: 120px;
  }
  header .menu-btn {
    position: fixed;
    top: 18px;
    right: 20px;
    width: 30px;
    height: 25px;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background: #231815;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .menu-btn span:before {
    top: 21px;
  }
  header .menu-btn span:after {
    top: 10px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #231815;
    color: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 60px 10px 40px;
    overflow: scroll;
    z-index: 99;
    font-weight: bold;
  }
  header .menu-content .h_left {
    margin-bottom: 20px;
  }
  header .menu-content .h_left > p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  header .menu-content .h_right .h_logo {
    text-align: center;
    margin-bottom: 20px;
  }
  header .menu-content .h_right .h_nav a {
    display: block;
    padding: 10px;
    position: relative;
    color: #fff;
  }
  header .menu-content .h_right .h_nav a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .h_right div:last-child {
    text-align: center;
  }
  header .menu-content .h_right div:last-child .h_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  header .menu-content .h_right div:last-child a {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  header .menu-content .h_right div:last-child a img {
    vertical-align: middle;
    margin-right: 5px;
  }
  header .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  header .subnav li {
    width: 48%;
  }
  header .subnav li:first-child a {
    background: #824729;
  }
  header .subnav li:nth-child(2) a {
    background: #9d968f;
  }
  header .subnav li:nth-child(3) a {
    background: #574e53;
  }
  header .subnav li:nth-child(4) a {
    background: #a99b77;
  }
  header .subnav li:nth-child(5) a {
    background: #4f4235;
  }
  header .subnav li:nth-child(6) a {
    background: #7a8783;
  }
  header .subnav li:nth-child(7) a {
    background: #6b7181;
  }
  header .subnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    font-size: 0.9rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
  }
  header .catch,
  header .fv {
    position: relative;
  }
  header .catch video,
  header .catch > img,
  header .fv video,
  header .fv > img {
    display: block;
    width: 100%;
  }
  header .catch video.pconly,
  header .catch > img.pconly,
  header .fv video.pconly,
  header .fv > img.pconly {
    display: none;
  }
  header .catch .biglogo,
  header .catch .subnav,
  header .fv .biglogo,
  header .fv .subnav {
    display: none;
  }
  header .catch .page_title,
  header .fv .page_title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  header .catch .page_title span,
  header .fv .page_title span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  header .catch .serv_title,
  header .fv .serv_title {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    font-weight: bold;
  }
  header .catch .serv_title p,
  header .fv .serv_title p {
    margin-left: 10px;
  }
  header .catch .serv_title p span,
  header .fv .serv_title p span {
    font-size: 2rem;
    line-height: 1.4;
  }
  header .catch .serv_title h1,
  header .fv .serv_title h1 {
    min-width: 200px;
    padding: 5px 10px;
  }
  header .catch .serv_title h1.housing,
  header .fv .serv_title h1.housing {
    background: #824729;
  }
  header .catch .serv_title h1.reform,
  header .fv .serv_title h1.reform {
    background: #574e53;
  }
  header .catch .serv_title h1.garden,
  header .fv .serv_title h1.garden {
    background: #7a8783;
  }
  header .catch .serv_title h1.welfare,
  header .fv .serv_title h1.welfare {
    background: #a99b77;
  }
  header .catch .serv_title h1.warehouse,
  header .fv .serv_title h1.warehouse {
    background: #4f4235;
  }
  header .catch .serv_title h1.infrastructure,
  header .fv .serv_title h1.infrastructure {
    background: #6b7181;
  }
  header .catch .serv_title h1.real-estate,
  header .fv .serv_title h1.real-estate {
    background: #9d968f;
  }
  main {
    padding: 20px 0;
  }
  main section {
    padding: 20px;
  }
  main.top .service video {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
  main.top .service video.pconly {
    display: none;
  }
  main.top .service .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 20px;
  }
  main.top .service .blc .main_title {
    margin-bottom: 80px;
  }
  main.top .service .blc p {
    line-height: 1.8;
    margin-right: 40px;
  }
  main.top .boss p {
    font-weight: bold;
    line-height: 2;
  }
  main.top .boss p.right {
    text-align: right;
    line-height: 1.6;
  }
  main.sub .sec:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy {
    font-weight: bold;
  }
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .recruit p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.sub .recruit ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .recruit ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit ul li:first-child a {
    background: #824729;
  }
  main.sub .recruit ul li:nth-child(2) a {
    background: #9d968f;
  }
  main.sub .recruit ul li:nth-child(3) a {
    background: #574e53;
  }
  main.sub .recruit ul li:nth-child(4) a {
    background: #a99b77;
  }
  main.sub .recruit ul li:nth-child(5) a {
    background: #4f4235;
  }
  main.sub .recruit ul li:nth-child(6) a {
    background: #6b7181;
  }
  main.sub .recruit ul li img {
    width: 30%;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.sub .recruit ul li a {
    position: relative;
    display: block;
    width: 70%;
    height: 60px;
    color: #fff;
    padding: 15px 10px;
    font-weight: bold;
  }
  main.sub .recruit ul li a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 1.2rem;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.sub .company .vision {
    font-weight: bold;
  }
  main.sub .company .vision .bg {
    background: #f1f1f1;
    padding: 20px;
  }
  main.sub .company .vision .bg .inner {
    position: relative;
  }
  main.sub .company .vision .bg .inner > div {
    padding-left: 100px;
  }
  main.sub .company .vision .bg .main_title {
    position: absolute;
    top: -50px;
    left: -10px;
    width: 100px;
    height: 330px;
    line-height: 1.2;
  }
  main.sub .company .vision .bg .main_title div:last-child {
    padding-top: 140px;
  }
  main.sub .company .vision .bg h4 {
    margin-bottom: 20px;
  }
  main.sub .company .vision .bg h4 span {
    color: #a99b77;
  }
  main.sub .company .vision .bg dl {
    font-size: 0.9rem;
  }
  main.sub .company .vision .bg dl dt {
    color: #a99b77;
    padding: 5px 10px;
    background: #e1e1e1;
  }
  main.sub .company .vision .bg dl dd {
    padding: 5px 10px;
    background: #e1e1e1;
  }
  main.sub .company .vision .bg dl dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.sub .company .vision li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .company .vision li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  main.sub .company .vision li h3 span {
    line-height: 1.2;
    font-size: 1.8rem;
    margin-right: 10px;
    vertical-align: top;
  }
  main.sub .company .vision li h3 em {
    color: #a99b77;
    font-size: 0.8rem;
  }
  main.sub .company .vision li > div {
    padding: 20px;
    background: #f1f1f1;
  }
  main.sub .company .vision li h4 {
    color: #c30d23;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  main.sub .company .service ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  main.sub .company .service ul li:first-child h3 a {
    background: #824729;
  }
  main.sub .company .service ul li:nth-child(2) h3 a {
    background: #9d968f;
  }
  main.sub .company .service ul li:nth-child(3) h3 a {
    background: #574e53;
  }
  main.sub .company .service ul li:nth-child(4) h3 a {
    background: #a99b77;
  }
  main.sub .company .service ul li:nth-child(5) h3 a {
    background: #4f4235;
  }
  main.sub .company .service ul li:nth-child(6) h3 a {
    background: #7a8783;
  }
  main.sub .company .service ul li:nth-child(7) h3 a {
    background: #6b7181;
  }
  main.sub .company .service ul li h3 a {
    position: relative;
    display: block;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    line-height: 1.4;
  }
  main.sub .company .service ul li h3 a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 1.2rem;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.sub .company .service ul li span {
    font-size: 1.4rem;
  }
  main.sub .company .service ul li p {
    font-size: 0.7rem;
  }
  main.sub .company .future .bg {
    position: relative;
    padding: 60px 20px 0;
  }
  main.sub .company .future .bg:after {
    position: absolute;
    content: "";
    background: #f1f1f1;
    width: 100%;
    height: 400px;
    z-index: -1;
    top: 80px;
    left: 0;
  }
  main.sub .company .future .bg .inner {
    position: relative;
  }
  main.sub .company .future .bg .main_title {
    position: absolute;
    top: -60px;
    right: -10px;
    width: 100px;
    height: 330px;
    line-height: 1.2;
  }
  main.sub .company .future .bg .main_title div:last-child {
    padding-top: 140px;
  }
  main.sub .company .future .bg p {
    margin-bottom: 20px;
    padding-right: 100px;
  }
  main.sub .company .future .bg img {
    max-width: 500px;
    width: 100%;
  }
  main.sub .company .overview li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .company .overview li h3 {
    background: #231815;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    font-weight: bold;
  }
  main.sub .company .overview li p {
    line-height: 2;
  }
  main.sub .company .base li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
  }
  main.sub .company .base li h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub .company .base li h3 span {
    display: block;
    font-size: 0.8rem;
  }
  main.sub .company .base li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .company .sdgs a {
    display: block;
    text-align: center;
  }
  main.sub .service .post .filter {
    background: #f1f1f1;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.sub .service .post .filter .filter-group:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .service .post .filter .filter-group h2 {
    margin-bottom: 10px;
  }
  main.sub .service .post .filter .filter-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  main.sub .service .post .filter .filter-group ul li {
    display: block;
    width: 48%;
    text-align: center;
    padding: 5px;
    border: 1px solid #231815;
    background: #fff;
  }
  main.sub .service .post .filter .filter-group ul li.active {
    background: #231815;
    color: #fff;
  }
  main.sub .service .post .gallery {
    display: none;
  }
  main.sub .service .post .title {
    font-size: 1.2rem;
  }
  main.sub .service .post .btn {
    margin: 30px auto 0;
  }
  main.sub .service .point li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .service .point li h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .service .area {
    background: #f1f1f1;
    padding: 20px;
  }
  main.sub .service .area .sub_title {
    margin-bottom: 20px;
  }
  main.sub .service .area .imgleft h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .service .area .imgleft h2 span {
    font-size: 0.9rem;
    font-weight: 500;
  }
  main.sub .service .information .btn {
    margin: 30px auto 0;
  }
  main.sub .service .banner a {
    position: relative;
    display: block;
  }
  main.sub .service .banner h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  main.sub .service .banner p {
    text-align: center;
    margin: 0 auto 20px;
  }
  main.sub .service .banner p.right {
    text-align: right;
    margin: 10px auto 0;
  }
  main.sub .service.housing .store > ul > li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main.sub .service.housing .store > ul > li .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  main.sub .service.housing .store > ul > li .blc > div {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main.sub .service.housing .store > ul > li .blc h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .service.housing .store > ul > li .blc h3 span {
    font-size: 0.8rem;
  }
  main.sub .service.housing .store > ul > li .blc .btn {
    margin: 20px auto;
  }
  main.sub .service.housing .store > ul > li .blc ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  main.sub .service.housing .store > ul > li .blc ul li:first-child {
    grid-column: span 2 / span 2;
  }
  main.sub .service.housing .store > ul > li .blc ul li:nth-child(2) {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  main.sub .service.housing .store > ul > li .blc ul li:nth-child(3) {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  main.sub .service.housing .store > ul > li .blc ul li img {
    width: 100%;
  }
  main.sub .service.housing .event .thumb:before {
    padding-top: 125%;
  }
  main.sub .service.housing .event .dec,
  main.sub .service.housing .event .title a {
    font-weight: 500;
  }
  main.sub .service.housing .event .btn {
    margin: 30px auto 0;
  }
  main.sub .service.reform .flow ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  main.sub .service.reform .flow ul li {
    border: 1px solid #231815;
    font-weight: bold;
    text-align: center;
    height: 170px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  main.sub .service.reform .flow ul li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    right: -20px;
    border: 5px solid transparent;
    border-left: 8px solid #231815;
  }
  main.sub .service.reform .flow ul span {
    display: block;
    background: #231815;
    color: #fff;
  }
  main.sub .service.reform .flow ul img {
    margin: 20px auto;
  }
  main.sub .service.reform .flow ul h3 {
    margin: auto 0 20px;
  }
  main.sub .service.garden .merit li {
    position: relative;
  }
  main.sub .service.garden .merit li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .service.garden .merit img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .service.garden .merit h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
  }
  main.sub .service.garden .area img {
    margin: 40px auto;
  }
  main.sub .service.welfare .overview > p {
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.sub .service.welfare .overview li {
    margin-bottom: 40px;
  }
  main.sub .service.welfare .overview li h3 {
    margin: 0 auto 20px;
    font-weight: bold;
  }
  main.sub .service.welfare .overview li img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .service.warehouse .lead ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 40px auto 0;
  }
  main.sub .service.warehouse .lead ul li {
    position: relative;
  }
  main.sub .service.warehouse .lead ul h3 {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
  }
  main.sub .service.warehouse .list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .service.warehouse .list li img {
    width: 100%;
  }
  main.sub .service.warehouse .list li div {
    padding: 10px;
    background: #a99b77;
    color: #fff;
    text-align: center;
  }
  main.sub .service.warehouse .list li div p {
    padding: 5px 0 10px;
    font-size: 0.9rem;
  }
  main.sub .service.warehouse .list li h3 {
    font-weight: bold;
    font-size: 1.2rem;
  }
  main.sub .service.warehouse .list li > h3 {
    margin-bottom: 20px;
  }
  main.sub .service.warehouse .list li > p {
    padding-top: 20px;
  }
  main.sub .service.warehouse #prefab > p {
    margin-bottom: 40px;
  }
  main.sub .service.warehouse #wooden > p {
    margin-bottom: 40px;
  }
  main.sub .service.warehouse #wooden .merit h2 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  main.sub .service.warehouse #wooden .merit .imgleft {
    margin: 20px 0;
  }
  main.sub .service.warehouse #wooden .merit .imgleft strong {
    margin-bottom: 20px;
  }
  main.sub .service.warehouse #wooden .merit strong {
    color: #ce3f56;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
  }
  main.sub .service.warehouse #wooden .merit li {
    margin-bottom: 20px;
  }
  main.sub .service.warehouse #wooden .merit li h3 {
    background: #a99b77;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
  }
  main.sub .service.warehouse #wooden .merit > strong {
    text-align: center;
  }
  main.sub .service.warehouse .se > p {
    margin-bottom: 40px;
  }
  main.sub .service.warehouse .se li div {
    background: #9d968f;
  }
  main.sub .service.warehouse .se .btn {
    margin: 30px auto 0;
  }
  main.sub .service.warehouse .swiper_se {
    overflow: hidden;
    position: relative;
  }
  main.sub .service.warehouse .swiper_se .swiper-wrapper {
    margin-bottom: 60px;
  }
  main.sub .service.warehouse .swiper_se img {
    width: 100%;
  }
  main.sub .service.warehouse .swiper_se .swiper-pagination {
    bottom: 90px;
  }
  main.sub .service.warehouse .swiper_se .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #d9d9d9;
    opacity: 1;
  }
  main.sub .service.warehouse .swiper_se .swiper-pagination-bullet-active {
    background: #824729;
  }
  main.sub .service.warehouse .swiper_se p {
    font-weight: bold;
    text-align: center;
  }
  main.sub .service.warehouse .swiper_se p a {
    text-decoration: underline;
  }
  main.sub .service.warehouse #mainte {
    background: #f1f1f1;
    padding: 20px;
  }
  main.sub .service.warehouse #mainte ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 10px;
  }
  main.sub .service.warehouse #mainte ul li {
    width: 48%;
  }
  main.sub .service.warehouse #mainte ul img {
    width: 100%;
    margin-bottom: 10px;
  }
  main.sub .service.warehouse #mainte ul h3 {
    font-weight: bold;
    text-align: center;
    font-size: 0.9rem;
  }
  main.sub .service.infrastructure .infra li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .service.infrastructure .infra h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  main.sub .service.infrastructure .infra p {
    padding-top: 20px;
  }
  main.sub .service.infrastructure .info li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .service.infrastructure .info h3 {
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px solid #231815;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  main.sub .service.real-estate .overview ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.sub .service.real-estate .overview ul li {
    border: 1px solid #231815;
    text-align: center;
    font-weight: bold;
    padding: 10px;
  }
  main.sub .service.real-estate .manage p {
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.sub .service.real-estate .manage .bg {
    background: #f1f1f1;
    padding: 20px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    color: #fff;
    background: #231815;
    border: 1px solid #231815;
  }
  main.sub .pagination ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #231815;
  }
  main.sub .single .content > p {
    font-weight: bold;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #824729;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #824729;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 20px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    background: #f1f1f1;
    border-radius: 20px;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #824729;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #824729;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul {
    padding: 20px 20px 20px 40px;
    margin: 20px auto;
    border-radius: 20px;
    background: #f1f1f1;
  }
  main.sub .single .content ul li {
    list-style: disc;
  }
  main.sub .single .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    position: relative;
    font-weight: bold;
    padding-left: 45px;
  }
  main.sub .single .content h2:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #231815;
    top: 10px;
    left: 0;
  }
  main.sub .single .content h2:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #231815;
    top: 0;
    left: 25px;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    border-bottom: 1px solid #231815;
    font-weight: bold;
    padding-bottom: 10px;
  }
  main.sub .single .content h4 {
    margin: 20px 0;
    font-weight: bold;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
  }
  main.sub .single .content table th {
    background: #824729;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #824729;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #824729;
    border: 1px solid #824729;
    padding: 10px;
    width: 40%;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 40%);
    border: 1px solid #824729;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
  main.sub #pagenavi li {
    width: 30%;
  }
  main.sub .error .btn {
    margin: 20px auto;
  }
  footer section {
    padding: 20px;
  }
  footer section.sec {
    margin-top: 20px;
  }
  footer .information .btn,
  footer .blog .btn {
    margin: 30px auto 0;
  }
  footer .recruit {
    background: #f1f1f1;
    padding: 40px 20px;
  }
  footer .recruit h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  footer .recruit h2 span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    margin-right: 20px;
  }
  footer .cta {
    padding: 0;
  }
  footer .cta ul li:first-child a {
    background: url("images/common/bg_company.webp") no-repeat;
    background-size: cover;
  }
  footer .cta ul li:last-child a {
    background: url("images/common/bg_staff.webp") no-repeat;
    background-size: cover;
  }
  footer .cta ul a {
    position: relative;
    display: block;
    padding: 50px 0 30px;
  }
  footer .cta ul a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 120px;
    border: 1px solid #fff;
  }
  footer .cta ul h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  footer .cta ul h2:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 3px;
    background: #d9d9d9;
  }
  footer .cta ul h2 span {
    display: block;
    font-size: 1.6rem;
  }
  footer .f_blc {
    background: #231815;
    color: #fff;
  }
  footer .f_left {
    padding: 20px;
    text-align: center;
  }
  footer .f_left .logo {
    margin-bottom: 20px;
  }
  footer .f_left p:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .f_right .blc {
    padding: 20px;
  }
  footer .f_right .blc div {
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .f_right .blc div a {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  footer .f_right .blc div a img {
    vertical-align: middle;
    margin-right: 5px;
  }
  footer .f_right .blc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  footer .f_nav {
    border-top: 1px solid #fff;
  }
  footer .f_nav > li a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 20px;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    padding: 20px 20px 80px;
  }
  footer .fix_mail {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: #231815;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 5px;
    font-size: 0.7rem;
  }
  footer .fix_mail img {
    display: block;
    margin: 0 auto 5px;
    width: 20px;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */