/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Mali:200,300,400,600,700);


body,div,p,ul,li,h1,h2,h3,span{
  margin:0;padding:0;
}
p{
  font-size: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
small{
  font-weight: 400;
  line-height: 1;
  color: #fff;
  font-size: 65%;
}
* {
  box-sizing: border-box;
}
a{
  color:#fff;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color:#0e5087;
}
ul{
  list-style: none;
}
li{
  text-decoration: none;
}
body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
pre {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
div{
  margin:0;
  padding:0;
}
input,
button,
select,
textarea {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
.navbar-search .search-query {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
a:hover{
  text-decoration: none;
}
/*wrapper*/
#wrapper {
  width:100%;
  overflow:hidden;
  height:auto;
  margin:0 auto;
}

/*メニューバー*/
div.menu_waku{
  display:block;
  position: fixed;
  width:100%;
  background-color: #f8f8f8;
  top: 0;
  z-index: 200;
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
}
.top_header_rogo_div{
  float:left;
  padding:10px;
  width:12%;
}
.top_header_rogo_div a{
  display:block;
}
.top_header_rogo_div a img{
  width:100%;
}
.top_menu{
  float:left;
  width:85%;
}
.top_menu ul li{
  padding-top:17px;
  padding-left:40px;
  white-space: nowrap;
}
.menu_hidariue{
  float:left;
  display:block;
}
.menu_migiue{
  float: right;
  display:block;
  color:#777;
  text-align:right;
}
.top_menu ul li a{
  color:#777;
  font-size:13px;
  display:block;
}
.top_menu ul li a:hover{
  color:#0e5087;
}
.top_menu::after{
  clear:both;
}
/*/////メニューバー*/
/*レスポンシブメニュー*/
/*ハンバーガーメニュー*/
.header_hamburger {
  position: fixed;
  display:none;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}
.global-nav {
  position: fixed;
  right: -370px; /* これで隠れる */
  top: 0;
  width: 350px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  background-color: #f8f8f8;
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  font-size:11px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:hover {
  background-color: #f5f5f5;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #111;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
/*/////ハンバーガーメニュー*/
/*////レスポンシブメニュー*/


/*トップのヘッダー*/
.header_waku {
  position:relative;
  width:100%;
  display:block;
  background:url(../images/video2.jpg) no-repeat;
  /*　もしくは
  background:url(../images/camcorder2.jpg) no-repeat center center;
  */
  /*↓↓↓bg-maskをheader_wakuのheightにflexさせる*/
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
  flex-direction: column;
  /*↑↑↑bg-maskをheader_wakuのheightにflexさせる*/
  background-size:125%;
}
.bg-mask {
  /*↓↓↓bg-maskをheader_wakuのheightにflexさせる*/
  min-height:0;
  -webkit-box-flex-grow:1;
	-ms-flex-grow:1;
	flex-grow:1;
  /*↑↑↑bg-maskをheader_wakuのheightにflexさせる*/
  background: rgba(14,80,135,0.15);
}
.j_coment {
	color:#fff;
	padding-top:120px;
  padding-bottom:140px;
}
.top_image_family{
  width:60%;
}
.top_comment {
  position:relative;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 2);
  padding-top: 25px;
  padding-left:95px;
}
.top_comment p{
  font-weight:500;
  font-size: 20px;
  line-height: 30px;
}
.top_rogo_div img{
  margin-top:60px;
  padding-left:90px;
	height: 60px;
}
.btn {
  position:absolute;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 4px;
}
.btn-outline {
  margin-top:75px;
  margin-left: 50px;
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
}


h1 a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}

/*img.banner:hover {
    opacity: 0.8;
}*/

.banner {
    display:inline-block;
    padding-top:20px;
    left:0;
    width:300px;
}

.banner:hover img {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/*////トップのヘッダー*/

/*サービス*/

/*斜め背景*/
.bg_color_0e5087{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  transform-origin: bottom left;
  transform: skewY(-5deg);
  background-color: #0e5087;
}
.bg_color_0e5087 > * {
  transform: skewY(5deg);
}

/*三角背景*/
.bg_color_333{
  /*レイアウト用のCSS*/
  position: relative;
  }
.bg_color_333::after{
  content:"";
  position: absolute;
  z-index:1;
  top:-200px;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index:1;
  transform: skewY(5deg);
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 140px 100vw;
  border-color: transparent transparent #333 transparent;
}
/*////三角背景*/
.service_div{
  display:inline-block;
  margin:0 auto;
  padding-top:120px;
  padding-bottom:80px;
  height:flex;
  width:100%;
}
/*サービスタイトル*/
.service_title_waku{
  margin:0 auto;
  padding-bottom:4em;
  width:80%;
}
.service_title_h2{
  position:relative;
  margin:0 auto;
  padding-top:75px;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  letter-spacing: 5px;
  color:#fff;
  font-size:90px;
  font-weight:bolder;
  text-shadow: 0px 0px 2px #fff;
}
.service_title_h2:before {
  content:  '';               /* 空白の要素を作る */
  background-color: #333;  /* 背景色指定 */
  display:  block;            /* ブロック要素にする */
  position:  absolute;        /* 位置調整 */
  left:  -40px;                   /* 位置調整 */
  height: 220px;               /* 高さ指定 */
  width: 220px;                /* 幅指定 */
  border-radius:  50%;        /* 丸くする */
  top: -10px;                     /* 位置調整 */
  z-index:  -1;               /* 重なり調整 */
  box-shadow:0px 0px 3px #000;
}
/*////サービスタイトル*/

/*サービス4つの項目*/
.service_box_waku{
  display:block;
  width:85%;
  margin:0 auto;
  text-align:center;
}
.service_top_media{
  float:left;
  width:25%;
  height:auto;
  margin:0 auto;
  border-radius:20px;
  padding:1em;
  margin-bottom:20px;
  text-align:center;
}
.service_top_media img{
  width:180px;
  height:180px;
  filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));/*pngへのシャドウ*/
}
.service_top_media h2{
  font-weight: 500;
  line-height: 1.1;
  font-size:20px;
  color: #fff;
  letter-spacing:3px;
}
.service_top_media p{
  display: block;
  padding-top:5px;
  font-size:12px;
  color: #fff;
  letter-spacing: -0.5px;
}
.service_top_media:hover{
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.service_top_media::after{
  clear:both;
}

/*企業向けフライヤー*/
.tsukamu_flyer_box_waku{
  position:relative;
  display:block;
  margin:0 auto;
  width:100%;
}
.tsukamu_flyer_box_waku::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  transform: translateY(99.9%);
  border: 50vw solid transparent;
  border-top: 4vw solid #fff;
  pointer-events: none;
  z-index: 1;
}
.title_tsukamu_flyer{
  margin:0 auto;
  width:100%;
  padding-top:50px;
  text-align:center;
}
.deluxekids_unite_rogo{
  margin-top:40px;
  width:15%;
}
.tsukamu_flyer{
  text-align: center;
  width:60%;
  border: 0.5vw solid #0e5087;
  border-radius: 15px;
  box-shadow: 0 0 5px rgb(0,0,0,0.3);
  padding: 30px;
}
.flyer_box{
  display:block;
  margin:0 auto;
  width:90%;
  margin-top:40px;
  padding-bottom:30px;
  text-align: center;
}
.flyer_comment{
  text-align: center;
  margin:0 auto;
  width:100%;
  font-family: "M PLUS Rounded 1c";
}
.flyer_comment h2{
  text-align: center;
  font-size:18px;
  padding-bottom:30px;
  line-height:1.5;
}
.br-none{
  display:none;
}
.flyer_comment p{
  text-align: center;
  margin-top:-25px;
  font-size:16px;
}
.underline-blue{
  width:90%;
  margin:0 auto;
  height:40px;
  margin-top:20px;
  background-image:url("../images/underline_blue.png");
  background-size:55% 40%;
  background-position: center;
  background-repeat:no-repeat;
  vertical-align: bottom;
}
.flyer_box h3{
  font-size:20px;
  font-weight:bold;
  font-family: "M PLUS Rounded 1c";
  text-shadow: 0px 0px 2px white;
}
.utiawase_waku{
  margin:0 auto;
  width:85%;
  background-image:url("../images/35.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height:40px;
  padding-top:9px;
}
.utiawase_waku h4{
  margin:0 auto;
  text-align:center;
  letter-spacing: 10px;
  font-size:20px;
  color:#FFF;
  font-family: "M PLUS Rounded 1c";
}
.flyer_table{
  width:90%;
  margin:0 auto;
  margin-top:40px;
  height:auto;
  border-collapse: collapse;
}
.td_title{
  text-align: center;
  width:18%;
  height:auto;
  vertical-align: text-top;
}
.td_title p{
  text-align: center;
  margin:0 auto;
  font-size:18px;
  font-weight:bold;
  font-family: "M PLUS Rounded 1c";
}
.td_span{
  text-align:center;
  width:7%;
}
.triangle{
  width: 0;
  height: 0;
  border-left: 20px solid #808080;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.td_title02{
  text-align: center;
  width:28%;
  color:#fff;
  vertical-align:middle;
  margin-bottom:30px;
  height:90px;
}
.td_title02 p{
  text-align: center;
  margin:0 auto;
  border-radius: 10px;
  padding: 0.5em 0.5em;
  font-size:17px;
  font-family: "M PLUS Rounded 1c";
  background: #0e5087;
}
#meeting{
  margin-top:20px;
  width:65%;
}
#shoot{
  margin-top:10px;
  width:90%;
}
#hensyu{
  margin-top:0px;
  width:90%;
}
#nouhin{
  margin-top:0px;
  width:90%;
}
.tsukamu_movie{
  position:relative;
  margin:0 auto;
  width:100%;
  text-align: center;
  padding-top:80px;
  padding-bottom:80px;
  background-color: #f5f5f5;
}
.tsukamu_movie::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  transform: translateY(99.9%);
  border: 50vw solid transparent;
  border-top: 4vw solid #f5f5f5;
  pointer-events: none;
  z-index: 1;
}
h2.tsukamu_flyer_mugen{
  margin:0 auto;
  margin-top:20px;
  margin-bottom:20px;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  letter-spacing: 5px;
  font-size:30px;
  font-weight:bolder;
  text-shadow: 1px 1px 1px #0e5087;
}
.under_line02 {
  position: relative;
  display: inline-block;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.under_line02:before, .under_line02:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.under_line02:before {
  left: 7px;
}
.under_line02:after {
  right: 7px;
}
#kensyu{
  width:60%;
  filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));/*pngへのシャドウ*/
}
#eigyou{
  width:70%;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));/*pngへのシャドウ*/
}
#hanbaisokushin{
  width:70%;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));/*pngへのシャドウ*/
}
#homepage{
  width:70%;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));/*pngへのシャドウ*/
}
#tsukamu_youtube{
  width:50%;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));/*pngへのシャドウ*/
}
#tsukamu_insta{
  width:45%;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));/*pngへのシャドウ*/
}
.flyer_contact{
  background-color:rgba(255,255,255,0.7);
  margin:0 auto;
  margin-top:50px;
  padding:30px 20px;
  width:80%;
  border-radius: 10px;
}
.flyer_contact p{
  font-size:19px;
  font-family: "M PLUS Rounded 1c";
  line-height:2;
}
.flyer_contact p a{
  color:#0e508f;
  font-weight:bold;
}
.flyer_contact p a:hover{
  opacity:0.8;
}
/*企業向けフォーム*/
.tsukamu_form{
  padding-top:100px;
  margin:0 auto;
  width:65%;
}
.tsukamu_form h2{
  text-align:center;
  margin-bottom:20px;
  font-size:25px;
}
.tsukamu_form table{
  border-collapse:collapse;
}
.tsukamu_form tr{
  border-bottom:1px solid #000;
  border-right:1px solid #000;
}
.tsukamu_form th{
  width:28%;
  border-top:1px solid #000;
  border-left:1px solid #000;
  padding:10px;
  background-color:#eee;
  text-align:center;
  font-size:13px;
}
.tsukamu_form td{
  width:72%;
  border-top:1px solid #000;
  border-left:1px solid #000;
  padding:10px;
  font-size:14px;
}
.tsukamu_form p{
  font-size:17px;
}
input[type="mail"],
input[type="textbox"]{
  width:300px;
  font-size:12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
}
input[type="tel"]{
  width:150px;
  font-size:12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
}
textarea{
  width:60%;
  height:130px;
  font-size:12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
}
#soushin_btn{
  display:block;
  font-size:16px;
  padding:8px 15px;
  border-radius:5px;
  color:white;
  background-color:#0e5087;
}
#comp_mess_waku{
  position:absolute;
  top:300px;
  width:100%;
  z-index: 1010;
}
#comp_mess_div{
  width:60%;
  margin:0 auto;
  padding:20px 0;
  font-size: 16px;
  text-align:center;
  border:1px solid #000;
  border-radius:10px;
  background-color:#ddd;
  color:#000;
}
#comp_mess_waku2{
  position:absolute;
  top:300px;
  width:100%;
  z-index: 1010;
}
#comp_mess_div2{
  margin:0 auto;
  width:60%;
  padding:20px 0;
  text-align:center;
  border:1px solid #000;
  border-radius:10px;
  background-color:#ddd;
  color:#000;
}
.otoiawase_tel_div{
  width:100%;
  margin-top:40px;
  font-size:17px;
  border:solid 1px #0e5087;
  border-radius:40px;
  background-color:#eee;
  padding:20px 0;
  text-align:center;
}
.otoiawase_tel_div span{
  font-weight:bold;
  font-size:1.5em;
  color:#0e5087;
}
.otoiawase_tel_div :hover{
  opacity:0.7;
}
/*////企業向けフォーム*/
/*////企業向けフライヤー終わり*/
/*ふわっとフェードイン*/
.fade-in {
  opacity: 0;
  transform:  translateX(0px);
  transition: all 2.5s;
}
.fade-in.scrollin {
  opacity: 1;
  transform:  translateX(0);
}
/*左から真ん中にフェードイン*/
.left-to-right {
  opacity: 0;
  transform:  translateX(-400px);
  transition: all 2s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform:  translateX(0);
}
/*右から真ん中にフェードイン*/
.right-to-left {
  opacity: 0;
  transform:  translateX(200px);
  transition: all 2s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform:  translateX(0);
}
/*下から上にフェードイン*/
.down-to-top{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.type01{
  transition: all 1s;
}
.type02{
  transition: all 1.3s;
}
.type03{
  transition: all 1.6s;
}
.type04{
  transition: all 1.9s;
}
/*///ふわっとフェードイン*/

/*制作実績*/
.seisakujisseki_section{
  padding-bottom:100px;
  margin-top:100px;
  padding-top:50px;
  width:100%;
  height:100%;
  color:#fff;
  background: linear-gradient(135deg, #0170c1 30%,#262323 60%);
}
.seisakujisseki_waku{
  width:100%;
  margin:0 auto;
}
.seisakujisseki_title{
  width: 80%;
  margin:0 auto;
  color:#fff;
}
.seisakujisseki_table{
  width:80%;
  margin:0 auto;
  margin-top:20px;
  border-collapse:collapse;
}
.seisakujisseki_table td{
  display:inline-block;
  width:25%;
  text-align: center;
  padding-top:30px;
}
.seisakujisseki_table td img{
  border:1px solid #e5e4e6;
  background-color:#fff;
  border-radius: 10px;
  padding:10px 20px;
  width:95%;
}
/*////制作実績*/
/* youtube埋め込み調整 */
/*liveや動画*/
.live_waku{
  margin:0 auto;
  display:block;
  width:80%;
}
.tsukamu_example_rogo{
  height:50px;
  filter:drop-shadow(0 0 2px rgba(255,255,255,0.8));
  vertical-align: middle;
}
.live_waku span.komejirushi{
  display:inline-block;
  height:50px;
  padding-left: 1em;
  padding-top:15px;
  vertical-align: middle;
  font-size:70%;
}
.Youtube_douga_box_waku{
  width:100%;
}
.Youtube_douga_title{
  border-bottom:1.4px solid #fff;
  margin-bottom:30px;
}
.Youtube_douga_title p{
  font-size:20px;
  line-height: 1.4;
}
.Youtube_douga_box{
  border-collapse: collapse;
  width:80%;
  margin:0 auto;
  margin-bottom:50px;
}
.Youtube_douga_box p{
  text-align:center;
  font-size:16px;
  line-height:1.2;
}
.br_on_off{
  display:block;
}
.br_off_on{
  display:none;
}
.Youtube_douga_left{
  margin:0 auto;
  width:50%;
}
.Youtube_douga_right{
  margin:0 auto;
  width:50%;
}
.video {
  position: relative;
  width: 90%;
  margin:0 auto;
  filter:drop-shadow(0 0 1px rgba(255,255,255,0.9));
}
.video:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video a{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.video a:hover{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
span.price{
  height:auto;
  padding:0;
  display:inline-block;
  font-weight:bold;
  font-size:120%;
  line-height:1;
}
/*////liveや動画*/
/*社長挨拶*/
.bg-color-white {
  position: relative;
  height:auto;
  z-index:10;
  padding-top: 80px;
  padding-bottom: 7em;
  background-image:url("../images/dk-icon-lg-02.png");
  background-repeat:no-repeat;
  background-color: #fff;
  background-position:center;
  background-size:90%;
}
.aisatsu_box_waku{
  top:0;
  width:100%;
}
.aisastu_title{
  width:100%;
  text-align: center;
}
h2.h2-color{
  font-size: 30px;
  color:#000;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  display: inline-block;
}
.text-white {
  color:white;
}
.aisastu_naiyou_box{
  margin:0 auto;
  width:60%;
}
.aisastu_naiyou_box .itsfamily_moji{
  font-size:30px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.moji p{
  font-size:17px;
  margin-bottom: 10px;
  line-height: 2em;
}
.sign_image img{
  max-width:100%;
}
/*////社長挨拶*/
/*会社概要*/
.kaisyagaiyou_section{
  width:100%;
  background-color:#232531;
  padding-top:50px;
  padding-bottom:100px;
}
.kaisyagaiyou_waku{
  margin:0 auto;
  width:55%;
}
.h3-style{
  font-size: 25px;
  display: inline-block;
  line-height: 2em;
  margin-top: 1.5em;
  margin-bottom:0.5em;
  padding-left: 0.5em;
  border-left: 8px solid #F6BF47;
}
table.kaisyagaiyou_table{
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border-bottom:1px solid #424542;
}
.kaisyagaiyou_table tr{
  border-top:1px solid #424542;
  border-left:1px solid #424542;
}
.kaisyagaiyou_table th{
  font-size: 14px;
  padding:10px;
  text-align: left;
  border-right:1px solid #424542;
  vertical-align:text-top;
  color:#fff;
}
.kaisyagaiyou_table td{
  font-size: 14px;
  padding:10px;
  border-right:1px solid #424542;
  color:#fff;
}
/*tableの色分け*/
.bg_color_323542{
  background-color:#323542;
}
.bg_color_383b48{
  background-color:#383b48;
}

/*////tableの色分け*/
/*////会社概要*/
/*アクセス*/
.google-maps {
  position: relative;
  padding-bottom: 75%; /* これが縦横比*/
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% /*!important*/;
  height: 100% /*!important*/;
}
h4.padding_access {
  padding:0;
  line-height:0;
  font-size:18px;
}
.access_moyori li{
  display: inline-block;
  padding-right: 1em;
  font-size:14px;
}
/*////アクセス*/
/*リクルート*/
/*三角背景*/
.bg_color_0e357f{
  /*レイアウト用のCSS*/
  position: relative;
  }
.bg_color_0e357f::after{
  content:"";
  position: absolute;
  z-index:1;
  top:-80px;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index:1;
  /*
  transform: skewY(5deg);
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 150px 100vw;
  border-color: transparent transparent #0e357f transparent;
}
/*////三角背景*/
/*斜め背景*/
.bg_color_aaa{
  position:relative;
  z-index: 1;
  width:100%;
  height:100%;
  transform-origin: bottom left;
  background-color: #fff;
  transform: skewY(5deg);
}
.bg_color_aaa > *{
  transform: skewY(-5deg);
}
#recruit{
  position:relative;
  margin-top:-70px;
  padding-bottom: 8em;
}
.recruit_waku{
  margin:0 auto;
  width:70%;
}
.recruit_title_div{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.recruit_title_div p{
  color:#333;
}
.recruit_bosyu_box{
  width:100%;
  margin:0 auto;
}
#syain{
  display:none;
}
#haken{
  display:none;
}
.recruit_btn{
  display:block;
  border: 1px solid transparent;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
hr{
  margin-top: 38px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
table.recruit_table{
  border-collapse: collapse;
  width: 100%;
  margin-top: 38px;
  margin-bottom: 20px;
  border-bottom:1px solid #ddd;
}
.recruit_table tr{
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}
.recruit_table th{
  font-size: 14px;
  padding:8px;
  text-align: left;
  border-right:1px solid #ddd;
  vertical-align: top;
}
.recruit_table td{
  font-size: 14px;
  padding:8px;
  border-right:1px solid #ddd;
  vertical-align: top;
}
.recruit_table td a{
  color:#0e508f;
}
/* .nowrap   リクルートのテーブルの一番下に使用　 */
th.nowrap{
    white-space: nowrap;
}
dt {
  font-weight: 700;
}
dd, dt {
  line-height: 1.42857143;
  font-size:14px;
  color: #333;
}
dd{
  margin:0;
  padding:0;
}
/*////リクルート*/
/*採用メールフォーム*/
.bg-color-gray {
  position: relative;
  width:100%;
  z-index:2;
  background-color: #cfd9e6;
  padding-bottom: 1em;
}
.bg-color-gray::before{
  position: absolute;
  content: "";
  top:0;
  left: 0;
  transform: translateY(99.9%);
  border: 50vw solid transparent;
  border-top: 4vw solid #fff;
  transform: skewY(0deg);
  pointer-events: none;
  z-index: 100;
}
.saiyou_mailform_waku{
  margin:0 auto;
  width:80%;
  padding-top: 7em;
}
.saiyou_mailform_waku p{
  line-height: 1.42857143;
  color: #333;
}
.saiyouform_box{
  padding-top: 1em;
  padding-bottom: 5em;
}
.saiyouform_table{
  border-collapse:collapse;
  width:100%;
  margin:0 auto;
}
.saiyouform_table tr{
  width:100%;
}
.saiyouform_table th{
  padding-top:15px;
  text-align: right;
  width:15%;
  font-weight: 700;
  font-size:14px;
}
.saiyouform_table td{
  padding-top:15px;
  padding-left: 20px;
  width:85%;
}
.form-control{/*フォームのテキストボックス*/
  display: block;
  width: 80%;
  height: 34px;
  font-size:14px;
  padding: 1px 10px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.btn-default{
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #FFF;
}
/*////採用メールフォーム*/

/* ------------------------------------- /
/    Footer
/* ------------------------------------- */
#footer{
  width:100%;
  text-align: center;
  padding: 40px 0;
  background-color:#0a3d66;
  /*background-color: #7E7E7E;*/
}
/*  logo
/*--------------------------------- */
#footer .logo{
  margin-top: 0;
}
/*footerのnavbarが左にくっついていたので、真ん中によせた*/
.nav_center {
  display:inline-block
}
.nav_center ul {
  padding-top: 2em;
  margin:0 auto;
  font-size:14px;
}
.navbar-nav li{
  float:left;
  padding:0 5px;
}
#footer .navbar-nav>li {
  border-right: 1px solid #000;
}
#footer .navbar-nav>li.first{
  border-left: 1px solid #000;
}

#footer .navbar-nav li a{
  color: #fff;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer .navbar-nav li a:hover{
  text-decoration: underline;
}
/*  sns-icon
/*--------------------------------- */
.sns-icon{
  width:50%;
  margin:0 auto;
  margin-top: 10px;
}
.sns-icon a {
  color: #7B858F;
  padding-left: 20px;
}
.sns-icon a:hover{
  color: #fff;
}

.sns-icon li{
  text-align: center;
}
/*  copy
/*--------------------------------- */
.copy{
  clear:both;
  margin-top: 20px;
}
.copy span{
    color: #7B858F;
}
/*--------------------------------- */

/*ページTOPへもどる*/
/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 100%;
    z-index:100;
}
#page-top a {
    background: #0e5087;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 30px;
}
#page-top a:hover {
    text-decoration: none;
    background: #0e5087;
    opacity:0.9;
}

