@charset "UTF-8"; /* #event header,
#event .pc-menu,
#event .side-fix,
#event footer,
#event #contentsend,
#event .sp-fix-list,
#event .main-title{ display: none!important; }*/
.form-Box .list li span {
    color: #E23B3B;
}

@media screen and (min-width: 768px), print {
    main {
        width: 1100px;
        margin: 0 auto 30px auto;
    }

    /* 3枚表示のbxslider
-------------------------------------*/
    /* system-common */
    .page-list {
        font-size: 16px;
        margin: 50px 0 100px;
        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 li {
        background: #eeefef;
        display: inline-block;
        border: #dcdddd 1px solid;
    }

    .page-list li.active {
        background: #231815;
        color: #fff;
    }

    .page-list li.active a {
        color: #fff;
    }

    .page-list a {
        padding: 7px 12px;
        display: inline-block;
        background: #f8f8f8;
        margin: 0 4px 8px;
        border-radius: 5px;
    }

    .page-list span {
        padding: 7px 12px;
        display: inline-block;
        background: #333;
        color: #fff;
        margin: 0 4px;
        border-radius: 5px;
    }

    .pagen {
        width: 100%;
        margin: 0 auto 30px auto;
        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: 12px 37px 12px 20px;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        background: #000;
    }

    .pagen .list a span {
        position: relative;
        top: -4px;
        left: 17px;
    }

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

    .borderwrap h3 {
        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-bottom: 30px;
    }

    .system-gallery {
        background: #eeefef;
        padding: 30px 20px;
    }

    .wp-block-image .calendar-wrap {
        max-width: 100%;
        margin: 1em 0;
    }

    .calendar-nav {
        text-align: center;
        margin-bottom: 0px;
        background: #f8f8f8;
        position: relative;
        padding: 7px;
    }

    .calendar-nav .prev-month {
        position: absolute;
        left: 0;
    }

    .calendar-nav .next-month {
        position: absolute;
        right: 0;
    }

    .calendar-nav a {
        text-decoration: none;
        font-weight: bold;
        margin: 0 10px;
    }

    .calendar-table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
        margin-bottom: 30px;
    }

    .calendar-table th {
        background: #28343B;
        color: #fff;
    }

    .calendar-table th, .calendar-table td {
        border: 1px solid #ccc;
        text-align: center;
        padding: 0.5em 0;
    }

    .calendar-table td.today {
        background: #ffeb3b;
    }

    .calendar-table td.has-post a {
        color: #0073aa;
        text-decoration: underline;
    }

    .required {
    }

    .required::after {
        content: "必須";
        background: #E23B3B;
        color: #fff;
        font-size: 12px;
        padding: 5px 0;
        display: inline-block;
        position: relative;
        top: -1px;
        right: 0px;
        width: 50px;
        height: auto;
        text-align: center;
        line-height: 1;
    }

    .systemtab-list {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 50px;
    }

    .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;
        font-weight: bold;
        font-size: 22px;
    }

    #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
    }

    .seo_bread_list {
        max-width: 1100px;
        width: 100%;
        padding: 30px 0 20px 0;
        margin: 0 auto;
        font-size: 14px;
        letter-spacing: 0.65px;
        line-height: 1.4;
        color: #9F9F9F;
        z-index: 3;
        position: relative;
    }

    .seo_bread_list a {
        color: #9F9F9F;
    }

    .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 {
        background: #f8f8f8;
        margin-bottom: 20px;
        padding: 20px;
    }

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

    .cate-list span a {
        display: inline-block;
        padding: 10px 20px;
        color: #fff;
    }

    .cate-list span a:hover {
        text-decoration: none;
    }

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

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

    .system-gallery {
        background: #f8f8f8;
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .system-gallery h2 {
        text-transform: uppercase;
    }

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

    .gallery-list li {
        width: 18.4%;
        position: relative;
        margin: 0 2% 25px 0;
        font-size: 0.75em;
        line-height: 1.4;
        text-align: left;
    }

    .gallery-list li:nth-of-type(5n) {
        margin-right: 0;
    }

    .gallery-list li a:hover {
        text-decoration: none;
    }

    .gallery-list li .system-Frame {
        display: block;
        width: 100%;
        height: 120px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 8px;
    }

    .gallery-list li .system-Frame::after {
        content: url(../images/common/icon_plus.jpg);
        display: block;
        position: absolute;
        top: 90px;
        right: 0;
    }

    .gallery-list li .system-Frame img {
        width: 100%;
        height: 120px;
    }

    .gallery-list li p {
        font-size: 13px;
        color: #000;
        display: block;
    }

    /* case-newly -------------------------------------*/
    #works #casecate-list {
        background: #f8f8f8;
        border-radius: 20px;
        padding: 30px 30px 1px;
        margin-bottom: 50px;
    }

    #works #casecate-list .inner-Box {
        margin-bottom: 30px;
    }

    #works #casecate-list .inner-Box h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #works #casecate-list .inner-Box ul {
        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;
    }

    #works #casecate-list .inner-Box ul li {
        margin: 0 5px 5px 0;
        border: 1px solid #ccc;
        padding: 5px 12px;
        line-height: 1;
        font-size: 14px;
    }

    #works .system-list {
        margin-bottom: 50px;
        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;
    }

    #works .system-list li .newicon {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        background: #FBFC08;
        z-index: 3;
        padding: 2px 20px;
    }

    #works .system-list li {
        line-height: 1.4;
        width: 31%;
        margin-right: 1%;
        background: #fff;
        position: relative;
        margin-bottom: 20px;
    }

    #works .system-list li:nth-child(3n) {
        margin-right: 0
    }

    #works .system-list li a:hover {
        text-decoration: none;
    }

    #works .cbox {
        font-size: 12px;
        line-height: 1;
        color: #1A1C1D;
        text-align: right;
    }

    #works .cbox span {
        display: inline-block;
        border: #E8E8E8 1px solid;
        padding: 2px 9px;
        margin: 0 3px 3px 0px;
    }

    #works .text1 {
        font-size: 14px;
        width: 100%;
        border: 1px solid #DEDEDE;
        background: #F8F7F5;
        height: 40px;
        text-align: center;
        padding: 9px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    #works .text2 {
        color: #B3B3B3;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    #works .system-pic {
        width: 100%;
        aspect-ratio: 340 / 230;
        overflow: hidden;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
    }

    #works .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #works .system-date {
        font-size: 0.75em;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    #works .system-date::before {
        content: "■";
    }

    #works .system-coment {
        font-size: 0.75em;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    #works .system-ttl-01 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.56;
        font-weight: 500;
        letter-spacing: 0px;
    }

    #works .system-contents {
        background: #fff;
        padding: 30px;
        margin-bottom: 30px;
    }

    #works .system-contents .system-category-set {
        margin-top: 0px;
        margin-bottom: 0;
    }

    #works .system-contents .newicon {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        background: #FBFC08;
        z-index: 3;
        padding: 2px 20px;
    }

    #works .system-contents .cbox {
        margin-bottom: 30px;
    }

    #works .system-contents-inner {
        background: #fff;
        padding: 40px 20px;
    }

    #works .system-contents .system-date {
        font-size: 1em;
        margin-bottom: 15px;
        display: block;
    }

    #works .system-contents .system-category {
        margin-bottom: 20px;
        font-size: 14px;
        color: #fff;
        float: left;
        width: 100%;
    }

    #works .system-contents .system-category span {
        margin-bottom: 5px;
        padding: 4px 24px;
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }

    #works .system-contents .system-ttl {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px #ccc solid;
        line-height: 1.4;
    }

    #works .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 20px;
    }

    #works .system-contents .system-i-pic img {
        max-width: 100%;
        max-height: 900px;
        width: auto;
        max-height: auto;
    }

    #works .system-gallery {
        background: #eeefef;
        padding: 30px 20px;
    }

    #works .system-gallery h2 {
        text-transform: uppercase;
    }

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

    #works .gallery-list li {
        width: 18.4%;
        position: relative;
        margin: 0 2% 25px 0;
        font-size: 0.75em;
        line-height: 1.4;
        text-align: left;
    }

    #works .gallery-list li:nth-of-type(5n) {
        margin-right: 0;
    }

    #works .gallery-list li a:hover {
        text-decoration: none;
    }

    #works .gallery-list li .system-Frame {
        display: block;
        width: 100%;
        height: 120px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 8px;
    }

    #works .gallery-list li .system-Frame::after {
        content: url(../images/common/icon_plus.jpg);
        display: block;
        position: absolute;
        top: 90px;
        right: 0;
    }

    #works .gallery-list li .system-Frame img {
        width: 100%;
        height: 120px;
    }

    #works .system-list02 {
        margin-bottom: 50px;
        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;
    }

    #works .system-list02 li .newicon {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        background: #FBFC08;
        z-index: 3;
        padding: 2px 20px;
    }

    #works .system-list02 li {
        line-height: 1.4;
        width: 330px;
        margin: 0 10px;
        background: #fff;
        position: relative;
        margin-bottom: 20px;
    }

    #works .system-list02 li a:hover {
        text-decoration: none;
    }

    #works .list-btn a {
        display: block;
        margin: 0 auto 100px;
        width: 400px;
        height: 60px;
        background-color: #000;
        font-size: 16px;
        text-align: center;
        color: #fff;
        border-radius: 60px;
        padding-top: 18px;
    }

    #works .list-btn a:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    /* event -------------------------------------*/
    #event .system-list {
        margin-bottom: 50px;
        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;
    }

    #event .system-list li {
        position: relative;
        line-height: 1.4;
        width: 32%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 20px;
    }

    #event .system-list li:nth-child(3n) {
        margin-right: 0
    }

    #event .system-list li a:hover {
        text-decoration: none;
    }

    #event .system-list .system-pic {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
    }

    #event .system-list .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #event .system-list li .system-date {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.4;
        position: relative;
        padding: 0 0 0 81px;
    }

    #event .system-list li .system-date .date-ttl {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        color: #fff;
        background: #1A1C1D;
        text-align: center;
    }

    #event .system-list li .system-date .start_text {
    }

    #event .system-list li .system-information {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    #event .system-list li .system-txt {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    #event .system-list li .system-coment {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    #event .system-list li .system-ttl-01 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.63;
        margin-bottom: 20px;
        padding: 0 0 14px;
        border-bottom: #333 solid 1px;
    }

    #event .system-list li .text-box {
        padding: 0px 0px 20px;
    }

    #event .system-list li .more {
        font-size: 16px;
        text-align: center;
        border: 1px solid #959595;
        border-radius: 20px;
        width: 110px;
        height: 40px;
        margin: 30px auto 0 auto;
        padding: 6px 0 0;
    }

    #event .serchcategory {
        margin-bottom: 100px;
    }

    #event .serchcategory .icon {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
    }

    #event .system-icon02 span {
        display: block;
        padding: 8px;
        background: #ccc;
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: -15px;
    }

    #event .system-contents {
        position: relative;
        padding: 50px 20px 40px 20px;
        margin-bottom: 30px;
    }

    #event .system-contents-inner {
        background: #fff;
        padding: 20px 20px 40px;
    }

    #event .system-contents .system-date {
        font-size: 14px;
        line-height: 1.4;
        text-align: right;
    }

    #event .system-contents .system-date::before {
        content: none;
    }

    #event .system-contents .titleArea {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px #ccc solid;
    }

    #event .system-contents .system-ttl {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    #event .system-contents .system-icon02 {
        width: 20%;
    }

    #event .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 50px;
    }

    #event .system-contents .system-i-pic img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #event .system-contents #googlemaps {
        height: 500px;
        border: 1px solid #dcdddd;
    }

    #event .icon {
        text-align: center;
        display: block;
        background: none;
        display: block;
        font-size: 17px;
        margin-bottom: 7px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
        margin: 0 0 10px auto;
        width: 93px;
        height: 32px;
        padding-top: 4px;
    }

    #event .system-gallery {
        background: #eeefef;
        padding: 30px 20px;
    }

    #event .system-gallery h2 {
        text-transform: uppercase;
    }

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

    #event .gallery-list li {
        width: 18.4%;
        position: relative;
        margin: 0 2% 25px 0;
        font-size: 0.75em;
        line-height: 1.4;
        text-align: left;
    }

    #event .gallery-list li:nth-of-type(5n) {
        margin-right: 0;
    }

    #event .gallery-list li a:hover {
        text-decoration: none;
    }

    #event .gallery-list li .system-Frame {
        display: block;
        width: 100%;
        height: 120px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 8px;
    }

    #event .gallery-list li .system-Frame::after {
        content: url(../images/common/icon_plus.jpg);
        display: block;
        position: absolute;
        top: 90px;
        right: 0;
    }

    #event .gallery-list li .system-Frame img {
        width: 100%;
        height: 120px;
    }

