@charset "UTF-8";
.z-modal {
  z-index: 100;
}

.z-header {
  z-index: 90;
}

.z-tooltip {
  z-index: 80;
}

.z-overlay {
  z-index: 70;
}

.z-imgText {
  z-index: 10;
}

.z-default {
  z-index: 1;
}

.p-kv {
  overflow: hidden;
  position: relative;
  height: 100vh;
  height: 60vh;
}
@media screen and (min-width: 768px) {
  .p-kv {
    height: 50vh;
  }
}

.p-kv__lines .background--custom {
  background-color: #FFFFFF;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-kv__lines .background--custom {
    height: 70vh;
  }
}
.p-kv__copy {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 70px;
}
@media screen and (max-width: 575.98px) {
  .p-kv__copy {
    padding: 0;
  }
}
.p-kv__copy .p-copy {
  max-width: 960px;
  margin: auto;
  padding: 1rem;
  color: #fff;
  color: #484848;
}
.p-kv__copy .p-copy__main {
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.8rem;
  font-size: 2.4rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 1199.98px) {
  .p-kv__copy .p-copy__main {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 991.98px) {
  .p-kv__copy .p-copy__main {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-kv__copy .p-copy__main {
    font-size: 1.5rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-kv__copy .p-copy__sub {
  font-size: 1.2rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 1199.98px) {
  .p-kv__copy .p-copy__sub {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 991.98px) {
  .p-kv__copy .p-copy__sub {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767.98px) {
  .p-kv__copy .p-copy__sub {
    font-size: 0.8rem;
  }
}
.p-kv__copy .js-copy {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.p-kv__copy .js-copy.is-active {
  -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) 300ms;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-news {
  max-width: 990px;
  margin: auto;
  margin-bottom: 4.8rem;
  padding-right: 15px;
  padding-left: 15px;
}
.p-news a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-news__inner .c-title {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-news__inner .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-news__inner .news__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-news__inner .news__item {
    width: 48.5%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-news__inner .news__item {
    margin-bottom: 1.6rem;
  }
}
.p-news__inner .news__item:hover {
  background-color: #484848;
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
}
.p-news__inner .news__item:hover .item {
  color: #fff;
}
.p-news__inner .news__item:hover .item__category {
  color: #484848;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-news__inner .news__item .item {
    padding: 0.8rem;
  }
}
.p-news__inner .news__item .item__category {
  text-align: center;
  min-width: 85px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #484848;
  padding: 0 0.8rem;
  margin-right: 0.4rem;
  font-size: 0.7rem;
}
.p-news__inner .news__item .item__datetime {
  font-size: 0.7rem;
}
.p-news__inner .news__item .item__title {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
}
.p-news__inner .news__item .item__content .excerpt {
  text-align: justify;
}
.p-news__inner .news__item .item__content .continuation {
  text-align: right;
  margin-top: 0.4rem;
  padding-right: 0.4rem;
  font-size: 0.7rem;
}

.p-news__btn {
  margin-top: 2.4rem;
  text-align: center;
}

.p-service {
  max-width: 960px;
  margin: auto;
  margin-bottom: 12rem;
  padding-right: 15px;
  padding-left: 15px;
}
.p-servive__item {
  margin-top: 1.6rem;
}
.p-servive__item .item {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-servive__item .item {
    padding: 0 15px;
    margin-bottom: 4rem;
  }
}
.p-servive__item .item__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-servive__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  .p-servive__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-servive__item .item__inner .textBlock {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-servive__item .item__inner .textBlock {
    width: 50%;
    padding: 20px;
  }
}
.p-servive__item .item__inner .textBlock--C {
  background-color: rgba(0, 255, 255, 0.5019607843);
}
.p-servive__item .item__inner .textBlock--M {
  background-color: rgba(255, 0, 255, 0.5019607843);
  color: #fff;
}
.p-servive__item .item__inner .textBlock--Y {
  background-color: rgba(255, 255, 0, 0.5019607843);
}
.p-servive__item .item__inner .textBlock--K {
  background-color: rgba(0, 0, 0, 0.5019607843);
  color: #fff;
}
@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) or (-webkit-backdrop-filter: saturate(180%) blur(20px)) {
  .p-servive__item .item__inner .textBlock {
    -webkit-backdrop-filter: saturate(180%) blur(10px);
            backdrop-filter: saturate(180%) blur(10px);
  }
}
.p-servive__item .item__inner .textBlock__inner {
  padding: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-servive__item .item__inner .textBlock__inner .desc {
    min-height: 250px;
  }
}
.p-servive__item .item__inner .textBlock__inner .desc h2 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
}
.p-servive__item .item__inner .textBlock__inner .desc p {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-servive__item .item__inner .bgBlock {
    width: 50%;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .p-servive__item .item__inner .bgBlock {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 768px) {
  .p-servive__item .item__inner .bgBlock__inner img {
    position: absolute;
    width: 119%;
    max-width: initial;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    right: 0;
    top: 30px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2509803922);
    border-radius: 10px;
  }
}
.p-servive__item .item__inner .bgBlock__inner .flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-servive__item .item__inner--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-servive__item .item__inner--reverse .bgBlock__inner img {
    left: 0;
  }
}

.p-about {
  max-width: 960px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-about__title {
    width: 30%;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-about__body {
    width: 70%;
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-about__body {
    margin-top: 0.8rem;
  }
}
.p-about__body table {
  width: 100%;
}
.p-about__body table tr:nth-of-type(2n + 1) {
  background-color: #eee;
}
.p-about__body table th, .p-about__body table td {
  padding: 0.8rem;
  border: 1px solid #dee2e6;
}
.p-about__body table th {
  font-weight: bold;
  padding-right: 1rem;
  white-space: nowrap;
}

.p-about__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
}
@media screen and (min-width: 768px) {
  .p-about__map {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-about__map {
    margin-top: 2.4rem;
  }
}
.p-about__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-printer {
  background-image: url("../../img/bg-printer.jpg");
  background-position: bottom center;
  background-size: cover;
  margin-top: 6rem;
}

.p-printer__inner {
  max-width: 960px;
  margin: auto;
  padding: 4rem 0 6.4rem;
  padding-left: 15px;
  padding-right: 15px;
}
.p-printer__inner .photo {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-printer__inner .photo p {
  width: 49.5%;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 575.98px) {
  .p-printer__inner .photo p {
    margin-bottom: 0.2rem;
  }
}

.p-contact {
  background-color: #dee2e6;
  padding: 1.6rem 0.8rem 2.4rem;
  text-align: center;
}

.p-contact__desc {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__desc {
    font-size: 1.2rem;
  }
}

.p-contact__btn .c-btn {
  color: #fff;
  border: none;
}
.p-contact__btn .c-btn .icon {
  padding-right: 0.8rem;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1;
}
.p-contact__btn .c-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 6px 8px 11px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 6px 8px 11px rgba(0, 0, 0, 0.5019607843);
}/*# sourceMappingURL=front-page.css.map */