/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2019 | 01:41:43 */
@charset "utf-8";
/* CSS Document */

.home .custom-header > .t1 {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 10;
  width: 100%;
  text-align: left;
}

.home .custom-header > .t1 > p.t1 {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0px 1px 3px #555;
}

.home .custom-header > .t1 > p.t2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 3px #555;
}

/*サイドバー*/
.search-form input.search-field {
  background: #fff;
}
.search-form button.search-submit {
  color: cadetblue;
}
header#masthead {
  background-image: url(/wp-content/uploads/2019/08/bk02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-navigation a {
  color: #222;
  font-weight: bold;
}
.wrapper .site-header-main {
  box-shadow: 0px 0px 10px 0px #bbbbbb;
}

#primary-search-wrapper .mail-box {
  margin: 10px auto;
  text-align: center;
  font-size: 11px;
  border-radius: 10px;
  color: #fff;
  padding: 5px;
  display: block;
  position: relative;
  z-index: 0;
}
#primary-search-wrapper .mail-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(0.25turn, #02e1fa, #4ea3fd);
  border-radius: 5px;
}

#primary-search-wrapper .mail-box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(0.25turn, #4ea3fd, #02e1fa);
  border-radius: 5px;
}

#primary-search-wrapper .mail-box:hover:before {
  opacity: 0;
}

#primary-search-wrapper .mail-box p img {
  width: 60px;
}
.site-header input[type="search"]:focus,
.search-form input.search-field {
  color: #000;
}
#primary-search-wrapper .mail-box p span {
  background: #eee;
  color: #000;
  padding: 0 5px;
}

/*TOP画像*/
.custom-header-media [class^="SImg"] {
  width: 600px;
  height: 350px;
  position: absolute;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  　　-webkit-backface-visibility: hidden;
  -webkit-animation: ImgAnime 15s linear infinite 0s;
  -moz-animation: ImgAnime 15s linear infinite 0s;
  -o-animation: ImgAnime 15s linear infinite 0s;
  -ms-animation: ImgAnime 15s linear infinite 0s;
  animation: ImgAnime 15s linear infinite 0s;
}

.custom-header-media .SImg01 {
  background-image: url(/wp-content/uploads/2019/09/bg01a-1.jpg);
  width: 100vw;
  height: 100vh;
  position: absolute;
  right: 0;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

.custom-header-media .SImg02 {
  background-image: url(/wp-content/uploads/2019/08/IMG_5006.jpg);
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  -ms-animation-delay: 4.5s;
  animation-delay: 4.5s;
  width: 100vw;
  height: 100vh;
  position: absolute;
  right: 0;
}
.custom-header-media .SImg03 {
  background-image: url(/wp-content/uploads/2019/09/bg01a-1.jpg);
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  -ms-animation-delay: 8s;
  animation-delay: 8s;
  width: 100vw;
  height: 100vh;
  position: absolute;
  right: 0;
}
.custom-header-media .SImg04 {
  background-image: url(/wp-content/uploads/2019/08/IMG_5006.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
  width: 100vw;
  height: 100vh;
  position: absolute;
  right: 0;
}

@keyframes ImgAnime {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  15% {
    opacity: 1;
    transform: scale(1.07);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  25% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

/*無限スライド-----------------------------------*/
.loop_css2 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100vw;
  overflow: hidden;
}
.loop_css2 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
.loop_css2 li {
  display: inline-block;
  width: calc(100vw / 6);
  min-width: 200px;
  margin: 0;
  list-style: none;
  text-align: center;
}
.loop_css2 li a {
  display: block;
}
.loop_css2 li img {
  display: block;
  width: 100%;
  height: auto;
}
.loop_css2 li a:hover {
  opacity: 0.7;
}
.loop_css2 ul:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.loop_css2 ul + ul {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/*コンテンツ-----------------------------------*/
.singular-content-wrap,
#post-12 {
  margin: 0;
  padding: 0;
}

.site-content {
  max-width: 1300px;
  margin: auto;
}
.entry-content .carousel-slider-outer {
  margin-bottom: 3em;
}
.site-content .entry-content .cont01 {
  padding: 2em;
}
.site-content .entry-content .cont01 ul {
  font-size: 0;
  margin-bottom: 30px;
}

.site-content .entry-content .cont01 ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.site-content .entry-content .cont01 ul li:nth-child(1) {
  width: 50%;
  padding-right: 10px;
}
.site-content .entry-content .cont01 ul li#move03:nth-child(2) {
  width: 50%;
  text-align: center;
  background-image: url(/wp-content/uploads/2019/08/con1.jpg);
  background-repeat: no-repeat;
  background-position: center right;
}
.site-content .entry-content .cont01 ul li#move06 {
  width: 50%;
}
.site-content .entry-content .cont01 ul li:nth-child(2) .box1 {
  position: relative;
}
.site-content .entry-content .cont01 ul li:nth-child(2) .box1 > div {
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.site-content .entry-content .cont01 ul li h2 {
  font-size: 80px;
}
.site-content .entry-content .cont01 ul li .t1 {
  font-size: 30px;
  margin-top: 10px;
}
.site-content .entry-content .cont01 ul li .t2 {
  font-size: 16px;
}
.site-content .entry-content .cont01 ul li:nth-child(2) video {
  width: 44%;
}
.site-content .entry-content .cont01 ul li#move03:nth-child(2) img {
  position: absolute;
  top: 2%;
  left: 27.5%;
  width: 48%;
}
.site-content .entry-content .cont02 {
  padding: 2em;
  background: #f7f7f7;
}
.site-content .entry-content .cont02 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
  font-size: 50px;
}
.site-content .entry-content .cont02 h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.site-content .entry-content .cont02 h2 img {
  width: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 5px;
}
.site-content .entry-content .cont02 ul {
  margin: auto;
  text-align: center;
}
.site-content .entry-content .cont02 li {
  display: inline-block;
  width: 24.3%;
  padding: 0 1%;
  box-sizing: border-box;
  vertical-align: top;
}
.site-content .entry-content .cont02 li > p {
  color: #000;
  text-align: left;
  font-size: 14px;
}
.site-content .entry-content .cont02 li > p b {
  font-size: 18px;
}
.site-content .entry-content .cont02 li figure.hover-parent {
  position: relative;
  padding: 50%;
  border-radius: 50%;
  background-color: #13bfbb;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.site-content .entry-content .cont02 li figure.hover-parent:before {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -3.5em;
  color: #fff;
}

