@charset "UTF-8";
/* Scss Document */
.Page-Contents {
  margin: 0px auto;
}

@media only screen and (max-width: 768px) {
  .PageVisual {
    margin-top: 75px;
  }
}

.PageVisual_inner {
  height: 35vw;
  position: relative;
  max-height: 500px;
  /*service*/
  /*flow*/
  /*faq*/
  /*contact*/
  /*coverage*/
  /*company*/
  /* concept / company / privacy / recruit /contact / coverage */
  /*&.concept-img,
        &.company-img,
        &.privacy-img,
        &.recruit-img,
        &.contact-img,
        &.coverage-img
        {
          background: url(../img/concept/concept01.jpg) no-repeat;
          background-size: cover;
          background-position: center;
        }*/
}

@media only screen and (max-width: 768px) {
  .PageVisual_inner {
    margin: 0 auto;
    height: 50vw;
  }
}

.PageVisual_inner_bg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
  display: inline-block;
}

.PageVisual_inner.service-img {
  background: url(../img/service01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.PageVisual_inner.flow-img {
  background: url(../img/flow01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.PageVisual_inner.faq-img {
  background: url(../img/faq.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.PageVisual_inner.contact-img {
  background: url(../img/contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.PageVisual_inner.coverage-img {
  background: url(../img/contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.PageVisual_inner.company-img {
  background: url(../img/company.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.PageVisual_inner-Box {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .PageVisual_inner-Box {
    width: 100%;
  }
}

.PageVisual_inner-Box span {
  display: inline-block;
  font-size: 60px;
  font-size: 6rem;
  margin: 5px auto;
  padding: 0px 8px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .PageVisual_inner-Box span {
    font-size: 40px;
    font-size: 4rem;
  }
}

.PageVisual_inner h3 {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemapBlock {
    margin-top: 30px;
  }
}

.sitemap .sitemapBlock .sitemaplist li {
  margin: 0 0 30px;
  width: 30% !important;
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemapBlock .sitemaplist li {
    width: 48% !important;
  }
}

/*service*/
.service #sec01 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .service .modSecTitleLeft {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .service .logo {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .service .modContentBlock .modTxtType02 span {
    text-align: center;
  }
}

.service .modContentBlock:nth-child(odd) ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service .modContentBlock:nth-child(even) ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service .modContentBlock .modBtn01 {
  margin-top: 30px;
}

/*recruit*/
.recruit h4 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .recruit ul li:nth-child(1) {
    margin: 0 auto 40px;
  }
}

.recruit-block {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.recruit-block .recruit-name {
  font-size: 14px;
  font-size: 1.4rem;
  width: 20%;
  border-right: 1px solid #ddd;
  padding: 10px;
  background: #aaa;
}

@media only screen and (max-width: 768px) {
  .recruit-block .recruit-name {
    width: 100%;
  }
}

.recruit-block .recruit-desc {
  font-size: 14px;
  font-size: 1.4rem;
  width: 80%;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .recruit-block .recruit-desc {
    width: 100%;
  }
}

/*contact*/
.change {
  max-width: 600px;
  margin: 10px auto 70px;
}

.change ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.change ul li {
  width: calc(100%/2);
  border-bottom: 3px solid #000;
  background-color: #d9d9d9;
  line-height: 30px;
  text-align: center;
  color: #565656;
  display: block;
  display: inline-block;
}

.change ul li a {
  display: block;
  background: #ccc;
  padding: 10px 0;
  font-size: 16px;
}

@media only screen and (max-width: 480px) {
  .change ul li a {
    font-size: 12px;
  }
}

.change ul li a.active {
  background-color: #000;
  color: #fff;
}

.change ul li a:hover {
  opacity: 0.75;
}

/*company*/
/*flow*/
.flow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #aaa;
  margin-bottom: 65px;
  position: relative;
}

.flow-block:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #565656 #565656;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -38px;
}

.flow-block:last-child::after {
  content: none;
}

.flow-name {
  width: 10%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1%;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .flow-name {
    width: 100%;
    border-bottom: 1px solid #aaa;
    text-align: center;
  }
}

.flow-desc {
  width: 90%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 3%;
  border-left: 1px solid #aaa;
}

@media only screen and (max-width: 768px) {
  .flow-desc {
    width: 100%;
  }
}

/*faq*/
.faq-block {
  margin: 0 auto 20px auto;
  max-width: 1000px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}

.faq-name {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .faq-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.faq-name:before {
  content: "Q";
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  color: red;
  margin-right: 10px;
}

.faq-desc {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .faq-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.faq-desc:before {
  content: "A";
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  color: blue;
  margin-right: 10px;
}

/*Contact Form 7カスタマイズ*/
/*見出し欄*/
.inquiry, tbody {
  display: block;
  width: 100%;
}

.inquiry {
  /*必須の調整*/
  /*任意の調整*/
}

.inquiry tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 10px;
  border-bottom: solid 1px #d7d7d7;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding: 10px;
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .inquiry th {
    width: 100%;
  }
}

.inquiry td {
  font-size: 13px;
  width: 70%;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .inquiry td {
    width: 100%;
  }
}

.inquiry input {
  padding: 3px;
}

.inquiry .haveto {
  font-size: 7px;
  padding: 5px;
  background: #000;
  color: #fff;
  border-radius: 2px;
  margin-left: 5px;
  position: relative;
  bottom: 1px;
}

.inquiry .any {
  display: none;
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  margin: 30px auto;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  max-width: 300px;
  border-radius: 50px;
  border: 1px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

/*スマホContact Form 7カスタマイズ*/
@media (max-width: 769px) {
  .inquiry th, .inquiry td {
    border-top: none !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}
/*# sourceMappingURL=page.css.map */