@charset "UTF-8";
body.single .single_article {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  line-height: 1.4;
  /*------------------------------------------------
  お知らせ詳細ページ
  ------------------------------------------------*/
}
body.single .single_article .news_hl {
  display: flex;
  font-size: 1.6rem;
}
body.single .single_article .news_hl__category {
  padding-left: 0.5em;
}
body.single .single_article .news_hl__category:before {
  content: "/";
  margin-right: 0.5em;
}
body.single .single_article .news_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.4em;
  border-bottom: solid 1px #aaa;
  padding: 0.5em 0;
}
body.single .single_article {
  /*------------------------------------------------
  実績詳細ページ
  ------------------------------------------------*/
}
body.single .single_article .work_name {
  font-size: 3rem;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body.single .single_article .work_name {
    font-size: 2.6rem;
    margin-bottom: 1em;
  }
}
body.single .single_article .list_message {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
}
body.single .single_article .b_archive_wrapper {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: solid 1px #ddd;
}
body.single .single_article .b_archive_wrapper a {
  margin: 0 auto;
  width: 25rem;
  height: 5rem;
}
body.single .single_article .b_archive_wrapper a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.single .single_article .b_archive_wrapper a {
    width: 18.4rem;
  }
}
body.single .single_article .pic_slider {
  margin-bottom: 2rem;
  position: relative;
}
body.single .single_article .pic_slider__item {
  width: 100%;
  aspect-ratio: 1040/620;
  background: #c8d4db;
  position: relative;
  display: none;
}
body.single .single_article .pic_slider__item.active {
  display: block;
}
body.single .single_article .pic_slider__item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  body.single .single_article .pic_slider {
    margin-bottom: 1.6rem;
  }
}
body.single .single_article .pic_slider {
  /* 左右ボタンのスタイル */
}
body.single .single_article .pic_slider .slider_btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px 10px;
  cursor: pointer;
  z-index: 2;
}
body.single .single_article .pic_slider .prev_btn {
  left: 0;
}
body.single .single_article .pic_slider .next_btn {
  right: 0;
}
body.single .single_article .pic_slider .slider_btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
body.single .single_article .pic_ctrl {
  margin: 0 auto 3rem;
}
body.single .single_article .pic_ctrl ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.single .single_article .pic_ctrl ul li {
  cursor: pointer;
  width: 10rem;
  margin: 0.4rem 0.2rem;
  aspect-ratio: 5/3;
  position: relative;
  border: solid 3px transparent;
}
body.single .single_article .pic_ctrl ul li.active {
  border-color: #ff6600;
}
body.single .single_article .pic_ctrl ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  body.single .single_article .pic_ctrl {
    margin: 0 auto 2rem;
  }
  body.single .single_article .pic_ctrl ul li {
    width: 9rem;
    margin: 0.3rem;
    border: solid 2px transparent;
  }
}
body.single .single_article .spec {
  max-width: 68rem;
  width: 100%;
  margin: 0 auto 6rem;
  padding: 1.6rem 2rem;
  border: solid 1px #aaa;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
body.single .single_article .spec__left {
  flex: 1;
}
body.single .single_article .spec__right {
  flex: 0 0 25rem;
  padding-left: 1em;
  border-left: 1px solid #aaa;
}
body.single .single_article .spec p {
  padding: 0.2em 0 0.2em 3em;
  text-indent: -3em;
}
@media screen and (max-width: 599px) {
  body.single .single_article .spec {
    margin: 0 auto 4rem;
    padding: 1.2rem 1.6rem;
    display: block;
  }
  body.single .single_article .spec__right {
    flex: auto;
    padding-left: 0;
    border-left: none;
  }
}
body.single .single_article .flex_layout_wrapper {
  line-height: 1.8;
}
body.single .single_article .flex_layout_wrapper .doc_item {
  overflow-wrap: anywhere;
}
body.single .single_article .flex_layout_wrapper .doc_item:not(:first-of-type .layout_ttl_m) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  body.single .single_article .flex_layout_wrapper .doc_item:not(:first-of-type .layout_ttl_m) {
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  body.single .single_article .flex_layout_wrapper .doc_item:not(:first-of-type .layout_ttl_m) {
    margin-top: 2.2rem;
  }
}
body.single .single_article .flex_layout_wrapper .layout_ttl_m {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  body.single .single_article .flex_layout_wrapper .layout_ttl_m {
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  body.single .single_article .flex_layout_wrapper .layout_ttl_m {
    margin-top: 3rem;
  }
}
body.single .single_article .flex_layout_wrapper .layout_ttl_m h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  body.single .single_article .flex_layout_wrapper .layout_ttl_m h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  body.single .single_article .flex_layout_wrapper .layout_ttl_m h2 {
    font-size: 2rem;
    border-left-width: 0.8rem;
  }
}
body.single .single_article .flex_layout_wrapper .layout_msg .msg_content > br {
  display: none;
}
body.single .single_article .flex_layout_wrapper .layout_msg .msg_content > div > br {
  display: none;
}
body.single .single_article .flex_layout_wrapper .layout_msg .msg_content p + p {
  margin-top: 1em;
}
body.single .single_article .flex_layout_wrapper .pic_txt_flex .txt > br {
  display: none;
}
body.single .single_article .flex_layout_wrapper .layout_pic_large {
  text-align: center;
  line-height: 1.4;
  padding: 0 8%;
}
body.single .single_article .flex_layout_wrapper .layout_pic_large .pic {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  background: #F8F8F5;
  position: relative;
}
body.single .single_article .flex_layout_wrapper .layout_pic_large .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.single .single_article .flex_layout_wrapper .layout_pic_large .txt {
  font-size: 80%;
  padding-top: 0.6em;
  text-align: left;
  display: inline-block;
}
body.single .single_article .flex_layout_wrapper {
  /**
  装飾
  **/
}
body.single .single_article .flex_layout_wrapper ul {
  line-height: 1.6;
}
body.single .single_article .flex_layout_wrapper ul li:not(:first-of-type) {
  margin-top: 0.6em;
}
body.single .single_article .flex_layout_wrapper ul li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
body.single .single_article .flex_layout_wrapper ul li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #333;
  border-radius: 100%;
  transform: scale(0.4) translateY(30%);
}
body.single .single_article .flex_layout_wrapper ul + * {
  margin-top: 1.8rem;
}
body.single .single_article .flex_layout_wrapper ol {
  margin-left: 1.5em;
  line-height: 1.6;
}
body.single .single_article .flex_layout_wrapper ol + * {
  margin-top: 1.8rem;
}
body.single .single_article .flex_layout_wrapper table {
  border-collapse: collapse;
  margin: 1.8rem auto 0;
}
body.single .single_article .flex_layout_wrapper table + * {
  margin-top: 1.8rem;
}
body.single .single_article .flex_layout_wrapper table th {
  background: #eee;
  font-weight: bold;
  padding: 0.2em 0.5em;
  color: #333;
  border: solid 1px #ddd;
  word-break: break-all;
}
body.single .single_article .flex_layout_wrapper table td {
  background: #fff;
  padding: 0.2em 0.5em;
  color: #444;
  border: solid 1px #ddd;
  word-break: break-all;
}
body.single .single_article .flex_layout_wrapper img {
  display: inline;
}
body.single .single_article .flex_layout_wrapper img.alignright {
  margin: 0 0 0 auto;
}
body.single .single_article .flex_layout_wrapper img.alignleft {
  margin: 0 auto 0 0;
}
body.single .single_article .flex_layout_wrapper img.aligncenter {
  margin: 0 auto;
}
body.single .single_article .flex_layout_wrapper img.alignright, body.single .single_article .flex_layout_wrapper img.aligncenter, body.single .single_article .flex_layout_wrapper img.alignleft {
  display: block;
}
@media only screen and (max-width: 767px) {
  body.single .single_article .flex_layout_wrapper img.alignright, body.single .single_article .flex_layout_wrapper img.aligncenter, body.single .single_article .flex_layout_wrapper img.alignleft {
    width: 80%;
    max-width: auto;
  }
}
body.single .single_article .flex_layout_wrapper div.aligncenter {
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  body.single .single_article .flex_layout_wrapper div.aligncenter {
    width: 90% !important;
  }
  body.single .single_article .flex_layout_wrapper div.aligncenter img {
    width: 100%;
  }
}
body.single .single_article .flex_layout_wrapper .wp-caption-text {
  font-size: 88%;
  padding-top: 0.3em;
}/*# sourceMappingURL=single.css.map */