.site-content
  .entry-content
  .cont02
  ul.web
  li:nth-child(1)
  figure.hover-parent {
  background-image: url(/wp-content/uploads/2019/08/icon01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 2px #166eb8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-content
  .entry-content
  .cont02
  ul.web
  li:nth-child(2)
  figure.hover-parent {
  background-image: url(/wp-content/uploads/2019/08/icon02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 2px #166eb8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-content
  .entry-content
  .cont02
  ul.web
  li:nth-child(3)
  figure.hover-parent {
  background-image: url(/wp-content/uploads/2019/08/icon03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 2px #166eb8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-content
  .entry-content
  .cont02
  ul.web
  li:nth-child(4)
  figure.hover-parent {
  background-image: url(/wp-content/uploads/2019/08/icon06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 2px #166eb8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-content
  .entry-content
  .cont02
  ul.des
  li:nth-child(1)
  figure.hover-parent {
  background-image: url(/wp-content/uploads/2019/08/icon06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 2px #166eb8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-content
  .entry-content
  .cont02
  ul.des
  li:nth-child(2)
  figure.hover-parent {
  background-image: url(/wp-content/uploads/2019/08/icon04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 2px #166eb8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-content
  .entry-content
  .cont02
  ul.des
  li:nth-child(3)
  figure.hover-parent {
  background-image: url(/wp-content/uploads/2019/08/icon02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 2px #166eb8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-content .entry-content .cont02 li figure.hover-parent:hover {
  box-shadow: 0px 0px 14px #166eb8;
}

.site-content .entry-content .cont02 li figure.hover-parent:hover .hover-mask {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.87);
}
.mt-50 {
  margin-top: 50px;
}
.site-content .entry-content .cont03 {
  margin-top: 50px;
  background: #f7f7f7;
  padding: 2em;
}
.site-content .entry-content .cont03 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
  font-size: 50px;
}
.site-content .entry-content .cont03 h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.site-content .entry-content .cont03 h2 img {
  width: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 5px;
}
.site-content .entry-content .cont03 ui {
  margin: auto;
}
.site-content .entry-content .cont03 li {
  display: inline-block;
  vertical-align: top;
}
.site-content .entry-content .cont03 li:nth-child(1) {
  width: 42%;
  padding: 0 1em;
}
.site-content .entry-content .cont03 li p {
  margin-top: 10px;
}
.site-content .entry-content .cont03 li:nth-child(1) p span.title {
  font-size: 24px;
}
.site-content .entry-content .cont03 li:nth-child(2) {
  width: 57%;
}
*:focus {
  outline: 0 !important;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4) inset;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b0cfdf;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0cfdf;
}
::placeholder {
  /* Others */
  color: #b0cfdf;
}

/*　制作事例　-----------------------------------*/
.cont04 {
  min-height: 500px;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}

.cont04::after {
  content: "";
  background: #000000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cont04 .post-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  margin: 0;
}

.cont04 .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont04 .box1 {
  z-index: 10;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 40px;
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 0px 1px 3px #555;
}

.cont04 .box1 span {
  background: linear-gradient(transparent 60%, #c0c219 0%);
}

.cont04 .box1 .bg-gradient1 span,
.cont04 .box1 .bg-gradient1:before {
  background: #52a0fd;
  background: -moz-linear-gradient(left, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
  background: -webkit-linear-gradient(
    left,
    #52a0fd 0%,
    #00e2fa 80%,
    #00e2fa 100%
  );
  background: linear-gradient(to right, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
}

/* General */
.cont04 .box1 .wrapper1 {
  text-align: center;
  transform-style: perserve-3d;
  perspecive: 800px;
}

/* fancy Button */
.cont04 .box1 .btn-grad {
  margin: 30px auto 0;
  padding: 15px 10px;
  text-align: center;
  transition: 0.3s;
  background-size: 200% auto;
  color: white;
  border-radius: 100px;
  display: block;
  width: 250px;
  font-size: 20px;
  cursor: pointer;
}

.cont04 .box1 .btn-grad {
  background-image: linear-gradient(
    to right,
    #00d2ff 0%,
    #3a7bd5 51%,
    #00d2ff 100%
  );
  color: #fff !important;
}

.cont04 .box1 .btn-grad:hover {
  background-position: right center;
}

/*文字move*/
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0px;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .site-content .entry-content .cont01 ul li:nth-child(2) video {
    width: 60%;
  }
}
