@charset "UTF-8";

/* ========================================
@media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
  /* system-common */
  .page-list {
    font-size: 16px;
    margin: 50px 0 0px;
    text-align: center;
    font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック",
    "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .page-list span {
    border-radius: 4px;
    background: #ff6708;
    display: inline-block;
    padding: 10px 16px;
    margin: 0 5px 0 5px;
    color: #fff;
  }
  .page-list span.active {
    border-radius: 4px;
    background: #ff6708;
  }
  .page-list span.active a {
    color: #fff;
  }
  .page-list a {
    border-radius: 4px;
    background: #EBEBE4;
    display: inline-block;
    padding: 10px 16px;
    margin: 0 5px 0 5px;
  }
  .pagen {
    width: min(95%, 1200px);
    margin-inline: auto;
    margin-bottom: 30px;
    font-family:
      -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック",
      "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
      Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .page-navi {
    font-size: 16px;
  }
  .page-navi li {
    display: inline-block;
  }
  .page-navi li.active {
    background: #ccc;
  }
  .page-navi a {
    padding: 8px;
    display: inline-block;
  }
  .page-navi .fast {
    margin-right: 0px;
  }
  .page-navi .last {
  }
  .page-navi .fast::after {
    content: "|";
    display: inline-block;
    margin: 0 5px;
  }
  .pagen .list {
    float: right;
  }
  .pagen .list a {
    margin: 0 auto;
    color: #fff;
    padding: 7px 30px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #000;
  }
  .pagen .list a:hover {
    background: #666;
    text-decoration: none;
  }
  .btnArea {
    text-align: center;
    margin: 50px 0 20px;
    padding: 0;
  }
  .btnArea a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 20px 50px;
    font-size: 16px;
    text-align: center;
    display: block;
    background: #000;
    letter-spacing: 1px;
    width: 60%;
  }
  .btnArea a:hover {
    background: #666;
    text-decoration: none;
  }
  .btnArea-s {
    text-align: center;
  }
  .btnArea-s a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #000;
    letter-spacing: 1px;
  }
  .btnArea-s a:hover {
    background: #666;
    text-decoration: none;
  }
  .btnArea-s::after {
    content: "";
    display: block;
    margin-bottom: 100px;
  }
  .borderwrap {
    margin-block: 40px 100px;
    max-width: 1200px;
    width: 95%;
    margin-inline: auto;
  }
  .borderwrap h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px #ccc solid;
    line-height: 1.6;
  }
  .borderwrap p {
    font-size: 16px;
    line-height: 1.8;
  }
  .taxttl {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-block: 30px;
  }
  .system-gallery {
    background: #eeefef;
    padding: 30px 20px;
  }
  h2.gallery-ttl {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .gallery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .gallery-list figure.wp-block-image {
    width: 23% !important;
    max-width: 23% !important;
    position: relative !important;
    margin: 0 1.2% 25px 0 !important;
    font-size: 14px;
    line-height: 1.4;
    display: block !important;
  }
  .gallery-list figure.wp-block-image:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .gallery-list figure.wp-block-image a:hover {
    text-decoration: none;
  }
  .gallery-list figure.wp-block-image {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px;
  }
  .gallery-list figure.wp-block-image::after {
    content: url(../images/common/icon_plus.jpg);
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
  }
  .gallery-list figure.wp-block-image img {
    width: 100% !important;
    height: 180px !important;
  }

  .systemtab-list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6;
  }
  .systemtab-list li {
    flex-basis: 50%;
    display: flex;
    border: #ccc 1px solid;
    margin-bottom: -1px;
  }
  .systemtab-list li .systemtab-list-ttl {
    flex-basis: 33%;
    padding: 5%;
    background: #f8f8f8;
  }
  .systemtab-list li p {
    flex-basis: 67%;
    padding: 5%;
    background: #fff;
  }
  .systemtab-list li:nth-of-type(2n) {
    margin-left: -1px;
  }
  .other-ttl {
    text-align: center;
    border-bottom: 1px dotted #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  #search-area {
    background: #f8f8f8;
    border: #ccc solid 1px;
    padding: 40px;
    margin-bottom: 30px;
  }
  #search-area .works-search {
    width: 400px !important;
    height: 50px;
    padding-top: 5px !important;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 0;
    background: #333;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
  }
  #search-area .sh-ttl {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
    font-weight: 500;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #search-area .shbox {
    margin-bottom: 30px;
  }

  p.sub-title1 {
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  p.sub-title1 .span1 {
    font-size: 14px;
    position: absolute;
    left: 40px;
    top: -15px;
  }
  p.sub-title1 .span2 {
    font-size: 40px;
    position: absolute;
    left: 100px;
    top: -15px;
  }
  .catebox {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .serchcategory1 {
    position: relative;
    margin-left: 172px;
  }
  .serchcategory1 .icon {
    width: 150px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    position: relative;
    color: #fff;
  }
  .serchcategory1 .icon:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/category-icon.png) no-repeat right top;
    position: absolute;
    right: -13px;
    top: 35px;
    z-index: 1;
  }

  .cate-list {
    padding-block: 32px 40px;
  }
  #recruit .cate-list {
    background: #f8f8f8;
  }
  .cate-list .inner {
    margin-inline: auto;
    width: min(95%, 1280px);
  }
  .cate-list .cate-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .cate-list .cate-ttl {
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
  }
  .cate-list span {
    display: inline-block;
  }
  .cate-list span a {
    display: inline-block;
    padding: 10px 20px;
  }
  .cate-list span a:hover {
    text-decoration: none;
  }
  #info .cate-list a {
    color: #e94a08;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
  }
  #recruit .cate-list a {
    background: #513f1d;
    color: #fff;
    padding: 8px 16px;
  }
  .tag-list {
    background: #f8f8f8;
    margin-bottom: 20px;
    padding: 20px;
  }
  .tag-list .tag-ttl {
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
  }
  .tag-list span {
    display: inline-block;
    margin-right: 20px;
  }
  .tag-list span a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #333;
  }
  .tag-list span a:hover {
    text-decoration: none;
  }

  .system-contents {
  }
  /* .system-contents iframe {
  width: 100%;
  height: 400px;
} */
  /* YouTube */
  iframe[src*="youtube.com"] {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 40px;
    display: block;
  }
  /* Googleマップ*/
  iframe[src*="google.com/maps"] {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 4 / 3;
    margin: 0 auto 40px;
    display: block;
  }
  .system-contents .mapbox {
  }
  .system-contents .mapbox .mapttl {
    margin-top: 30px;
  }
  .system-contents .mapbox iframe {
    width: 100%;
    height: 400px;
  }
  .system-tblbox {
    margin-top: 40px;
  }
  .system-tblbox tr td:nth-child(1) {
    width: 15%;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 700;
  }
  .system-tblbox tr td:nth-child(2) {
    width: 35%;
    background: #fff;
    font-size: 16px;
  }
  .system-tblbox tr td:nth-child(3) {
    width: 15%;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 700;
  }
  .system-tblbox tr td:nth-child(4) {
    width: 35%;
    background: #fff;
    font-size: 16px;
  }

  /* common
-------------------------------------*/
  .system-contents {
    margin-inline: auto;
    padding-block: 64px;
    width: min(95%, 1280px);
  }

  .system-pic {
    margin-bottom: 1rem;
  }

  .system-pic.other {
    margin-bottom: 1rem;
  }

  .system-pic img {
    height: 40rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .system-pic.other img {
    height: 24rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .system-i-pic {
    margin-bottom: 4rem;
    text-align: center;
  }

  .system-i-pic img {
    max-height: 40rem;
    height: 100%;
    max-width: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: top;
  }

  .system-ttl {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 1rem;
  }

  .system-ttl.other {
    margin-bottom: 0;
  }

  .system-list {
    display: grid;
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .system-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5rem;
  }

  .system-wrap.single {
    justify-content: center;
    margin-bottom: 4rem;
  }

  .system-name {
    color: #6b6b69;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .system-area {
    color: #6b6b69;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .system-ttl02 {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
  }

  .system-ttl02::after {
    background: #2a2a2a;
    bottom: 0;
    content: "";
    content: "";
    height: 0.125rem;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 7.5rem;
  }

  .system-contents02 {
    margin-inline: auto;
    padding: 7.5rem 0;
    width: min(95%, 1200px);
  }

  .system-contents02.other {
    padding: 0 0 7.5rem;
  }

  /* ギャラリー
-------------------------------------*/
  h3.system-ttl-02 {
    text-align: center;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4rem;
  }

  .gallery-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem 3rem;
    margin-bottom: 4rem;
  }

  .gallery-list li span a {
    display: block;
  }

  .gallery-list li span a .img-wrap {
    position: relative;
    aspect-ratio: 1/1;
  }

  .gallery-list li span a .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
  }

  .gallery-list li span a .img-wrap::after {
    content: "";
    position: absolute;
    background: url("../images/common/icon_plus.jpg") no-repeat center center /
      contain;
    bottom: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    z-index: 2;
  }

  /* ポイント
-------------------------------------*/
  .gallery-point-section {
  }

  .system-ttl-02 {
  }

  .gallery-point-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem 0;
    margin-bottom: 4rem;
  }

  .gallery-point-item {
    display: grid;
    grid-template-columns: 40% minmax(0, 1fr);
    gap: 0 4rem;
  }

  .gallery-point-img {
  }

  .gallery-point-img img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
  }

  .gallery-point-content {
    padding-top: 2rem;
  }

  .gallery-point-ttl {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .gallery-point-txt {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
  /* system-common */
  .page-list {
    font-size: 3.2vw;
    margin: 10vw 0 0vw;
    text-align: center;
    font-family:
      -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック",
      "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
      Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .page-list span {
    border-radius: 0.966vw;
    background: #ff6708;
    display: inline-block;
    padding: 2.415vw 3.865vw;
    margin: 0 1.208vw 0 1.208vw;
    color: #fff;
  }
  .page-list span.active {
    border-radius: 0.966vw;
    background: #ff6708;
  }
  .page-list span.active a {
    color: #fff;
  }
  .page-list a {
    border-radius: 0.966vw;
    background: #EBEBE4;
    display: inline-block;
    padding: 2.415vw 3.865vw;
    margin: 0 1.208vw 0 1.208vw;
  }
  .pagen {
    width: min(95%, 94.2vw);
    margin-inline: auto;
    margin-bottom: 10vw;
    font-family:
      -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック",
      "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
      Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .pagen:nth-of-type(1) {
    margin-bottom: 5vw;
  }

  .page-navi {
    font-size: 3.8vw;
  }
  .page-navi li {
    display: inline-block;
  }
  .page-navi li.active {
    background: #ccc;
  }
  .page-navi a {
    padding: 1vw;
    display: inline-block;
  }
  .page-navi .fast {
    margin-right: 0;
  }
  .page-navi .last {
  }
  .page-navi .fast::after {
    content: "|";
    display: inline-block;
    margin: 0 1vw;
  }
  .pagen .list {
    float: right;
  }
  .pagen .list a {
    margin: 0 auto;
    color: #fff;
    font-size: 3.8vw;
    padding: 1vw 4vw;
    text-align: center;
    display: inline-block;
    background: #000;
  }
  .pagen .list a:hover {
    background: #666;
    text-decoration: none;
  }
  .btnArea {
    text-align: center;
    margin: 10vw auto;
    padding: 0;
  }
  .btnArea a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 2.5vw 8vw;
    font-size: 3.2vw;
    text-align: center;
    display: block;
    background: #000;
    letter-spacing: 0.2vw;
  }
  .btnArea-s {
    text-align: center;
  }
  .btnArea-s a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 3vw 10vw;
    font-size: 3.2vw;
    text-align: center;
    display: inline-block;
    background: #000;
    letter-spacing: 0.2vw;
  }
  .btnArea-s::after {
    content: "";
    display: block;
    margin-bottom: 10vw;
  }
  .borderwrap {
    max-width: 94.2vw;
    width: 95%;
    margin-inline: auto;
    margin-block: 5vw 10vw;
    line-height: 1.6;
  }
  .borderwrap h2 {
    font-size: 3.2vw;
    font-weight: bold;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    border-bottom: 0.2vw #ccc solid;
  }
  .borderwrap p {
    font-size: 3.6vw;
  }

  .system-gallery {
    background: #eeefef;
    padding: 5vw 3vw;
  }
  .system-gallery h2 {
    text-transform: uppercase;
  }

  .catebox {
    margin: 0 4vw 4vw;
  }
  p.sub-title1 {
    font-size: 5vw;
    position: relative;
    left: 8vw;
  }
  p.sub-title1 .span1 {
    font-size: 3vw;
    position: absolute;
    left: 10vw;
    top: -3vw;
  }
  p.sub-title1 .span2 {
    font-size: 6vw;
    position: absolute;
    left: 25vw;
    top: -1vw;
  }
  .serchcategory1 {
    width: 90vw;
    margin: 0 auto 10vw;
    position: relative;
    top: 5vw;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .serchcategory1 a {
    width: 47%;
    color: #fff;
    margin-bottom: 3vw;
    margin-right: 3%;
  }
  .serchcategory1 .icon {
    display: inline-block;
    font-size: 3.6vw;
    font-weight: bold;
    text-align: center;
    padding: 2vw 0;
    position: relative;
    width: 100%;
  }
  .serchcategory1 .icon:after {
    content: "";
    width: 20vw;
    height: 20vw;
    background: url(../images/common/category-icon.png) no-repeat right top;
    position: absolute;
    right: -1vw;
    top: 5vw;
    z-index: 1;
  }
  .fmname {
    width: 47% !important;
  }
  .cate-list {
    padding: 6vw 0vw;
  }
  #recruit.cate-list {
    background: #f8f8f8;
    padding: 3.6vw;
  }
  .cate-list .inner {
    margin-inline: auto;
    width: min(95%, 90.3vw);
  }
  .cate-list .cate-ttl {
    border-bottom: 0.1vw dotted #333;
    padding-bottom: 1.3vw;
    margin-bottom: 2.6vw;
    font-size: 3.8vw;
    font-weight: 700;
  }
  .cate-list .cate-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6vw;
  }
  .cate-list span {
    display: inline-block;
  }
  .cate-list span a {
    display: inline-block;
    padding: 1.3vw 2.6vw;
  }
  .cate-list span a:hover {
    text-decoration: none;
  }
  #info .cate-list a {
    color: #e94a08;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }
  #recruit .cate-list a {
    background: #513f1d;
    color: #fff;
    padding: 1.3vw 2.6vw;
  }
  .tag-list {
    background: #f8f8f8;
    margin-bottom: 2.6vw;
    padding: 3.6vw;
  }
  .tag-list .tag-ttl {
    border-bottom: 0.1vw dotted #333;
    padding-bottom: 1.3vw;
    margin-bottom: 2.6vw;
    font-size: 3.8vw;
    font-weight: 700;
  }
  .tag-list span {
    display: inline-block;
    margin-right: 2.6vw;
  }
  .tag-list span a {
    display: inline-block;
    padding: 1.3vw 2.6vw;
    border: 1px solid #333;
  }
  .tag-list span a:hover {
    text-decoration: none;
  }
  .taxttl {
    text-align: center;
    font-size: 3.6vw;
    font-weight: 600;
    margin-block: 4vw;
  }
  .systemtab-list {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  .systemtab-list li {
    width: 100%;
    border: #ccc 0.2vw solid;
    margin-bottom: -0.2vw;
    border-bottom: none;
  }
  .systemtab-list li:last-child {
    border-bottom: 0.2vw solid #ccc;
  }
  .systemtab-list li .systemtab-list-ttl {
    border-bottom: #ccc dotted 0.2vw;
    width: 100%;
    padding: 3vw;
    background: #f8f8f8;
  }
  .systemtab-list li p {
    width: 100%;
    padding: 3vw;
    background: #fff;
  }
  .other-ttl {
    text-align: center;
    border-bottom: 0.1vw dotted #333;
    padding-bottom: 2.6vw;
    margin-bottom: 3.9vw;
  }

  .system-contents {
  }
  /* .system-contents iframe {
  width: 100%;
  height: 70vw;
} */
  /* YouTube */
  iframe[src*="youtube.com"] {
    width: 100%;
    height: 50vw;
    aspect-ratio: 16 / 9;
    margin-bottom: 4vw;
    display: block;
  }
  /* Googleマップ*/
  iframe[src*="google.com/maps"] {
    width: 100%;
    height: 50vw;
    aspect-ratio: 4 / 3;
    margin-bottom: 4vw;
    display: block;
  }
  .system-contents .mapbox {
  }
  .system-contents .mapbox .mapttl {
    margin-top: 5vw;
  }
  .system-contents .mapbox iframe {
    width: 100%;
    height: 70vw;
  }

  .system-tblbox tr td:nth-child(1) {
    display: block;
    width: 100%;
    background: #f8f8f8;
    font-size: 3.6vw;
    font-weight: 700;
    margin: 0;
    margin-bottom: -1px;
  }
  .system-tblbox tr td:nth-child(2) {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 3.6vw;
    margin: 0;
    margin-bottom: -1px;
  }
  .system-tblbox tr td:nth-child(3) {
    display: block;
    width: 100%;
    background: #f8f8f8;
    font-size: 3.6vw;
    font-weight: 700;
    margin: 0;
    margin-bottom: -1px;
  }
  .system-tblbox tr td:nth-child(4) {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 3.6vw;
    margin: 0;
    margin-bottom: -1px;
  }
  .system-tblbox tr {
    margin-bottom: -1px;
    display: block;
  }
  .system-tblbox {
    margin-top: 6vw;
  }

  #search-area {
    background: #f8f8f8;
    border: #ccc solid 0.1vw;
    padding: 5.2vw;
    margin: 0 5vw 3.9vw;
  }
  #search-area .works-search {
    height: 9.5vw;
    padding-top: 0.7vw !important;
    overflow: hidden;
    display: block;
    margin: 0 4vw;
    border: 0;
    background: #333;
    color: #fff;
    font-size: 3.6vw;
    border-radius: 1.3vw;
    width: 70vw;
  }
  #search-area .sh-ttl {
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: 0.3vw;
    font-weight: 500;
    border-bottom: 0.1vw dotted;
    padding-bottom: 1.3vw;
    margin-bottom: 2.6vw;
  }
  #search-area .shbox {
    margin-bottom: 4.9vw;
  }

  /* common
-------------------------------------*/
  .system-contents {
    margin-inline: auto;
    padding: 10vw 0;
    width: min(95%, 94.2vw);
  }

  .system-pic {
    margin-bottom: 2.865vw;
  }

  .system-pic img {
    height: 53.309vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .system-i-pic {
    margin-bottom: 9.662vw;
    text-align: center;
  }

  .system-i-pic img {
    max-height: 77.295vw;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .system-ttl {
    font-size: 3.382vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
    margin-bottom: 3.865vw;
  }

  .system-list {
    display: grid;
    gap: 6vw 2.415vw;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-wrap.single {
    justify-content: center;
    margin-bottom: 7.729vw;
  }

  .system-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.932vw;
  }

  .system-name {
    color: #6b6b69;
    font-size: 2.899vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .system-area {
    color: #6b6b69;
    font-size: 2.899vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .system-ttl02 {
    font-size: 4.348vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 5.797vw;
    padding-bottom: 5.797vw;
    position: relative;
    text-align: center;
  }

  .system-ttl02::after {
    background: #2a2a2a;
    bottom: 0;
    content: "";
    content: "";
    height: 0.483vw;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 14.493vw;
  }

  .system-contents02 {
    margin-inline: auto;
    padding: 19.324vw 0;
    width: min(95%, 94.2vw);
  }

  .system-contents02.other {
    padding: 0px 0px 19.324vw;
  }

  /* ポイント
-------------------------------------*/
  .gallery-point-section {
    margin-bottom: 10vw;
  }

  .system-ttl-02 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
  }

  .gallery-point-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 0;
  }

  .gallery-point-item {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px 0;
  }

  .gallery-point-img {
    margin-bottom: 8px;
  }

  .gallery-point-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .gallery-point-content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px 0;
  }

  .gallery-point-ttl {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 0.2vw solid #2a2a2a;
  }

  .gallery-point-txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  /* ギャラリー
-------------------------------------*/
  .gallery-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.865vw;
    margin-bottom: 9.662vw;
  }

  .gallery-list li span a {
    display: block;
  }

  .gallery-list li span a .img-wrap {
    position: relative;
    aspect-ratio: 1/1;
  }

  .gallery-list li span a .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
  }

  .gallery-list li span a .img-wrap::after {
    content: "";
    position: absolute;
    background: url("../images/common/icon_plus.jpg") no-repeat center center /
      contain;
    bottom: 0;
    right: 0;
    width: 3.865vw;
    height: 3.865vw;
    z-index: 2;
  }


