body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body p,
body span {
  color: #707070;
}

.top .warp {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top .warp {
    width: 80%;
    max-width: 1200px;
  }
}
.top .warp .top-container .sp-flex {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .top .warp .top-container .sp-flex {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .top .warp .top-container .pc-flex {
    align-items: center;
    margin-bottom: 60px;
  }
}
.top .warp .top-container .pc-flex .top-img {
  width: 320px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top .warp .top-container .pc-flex .top-img {
    width: 46%;
    max-width: 500px;
    margin-right: 30px;
  }
}
.top .warp .top-container .pc-flex .text-inner {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top .warp .top-container .pc-flex .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
}
.top .warp .top-container .pc-flex .text-inner .text-title {
  font-size: 2rem;
  font-weight: 500;
  padding: 20px 0;
  display: inline-block;
  position: relative;
  color: #b8a677;
}
@media screen and (min-width: 769px) {
  .top .warp .top-container .pc-flex .text-inner .text-title {
    font-size: 2.3rem;
  }
}
.top .warp .top-container .pc-flex .text-inner .leaf1::before {
  position: absolute;
  content: "";
  background-image: url(../imgs/leaf-03.webp);
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 100%;
  left: -50px;
  top: 0;
}
.top .warp .top-container .pc-flex .text-inner .leaf1::after {
  position: absolute;
  content: "";
  background-image: url(../imgs/leaf-04.webp);
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 100%;
  right: -50px;
  top: -5px;
}
.top .warp .top-container .pc-flex .text-inner .leaf2::after {
  position: absolute;
  content: "";
  background-image: url(../imgs/leaf-05.webp);
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 100%;
  right: -50px;
  top: -5px;
}
.top .warp .top-container .pc-flex .text-inner p {
  line-height: 2.5;
  font-size: 1.5rem;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .top .warp .top-container .pc-flex .text-inner p {
    font-size: 1.75rem;
    line-height: 34px;
    text-align: left;
  }
}
.top .warp .top-container .pc-flex .flex-left {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top .warp .top-container .pc-flex .flex-left {
    width: 50%;
  }
}
.top .warp .top-container .pc-flex .flex-left img {
  width: 300px;
}
@media screen and (min-width: 769px) {
  .top .warp .top-container .pc-flex .flex-left img {
    width: 100%;
    max-width: 400px;
  }
}
.top .warp .top-container .pc-flex .flex-left .animaru {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top .warp .top-container .pc-flex .flex-left .animaru {
    width: 70%;
    max-width: 350px;
  }
}

.work .warp .card-list {
  padding-bottom: 30px;
  list-style: none;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .work .warp .card-list {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    max-width: 1200px;
    margin: 30px auto 30px auto;
  }
}
.work .warp .card-list .card {
  padding: 40px 20px 0px 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  min-width: 300px;
}
@media screen and (min-width: 769px) {
  .work .warp .card-list .card {
    width: 33.3333333333%;
    max-width: 400px;
    margin: 0;
    margin-bottom: 30px;
  }
}
.work .warp .card-list .card .title-inner {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .work .warp .card-list .card .title-inner {
    margin-bottom: 30px;
  }
}
.work .warp .card-list .card .title-inner .hart {
  width: 15px;
  height: 100%;
  margin: 0 15px 0 10px;
}
.work .warp .card-list .card .title-inner .cate-title {
  color: #b8a677;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  margin-right: 25px;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .work .warp .card-list .card .title-inner .cate-title {
    font-size: 2rem;
  }
}
.work .warp .card-list .card .title-inner hr {
  width: 100%;
}
.work .warp .card-list .card .title-inner .image {
  position: absolute;
  width: 60px;
  height: auto;
  right: 10px;
}
.work .warp .card-list .card p {
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .work .warp .card-list .card p {
    font-size: 1.8rem;
  }
}

.staff .warp {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .staff .warp {
    width: 80%;
    max-width: 1200px;
  }
}
.staff .warp .pc-flex {
  margin: 30px 0;
}
@media screen and (min-width: 769px) {
  .staff .warp .pc-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.staff .warp .pc-flex .text-inner {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .staff .warp .pc-flex .text-inner {
    width: 50%;
  }
}
.staff .warp .pc-flex .text-inner .text-title {
  font-size: 1.7rem;
  color: #707070;
  display: inline-block;
  position: relative;
  padding: 30px 0px 20px;
}
@media screen and (min-width: 769px) {
  .staff .warp .pc-flex .text-inner .text-title {
    font-size: 2rem;
  }
}
.staff .warp .pc-flex .text-inner .text-title::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/Leaf-01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 100%;
  top: 5px;
  left: -40px;
}
.staff .warp .pc-flex .text-inner .text-title::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/leaf-02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 100%;
  top: 5px;
  right: -40px;
}
.staff .warp .pc-flex .text-inner p {
  line-height: 2.7;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .staff .warp .pc-flex .text-inner p {
    font-size: 1.7rem;
    text-align: start;
  }
}
.staff .warp .pc-flex .flex-right img {
  width: 340px;
  margin-bottom: 20px;
  margin-left: 30px;
}

@media screen and (min-width: 769px) {
  .reqest .warp {
    max-width: 1200px;
    margin: 0 auto;
    width: 80%;
  }
}
.reqest .warp .container .pc-flex {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .reqest .warp .container .pc-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.reqest .warp .container .pc-flex .text-inner .sub-title {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.9;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .reqest .warp .container .pc-flex .text-inner .sub-title {
    font-size: 2rem;
  }
}
.reqest .warp .container .pc-flex .text-inner .leaf-3::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/Leaf-04.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  top: -15px;
}
.reqest .warp .container .pc-flex .text-inner p {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .reqest .warp .container .pc-flex .text-inner p {
    font-size: 1.7rem;
    text-align: start;
  }
}
.reqest .warp .container .pc-flex .text-inner p .text {
  display: inline-block;
}
.reqest .warp .container .pc-flex .flex-right img {
  margin-left: 70px;
  width: 260px;
  margin-bottom: 20px;
}
.reqest .warp .link-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reqest .warp .link-button p {
  font-size: 1.8rem;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.reqest .warp .link-button p::before {
  position: absolute;
  content: "";
  background-image: url(../imgs/leaf-03.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 40px;
  top: -10px;
  left: -40px;
}/*# sourceMappingURL=work.css.map */