@charset "UTF-8";
/*:::::::::::::::::::: color ::::::::::::::::::::*/
/*#161616*/
/*#c1c1c1*/
/*#39393a*/
/*:::::::::::::::::::: common ::::::::::::::::::::*/
a {
  color: rgb(193, 193, 193);
  text-decoration: underline;
}
a:hover, a:focus {
  color: rgb(193, 193, 193);
}

.inbl {
  display: inline-block;
}

.l-content {
  margin-bottom: 0;
}

img {
  vertical-align: top;
}

.l-mainContent__inner > .post_content {
  margin: 4em 0;
}
@media screen and (min-width: 960px) {
  .l-mainContent__inner > .post_content {
    margin: 6em 0;
  }
}

#pagetop {
  border-radius: 0;
}

/*:::::::::::::::::::: テーブルデザイン ::::::::::::::::::::*/
.post_content table {
  border-top: 1px solid rgb(57, 57, 58);
  border-bottom: 1px solid rgb(57, 57, 58);
}
@media screen and (min-width: 960px) {
  .post_content table {
    border-top: none;
    border-bottom: none;
  }
}
.post_content table td {
  border-top: none;
  border-left: none;
  border-bottom: 1em solid rgb(22, 22, 22);
  border-right: none;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 0rem;
}
@media screen and (min-width: 960px) {
  .post_content table td {
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    border-right: 3px solid rgb(57, 57, 58);
  }
}
.post_content table td + td {
  padding-left: 3em;
  padding-top: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid rgb(57, 57, 58);
}
@media screen and (min-width: 960px) {
  .post_content table td + td {
    padding-top: 0.5em;
    border-bottom: none;
  }
}
.post_content table td:last-child,
.post_content table th:last-child {
  border-right: none;
}
.post_content table tr:last-child > td {
  border-bottom: 1px solid rgb(22, 22, 22);
}

.post_content .simpleBorder table {
  border-top: 1px solid rgb(57, 57, 58);
  border-bottom: 1px solid rgb(57, 57, 58);
}
@media screen and (min-width: 960px) {
  .post_content .simpleBorder table {
    border-top: none;
    border-bottom: none;
  }
}
.post_content .simpleBorder table td {
  border-top: none;
  border-left: none;
  border-bottom: 1em solid rgb(22, 22, 22);
  border-right: none;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 0rem;
}
@media screen and (min-width: 960px) {
  .post_content .simpleBorder table td {
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgb(57, 57, 58);
  }
}
.post_content .simpleBorder table td + td {
  padding-left: 3em;
  padding-top: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid rgb(57, 57, 58);
}
@media screen and (min-width: 960px) {
  .post_content .simpleBorder table td + td {
    padding-top: 0.5em;
    border-bottom: 1px solid rgb(57, 57, 58);
  }
}
.post_content .simpleBorder table td:last-child,
.post_content .simpleBorder table th:last-child {
  border-right: none;
}
.post_content .simpleBorder table tr:last-child > td {
  border-bottom: 1px solid rgb(22, 22, 22);
}
@media screen and (min-width: 960px) {
  .post_content .simpleBorder table tr:last-child > td {
    border-bottom: 1px solid rgb(57, 57, 58);
  }
}

/*:::::::::::::::::::: ヘッダー ::::::::::::::::::::*/
header#header {
  position: fixed;
  top: 0;
  background: rgba(22, 22, 22, 0.95);
}

.-parallel-bottom .l-header__inner {
  padding-top: 0;
}

.-parallel-bottom .l-header__logo {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .-parallel-bottom .l-header__logo {
    margin-bottom: 1em;
  }
}

/*:::::::::::::::::::: ナビ ::::::::::::::::::::*/
.c-gnav {
  padding-bottom: 0.5em;
}
.c-gnav > .menu-item {
  margin-left: 0.5em;
}
.c-gnav > .contact, .c-gnav > .document_dl {
  margin-left: 0.5em;
}
.c-gnav > .contact a, .c-gnav > .document_dl a {
  margin-top: 0;
  padding: 0.3em 1em;
  border: 1px solid rgb(193, 193, 193);
  background: rgba(57, 57, 58, 0);
}
.c-gnav > .contact a:hover, .c-gnav > .document_dl a:hover {
  background: #39393a;
  transition: background 0.5s;
}