#event .system-contents .icon{
    height: 36px;
        padding-top: 4px;
        margin-bottom: 24px;
}


    /* blog -------------------------------------*/
    #blog .system-list {
        margin-bottom: 50px;
        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;
    }

    #blog .system-list li {
        position: relative;
        line-height: 1.4;
        width: 32%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 20px;
    }

    #blog .system-list li:nth-child(3n) {
        margin-right: 0
    }

    #blog .system-list li a:hover {
        text-decoration: none;
    }

    #blog .system-list .system-pic {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
    }

    #blog .system-list .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #blog .system-list li .system-date {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.4;
        position: relative;
    }

    #blog .system-list li .system-date .date-ttl {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        color: #fff;
        background: #1A1C1D;
        text-align: center;
    }

    #blog .system-list li .system-date .start_text {
    }

    #blog .system-list li .system-information {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    #blog .system-list li .system-txt {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    #blog .system-list li .system-coment {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    #blog .system-list li .system-ttl-01 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.63;
        margin-bottom: 20px;
        padding: 0 0 14px;
        border-bottom: #333 solid 1px;
    }

    #blog .system-list li .text-box {
        padding: 0px 0px 20px;
    }

    #blog .system-list li .more {
        font-size: 16px;
        text-align: center;
        border: 1px solid #959595;
        border-radius: 20px;
        width: 110px;
        height: 40px;
        margin: 30px auto 0 auto;
        padding: 6px 0 0;
    }

    #blog .serchcategory {
        margin-bottom: 100px;
    }

    #blog .serchcategory .icon {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
    }

    #blog .system-icon02 span {
        display: block;
        padding: 8px;
        background: #ccc;
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: -15px;
    }

    #blog .system-contents {
        position: relative;
        padding: 50px 20px 40px 20px;
        margin-bottom: 30px;
    }

    #blog .system-contents-inner {
        background: #fff;
        padding: 20px 20px 40px;
    }

    #blog .system-contents .system-date {
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
    }

    #blog .system-contents .system-date::before {
        content: none;
    }

    #blog .system-contents .titleArea {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px #ccc solid;
    }

    #blog .system-contents .system-ttl {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    #blog .system-contents .system-icon02 {
        width: 20%;
    }

    #blog .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 50px;
    }

    #blog .system-contents .system-i-pic img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #blog .system-contents #googlemaps {
        height: 500px;
        border: 1px solid #dcdddd;
    }

    #blog .icon {
        text-align: center;
        display: block;
        background: none;
        display: block;
        font-size: 17px;
        margin-bottom: 7px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
        margin: 0 0 10px auto;
        width: 93px;
        height: 25px;
    }

    /* topics -------------------------------------*/
    #topics .system-list {
        background: #eeefef;
        padding: 1px;
        margin-bottom: 50px;
    }

    #topics .system-list-inner {
        background: #fff;
        padding: 60px;
    }

    #topics .system-list li {
        overflow: hidden;
        line-height: 1.4;
        margin-bottom: 20px;
        border-bottom: 1px dotted #b2b2b2;
        padding: 0 0 20px;
    }

    #topics .system-list li a:hover {
        text-decoration: none;
    }

    #topics .system-list .system-date {
        width: 20%;
        float: left;
        font-size: 16px;
        line-height: 1.4;
    }

    #topics .system-date::before {
    }

    #topics .system-list .text-box {
        width: 78%;
        float: left;
        font-size: 14px;
        line-height: 1.6;
    }

    #topics .system-list .system-ttl-01 {
        font-size: 16px;
        line-height: 1.6;
    }

    #topics .system-list .system-category-set {
        color: #fff;
        margin-bottom: 10px;
    }

    #topics .system-list .system-category {
        width: 20%;
        margin-right: 1px;
        font-size: 0.688em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 5px;
        float: left;
        background: #ccc;
    }

    #topics .system-category-set p {
        background: #000 !important;
        display: inline-block;
        padding: 4px 15px;
        margin-right: 10px;
    }

    #topics .system-contents {
        background: #eeefef;
        padding: 1px;
        margin-bottom: 30px;
    }

    #topics .system-contents-inner {
        background: #fff;
        padding: 50px;
    }

    #topics .system-contents .system-date {
        font-size: 1em;
        margin-bottom: 15px;
        display: block;
    }

    #topics .system-contents .system-category-set {
        color: #fff;
        width: 100%;
        margin-bottom: 20px;
    }

    #topics .system-contents .system-category {
        font-size: 0.75em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 8px;
        width: 20%;
        float: left;
        margin-right: 2px;
        background: #ccc;
    }

    #topics .system-contents .system-ttl {
        font-size: 1.375em;
        font-weight: bold;
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px #ccc solid;
        line-height: 1.4;
    }

    #topics .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 20px;
    }

    #topics .system-contents .system-i-pic img {
        max-width: 100%;
        max-height: 900px;
        width: auto;
        max-height: auto;
    }

    /* recruit -------------------------------------*/
    #recruit .system-list {
        margin-bottom: 50px;
        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;
    }

    #recruit .system-list li {
        line-height: 1.4;
        width: 31%;
        margin-right: 3.5%;
        background: #fff;
        position: relative;
        margin-bottom: 20px;
        text-align: center;
    }

    #recruit .system-list li:nth-child(3n) {
        margin-right: 0
    }

    #recruit .system-list li a:hover {
        text-decoration: none;
    }

    #recruit .system-list li .system-date {
        border-bottom: 1px dotted #333;
        padding-bottom: 8px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    #recruit .system-list li .system-date .date-ttl {
        width: 80px;
        float: left;
        font-weight: bold;
    }

    #recruit .system-list li .system-date .start_text {
        width: 225px;
        float: left;
    }

    #recruit .system-list .btn {
        text-align: center;
        background: #333;
        color: #fff;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 3%;
    }

    #recruit .system-list .btn::after {
        content: ' >';
    }

    #recruit .system-pic {
        width: 100%;
        height: 250px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 21px;
    }

    #recruit .system-pic img {
        width: 100%;
        height: 250px;
    }

    #recruit .system-name {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    #recruit .system-coment {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    #recruit .system-coment span {
        font-size: 18px;
        font-weight: bold;
    }

    #recruit .system-ttl-01 {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.4;
        font-weight: bold;
    }

    #recruit .system-category-set {
        margin-bottom: 15px;
        margin-top: -15px;
    }

    #recruit .system-category {
        margin-bottom: 1px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 8px;
        background-color: #ccc;
    }

    #recruit .serchcategory {
        margin-bottom: 100px;
    }

    #recruit .serchcategory .icon {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
    }

    #recruit .system-category1 {
        margin-bottom: 1px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
        background-color: #ccc;
        position: relative;
    }

    #recruit .system-contents {
        background: #f8f8f8;
        padding: 40px 40px;
        margin-bottom: 30px;
        position: relative;
    }

    #recruit .system-contents .system-category-set {
        margin-top: 0;
        margin-bottom: 0;
    }

    #recruit .system-contents-inner {
        background: #fff;
        padding: 40px 20px
    }

    #recruit .system-contents .system-date .date-ttl {
        font-weight: bold;
        font-size: 16px;
        float: left;
        margin-right: 20px;
    }

    #recruit .system-contents .system-date .start_text {
        display: block;
    }

    #recruit .system-contents .titleArea {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px #ccc solid;
    }

    #recruit .system-contents .system-category {
        margin-bottom: 20px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 8px;
        width: 20%;
        float: left;
        margin-right: 2px;
    }

    #recruit .system-contents .system-ttl {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    #recruit .system-contents .system-txt {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.4;
    }

    #recruit .system-contents .system-price {
        font-size: 16px;
        line-height: 1.4;
    }

    #recruit .system-contents .system-price span {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
    }

    #recruit .system-contents .system-icon02 {
        width: 20%;
    }

    #recruit .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    #recruit .system-contents .system-i-pic img {
        max-width: 100%;
        max-height: 600px;
        width: auto;
        height: auto;
    }

    #recruit table.system-details {
        border: 1px solid #dcdddd;
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 1.6;
        width: 100%;
    }

    #recruit table.system-details th {
        border: 1px solid #dcdddd;
        text-align: left;
        background-color: #eeefef;
        padding: 20px;
        vertical-align: top;
    }

    #recruit table.system-details td {
        border: 1px solid #dcdddd;
        text-align: left;
        padding: 20px;
        vertical-align: top;
    }

    #recruit table.system-details td img {
        max-width: 100%;
        height: auto;
    }

    #recruit .system-contents #googlemaps {
        height: 500px;
        border: 1px solid #dcdddd;
    }

    #recruit main #box-01 {
        margin-bottom: 100px;
    }

    #recruit main #box-01 .ttl-box {
        color: #000000;
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 5.25px;
        line-height: 35px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 32px;
        margin-bottom: 40px;
        position: relative;
    }

    #recruit .estate-list {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 1.6;
    }

    #recruit .estate-list li {
        flex-basis: 50%;
        display: flex;
        border: #ccc 1px solid;
        margin-bottom: -1px;
    }

    #recruit .estate-list li .estate-list-ttl {
        flex-basis: 33%;
        padding: 5%;
        background: #f8f8f8;
    }

    #recruit .estate-list li p {
        flex-basis: 67%;
        padding: 5%;
        background: #fff;
    }

    #recruit .estate-list li:nth-of-type(2n) {
        margin-left: -1px;
    }

    #recruit .system-contents .job-box {
        margin-bottom: 30px;
    }

    #recruit .system-contents .job-box .jobttl {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    #recruit .system-contents .job-box .jobtext {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    /* voice -------------------------------------*/
    #voice .system-list {
        margin-bottom: 50px;
        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;
    }

    #voice .system-list li {
        line-height: 1.4;
        width: 32%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 20px;
    }

    #voice .system-list li::before {
        background: #EFE81E;
        width: 80px;
        height: 10px;
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
    }

    #voice .system-list li:nth-child(3n) {
        margin-right: 0
    }

    #voice .system-list li a:hover {
        text-decoration: none;
    }

    #voice .system-list li .longicon {
        width: 156px;
        font-size: 14px;
        letter-spacing: 0.7px;
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 0;
        height: 36px;
        background: transparent linear-gradient(102deg, #8E1D22 0%, #770404 100%) 0% 0% no-repeat padding-box;
        color: #fff;
        border-radius: 0px 0px 0px 6px;
        text-align: center;
        padding: 8px 0 0;
        z-index: 3;
    }

    #voice .system-list li .system-text {
        font-size: 14px;
        letter-spacing: 0.7px;
        font-weight: 400;
        line-height: 1.71;
        border-bottom: #A4A4A4 1px solid;
        color: #A4A4A4;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    #voice .system-list li .system-text span {
        display: inline-block;
        padding-left: 10px;
    }

    #voice .system-list li .honb {
        color: #D1D1D1;
        font-size: 13px;
        margin-bottom: 20px;
    }

    #voice .system-pic {
        width: 100%;
        aspect-ratio: 25 / 16;
        overflow: hidden;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
    }

    #voice .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #voice .system-date {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    #voice .system-date::before {
    }

    #voice .system-name {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.4;
        display: inline-block;
        background: #B18B28;
        color: #fff;
        padding: 6px 16px;
    }

    #voice .system-contents .longicon2 {
        width: 156px;
        font-size: 14px;
        letter-spacing: 0.7px;
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 0;
        height: 36px;
        background: transparent linear-gradient(102deg, #8E1D22 0%, #770404 100%) 0% 0% no-repeat padding-box;
        color: #fff;
        border-radius: 0px 0px 0px 6px;
        text-align: center;
        padding: 8px 0 0;
        z-index: 3;
    }

    #voice .system-ttl-01 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: 0px;
    }

    #voice .system-category-set {
        margin-bottom: 15px;
        margin-top: -15px;
    }

    #voice .system-category {
        margin-bottom: 1px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 8px;
        background-color: #ccc;
    }

    #voice .serchcategory {
        margin-bottom: 100px;
    }

    #voice .serchcategory .icon {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
    }

    #voice .system-category1 {
        margin-bottom: 1px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
        background-color: #ccc;
        position: relative;
    }

    #voice .system-contents {
        padding: 40px 20px;
        margin-bottom: 30px;
        position: relative;
    }

    #voice .system-contents-inner {
        background: #fff;
        padding: 40px 20px;
    }

    #voice .system-contents .system-date {
        font-size: 16px;
        margin-bottom: 15px;
        display: block;
    }

    #voice .system-contents .system-category-set {
        margin-top: 0px;
        margin-bottom: 0;
    }

    #voice .system-contents .system-category {
        margin-bottom: 20px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 8px;
        width: 20%;
        float: left;
        margin-right: 2px;
    }

    #voice .system-contents .system-ttl {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px #ccc solid;
        line-height: 1.4;
    }

    #voice .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    #voice .system-contents .system-i-pic img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    /* staff -------------------------------------*/
    #staff .system-list {
        width: 1100px;
        margin: 0 auto -215px;
        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;
        padding-bottom: 340px;
    }

    #staff .system-list li {
        line-height: 1.4;
        width: 23%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 80px;
        text-align: center;
    }

    #staff .system-list li:nth-child(4n) {
        margin-right: 0
    }

    #staff .system-list li a:hover {
        text-decoration: none;
    }

    #staff .system-pic {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        text-align: center;
        margin-bottom: 40px;
        position: relative;
    }

    #staff .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #staff .system-list li .system-job {
        font-size: 15px;
        letter-spacing: 1.5px;
        margin-bottom: -5px;
        line-height: 1.4;
        display: inline-block;
        background: #222222;
        color: #fff;
        font-weight: 500;
        padding: 8px 21px;
        position: relative;
        top: -15px;
        left: 10px;
    }

    #staff .system-list li .system-fu {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.4;
        text-align: center;
        letter-spacing: 0.7px;
        background: #fff;
        writing-mode: vertical-rl;
        position: absolute;
        top: -20px;
        right: 20px;
        padding: 10px;
    }

    #staff .system-list li .system-name {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.4;
        text-align: center;
        font-weight: bold;
    }

    #staff .system-contents {
        width: 1100px;
        margin: 0 auto -215px;
        padding-bottom: 430px;
        padding-top: 61px;
    }

    #staff .system-contents-inner {
        background: #fff;
        padding: 80px;
    }

    #staff .system-contents .system-info {
        width: 46%;
        float: left;
    }

    #staff .system-contents .system-job {
        font-size: 24px;
        margin-bottom: 3px;
        line-height: 1.4;
        text-align: left;
        display: inline-block;
        margin-top: 20px;
        font-weight: bold;
    }

    #staff .system-contents .system-name {
        font-size: 32px;
        line-height: 1.4;
        text-align: left;
    }

    #staff .system-contents .system-kana {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    #staff .system-contents .system-comment {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.6;
    }

    #staff .system-contents .num-bx {
        width: 46%;
        float: left;
        padding-top: 28px;
        padding-left: 59px;
    }

    #staff .system-contents .num-bx::before {
        content: "HOLOS HOME";
        font-family: "Work Sans", sans-serif;
        font-weight: bold;
        font-optical-sizing: auto;
        color: #D9D9D9;
        font-size: 133px;
        letter-spacing: -1.33px;
        line-height: 0.85;
        position: relative;
        left: 0;
        margin-bottom: 90px;
        display: block;
    }

    #staff .system-contents .system-ttl {
        font-size: 42px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 16px;
        letter-spacing: 2.1px;
    }

    #staff .system-contents .system-i-pic {
        width: 53.6%;
        float: left;
        text-align: center;
        margin-bottom: 50px;
    }

    #staff .system-contents .system-i-pic img {
        max-width: 100%;
        width: auto;
        height: 100%;
        max-height: 600px;
    }

    #staff .system-contents .wys-ttl {
        width: 100%;
        margin: 30px auto;
        padding: 15px 30px;
        font-size: 18px;
        color: #959595;
        font-weight: bold;
        background: #f1f1f1;
    }

    #staff .system-contents .wysiwyg {
        background: #fff;
        padding: 60px 80px;
    }

    #staff .system-ttl {
        font-size: 19px;
        font-weight: 500;
        letter-spacing: 0.95px;
    }

    .foin-Box .fmtt1 {
        background: #ECEAE3;
        font-size: 20px;
        padding: 20px;
        margin-bottom: 20px;
        font-family: "Shippori Mincho", serif;
    }

    .priv-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .priv-text {
        padding: 20px;
        overflow-y: scroll;
        height: 250px;
        border: #ccc solid 1px;
        margin-bottom: 30px;
        background: #fff;
    }

    .priv-text .priv-ttl {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }

    .priv-text p {
        margin-bottom: 20px;
        font-size: 13px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: #ccc solid 1px;
    }

    .priv {
        text-align: center;
        margin-bottom: 30px;
    }

    .priv-text .tt {
        margin-bottom: 10px;
        font-size: 20px;
        color: #333;
        font-weight: bold;
    }

    /* form -------------------------------------*/
    .form-Box {
        margin-bottom: -30px;
        line-height: 1.6;
        padding: 66px 0 180px 0;
        background: url(../images/contact/contents01-back01.png);
    }

    .form-Box .form-in-Box {
        padding: 69px 0px 40px;
        width: 100%;
        margin: 0 auto;
        max-width: 1280px;
        position: relative;
        z-index: 3;
    }

    .foin-Box {
        margin: 0 auto;
    }

    .form-Box .form-list {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .form-Box .error {
        margin-bottom: 16px;
    }

    .form-Box .fgb-Box {
        /* background: #fff; */
        padding: 2px 140px 120px;
    }

    .form-Box .formttl {
        text-align: center;
        margin-bottom: -25px;
        position: relative;
        z-index: 4;
        font-weight: 700;
        font-size: 42px;
        letter-spacing: 0;
    }

    .form-Box .formttl span {
        position: relative;
        top: -9px;
        left: -2px;
    }

    .form-Box .eigyo {
        width: 995px;
        margin: 0 auto;
        color: #E23B3B;
        font-size: 18px;
        letter-spacing: 0.9px;
        font-weight: 700;
        margin-bottom: 33px;
    }

    .form-Box .eigyo span {
        display: inline-block;
    }

    .form-Box .list {
        margin: 0px auto 13px;
        font-size: 16px;
        letter-spacing: 0.7px;
        width: 998px;
        font-weight: 400;
    }

    .form-Box .list li {
        margin-bottom: 4px;
    }

    .form-Box .attention-color {
        color: #f00;
    }

    .form-Box .form-list li {
        padding-left: 16px;
        text-indent: -16px;
        margin-bottom: 3px;
    }

    .form-Box table {
        border-top: #DDDDDD 1px solid;
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.9px;
        width: 100%;
        border-collapse: collapse;
    }

    .form-Box th {
        border-bottom: #DDDDDD 1px solid;
        text-align: left;
        width: 32%;
        padding: 39px 4px 39px 31px;
        vertical-align: top;
        font-weight: 400;
        position: relative;
        background: #1A1C1D;
        color: #fff;
    }

    .form-Box th p {
        display: inline;
    }

    .form-Box td {
        border-bottom: #DDDDDD 1px solid;
        text-align: left;
        width: 70%;
        padding: 35px 60px 35px 20px;
        vertical-align: top;
    }

    .form-Box td img {
        max-width: 100%;
        height: auto;
    }

    .form-Box .from-btn-01 {
        text-align: center;
    }

    .form-Box .from-btn-02 {
        margin-top: 24px;
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .form-Box .button {
        border: 0;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .form-Box .button:hover {
        cursor: pointer;
        cursor: hand;
        opacity: 0.8;
    }

    .form-Box input[type="text"], .form-Box input[type="email"], .form-Box input[type="tel"], .form-Box input[type="date"], .form-Box input[type="datetime-local"], .form-Box select, .form-Box textarea {
        font-size: 15px;
        padding: 1%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
    }

    .form-Box textarea {
        width: 100%;
        min-height: 120px;
    }

    .form-Box .subtxt {
        font-size: 14px;
    }

    .btn-send {
        text-align: center;
    }

    .btn-item {
        display: inline-block;
        margin: 0 10px;
    }

    #priv {
        text-align: left;
    }

    .btn-confirm {
        text-align: center;
    }

    .sendbaclal {
        margin: 30px auto 30px!important;
        width: 800px;
    }

    .confirm_button:disabled,.confirm_button:disabled:hover {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        cursor: default !important;
    }

    .confirm_button,.confirm_button:disabled:hover {
        overflow: hidden;
        display: block;
        width: 320px;
        height: 60px;
        background: #28343B;
        color: #fff;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0;
        padding: 4px 0 0 29px;
        transition: background 0.3s ease-in-out;
        text-align: left;
        border: none;
        margin: 30px auto 0 auto;
        font-style: normal;
    }

    .confirm_button span.arr,.confirm_button:disabled:hover span.arr {
        position: absolute;
        top: 23px;
        right: 21px;
        line-height: 0;
        transition: right 0.3s;
        /* black */
    }

    .confirm_button span.arr img,.confirm_button:disabled:hover span.arr img {
        width: 30px;
        height: auto;
        transition: filter 0.3s;
        /* -webkit-filter: brightness(0) invert(1); */
        /* filter: brightness(0) invert(1); */
    }

    .confirm_area {
        /* width: 660px; */
        margin: 0 auto;
    }

    .agtext {
        text-align: center;
    }

    .back_button {
        overflow: hidden;
        display: block;
        width: 320px;
        height: 60px;
        position: relative;
        font-size: 14px;
        font-weight: 500;
        transition: background 0.3s ease-in-out;
        text-align: right;
        font-style: normal;
        margin: 0 auto;
        background: none;
        border: none;
        background: #5B5E62;
        color: #fff;
        padding-right: 30px;
    }

    .back_button span.arr {
        position: absolute;
        top: 23px;
        left: 30px;
        line-height: 0;
        transition: all 0.3s ease-in-out;
        transform: scale(-1, 1);
    }

    .back_button span.arr img {
        width: 30px;
        height: auto;
        transition: filter 0.3s;
    }

    #send_area {
        width: auto;
        width: 500px;
        margin: 0 auto;
        position: relative;
    }

    #send_button {
        cursor: pointer !important;
        overflow: hidden;
        display: block;
        width: 320px;
        height: 60px;
        background: #28343B;
        color: #fff;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        padding: 5px 0 0 40px;
        transition: all 0.3s ease-in-out;
        text-align: left;
        border: none;
        margin: 0 auto;
        font-style: normal;
        margin: 0 auto;
        box-shadow: 0px 3px 2px #0000001C;
    }

    #send_area::before {
        content: "";
        display: block;
        background: url(../images/common/arr02.svg)no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 24px;
        right: 111px;
        z-index: 3;
        transition: right 0.3s;
        width: 30px;
        height: 21px;
        /* -webkit-filter: brightness(0) invert(1); */
        /* filter: brightness(0) invert(1); */
    }

    .confirm_area {
        /* width: 730px; */
        margin: 0 auto;
    }

    #back_area {
        width: 640px;
        position: relative;
        margin: 0 auto;
    }

    .confirm_area {
        /* text-align: center; */
        padding-top: 6px;
    }
}

