@charset "utf-8";

/* =============================================================

　　個別設定

============================================================= */

/*  MainVisual
---------------------------------------------*/
.firstview,
.fv_back,
.fv_mask,
.fv_inner {
  height: 100vh;
}

.firstview {
  overflow: hidden;
  position: relative;
}

.fv_back {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/img/mv-03.jpg);
  background-size: cover;
  background-position: center;
  transition-duration: 1s;
  transition-property: filter;
  transition-timing-function: linear;
  width: 100%;
}


.fv_inner {
  position: relative;
}

.fv_01,
.fv_02 {
  position: absolute;
  width: 100%;
  transition-property: transform opacity;
}

.fv_01 {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  transition-duration: 0.5s;
  transition-delay: 0.8s;
  transition-timing-function: ease-out;
}

.fv_02 {
  opacity: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -30%, 0);
  -ms-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  transition-duration: 0.3s;
}

/* ファーストビューアニメーション */

body.start {
}

body.start .firstview .fv_02 {
  opacity: 1;
  /*
  top: 50%;
  */
  transform: translate3d( 0, -50%, 0 );
  transition-duration: 0.0;
  transition-delay: 0.0s;
}


.boxMainVisual {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100vh;
}

.boxMainVisual .boxMvLayer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(31,54,86,.6), rgba(163,155,127,.6));
  background-size: 600% 600%;
  animation: bg-move 10s ease infinite;
}

@keyframes bg-move {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.boxMainVisual .boxMainText {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  /* IE9以下用ハック */
  vertical-align: middle\9;
  width: 100%;
  text-align: center;
}

.boxMainVisual .boxMainText .txtTtl {
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}


@media screen and (max-width: 768px){
  .fv_back {
    background-position: center;
  }

  body.start .firstview .fv_02 {
      opacity: 1;
      /*
      top: 50%;
      */
      transform: translate3d( 0, -50%, 0 );
      transition-duration: 0.8s;
      transition-delay: 0.9s;
  }

  .boxMainVisual .boxMvLayer {
    height: 100%;
  }

  .boxMainVisual .boxMainText .txtTtl {
    padding: 20px 0;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
}

/*  About
---------------------------------------------*/
.boxAbout {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(31,54,86,1.0), rgba(163,155,127,1.0));
  background-size: 600% 600%;
  animation: bg-move 10s ease infinite;
}

.boxAbout .Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  /* IE9以下用ハック */
  vertical-align: middle\9;
  width: 100%;
  text-align: center;
}

.boxAbout .boxTxt {
  margin: 40px 0 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.1em;
}

.boxAbout .subTtl {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}