/*:::::::::::::::::::: SP展開ナビ ::::::::::::::::::::*/
.c-spnav.c-listMenu a {
  padding: 1em 1em;
}

.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  content: none;
}

.c-spnav .contact a,
.c-spnav .document_dl a {
  text-align: center;
  padding: 1.5em 1em;
  margin-top: 1em;
  border: 1px solid rgb(193, 193, 193);
  background: rgba(57, 57, 58, 0);
}

/*:::::::::::::::::::: footerナビ ::::::::::::::::::::*/
.-parallel .l-header__gnav .c-gnav {
  /*max-width: ;*/
}

/*:::::::::::::::::::: パンくず ::::::::::::::::::::*/
.p-breadcrumb.-bg-on {
  margin-top: 84px;
  background: rgb(22, 22, 22);
  color: rgb(193, 193, 193);
}
@media screen and (min-width: 960px) {
  .p-breadcrumb.-bg-on {
    margin-top: 185px;
  }
}

.icon-home::before {
  content: none;
}

.p-breadcrumb__list {
  justify-content: end;
}

h1,
h2,
h3,
h4,
strong,
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4 {
  font-weight: 500;
}

/*:::::::::::::::::::: H1 ::::::::::::::::::::*/
.c-pageTitle {
  font-size: 1.6em;
  border-bottom: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-pageTitle {
    font-size: 1.7em;
  }
}
.c-pageTitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(57, 57, 58);
}
.c-pageTitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: rgb(193, 193, 193);
  visibility: visible;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .c-pageTitle:after {
    width: 30%;
  }
}

.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
  border: none;
  float: none;
  margin-bottom: 0;
  padding: 1em 0 1.5em 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    padding: 0 0 2.5em 0;
  }
}

.c-pageTitle[data-style=b_bottom] {
  border: none;
}

