/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&family=Poppins:wght@300;400;500&display=swap");
.oswald {
  font-family: "Oswald", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

body > .container {
  padding-top: 78px;
}
@media screen and (max-width: 960px) {
  body > .container {
    padding-top: 49px;
  }
}

section p {
  margin-bottom: 0;
}

a {
  color: #000000;
}

.ttl01 {
  display: inline-block;
  border-bottom: solid 1px #000000;
  margin-bottom: 60px;
}
.ttl01__en {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 0.4em;
  line-height: 1;
  padding-bottom: 0.2em;
}
.ttl01__green {
  color: #B0D80A;
  font-size: 1em;
  font-style: normal;
}
.ttl01__jp {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .ttl01 {
    margin-bottom: 30px;
  }
}

.works-biz {
  margin-bottom: 130px;
  box-sizing: border-box;
  transition: 1s;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.works-biz *,
.works-biz *:before,
.works-biz *:after {
  box-sizing: inherit;
}
.works-biz img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.works-biz p {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .works-biz {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 961px) {
  .disp_sp {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 960px) {
  .disp_pc {
    display: none !important;
    visibility: hidden !important;
  }
}
.wrap01 {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap-r {
  max-width: calc(100% - (50% - 550px));
  width: 95%;
  margin-right: 0;
  margin-left: auto;
}

.wrap-l {
  max-width: calc(100% - (50% - 550px));
  width: 95%;
  margin-right: auto;
  margin-left: 0;
}

.ttl_blk {
  background: center/cover url("../img/bg-fv-pc.jpg") no-repeat;
  padding: 160px 0;
  margin-bottom: 100px;
}
.ttl_blk__ttl {
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.ttl_blk__ttl__en {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: inline-block;
  margin-right: 0.4em;
  line-height: 1.05;
}
.ttl_blk__ttl__jp {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .ttl_blk {
    background-image: url("../img/bg-fv-sp.jpg");
    padding: 113px 0;
    margin-bottom: 60px;
  }
  .ttl_blk__ttl {
    justify-content: center;
  }
  .ttl_blk__ttl__en {
    font-size: 62px;
  }
  .ttl_blk__ttl__jp {
    font-size: 22px;
  }
}

.works_tag_list {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .works_tag_list {
    padding-bottom: 60px;
  }
}
.works_tag_list__ul {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row-gap: 13px;
  -moz-column-gap: 13px;
       column-gap: 13px;
  flex-wrap: wrap;
}
.works_tag_list__a {
  display: block;
  background-color: #B0D80A;
  border-radius: 1.2em;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 0.3em 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .works_tag_list__a {
    font-size: 16px;
  }
}

.works01__ul {
  display: flex;
  grid-row-gap: 40px;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .works01__ul {
    grid-row-gap: 30px;
  }
}
.works01__li {
  width: 31%;
}
@media screen and (max-width: 1160px) {
  .works01__ul {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .works01__li {
    width: 48%;
  }
}
@media screen and (max-width: 760px) {
  .works01__li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.works01__ttl {
  margin-top: -1em;
  font-size: 17px;
  color: #B0D80A;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background-color: #000000;
  padding: 0.35em 0.5em;
  width: 70%;
  margin-bottom: 0.6em;
  position: relative;
}
.works01__tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
}
.works01__tag__a {
  display: block;
  font-size: 14px;
  display: block;
  background-color: #B0D80A;
  border-radius: 1.2em;
  letter-spacing: 0.05em;
  padding: 0.5em 1.3em;
  font-weight: bold;
}

.pagination .nav-links {
  margin-top: 80px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .pagination .nav-links {
    margin-top: 40px;
  }
}
.pagination .page-numbers {
  font-size: 20px;
}
.pagination .prev, .pagination .next {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-color: #000;
  color: transparent;
  border-radius: 50%;
}
.pagination .prev:after, .pagination .next:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  transform: rotate(45deg);
}
.pagination .prev:after {
  transform: rotate(-135deg);
  left: 0.5em;
}

.single01__blk01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}
.single01__left {
  width: 49%;
}
.single01__right {
  width: 47%;
}
.single01__ttl, .single01__product {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
.single01__txt01, .single01__spec {
  line-height: 1.6875;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .single01__blk01 {
    flex-direction: column;
    grid-row-gap: 20px;
  }
  .single01__left, .single01__right {
    width: 100%;
  }
  .single01__right {
    text-align: center;
  }
}

.single_tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.single_tags__a {
  display: block;
  font-size: 14px;
  display: block;
  background-color: #B0D80A;
  border-radius: 1.2em;
  letter-spacing: 0.05em;
  padding: 0.3em 1.3em;
  font-weight: bold;
}

.single02 {
  padding-bottom: 100px;
}
.single02__slider {
  margin: 0 42px 80px;
}
.single02__slider__wrapper {
  position: relative;
}
@media screen and (max-width: 960px) {
  .single02 {
    padding-bottom: 60px;
  }
  .single02__slider {
    margin: 0 37px 30px;
  }
}

.btn01 {
  text-align: center;
}
.btn01 span {
  font-size: inherit;
}
.btn01__a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 21px;
  font-weight: 700;
}
.btn01__arrow {
  width: 44px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0;
}

.swiper-button-prev, .swiper-button-next {
  width: 35px;
  height: 35px;
  background: center/contain url("../img/ico-arrow-right.png") no-repeat;
}
@media screen and (max-width: 960px) {
  .swiper-button-prev, .swiper-button-next {
    width: 28px;
    height: 28px;
  }
}

.swiper-button-prev {
  background-image: url("../img/ico-arrow-left.png");
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.single03 {
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .single03 {
    margin-bottom: 80px;
  }
}