@charset "UTF-8";
#page-blog {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #page-blog {
    padding-bottom: 1.6rem;
  }
}

.article-contents {
  margin-top: 40px;
}
.article-contents > p, .article-contents > a {
  width: auto;
  padding: 0 16px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .article-contents > p, .article-contents > a {
    font-size: 0.14rem;
    padding: 0 0.08rem;
  }
}
.article-contents > p {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .article-contents > p {
    margin-top: 0.24rem;
  }
}
.article-contents a {
  color: #f07800;
  text-decoration: underline;
  word-wrap: break-word;
}

.ttl-blog {
  font-size: 24px;
  border-bottom: 1px dashed #cfc7c0;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .ttl-blog {
    font-size: 0.18rem;
  }
}

.ttl-org {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .ttl-org {
    margin-top: 0.6rem;
  }
}

.blog-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  padding: 16px 16px 0;
  font-weight: 500;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .blog-info {
    padding: 0.08rem 0 0;
  }
}
.blog-info .blog-ctg a {
  display: inline-block;
}
.blog-info .blog-ctg a:not(:last-child) {
  margin-right: 8px;
}

.blog-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .blog-inner {
    padding: 0 0.16rem;
  }
}

.blog-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .blog-wrapper {
    flex-direction: column;
    gap: 0.4rem;
  }
}

.article-contents {
  max-width: 680px;
  width: 100%;
}

.ba-list {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 40px 0 0;
  width: auto;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .ba-list {
    margin-top: 0.4rem;
    flex-direction: column;
    gap: 0.64rem;
    padding: 0 0.08rem;
  }
}
.ba-list > li {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 768px) {
  .ba-list .before {
    width: 100%;
    position: relative;
  }
  .ba-list .before:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url("../images/works/arrow-ba.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.48rem;
    height: 0.48rem;
    right: 0;
    left: 0;
    top: initial;
    bottom: -0.5rem;
    margin: 0 auto;
    transform: rotate(90deg);
    z-index: 1;
  }
}
.ba-list .before figure {
  position: relative;
}
.ba-list .before figure:before {
  background-image: url("../images/works/label-before@2x.png");
}
.ba-list .before figure:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -29px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  background-image: url("../images/works/arrow-ba.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ba-list .before figure:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .ba-list .after {
    width: 100%;
  }
}
.ba-list .after figure {
  position: relative;
}
.ba-list .after figure:before {
  background-image: url("../images/works/label-after@2x.png");
}
.ba-list figure {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #cfc7c0;
}
@media screen and (max-width: 768px) {
  .ba-list figure {
    padding: 0.1rem;
    border-radius: 0.08rem;
  }
}
.ba-list figure:before {
  content: "";
  display: inline-block;
  width: 179.99px;
  height: 57.19px;
  position: absolute;
  top: -20px;
  left: 10px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ba-list figure:before {
    left: 0rem;
    top: -0.1rem;
    width: 1.7999rem;
    height: 0.5719rem;
  }
}
.ba-list figure img {
  width: 100%;
  border-radius: 6px;
}

.img-2column {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  margin-top: 40px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .img-2column {
    padding: 0 0.08rem;
    margin-top: 0.4rem;
    gap: 0.1rem 0.04rem;
  }
}
.img-2column div {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 768px) {
  .img-2column div {
    width: calc((100% - 0.04rem) / 2);
  }
}
.img-2column figure {
  background: #fff;
  padding: 8px;
  border: 1px solid #cfc7c0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .img-2column figure {
    padding: 0.04rem;
  }
}
.img-2column figure img {
  width: 100%;
  border-radius: 6px;
}
.img-2column p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 12px;
  font-weight: 400;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .img-2column p {
    font-size: 0.14rem;
    padding: 0 0.04rem;
    margin-top: 0.12rem;
  }
}

.img-single {
  background: #fff;
  padding: 8px;
  border: 1px solid #cfc7c0;
  border-radius: 8px;
  margin: 40px 16px 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .img-single {
    padding: 0.04rem;
    margin: 0.4rem 0.08rem 0;
  }
}
.img-single img {
  width: 100%;
  border-radius: 6px;
}

.support-list {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 40px 16px 0;
}
@media screen and (max-width: 768px) {
  .support-list {
    flex-direction: column;
    gap: 0.24rem;
    margin: 0.4rem 0.08rem 0;
  }
}
.support-list > li {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 768px) {
  .support-list .before {
    width: 100%;
    position: relative;
  }
}
.support-list .before figure {
  position: relative;
}
.support-list .before figure:before {
  background-image: url("../images/common/label-before@2x.png");
}
@media screen and (max-width: 768px) {
  .support-list .after {
    width: 100%;
  }
}
.support-list .after figure {
  position: relative;
}
.support-list .after figure:before {
  background-image: url("../images/common/label-after@2x.png");
}
@media screen and (max-width: 768px) {
  .support-list .working {
    width: 100%;
  }
}
.support-list .working figure {
  position: relative;
}
.support-list .working figure:before {
  background-image: url("../images/common/label-working@2x.png");
}
.support-list figure {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #cfc7c0;
}
@media screen and (max-width: 768px) {
  .support-list figure {
    padding: 0.1rem;
    border-radius: 0.08rem;
  }
}
.support-list figure:before {
  content: "";
  display: inline-block;
  width: 179.99px;
  height: 57.19px;
  position: absolute;
  top: -20px;
  left: 10px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .support-list figure:before {
    left: 0rem;
    top: -0.1rem;
    width: 1.7999rem;
    height: 0.5719rem;
  }
}
.support-list figure img {
  width: 100%;
  border-radius: 4px;
}

.img-txt {
  display: flex;
  padding: 0 16px;
  margin-top: 40px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .img-txt {
    flex-direction: column;
    padding: 0 0.08rem;
    margin-top: 0.4rem;
    gap: 0;
  }
}
.img-txt figure {
  background: #fff;
  padding: 8px;
  border: 1px solid #cfc7c0;
  border-radius: 8px;
  width: auto;
  flex-grow: 1;
}
.img-txt figure img {
  width: 100%;
  border-radius: 6px;
}
.img-txt .txt-area {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  padding-top: 16px;
  max-width: 300px;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .img-txt .txt-area {
    font-size: 0.14rem;
    padding-top: 0.16rem;
  }
}

/*/////////////////////////////////////////
//  サイドバー
/////////////////////////////////////////*/
.side-contents {
  width: 316px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .side-contents {
    width: 100%;
    padding-top: 0.4rem;
  }
}
.side-contents .ttl-dashed:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .side-contents .ttl-dashed:not(:first-child) {
    margin-top: 0.4rem;
  }
}
.side-contents .ctg-list {
  margin-top: 16px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .side-contents .ctg-list {
    margin-top: 0.16rem;
    padding: 0 0.08rem;
  }
}
.side-contents .ctg-list li:not(:first-child) {
  border-top: 1px dashed #cfc7c0;
}
.side-contents .ctg-list li a {
  display: block;
  padding: 1em 0;
  font-size: 16px;
  font-weight: 400;
  transition: linear all 0.2s;
}
@media screen and (max-width: 768px) {
  .side-contents .ctg-list li a {
    font-size: 0.14rem;
  }
}
.side-contents .ctg-list li a:hover {
  background: #fff;
}/*# sourceMappingURL=blog.css.map */