@charset "UTF-8";
.o-explanation__heading {
  font-size: 1.6rem;
}

.o-explanation__desc {
  text-align: justify;
  margin-top: 1.6rem;
  padding: 15px;
}

.p-kv {
  position: relative;
}

.p-kv__flexslider .flexslider .slides img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-device-width: 375px) and (max-device-width: 767.98px) and (orientation: portrait) {
  .p-kv__flexslider .flexslider .slides img {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 767.98px) and (orientation: landscape) {
  .p-kv__flexslider .flexslider .slides img {
    height: calc(var(--vh, 1vh) * 120);
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024.98px) and (orientation: portrait) {
  .p-kv__flexslider .flexslider .slides img {
    height: calc(var(--vh, 1vh) * 57);
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024.98px) and (orientation: landscape) {
  .p-kv__flexslider .flexslider .slides img {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1366.98px) and (orientation: portrait) {
  .p-kv__flexslider .flexslider .slides img {
    height: calc(var(--vh, 1vh) * 60);
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1366.98px) and (orientation: landscape) {
  .p-kv__flexslider .flexslider .slides img {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.p-kv__flexslider .flexslider .slides__zoom {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}
@-webkit-keyframes zoom {
  100% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
}
@keyframes zoom {
  100% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
}
.p-kv__flexslider .flexslider .slides__zoom.flex-active-slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: zoom 6.4s ease-out forwards;
          animation: zoom 6.4s ease-out forwards;
}
.p-kv__flexslider .flexslider .slides__zoom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.225);
}
.p-kv__flexslider .flexslider .flex-control-nav {
  z-index: 15;
  display: none;
}

.p-kv__topic {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  min-height: 50px;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-kv__topic {
    height: 70px;
  }
}
.p-kv__topic .p-topic {
  max-width: 930px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5019607843);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) or (-webkit-backdrop-filter: saturate(180%) blur(20px)) {
  .p-kv__topic .p-topic {
    background: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
            backdrop-filter: saturate(180%) blur(20px);
  }
}
.p-kv__topic .p-topic__content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
.p-kv__topic .p-topic__content .content__date {
  padding-right: 2rem;
  font-size: 0.7rem;
}
.p-kv__topic .p-topic__content .content__date small {
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .p-kv__topic .p-topic__content .content__text {
    font-size: 0.8rem;
    display: block;
    margin-top: -0.4rem;
  }
}
.p-kv__topic .p-topic__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-left: 1px solid #fff;
  width: 120px;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .p-kv__topic .p-topic__btn {
    display: none;
  }
}
.p-kv__topic .p-topic__btn::after {
  content: "";
  display: inline-block;
  margin-left: 0.4rem;
  width: 1rem;
  height: 1rem;
  background-image: url("/assets/img/front-page/arrow-right_W.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.copy {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%);
  width: 100%;
  padding: 0 70px;
  opacity: 0;
}
@media screen and (max-width: 575.98px) {
  .copy {
    padding: 0;
  }
}
.copy .ex-cobyBtn, .copy .copy__item .awardcopy__btn, .copy .copy__item .bacecopy__btn {
  display: inline-block;
  padding: 0.8rem 0;
  opacity: 0; /* 初期状態を透明にする */
  position: relative; /* 相対位置を指定する */
  top: 20px; /* 初期位置を少し下にずらす */
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s; /* opacityとtopの変化を0.5秒でスムーズに遷移させる */
}
.copy .ex-cobyBtn a, .copy .copy__item .awardcopy__btn a, .copy .copy__item .bacecopy__btn a {
  color: inherit;
  text-decoration: none;
}
.copy .ex-cobyBtn .c-btn, .copy .copy__item .awardcopy__btn .c-btn, .copy .copy__item .bacecopy__btn .c-btn {
  margin: 0 0.4rem;
  min-width: 185px;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
@media screen and (min-width: 768px) {
  .copy .ex-cobyBtn .c-btn, .copy .copy__item .awardcopy__btn .c-btn, .copy .copy__item .bacecopy__btn .c-btn {
    min-width: 167px;
  }
}
@media screen and (max-width: 575.98px) {
  .copy .ex-cobyBtn .c-btn, .copy .copy__item .awardcopy__btn .c-btn, .copy .copy__item .bacecopy__btn .c-btn {
    min-width: 140px;
    margin: 0 0.2rem;
  }
}
.copy .ex-cobyBtn .c-btn:hover, .copy .copy__item .awardcopy__btn .c-btn:hover, .copy .copy__item .bacecopy__btn .c-btn:hover {
  background: #fff;
  color: #484848;
  text-shadow: none;
}
.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: translate(0, -50%);
          transform: translate(0, -50%);
}
.copy .copy__item {
  max-width: 960px;
  margin: auto;
  padding: 1rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copy .copy__item .bacecopy {
  display: inline-block;
}
.copy .copy__item .bacecopy__main {
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 3px 1px 8px rgba(72, 72, 72, 0.2509803922);
  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) {
  .copy .copy__item .bacecopy__main {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 991.98px) {
  .copy .copy__item .bacecopy__main {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .copy .copy__item .bacecopy__main {
    font-size: 1.5rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.copy .copy__item .bacecopy__main span.big {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .copy .copy__item .bacecopy__main span.big {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  .copy .copy__item .bacecopy__main span.big {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .copy .copy__item .bacecopy__main span.big {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .copy .copy__item .bacecopy__main span.big {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 575.98px) {
  .copy .copy__item .bacecopy__main span.small {
    font-size: 2.7rem;
  }
}
.copy .copy__item .bacecopy__sub {
  font-size: 1.2rem;
  text-shadow: 3px 1px 8px rgba(72, 72, 72, 0.2509803922);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 1px;
}
@media screen and (max-width: 1199.98px) {
  .copy .copy__item .bacecopy__sub {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 991.98px) {
  .copy .copy__item .bacecopy__sub {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767.98px) {
  .copy .copy__item .bacecopy__sub {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .copy .copy__item .bacecopy__btn {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.copy .copy__item .awardcopy {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .copy .copy__item .awardcopy {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.copy .copy__item .awardcopy__inner {
  text-shadow: 0 0 6px #000;
}
@media screen and (min-width: 768px) {
  .copy .copy__item .awardcopy__inner {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .copy .copy__item .awardcopy__inner {
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .copy .copy__item .awardcopy__inner .heading {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .copy .copy__item .awardcopy__inner .product {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .copy .copy__item .awardcopy__inner .product {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .copy .copy__item .awardcopy__inner .product {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .copy .copy__item .awardcopy__inner .product {
    font-size: 1.7rem;
  }
}
.copy .copy__item .awardcopy__inner .product span.small {
  font-size: 0.65em;
  padding-right: 0.6rem;
}
@media screen and (max-width: 575.98px) {
  .copy .copy__item .awardcopy__inner .product span.normal {
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 575.98px) {
  .copy .copy__item .awardcopy__inner .product span.normal--mod {
    letter-spacing: initial;
    font-size: 1.45rem;
  }
}
.copy .copy__item .awardcopy__gooddesign {
  margin-top: 0.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 575.98px) {
  .copy .copy__item .awardcopy__gooddesign {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
  }
}
.copy .copy__item .awardcopy__gooddesign .gooddesign {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .copy .copy__item .awardcopy__gooddesign .gooddesign {
    max-width: 624px;
  }
}
@media screen and (max-width: 1199.98px) {
  .copy .copy__item .awardcopy__gooddesign .gooddesign {
    max-width: 470px;
  }
}
@media screen and (max-width: 767.98px) {
  .copy .copy__item .awardcopy__gooddesign .gooddesign {
    max-width: 394px;
  }
}
@media screen and (max-width: 575.98px) {
  .copy .copy__item .awardcopy__gooddesign .gooddesign {
    max-width: 290px;
  }
}
.copy .copy__item .awardcopy__gooddesign .gooddesign__gooddesign {
  padding: 1.2rem;
  background-color: rgba(255, 255, 255, 0.88);
}

.p-post {
  padding: 1rem;
  margin: auto;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-post {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-post {
    max-width: 960px;
  }
}

.p-post__heading {
  border-bottom: 1px solid #707070;
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-post__heading .heading {
  font-size: 1.2rem;
  font-weight: 300;
}
.p-post__heading .heading small {
  font-size: 0.9rem;
  padding-left: 0.8rem;
}
.p-post__heading .target {
  text-decoration: none;
  color: #484848;
  font-size: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-post__heading .target::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  margin-right: 0.4rem;
  background-image: url("/assets/img/front-page/arrow-right_K.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-post__heading .target:hover {
  opacity: 1;
  font-weight: bold;
}
.p-post__heading .target:hover::before {
  margin-right: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-post__topic .topic__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.8rem 1rem;
  text-decoration: none;
  color: var(--dark);
  border-bottom: 1px solid rgba(112, 112, 112, 0.3137254902);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767.98px) {
  .p-post__topic .topic__inner {
    padding: 0.4rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-post__topic .topic__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-post__topic .topic__category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-post__topic .topic__category .time {
  display: inline-block;
  min-width: 95px;
  opacity: 0.5;
}
.p-post__topic .topic__category .label {
  min-width: 160px;
  color: #fff;
  background-color: #484848;
  display: inline-block;
  text-align: center;
  padding: 0 0.8rem;
  margin-right: 0.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-post__topic .topic__category .label {
    padding: 0 0.8rem;
  }
}
.p-post__topic .topic__body {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-post__topic .topic__body {
    padding-top: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-post__topic .topic__body {
    padding-left: 0.8rem;
  }
}
.p-post__topic .topic__body span {
  display: block;
}
.p-post__topic .topic:hover .topic__inner {
  background-color: #484848;
  color: var(--white);
}
.p-post__topic .topic:hover .topic__category .label {
  background-color: #ccc;
  color: #484848;
}
.p-post__topic .topic:hover .topic__body {
  opacity: 0.5;
}

.p-maintenance {
  max-width: 960px;
  padding: 15px;
  margin: auto;
}
.p-maintenance p {
  padding: 15px;
  border: 1px dashed #484848;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .p-maintenance p {
    text-align: initial;
  }
}
.p-maintenance p .replenishment {
  font-size: 0.8rem;
}

.p-is {
  max-width: 1280px;
  margin: auto;
}

.p-is__inner {
  margin-bottom: 6.4rem;
}
.p-is__inner:last-of-type {
  margin-bottom: initial;
}
@media screen and (max-width: 767.98px) {
  .p-is__inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-is__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .p-is__inner--mod-01 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-is__inner--mod-01 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-is__inner--mod-01 .p-is__explanation {
    margin-left: -6%;
  }
}
@media screen and (min-width: 1200px) {
  .p-is__inner--mod-01 .p-is__explanation {
    margin-left: -4%;
  }
}
.p-is__inner--mod-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 992px) {
  .p-is__inner--mod-02 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-is__inner--mod-02 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-is__inner--mod-02 .p-is__explanation {
    margin-right: -6%;
  }
}
@media screen and (min-width: 1200px) {
  .p-is__inner--mod-02 .p-is__explanation {
    margin-right: -4%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-is__explanation {
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .p-is__explanation {
    background-color: rgba(255, 255, 255, 0.3137254902);
    padding: 1.2rem;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .p-is__explanation {
    background-color: rgba(255, 255, 255, 0.8784313725);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3137254902);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3137254902);
    width: 500px;
  }
  @supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) or (-webkit-backdrop-filter: saturate(180%) blur(20px)) {
    .p-is__explanation {
      background-color: rgba(255, 255, 255, 0.4509803922);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      backdrop-filter: saturate(180%) blur(20px);
    }
  }
}
@media screen and (max-width: 575.98px) {
  .p-is__explanation .subHeading {
    padding-top: 0.4rem;
  }
}
.p-is__explanation .heading {
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .p-is__explanation .heading {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-is__explanation .heading {
    font-size: 1.6rem;
  }
}
.p-is__explanation .desc {
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .p-is__explanation .desc {
    margin-top: 0.8rem;
  }
}
.p-is__explanation .Btn {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-is__img {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .p-is__img {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .p-is__img {
    height: 400px;
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .p-is__img {
    width: 65%;
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .p-is__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 992px) {
  .p-is__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-projects {
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}

.p-projects__explanation {
  max-width: 610px;
  margin: auto;
  text-align: center;
  margin-bottom: 2.4rem;
}

.p-projects__heading {
  display: inline-block;
  font-size: 1.1rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 0.8rem;
}

.p-projects__body {
  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-projects__body::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .p-projects__body::after {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .p-projects__body::after {
    width: 32.5%;
  }
}
.p-projects__body .p-pjCard {
  text-decoration: none;
  color: var(--textcolor);
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.2235294118);
          box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.2235294118);
  margin-bottom: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-projects__body .p-pjCard {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .p-projects__body .p-pjCard {
    width: 32.5%;
  }
}
.p-projects__body .p-pjCard--junbi {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-projects__body .p-pjCard--junbi .p-pjCard__img {
  margin: -1px 0;
}
.p-projects__body .p-pjCard--junbi .p-pjCard__body {
  width: calc(100% - 140px);
  border: 1px dashed #666;
  border-left: none;
  border-top-right-radius: 6px;
  border-end-end-radius: 6px;
}
.p-projects__body .p-pjCard:hover {
  background-color: #484848;
  color: #ccc;
}
.p-projects__body .p-pjCard:hover .p-pjCard__body .name span {
  color: #03b8b8;
  border: 1px solid #03b8b8;
}
.p-projects__body .p-pjCard__img {
  width: 140px;
}
@media screen and (max-width: 991.98px) {
  .p-projects__body .p-pjCard__img {
    width: 100px;
  }
}
.p-projects__body .p-pjCard__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-projects__body .p-pjCard__body {
  font-size: 1rem;
  padding: 0.4rem 0.8rem;
}
.p-projects__body .p-pjCard__body .name {
  font-weight: bold;
  padding-bottom: 0.4rem;
  vertical-align: middle;
}
.p-projects__body .p-pjCard__body .name span {
  display: inline-block;
  border-radius: 3px;
  padding: 0 0.4rem;
  font-size: 0.7rem;
  vertical-align: middle;
  color: #036eb8;
  border: 1px solid #036eb8;
  margin-left: 0.4rem;
  margin-top: -1px;
}
.p-projects__body .p-pjCard__body .name span.entry {
  color: #484848;
  border: 1px solid #484848;
}
.p-projects__body .p-pjCard__body .name span.sold {
  color: #ccc;
  background: #484848;
  border: 1px solid #484848;
}
.p-projects__body .p-pjCard__body .name span.new {
  color: #ff0000;
  border: 1px solid #ff0000;
}
.p-projects__body .p-pjCard__body .name span.junbi {
  border: 1px dashed #036eb8;
}
.p-projects__body .p-pjCard__body .desc {
  opacity: 0.8;
  font-size: 0.9rem;
}

.ex-ptA .p-projectMobile {
  position: relative;
  background-image: url("/assets/img/front-page/projectMobile-07.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: none;
}
.ex-ptA .p-projectMobile__inner {
  padding: 2.4rem 15px 3.2rem;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.ex-ptA .p-projectMobile__explanation {
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 2.4rem;
}
.ex-ptA .p-projectMobile__btn {
  text-align: center;
}
.ex-ptA .p-projectMobile__btn p {
  padding: 0.4rem;
}
.ex-ptA .p-projectMobile__btn .c-btn {
  color: #ffffff;
  background: none;
}

.ex-ptB .p-projectMobile__inner {
  padding: 2.4rem 15px 3.2rem;
}
.ex-ptB .p-projectMobile__explanation {
  margin-bottom: 1.6rem;
  text-align: center;
}
.ex-ptB .p-projectMobile__btn .p-btnBlock {
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3137254902);
}
.ex-ptB .p-projectMobile__btn .p-btnBlock a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 2.4rem;
  font-size: 1rem;
  font-weight: bold;
}
.ex-ptB .p-projectMobile__btn .p-btnBlock--01 {
  background-image: url("/assets/img/front-page/projectMobile-07.jpg");
}
.ex-ptB .p-projectMobile__btn .p-btnBlock--02 {
  background-image: url("/assets/img/front-page/projectMobile-08.jpg");
}

.ex-ptC .p-projectMobile__explanation {
  margin-bottom: 1.6rem;
  text-align: center;
  padding: 0 15px;
}
.ex-ptC .p-projectMobile__select .select__item {
  position: relative;
  margin-bottom: 1.6rem;
  display: block;
  color: inherit;
}
.ex-ptC .p-projectMobile__select .select__img--left {
  text-align: left;
}
.ex-ptC .p-projectMobile__select .select__img--right {
  text-align: right;
}
.ex-ptC .p-projectMobile__select .select__img img {
  width: 75%;
}
.ex-ptC .p-projectMobile__select .select__seviceName {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ex-ptC .p-projectMobile__select .select__seviceName--right {
  right: 0;
}
.ex-ptC .p-projectMobile__select .select__seviceName .seviceName {
  padding: 0.8rem 15px;
  background-color: rgba(255, 255, 255, 0.8666666667);
}
@supports ((-webkit-backdrop-filter: saturate(180%) blur(6px)) or (backdrop-filter: saturate(180%) blur(6px))) or (-webkit-backdrop-filter: saturate(180%) blur(6px)) {
  .ex-ptC .p-projectMobile__select .select__seviceName .seviceName {
    background-color: rgba(255, 255, 255, 0.3137254902);
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    backdrop-filter: saturate(180%) blur(6px);
  }
}
.ex-ptC .p-projectMobile__select .select__seviceName .seviceName__name {
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.4rem;
}
.ex-ptC .p-projectMobile__select .select__seviceName .seviceName__desc {
  font-weight: 200;
}

.p-event {
  background-color: #f3f3f3;
  padding: 4rem 0;
}
@media screen and (max-width: 575.98px) {
  .p-event {
    padding: 1.6rem 15px;
  }
}

.p-event__explanation {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 991.98px) {
  .p-event__explanation {
    max-width: 590px;
  }
}

.p-event__swiper {
  padding-top: 1.6rem;
}

[class^=swiper-button-] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  overflow-y: visible !important;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide .entity-img {
  display: block;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3137254902);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3137254902);
}

[class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.swiper-pagination {
  width: 100%;
  position: static;
  padding: 0.8rem;
}

.swiper-pagination-bullet {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0.4rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 3rem;
    height: 2px;
    border-radius: 0;
  }
}
.swiper-pagination-bullet-active {
  background-color: #2b70ba;
  outline-color: #2b70ba;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.p-works {
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}

.p-works__explanation {
  max-width: 590px;
  margin: auto;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-works__explanation {
    margin-bottom: 2.4rem;
  }
}

.p-works__img {
  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-works__img .img {
  width: 32.5%;
  margin-bottom: 0.8rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-works__img .img {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p-works__img .img {
    width: 48.5%;
    margin-bottom: 0.6rem;
  }
}
.p-works__img a {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-works__img a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7294117647);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  @supports ((-webkit-backdrop-filter: saturate(180%) blur(9px)) or (backdrop-filter: saturate(180%) blur(9px))) or (-webkit-backdrop-filter: saturate(180%) blur(9px)) {
    .p-works__img a::after {
      background-color: rgba(0, 0, 0, 0.1803921569);
      -webkit-backdrop-filter: saturate(180%) blur(9px);
      backdrop-filter: saturate(180%) blur(9px);
    }
  }
  .p-works__img a::before {
    content: "竣工写真をみる";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
    padding: 0.8rem 1.2rem;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 1.2rem;
  }
  .p-works__img a:hover::after {
    opacity: 1;
  }
  .p-works__img a:hover::before {
    opacity: 1;
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
  }
}

.p-interview {
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .p-interview {
    margin-top: -1.6rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p-interview {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-interview {
    margin-top: -3.2rem;
  }
}

@media screen and (min-width: 992px) {
  .p-interview__explanation {
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .p-interview__explanation {
    top: 40%;
  }
}
.p-interview__explanation .o-explanation {
  text-align: center !important;
}
@media screen and (min-width: 992px) {
  .p-interview__explanation .o-explanation {
    display: inline-block;
    white-space: nowrap;
  }
}
@media screen and (max-width: 991.98px) {
  .p-interview__explanation .o-explanation__hgroup {
    position: absolute;
    top: 25%;
    width: 100%;
    color: white;
  }
}
@media screen and (max-width: 575.98px) {
  .p-interview__explanation .o-explanation__hgroup {
    top: 9%;
  }
}
.p-interview__explanation .o-explanation__desc {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-interview__explanation .o-explanation__desc {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview__explanation .o-explanation__desc {
    margin-top: 0.8rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991.98px) {
  .p-interview__explanation .o-explanation__desc {
    width: 100%;
    margin-top: -6%;
    text-align: center;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .p-interview__explanation .o-explanation__desc .inner {
    display: inline-block;
    max-width: 660px;
    background-color: #ffffff;
    margin: auto;
    padding: 0.8rem;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1882352941);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1882352941);
    text-align: justify;
  }
}
@media screen and (max-width: 767.98px) {
  .p-interview__explanation .o-explanation__desc .inner {
    max-width: 560px;
  }
}
@media screen and (max-width: 991.98px) {
  .p-interview__explanation .o-explanation__desc .inner .Btn {
    padding: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__explanation .o-explanation__desc .inner .Btn {
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview__explanation .o-explanation__desc .inner .Btn {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__explanation .o-explanation__desc .inner .Btn .c-btn {
    font-weight: 200;
  }
  @supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) or (-webkit-backdrop-filter: saturate(180%) blur(20px)) {
    .p-interview__explanation .o-explanation__desc .inner .Btn .c-btn {
      color: #ffffff;
      border: none;
      background-color: rgba(255, 255, 255, 0.3137254902);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      backdrop-filter: saturate(180%) blur(20px);
    }
  }
}

.p-blog {
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}

.p-blog__explanation {
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-blog__explanation {
    margin-bottom: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog__contents .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-blog__contents .contents__item {
  -webkit-box-shadow: 3px 3px 17px 0px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 3px 3px 17px 0px rgba(0, 0, 0, 0.1882352941);
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767.98px) {
  .p-blog__contents .contents__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__contents .contents__item {
    padding-bottom: 2.4rem;
    width: 32%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-blog__contents .contents__item .img {
    width: 30%;
  }
  .p-blog__contents .contents__item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-blog__contents .contents__item .body {
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .p-blog__contents .contents__item .body {
    width: 70%;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__contents .contents__item .body {
    padding: 0.8rem;
    margin-top: 0.8rem;
  }
}
.p-blog__contents .contents__item .body span {
  display: block;
}
.p-blog__contents .contents__item .body .date {
  opacity: 0.5;
  font-size: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-blog__contents .contents__item .body .date {
    font-size: 0.6rem;
  }
}
.p-blog__contents .contents__item .body .title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-blog__contents .contents__item .body .text {
    margin-bottom: 0.8rem;
  }
}
.p-blog__contents .contents__item .body .target {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .p-blog__contents .contents__item .body .target {
    display: none;
  }
}

.p-information {
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}

.p-information__explanation {
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-information__explanation {
    margin-bottom: 2.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-information__Media {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-information__Media .Media__inner {
    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-information__Media .Media__item {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-information__Media .Media__item {
    width: 48.5%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-information__Media .Media__item {
    margin-bottom: 1.6rem;
  }
}
.p-information__Media .Media__subHeading {
  display: inline-block;
}
.p-information__Media .Media__body .photo {
  width: 36%;
  padding-right: 0.8rem;
  float: left;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-information__Media .Media__body .photo {
    width: 25%;
  }
}
.p-information__Media .Media__body .photo img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.p-information__Media .Media__body .desc {
  display: block;
  text-align: justify;
}
@media screen and (min-width: 1200px) {
  .p-information__Media .Media__body .desc {
    font-size: 0.9rem;
  }
}
.p-information__Media .Media__body .desc h2 {
  display: inline;
}
@media screen and (max-width: 767.98px) {
  .p-information__Media .Media__body .desc {
    font-size: 0.8rem;
  }
}
.p-information__Media .Media__body .desc span {
  font-size: 0.8rem;
  opacity: 0.8;
  display: block;
  text-align: right;
}
.p-information__Media .Media__body .desc::after {
  content: "";
  display: block;
  clear: both;
}/*# sourceMappingURL=front-page.css.map */