@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", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

    .page-list li {
        background: #eeefef;
        display: inline-block;
        border: #dcdddd 0.2vw solid;
    }

    .page-list li.active {
        background: #231815;
        color: #fff;
    }

    .page-list li.active a {
        color: #fff;
    }

    .page-list a {
        padding: 1.69vw 2.9vw;
        display: inline-block;
        background: #f8f8f8;
        margin: 0 0.97vw 1.94vw;
        border-radius: 1.21vw;
    }

    .page-list span {
        padding: 1.69vw 2.9vw;
        display: inline-block;
        background: #333;
        color: #fff;
        margin: 0 0.97vw;
        border-radius: 1.21vw;
    }

    .pagen {
        width: 90vw;
        margin: 0 auto 10vw auto;
        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;
        margin-top: 5vw;
    }

    .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: 3vw 9.7vw 2vw 4vw;
        text-align: center;
        display: inline-block;
        background: #000;
        position: relative;
        top: -1.8vw;
    }

    .pagen .list a:hover {
        background: #666;
        text-decoration: none;
    }

    .pagen .list a span {
        display: inline-block;
        width: 7vw;
        position: relative;
        top: -1.2vw;
        left: 4.3vw;
    }

    .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 {
        width: 94vw;
        margin: 0 auto 10vw;
        line-height: 1.6;
    }

    .borderwrap h3 {
        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;
    }

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

    .cate-list span a {
        display: inline-block;
        padding: 1.3vw 2.6vw;
        color: #fff;
    }

    .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: 0 0vw 8vw;
    }

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

    .system-contents .mapbox {
    }

    .system-contents .mapbox .mapttl {
        margin-top: 5vw;
    }

    .system-contents .mapbox iframe {
        width: 100%;
        height: 70vw;
    }

    .required {
    }

    .required::after {
        content: "必須";
        color: #333;
        background: #E23A3B;
        font-size: 3.38vw;
        padding: 0.1vw 3vw;
        position: relative;
        top: 0vw;
        right: -1.2vw;
        color: #fff;
    }

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

    .system-gallery {
        background: #f8f8f8;
        padding: 3vw;
        margin-bottom: 6vw;
    }

    .system-gallery h2 {
        text-transform: uppercase;
    }

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

    .gallery-list li {
        width: 32%;
        position: relative;
        margin: 0 2% 6% 0;
        font-size: 3.4vw;
        line-height: 1.4;
    }

    .gallery-list li:nth-of-type(3n) {
        margin-right: 0;
    }

    .gallery-list li a:hover {
        text-decoration: none;
    }

    .gallery-list li .system-Frame {
        display: block;
        width: 100%;
        height: 20vw;
        overflow: hidden;
        text-align: center;
        margin-bottom: 5%;
    }

    .gallery-list li .system-Frame::after {
        content: none;
    }

    .gallery-list li .system-Frame img {
        width: 100%;
        height: 20vw;
    }

    .calendar-wrap {
        max-width: 100%;
        margin: 2vw 0;
    }

    .calendar-nav {
        text-align: center;
        padding: 2vw;
        margin-bottom: 2.42vw;
        background: #f8f8f8;
        position: relative;
    }

    .calendar-nav .prev-month {
        position: absolute;
        left: 0;
    }

    .calendar-nav .next-month {
        position: absolute;
        right: 0;
    }

    .calendar-nav a {
        text-decoration: none;
        font-weight: bold;
        margin: 0 2.42vw;
    }

    .calendar-table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
        margin-bottom: 7.25vw;
    }

    .calendar-table th {
        background: #28343B;
        color: #fff;
    }

    .calendar-table th, .calendar-table td {
        border: 0.24vw solid #ccc;
        text-align: center;
        padding: 0.5em 0;
    }

    .calendar-table td.today {
        background: #ffeb3b;
    }

    .calendar-table td.has-post a {
        color: #0073aa;
        text-decoration: underline;
    }

    .calendar-table td.has-post {
    }

    /* case-newly -------------------------------------*/
    #works #casecate-list {
        background: #f8f8f8;
        border-radius: 4.83vw;
        padding: 5vw 5vw 0.1vw;
        margin: 0 3vw 8.08vw;
    }

    #works #casecate-list .inner-Box {
        margin-bottom: 4.25vw;
    }

    #works #casecate-list .inner-Box h2 {
        font-size: 4.83vw;
        font-weight: bold;
        margin-bottom: 2.42vw;
    }

    #works #casecate-list .inner-Box ul {
        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;
    }

    #works #casecate-list .inner-Box ul li {
        margin: 0 1.21vw 1.21vw 0;
        border: 0.24vw solid #ccc;
        padding: 1.21vw 2.9vw;
        line-height: 1;
        font-size: 3.38vw;
    }

    #works .system-list {
        margin: 0 3vw 12.08vw;
        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;
    }

    #works .system-list li .newicon {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        background: #FBFC08;
        z-index: 3;
        padding: 0.48vw 4.83vw;
    }

    #works .system-list li {
        line-height: 1.4;
        width: 100%;
        background: #fff;
        position: relative;
        margin-bottom: 8.83vw;
    }

    #works .system-list li:nth-child(3n) {
        margin-right: 0
    }

    #works .system-list li a:hover {
        text-decoration: none;
    }

    #works .cbox {
        font-size: 2.9vw;
        line-height: 1;
        color: #1A1C1D;
        text-align: right;
    }

    #works .cbox span {
        display: inline-block;
        border: #E8E8E8 0.24vw solid;
        padding: 0.48vw 2.17vw;
        margin: 0 0.72vw 0.72vw 0.0vw;
    }

    #works .text1 {
        font-size: 3.38vw;
        width: 100%;
        border: 0.24vw solid #DEDEDE;
        background: #F8F7F5;
        height: 9.66vw;
        text-align: center;
        padding: 2.17vw;
        margin-bottom: 2.42vw;
        font-weight: 400;
    }

    #works .text2 {
        color: #B3B3B3;
        font-size: 3.62vw;
        margin-bottom: 2.42vw;
        font-weight: 400;
    }

    #works .system-pic {
        width: 100%;
        aspect-ratio: 340 / 230;
        overflow: hidden;
        text-align: center;
        margin-bottom: 3.62vw;
        position: relative;
    }

    #works .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #works .system-date {
        font-size: 0.75em;
        margin-bottom: 2.42vw;
        line-height: 1.4;
    }

    #works .system-date::before {
        content: "■";
    }

    #works .system-coment {
        font-size: 0.75em;
        margin-bottom: 1.21vw;
        line-height: 1.4;
    }

    #works .system-ttl-01 {
        font-size: 4.35vw;
        margin-bottom: 2.42vw;
        line-height: 1.56;
        font-weight: 500;
        letter-spacing: 0.0vw;
    }

    #works .system-contents {
        background: #fff;
        padding: 3.25vw;
        margin-bottom: 7.25vw;
    }

    #works .system-contents .system-category-set {
        margin-top: 0.0vw;
        margin-bottom: 0;
    }

    #works .system-contents .newicon {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        background: #FBFC08;
        z-index: 3;
        padding: 0.48vw 4.83vw;
    }

    #works .system-contents .cbox {
        margin-bottom: 7.25vw;
    }

    #works .system-contents-inner {
        background: #fff;
        padding: 9.66vw 4.83vw;
    }

    #works .system-contents .system-date {
        font-size: 1em;
        margin-bottom: 3.62vw;
        display: block;
    }

    #works .system-contents .system-category {
        margin-bottom: 4.83vw;
        font-size: 3.38vw;
        color: #fff;
        width: 100%;
    }

    #works .system-contents .system-category span {
        margin-bottom: 1.21vw;
        padding: 0.97vw 5.8vw;
        display: inline-block;
        margin-right: 2.42vw;
        color: #fff;
        text-align: center;
        font-size: 3.38vw;
    }

    #works .system-contents .system-ttl {
        font-size: 5.03vw;
        font-weight: bold;
        margin-bottom: 4.83vw;
        padding-bottom: 3.62vw;
        border-bottom: 0.24vw #ccc solid;
        line-height: 1.4;
    }

    #works .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 4.83vw;
    }

    #works .system-contents .system-i-pic img {
        max-width: 100%;
        width: auto;
        max-height: auto;
    }

    #works .system-list02 {
        margin-bottom: 12.08vw;
        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;
    }

    #works .system-list02 li .newicon {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        background: #FBFC08;
        z-index: 3;
        padding: 0.48vw 4.83vw;
    }

    #works .system-list02 li {
        line-height: 1.4;
        margin: 0 2.42vw;
        background: #fff;
        position: relative;
        margin-bottom: 4.83vw;
        width: 86vw;
    }

    #works .system-list02 li a:hover {
        text-decoration: none;
    }

    #works .system-gallery {
        background: #eeefef;
    }

    #works .system-gallery h2 {
        text-transform: uppercase;
    }

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

    #works .gallery-list li {
        width: 32%;
        position: relative;
        margin: 0 2% 6% 0;
        font-size: 3.4vw;
        line-height: 1.4;
    }

    #works .gallery-list li:nth-of-type(3n) {
        margin-right: 0;
    }

    #works .gallery-list li a:hover {
        text-decoration: none;
    }

    #works .gallery-list li .system-Frame {
        display: block;
        width: 100%;
        height: 25vw;
        overflow: hidden;
        text-align: center;
        margin-bottom: 5%;
    }

    #works .gallery-list li .system-Frame::after {
        content: none;
    }

    #works .gallery-list li .system-Frame img {
        width: 100%;
        height: 25vw;
    }

    #works .list-btn a {
        display: block;
        margin: 0 auto 100px;
        width: 60%;
        height: 12vw;
        background-color: #000;
        font-size: 3.8vw;
        text-align: center;
        color: #fff;
        border-radius: 10vw;
        padding-top: 3vw;
    }

    #works .list-btn a:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    /* event -------------------------------------*/
    #event .system-list {
        margin-bottom: 12.08vw;
        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;
        margin: 10vw 7vw 0 7vw;
    }

    #event .system-list li {
        position: relative;
        line-height: 1.4;
        width: 100%;
        position: relative;
        margin-bottom: 4.83vw;
    }

    #event .system-list li:nth-child(3n) {
        margin-right: 0
    }

    #event .system-list li a:hover {
        text-decoration: none;
    }

    #event .system-list .system-pic {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        text-align: center;
        margin-bottom: 3.62vw;
        position: relative;
    }

    #event .system-list .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #event .system-list li .system-date {
        font-size: 3.38vw;
        margin-bottom: 2.42vw;
        line-height: 1.4;
        position: relative;
        padding: 0 0 0 19.57vw;
    }

    #event .system-list li .system-date .date-ttl {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background: #1A1C1D;
        text-align: center;
        width: 16vw;
    }

    #event .system-list li .system-date .start_text {
    }

    #event .system-list li .system-information {
        border-bottom: 0.24vw solid #eee;
        padding-bottom: 2.42vw;
        margin-bottom: 4.83vw;
    }

    #event .system-list li .system-txt {
        font-size: 3.86vw;
        margin-bottom: 1.21vw;
        line-height: 1.4;
    }

    #event .system-list li .system-coment {
        font-size: 3.86vw;
        margin-bottom: 1.21vw;
        line-height: 1.4;
    }

    #event .system-list li .system-ttl-01 {
        font-size: 3.86vw;
        font-weight: 400;
        letter-spacing: 0.0vw;
        line-height: 1.63;
        margin-bottom: 4.83vw;
        padding: 0 0 3.38vw;
        border-bottom: #333 solid 0.24vw;
    }