/*ページTOPへ戻る　ここまで*/

.jonetsu_padding{
  padding-top: 0.6em;
  padding-left: 3em;
}
.clearfix {
  clear:both;
}

.media-display-none {
  display: none;
}
/*404*/
.err-h1 {
  padding-top: 50px;
  font-size: 400%;
  color: #7E7E7E;
}

.err {
  margin-top: 1em;
  margin-bottom: 2em;
}

.err a:hover img {
  opacity: 0.5;
  transition: all 0.1s ease-in-out;
}
.l-box{
  margin: 5px;
  padding: 0;
  width: 600px;
  list-style: none outside;
}
.l-box li{
  margin: 3px;
  padding-bottom: 5px;
  float: left;
  width: 190px;
}
.wanted {
    border: 10px double #F6BF47;
}

.wanted h2 {
    color: red;
}
.wanted h4 {
     line-height: 180%;
}

.h4-style {
    display: inline-block;
    font-size: 23px;
    line-height: 1.5em;
    margin-top: 3em;
    margin-bottom: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.bg-color-beige {
    position: relative;
  /*  background-color: #F9F8EE;*/
   /* background-color: #F9EBD2;*/
    background-color: #EEECE5;
    margin-top: 8em;
    padding-top: 5em;
    padding-bottom: 8em;
}
/* .padding-top-0.5em {
    padding-top: 0.5em;
}
.padding-top-0.8em {
    padding-top: 0.8em;
} */
.padding-top-1em {
    padding-top: 1em;
}
.padding-top-2em {
    padding-top: 2em;
}
.padding-top-3em {
    padding-top: 3em;
}
.padding-top-4em {
    padding-top: 4em;
}
.padding-top-5em {
    padding-top: 5em;
}
.padding-top-7em {
    padding-top: 7em;
}
.padding-top-10em {
    padding-top: 10em;
}
.padding_bottom {
    padding-bottom: 5em;
}
.padding-bottom-3em {
    padding-bottom: 3em;
}
.padding-bottom-1em {
    padding-bottom: 1em;
}
.margin-top-3em {
    margin-top: 3em;
}
.margin-left-10em {
    margin-left: 10em;
}
.margin-lr-1em {
    margin-left: 1em;
    margin-right: 1em;
}
.inline-block {
    display: inline-block;
}

.fa-style {
    margin-top: 1em;
 }

p.padding_right {
    padding-right: 1em;
}
.text-center{
  text-align: center;
}
.dk_bg_color {
  background-color: rgb(0,167,215);
}