/* ========================================
   求人検索（archive-recruit.php）
======================================== */
.p-search-recruit {
  background: #f8f8f8;
  padding-block: 40px;
  margin-bottom: 60px;
}

.p-search-recruit .l-search {
  width: min(95%, 960px);
  margin-inline: auto;
}

.p-search-recruit__tab-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px 0;
  margin-bottom: 40px;
}

.p-search-recruit__tab {
  cursor: pointer;
  border: 1px solid #1a1a1a;
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  column-gap: 10px;
}

.p-search-recruit__tab-icon {
  width: 22px;
  height: 22px;
  background: transparent;
}

.p-search-recruit__tab-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-align: left;
}

.p-search-recruit__pref-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 40px;
  margin-bottom: 40px;
}

.p-search-recruit__pref-ttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

.p-search-recruit__store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.p-search-recruit__store {
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid rgba(26, 26, 26, 0.1);
  background: #ebebe4;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3636363636em;
  text-align: center;
}

.p-search-recruit__store.is-active {
  background: #ff6708;
  border-color: #1a1a1a;
  color: #ffffff;
}

.p-search-recruit__store.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.p-search-recruit__search {
  margin-top: 0;
}

.p-search-recruit__search-btn {
  cursor: pointer;
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: #1a1a1a;
  color: #ffffff;
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-search-recruit {
padding-block: 30px;
margin-bottom: 50px;
}

.p-search-recruit .l-search {
width: min(95%, 75.8vw);
}

.p-search-recruit__tab-grid {
margin-bottom: 26px;
}

.p-search-recruit__tab {
padding: 16px;
grid-template-columns: 20px 1fr;
}

.p-search-recruit__tab-text {
font-size: 18px;
}

.p-search-recruit__pref-grid {
row-gap: 26px;
margin-bottom: 26px;
}

.p-search-recruit__pref-ttl {
font-size: 24px;
margin-bottom: 16px;
}

.p-search-recruit__store-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}

.p-search-recruit__store {
padding: 16px;
font-size: 18px;
}

.p-search-recruit__search {
margin-top: 0;
}

.p-search-recruit__search-btn {
padding: 16px;
font-size: 18px;
}
}