#event .system-contents .icon {
        height: 7.971vw;
        padding-top: 0.725vw;
        margin-bottom: 4.797vw;
    }


    #event .system-list li .text-box {
        padding: 0.0vw 0.0vw 4.83vw;
    }

    #event .system-list li .more {
        font-size: 3.86vw;
        text-align: center;
        border: 0.24vw solid #959595;
        border-radius: 4.83vw;
        height: 9.66vw;
        margin: 7.25vw auto 0 auto;
        padding: 1.45vw 0 0;
    }

    #event .serchcategory {
        margin-bottom: 24.15vw;
    }

    #event .serchcategory .icon {
        display: inline-block;
        margin-bottom: 3.62vw;
        font-size: 3.38vw;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 2.42vw 4.83vw;
    }

    #event .system-icon02 span {
        display: block;
        padding: 1.93vw;
        background: #ccc;
        font-size: 3.38vw;
        margin-bottom: 3.62vw;
        margin-top: 0vw;
    }

    #event .system-contents {
        position: relative;
        padding: 12.08vw 4.83vw 9.66vw 4.83vw;
        margin-bottom: 7.25vw;
    }

    #event .system-contents-inner {
        background: #fff;
        padding: 4.83vw 4.83vw 9.66vw;
    }

    #event .system-contents .system-date {
        font-size: 3.38vw;
        line-height: 1.4;
        text-align: right;
    }

    #event .system-contents .system-date::before {
        content: none;
    }

    #event .system-contents .titleArea {
        margin-bottom: 7.25vw;
        padding-bottom: 6.04vw;
        border-bottom: 0.24vw #ccc solid;
    }

    #event .system-contents .system-ttl {
        font-size: 4.75vw;
        font-weight: 400;
        margin-bottom: 4.83vw;
        line-height: 1.4;
    }

    #event .system-contents .system-icon02 {
        width: 20%;
    }

    #event .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 12.08vw;
    }

    #event .system-contents .system-i-pic img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #event .system-contents #googlemaps {
        height: 0vw;
        border: 0.24vw solid #dcdddd;
    }

    #event .icon {
        text-align: center;
        display: block;
        background: none;
        display: block;
        font-size: 4.11vw;
        margin-bottom: 1.69vw;
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
                margin: 0 0 3.42vw auto;
        height: 8.213vw;
        padding-top: 1.208vw;
        width: 24vw;
        border: #000 1px solid;
    }

    #event .system-gallery {
        background: #eeefef;
    }

    #event .system-gallery h2 {
        text-transform: uppercase;
    }

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

    #event .gallery-list li {
        width: 32%;
        position: relative;
        margin: 0 2% 6% 0;
        font-size: 3.4vw;
        line-height: 1.4;
    }

    #event .gallery-list li:nth-of-type(3n) {
        margin-right: 0;
    }

    #event .gallery-list li a:hover {
        text-decoration: none;
    }

    #event .gallery-list li .system-Frame {
        display: block;
        width: 100%;
        height: 25vw;
        overflow: hidden;
        text-align: center;
        margin-bottom: 5%;
    }

    #event .gallery-list li .system-Frame::after {
        content: none;
    }

    #event .gallery-list li .system-Frame img {
        width: 100%;
        height: 25vw;
    }

    /* topics -------------------------------------*/
    #topics .system-list {
        padding: 3vw;
        margin-bottom: 10%;
    }

    #topics .system-list-inner {
        background: #fff;
        padding: 5% 3%;
    }

    #topics .system-list li {
        overflow: hidden;
        line-height: 1.4;
        margin-bottom: 5%;
        border-bottom: 1px dotted #b2b2b2;
        padding: 0 0 5%;
    }

    #topics .system-list li a:hover {
        text-decoration: none;
    }

    #topics .system-list .system-date {
        font-size: 3vw;
        line-height: 1.4;
        margin-bottom: 2%;
    }

    #topics .system-date::before {
    }

    #topics .system-list .system-ttl-01 {
        font-size: 3.6vw;
        line-height: 1.6;
    }

    #topics .system-list .system-category-set {
        margin-bottom: 2%;
    }

    #topics .system-list .system-category {
        width: 49%;
        margin-bottom: 0.2vw;
        font-size: 3.4vw;
        color: #fff;
        text-align: center;
        padding: 1vw;
        background: #111;
    }

    #topics .system-category-set p {
        background: #000 !important;
        display: inline-block;
        padding: 0.4vw 4vw;
        margin-right: 1vw;
        color: #fff;
    }

    #topics .icon01 {
        background: #000 !important
    }

    #topics .system-contents {
        padding: 3vw;
        margin-bottom: 10%;
    }

    #topics .system-contents-inner {
        background: #fff;
        padding: 5% 3%;
    }

    #topics .system-contents .system-date {
        font-size: 3.4vw;
        margin-bottom: 3vw;
        display: block;
    }

    #topics .system-contents .system-category-set {
        width: 100%;
        margin-bottom: 5%;
    }

    #topics .system-contents .system-category {
        font-size: 3.4vw;
        color: #fff;
        text-align: center;
        padding: 1vw;
        width: 50%;
        margin-bottom: 0.2vw;
        background: #111;
    }

    #topics .system-contents .system-ttl {
        font-size: 4vw;
        font-weight: bold;
        margin-bottom: 4vw;
        padding-bottom: 1vw;
        border-bottom: 1px #ccc solid;
        line-height: 1.4;
    }

    /* blog -------------------------------------*/
    #blog .system-list {
        margin: 0 3vw 12.08vw;
        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;
    }

    #blog .system-list li {
        position: relative;
        line-height: 1.4;
        width: 49%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 4.83vw;
    }

    #blog .system-list li:nth-child(2n) {
        margin-right: 0
    }

    #blog .system-list li a:hover {
        text-decoration: none;
    }

    #blog .system-list .system-pic {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        text-align: center;
        margin-bottom: 3.62vw;
        position: relative;
    }

    #blog .system-list .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #blog .system-list li .system-date {
        font-size: 3.38vw;
        margin-bottom: 2.42vw;
        line-height: 1.4;
        position: relative;
    }

    #blog .system-list li .system-date .date-ttl {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background: #1A1C1D;
        text-align: center;
    }

    #blog .system-list li .system-date .start_text {
    }

    #blog .system-list li .system-information {
        border-bottom: 0.24vw solid #eee;
        padding-bottom: 2.42vw;
        margin-bottom: 4.83vw;
    }

    #blog .system-list li .system-txt {
        font-size: 3.86vw;
        margin-bottom: 1.21vw;
        line-height: 1.4;
    }

    #blog .system-list li .system-coment {
        font-size: 3.86vw;
        margin-bottom: 1.21vw;
        line-height: 1.4;
    }

    #blog .system-list li .system-ttl-01 {
        font-size: 3.86vw;
        font-weight: 400;
        letter-spacing: 0.0vw;
        line-height: 1.63;
        margin-bottom: 4.83vw;
        padding: 0 0 3.38vw;
        border-bottom: #333 solid 0.24vw;
    }

    #blog .system-list li .text-box {
        padding: 0.0vw 0.0vw 4.83vw;
    }

    #blog .system-list li .more {
        font-size: 3.86vw;
        text-align: center;
        border: 0.24vw solid #959595;
        border-radius: 4.83vw;
        height: 9.66vw;
        margin: 7.25vw auto 0 auto;
        padding: 1.45vw 0 0;
    }

    #blog .serchcategory {
        margin-bottom: 24.15vw;
    }

    #blog .serchcategory .icon {
        display: inline-block;
        margin-bottom: 3.62vw;
        font-size: 3.38vw;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 2.42vw 4.83vw;
    }

    #blog .system-icon02 span {
        display: block;
        padding: 1.93vw;
        background: #ccc;
        font-size: 3.38vw;
        margin-bottom: 3.62vw;
        margin-top: 0vw;
    }

    #blog .system-contents {
        position: relative;
        padding: 12.08vw 4.83vw 9.66vw 4.83vw;
        margin-bottom: 7.25vw;
    }

    #blog .system-contents-inner {
        background: #fff;
        padding: 4.83vw 4.83vw 9.66vw;
    }

    #blog .system-contents .system-date {
        font-size: 3.38vw;
        line-height: 1.4;
        text-align: left;
    }

    #blog .system-contents .system-date::before {
        content: none;
    }

    #blog .system-contents .titleArea {
        margin-bottom: 7.25vw;
        padding-bottom: 6.04vw;
        border-bottom: 0.24vw #ccc solid;
    }

    #blog .system-contents .system-ttl {
        font-size: 5.25vw;
        font-weight: 400;
        margin-bottom: 2.83vw;
        line-height: 1.4;
    }

    #blog .system-contents .system-icon02 {
        width: 20%;
    }

    #blog .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 12.08vw;
    }

    #blog .system-contents .system-i-pic img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #blog .system-contents #googlemaps {
        height: 100vw;
        border: 0.24vw solid #dcdddd;
    }

    #blog .icon {
        text-align: center;
        display: block;
        background: none;
        display: block;
        font-size: 4.11vw;
        margin-bottom: 1.69vw;
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
        margin: 0 0 2.42vw auto;
        height: 6.04vw;
    }

    #voice .system-list {
        margin: 8vw 5vw 13.33vw;
        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;
    }

    #voice .system-list li {
        line-height: 1.4;
        width: 100%;
        position: relative;
        margin-bottom: 5.33vw;
    }

    #voice .system-list li::before {
        background: #EFE81E;
        width: 13.33vw;
        height: 1.67vw;
        display: block;
        position: absolute;
        top: 0;
        left: 2.33vw;
    }

    #voice .system-list li:nth-child(2n) {
        margin-right: 0
    }

    #voice .system-list li a:hover {
        text-decoration: none;
    }

    #voice .system-list li .longicon {
        font-size: 3.73vw;
        letter-spacing: 0.19vw;
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 0;
        height: 9.6vw;
        background: transparent linear-gradient(102deg, #8E1D22 0%, #770404 100%) 0% 0% no-repeat padding-box;
        color: #fff;
        border-radius: 0.0vw 0.0vw 0.0vw 1.6vw;
        text-align: center;
        padding: 2.13vw 0 0;
        z-index: 3;
    }

    #voice .system-list li .system-text {
        font-size: 2.83vw;
        letter-spacing: 0.19vw;
        font-weight: 400;
        line-height: 1.71;
        border-bottom: #A4A4A4 0.27vw solid;
        color: #A4A4A4;
        padding-bottom: 1.67vw;
        margin-bottom: 2.33vw;
    }

    #voice .system-list li .system-text span {
        display: inline-block;
        padding-left: 2.67vw;
    }

    #voice .system-list li .honb {
        color: #D1D1D1;
        font-size: 2.87vw;
        margin-bottom: 3.33vw;
    }

    #voice .system-pic {
        width: 100%;
        aspect-ratio: 25 / 16;
        overflow: hidden;
        text-align: center;
        margin-bottom: 4.0vw;
        position: relative;
    }

    #voice .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #voice .system-date {
        font-size: 3.73vw;
        margin-bottom: 2.67vw;
        line-height: 1.4;
    }

    #voice .system-date::before {
    }

    #voice .system-name {
        font-size: 3.73vw;
        margin-bottom: 2.67vw;
        line-height: 1.4;
        display: inline-block;
        background: #B18B28;
        color: #fff;
        padding: 1.6vw 4.27vw;
    }

    #voice .system-contents .longicon2 {
        font-size: 3.73vw;
        letter-spacing: 0.19vw;
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 0;
        height: 9.6vw;
        background: transparent linear-gradient(102deg, #8E1D22 0%, #770404 100%) 0% 0% no-repeat padding-box;
        color: #fff;
        border-radius: 0.0vw 0.0vw 0.0vw 1.6vw;
        text-align: center;
        padding: 2.13vw 0 0;
        z-index: 3;
    }

    #voice .system-ttl-01 {
        font-size: 3.5vw;
        margin-bottom: 2.67vw;
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: 0.0vw;
    }

    #voice .system-category-set {
        margin-bottom: 4.0vw;
        margin-top: 0vw;
    }

    #voice .system-category {
        margin-bottom: 0.27vw;
        font-size: 3.73vw;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 2.13vw;
        background-color: #ccc;
    }

    #voice .serchcategory {
        margin-bottom: 26.67vw;
    }

    #voice .serchcategory .icon {
        display: inline-block;
        margin-bottom: 4.0vw;
        font-size: 3.73vw;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 2.67vw 5.33vw;
    }

    #voice .system-category1 {
        margin-bottom: 0.27vw;
        font-size: 4.27vw;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 2.67vw 5.33vw;
        background-color: #ccc;
        position: relative;
    }

    #voice .system-contents {
        padding: 5.67vw 2.33vw;
        margin-bottom: 8.0vw;
        position: relative;
    }

    #voice .system-contents-inner {
        background: #fff;
        padding: 10.67vw 5.33vw;
    }

    #voice .system-contents .system-date {
        font-size: 4.27vw;
        margin-bottom: 4.0vw;
        display: block;
    }

    #voice .system-contents .system-category-set {
        margin-top: 0.0vw;
        margin-bottom: 0;
    }

    #voice .system-contents .system-category {
        margin-bottom: 5.33vw;
        font-size: 3.73vw;
        color: #fff;
        text-align: center;
        padding: 2.13vw;
        width: 20%;
        margin-right: 0.53vw;
    }

    #voice .system-contents .system-ttl {
        font-size: 5.33vw;
        font-weight: bold;
        margin-bottom: 4.0vw;
        padding-bottom: 2.67vw;
        border-bottom: 0.27vw #ccc solid;
        line-height: 1.4;
    }

    #voice .system-contents .system-i-pic {
        text-align: center;
        margin-bottom: 13.33vw;
        margin-top: 8.0vw;
    }

    #voice .system-contents .system-i-pic img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    /* staff -------------------------------------*/
    #staff .system-list {
        margin: 0vw 3vw -40vw;
        padding-top: 8vw;
        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;
        padding-bottom: 56.13vw;
    }

    #staff .system-list li {
        line-height: 1.4;
        width: 49%;
        margin-right: 2%;
        position: relative;
        margin-bottom: 19.32vw;
        text-align: center;
    }

    #staff .system-list li:nth-child(2n) {
        margin-right: 0
    }

    #staff .system-list li a:hover {
        text-decoration: none;
    }

    #staff .system-pic {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        text-align: center;
        margin-bottom: 9.66vw;
        position: relative;
    }

    #staff .system-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #staff .system-list li .system-job {
        font-size: 3.62vw;
        letter-spacing: 0.36vw;
        margin-bottom: 0vw;
        line-height: 1.4;
        display: inline-block;
        background: #222222;
        color: #fff;
        font-weight: 500;
        padding: 1.93vw 5.07vw;
        position: relative;
        top: 0vw;
        margin: 0 0 3vw;
    }

    #staff .system-list li .system-fu {
        font-size: 3.38vw;
        margin-bottom: 1.21vw;
        line-height: 1.4;
        text-align: center;
        letter-spacing: 0.17vw;
        background: #fff;
        writing-mode: vertical-rl;
        position: absolute;
        top: 0vw;
        right: 4.83vw;
        padding: 2.42vw;
    }

    #staff .system-list li .system-name {
        font-size: 3.86vw;
        margin-bottom: 7.25vw;
        line-height: 1.4;
        text-align: center;
        font-weight: bold;
    }

    #staff .system-contents {
        margin: 0 auto -40vw;
        padding-bottom: 50vw;
        padding-top: 11.03vw;
    }

    #staff .system-contents-inner {
        background: #fff;
        padding: 19.32vw;
    }

    #staff .system-contents .system-info {
        width: 46%;
    }

    #staff .system-contents .system-job {
        font-size: 3.8vw;
        margin-bottom: 0.72vw;
        line-height: 1.4;
        text-align: left;
        display: inline-block;
        margin-top: 4.83vw;
        font-weight: bold;
    }

    #staff .system-contents .system-name {
        font-size: 7.73vw;
        line-height: 1.4;
        text-align: left;
    }

    #staff .system-contents .system-kana {
        font-size: 3.86vw;
        margin-bottom: 3.62vw;
        line-height: 1.4;
    }

    #staff .system-contents .system-comment {
        font-size: 3.86vw;
        margin-bottom: 6.04vw;
        line-height: 1.6;
    }

    #staff .system-contents .num-bx {
        margin: 0 5.6vw 6vw;
    }

    #staff .system-contents .num-bx::before {
        content: none;
        font-family: "Work Sans", sans-serif;
        font-weight: bold;
        font-optical-sizing: auto;
        color: #D9D9D9;
        font-size: 32.13vw;
        letter-spacing: 0vw;
        line-height: 0.85;
        position: relative;
        left: 0;
        margin-bottom: 21.74vw;
        display: block;
    }

    #staff .system-contents .system-ttl {
        font-size: 7.64vw;
        font-weight: 700;
        text-align: left;
        margin-bottom: 1.86vw;
        letter-spacing: 0.51vw;
    }

    #staff .system-contents .system-i-pic {
        text-align: center;
        margin: 0 5.2vw -0.92vw;
    }

    #staff .system-contents .system-i-pic img {
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: 100vw;
    }

    #staff .system-contents .wys-ttl {
        width: 100%;
        margin: 7.25vw auto;
        padding: 3.62vw 7.25vw;
        font-size: 4.35vw;
        color: #959595;
        font-weight: bold;
        background: #f1f1f1;
    }

    #staff .system-contents .wysiwyg {
        background: #fff;
        padding: 7.49vw 8.32vw;
        margin: 0 5.3vw 8vw;
    }

    #staff .system-ttl {
        font-size: 4.59vw;
        font-weight: 500;
        letter-spacing: 0.23vw;
    }

    /* form -------------------------------------*/
    .form-Box {
        padding: 18.3vw 1.8vw 7vw;
        line-height: 1.6;
        position: relative;
        z-index: 3;
        background: url(../images/contact/contents01-back01.png);
    }

    .form-Box .form-in-Box {
        padding: 11vw 0.2vw 16vw;
    }

    .form-Box .form-list {
        font-size: 3.2vw;
        margin-bottom: 10vw;
    }

    .form-Box .error {
        margin-bottom: 3.6vw;
    }

    .form-Box .attention-color {
        color: #f00;
    }

    .form-Box .form-list li {
        padding-left: 3.6vw;
        text-indent: -3.6vw;
        margin-bottom: 0.4vw;
    }

    .form-Box table {
        margin-bottom: 10vw;
        font-size: 3.4vw;
        line-height: 1.6;
        width: 100%;
        border-top: #DDDDDD 1px solid;
    }

    .form-Box tr {
        margin-bottom: 0 !important
    }

    .form-Box th {
        text-align: left;
        width: 100%;
        padding: 3vw 16vw 3vw 3vw;
        vertical-align: top;
        display: block;
        position: relative;
        background: #1A1C1D;
        color: #fff;
    }

    .form-Box th p {
        display: inline;
    }

    .form-Box td {
        border-bottom: #DDDDDD 1px solid;
        text-align: left;
        width: 100%;
        padding: 6vw 0vw 3vw;
        vertical-align: top;
        display: block;
    }

    .form-Box .from-btn-01 {
        text-align: center;
    }

    .form-Box .from-btn-02 {
        margin-top: 10vw;
    }

    .form-Box .button {
        border: 0;
        padding: 0;
        margin: 0;
        background: none;
    }

    .form-Box .from-btn-02 p {
        margin-bottom: 3vw;
    }

    .form-Box input[type="text"], .form-Box input[type="email"], .form-Box input[type="tel"], .form-Box input[type="date"], .form-Box input[type="datetime-local"], .form-Box select, .form-Box textarea {
        width: 87vw;
        margin-bottom: 2vw;
        font-size: 4.3vw;
        padding: 2vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-Box input.input-txt1 {
        width: 25vw;
    }

    .form-Box textarea {
        font-size: 4.3vw;
        line-height: 1.6;
        min-height: 20vw;
    }

    .form-Box select {
        font-size: 4.3vw;
        padding: 3vw 2vw 4vw;
        width: 60vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .foin-Box .fmtt1 {
        background: #ECEAE3;
        font-size: 4.83vw;
        padding: 4.83vw;
        margin-bottom: 4.83vw;
        font-family: "Shippori Mincho", serif;
    }

    input[type="checkbox"] {
        margin: 0 2vw 0 1vw;
    }

    .form-Box .list {
        margin: 0 7.2vw 2.52vw;
        font-size: 3.86vw;
        line-height: 1.8;
        letter-spacing: 0.16vw;
    }

    .form-Box .list li {
        margin-bottom: 0.67vw;
    }

    .form-Box .subtxt {
        font-size: 3vw;
    }

    .priv-title {
        text-align: center;
        margin-bottom: 4vw;
    }

    .priv-text {
        padding: 3vw;
        overflow-y: scroll;
        height: 40vw;
        border: #ccc solid 0.2vw;
        margin-bottom: 5vw;
        background: #fff;
    }

    .priv-text .priv-ttl {
        margin-bottom: 2vw;
        font-size: 3.9vw;
        font-weight: bold;
    }

    .priv-text p {
        margin-bottom: 4vw;
        font-size: 3.2vw;
        margin-bottom: 4vw;
        padding-bottom: 4vw;
        border-bottom: #ccc solid 0.2vw;
    }

    .priv {
        text-align: left;
        margin-bottom: 5vw;
    }

    .priv-text .tt {
        margin-bottom: 3vw;
        font-size: 4.8vw;
        font-weight: bold;
    }

    .wpcf7-list-item {
        margin-right: 2vw!important;
        margin-bottom: 1.5vw!important;
    }

    .btn-confirm {
        text-align: center;
    }

    .btn-send {
        text-align: center;
    }

    .btn-item {
        display: inline-block;
        margin: 0 1.3vw;
    }

    .form-Box .eigyo {
        color: #E23B3B;
        font-size: 4.35vw;
        letter-spacing: 0.19vw;
        font-weight: bold;
        margin: 0 7.6vw 4.49vw;
    }

    .form-Box .eigyo span {
        display: block;
    }

    .fgb-Box {
        padding: 8vw 4vw;
    }

    .form-Box .formttl {
        text-align: center;
        margin-bottom: 4vw;
        position: relative;
        z-index: 4;
        font-size: 6.25vw;
        letter-spacing: 0vw;
        font-weight: bold;
    }

    .form-Box .formttl span {
        display: inline-block;
        width: 6.2vw;
        position: relative;
        top: -1.5vw;
    }

    .sendbaclal {
        margin: 8.0vw auto 8.0vw!important;
    }

    .confirm_button:disabled {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        cursor: default !important;
    }

    .confirm_button {
        overflow: hidden;
        display: block;
        width: 80vw;
        height: 14.49vw;
        background: #28343B;
        color: #fff;
        position: relative;
        font-weight: 400;
        font-size: 3.38vw;
        letter-spacing: 0;
        padding: 0.97vw 0 0 7.0vw;
        transition: background 0.3s ease-in-out;
        text-align: left;
        border: none;
        margin: 7.25vw auto 0 auto;
        font-style: normal;
    }

    .confirm_button span.arr {
        position: absolute;
        top: 5.56vw;
        right: 5.07vw;
        line-height: 0;
        transition: right 0.3s;
        /* black */
    }

    .confirm_button span.arr img {
        width: 7.25vw;
        height: auto;
        transition: filter 0.3s;
        /* -webkit-filter: brightness(0) invert(1); */
        /* filter: brightness(0) invert(1); */
    }

    .confirm_area {
        /*  */
        margin: 0 4vw;
    }

    .agtext {
        text-align: center;
    }

    .back_button {
        width: 80vw;
        overflow: hidden;
        display: block;
        height: 14.49vw;
        position: relative;
        font-size: 3.38vw;
        font-weight: 500;
        transition: background 0.3s ease-in-out;
        text-align: right;
        font-style: normal;
        margin: 0 4vw;
        background: none;
        border: none;
        background: #5B5E62;
        color: #fff;
        padding-right: 7.25vw;
    }

    .back_button span.arr {
        position: absolute;
        top: 5.56vw;
        left: 7.25vw;
        line-height: 0;
        transition: all 0.3s ease-in-out;
        transform: scale(-1, 1);
    }

    .back_button span.arr img {
        width: 7.25vw;
        height: auto;
        transition: filter 0.3s;
    }

    #send_area {
        width: auto;
        position: relative;
    }

    #send_button {
        width: 80vw;
        cursor: pointer !important;
        overflow: hidden;
        display: block;
        height: 14.49vw;
        background: #28343B;
        color: #fff;
        position: relative;
        font-weight: 400;
        font-size: 3.38vw;
        padding: 1.21vw 0 0 9.66vw;
        transition: all 0.3s ease-in-out;
        text-align: left;
        border: none;
        margin: 0 4vw;
        font-style: normal;
        margin: 0 4vw;
        box-shadow: 0.0vw 0.72vw 0.48vw #0000001C;
    }

    #send_area::before {
        content: "";
        display: block;
        background: url(../images/common/arr02.svg)no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 5.8vw;
        right: 9.81vw;
        z-index: 3;
        transition: right 0.3s;
        width: 7.25vw;
        height: 5.07vw;
        /* -webkit-filter: brightness(0) invert(1); */
        /* filter: brightness(0) invert(1); */
    }

    .confirm_area {
        /*  */
        margin: 0 4vw;
    }

    #back_area {
        position: relative;
        margin: 0 4vw;
    }

    .confirm_area {
        /* text-align: center; */
        padding-top: 1.6vw;
    }

    .confirm_area {
        /*  */
        margin: 0 4vw;
    }

    #back_area {
        position: relative;
    }

    .confirm_area {
        /* text-align: center; */
        padding-top: 1.45vw;
    }

    #your-date-picker,#your-date-picker2 {
        padding: 2vw!important;
        height: 14vw!important;
    }

    #your-date-picker::before,#your-date-picker2::before {
        content: "日付を選択してください";
        font-size: 3vw;
    }

    #back_area {
        position: relative;
        margin: 0;
    }

    .confirm_area {
        /* text-align: center; */
        padding-top: 1.4vw;
        font-size: 4.266vw;
        margin: 0;
        padding-bottom: 4vw;
    }

    .btn-send {
        text-align: center;
    }

    .btn-item {
        display: inline-block;
        margin: 0 2.4vw;
    }

    .wp-block-table table {
        border-collapse: unset!important;
        width: 100%;
    }
}
