@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio,video  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
	position:relative !important;
	width:100% !important;
	overflow-x: hidden !important;
	font-family: serif;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: rgb(105, 104, 104);
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.mb {
	display:none;
}
/* ==============================
ローディング
============================== */
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#333;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* ==============================
ここから
============================== */
img {
	vertical-align: bottom;
}
.mb {
    display: none;
}
.mbmb {
    display: none;
}
.mb-br {
	display:none;
}
a:hover {
	opacity: 0.6;
}
/* ==============================
ここから
============================== */
.container-fluid h1 {
    width: 20%;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: right;
}
.navbar {
    padding: 0rem 1rem;
}
#header {
	width: 100%;
	position: fixed;
	background-color: #ffffff6e;
    z-index: 100;
}
.nav-item {
    font-size: 1.5rem;
    padding-left: 2rem;
}
.nav-link:hover {
    cursor: pointer;
    color: #f83600 !important;
}
.video-wrap{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    opacity: 0.4;
}

/*見出し設定*/
.fv_text{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
}
.fv_text h2 {
    font-size: 3rem;
    width: 100%;
}

/* ==============================
テキスト
============================== */
#container{
  text-align: center;
  color:#fff;
    text-shadow: 0 0 15px #666;
}
#container h2{
    font-size: 4rem;
}
#container h3{
    font-size: 2rem;
	margin-bottom:2rem;
	margin-top:1rem;
}
#container h4{
    width: 68%;
    margin: auto;
    font-size: 1.5rem;
	letter-spacing: 0.2rem;
	line-height: 1.9rem;
}
.back-color {
    background-color: rgba(0, 0, 0, 0.26);
    padding: 2rem 0;
}
/* ==============================
サービス内容
============================== */
.content {
    width: 100%;
    position: relative;
}
.content h2{
    font-size: 3.5rem;
    text-align: center;
    color:#fff;
    text-shadow: 0 0 15px #666;
    margin-top: 5rem;
    margin-bottom: 2rem;
}
#width-h2 {
width:120%;
}
.flex-1 {
    display: flex;
    justify-content: center;
}
.flex-2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.img {
    width: 60%;
}
.text {
    width: 40%;
    text-align: center;
}
.sikaku,.sikaku1,.sikaku2 {
    width: 70%;
    height: 30rem;
    background-color: #fff;
    opacity: 0.7;
    z-index: -1;
}
.sikaku {
    position: absolute;
    top: 3.5%;
    right: 0;
}
.sikaku1 {
    position: absolute;
    top: 34%;
    left: 0;
}
.sikaku2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* ==============================
ボタン
============================== */
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 20px;
  margin-top: 10%;
}
.btn-wrap2 {
    margin: 2rem;
}
a.btn-c {
  font-size: 2rem;

  padding: 1.5rem 4rem 1.5rem 4rem;

  -webkit-transform: skew(-15deg);

  transform: skew(-15deg);

  color: #fff;
  border-radius: 0;
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  position: absolute;
  top: 46%;
  right: 0;

  width: 3rem;
  height: 1px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}

a.btn-c:after {
  position: absolute;
  top: 55%;
  right: 1rem;

  width: 2rem;
  height: 1px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}

a.btn-c:hover {
  -webkit-transform: skew(0);
  transform: skew(0);

  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-c:hover:before {
  right: -1.5rem;

  background: #f83600;
}

a.btn-c:hover:after {
  right: -1rem;

  background: #f83600;
}
.btn-center {
    text-align: center;
}
/* ==============================
提携先スライド
============================== */
.slide {
    width: 100%;
    background-color: #fff;
    padding: 2rem 0;
}
.slide h2 {
    text-align: center;
    font-size: 4rem;
    text-shadow: 0 5px 10px rgb(161, 161, 161);
}
.slide h3 {
    text-align: center;
    margin-bottom: 3rem;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
/* ==============================
コンタクトエリア
============================== */
.contact-area {
    width: 100%;
    padding: 3rem 0;
    background-color: #ffae58e8;
    text-align: center;
    color: #fff;
}
.contact-area h2 {
    font-size: 4rem;
    text-shadow: 0 5px 10px rgb(255, 255, 255);
}
.contact-area h3 {
    font-size: 1.5rem;
}
.tel {
    font-size: 3rem;
}
.tel a {
    color: #fff !important;
}
.tel a:hover {
    text-shadow: 0 5px 10px rgb(255, 255, 255);
}
/*その他と主な共通部分は省略*/

a.btn-flat {
    overflow: hidden;
    padding: 1.5rem 10rem;
    color: #fff;
    border-radius: 0;
    background: #fff;
  }
  
  a.btn-flat span {
    position: relative;
  }
  
  a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 30px;
    width: 120%;
    height: 500%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-80%) translateY(-70%) rotate(135deg);
    transform: translateX(-80%) translateY(-70%) rotate(135deg);
    background: #ffaf58;
  }
  
  a.btn-flat:hover:before {
    -webkit-transform: translateX(-15%) translateY(-25%) rotate(135deg);
    transform: translateX(-15%) translateY(-25%) rotate(135deg);
  }
