@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;800;900&display=swap");
.top-image .catchcopy {
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.02px;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
@media (max-width: 600px) {
  .top-image .catchcopy {
    font-size: 24px;
  }
}
.top-image .image img {
  width: 100%;
}

.main-contents {
  margin: -140px auto 0 auto;
}
@media (max-width: 600px) {
  .main-contents {
    margin: 60px auto 0 auto;
  }
}
.main-contents .center-text {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.75;
}
@media (max-width: 600px) {
  .main-contents .center-text {
    margin-bottom: 40px;
    text-align: left;
  }
  .main-contents .center-text br {
    display: none;
  }
}
.main-contents .service-content {
  margin-bottom: 80px;
}
.main-contents .service-content .head-cont {
  align-items: flex-end;
  margin-bottom: 50px;
}
.main-contents .service-content .head-cont .headline {
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .main-contents .service-content .head-cont .headline {
    margin: 0 0 20px 0;
  }
}
.main-contents .service-content .head-cont .catch {
  line-height: 1.3125;
}
@media (max-width: 600px) {
  .main-contents .service-content .head-cont .catch {
    margin: 0 auto;
    text-align: center;
  }
}
.main-contents .service-content .head-cont .catch span {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .main-contents .service-content .head-cont .catch span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.main-contents .service-content .head-cont .catch span:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #FFFF00;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
.main-contents .service-content .head-cont .catch span span {
  font-size: 48px;
}
.main-contents .service-content .list {
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto 60px auto;
}
@media (max-width: 600px) {
  .main-contents .service-content .list {
    max-width: 100%;
  }
}
.main-contents .service-content .list .btn {
  width: 170px;
  background-color: #A1A1A1;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  padding: 12px 0;
  line-height: 1;
}
@media (max-width: 600px) {
  .main-contents .service-content .list .btn {
    margin-bottom: 20px;
  }
  .main-contents .service-content .list .btn:last-child {
    margin-bottom: 0;
  }
}
.main-contents .service-content .list-card {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .main-contents .service-content .list-card {
    overflow-x: scroll;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .main-contents .service-content .list-card .list-inner {
    width: 800px;
    padding: 20px;
  }
}
.main-contents .service-content .list-card .list-inner .card {
  width: calc(33.3% - 17px);
  padding: 50px 25px;
  box-sizing: border-box;
  margin-right: 25px;
  box-shadow: 1px 1px 6px 0 rgba(168, 190, 203, 0.68);
  border-radius: 10px;
}
.main-contents .service-content .list-card .list-inner .card:last-child {
  margin-right: 0;
}
.main-contents .service-content .list-card .list-inner .card .image {
  height: 180px;
  text-align: center;
  margin-bottom: 30px;
}
.main-contents .service-content .list-card .list-inner .card .text {
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
  font-weight: 500;
}
.main-contents .service-content .list-card .list-inner .card .price {
  text-align: center;
  line-height: 1.6875;
  font-weight: 500;
}
.main-contents .service-content .list-card .list-inner .card .price div {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
}
.main-contents .service-content .list-card .list-inner .card .price div span {
  font-size: 22px;
}
.main-contents .works-content .catch {
  margin-bottom: 60px;
  font-weight: 500;
  line-height: 1.3125;
}
.main-contents .works-content .list .box {
  width: calc(50% - 30px);
  height: 500px;
  margin-right: 60px;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .main-contents .works-content .list .box {
    width: 100%;
    margin: 0 0 30px 0;
    height: 300px;
  }
}
.main-contents .works-content .list .box:nth-child(2n) {
  margin-right: 0;
}
.main-contents .works-content .list .box a {
  height: 100%;
}
.main-contents .works-content .list .box a .image {
  height: 100%;
}
.main-contents .works-content .list .box a .image img {
  width: 100%;
  object-fit: cover;
}
.main-contents .works-content .list .box a .image .content {
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgb(102, 102, 102) 100%);
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgb(102, 102, 102) 100%);
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgb(102, 102, 102) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00666666", endColorstr="#666666", GradientType=0);
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
  font-weight: 500;
}
.main-contents .works-content .list .box a .image .content div {
  color: #fff;
}
.main-contents .works-content .list .box a .image .content .cat {
  font-size: 12px;
  margin-bottom: 10px;
}
.main-contents .works-content .list .box a .image .content .cat::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2023/08/logo-bookmark.png);
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.main-contents .about-content {
  padding: 110px 0 150px 0;
  box-sizing: border-box;
  background-image: url(/wp-content/uploads/2023/08/about-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .main-contents .about-content {
    padding: 60px 0;
    background: none;
  }
}
.main-contents .about-content .headline {
  text-align: center;
  margin-bottom: 30px;
}
.main-contents .about-content .headline span {
  display: block;
  margin-top: 20px;
}
.main-contents .about-content .content {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.main-contents .about-content .content span {
  display: block;
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.5;
}

.blog-content {
  margin-bottom: 80px;
}
.blog-content .bottom-back {
  bottom: 0;
  left: 0;
  z-index: -1;
}
.blog-content .bottom-back img {
  width: 100%;
}
.blog-content .headline {
  margin-bottom: 50px;
}
.blog-content .catch {
  width: 40%;
  margin-bottom: 80px;
  line-height: 2.0833333333;
  font-weight: 500;
}
@media (max-width: 600px) {
  .blog-content .catch {
    width: 100%;
  }
}
.blog-content .list .box {
  width: calc(50% - 30px);
  margin-right: 60px;
  margin-bottom: 70px;
}
.blog-content .list .box:nth-child(2n) {
  margin-top: -230px;
  margin-right: 0;
}
@media (max-width: 600px) {
  .blog-content .list .box {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .blog-content .list .box:nth-child(2n) {
    margin-top: 0px;
  }
}
.blog-content .list .box a {
  height: 100%;
}
.blog-content .list .box a .image {
  margin-bottom: 20px;
  height: 300px;
}
.blog-content .list .box a .image img {
  width: 100%;
  object-fit: cover;
}
.blog-content .list .box a .content .cat {
  font-size: 12px;
  margin-bottom: 10px;
  color: #00BCAE;
  align-items: center;
}
.blog-content .list .box a .content .cat::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2023/08/logo-bookmark-b.png);
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.blog-content .list .box a .content .title {
  font-size: 18px;
  font-weight: bold;
}
.blog-content .more-btn a {
  margin: 0 0 0 auto;
}
.blog-content .blog-border {
  width: 50%;
  height: 80%;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.blog-content .blog-border img {
  width: 100%;
}

.news-content .headline {
  margin-bottom: 60px;
}
.news-content .list .box {
  width: calc(50% - 30px);
  margin-right: 60px;
  margin-bottom: 70px;
}
.news-content .list .box:nth-child(2n) {
  margin-top: -230px;
  margin-right: 0;
}
.news-content .list .box a {
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.news-content .list .box a .image {
  margin-bottom: 20px;
}
.news-content .list .box a .image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.news-content .list .box a .content .cat {
  font-size: 12px;
  margin-bottom: 10px;
  color: #00BCAE;
  align-items: center;
}
.news-content .list .box a .content .cat::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2023/08/logo-bookmark-b.png);
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.news-content .list .box a .content .title {
  font-size: 18px;
  font-weight: bold;
}/*# sourceMappingURL=index.css.map */