@charset "UTF-8";
h1 {
  font-size: 1.125vw;
  line-height: 1.1;
  margin-bottom: 2em;
  text-align: left;
  font-weight: 500;
  color: #191919;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1rem;
  }
}
h1 span {
  display: block;
  font-size: 2.375vw;
}
@media only screen and (max-width: 768px) {
  h1 span {
    font-size: 1.9rem;
  }
}

.title-content {
  color: #fff;
  font-size: 2rem;
  font-size: 3rem;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .title-content {
    font-size: 2.4rem;
    padding: 20px 10px 10px;
  }
}
.title-content h1 {
  font-weight: 500;
  font-size: 3rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .title-content h1 {
    font-size: 2.5rem;
  }
}

.main-video video {
  width: 100%;
}

.blog-detail_body .thumb-image {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 768px) {
  .blog-detail_body .thumb-image {
    height: 150px;
  }
}
.blog-detail_body .thumb-image .bg {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 50%;
  width: 100%;
  z-index: -1;
  -webkit-filter: blur(3px) brightness(95%);
          filter: blur(3px) brightness(95%);
}
.blog-detail_body .video {
  margin-bottom: 30px;
}
.blog-detail_body .detail {
  color: #191919;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .blog-detail_body .detail {
    font-size: 1.4rem;
  }
}
.blog-detail_body .detail ul.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .blog-detail_body .detail ul.tag {
    margin-bottom: 5px;
  }
}
.blog-detail_body .detail ul.tag li {
  background: #191919;
  padding: 2px 6px;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}
.blog-detail_body .detail p {
  text-align: left;
}
.blog-detail_body .l-link {
  display: block;
  margin: 2em auto;
  text-align: center;
  padding: 0.5em 2em;
  font-size: 1.4rem;
  border-radius: 10px;
  color: #fff;
  background: #202020;
  width: 300px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .blog-detail_body .l-link {
    font-size: 1.2rem;
  }
}

.content {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .content {
    margin-top: 10px;
  }
}
.content .link-button {
  background: #38383a;
  margin: 2em auto 0;
}
.content iframe {
  max-width: 100%;
}

/**
 * 会社概要ページ
 */
.table-wrap {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 60px auto 0;
  width: 600px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .table-wrap {
    margin: 30px auto 0;
    padding: 10px 15px;
  }
}
.table-wrap p.heading {
  text-align: left;
  font-size: 1.8rem;
  margin: 0.5em auto 1em;
}
@media only screen and (max-width: 768px) {
  .table-wrap p.heading {
    font-size: 1.4rem;
    margin: 0.25em auto 0.5em;
  }
}

table.information-table {
  margin-bottom: 100px;
  width: 100%;
  color: #191919;
  margin: 0;
}
table.information-table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  table.information-table tr {
    margin-bottom: 5px;
  }
}
table.information-table tr th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #191919;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 5px 5px 2px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #191919;
}
table.information-table tr th span {
  display: contents;
  color: #38383a;
  font-size: 1.4rem;
  width: 80px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  table.information-table tr th span {
    font-size: 1rem;
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  table.information-table tr th {
    font-size: 1.2rem;
  }
}
table.information-table tr th p {
  display: inline-block;
  font-size: 1.6rem;
}
table.information-table tr th .image {
  height: 40px;
  display: inline-block;
  margin-left: auto;
}
table.information-table tr th a {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
table.information-table tr td {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 0 5px 5px 13px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  table.information-table tr td {
    font-size: 1.2rem;
  }
}

.contact-company {
  text-align: center;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .contact-company {
    margin-bottom: 100px;
  }
}
.contact-company h2 {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .contact-company h2 {
    font-size: 2.4rem;
  }
}
.contact-company p {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .contact-company p {
    font-size: 1.2rem;
  }
}

.work-detail h1 {
  margin-bottom: 0.5em;
}
.work-detail .adjust-width {
  max-width: 800px;
}

.work-detail table {
  color: #191919;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  margin: 20px auto 40px;
}
@media only screen and (max-width: 768px) {
  .work-detail table {
    font-size: 1.2rem;
    margin: 20px auto;
  }
}
.work-detail table tr {
  border-top: 1px solid #fff;
}
.work-detail table tr th {
  font-weight: 400;
  width: 200px;
  padding: 8px 10px;
}
@media only screen and (max-width: 768px) {
  .work-detail table tr th {
    width: 100px;
  }
}
.work-detail table tr td {
  width: calc(100% - 200px);
  font-weight: 400;
  padding: 8px 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .work-detail table tr td {
    width: calc(100% - 100px);
  }
}

.business-content.archive h2 {
  margin-top: 2em;
}
.business-content h2 {
  text-align: center;
  font-size: 2vw;
  margin: 1em auto 0.5em;
}
@media only screen and (max-width: 768px) {
  .business-content h2 {
    font-size: 4.3vw;
  }
}
.business-content .adjust-width {
  max-width: 800px;
}
.business-content .detail .text {
  width: 100%;
  color: #191919;
  font-size: 1.6rem;
  padding: 10px 2px;
  text-align: left;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .business-content .detail .text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.business-content .detail .text .price {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .business-content .detail .text .price {
    font-size: 1rem;
  }
}
.business-content .detail .text .price span {
  background: #454545;
  color: #fff;
  padding: 0 2px;
  margin-right: 5px;
  font-weight: bold;
}
.business-content .work ul.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.business-content .work ul.main li {
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li:nth-child(n+4) {
    margin-top: 0;
  }
}
.business-content .work ul.main li:nth-child(n+3) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.business-content .work ul.main li a {
  color: #202020;
}
.business-content .work ul.main li .image {
  position: relative;
  width: 230px;
  height: 140px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li .image {
    width: 120px;
    height: 80px;
    margin-right: 10px;
  }
}
.business-content .work ul.main li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li .image img {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 0;
  }
}
.business-content .work ul.main li .text {
  width: calc(100% - 120px);
  padding: 10px 5px 5px 5px;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li .text {
    padding: 4px 2px 2px 2px;
  }
}
.business-content .work ul.main li .text .tag {
  position: relative;
  padding: 1px 8px;
  font-size: 1.4rem;
  background: #68111E;
  display: inline-block;
  color: #191919;
  font-weight: bold;
  margin-bottom: 5px;
  z-index: 1;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li .text .tag {
    font-size: 1.1rem;
    padding: 2px 4px;
  }
}
.business-content .work ul.main li .text p.heading {
  color: #191919;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li .text p.heading {
    font-size: 1.4rem;
  }
}
.business-content .work ul.main li .text p.heading span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li .text p.heading span {
    font-size: 1.2rem;
  }
}
.business-content .work ul.main li .text p.work {
  color: #6e6e6e;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.main li .text p.work {
    font-size: 1.2rem;
  }
}
.business-content .work ul.work-text {
  max-width: 700px;
  margin: 30px auto 10px;
  border-top: 1px solid #38383a;
  padding-top: 10px;
}
.business-content .work ul.work-text.archive {
  border-top: 0;
}
.business-content .work ul.work-text li {
  padding: 5px 10px;
  color: #191919;
  text-align: left;
  line-height: 1.25;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.work-text li {
    font-size: 1.1rem;
  }
}
.business-content .work ul.work-text li span {
  padding-left: 1em;
  color: #999999;
}
@media only screen and (max-width: 768px) {
  .business-content .work ul.work-text li span {
    font-size: 1.1rem;
  }
}
.business-content .work ul.work-text li a {
  color: #191919;
  text-decoration: underline;
}