.mail a:hover {
    color: #fff !important;
    opacity: 1;
}
/* ==============================
フッター
============================== */
.orange {
    width: 100%;
    text-align: center;
    background-color: #ffaf58;
    padding: 1rem 0;
    border-top: 2px solid #fff;
}
.orange h1 {
    width: 28%;
    margin: auto;
}
.orange p {
    position: absolute;
    z-index: -1;
}
.footer-menu {
    background-color: rgba(0, 0, 0, 0.37);
}
.footer-menu ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.footer-menu li {
    padding: 1rem 2rem;
}
.footer-menu a {
    color: #fff !important;
}
.footer-menu a:hover {
    color: #ffaf58 !important;
}
.last {
    background-color: rgba(255, 255, 255, 0.808);
    color: #ffaf58;
    text-align: center;
    padding: 0.5rem;
}
.last p {
    margin-bottom: 0;
}
.footer-service h4 {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* ==============================
=================================
SERVICE
=================================
============================== */
.kasou-top {
    width: 100%;
    padding: 7rem 0;
    position: relative;
}
.top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.top-text h2 {
    font-size: 4rem;
    color:#fff;
    text-shadow: 0 0 15px #666;
    letter-spacing: 0.5rem;
}
.top-text p {
    color: #ffaf58;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0 0 15px #666;
}
/* ==============================
サービス１
============================== */
.service-1 {
    width: 100%;
    text-align: center;
    color: #ffaf58;
}
.service-1 h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
}
.service-1 h3 {
    width: 55%;
    margin: auto;
    margin-bottom: 7rem;
    line-height: 3rem;
}
/* ==============================
コンテンツ１
============================== */
.content-1 {
    width: 100%;
    position: relative;
}
.text-1 {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-11 {
    left: 16%;
}
.text-1 h2 {
    color: #fff;
    text-shadow: 0 0 15px #666;
    font-size: 3rem;
}
.content-1 p {
    width: 70%;
    margin: auto;
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 3rem;
}
.back-1 {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 45%;
    background-color: #ffae588c;
    z-index: -1;
}
/* ==============================
コンテンツ2
============================== */
.content-2 {
    width: 100%;
    position: relative;
    margin: 7rem 0;
}
.text-2 {
    position: absolute;
    top: 50%;
    right: 12%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-2 h2 {
    color: #fff;
    text-shadow: 0 0 15px #666;
    font-size: 3rem;
}
.content-2 p {
    width: 70%;
    margin: auto;
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 3rem;
}
.back-2 {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 45%;
    background-color: #ffae588c;
    z-index: -1;
}
.text-3 {
    position: absolute;
    top: 50%;
    right: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-3 h2 {
    color: #fff;
    text-shadow: 0 0 15px #666;
    font-size: 3rem;
}
/* ==============================
ABOUT会社概要
============================== */
.about-1 {
    width: 80%;
    margin: auto;
    text-align: center;
    background-color: #ffaf58;
    padding: 3rem 0;
	margin-bottom:7rem;
}
.about-in {
    color: #fff;
    letter-spacing: 0.1rem;
    font-weight: bold;
	padding: 1rem 0;
}
.about-in h3 {
	font-size:2rem;
    text-shadow: 0 0 10px #fff;
	margin-bottom:1rem;
}
.about-flex {
    display: flex;
    justify-content: center;
	margin-bottom:1rem;
}
.about-flex h4 {
    margin: 0 1rem;
}
.top-text2 {
    text-align: center;
	margin-bottom: 3rem;
}
.top-text2 h2 {
    font-size: 4rem;
    text-shadow: 0 0 6px #666;
    letter-spacing: 0.1rem;
}
.top-text2 p {
    color: #ffaf58;
    font-weight: bold;
    font-size: 1.2rem;
}
.comp {
    width: 60%;
    margin: auto;
    font-weight: 700;
    letter-spacing: 0.1rem;
	margin-bottom: 3rem;
}
.t1 {
    width: 30%;
    border: 1px solid #dadada;
    padding: 1rem 0 1rem 1rem;
}
.t2 {
    width: 70%;
    border: 1px solid #dadada;
    padding: 1rem 0 1rem 1rem;
}
.lf {
    margin-left: 2rem;
}
.blue {
    background-color: #ffaf5894;
	color:#fff;
}
.bc {
    color: black;
    margin-right: 0.5rem;
}
.posi {
    position: relative;
    border: 1px solid #dadada;
}
.t3 {
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.t4 {
    width: 70%;
    border: 1px solid #dadada;
    padding: 1rem 0 1rem 1rem;
    line-height: 2rem;
}
/* ========================================
===========================================
===========================================
   制作実績　RESULT
===========================================
======================================== */
.content-wrap {
    width: 80%;
    margin: auto;
}
.content-flex {
	width:100%;
    display: flex;
    justify-content: center;
	margin-bottom:3rem;
}
.c-img {
	width:50%;
}
.c-text {
	width:50%;
	padding: 2rem;
}
.c-text h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.c-text p {
    line-height: 1.4rem;
	text-align: left;
}
/* ========================================
===========================================
===========================================
   コンタクトフォーム
===========================================
======================================== */
.contact-top {
    width: 100%;
    text-align: center;
}
.contact-top h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
}
.contact-top h3 {
    width: 70%;
    margin: auto;
    margin-bottom: 7rem;
    line-height: 3rem;
}
.contact-1 {
	margin-bottom:3rem;
}
.form-wrap {
    width: 45%;
    margin: auto;
	background-color: #ffaf5880;
}
.form-zorn {
    display: flex;
	padding:1rem;
}
.form-white {
    width: 100%;
    padding: 1rem;
	background-color: #fff;
}
.form-white input {
    width: 100%;
    height: 2rem;
}
.form-white textarea {
	width:100%;
}
.form-white2 {
    width: 60%;
    padding: 1rem 0;
    border: 1px solid #a3a3a3;
}
.form-white2 .wpcf7-list-item {
    width: 28%;
}
.sousin {
	width:40%;
	margin:auto;
	text-align:center;
}
.sousin input {
    width: 50%;
	display:inline-block;
    margin-left: 4rem;
	background-color: #ffaf58;
    color: #fff;
    padding: 1rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    border: none;
}
.sousin input:hover {
	opacity:0.8;
}
#kouho {
	height:20%;
}
#kouho textarea {
	height:3rem;
}
/* ========================================
===========================================
===========================================
   サンクスページ
===========================================
======================================== */
.thanks {
    text-align: center;
}
.thanks h3 {
    font-size: 2rem;
    color: #ffaf58;
    font-weight: bold;
    margin-top: 7rem;
}
.thanks p {
    font-size: 1.3rem;
    margin-top: 3rem;
    line-height: 2rem;
    font-weight: bold;
}
.thanks-img {
    width: 70%;
    margin: auto;
}
/* ========================================
===========================================
===========================================
   アニメーション
===========================================
======================================== */
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/* ========================================
===========================================
===========================================
   ブログ
===========================================
======================================== */
.news {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}
.blog-wrap {
    width: 31%;
}
.blog-title {
    font-weight: bold;
    margin: 0.5rem;
}
.blog-content p {
    text-align: left;
}
/* ========================================
===========================================
===========================================
   single.php
===========================================
======================================== */
.kobetu {
    width: 80%;
    margin: auto;
    padding-top: 12rem;
        padding-bottom: 5rem;
}
.k-img {
    width: 63%;
    margin: auto;
}
.kobetu h2 {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
        border-bottom: 2px solid #ffaf58;
}
.kobetu p {
    text-align: left;
    line-height: 1.5rem;
}