@charset "utf-8";


@media screen and (min-width: 769px){
  
  
  /*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------

      1. 	Document Setup
      2. 	Element Base
      3. 	Site Header
      4. 	Site Footer
      5. 	Top Page
      6. 	Business Page
      7. 	Page Templates
          a. 	Template: Cover Template
          c. 	Template: Full Width
      8.  Post: Archive
      9.  Post: Single

  ----------------------------------------------------------------------------- */
  
  
  /* -------------------------------------------------------------------------- */

  /*	1. Document Setup
  /* -------------------------------------------------------------------------- */


  body {
    font-size: 16px;
  }
  
  
  /* -------------------------------------------------------------------------- */

  /*	2. Element Base
  /* -------------------------------------------------------------------------- */
  
  
  .container {
    max-width: 1200px;
  }
  
  .sp-dsp {
    display: none;
  }
  
  .pc-dsp {
    display: block;
  }
  
  .sec-title {
    margin-bottom: 40px;
    padding: 22px 0 22px 25px;
    border-left: solid 3px #000;
  }
  
  .text {
    letter-spacing: 4px;
    line-height: 2.4;
  }
  
  .text-bold {
    font-size: 46px;
    letter-spacing: 7px;
  }
  
  .page-title-svg {
    height: 93px;
  }
  
  
  /* -------------------------------------------------------------------------- */

  /*	3. Site Header
  /* -------------------------------------------------------------------------- */
  
  
  header {
    height: 120px;
  }
  
  
  /* Header Logo ------------------------------- */
  
  .header-logo {
    top: 40px;
    left: 40px;
    width: 250px;
  }
  
  
  /* Menu Button ------------------------------- */
  
  .menu-trigger {
    top: 40px;
    right: 40px;
    cursor: pointer;
  }
  
  
  /* Menu Contents ----------------------------- */
  
  .header-menu {
    width: 400px;
  }
  
  .header-menu-wrap {
    padding-top: 165px;
    padding-left: 40px;
  }
  
  .header-menu-contents {
    margin-bottom: 70px;
  }
  
  .menu-title {
    margin-bottom: 30px;
    padding-bottom: 7px;
    font-size: 14px;
  }
  
  .header-menu ul li a {
    letter-spacing: 3px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
  
  .header-menu ul li a:hover {
    color: #aaa;
  }
  
  header small {
    bottom: 35px;
    left: 40px;
    font-size: 14px;
  }
  
  
  /* -------------------------------------------------------------------------- */

  /*	4. Site Footer
  /* -------------------------------------------------------------------------- */

  
  footer {
    padding-bottom: 35px;
  }
  
  .footer-logo {
    width: 230px;
  }
  
  .footer-info {
    font-size: 14px;
    line-height: 1.7;
  }
  
  .footer-menu {
    margin-bottom: 70px;
  }
  
  .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-menu li {
    width: 24%;
    width: calc(25% - 5px);
    width: -webkit-calc(25% - 5px);
  }
  
  .footer-menu a {
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  
  .footer-menu a:hover {
    opacity: .7;
  }

  .footer-menu a::after {
    padding-top: 140%;
  }
  
  .footer-menu span {
    font-weight: 700;
    font-size: 32px;
  }
  
  
  /* Credit ------------------------------------ */
  
  footer small {
    text-align: left;
    text-indent: 0;
  }
  
  
  /* -------------------------------------------------------------------------- */

  /*	5. Top Page
  /* -------------------------------------------------------------------------- */
  
  
  /* Common ------------------------------------ */
  
  .read-more span {
    font-size: 18px;
  }
  
  
  /* First View -------------------------------- */
  
  .top header {
    margin-bottom: 40px;
  }
  
  .catch-phrase {
    margin-bottom: 0;
    font-size: 28px;
    letter-spacing: 6px;
    text-indent: 6px;
  }
  
  .fv-img {
    height: 75vh;
    height: calc(100vh - 188px);
    background-position: top center;
  }
  
  
  /* Top Business ------------------------------ */
  
  .top-business {
    position: relative;
  }
  
  .policy {
    margin-bottom: 45px;
  }
  
  .policy p {
    margin-bottom: 30px;
  }
  
  .top-business .text {
    margin-bottom: 90px;
  }
  
  .top-business .read-more {
    margin-bottom: 130px;
  }
  
  .top-business-img {
    height: 750px;
  }
  
  /* Fade In */
  
  .fadein {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  
  .text-sj.pc-dsp {
    position: absolute;
    top: 40px;
    right: -20px;
    width: 110px;
    height: auto;
  }
  
  .text-sj.pc-dsp img {
    width: 100%;
    height: auto;
  }

  .fadein-text-sj-pc {
    opacity : 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  
  .text-wks {
    bottom: -74px;
    width: 600px;
  }
  
  .text-wks img {
    width: 100%;
    height: auto;
  }
  
  .fadein-text-wks {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  
  
  /* Top Works --------------------------------- */
  
  .top-works {
    margin-bottom: 100px;
  }
  
  .top-works .text-bold {
    margin-bottom: 60px;
  }
  
  .thumb-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .works-thumb {
    width: 33.1%;
    width: calc(33.3% - 2px);
  }
  
  .works-thumb:last-child {
    margin-bottom: 0;
  }
  
  .works-thumb:hover {
    opacity: .7;
  }
  
  .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    color: #000;
    opacity: 0;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  
  .works-thumb:hover .mask {
    opacity: 1;
  }
  
  .date {
    position: absolute;
    right: 30px;
    bottom: 45px;
    color: #555;
    font-size: 13px;
    letter-spacing: 1px;
  }
  
  .title {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  
  
  /* Top Recruit ------------------------------- */
  
  .top-recruit {
    padding-bottom: 150px;
  }
  
  .top-recruit-img {
    height: 750px;
    margin-bottom: 50px;
  }
  
  .top-recruit .text {
    max-width: 800px;
    margin: 0 auto 55px;
  }
  
  /* Entry Button */
  
  .entry-btn a {
    padding: 25px 30px;
    font-size: 24px;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  
  .entry-btn a:hover {
    background-color: #f2f2f2;
  }
  
  
  /* -------------------------------------------------------------------------- */

  /*	6. Business Page
  /* -------------------------------------------------------------------------- */
  
  
  .business header {
    margin-bottom: 90px;
  }
  
  .page-outline {
    margin-bottom: 100px;
  }
  
  .business .page-image {
    height: 75vh;
    height: calc(var(--vh, 1vh) * 100 - 210px);
    min-height: 500px;
    margin-bottom: 50px;
    padding-top: 120px;
    background-size: cover;
  }
  
  .business .page-image .sec-title {
    margin-bottom: 75px;
  }
  
  
  /* Common ------------------------------------ */
  
  .business-contents {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  
  .business-name {
    font-size: 36px;
    letter-spacing: 6px;
  }
  
  
  /* Issoku ---------------------------------- */
  
  .issoku {
    margin-bottom: 110px;
  }
  
  .issoku .business-img {
    width: 100%;
    max-width: 1200px;
    height: 450px;
  }
  
  .issoku .business-name {
    width: 176px;
    padding: 0 70px;
  }
  
  
  /* Uchikomi -------------------------------- */
  
  .uchikomi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
  }
  
  .uchikomi .business-img {
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: 40%;
    height: auto;
    margin-right: 75px;
  }
  
  .uchikomi .business-img::after {
    content: "";
    display: block;
    padding-top: 120%;
  }
  
  .uchikomi .business-name {
    width: auto;
    padding: 50px 10px;
    border-bottom: solid 1px #000;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  
  .uchikomi .business-contents {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .uchikomi .business-contents .text {
    padding: 50px 5px;
    border: none;
  }
  
  
  /* Process --------------------------------- */
  
  .process {
    padding: 150px 0; 
  }
  
  .process-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    max-width: 1200px;
    margin: auto;
  }
  
  .process h2 img {
    width: 97px;
  }
  
  .process-inner {
    margin-left: 75px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .number {
    font-size: 41px;
  }
  
  .number span {
    width: 80px;
  }
  
  .process-contents {
    padding-top: 7px;
  }
  
  .part_01 .process-contents {
    padding-top: 0;
  }
  
  .process-contents h3,
  .process-contents h3 span {
    font-size: 28px;
  }
  
  .process-contents h3 span,
  .contact-btn {
    vertical-align: middle;
  }
  
  .contact-btn.pc-dsp {
    display: inline-block;
    margin-left: 40px;
  }
  
  .contact-btn.pc-dsp a {
    padding: 12px 30px;
    letter-spacing: 5px;
    text-indent: 5px;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  
  .contact-btn.pc-dsp a:hover {
    background-color: #fff;
  }
  
  
  /* -------------------------------------------------------------------------- */

  /*	7. Works Page
  /* -------------------------------------------------------------------------- */
  
  
  .works header {
    margin-bottom: 90px;
  }
  
  .works main {
    padding-top: 120px;
  }
  
  .works .sec-title {
    margin-bottom: 75px;
  }
  
  
  /* Example Item ------------------------------ */
  
  .example-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .example-img {
    width: 49%;
    width: calc(50% - 10px);
    margin-bottom: 25px;
  }
  
  .example-description {
    width: 49%;
    width: calc(50% - 10px);
  }
  
  .example-info {
    margin-bottom: 25px;
  }
  
  .example-info p {
    margin-right: 5px;
    padding: 7px 16px;
    font-size: 15px;
  }
  
  
  /* -------------------------------------------------------------------------- */

  /*	7. About Page
  /* -------------------------------------------------------------------------- */
  
  
  .about .page-image {
    height: 75vh;
    height: calc(var(--vh, 1vh) * 100 - 170px);
    min-height: 500px;
    margin-bottom: 50px;
    padding-top: 120px;
  }
  
  .about-nemoto {
    margin-bottom: 200px;
  }
  
  .about-wrap {
    max-width: 980px;
    margin: auto;
  }
  
  .about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
  }
  
  .about-item dt {
    width: 200px;
    margin: 0;
  }
  
  .about-item dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  /* Map */
  
  .map-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: auto;
    padding: 30px 0 40px;
    border-bottom: solid 1px #d7dde0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .doba {
    width: 100%;
    padding: 0;
    border: none;
  }
  
  
  /* Contact --------------------------------- */
  
  #anchor {
    margin-top: -210px;
    padding-top: 210px;
  }
  
  #contact {
    padding-top: 120px;
  }
  
  /* Contact Form */
  
  .form-wrap {
    max-width: 800px;
    margin: auto;
    padding: 0;
  }
  
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .form-row:first-child {
    padding-top: 0;
  }
  
  .form-head {
    width: 200px;
    width: 24%;
    margin: 0;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  
  .form-detail {
    width: 75%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  .form-input {
    padding: 11px 15px;
    font-size: 14px;
  }
  
  .form-textarea {
    min-height: 200px;
  }
  
  .submit-btn input,
  .back-home a {
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  
  .submit-btn input:hover,
  .back-home a:hover {
    background-color: #777;
  }
  
  
  /* Radio Button */
  
  .form-head.radio-title {
    margin-bottom: 0;
  }
  
  .radio-label {
    cursor: pointer;
  }
  
  
  /* Confirm --------------------------------- */
  
  .confirm-attention {
    margin-bottom: 40px;
  }
  
  .confirm-parts {
    max-width: 800px;
    margin: auto;
  }
  
  .confirm dl {
    padding: 0;
  }
  
  .confirm-item dt {
    width: 200px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  
  .confirm-item dd {
    width: 75%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  
  /* -------------------------------------------------------------------------- */

  /*	7. Recruit Page
  /* -------------------------------------------------------------------------- */
  
  
  .recruit-main-text {
    top: 35%;
    right: 10%;
    width: 60%;
    max-width: 650px;
  }
  
  .recruit-main-text img:first-child {
    padding: 0;
  }
  
  .recruit-main-text img:last-child {
    bottom: -120%;
    left: -40%;
    -webkit-transform: none;
    transform: none;
  }
  
  .recruit-lead {
    max-width: 1200px;
    padding: 100px 0 120px;
  }
  
  .recruit-img {
    width: 70%;
    height: 750px;
  }
  
  .text-dsc.pc-dsp {
    position: absolute;
    top: 20%;
    right: -30%;
    width: 100%;
    max-width: 1000px;
  }
  
  .text-dsc.pc-dsp img {
    width: 100%;
    height: auto;
  }
  
  .cursive-dsc {
    top: 30%;
    right: -29%;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    width: 40%;
    max-width: 500px;
  }
  
  .conditions {
    padding: 100px 0 140px;
  }
  
  .conditions .sec-title {
    max-width: 980px;
    margin: 0 auto 50px;
  }
  
  .cond-wrap {
    max-width: 980px;
    margin: 0 auto 90px;
  }
  
  .cond-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .cond-item dt {
    width: 200px;
    margin-bottom: 0;
    padding-top: 8px;
    font-size: 20px;
  }
  
  .cond-item dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

}


@media screen and (min-width: 1400px) {
  
  /* for PC. */
  .page-title-svg {
    left: 50%;
    margin-left: -600px;
  }
  
  .contact-wrap,
  .confirm-wrap {
    overflow: hidden;
  }
  
  .contact-wrap .sec-title,
  .confirm-wrap .sec-title {
    float: left;
  }
}