/*:::::::::::::::::::: bottomContents ::::::::::::::::::::*/
.bottomContents {
  margin-top: 10%;
  padding-bottom: 5%;
  background: rgb(57, 57, 58);
  text-align: center;
}
.bottomContents .bottomContents__illustBlock {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.bottomContents .bottomContents__illustBlock .bottomContents__illustBlock__item {
  list-style: none;
  width: 50%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .bottomContents .bottomContents__illustBlock .bottomContents__illustBlock__item {
    width: 25%;
  }
}
.bottomContents .bottomContents__logo {
  margin: auto;
  width: 70%;
  max-width: 300px;
}
.bottomContents .bottomContentsButtom a {
  margin: auto;
  margin-top: 1.5rem;
  display: block;
  padding: 2em 0;
  width: 80%;
  max-width: 900px;
  text-align: center;
  border: 1px solid rgb(193, 193, 193);
  text-decoration: none;
  background: rgba(22, 22, 22, 0);
}
@media screen and (min-width: 960px) {
  .bottomContents .bottomContentsButtom a {
    padding: 2em 0;
    font-size: 1.2rem;
  }
}
.bottomContents .bottomContentsButtom a:hover {
  background: #161616;
  transition: background 0.5s;
}
@media screen and (min-width: 960px) {
  .bottomContents .bottomContents__portfolio.bottomContentsButtom a {
    padding: 2em 0;
  }
}
.bottomContents .bottomContents__directcontact {
  margin: auto;
  margin-top: 2em;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.bottomContents .bottomContents__directcontact .bottomContents__directcontact__item {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .bottomContents .bottomContents__directcontact .bottomContents__directcontact__item {
    width: 50%;
  }
}
.bottomContents .bottomContents__directcontact .bottomContents__directcontact__item a {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 1em 0;
  text-align: center;
}

/*:::::::::::::::::::: contents_inner_common_item01 ::::::::::::::::::::*/
.contents_inner_common_item01 {
  margin: auto;
  width: 100%;
  max-width: 900px;
}
.contents_inner_common_item01 .sampleDownload {
  margin-top: 4em;
  padding: 2em 0 3em 0;
  border-top: 1px solid rgb(57, 57, 58);
  border-bottom: 1px solid rgb(57, 57, 58);
}
@media screen and (min-width: 960px) {
  .contents_inner_common_item01 .sampleDownload {
    padding: 2em 2em 3em 2em;
  }
}
.contents_inner_common_item01 .sampleDownload .sampleDownload__title {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .contents_inner_common_item01 .sampleDownload .sampleDownload__title {
    font-size: 1.5rem;
  }
}
.contents_inner_common_item01 .sampleDownload .sampleDownload__inner {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .contents_inner_common_item01 .sampleDownload .sampleDownload__inner {
    margin-top: 4em;
    justify-content: space-between;
  }
}
.contents_inner_common_item01 .sampleDownload .sampleDownload__inner .sampleDownload__inner__item.item01 {
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .contents_inner_common_item01 .sampleDownload .sampleDownload__inner .sampleDownload__inner__item.item01 {
    width: 20%;
  }
}
.contents_inner_common_item01 .sampleDownload .sampleDownload__inner .sampleDownload__inner__item.item02 {
  margin-top: 2em;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .contents_inner_common_item01 .sampleDownload .sampleDownload__inner .sampleDownload__inner__item.item02 {
    margin-top: 0;
    width: 70%;
  }
}
.contents_inner_common_item01 .sampleDownload .sampleDownload__inner .sampleDownload__inner__item__buttom {
  margin-top: 2em;
}
@media screen and (min-width: 960px) {
  .contents_inner_common_item01 .sampleDownload .sampleDownload__inner .sampleDownload__inner__item__buttom {
    margin-top: 3em;
  }
}
.contents_inner_common_item01 .sampleDownload .sampleDownload__inner .sampleDownload__inner__item__buttom a {
  padding: 1em;
  border: 1px solid rgb(57, 57, 58);
  background: rgba(57, 57, 58, 0);
  text-decoration: none;
}
.contents_inner_common_item01 .sampleDownload .sampleDownload__inner .sampleDownload__inner__item__buttom a:hover {
  background: #39393a;
  transition: background 0.3s;
}

.gotoContentBt a {
  margin: auto;
  margin-top: 2em;
  display: block;
  padding: 2em 0;
  text-align: center;
  border: 1px solid rgb(193, 193, 193);
  text-decoration: none;
  background: #39393a;
}
@media screen and (min-width: 960px) {
  .gotoContentBt a {
    padding: 3em 0;
    font-size: 1.2rem;
  }
}
.gotoContentBt a:hover {
  background: rgba(57, 57, 58, 0.1);
  transition: background 0.3s;
}

.gotoContentBt.innercontents {
  width: 100%;
  max-width: 800px;
}

/*:::::::::::::::::::: H2 ::::::::::::::::::::*/
.post_content h2 {
  background: none;
  background-image: url("../img/common/title_h2_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-align: center;
}
.post_content h2::before {
  content: none;
}

/*:::::::::::::::::::: H3 ::::::::::::::::::::*/
.post_content h3 {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .post_content h3 {
    margin: 3em 0;
  }
}
.post_content h3::before {
  width: 50%;
  max-width: 446px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(57, 57, 58);
}

/*:::::::::::::::::::: info ::::::::::::::::::::*/
.info__profile__table {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .info__profile__table {
    width: 70%;
  }
}

h3.info__profile__message {
  position: relative;
  padding: 3em 2em;
  text-align: center;
}
h3.info__profile__message::before, h3.info__profile__message::after {
  content: "";
  width: 2em;
  height: 4em;
  position: absolute;
}
h3.info__profile__message::before {
  border-left: solid 1px rgb(57, 57, 58);
  border-top: solid 1px rgb(57, 57, 58);
  top: 0;
  left: 0;
  background: none;
  transform: translateX(0);
}
h3.info__profile__message::after {
  border-right: solid 1px rgb(57, 57, 58);
  border-bottom: solid 1px rgb(57, 57, 58);
  bottom: 0;
  right: 0;
}

/*:::::::::::::::::::: price ::::::::::::::::::::*/
.price__priceTable {
  margin: auto;
  width: 100%;
  max-width: 800px;
  border: solid 1px rgb(57, 57, 58);
}
@media screen and (min-width: 960px) {
  .price__priceTable {
    padding: 1em;
  }
}
.price__priceTable .wp-element-caption {
  text-align: right;
}

.price__scheduleTable {
  margin: auto;
  width: 100%;
  max-width: 900px;
}

/*:::::::::::::::::::: form ::::::::::::::::::::*/
.wpcf7-form {
  padding: 3em;
  background: rgb(57, 57, 58);
}/*# sourceMappingURL=pages.css.map */