@charset "UTF-8";
.u-fadeup {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  visibility: hidden;
  will-change: visibility, opacity, transform;
}

.u-fadeup.is-show {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  opacity: 1;
  visibility: visible;
}

a.u-fadeup.is-show:hover {
  opacity: 0.8;
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    visibility: hidden;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
}
@media screen and (min-width: 768px), print {
  body {
    min-width: 1280px;
  }
  /* 3枚表示のbxslider
  -------------------------------------*/
  .slider-3mai-Box {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider-3mai-Box .slider-3mai {
    position: relative;
    left: 50%;
    width: 3020px;
    margin-left: -1510px;
  }
  .slider-3mai-Box .slider-3mai li {
    width: 1000px !important;
  }
  .slider-3mai-Box .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    outline: 0;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    z-index: 9999;
  }
  .slider-3mai-Box .bx-wrapper .bx-prev {
    left: 950px;
    background-image: url(../images/index/bx-l.jpg);
    background-position: 0 0;
  }
  .slider-3mai-Box .bx-wrapper .bx-next {
    right: 950px;
    background-image: url(../images/index/bx-r.jpg);
    background-position: 0 0;
  }
  #g-nav {
    display: none;
  }
  .kv {
    background-color: #E4E2DB;
    padding-top: 210px;
  }
  .kv::before {
    content: "";
    display: block;
    width: 640px;
    height: 680px;
    background-color: #EFEEEA;
    position: absolute;
    top: 0;
    left: 0;
  }
  .kv .inner-Box {
    position: relative;
  }
  .kv .inner-Box .bx-wrapper {
    margin-left: 60px;
  }
  .kv .inner-Box .bx-wrapper .bx-viewport {
    margin: 0 auto;
  }
  .kv .inner-Box .bx-wrapper .bx-viewport .kv-img-info {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    line-height: 1;
    background: #EFEEEA;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0.6px;
    padding: 18px 24px 18px 11px;
  }
  .kv .inner-Box .bx-wrapper .slider img {
    width: 100%;
    height: auto; /* 必要なら height: 100vh; にして全画面も可 */
    display: block;
  }
  .kv .inner-Box .bx-wrapper .bx-controls .bx-controls-direction {
    position: absolute;
    left: -60px;
    top: 349px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .kv .inner-Box .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    background: url(../images/index/kv-controls_prev.png);
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: static;
  }
  .kv .inner-Box .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    background: url(../images/index/kv-controls_next.png);
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: static;
  }
  .kv .inner-Box .progress-bar-Box {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    background-color: #EFEEEA;
    display: flex;
    justify-content: center;
  }
  .kv .inner-Box .progress-bar-Box .progress-bar {
    width: 1px;
    height: 350px;
    background: #eee;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }
  .kv .inner-Box .progress-bar-Box .progress-bar .progress-fill {
    width: 100%;
    height: 0%;
    background: #3C3C3C;
    transition: height 0.1s linear;
  }
  .side-fix {
    display: none;
  }
  /* design -------------------------------------*/
  #design {
    background-color: #E4E2DB;
    padding: 150px 0 170px;
    position: relative;
    z-index: 1;
  }
  #design::before {
    content: "";
    display: block;
    width: 640px;
    height: 640px;
    background-color: #EFEEEA;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #design .inner-Box {
    max-width: 1430px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #design .inner-Box .left-Box {
    width: 340px;
    margin-left: 113px;
  }
  #design .inner-Box .left-Box .text-a {
    font-size: 37px;
    line-height: 1;
    letter-spacing: 2px;
  }
  #design .inner-Box .left-Box .text-b {
    position: relative;
    margin-top: 64px;
    letter-spacing: 2.5px;
    line-height: 53px;
    padding: 65px 0 16px;
    margin-left: 2px;
  }
  #design .inner-Box .left-Box .text-b::after {
    content: "";
    width: 548px;
    height: 224px;
    background-image: url(../images/index/design_left_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 43%;
    left: 47%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  #design .inner-Box .left-Box .text-b p {
    margin: 0 auto;
    font-size: 24px;
    z-index: 2;
    position: relative;
  }
  #design .inner-Box .left-Box .text-list {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    margin-left: 3px;
  }
  #design .inner-Box .left-Box .text-box {
    font-family: "Work Sans", sans-serif;
    background-color: #3C3C3C;
    padding: 10px;
    color: #fff;
    width: 340px;
    margin: 60px auto 0;
    border-radius: 3px;
    text-align: center;
    padding: 26px 0;
  }
  #design .inner-Box .left-Box .text-box p {
    font-size: 16px;
    line-height: 24px;
  }
  #design .inner-Box > ul {
    width: 592.22px;
    margin-right: 123px;
    margin-top: 51px;
  }
  #design .inner-Box > ul li {
    height: 140px;
  }
  #design .inner-Box > ul li img {
    width: auto;
    height: 100%;
  }
  #design .inner-Box > ul li + li {
    margin-top: 70px;
  }
  /* works -------------------------------------*/
  #works {
    padding: 157px 0 120px;
  }
  #works .inner-Box h2 {
    text-align: center;
    margin-bottom: 73px;
  }
  #works .inner-Box h2 img {
    width: 189.4px;
  }
  #works .inner-Box ul {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #E4E2DB;
    margin-bottom: 80px;
  }
  #works .inner-Box ul li {
    width: 50%;
    border-bottom: solid 1px #E4E2DB;
    transition: all 0.3s;
  }
  #works .inner-Box ul li:nth-child(n+2) {
    border-left: solid 1px #E4E2DB;
  }
  #works .inner-Box ul li a {
    display: block;
    background: #fff;
    padding: 70px;
    transition: all 0.3;
    text-align: center;
    border: solid 40px #fff;
    transition: all 0.5s;
    position: relative;
  }
  #works .inner-Box ul li a:hover {
    text-decoration: none;
    border: solid 40px #EFEEEA;
  }
  #works .inner-Box ul li a:hover img {
    transform: scale(1.1);
  }
  #works .inner-Box ul li a .works-cate {
    font-family: "Work Sans", sans-serif;
    color: #CBCAC4;
    writing-mode: vertical-rl;
    position: absolute;
    font-size: 12px;
    top: 70px;
    right: 40px;
    letter-spacing: 0.8px;
  }
  #works .inner-Box ul li a figure {
    width: 100%;
    margin-bottom: 17px;
    overflow: hidden;
  }
  #works .inner-Box ul li a figure img {
    width: 100%;
    aspect-ratio: 37/26;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  #works .inner-Box ul li a figure img:hover {
    opacity: 1;
  }
  #works .inner-Box ul li a .works-text {
    font-size: 15px;
    max-width: 740px;
    width: 100%;
    text-align: left;
    letter-spacing: 0.8px;
    padding-bottom: 17px;
  }
  #works .inner-Box ul li a .works-text span {
    color: #999999;
    font-size: 13px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
  }
  .moreBtn a {
    font-family: "Work Sans", sans-serif;
    width: 260px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding: 22px 5px;
    border-radius: 3px;
    margin: 0 auto;
    transition: all 0.3;
  }
  .moreBtn a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .moreBtn .works {
    background: #3C3C3C;
    color: #fff;
  }
  .moreBtn .about {
    background: #fff;
    color: #000;
  }
  /* interview -------------------------------------*/
  #interview {
    padding-bottom: 160px;
  }
  #interview .inner-Box {
    border: solid 1px #000;
    position: relative;
    min-width: 1200px;
    max-width: 1800px;
    width: 94%;
    margin: 0 auto;
  }
  #interview .inner-Box::after {
    content: "";
    width: 99.3%;
    height: 96%;
    display: inline-block;
    border: solid 1px #3C3C3C;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  #interview .inner-Box .bx-wrapper .bx-viewport {
    height: 358px !important;
  }
  #interview .inner-Box .bx-wrapper .bx-viewport ul {
    display: flex;
  }
  #interview .inner-Box .bx-wrapper .bx-viewport ul li {
    max-width: 520px;
    width: 6% !important;
    margin: 0 !important;
  }
  #interview .inner-Box .bx-wrapper .bx-viewport ul li img {
    width: 100%;
  }
  #interview .inner-Box .text-Box {
    display: block;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
  }
  #interview .inner-Box .text-Box .text-Box_inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #interview .inner-Box .text-Box .text-Box_inner h2 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 391.36px;
    transform: translate(0, -50%);
  }
  #interview .inner-Box .text-Box .text-Box_inner h2 img {
    width: 100%;
  }
  #interview .inner-Box .text-Box .text-Box_inner a {
    display: block;
    position: absolute;
    z-index: 3;
    top: 47%;
    right: 0;
    transform: translate(0, -50%);
    width: 120px;
  }
  #interview .inner-Box .text-Box .text-Box_inner a img {
    width: 100%;
  }
  /* about -------------------------------------*/
  #about {
    padding: 52px 0 232px;
    background-image: url(../images/index/about_bg.jpg);
    overflow: visible;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .inner-Box {
    width: 100%;
  }
  #about .inner-Box h2 {
    margin-bottom: 119px;
    position: sticky;
    top: 130px;
    left: 0;
  }
  #about .inner-Box h2 img {
    width: 187px;
  }
  #about .inner-Box .aboutsl-Box {
    margin-bottom: 76px;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper {
    max-width: 1920px; /* wrapperで全体の幅をコントロール */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider {
    margin: 0 -30px; /* スライド間隔を作るためのネガティブマージン（左右） */
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider .slide {
    width: 1040px !important;
    margin: 0 30px; /* 30pxずつの間隔 → 合計60pxの隙間 */
    box-sizing: border-box;
    position: relative;
    padding-bottom: 45px;
    display: inline-block; /* ←これ大事！ */
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider .slide .aboutnum {
    position: absolute;
    bottom: 0;
    left: -37px;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider .slide .aboutnum img {
    height: 102px;
    width: auto;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider .slide img {
    width: 100%;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider .slick-dots {
    bottom: 4px;
    left: -318px;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider .slick-dots li {
    margin: 0 2px;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider .slick-dots li button::before {
    color: #E6E6E6;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider .slick-dots li.slick-active button::before {
    opacity: 0.75;
    color: #A07952;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .slick-hoge {
    display: flex;
    position: absolute;
    bottom: -15px;
    left: 57.8%;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .slick-hoge .custom-arrow {
    position: static;
    width: 60px;
    height: 60px;
    z-index: 10;
    border: none;
    cursor: pointer;
    transform: translate(0, 0);
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .slick-hoge .custom-arrow::before {
    content: "";
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .slick-hoge .custom-arrow img {
    width: 100%;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .slick-hoge .slick-prev {
    transform: rotate(180deg);
    pointer-events: auto;
    z-index: 99999;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .slick-hoge .slick-next {
    pointer-events: auto;
    z-index: 99999;
  }
  #about .about-list {
    max-width: 1560px;
    width: 95%;
    margin-left: auto;
    background: #EFEEEA;
    margin-top: 278px;
    margin-bottom: 177px;
  }
  #about .about-list .inner-Box {
    max-width: 1300px;
    width: 84%;
    padding-bottom: 110px;
    margin-left: auto;
    margin-right: 101px;
  }
  #about .about-list .inner-Box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #about .about-list .inner-Box ul li {
    max-width: 400px;
    width: 31%;
    margin-top: -100px;
  }
  #about .about-list .inner-Box ul li a {
    display: block;
    overflow: hidden;
  }
  #about .about-list .inner-Box ul li a:hover {
    opacity: 1;
  }
  #about .about-list .inner-Box ul li a:hover img {
    transform: scale(1.05);
  }
  #about .about-list .inner-Box ul li a img {
    width: 100%;
    transition: transform 0.5s ease;
  }
  #about .about-list .inner-Box ul li a img:hover {
    opacity: 1;
  }
  #about .about-list .inner-Box ul li p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
    letter-spacing: 0.8px;
  }
  #about .about-btn .inner-Box {
    max-width: 1200px;
    margin: 0 auto;
  }
  #about .about-btn .inner-Box ul {
    display: flex;
    justify-content: space-between;
  }
  #about .about-btn .inner-Box ul li a {
    display: block;
    width: 580px;
  }
  #about .about-btn .inner-Box ul li a img {
    width: 100%;
  }
  #about .about-btn .inner-Box ul li p {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #fff;
  }
  /* company -------------------------------------*/
  #company {
    background-color: #EFEEEA;
    padding: 124px 0 100px;
  }
  #company .inner-Box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  #company .inner-Box::before {
    content: "";
    display: inline-block;
    width: 890px;
    height: 820px;
    background-image: url(../images/index/company_bgmap.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -360px;
    top: -124px;
  }
  #company .inner-Box .company-Box {
    width: 560px;
    margin-left: auto;
    margin-right: 100px;
  }
  #company .inner-Box .company-Box h2 {
    margin-bottom: 24px;
  }
  #company .inner-Box .company-Box h2 img {
    width: 179.17px;
  }
  #company .inner-Box .company-Box .company-info > div > dt {
    font-size: 15px;
    padding: 15px 5px;
    border-bottom: solid 1px #E4E2DB;
    line-height: 1;
    letter-spacing: 0.8px;
  }
  #company .inner-Box .company-Box .company-info > div > dd {
    font-size: 12px;
    padding: 12px 5px;
    letter-spacing: 0.5px;
  }
  #company .inner-Box .company-Box .company-info > div > dd > dl > div {
    display: flex;
  }
  #company .inner-Box .company-Box .company-info > div > dd > dl > div dt {
    font-size: 12px;
    width: 110px;
  }
  #company .inner-Box .company-Box .company-info > div > dd > dl > div dd {
    font-size: 12px;
  }
  #company .inner-Box .company-Box .company-info > div > dd > dl > div + div {
    margin-top: 2px;
  }
  #company .inner-Box .company-Box .company-info > div + div {
    margin-top: 17px;
  }
  #company .inner-Box .company-Box .company-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 67px;
  }
  #company .inner-Box .company-Box .company-btn a {
    display: block;
    width: 260px;
    padding: 14px;
    border-bottom: solid 1px #000;
    position: relative;
  }
  #company .inner-Box .company-Box .company-btn a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #company .inner-Box .company-Box .company-btn a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/index/company_btn_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
  }
  #company .inner-Box #column {
    width: 100%;
    background: #fff;
    padding: 63px 70px 77px;
    margin-top: 80px;
  }
  #company .inner-Box #column .title-Box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 23px;
    border-bottom: solid 1px #E4E2DB;
    align-items: flex-end;
  }
  #company .inner-Box #column .title-Box h2 img {
    width: 151.76px;
  }
  #company .inner-Box #column .title-Box a {
    line-height: 0.5;
    margin-right: 7px;
  }
  #company .inner-Box #column .title-Box a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #company .inner-Box #column ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 27px;
  }
  #company .inner-Box #column ul li {
    width: 500px;
    border-bottom: solid 1px #E4E2DB;
  }
  #company .inner-Box #column ul li a {
    display: flex;
    padding: 32px 0 17px;
  }
  #company .inner-Box #column ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #company .inner-Box #column ul li a figure {
    width: 100px;
    height: 100px;
  }
  #company .inner-Box #column ul li a figure img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  #company .inner-Box #column ul li a p {
    width: 100%;
    margin-left: 25px;
  }
  #company .inner-Box #column ul li a p span {
    display: block;
    color: #999999;
    font-size: 13px;
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
  }
  /* event -------------------------------------*/
  #event {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background: #ccc;
  }
  #event h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 80px;
  }
  #event .btn {
    text-align: center;
  }
  #event .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #000;
  }
  #event .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #event .inner-Box {
    width: 1100px;
    margin: 0 auto;
  }
  #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 {
    width: 24%;
    margin-right: 1%;
    background: #fff;
    padding: 0.5%;
    position: relative;
    margin-bottom: 20px;
  }
  #event .system-list li:nth-child(4n) {
    margin-right: 0;
  }
  #event .system-list li a:hover {
    text-decoration: none;
  }
  #event .system-pic {
    width: 100%;
    height: 190px;
    overflow: hidden;
    text-align: center;
  }
  #event .system-pic img {
    max-width: 100%;
    max-height: 190px;
    width: auto;
    height: auto;
  }
  #event .system-date {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #event .system-date::before {
    content: "■";
  }
  #event .system-ttl-01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #event .system-icon {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px;
    background: #000;
  }
  #event .icon01 {
    background: #333;
  }
  #event .icon02 {
    background: #666;
  }
  #event .system-icon02 span {
    display: block;
    padding: 8px;
    background: #ccc;
    font-size: 12px;
    margin-bottom: 20px;
  }
  #event .system-icon02 span.icon02-01 {
    background: #999;
  }
  #event .system-icon02 span.icon02-02 {
    background: #ccc;
  }
  #event .system-icon02 span.icon02-03 {
    background: #eee;
  }
  /* case -------------------------------------*/
  #case {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
  #case h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  #case .btn {
    text-align: center;
    margin-bottom: 100px;
  }
  #case .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #000;
  }
  #case .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #case .inner-Box {
    width: 100%;
    margin: 0 auto;
  }
  #case .system-list {
    margin-bottom: 20px;
    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;
  }
  #case .system-list li {
    width: 19.6%;
    margin-right: 0.5%;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
  }
  #case .system-list li:nth-child(5n) {
    margin-right: 0;
  }
  #case .system-list li a:hover {
    text-decoration: none;
  }
  #case .system-pic {
    width: 100%;
    height: 230px;
    overflow: hidden;
    text-align: center;
  }
  #case .system-pic img {
    width: 100%;
    height: 230px;
  }
  #case .system-date {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  #case .system-date::before {
    content: "■";
  }
  #case .system-ttl-01 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  #case .system-category-set {
    margin-bottom: 15px;
  }
  #case .system-category {
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px;
    background-color: #ccc;
  }
  #case .icon01 {
    background: #000;
  }
  #case .icon02 {
    background: #111;
  }
  #case .icon03 {
    background: #222;
  }
  #case .icon04 {
    background: #333;
  }
  #case .icon05 {
    background: #444;
  }
  #case .icon06 {
    background: #555;
  }
  #case .system-icon02 {
    padding: 5px 10px;
    background: #ccc;
    position: absolute;
    top: 35px;
    left: 0;
  }
  #case .slider-3mai-Box1 {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  #case .slider-3mai-Box1 .slider-3mai {
    position: relative;
    left: 50%;
    width: 2500px;
    margin-left: -1250px;
  }
  #case .slider-3mai-Box1 .slider-3mai li {
    width: 500px !important;
    padding: 0;
  }
  #case .slider-3mai-Box1 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 35%;
    outline: 0;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    z-index: 9999;
  }
  #case .slider-3mai-Box1 .bx-wrapper .bx-prev {
    left: 970px;
    background-image: url(../images/index/bx-l.jpg);
    background-position: 0 0;
  }
  #case .slider-3mai-Box1 .bx-wrapper .bx-next {
    right: 925px;
    background-image: url(../images/index/bx-r.jpg);
    background-position: 0 0;
  }
  /* casetax-catego -------------------------------------*/
  #casetax-catego {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #efefef;
  }
  #casetax-catego h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  #casetax-catego .btn {
    text-align: center;
  }
  #casetax-catego .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #000;
  }
  #casetax-catego .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #casetax-catego .inner-Box {
    width: 1100px;
    margin: 0 auto;
  }
  #casetax-catego .system-list {
    margin-bottom: 20px;
    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;
  }
  #casetax-catego .system-list li {
    width: 19.6%;
    margin-right: 0.5%;
    position: relative;
    margin-bottom: 20px;
  }
  #casetax-catego .system-list li:nth-child(5n) {
    margin-right: 0;
  }
  #casetax-catego .system-list li a:hover {
    text-decoration: none;
  }
  #casetax-catego .system-pic {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
  }
  #casetax-catego .system-pic img {
    width: 100%;
    height: 120px;
  }
  #casetax-catego .system-date {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #casetax-catego .system-date::before {
    content: "■";
  }
  #casetax-catego .system-ttl {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  /* case-reform -------------------------------------*/
  #case-reform {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background: #ccc;
  }
  #case-reform h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 80px;
  }
  #case-reform .btn {
    text-align: center;
  }
  #case-reform .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #000;
  }
  #case-reform .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #case-reform .inner-Box {
    width: 1100px;
    margin: 0 auto;
  }
  #case-reform .system-list {
    margin-bottom: 20px;
    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;
  }
  #case-reform .system-list li {
    width: 33%;
    margin-right: 0.5%;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    padding: 1%;
  }
  #case-reform .system-list li:nth-child(3n) {
    margin-right: 0;
  }
  #case-reform .system-list li a:hover {
    text-decoration: none;
  }
  #case-reform .system-pic {
    width: 100%;
    height: 220px;
    overflow: hidden;
    text-align: center;
  }
  #case-reform .system-pic img {
    width: 100%;
    height: 220px;
  }
  #case-reform .system-date {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #case-reform .system-date::before {
    content: "■";
  }
  #case-reform .system-ttl-01 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  #case-reform .system-category-set {
    margin-bottom: 15px;
  }
  #case-reform .system-category {
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px;
    background-color: #ccc;
  }
  #case-reform .icon01 {
    background: #000;
  }
  #case-reform .icon02 {
    background: #111;
  }
  #case-reform .icon03 {
    background: #222;
  }
  #case-reform .icon04 {
    background: #333;
  }
  #case-reform .icon05 {
    background: #444;
  }
  #case-reform .icon06 {
    background: #555;
  }
  #case-reform .system-icon02 {
    padding: 5px 10px;
    background: #ccc;
    position: absolute;
    top: 35px;
    left: 0;
  }
  /* voice -------------------------------------*/
  #voice {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background: #f8f8f8;
  }
  #voice h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 80px;
  }
  #voice .btn {
    text-align: center;
  }
  #voice .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #000;
  }
  #voice .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #voice .inner-Box {
    width: 1100px;
    margin: 0 auto;
  }
  #voice .system-list {
    margin-bottom: 20px;
    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 {
    width: 33%;
    margin-right: 0.5%;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    padding: 1%;
  }
  #voice .system-list li:nth-child(3n) {
    margin-right: 0;
  }
  #voice .system-list li a:hover {
    text-decoration: none;
  }
  #voice .system-pic {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
  }
  #voice .system-pic img {
    width: 100%;
    height: 220px;
  }
  #voice .system-customer {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #voice .system-customer::before {
    content: "■";
  }
  #voice .system-ttl-01 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  #voice .system-category {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 3px;
    background-color: rgba(35, 24, 21, 0.7);
  }
  #voice .slider-3mai-Box2 {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  #voice .slider-3mai-Box2 .slider-3mai {
    position: relative;
    left: 50%;
    width: 2500px;
    margin-left: -1250px;
  }
  #voice .slider-3mai-Box2 .slider-3mai li {
    width: 500px !important;
    padding: 0;
  }
  #voice .slider-3mai-Box2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 35%;
    outline: 0;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    z-index: 9999;
  }
  #voice .slider-3mai-Box2 .bx-wrapper .bx-prev {
    left: 970px;
    background-image: url(../images/index/bx-l.jpg);
    background-position: 0 0;
  }
  #voice .slider-3mai-Box2 .bx-wrapper .bx-next {
    right: 925px;
    background-image: url(../images/index/bx-r.jpg);
    background-position: 0 0;
  }
  #blog-news {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
  }
  /* blog -------------------------------------*/
  #blog {
    width: 500px;
    float: left;
    margin-right: 40px;
  }
  #blog h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 80px;
  }
  #blog .btn {
    text-align: center;
  }
  #blog .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #000;
  }
  #blog .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #blog .system-list {
    margin-bottom: 50px;
  }
  #blog .system-list li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #blog .system-list li a:hover {
    text-decoration: none;
  }
  #blog .system-pic {
    width: 18%;
    margin-right: 2%;
    height: auto;
    overflow: hidden;
    text-align: center;
    float: left;
  }
  #blog .system-pic img {
    max-width: 100%;
    height: auto;
  }
  #blog .system-txt {
    width: 80%;
    float: left;
  }
  #blog .system-date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #blog .system-date::before {
    content: "■";
  }
  #blog .system-ttl {
    width: 80%;
    font-size: 16px;
    line-height: 1.4;
  }
  #blog .system-category {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 3px;
    background-color: #111;
    width: 30%;
    margin-bottom: 10px;
  }
  #blog .blog-icon01 {
    background: #111;
  }
  #blog .blog-icon02 {
    background: #222;
  }
  #blog .blog-icon03 {
    background: #333;
  }
  #blog .blog-icon04 {
    background: #444;
  }
  #blog .blog-icon05 {
    background: #555;
  }
  #blog .blog-icon06 {
    background: #666;
  }
  #blog .system-icon02 {
    padding: 5px 10px;
    background: #ccc;
    position: absolute;
    top: 35px;
    left: 0;
  }
  /* topics -------------------------------------*/
  #topics {
    width: 500px;
    float: left;
  }
  #topics h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 80px;
  }
  #topics .btn {
    text-align: center;
  }
  #topics .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #000;
  }
  #topics .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #topics .system-list {
    margin-bottom: 50px;
  }
  #topics .system-list li {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #topics .system-list li a:hover {
    text-decoration: none;
  }
  #topics .system-date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #topics .system-date::before {
    content: "■";
  }
  #topics .system-ttl {
    width: 80%;
    font-size: 16px;
    line-height: 1.4;
  }
  #topics .system-category {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 3px;
    background-color: #111;
    width: 30%;
    margin-bottom: 10px;
  }
  #topics .icon01 {
    background: #111;
  }
  #topics .icon02 {
    background: #222;
  }
  #topics .icon03 {
    background: #333;
  }
  #topics .icon04 {
    background: #444;
  }
  #topics .icon05 {
    background: #555;
  }
  #topics .icon06 {
    background: #666;
  }
  #topics .system-icon02 {
    padding: 5px 10px;
    background: #ccc;
    position: absolute;
    top: 35px;
    left: 0;
  }
}
@media screen and (min-width: 1921px), print {
  #about .inner-Box .aboutsl-Box .slick-wrapper {
    overflow: visible;
  }
  #about .inner-Box .aboutsl-Box .slick-wrapper .aslider .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 1400px), print {
  #design .inner-Box > ul {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    background-color: #E4E2DB;
  }
  .kv .inner-Box {
    position: relative;
  }
  .kv .inner-Box .bx-wrapper .bx-viewport {
    width: 100vw !important; /* 画面幅いっぱい */
    max-width: 100vw !important;
    margin: 0 auto;
  }
  .kv .inner-Box .bx-wrapper .bx-viewport .kv-img-info {
    font-family: "Work Sans", sans-serif;
    font-size: 3.1400966184vw;
    line-height: 1;
    background: #EFEEEA;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 0.6px;
    padding: 4.8309178744vw;
  }
  .kv .inner-Box .bx-wrapper .slider img {
    width: 100%;
    height: auto; /* 必要なら height: 100vh; にして全画面も可 */
    display: block;
  }
  .kv .inner-Box .bx-wrapper .bx-controls .bx-controls-direction {
    position: absolute;
    right: 0;
    bottom: -14.4927536232vw;
    display: flex;
    flex-wrap: nowrap;
    z-index: 2;
  }
  .kv .inner-Box .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    background: url(../images/index/kv-controls_prev.png);
    margin: 0;
    padding: 0;
    width: 14.4927536232vw;
    height: 14.4927536232vw;
    background-size: cover;
    position: static;
    z-index: 1;
  }
  .kv .inner-Box .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    background: url(../images/index/kv-controls_next.png);
    margin: 0;
    padding: 0;
    width: 14.4927536232vw;
    height: 14.4927536232vw;
    background-size: cover;
    position: static;
    z-index: 1;
  }
  .kv .inner-Box .progress-bar-Box {
    position: absolute;
    bottom: -38.6473429952vw;
    left: 24.8792270531vw;
    width: 14.4927536232vw;
    background-color: #e5e2db;
    display: flex;
    justify-content: center;
    transform: rotate(-90deg);
    z-index: 10;
  }
  .kv .inner-Box .progress-bar-Box .progress-bar {
    width: 1px;
    height: 53.1400966184vw;
    background: #eee;
    margin-bottom: 4.8309178744vw;
    margin-top: 4.8309178744vw;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }
  .kv .inner-Box .progress-bar-Box .progress-bar .progress-fill {
    width: 100%;
    height: 0%;
    background: #3C3C3C;
    transition: height 0.1s linear;
  }
  /* design -------------------------------------*/
  #design {
    background-color: #E4E2DB;
    padding: 33.8164251208vw 0 16.9082125604vw;
    position: relative;
    z-index: 1;
  }
  #design::before {
    content: "";
    display: block;
    width: 36.231884058vw;
    height: 21.7391304348vw;
    background-color: #EFEEEA;
    position: absolute;
    top: 0;
    right: 0;
  }
  #design .inner-Box {
    width: 82.1256038647vw;
    margin: 0 auto;
  }
  #design .inner-Box .left-Box {
    width: 82.1256038647vw;
  }
  #design .inner-Box .left-Box .text-a {
    font-size: 7.2463768116vw;
    line-height: 1;
    letter-spacing: 2px;
  }
  #design .inner-Box .left-Box .text-b {
    position: relative;
    margin-top: 14.4927536232vw;
    letter-spacing: 2.5px;
    line-height: 12.8019323671vw;
    padding: 14.4927536232vw 0 3.8647342995vw;
    margin-left: 0.4830917874vw;
  }
  #design .inner-Box .left-Box .text-b::after {
    content: "";
    width: 84.1497584541vw;
    height: 35.3719806763vw;
    background-image: url(../images/index/design_left_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 43%;
    left: 47%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  #design .inner-Box .left-Box .text-b p {
    margin: 0 auto;
    font-size: 5.0724637681vw;
    line-height: 10.8695652174vw;
    z-index: 2;
    position: relative;
  }
  #design .inner-Box .left-Box .text-list {
    font-family: "Work Sans", sans-serif;
    font-size: 2.6570048309vw;
    margin-left: 0.7246376812vw;
  }
  #design .inner-Box .left-Box .text-box {
    font-family: "Work Sans", sans-serif;
    background-color: #3C3C3C;
    padding: 2.4154589372vw;
    color: #fff;
    width: 82.1256038647vw;
    margin: 7.2463768116vw auto 0;
    border-radius: 3px;
    text-align: center;
    padding: 6.2801932367vw 0;
  }
  #design .inner-Box .left-Box .text-box p {
    font-size: 3.6231884058vw;
    line-height: 5.7971014493vw;
  }
  #design .inner-Box > ul {
    margin-top: 12.077294686vw;
  }
  #design .inner-Box > ul li {
    height: 26.1014492754vw;
  }
  #design .inner-Box > ul li img {
    width: auto;
    height: 100%;
  }
  #design .inner-Box > ul li + li {
    margin-top: 12.077294686vw;
  }
  /* works -------------------------------------*/
  #works {
    padding: 21.7391304348vw 0 14.4927536232vw;
  }
  #works .inner-Box h2 {
    text-align: center;
    margin-bottom: 7.2463768116vw;
  }
  #works .inner-Box h2 img {
    width: 36.5990338164vw;
  }
  #works .inner-Box ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-top: solid 1px #E4E2DB;
    margin-bottom: 12.077294686vw;
  }
  #works .inner-Box ul li {
    width: 100%;
    border-bottom: solid 1px #E4E2DB;
    transition: all 0.3s;
  }
  #works .inner-Box ul li:nth-child(n+2) {
    border-left: solid 1px #E4E2DB;
  }
  #works .inner-Box ul li a {
    display: block;
    background: #fff;
    padding: 7.2463768116vw;
    transition: all 0.3;
    text-align: center;
    transition: all 0.5s;
    position: relative;
  }
  #works .inner-Box ul li a .works-cate {
    font-family: "Work Sans", sans-serif;
    color: #CBCAC4;
    writing-mode: vertical-rl;
    position: absolute;
    font-size: 2.4154589372vw;
    top: 7.2463768116vw;
    right: 2.4154589372vw;
    letter-spacing: 0.8px;
  }
  #works .inner-Box ul li a figure {
    width: 100%;
    margin-bottom: 4.1062801932vw;
    overflow: hidden;
  }
  #works .inner-Box ul li a figure img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  #works .inner-Box ul li a figure img:hover {
    opacity: 1;
  }
  #works .inner-Box ul li a .works-text {
    font-size: 3.6231884058vw;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 0.8px;
    padding-bottom: 4.1062801932vw;
  }
  #works .inner-Box ul li a .works-text span {
    color: #999999;
    font-size: 3.1400966184vw;
    line-height: 1;
    display: block;
    margin-bottom: 3.6231884058vw;
  }
  .moreBtn a {
    font-family: "Work Sans", sans-serif;
    width: 62.8019323671vw;
    display: block;
    text-align: center;
    font-size: 3.8647342995vw;
    line-height: 1;
    padding: 5.3140096618vw 1.2077294686vw;
    border-radius: 3px;
    margin: 0 auto;
    transition: all 0.3;
  }
  .moreBtn a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .moreBtn .works {
    background: #3C3C3C;
    color: #fff;
  }
  .moreBtn .about {
    background: #fff;
    color: #000;
  }
  /* interview -------------------------------------*/
  #interview {
    padding-bottom: 38.6473429952vw;
  }
  #interview .inner-Box {
    border: solid 1px #000;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #interview .inner-Box::after {
    content: "";
    width: 97%;
    height: 96%;
    display: inline-block;
    border: solid 1px #3C3C3C;
    position: absolute;
    top: 1.2077294686vw;
    left: 1.2077294686vw;
  }
  #interview .inner-Box .bx-wrapper .bx-viewport {
    height: 72.4637681159vw !important;
  }
  #interview .inner-Box .bx-wrapper .bx-viewport ul {
    display: flex;
  }
  #interview .inner-Box .bx-wrapper .bx-viewport ul li {
    max-width: 125.6038647343vw;
    width: 6% !important;
    margin: 0 !important;
  }
  #interview .inner-Box .bx-wrapper .bx-viewport ul li img {
    width: 100%;
  }
  #interview .inner-Box .text-Box {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 15.7004830918vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
  }
  #interview .inner-Box .text-Box .text-Box_inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #interview .inner-Box .text-Box .text-Box_inner h2 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 55.3236714976vw;
    transform: translate(0, -50%);
  }
  #interview .inner-Box .text-Box .text-Box_inner h2 img {
    width: 100%;
  }
  #interview .inner-Box .text-Box .text-Box_inner a {
    display: block;
    position: absolute;
    z-index: 3;
    top: 47%;
    right: 0;
    transform: translate(0, -50%);
    width: 24.154589372vw;
  }
  #interview .inner-Box .text-Box .text-Box_inner a img {
    width: 100%;
  }
  /* about -------------------------------------*/
  #about {
    padding: 33.8164251208vw 0 0;
    background-image: url(../images/index/about_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #272727;
  }
  #about .inner-Box {
    width: 100%;
  }
  #about .inner-Box h2 {
    margin-bottom: 14.4927536232vw;
  }
  #about .inner-Box h2 img {
    width: 40.11352657vw;
  }
  #about .inner-Box .about-Box {
    margin-bottom: 12.077294686vw;
  }
  #about .inner-Box .about-Box ul {
    width: 91.7874396135vw;
    margin: 0 auto;
  }
  #about .inner-Box .about-Box ul li + li {
    margin-top: 7.2463768116vw;
  }
  #about .about-list {
    width: 100%;
    background: #EFEEEA;
    padding: 19.3236714976vw 0;
    margin-top: 24.154589372vw;
  }
  #about .about-list .inner-Box {
    width: 91.7874396135vw;
    margin: 0 auto;
  }
  #about .about-list .inner-Box ul {
    width: 100%;
  }
  #about .about-list .inner-Box ul li {
    width: 100%;
  }
  #about .about-list .inner-Box ul li a {
    display: block;
    overflow: hidden;
  }
  #about .about-list .inner-Box ul li a img {
    width: 100%;
  }
  #about .about-list .inner-Box ul li p {
    font-size: 3.1400966184vw;
    line-height: 5.3140096618vw;
    margin-top: 3.6231884058vw;
    letter-spacing: 0.8px;
  }
  #about .about-list .inner-Box ul li + li {
    margin-top: 19.3236714976vw;
  }
  #about .about-btn {
    background-color: #3C3C3C;
    padding: 19.3236714976vw 0;
  }
  #about .about-btn .inner-Box {
    width: 91.7874396135vw;
    margin: 0 auto;
  }
  #about .about-btn .inner-Box ul li a {
    display: block;
    width: 100%;
  }
  #about .about-btn .inner-Box ul li a img {
    width: 100%;
  }
  #about .about-btn .inner-Box ul li p {
    margin-top: 3.6231884058vw;
    font-size: 3.1400966184vw;
    line-height: 5.3140096618vw;
    letter-spacing: 0.7px;
    text-align: center;
    color: #fff;
  }
  #about .about-btn .inner-Box ul li + li {
    margin-top: 12.077294686vw;
  }
  /* company -------------------------------------*/
  #company {
    background-color: #EFEEEA;
    padding: 9.6618357488vw 0 24.154589372vw;
    overflow: hidden;
  }
  #company .inner-Box {
    width: 91.7874396135vw;
    margin: 0 auto;
    position: relative;
  }
  #company .inner-Box::before {
    content: "";
    display: inline-block;
    width: 212.8019323671vw;
    height: 144.6859903382vw;
    background-image: url(../images/index/company_bgmap.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -103.3816425121vw;
    top: -41.5458937198vw;
  }
  #company .inner-Box .company-Box {
    width: 91.7874396135vw;
    margin: 0 auto;
    z-index: 2;
    position: relative;
  }
  #company .inner-Box .company-Box h2 {
    margin-bottom: 82.1256038647vw;
  }
  #company .inner-Box .company-Box h2 img {
    width: 30.9130434783vw;
  }
  #company .inner-Box .company-Box .company-info > div > dt {
    font-size: 3.6231884058vw;
    padding: 3.6231884058vw 1.2077294686vw;
    border-bottom: solid 1px #E4E2DB;
    line-height: 1;
    letter-spacing: 0.8px;
  }
  #company .inner-Box .company-Box .company-info > div > dd {
    font-size: 2.8985507246vw;
    padding: 2.8985507246vw 1.2077294686vw;
    letter-spacing: 0.5px;
  }
  #company .inner-Box .company-Box .company-info > div > dd > dl > div {
    display: flex;
  }
  #company .inner-Box .company-Box .company-info > div > dd > dl > div dt {
    font-size: 2.8985507246vw;
    width: 26.5700483092vw;
  }
  #company .inner-Box .company-Box .company-info > div > dd > dl > div dd {
    font-size: 2.8985507246vw;
  }
  #company .inner-Box .company-Box .company-info > div > dd > dl > div + div {
    margin-top: 2.4154589372vw;
  }
  #company .inner-Box .company-Box .company-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 16.1835748792vw;
  }
  #company .inner-Box .company-Box .company-btn a {
    display: block;
    width: 43.4782608696vw;
    padding: 3.3816425121vw;
    border-bottom: solid 1px #000;
    position: relative;
    font-size: 3.6231884058vw;
  }
  #company .inner-Box .company-Box .company-btn a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #company .inner-Box .company-Box .company-btn a::after {
    content: "";
    display: inline-block;
    width: 7.2463768116vw;
    height: 7.2463768116vw;
    background-image: url(../images/index/company_btn_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 3.6231884058vw;
    transform: translate(0, -50%);
  }
  #company .inner-Box #column {
    width: 100%;
    background: #fff;
    padding: 9.6618357488vw 4.8309178744vw;
    margin-top: 18.115942029vw;
  }
  #company .inner-Box #column .title-Box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 23px;
    border-bottom: solid 1px #E4E2DB;
    align-items: flex-end;
  }
  #company .inner-Box #column .title-Box h2 img {
    width: 26.1835748792vw;
  }
  #company .inner-Box #column .title-Box a {
    line-height: 1;
    margin-right: 1.690821256vw;
  }
  #company .inner-Box #column .title-Box a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #company .inner-Box #column ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #company .inner-Box #column ul li {
    width: 120.7729468599vw;
    border-bottom: solid 1px #E4E2DB;
  }
  #company .inner-Box #column ul li a {
    display: flex;
    padding: 7.729468599vw 0 4.1062801932vw;
  }
  #company .inner-Box #column ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #company .inner-Box #column ul li a figure {
    width: 21.7391304348vw;
    height: 21.7391304348vw;
  }
  #company .inner-Box #column ul li a figure img {
    width: 21.7391304348vw;
    height: 21.7391304348vw;
    object-fit: cover;
  }
  #company .inner-Box #column ul li a p {
    width: 55.0603864734vw;
    margin-left: 6.038647343vw;
    font-size: 3.1400966184vw;
    line-height: 5.3140096618vw;
  }
  #company .inner-Box #column ul li a p span {
    display: block;
    color: #999999;
    font-size: 3.1400966184vw;
    line-height: 1;
    margin-top: 1.4492753623vw;
    margin-bottom: 2.4154589372vw;
    letter-spacing: 0.8px;
  }
  /* event -------------------------------------*/
  #event {
    width: 100%;
    margin: 0 auto;
    padding: 15% 3%;
    background: #ccc;
  }
  #event h2 {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 10%;
  }
  #event .btn {
    text-align: center;
  }
  #event .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 5% 3%;
    text-align: center;
    display: block;
    background: #000;
  }
  #event .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #event .system-list {
    margin-bottom: 10%;
    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 {
    width: 49%;
    margin-right: 2%;
    background: #fff;
    position: relative;
    margin-bottom: 4%;
    line-height: 1.4;
  }
  #event .system-list li:nth-child(2n) {
    margin-right: 0;
  }
  #event .system-list li a:hover {
    text-decoration: none;
  }
  #event .system-pic {
    width: 100%;
    height: 30vw;
    overflow: hidden;
    text-align: center;
  }
  #event .system-pic img {
    max-width: 100%;
    max-height: 35vw;
    width: auto;
    height: auto;
  }
  #event .system-date {
    font-size: 3.2vw;
    margin: 0 3% 5%;
  }
  #event .system-ttl-01 {
    font-size: 3.6vw;
    margin: 0 3% 5%;
    line-height: 1.6;
  }
  #event .system-icon {
    font-size: 3.2vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 2vw;
    background: #000;
  }
  #event .icon01 {
    background: #333;
  }
  #event .icon02 {
    background: #666;
  }
  #event .system-icon02 span {
    display: block;
    padding: 2vw;
    background: #ccc;
    font-size: 3.2vw;
    margin-bottom: 5%;
  }
  #event .system-icon02 span.icon02-01 {
    background: #999;
  }
  #event .system-icon02 span.icon02-02 {
    background: #ccc;
  }
  #event .system-icon02 span.icon02-03 {
    background: #eee;
  }
  /* case -------------------------------------*/
  #case {
    width: 100%;
    margin: 0 auto;
    padding: 15% 3%;
  }
  #case h2 {
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 10%;
  }
  #case .btn {
    text-align: center;
    margin-bottom: 10vw;
  }
  #case .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 5% 3%;
    text-align: center;
    display: block;
    background: #000;
  }
  #case .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #case .inner-Box {
    width: 100%;
    margin: 0 auto;
  }
  #case .system-list {
    margin-bottom: 10%;
    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;
  }
  #case .system-list li {
    width: 49%;
    margin-right: 2%;
    background: #fff;
    position: relative;
    margin-bottom: 4%;
    line-height: 1.4;
  }
  #case .system-list li:nth-child(2n) {
    margin-right: 0;
  }
  #case .system-list li:nth-child(n+5) {
    display: none;
  }
  #case .system-list li a:hover {
    text-decoration: none;
  }
  #case .system-pic {
    width: 100%;
    height: 50vw;
    overflow: hidden;
    text-align: center;
  }
  #case .system-pic img {
    width: 100%;
    height: 50vw;
  }
  #case .system-date {
    font-size: 3.2vw;
    margin-bottom: 5%;
  }
  #case .system-date::before {
    content: "■";
  }
  #case .system-ttl-01 {
    font-size: 3.6vw;
    margin-bottom: 5%;
    line-height: 1.6;
  }
  #case .system-category-set {
    margin-bottom: 5%;
  }
  #case .system-category {
    margin-bottom: 0.1vw;
    font-size: 3.2vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 2vw;
    background-color: #ccc;
  }
  #case .icon01 {
    background: #000;
  }
  #case .icon02 {
    background: #111;
  }
  #case .icon03 {
    background: #222;
  }
  #case .icon04 {
    background: #333;
  }
  #case .icon05 {
    background: #444;
  }
  #case .icon06 {
    background: #555;
  }
  #case .slider-3mai-Box2 {
    position: relative;
    width: 100%;
  }
  #case .slider-3mai-Box2 .slider-3mai {
    position: relative;
    left: 45%;
    width: 90%;
    margin-left: -40%;
  }
  #case .slider-3mai-Box2 .slider-3mai li {
    width: 85vw !important;
    position: relative;
  }
  #case .slider-3mai-Box2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 30%;
    outline: 0;
    width: 50px;
    height: 100px;
    text-indent: -9999px;
    z-index: 10;
  }
  #case .slider-3mai-Box2 .bx-wrapper .bx-prev {
    left: -5%;
    background-image: url(../images/index/bx-l.jpg);
    background-position: 0 0;
    background-size: 60%;
  }
  #case .slider-3mai-Box2 .bx-wrapper .bx-next {
    right: -13%;
    background-image: url(../images/index/bx-r.jpg);
    background-position: 0 0;
    background-size: 60%;
  }
  /* casetax-catego -------------------------------------*/
  #casetax-catego {
    width: 100%;
    margin: 0 auto;
    padding: 15% 3%;
    background: #efefef;
  }
  #casetax-catego h2 {
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 10%;
  }
  #casetax-catego .btn {
    text-align: center;
  }
  #casetax-catego .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 5% 3%;
    text-align: center;
    display: block;
    background: #000;
  }
  #casetax-catego .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #casetax-catego .inner-Box {
    width: 100%;
    margin: 0 auto;
  }
  #casetax-catego .system-list {
    margin-bottom: 10%;
    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;
  }
  #casetax-catego .system-list li {
    width: 49%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 4%;
    line-height: 1.4;
  }
  #casetax-catego .system-list li:nth-child(2n) {
    margin-right: 0;
  }
  #casetax-catego .system-list li:nth-child(n+5) {
    display: none;
  }
  #casetax-catego .system-list li a:hover {
    text-decoration: none;
  }
  #casetax-catego .system-pic {
    width: 100%;
    height: 30vw;
    margin-bottom: 3vw;
    overflow: hidden;
    text-align: center;
  }
  #casetax-catego .system-pic img {
    width: 100%;
    height: 30vw;
  }
  #casetax-catego .system-date {
    font-size: 3.2vw;
    margin-bottom: 5%;
  }
  #casetax-catego .system-date::before {
    content: "■";
  }
  #casetax-catego .system-ttl {
    font-size: 3.6vw;
    margin-bottom: 5%;
  }
  #casetax-catego .system-ttl-01 {
    font-size: 3.6vw;
    line-height: 1.6;
  }
  /* case-reform -------------------------------------*/
  #case-reform {
    width: 100%;
    margin: 0 auto;
    padding: 15% 3%;
    background: #ccc;
  }
  #case-reform h2 {
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 10%;
  }
  #case-reform .btn {
    text-align: center;
  }
  #case-reform .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 5% 3%;
    text-align: center;
    display: block;
    background: #000;
  }
  #case-reform .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #case-reform .inner-Box {
    width: 100%;
    margin: 0 auto;
  }
  #case-reform .system-list {
    margin-bottom: 10%;
    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;
  }
  #case-reform .system-list li {
    width: 49%;
    margin-right: 2%;
    background: #fff;
    position: relative;
    margin-bottom: 4%;
    line-height: 1.4;
    padding: 1%;
  }
  #case-reform .system-list li:nth-child(2n) {
    margin-right: 0;
  }
  #case-reform .system-list li:nth-child(n+3) {
    display: none;
  }
  #case-reform .system-list li a:hover {
    text-decoration: none;
  }
  #case-reform .system-pic {
    width: 100%;
    height: 120px;
    overflow: hidden;
    text-align: center;
  }
  #case-reform .system-pic img {
    width: 100%;
    height: 120px;
  }
  #case-reform .system-date {
    font-size: 3.2vw;
    margin-bottom: 5%;
  }
  #case-reform .system-date::before {
    content: "■";
  }
  #case-reform .system-ttl-01 {
    font-size: 3.6vw;
    margin-bottom: 5%;
    line-height: 1.6;
  }
  #case-reform .system-category-set {
    margin-bottom: 5%;
  }
  #case-reform .system-category {
    margin-bottom: 0.1vw;
    font-size: 3.2vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 2vw;
    background-color: #ccc;
  }
  #case-reform .icon01 {
    background: #000;
  }
  #case-reform .icon02 {
    background: #111;
  }
  #case-reform .icon03 {
    background: #222;
  }
  #case-reform .icon04 {
    background: #333;
  }
  #case-reform .icon05 {
    background: #444;
  }
  #case-reform .icon06 {
    background: #555;
  }
  /* voice -------------------------------------*/
  #voice {
    width: 100%;
    margin: 0 auto;
    padding: 15% 3%;
    background: #f8f8f8;
  }
  #voice h2 {
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 10%;
  }
  #voice .btn {
    text-align: center;
  }
  #voice .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 5% 3%;
    text-align: center;
    display: block;
    background: #000;
  }
  #voice .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #voice .inner-Box {
    width: 100%;
    margin: 0 auto;
  }
  #voice .system-list {
    margin-bottom: 10%;
    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 {
    width: 49%;
    margin-right: 2%;
    background: #fff;
    position: relative;
    margin-bottom: 4%;
    line-height: 1.4;
    padding: 1%;
  }
  #voice .system-list li:nth-child(2n) {
    margin-right: 0;
  }
  #voice .system-list li:nth-child(n+3) {
    display: none;
  }
  #voice .system-list li a:hover {
    text-decoration: none;
  }
  #voice .system-pic {
    width: 100%;
    height: 30vw;
    margin-bottom: 5%;
    overflow: hidden;
    text-align: center;
  }
  #voice .system-pic img {
    width: 100%;
    height: 30vw;
  }
  #voice .system-customer {
    font-size: 3.2vw;
    margin-bottom: 5%;
  }
  #voice .system-customer::before {
    content: "■";
  }
  #voice .system-ttl-01 {
    font-size: 3.6vw;
    margin-bottom: 5%;
    line-height: 1.6;
  }
  #blog-news {
    width: 100%;
    margin: 0 auto;
  }
  /* blog -------------------------------------*/
  #blog {
    width: 100%;
    margin: 0 auto;
    padding: 15% 3%;
  }
  #blog h2 {
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 10%;
  }
  #blog .btn {
    text-align: center;
  }
  #blog .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 5% 3%;
    text-align: center;
    display: block;
    background: #000;
  }
  #blog .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #blog .inner-Box {
    width: 100%;
    margin: 0 auto;
  }
  #blog .system-list {
    margin-bottom: 10%;
  }
  #blog .system-list li {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
  #blog .system-list li a:hover {
    text-decoration: none;
  }
  #blog .system-pic {
    width: 28%;
    margin-right: 2%;
    height: auto !important;
    overflow: hidden;
    text-align: center;
    float: left;
  }
  #blog .system-pic img {
    max-width: 100%;
    height: auto !important;
  }
  #blog .system-txt {
    width: 70%;
    float: right;
  }
  #blog .system-date {
    font-size: 3.2vw;
    margin-bottom: 3%;
  }
  #blog .system-date::before {
    content: "■";
  }
  #blog .system-ttl {
    width: 70%;
    font-size: 3.6vw;
    margin-bottom: 5%;
    line-height: 1.6;
  }
  #blog .system-category {
    width: 28%;
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
    padding: 1vw;
    background-color: #111;
    width: 50%;
    margin-bottom: 3%;
  }
  #blog .blog-icon01 {
    background: #111;
  }
  #blog .blog-icon02 {
    background: #222;
  }
  #blog .blog-icon03 {
    background: #333;
  }
  #blog .blog-icon04 {
    background: #444;
  }
  #blog .blog-icon05 {
    background: #555;
  }
  #blog .blog-icon06 {
    background: #666;
  }
  #blog .system-icon02 {
    padding: 1vw;
    background: #ccc;
    position: absolute;
    top: 3vw;
    left: 0;
  }
  /* topics -------------------------------------*/
  #topics {
    width: 100%;
    padding: 15% 3%;
  }
  #topics h2 {
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 10%;
  }
  #topics .btn {
    text-align: center;
  }
  #topics .btn a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    padding: 5% 3%;
    text-align: center;
    display: block;
    background: #000;
  }
  #topics .btn a:hover {
    background: #333;
    text-decoration: none;
  }
  #topics .inner-Box {
    width: 100%;
    margin: 0 auto;
  }
  #topics .system-list {
    margin-bottom: 10%;
  }
  #topics .system-list li {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
  #topics .system-list li a:hover {
    text-decoration: none;
  }
  #topics .system-date {
    font-size: 3.2vw;
    margin-bottom: 3%;
  }
  #topics .system-date::before {
    content: "■";
  }
  #topics .system-ttl {
    width: 80%;
    font-size: 3.6vw;
    margin-bottom: 5%;
    line-height: 1.6;
  }
  #topics .system-category {
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
    padding: 1vw;
    background-color: #111;
    width: 28%;
    margin-bottom: 3%;
  }
  #topics .icon01 {
    background: #111;
  }
  #topics .icon02 {
    background: #222;
  }
  #topics .icon03 {
    background: #333;
  }
  #topics .icon04 {
    background: #444;
  }
  #topics .icon05 {
    background: #555;
  }
  #topics .icon06 {
    background: #666;
  }
}
@media screen and (max-width: 380px) {
  #case .system-list .system-pic {
    height: 120px;
  }
  #case .system-list .system-pic img {
    height: 120px;
  }
  #casetax-catego .system-list .system-pic {
    height: 120px;
  }
  #casetax-catego .system-list .system-pic img {
    height: 120px;
  }
  #casetax-reform .system-list .system-pic {
    height: 120px;
  }
  #casetax-reform .system-list .system-pic img {
    height: 120px;
  }
  #voice .system-list .system-pic {
    height: 120px;
  }
  #voice .system-list .system-pic img {
    height: 120px;
  }
}
@media screen and (max-width: 321px) {
  #case .system-list .system-pic {
    height: 100px;
  }
  #case .system-list .system-pic img {
    height: 100px;
  }
  #casetax-catego .system-list .system-pic {
    height: 100px;
  }
  #casetax-catego .system-list .system-pic img {
    height: 100px;
  }
  #casetax-reform .system-list .system-pic {
    height: 100px;
  }
  #casetax-reform .system-list .system-pic img {
    height: 100px;
  }
  #voice .system-list .system-pic {
    height: 100px;
  }
  #voice .system-list .system-pic img {
    height: 100px;
  }
}/*# sourceMappingURL=page-top.css.map */