@media screen and (max-width: 768px){
  .boxAbout .Inner {
    position: relative;
  }


  .boxAbout .boxTxt {
    margin: 40px 0 0;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

/*  Service
---------------------------------------------*/
.boxService .boxList ul {
  margin: 60px -20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.boxService .boxList li {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.boxService .boxList dl {
  padding: 20px 10px;
  border: 1px solid #333;
}

.boxService .boxList dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.boxService .boxList dd {
  margin-top: 20px;
  padding: 0 10px;
}

.boxService .boxList dd .link * {
  position: relative;
  color: #50628c;
  text-decoration: underline;
}

.boxService .boxList dd .link *:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px){
  .boxService .boxList ul {
    margin: 60px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .boxService .boxList li {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*  Works
---------------------------------------------*/
.boxWorks {
  background: linear-gradient(45deg, rgba(31,54,86,1.0), rgba(163,155,127,1.0));
  background-size: 600% 600%;
  animation: bg-move 10s ease infinite;
  color: #fff;
}

.boxWorks .subTtl {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}

@keyframes bg-move {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.boxWorks .boxTxt {
  margin: 40px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.1em;
}


.boxWorks .boxBtn {
  width: 360px;
  margin: 40px auto;
}

@media screen and (max-width: 768px){
  .boxWorks .boxBtn {
    width: auto;
    margin: 40px auto;
  }
}

/*  Profile
---------------------------------------------*/
.boxProfile .sectionIner {
  margin: 60px auto 0;
}

.boxProfile .sectionIner .boxCol-L {
  float: left;
  width: 48%;
}

.boxProfile .sectionIner .boxCol-R {
  float: right;
  width: 48%;
}

.boxProfile .boxTable {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.boxProfile .boxTable dl {
  display: table-row;
  border-bottom: 1px solid #333;
}

.boxProfile .boxTable dl:last-child {
  border-bottom: none;
}

.boxProfile .boxTable dt {
  display: table-cell;
  width: 25%;
  padding: 10px;
}

.boxProfile .boxTable dd {
  display: table-cell;
  width: 75%;
  padding: 10px;
  border-left: 1px solid #333;
}

.boxProfile .boxBtn {
  margin: 40px auto 0;
  width: 80%;
}

@media screen and (max-width: 768px){
  .boxProfile .sectionIner .boxCol-L {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }

  .boxProfile .sectionIner .boxCol-R {
    float: none;
    width: auto;
  }

  .boxProfile .boxTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .boxProfile .boxTable dl {
    display: table-row;
    border-bottom: 1px solid #333;
  }

  .boxProfile .boxTable dl:last-child {
    border-bottom: none;
  }

  .boxProfile .boxTable dt {
    display: table-cell;
    width: 25%;
    padding: 10px;
  }

  .boxProfile .boxTable dd {
    display: table-cell;
    width: 75%;
    padding: 10px;
    border-left: 1px solid #333;
  }

  .boxProfile .boxBtn {
    margin: 20px auto 0;
    width: auto;
  }
}


/*  Contact
---------------------------------------------*/
.boxContact.boxSection {
  padding: 120px 0 60px;
}

.boxContact p {
  margin-top: 40px;
  text-align: center;
}

.boxContact .contact-form {
  width: 680px;
  margin: 40px auto;
}

.boxContact .contact-form table {
  width: 100%;
  margin-top: 40px;
}

.boxContact .contact-form table tr {
 border-bottom: 1px solid #333;
}

.boxContact .contact-form table tr:last-child {
  border-bottom: none;
}

.boxContact .contact-form table th {
  width: 30%;
  padding: 20px;
}


.boxContact .contact-form table th .require {
  color: #aa2027;
}

.boxContact .contact-form td {
  width: 70%;
  padding: 20px;
  border-left: 1px solid #333;
}

.boxContact .contact-form td .error {
  color: #aa2027;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.boxContact .contact-form td input {
  width: 100%;
  padding: 12px 10px;
  border: 2px solid #848484;
  font-size: 14px;
  font-size: 1.4rem;
}

.boxContact .contact-form td textarea {
  width: 100%;
  height: 280px;
  padding: 12px 10px;
  border: 2px solid #848484;
  font-size: 14px;
  font-size: 1.4rem;
}

.boxContact .contact-form td input:focus,
.boxContact .contact-form td textarea:focus {
  outline: none;
  border: 2px solid #000;
}

.boxContact .contact-form .submit-container input[type="submit"] {
  width: 320px;
  margin: 0 auto 20px;
  padding: 15px 0;
  border-radius: 0;
  border: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

.boxContact .contact-form .submit-container input[type="submit"]:focus {
  outline: none;
}

.boxContact .contact-form .submit-container input[type="submit"]:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}


@media screen and (max-width: 768px){
  .boxContact {
    padding: 80px 0 60px;
  }

  .boxContact p {
    margin-top: 40px;
    padding: 0 40px;
    text-align: center;
  }

  .boxContact .contact-form {
    width: auto;
    margin: 20px auto;
  }

  .boxContact .contact-form table {
    width: 100%;
    margin-top: 20px;
  }

  .boxContact .contact-form table tr {
   border-bottom: 1px solid #333;
  }

  .boxContact .contact-form table tr:last-child {
    border-bottom: none;
  }

  .boxContact .contact-form table th {
    width: 30%;
    padding: 20px;
  }


  .boxContact .contact-form table th .require {
    color: #aa2027;
  }

  .boxContact .contact-form td {
    width: 70%;
    padding: 20px;
    border-left: 1px solid #333;
  }

  .boxContact .contact-form td .error {
    color: #aa2027;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .boxContact .contact-form td input {
    width: 100%;
    padding: 12px 10px;
    border-radius: 0;
    border: 2px solid #848484;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .boxContact .contact-form td textarea {
    width: 100%;
    height: 280px;
    padding: 12px 10px;
    border-radius: 0;
    border: 2px solid #848484;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .boxContact .contact-form .submit-container input[type="submit"] {
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px 0;
    border-radius: 0;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 640px){
  .boxContact .contact-form table,
  .boxContact .contact-form tbody,
  .boxContact .contact-form tr,
  .boxContact .contact-form th,
  .boxContact .contact-form td {
    display: block;
    width: 100% !important;
  }

  .boxContact .contact-form th {
    width: 100%;
    padding: 0 0;
  }

  .boxContact .contact-form td {
    border-left: none;
    padding: 5px 10px 10px;
  }
}

/*  contact form 7
---------------------------------------------*/
.boxContact .wpcf7 {
  width: 480px;
  margin: 40px auto;
}

.boxContact .wpcf7 input[type="text"],
.boxContact .wpcf7 input[type="email"],
.boxContact .wpcf7 textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 10px;
  border-radius: 0;
  border: 2px solid #848484;
  font-size: 14px;
  font-size: 1.4rem;
}

.boxContact .wpcf7 textarea {
  height: 280px;
}

.boxContact .wpcf7 input[type="submit"] {
  display: block;
  width: 320px;
  margin: 20px auto;
  padding: 15px 0;
  border-radius: 0;
  border: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

.boxContact .wpcf7 input[type="submit"]:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px){
  .boxContact .wpcf7 {
    width: auto;
    margin: 40px 20px;
  }

  .boxContact .wpcf7 input[type="text"],
  .boxContact .wpcf7 input[type="email"],
  .boxContact .wpcf7 textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 10px;
    border-radius: 0;
    border: 2px solid #848484;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .boxContact .wpcf7 textarea {
    height: 280px;
  }

  .boxContact .wpcf7 input[type="submit"] {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding: 15px 0;
    border-radius: 0;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
  }
}

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