.lower-content {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .lower-content {
    padding-top: 66px;
  }
}

.work.category {
  border-bottom: 1px solid #868686;
  padding-bottom: 60px;
}

ul.process-list {
  margin: 40px auto;
  width: 800px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  ul.process-list {
    margin-top: 20px;
    max-width: 100%;
  }
}
ul.process-list li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  ul.process-list li {
    margin-top: 20px;
  }
}
ul.process-list li:first-child {
  margin-top: 0;
}
ul.process-list li .number {
  position: relative;
  width: 20px;
  height: 20px;
  background: #38383a;
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  line-height: 1;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  ul.process-list li .number {
    width: 15px;
    height: 15px;
    padding: 15px;
    margin-right: 10px;
  }
}
ul.process-list li .number span {
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media only screen and (max-width: 768px) {
  ul.process-list li .number span {
    font-size: 1.2rem;
  }
}
ul.process-list li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #454545;
  text-align: left;
  padding: 5px 2px;
  width: 100%;
}
ul.process-list li .content .icon {
  width: 60px;
  padding: 5px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  ul.process-list li .content .icon {
    width: 50px;
    padding: 5px;
    margin-right: 10px;
  }
}
ul.process-list li .content .text {
  width: calc(100% - 50px);
}
ul.process-list li .content p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  ul.process-list li .content p {
    font-size: 1rem;
  }
}
ul.process-list li .content p.heading {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  ul.process-list li .content p.heading {
    font-size: 1.4rem;
  }
}
ul.process-list li::after {
  border-left: 1px dotted #38383a;
  content: "";
  position: absolute;
  top: 54%;
  left: 88px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: 65px;
}
ul.process-list li:last-child::after {
  content: none;
}

.process-introduction p.heading {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .process-introduction p.heading {
    font-size: 1.8rem;
  }
}
.process-introduction p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .process-introduction p {
    font-size: 1.2rem;
  }
}

.strength-content {
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .strength-content {
    margin: 40px auto;
  }
}
.strength-content ul li {
  position: relative;
  padding: 40px 10px;
  background: #000;
  color: #fff;
  height: 200px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .strength-content ul li {
    height: 140px;
  }
}
.strength-content ul li:first-child {
  margin-top: 0;
}
.strength-content ul li .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4rem;
  color: #fff;
  line-height: 1;
}
.strength-content ul li video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.strength-content ul li .text {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.strength-content ul li .text p {
  font-size: 1.8rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .strength-content ul li .text p {
    font-size: 1.4rem;
  }
}
.strength-content ul li .text p.heading {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .strength-content ul li .text p.heading {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=layout-lower.css.map */