@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 100px;
    text-align: center;
    font-family:
      -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic,
      sans-serif;
  }
  .page-list span {
    background: #eeefef;
    display: inline-block; /* border: #dcdddd 1px solid; */
    padding: 12px 12px 12px 12px;
    margin: 0 5px 0 5px;
  }
  .page-list span.active {
    background: #231815;
    color: #fff;
  }
  .page-list span.active a {
    color: #fff;
  }
  .page-list a {
    padding: 12px;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 5px 0 5px;
  }
  .pagen {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 93px;
    margin-inline: auto;
    margin-bottom: 30px;
    padding: 40px 0;
  }
  .pagen.clearfix::after {
    display: none;
    content: none;
  }
  .pagen .lista {
    position: relative;
    z-index: 1;
    float: none;
    margin: 0;
  }
  .pagen .lista a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 417px;
    height: 93px;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    background: #72C6C8;
    color: #FFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    padding-left: 10px;
  }
  .pagen .lista a:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  .pagen .lista a picture,
  .pagen .lista a img {
    display: none;
  }
  .pagen .lista a::before {
    content: "一覧ページへ戻る";
  }
  .pagen .lista a::after {
    content: "";
    display: block;
    width: 14px;
    height: 21px;
    background: url(../images/common/back-arrow.svg) center / contain no-repeat;
  }

  .system-contents .pagen,
  .system-contents-narrow .pagen {
    width: 100%;
  }
  .page-navi {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(95%, 1100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
  }
  .page-navi li {
    display: flex;
    align-items: center;
    margin: 0;
    pointer-events: auto;
  }
  .page-navi li.active {
    background: transparent;
  }
  .page-navi a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 163px;
    height: 93px;
    padding: 0;
    color: #72C6C8;
    font-family: "Quicksand", sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.00649em;
    text-decoration: none;
  }
  .page-navi a img {
    display: none;
  }
  .page-navi .fast::after {
    content: none;
    display: none;
  }
  .page-navi .fast a::before {
    content: "PREV";
    left: 36px;
    position: absolute;
  }
  .page-navi .last a::before {
    content: "NEXT";
    position: absolute;
    right: 40px;
  }
  .page-navi li:not(:has(a)) {
    display: none;
  }
  .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;
    letter-spacing: 0.0625em;
    width: 60%;
    border-radius: 10px;
    background: #ED6C00;
  }
  .btnArea a:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  .btnArea-s {
    text-align: center;
    padding-block: 100px 160px;
  }
  .btnArea-s a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    background: #ED6C00;
    letter-spacing: 0.0625em;
  }
  .btnArea-s a:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  .btnArea-s::after {
    content: "";
    display: block;
    margin-bottom: 100px;
  }
  .borderwrap {
    max-width: 1200px;
    width: 95%;
    margin-inline: auto;
    padding-block: 80px 0px;
  }
  .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;
    margin-block: 30px;
    font-weight: bold;
  }
  .system-gallery {
    background: #eeefef;
    padding: 30px 20px;
  }
  h2.section-ttl {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .gallery-list .wp-block-gallery {
    gap: 1em !important;
  }
  .gallery-list .wp-block-gallery img {
    margin-top: 0 !important;
  }
  .gallery-list figure.wp-block-image {
    width: 23% !important;
    max-width: 23% !important;
    position: relative !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%;
    aspect-ratio: 1 / 1;
    height: auto;
    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: 100% !important;
    object-fit: cover;
  }

  .systemtab-list {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    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;
  }

  .system-category {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }
  .system-category span {
    color: #fff;
    background: #2a2a2f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0.2rem 1.25rem;
  }

  .other-ttl-box {
    text-align: center;
    margin-bottom: 30px;
  }

  .other-ttl-en {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
  }

  .other-ttl {
    text-align: center;
    border-bottom: 1px dotted #333;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  #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.05em;
    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;
  }
  .seo_bread_list {
    width: min(95%, 1280px);
    margin-inline: auto;
    padding: 39px 0;
    color: #CCC1A5;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57143;
    letter-spacing: 0.02em;
    margin-bottom: 44px;
    position: relative;
    z-index: 20;
  }
  .seo_bread_list a {
    color: #CCC1A5;
  }
  .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 {
    width: min(95%, 1400px);
    margin-inline: auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f8f8;
  }
  .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;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
  }
  .cate-list span a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #2a2a2f;
  }
  .cate-list span a:hover {
    text-decoration: none;
  }
  .tag-list {
    width: min(95%, 1400px);
    margin-inline: auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f8f8;
  }
  .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 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;
    height: auto;
  }
  /* Googleマップ*/
  iframe[src*="google.com/maps"] {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 4 / 3;
    margin: 0 auto 40px;
    display: block;
    height: auto;
  }

  .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: 7.5rem 1.5rem;
    width: min(95%, 1400px);
  }

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

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

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

  /* アーカイブ一覧のカードサムネ（3:2） */
  main.is-archive .system-list .system-pic {
    margin: 0;
  }

  main.is-archive .system-list .system-pic img {
    display: block;
    width: 100%;
    height: 100%;
    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;
  }

  /* 詳細ページのアイキャッチ（各 page-*.css ではなくここで統一） */
  main.is-single .system-i-pic img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 670px;
    margin-inline: auto;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: top;
  }

  .system-ttl {
    font-size: 24px;
    font-weight: 500;
    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: 1rem;
    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-contents-narrow {
    margin-inline: auto;
    padding: 7.5rem 0;
    width: min(95%, 1200px);
  }

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

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

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

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

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

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

  .system-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 (min-width:768px) and (max-width:1000px)
======================================== */
@media screen and (min-width:768px) and (max-width:1000px) {
  .pagen {
    width: 100%;
    min-height: 9.3vw;
    margin-bottom: 3vw;
    padding: 4vw 0;
  }
  .pagen .lista a {
    gap: 2.2vw;
    width: 41.7vw;
    height: 9.3vw;
    border-radius: 0.6vw;
    font-size: 2vw;
    padding-left: 1vw;
  }
  .pagen .lista a::after {
    width: 1.4vw;
    height: 2.1vw;
    background: url(../images/common/back-arrow.svg) center / contain no-repeat;
  }


  .page-navi a {
    min-width: 16.3vw;
    height: 9.3vw;
    font-size: 6vw;
  }
  .page-navi .fast a::before {
    content: "PREV";
    left: 3.6vw;
    position: absolute;
  }
  .page-navi .last a::before {
    content: "NEXT";
    position: absolute;
    right: 4vw;
  }
  .page-navi li:not(:has(a)) {
    display: none;
  }
  .pagen .list a {
    padding: 0.7vw 3vw;
    font-size: 1.6vw;
  }
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
  /* system-common */
  .page-list {
    font-size: 3.2vw;
    margin: 10vw 0 20vw;
    text-align: center;
    font-family:
      -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic,
      sans-serif;
  }
  .page-list span {
    background: #eeefef;
    padding: 2.2vw 2vw 2.2vw 2vw;
    margin: 0 1vw 0 1vw;
    display: inline-block;
  }
  .page-list span.active {
    background: #231815;
    color: #fff;
  }
  .page-list span.active a {
    color: #fff;
  }
  .page-list a {
    padding: 2vw;
    margin: 0 1vw 0 1vw;
    display: inline-block;
    border: 1px solid #ddd;
  }
  .pagen {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    margin-inline: auto;
    margin-bottom: 19vw;
    padding: 16vw 0 0;
  }
  .pagen.clearfix::after {
    display: none;
    content: none;
  }
  .pagen:nth-of-type(1) {
    margin-bottom: 5vw;
  }
  .pagen .lista {
    position: relative;
    z-index: 1;
    float: none;
    margin: 0;
  }
  .pagen .lista a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.8vw;
    width: 82.126vw;
    height: 16.908vw;
    margin: 0;
    padding: 0;
    border-radius: 1.224vw;
    background: #72C6C8;
    color: #FFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 4.078vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.408vw;
    text-align: center;
    text-decoration: none;
  }
  .pagen .lista a:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  .pagen .lista a picture,
  .pagen .lista a img {
    display: none;
  }
  .pagen .lista a::before {
    content: "一覧ページへ戻る";
  }
  .pagen .lista a::after {
    content: "";
    display: block;
    width: 3.38vw;
    height: 5.07vw;
    background: url(../images/common/back-arrow.svg) center / contain no-repeat;
  }

  .system-contents .pagen,
  .system-contents-narrow .pagen {
    width: 100%;
  }

  .page-navi {
    position: static;
    transform: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13vw;
    list-style: none;
    margin: 0;
    padding: 0 4vw 0 0;
    pointer-events: auto;
  }
  .page-navi li {
    display: flex;
    align-items: center;
    margin: 0;
    pointer-events: auto;
  }
  .page-navi li.active {
    background: transparent;
  }
  .page-navi a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-width: 37.2vw; */
    height: 15.7vw;
    padding: 0;
    color: #72C6C8;
    font-family: "Quicksand", sans-serif;
    font-size: 7.729vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.094vw;
    text-decoration: none;
  }
  .page-navi a img {
    display: none;
  }
  .page-navi .fast::after {
    content: none;
    display: none;
  }
  .page-navi .fast a::before {
    content: "PREV";
  }
  .page-navi .last a::before {
    content: "NEXT";
  }
  .page-navi li:not(:has(a)) {
    display: none;
  }
  .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;
    border-radius: 2.42vw;
    background: #ED6C00;
    letter-spacing: 0.2vw;
  }
  .btnArea-s {
    text-align: center;
    padding-block: 10vw 16vw;
  }
  .btnArea-s a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 3vw 10vw;
    font-size: 3.2vw;
    text-align: center;
    display: inline-block;
    border-radius: 2.42vw;
    background: #ED6C00;
    letter-spacing: 0.2vw;
  }
  .btnArea-s::after {
    content: "";
    display: block;
    margin-bottom: 10vw;
  }
  .borderwrap {
    max-width: 82.13vw;
    width: 95%;
    margin-inline: auto;
    margin-bottom: 5vw;
    line-height: 1.6;
    position: relative;
  }
  .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;
  }

  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .gallery-list .wp-block-gallery {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em !important;
    width: 100%;
  }
  .gallery-list .wp-block-gallery img {
    margin-top: 0 !important;
  }
  .gallery-list figure.wp-block-image {
    width: 100% !important;
    max-width: 100% !important;
    flex-grow: 0 !important;
    position: relative !important;
    display: block !important;
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 !important;
  }
  .gallery-list figure.wp-block-image a:hover {
    text-decoration: none;
  }
  .gallery-list figure.wp-block-image::after {
    content: url(../images/common/icon_plus.jpg);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .gallery-list figure.wp-block-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .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: flex;
    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 {
    background: #f8f8f8;
    margin-bottom: 2.6vw;
    padding: 3.6vw;
  }
  .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 span {
    display: inline-block;
    margin-right: 2.6vw;
    margin-bottom: 2.6vw;
    background: #fff;
  }
  .cate-list span a {
    display: inline-block;
    padding: 1.3vw 2.6vw;
    color: #fff;
    background: #2a2a2f;
  }
  .cate-list span a:hover {
    text-decoration: none;
  }

  .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;
    margin-bottom: 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;
  }

  .system-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1vw;
    margin-bottom: 2vw;
  }
  .system-category span {
    color: #fff;
    background: #2a2a2f;
    font-size: 2.9vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0.8vw 1vw 0.4vw;
  }

  .other-ttl-box {
    text-align: center;
    margin-bottom: 3.9vw;
  }

  .other-ttl-en {
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
  }
  .other-ttl {
    text-align: center;
    border-bottom: 0.1vw dotted #333;
    padding-bottom: 2.6vw;
  }

  .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;
  }

  .seo_bread_list {
    width: min(95%, 82.13vw);
    margin-inline: auto;
    padding: 3vw 0;
    font-size: 2.898vw;
    line-height: 1.8333;
    text-align: right;
    color: #CCC1A5;
    letter-spacing: 0.02em;
  }

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

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

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

  /* アーカイブ一覧のカードサムネ（3:2） */
  main.is-archive .system-list .system-pic {
    width: 100%;
    overflow: hidden;
  }

  main.is-archive .system-list .system-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  main.is-single .system-i-pic img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 60vw;
    margin-inline: auto;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: top;
  }

  .system-ttl {
    font-size: 4.348vw;
    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-contents-narrow {
    margin-inline: auto;
    padding: 19.324vw 0;
    width: min(95%, 94.2vw);
  }

  .system-contents-narrow.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;
  }

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

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

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

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

  .system-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;
  }
}
