@charset "UTF-8";
/*----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
.en {font-family: 'Roboto', sans-serif; font-weight: 600; text-transform: capitalize;}

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

.viewpc {display: block;}
.viewsp {display: none;}

@media (max-width: 991px) {
.viewpc {display: none;}
.viewsp {display: block;}
}

/* ie scroll veiwport */
@-ms-viewport
{
    width: auto;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}




html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

.row {
  margin: 0px;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}

p {
  font-size: 15px;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
  color: #000;
  line-height: 2;
  margin-bottom: 15px;
  margin: 0;
}

em,
li,
li a {
  font-size: 16px;
  font-weight: 500;
  color: #23326e;
  list-style: none!important;
}

a {
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
  color: #c01d22;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.smallen {
  text-transform: none!important;
}
.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #072a47;
  content: " ";
}

span {
  font-size: 14px;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
  color: #222;
  line-height: 1.4;
  margin: 0 0 25px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #23326e;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
  line-height: 1.5em;
}

h4 {
  font-size: 20px;
}

ul, ol {
  list-style: none;
}

::selection {
  color: #fff;
  background: #db242a;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #db242a;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #db242a;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

.bold {font-weight: bold!important}


/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

.container {
  padding-right: 0px; 
  padding-left: 0px; 
}


/*------------------------------------------------------------------
    [reset]
------------------------------------------------------------------*/
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em!important;
    margin-block-end: 0em!important;
    margin-inline-start: 0px!important;
    margin-inline-end: 0px!important;
    padding-inline-start: 0px!important;
}


.hcenter {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hcenter { display: inline-block;}
}


/*------------------------------------------------------------------
  	[Blockquote]
------------------------------------------------------------------*/
.blockquote {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
    color: #000;
    line-height: 1.4;
    border-left: none;
    margin-left: 20px;
}
.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #072a47;
  content: '“';
}
.blockquote:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 60px;
  display: inline-block;
  color: #072a47;
  content: '”';
}


/*------------------------------------------------------------------
  	[Button]
-------------------------------------f-----------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

/* white btn */
.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #23326e;
  background: #fff;
  border-color: transparent;
}

/* default btn */
.btn-default-bg {
  color: #23326e;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #fff;
  background: #072a47;
  border-color: transparent;
}

/* white */
.btn-wline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-wline:hover, .btn-wline:focus, .btn-wline.focus {
  color: #222;
  background: #fff;
  border-color: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}



/* btn-wh */
.btn-wh {
    background: #fff;
    color: #004795;
}
.btn-wh:hover, .btn-wh:focus, .btn-wh.focus {
  color: #fff;
  background: #1aa5b9;
  border-color: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* og*/
.btn-og {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.btn-og:hover, .btn-og:focus, .btn-og.focus {
  background: #c11d22;
  color: #fff;
  border: 1px solid #d83238;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}



/* gray */
.btn-gray {
  color: #fff;
  background: #222;
  border: 1px solid #222;
   
}
.btn-gray:hover, .btn-gray:focus, .btn-gray.focus {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


/* grayline */
.btn-gray-line {
    color: #fff;
    background: #aaa;
    border: 1px solid #aaa;
    position: relative;
}
.btn-gray-line:hover, .btn-gray-line:focus, .btn-gray-line.focus {
  background: #0058aa;
  border: 1px solid #0058aa;
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-gray-line span:hover{
  color: #fff;
}



/* whiteline */
.btn-white-line {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
   
}
.btn-white-line:hover, .btn-white-line:focus, .btn-white-line.focus {
  background: #222;
  border: 1px solid #222;
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


/* blue */
.btn-red {
    background: #c11d22;
    color: #fff;
}
.btn-red:hover, .btn-red:focus, .btn-red.focus {
  color: #fff;
  background: #e83137;
  border-color: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


.btn-base-bg {
  color: #fff;
  background: #072a47;
  border-color: transparent;
  border-width: 0;
}

.btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
  color: #fff;
  background: #63cbd7;
  border-color: transparent;
}

/* btn size */
.btn-theme-sm {
    font-size: 18px;
    font-weight: 600;
    padding: 11px 26px;
    letter-spacing: 0.04em;
}
.btn-theme-s {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 16px 100px;
}

/*------------------------------------------------------------------
    [key color]
------------------------------------------------------------------*/
.colorgy {color: #222!important;}
.colorog {color: #004795!important;}
.colorbl {color: #0091d0!important;}
.colorpk {color: #ed7b7b!important;}


.bgcolor01{background:#697282!important;}
.bgcolor02{background:#0085d2!important;}
.bgcolor03{background:#2261ab!important;}
.bgcolor04{background:#15a293!important;}
.pl-0 { padding-left: 0px!important;}

/*------------------------------------------------------------------
    [cmn font css]
------------------------------------------------------------------*/
.cboxtit01 { font-size: 28px; font-weight: bold;}
.cboxtit02 { font-size: 16px; }
.cboxtit03 { font-size: 22px; font-weight: bold; }
.cboxtit04 { color:#333; font-size: 16px; font-weight: bold; padding:10px; }
.cboxtit05 { color:#333; font-size: 14px; font-weight: bold; }
.cboxtit06 { color:#000; font-size: 15px; }
.cboxtit07 { color:#666; font-size: 13px; }
.cboxtit08 { color:#000; font-size: 15px; font-weight: bold;}
.cboxtit09 { font-size: 20px; font-weight: bold; }

@media (max-width: 991px) {
.cboxtit03 {
      font-size: 18px;
      line-height: 1em;
}
.cboxtit06 {  font-size: 13px; }

}



/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer {
  /*background: url(../img/top/03.jpg) no-repeat;
  background-size: cover;
  background-position: center center;*/
  background: #000;
  color: #fff;
}

.footer .footer-seperator {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list-item {
  color: #cbd3e1;
  margin-bottom: 25px;
}

.footer .footer-list-link {
  color: #cbd3e1;
}

.footer .footer-list-link:hover {
  color: #fff;
}

.footer .footer-input {
  background: rgba(0, 0, 0, 0.15);
}

.footer .footer-logo {
  width: 134px;
  height: auto;
}
.adress {padding:10px;}
.footer .content { padding: 10px;}






/*------------------------------------------------------------------
    [Header]
------------------------------------------------------------------*/


/*header*/
#header {
  width:100%;
  background:#000;
  position: fixed;
  z-index: 999;
}

#header .hdInr {
width: 100%;
position: relative;
}

#header .logo {
position: absolute;
left: 0;
top: 0;
text-align: center;
}
#header .logo a {
  color:#FFF;
  display:block;
  width:100px;
  padding-top: 7px;

}
#header .logo a img {
    width: 250px;
}
#header .logo a:hover {
text-decoration: none;
}

#header .logo a i {
font-size: 20px;
font-size: 2.0rem;
}

#header .logo a span {
font-size: 8px!important;
display: block;
font-family: 'Roboto', sans-serif;
font-weight: bold;
margin-top: 5px;
}


#spHeader, .spMenu{
  display: none;
}

:target:before {
   content:"";
   display:block;
   height:80px;/* ヘッダの高さ = 50px */
   margin:-80px 0 0;/* ヘッダの高さ = 50px */
}

/*gNav*/
#gNav {
width: 100%;
}
#gNav ul{
width: 100%;
display: flex;
 justify-content: flex-end;
}

#gNav ul li{
font-size: 15px;
font-size: 1.5rem;
}


#gNav ul li a{
    color: #fff;
    padding: 30px 20px;
    display: block;
    font-weight: 500;
    
}
#gNav ul li a:hover{
  color: #c11d22;
text-decoration: none;
transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


#gNav ul li.contact a {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    padding: 15px 30px;
    margin: 10px;
}

#gNav ul li.contact a:hover{
background: #c11d22;
border: 1px solid #c11d22;
}

#gNav ul li.contact a i {
margin-right: 5px;
}


#spNav, #spFixed{
  display: none;
}



@media only screen and (max-width: 991px) { 
/*header*/
#header, #gNav{
  display: none;
}
#spHeader{
  position: absolute;
    background: #000;
    height: 50px;
    display: block;
    margin-bottom: 0;
    width: 100%;
    top: 0px;
    z-index: 999;
    padding: 3px;
}

#spHeader .logo img {
width: 160px;
padding-top: 0px;
}
#spHeader .logo i{
font-size: 24px;
font-size: 2.4rem;
padding-left: 10px;
}
#spHeader .logo span{
font-size: 8px!important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: block;
    color: #fff;
    margin-left: 5%;
    margin-top: 4px;
}
#spHeader ul{
  overflow: hidden;
  zoom: 1;
  position: absolute;
  right: 55px;
  top: 16px;
}
#spHeader li{
  float: left;
  margin: 0 5px;
  text-align: center;
}
#spHeader li a{
  color: #FFF;
  font-size:2.6rem;
  line-height: 1;
}
#spHeader li a i{
}
.spMenu{
  background: #fff;
  cursor: pointer;
  display: block;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
}
.spMenu span {
  background: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
    height: 2px;
    width: 23px;
    position: absolute;
    left: 14px;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.spMenu small{
  display: block;
  color: #000;
  font-size: .9rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.spMenu span:nth-of-type(1) { top: 10px; }
.spMenu span:nth-of-type(2) { top: 19px; }
.spMenu span:nth-of-type(3) { top: 28px; }
.spMenu.active span{
  background: #000;
}
.spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 8px;
}
.spMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.spMenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.spMenu.active small{
  color: #000;
}


/*spNav*/
#spNav{
  background: #f9f9f9;
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 50px;
  width: 100%;
    position: fixed;
  right: -100%;
    top: 0;
  z-index: 990;
}
#spNav.active{
  visibility: visible;
  right: 0;
}
#spNav #spBg{
  background: rgba(0,0,0,0.5);
    height: 100%;
    width: 500%;
    position: fixed;
  right: -50%;
    top: 0;
    z-index: -1;
    opacity: 0;
  transition: all 550ms ease 0.25s;
  pointer-events: none;
}
#spNav.active #spBg{
  right: 0;
    opacity: 1;
  pointer-events: auto;
}
#spNav::after {
  background: rgba(255,255,255,0.8);
  background: #f9f9f9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#spNav::before,
#spNav::after {
    opacity: 0;
  transition: all 550ms ease 0.25s;
}
#spNav.active::before,
#spNav.active::after {
    opacity: 1;
}
#spNav .closeBtn{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}
#spNav nav{
  border-top: 1px solid #FFF;
}
#spNav nav ul li{
  border-bottom: 1px solid #FFF;
  width: 100%;
}
#spNav nav ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    padding: 15px 10px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

#spNav nav ul li a i{
  text-align: right;
  font-size: 1.4rem;
  margin: auto;
  width: 97%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#spNav nav ul li a::before{
  color: #000;
  content: attr(data-text);
  font-size: 20px;
  font-weight: normal;
  margin-right: .5em;
}
#spNav nav ul li a:hover{
  background: #000;
  color: #FFF;
  text-decoration: none;
}
#spNav nav ul li a:hover::before{
  color: #FFF;
}
#spNav nav ul li.contact a {
    background: #d7000f;
    color: #fff;
}



#spAction{
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: -100px;
  transition: all 550ms ease 0.25s;
  z-index: 300;
}
body.throughHd #spAction{
  bottom: 0;
  width: 100%;
}
#spAction li{
  float: left;
  height: 40px;
  display: table;
  width: 50%;
}

#spAction li.last{
  border-left: 1px solid #fff;
}
#spAction li a{
  background:#ff9600;
  color: #FFF;
  display: table-cell;
  font-size: 1.0rem;
  vertical-align: middle;
  text-align: center;
  padding: 0 1em 0 2.5em;
  width: 100%;
  position: relative;
  font-weight:bold;
}
#spAction li a i{
  margin: auto;
  text-align: left;
  width: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

}



/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/
/* Fixed Top */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

/* Navbar */
.header .navbar {
    border-radius: 0px!important;
    margin-bottom: 0;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 24px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #23326e;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #23326e;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #072a47;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #072a47;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .logo {
    width: 260px;
    height: 100px;
    float: left;
    max-height: 70px;
}
.header .logo-wrap {
  display: inline-block;
  padding: 3px 5px;
}

.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: 100px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header .logo-img-main {
  width: 100%;
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav > li {
   padding: 25px 15px 0px;
}


/* Nav */
.header .nav-eng {
   font-size: 18px;
   font-family: 'Roboto', sans-serif; 
   font-weight: 600; 
   text-transform: uppercase;

}
.header .nav-item {
  position: relative;
  display: block;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-hover {
  position: relative;
}


.header .nav-item-hover:after {
    position: absolute;
    top: 24px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #fff;
    opacity: 0;
    content: " ";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.page-on-scroll .header .nav-item-hover:after {
    background: #c9000e;
}

.header .contactbox {
    padding: 10px;
  }
.header .contactbox .btn-theme-sm {
    line-height: 30px;
}



/* Media Queries below 991px */
@media (max-width: 991px) {
  .header {
    background: #000;
  }
  .header .logo {
    height: auto;
    width: 100%;
    float: none;
}
  .header .logo-img-active {
    padding-top: 10px;
  }
  .header .logo-img {
    height: auto;
    width: 160px;
    max-height: 74px;
    line-height: 67px;
  }
  .header .logo-wrap {
  padding: 0px;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
 .header .navbar-nav .contactbox {
    margin-bottom: 20px;
}
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo */
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: inline-block;
  }
  /* Navbar Nav */
  .header .nav-item-child {
    color: #fff;
    line-height: 1.4;
    padding: 10px 0px;
    text-align: center;
  }
 .header .nav-item-hover:after {
    position: absolute;
    top: 38px;
    background: #c9000e;
    height: 2px;
}
  .p01 a {
    /* color: #333!important;*/
    font-size: 28px;
  }
  .navbar-nav > li {
    padding:8px 15px;
  }


 /* nav add*/
header .container {
    width: 100%;
    padding-right: 0px;
}
.header .navbar {
  border-bottom: none;
}
.navbar {border:none;}
.toggle-icon small {
    color: #fff;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: -2px;
}
.header .navbar-toggle {
      background: #000;
      border-radius: 0px;
      width: 60px;
      height: 60px;
      margin: 0px;
  }
.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  background: #fff!important;
}
.header .navbar-toggle .toggle-icon,
.header .navbar-toggle .toggle-icon:after,
.header .navbar-toggle .toggle-icon:before {
    height: 2px;
    background: #fff;
}
.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  height: 2px;
  background: #fff;
}

.header .navbar-toggle:hover .toggle-icon {
    background: #fff;
}

.header .contactbox .btn-theme-sm {
    line-height: 28px;
}


}

/* Media Queries below 767px */
@media (max-width: 991px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    /* padding-right: 15px;*/
    margin-left: 0;
    margin-right: 0;
    /* border-bottom: 1px solid #eee;*/
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
   /* background: #222; */
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;

  }

}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
    float: right;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
.header .logo { width: 200px;}
.header .logo-wrap {
    display: inline-block;
    padding: 10px 8px;
}
.header .nav-item-child {
    padding: 10px 12px;
    letter-spacing: 0.01em;
    font-size: 15px;
}
.header .nav-item-hover:after { top: 45px;}

.header .contactbox .btn-theme-sm {
    line-height: 28px;
    padding: 10px 30px;
}
.btn-theme-sm {padding: 15px 20px;}
.carousel-lefted { margin-left: 50px;}
.carousel-centered { margin-left: 50px;}
.navbar-nav > li { padding: 16px 0px;}



}


/* Page On Scroll */
@media (min-width: 992px) {

  .page-on-scroll .header .navbar {
    background: #000;
    color: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-active {
    width: 100%;
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .nav-item-child {
    color: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

  .page-on-scroll .header .nav-item-child p {
    color: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .nav-item-child p.p01 a {
    color: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }

}

/*------------------------------------------------------------------
  	[Contact]
------------------------------------------------------------------*/
.contact-list > li {
  font-size: 13px;
  color: #81848f;
  margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  z-index: 9;
  width: 60px;
  height: 60px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 3.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000;
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .7;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #23326e;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #23326e;
}

.form-control:focus:-ms-input-placeholder {
  color: #23326e;
}

.form-control:focus::-webkit-input-placeholder {
  color: #23326e;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
    [Carousel]
------------------------------------------------------------------*/
.carousel-indicators {
  /*left: auto; */
  left: 48%;
  width: auto;
  padding-left: 0;
  margin-left: 0;
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.carousel-lefted {
    position: absolute;
    top: 50%;
     transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);

}

.carousel-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    /*-webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);*/
    text-align: center;
}

.carousel-title {
    text-transform: uppercase;
    background: no-repeat;
    text-align: center;
    margin: 0 auto;
}
.carousel-btnbox {
  margin-top: 30px;
  text-align: center;
}

@media  screen and (max-width: 991px) {
.mvcopy { height: 140px!important;}
.carousel-centered p {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}

.carousel-indicators {left: 40%;}
.carousel-title {
    background-size: 250px;
    width: 430px;
    height: auto;
  }
.container h2 {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 15px;
  } 
.container h2 .en { line-height: 1.4em;}
.carousel-lefted {
    padding: 20px;
}


}

/*----------------------------------
  Custome Style of Info Window
------------------------------------*/
/* White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-family: Simple-Line-Icons;
  color: #23326e;
  content: "\e082";
}

/* Positioning of infowindow */
.gm-style-iw {
  top: 22px !important;
  left: 22px !important;
}



/*------------------------------------------------------------------
    [Swiper Slider]
------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: #072a47;
}

.color-white {
  color: #fff!important;
}

.color-gray {
  color: #d6d6d6!important;
}


.color-link {
  color: #81848f;
}

.color-link-hover {
  color: #999caa;
}


/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #072a47;
}

.bg-color-white {
  background: #fff;
}

.bg-color-heading {
  background: #23326e;
}

.bg-color-subtitle {
  background: #a6a7aa;
}

.bg-color-link {
  background: #81848f;
}

.bg-color-link-hover {
  background: #999caa;
}

.bg-color-sky-light {
  background: #fafafa;
}

.bg-color-blue {
  background: #0f416a;
}
/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 3;
  position: relative;
}

.centering img {
  text-align: center!important;
  margin: 0 auto!important;
}

/*------------------------------------------------------------------
    [Parallax Content]
------------------------------------------------------------------*/
.parallax-content {
  padding-top: 220px;
  padding-bottom: 120px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------------
    [Container Full Width]
------------------------------------------------------------------*/
.container-full-width {
  width: 100%;
}

.container-full-width:before, .container-full-width:after {
  content: " ";
  display: table;
}

.container-full-width:after {
  clear: both;
}


/*------------------------------------------------------------------
    [Overflow]
------------------------------------------------------------------*/
.overflow-h {
  overflow: hidden;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

.height-400 {
  height: 400px !important;
}



/*--------------------------------------------------
    [TOP UNIQ ]
----------------------------------------------------*/

.tellarge a,.p02 a{  color: #fff;}

.page-on-scroll .header .nav-item-child p.p02 a { color: #23326e!important;}
.page-on-scroll .header .nav-item-child p.p02 a:hover{ 
  color: #23326e!important;
  text-decoration: underline;
 -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

li.nav-item span.glyphicon,
.btn-wh span.glyphicon,
.btn-gray span.glyphicon   {
    margin-right: 7px;
    margin-left: 0px;
}
li.nav-item.navbtn {padding: 20px;}
li.nav-item p {color:#fff!important;}

.accesstel a { color: #fff;}
.accesstel a:hover,.ft_txt a:hover,.tellarge a:hover,.p02 a:hover {
   text-decoration: underline;
  -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.ft_txt a{color: #333;}


/* key color */
.kblue { color: #222!important;}
.kgreen {color: #148292!important;}





/*------------------------------------------------------------------
    [svg icon]
------------------------------------------------------------------*/
.c-ico {
    color: transparent;
    font: 0/0 a;
    overflow: hidden;
    text-shadow: none;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.c-ico-size01 {
    height: 90px;
    width: 90px;
}

.c-ico-size02 {
    height: 160px;
    width: 160px;
}

.ico_case01 { background-image: url(/lib/img/all_icon/ico_case01.svg);}
.ico_case02 { background-image: url(/lib/img/all_icon/ico_case02.svg);}
.ico_case03 { background-image: url(/lib/img/all_icon/ico_case03.svg);}
.ico_case04 { background-image: url(/lib/img/all_icon/ico_case04.svg);}
.ico_case05 { background-image: url(/lib/img/all_icon/ico_case05.svg);}
.ico_case06 { background-image: url(/lib/img/all_icon/ico_case06.svg);}
.ico_case07 { background-image: url(/lib/img/all_icon/ico_case07.svg);}
.ico_case08 { background-image: url(/lib/img/all_icon/ico_case08.svg);}
.ico_case09 { background-image: url(/lib/img/all_icon/ico_case09.svg);}


@media screen and (max-width: 991px) {
.c-ico-size01 {width: 70px; height: 70px;}
.c-ico-size02 {width: 145px; height: 145px;}

}


/*--------------------------------------------------
    [TOP UNIQ #loader ]
----------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #1d1d1d;
  z-index: 9999;
}

#loader img {width: 50%;}
.loader {
    color: #da0c1b;
    font-size: 12px;
    margin: 60px auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transorm: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.load-container {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.load-container {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}



/*--------------------------------------------------
    [TOP UNIQ #MV ]
----------------------------------------------------*/

/* mouse */
.mouse-icon span.mouse-txt {
    position: absolute;
    top: -27px;
    left: -12px;
    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    letter-spacing: 0.02em;
}

.mouse-icon {
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -15px;
    height: 38px;
    width: 23px;
}

.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0px;
    width: 4px;
}

@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}


.mvcopy {
    width: 100%;
    height: 207px;
    background-size: cover;
    margin-bottom: 20px;
}

.title01 {
    font-size: 50px;
    font-weight: bold!important;
    font-style: italic;
    letter-spacing: .05em;
    line-height: 1.3em;
}

.title02 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 10px;
}
.p01 a {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #fff;
}
.p02 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
.carousel-indicators li {
  width: 30px;
}


@media screen and (max-width: 1199px) and (max-width: 992px) {
  .mvcopy { height: 190px!important;}
}

@media screen and (max-width: 991px) {
  #svg {width: 320px;}
  .title01 {
    font-size: 34px;
    letter-spacing: .05em;
    line-height: 1.4em;
    margin-bottom: 20px;
 }
.carousel-inner > .mv01 { background-position: 80% center;}
 .mvcopy { height: 190px!important;}
 .carousel-inner > .mv01 {
    background-position: bottom center;
    background-size: contain;
    background-color: #c21d23;
}

}


@media screen and (max-width: 991px) and (max-width: 641px) {
.carousel-title {
    background-size: 250px;
    width: 430px;
    height: auto;
}
}


@media screen and (max-width: 640px) {
  .carousel-title {
    background-size: 250px;
    width: 270px;
    height: auto;
  }

.mvcopy { height: 115px!important;}
.title01 {
    font-size: 26px!important;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    margin-bottom: 30px;
 }
 .carousel-btnbox .btn-theme-s {font-size: 12px;}
 .carousel-btnbox {margin-top: 10px;}
}

@media screen and (max-width: 320px) {}


/*--------------------------------------------------
    [TOP UNIQ #sec03 jobinfo ]
----------------------------------------------------*/
#jobinfo {
  background: #bd1c21;
}
#jobinfo .row {
    background: #161616;
}
.jobcolor {
  color: #bd1c21;
  font-size: 20px;
  font-weight: 900;
}
.leftbox {
    padding: 30px;
}
.rightbox{
  padding-right: 0px;
}

#jobinfo h3 {
    font-size: 30px;
}
.linebox {
    border: 2px solid #bd1c21;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    width: 200px;
}
.linebox::after {
    content: '';
    height: 100%;
    background: url(../img/top/svg/flow_arrow.svg) center center/contain no-repeat;
    position: absolute;
    top: 0px;
    right: -14%;
    width: 30px;
}
.linebox02 {
  border: 2px solid #bd1c21;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .rightbox {padding: 0px;}
  .rightbox img { width: 100%;}
  .leftbox {padding: 20px;}
  .linebox02 { padding: 5px 10px;} 
}



/*--------------------------------------------------
    [TOP UNIQ #sec03 recruit ]
----------------------------------------------------*/
#recruit {background: #000;}
#recruit div {text-align: center;}

.logobox {
    border: 1px solid #d7000f;
    padding: 15px 40px;
    display: inline-block;
    margin-bottom: 50px;
}
.logobox img {
    width: 230px;
}

@media screen and (max-width: 991px) {
   .logobox img { width: 100%; }
}


/*--------------------------------------------------
    [TOP UNIQ #sec04  company ]
----------------------------------------------------*/
#company { background: #e6e6e6;}

.ceocolor {font-size: 25px; color: #000;}

#companyinfo {
 background: #000;
 padding:30px;
}


/* table */
.tablebox {
   width: 900px;
    margin: 0 auto;
    line-height: 1.8;
}

.tablebox_recruit {
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
}
.tablebox p {
    margin-bottom: 0px;
}
.tablebox table {
    width: 100%;
    font-weight: bold;
    border-bottom: 2px solid #797979;
    letter-spacing: .07em;
    font-size: 16px;
}


.tablebox td.redline { border-top: 2px solid #bd1c21;}
.redline-btm { border-bottom: 2px solid #bd1c21;}

.tablebox th, .tablebox td {
    border-top: 2px solid #797979;
    vertical-align: middle;
    padding: 12px 20px;
    text-align: left;
    color: #fff;
}

.tablebox th {
    padding-left: 20px;
    font-weight: bold;
    width: 270px;
}

@media  screen and (max-width: 991px) {
.tablebox { width: 100%;}
.tablebox th {width: 180px;}
.tablebox table {
    display: block;
    padding: 0px;
    box-sizing: border-box;
}
.tablebox tbody, .tablebox tr, .tablebox th, .tablebox td{
    display: block;
    width: 100%;
}
.tablebox th {
    padding: 6px;
    font-size: 14px;
}
.tablebox td {
    font-size: 14px;
}
.redline-btm { border-bottom: none;}
.redline-btmsp { border-bottom: 2px solid #bd1c21;}
.tablebox table { border-bottom: none;}
#companyinfo {padding-top: 20px;}
.companymenu h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.companymenu div {
    padding-left: 0px;
    padding-right: 0px;
}
}
/*--------------------------------------------------
    [TOP UNIQ #sec06  shopinfo ]
----------------------------------------------------*/

/* common */
.cmbtn {
  margin-top: 50px; 
  text-align: center;
}  
.cmbtn02 {
  text-align: center;
}
.cmbtnsmall {
  display: inline-grid;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}  
span.glyphicon { margin-right: 10px; }
/* End common */




#shopinfo {
   background: #181818;
}
.shopinfo_wrap03 div.shopbox {
    float: left;
    width: 32.6%;
    margin-right: 1%;
}
.shopinfo_wrap03 div:last-child {margin-right: 0%;}
.shop_cate {
    background-color: #c11d22;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    min-height: 40px;
    min-width: 100px;
    padding: 9px 17px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
}
.shop_cate_color01 {background: #640000!important}
.shop_cate_color02 {background: #70359a!important}
.shop_cate_color03 {background: #1d66c1!important}
.shop_cate_color04 {background: #c1a01d!important}


.shopinfobox {
    position: relative;
}
.shopinfobox img {
    height: auto;
    width: 100%;
}
.shopinfo_txt {
    padding: 20px;
    background: #fff;
}


.shopinfo_wrap div.shopbox4c {
    float: left;
    width: 24.2%;
    margin-right: 1%;
}
.shopinfo_wrap div:last-child {margin-right: 0%;}
.shopinfo_wrap { margin-top: 30px;}



@media screen and (max-width: 1199px) and (max-width: 992px) {
}


@media (max-width: 991px) {
.shopinfo_wrap div.shopbox4c, .shopinfo_wrap03 div.shopbox{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
}
}







/*--------------------------------------------------
    [TOP UNIQ #sec02 people ]
----------------------------------------------------*/
#people {
  background: #000;
}
#people .row {
    margin-bottom: 10%;
    display: flex;
    align-items: center;
}
.qline{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #db242a;
    display: inline-block;
}

#people h3 {
    margin-bottom: 10px;
}

.rr {flex-direction: row-reverse;}




.profilebox {
   position: relative;
}
.profilebox img { width: 100%;}
.profilebox .profile {
    position: absolute;
    right: 0px;
    bottom: -20px;
    background: #fff;
    padding: 20px;
    width: 80%;
}

.profiletext {
   position: relative;
   z-index: 2;
}

.profilebox .profile01::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../img/top/svg/number01.svg) right bottom/95px auto no-repeat;
    z-index: 1;
}
.profilebox .profile02::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../img/top/svg/number02.svg) right bottom/95px auto no-repeat;
    z-index: 1;
}

.profilebox .profile03::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../img/top/svg/number03.svg) right bottom/95px auto no-repeat;
    z-index: 1;
}

.profilebox .profile04::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../img/top/svg/number04.svg) right bottom/95px auto no-repeat;
    z-index: 1;
}

.profilebox .profile05::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../img/top/svg/number05.svg) right bottom/95px auto no-repeat;
    z-index: 1;
}

.profilebox .profile06::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../img/top/svg/number06.svg) right bottom/95px auto no-repeat;
  z-index: 1;
}

.name_en {
   font-size: 12px;
   font-weight: bold;
   color: #be1c21;
   text-transform:uppercase;
   letter-spacing: .1em;
   z-index:1;
}
.name {
   font-size: 20px;
   font-weight: bold;

}
.his {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #a9abaf;
    line-height: 1.2;
}
.cmt {
  font-size: 20px;
  font-weight: bold;

}


@media (max-width: 991px) {
  .rr {flex-direction: row;}
  #people .row { display: inline-block; margin-bottom: 10%;}
  #people .row:last-child {margin-bottom: 0%;}
  #people p.en { 
    font-size: 14px;
   line-height: .7em;
  }
  #people h3 { font-size: 18px;}
  .profilebox {
      position: relative;
      padding-left: 0px;
      padding-right: 0px;
  }
  .profilebox .profile {
        bottom: 0px;
        position: relative;
        width: 100%;
        margin-bottom: 6px;
    }
 .profilebox .profile01::after,
 .profilebox .profile02::after, 
 .profilebox .profile03::after,
 .profilebox .profile04::after,
 .profilebox .profile05::after {
        top: 15px;
        right: 0px;
    }
  .his {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .cmt {
      font-size: 17px;
      line-height: 1.6em;
  }

}


/*--------------------------------------------------
    [TOP UNIQ #sec02_2 profile ]
----------------------------------------------------*/
#profile { 
  display: block;
  background: linear-gradient(45deg, rgba(0, 100, 177, 1),rgba(0, 78, 149, 1));
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #0064b1), color-stop(80%, #004e95));
  background: -webkit-linear-gradient(left, #0064b1 20%, #004e95 80%);
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  height: 500px;
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#intro {
  position: absolute;
  left: 0;
  top: 20%;
  padding: 0 20px;
  width: 100%;
  text-align: left;
}

#intro .content-lg {padding:0px;}

.profile_wrap div { float: left;}
.profile-img {width: 35%;}
.profile-txt {width: 60%;}

.profile-txt h4 {
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.7);
    padding-bottom: 15px;
}

@media (max-width: 991px) {
  #profile {height: auto;}
  #particles canvas { display: none!important;}
  #intro {position: relative; padding: 0 10px;}
  .profile_wrap div { float: none;}
  .profile-img,.profile-txt {width: 100%;}
  .profile-txt {
    border: 1px solid #fff;
    padding: 20px;
  }
  .profile-txt h4 { font-size: 18px;}
}



/*--------------------------------------------------
    [TOP UNIQ #sec07 contact ]
----------------------------------------------------*/
#contact {
    background: url(../img/top/bg_contact.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.contactinfo {
  margin-bottom: 30px;
}
.contactinfo p {
    font-weight: bold;
    font-size: 15px;
}

.reqbox {
    background: transparent;
    border: 1px solid #c00;
    color: #02223c;
    padding: 1px 10px;
    margin-top: 7px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}
#contact form {
    width: 840px;
    margin: 0 auto;
}
#contact form table {
    background: #fff;
    border: 1px solid #d2d2d2;
}#contact form tr {
  border-bottom: 1px solid #d2d2d2;
}
#contact td, #contact th {
    padding: 10px;
}

#contact form th { 
  background: #f1f1f1; 
  width: 300px;
}

.contactBox th {
text-align: left;
vertical-align: middle;
}

.contactBox td {
padding-bottom: 20px;
}

/* form */
.subscribeBtn{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.subscribeBtn input{
  background: #c11d22;
  border: 1px solid #c11d22;
  color: #FFF;
  display: inline-block;
  padding: 10px;
  width: 250px;
  line-height: 140%;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 18px;
  font-weight: 500;
}
.subscribeBtn input:hover{
  background:#FFF;
  color:#c11d22;
}
.subscribeBtn input.gray{
  background: #666;
  border:1px solid #666;
  color:#FFF;
}
.subscribeBtn input.gray:hover{
  background:#ddd;
  color:#000;
}





/* tab */
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 970px;
  margin: 0 auto;}

.tab_item {
  width: calc(100%/2);
  height: 50px;
  /* border-bottom: 3px solid #22316d;*/
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.9;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#subcontact01:checked ~ #subcontact01_content,
#subcontact02:checked ~ #subcontact02_content
 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #22316d;
  color: #fff;
}

@media screen and (max-width: 991px) {
#subcontact { padding: 0px 0px;}  
.tabs {width: 100%;}
.tab_item {
    width: calc(100%/1);
    line-height: 1.6em;
    height: auto;
    float: none;
    margin-bottom: 5px;
    padding: 10px;
}
.tab_content {
    padding: 30px 10px 0px;
}

}



/* form */
#formBlock {
   width: 900px;
   margin: 0 auto;
}
/* form  
-------------------*/
/*table*/
.bscTbl01 table {
  border-collapse: collapse;
  border-left: 1px solid #efefe8;
  border-top: 1px solid #efefe8;
  width: 100%;
}
#formBlock table th, #formBlock table td {
    font-size: 1.4rem;
    font-weight: bold;
}
.bscTbl01 table.center th, .bscTbl01 table.center td {
  text-align: center;
}
.bscTbl01 table th, .bscTbl01 table td {
  background: #FFF;
  border-right: 1px solid #efefe8;
  border-bottom: 1px solid #efefe8;
  line-height: 1.4;
  padding: 20px 20px 17px;
  text-align: left;
}
.bscTbl01 table th {
  background: #fff;
  vertical-align: middle;
}
.bscTbl01 table tr.head th {
  background: #66b878;
  color: #FFF;
}

/* input */
input.textFocus {
  color: #333;
}
input.wSS, input.wS, input.wM, input.wL, input.wLL {
  background: #f9f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  line-height: 140%;
  padding: 8px 10px;
}
input {
  vertical-align: middle;
}
.w30 {
    width: 30% !important;
}
.wSS {
  width: 85px !important;
}
.wS {
  width: 170px !important;
}
.wM {
  width: 270px !important;
}
.wL {
  width: 470px !important;
}
.wLL {
  width: 100% !important;
}
.imeOn {
  ime-mode: active;
}
.imeOff {
  ime-mode: disabled;
}
textarea.txtarea {
  background: #f9f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  height: 200px;
  padding: 10px;
  width: 100%;
}

option {
  font-size: 1.4rem !important;
}

label {
  cursor: pointer;
}

label:hover {
  color: #999;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 3px;
  /* margin-top: 0px; */
}

.formErr {
  color: #E54E52;
  font-weight: bold;
}

select.slctArea {
  background: #f9f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  padding: 8px;
}

input.inputErr, textarea.inputErr {
  background: #FADFDE;
}

input:focus, select:focus, textarea:focus {
  background: #f9f8f8;
}

.pulldownWrap {
  overflow: hidden;
  width: 50%;
  margin: 0;
  text-align: left;
}

.add_01 {
  width: 40%;
}

.pulldownWrap.cp_sl02 .selectLink {
  color: #333;
    background: #fff;
    border: 1px solid #ccc;
}
.errText {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ea0000;
  padding: 3px 5px;
  margin-top: 10px;
}

.cauText {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.4 !important;
  margin-top: 5px;
}

#formBlock .formList {
  overflow: hidden;
}

#formBlock .formList li {
  overflow: hidden;
  margin-bottom: 10px;
}

#formBlock .formList li span {
  display: inline-block;
  margin-right: 10px;
}

#formBlock .formList li input {
  display: inline-block;
  float: left;
  margin-top: 6px;
  width: 15px;
}

#formBlock .formList li label {
  float: right;
  display: inline-block;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
}

#formBlock .fltList li {
  float: left;
  margin: 0 10px 5px 0;
  width: -webkit-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
}

#formBlock .fltList li:nth-child(2n) {
  margin: 0;
}

#formBlock .lineList li {
  display: inline-block;
  margin-right: 20px;
}

#formBlock .lineList li input {
  float: none;
  margin: 0;
  margin-right: 3px;
}

#formBlock .lineList li label {
  float: none;
  width: auto;
}

#formBlock .formSyear {
  overflow: hidden;
  border-bottom: 1px dotted #ccccba;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#formBlock .formSyear dt {
  float: left;
  padding: 10px 0 0 25px;
  width: 85px;
}

#formBlock .formSyear dd {
  float: left;
  width: -webkit-calc(100% - (170px + 90px));
  width: calc(100% - (170px + 90px));
}

#formBlock .formSyear dd:last-child {
  width: 90px;
}

#formBlock .onBlock {
  background: #fffdc5;
}

#formBlock .onBlock {
  background: #fffdc5;
}


.req {
    color: #ea0000;
    font-weight: 600;
    display: inline-block;
    font-size: 1.4rem;
    padding: 3px 2px;
    margin: -1px 5px 0;
    vertical-align: middle;
}

.pri {
    text-decoration: underline;
    color: #fff;
}
.p1 {font-size: 3rem;}


/* privacy scroll */
.contactinfo {
  margin-bottom: 30px;
}
.contactinfo p {
    font-weight: bold;
    font-size: 15px;
}

.privacy {
    overflow-y: scroll;
    height: 150px;
    background: #F7F7F7;
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 15px;
}
.privacy p {
    margin-bottom: 15px;
    font-size: 14px;
}

.privacy h6 {
    font-size: 14px;
    margin-bottom: 10px;
}




@media screen and (max-width: 991px) {
  #subcontact .thanks {  padding: 30px;}
  #formBlock {width: 100%;}
  .p1 {font-size: 2.6rem!important;}
  #formBlock table th, #formBlock table td {
    font-size: 1.2rem;
    word-break: break-word;
    padding: 20px 15px 17px;
   }
 #subcontact li, #subcontact dt, #subcontact dd, #subcontact th, #subcontact td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .pulldownWrap { width: 100%;}
  .wM {width: 100% !important;}
  .req {font-size: 1.3rem;}
  .reqbox { font-size: 13px!important;     line-height: 1.3em;}
  .contactinfo p {font-size: 13px;}

 .subscribeBtn input {
     padding: 15px 0 13px;
     margin-bottom: 15px;
     width: 100%;
 }

}






/*--------------------------------------------------
    [TOP UNIQ title]
----------------------------------------------------*/

.cmntitle h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    position: relative;
}
.cmntitle h2 span {
    display: block;
    margin-top: 10px;
    line-height: 1.7em;
}

@media all and (-ms-high-contrast: none) {}

@media (max-width: 991px) {
.cmntitle h2 { font-size: 28px!important;}

}





/*--------------------------------------------------
    [FOOTER]
----------------------------------------------------*/
.footer_menu_inner p {
    display: inline-block;
}
.ft_txt{ 
    font-size: 13px;
    font-weight: bold;
    color: #333;
 }
.copy p {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.disp {margin: 0px 10px;}



.footer_menu_inner a:hover{
  color: #23326e;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


@media (max-width: 991px) {
.ft_txt, .menutit {font-size: 13px;}
.disp { margin: 0px 5px;}
.footer_menu_inner {padding: 0px 40px;}
}




/*--------------------------------------------------
    [cmn sp]
----------------------------------------------------*/
@media (max-width: 991px) {
    li.nav-item p {color:#000;}
    .content-lg {padding: 50px 15px!important}
}




/*------------------------------------------------------------------
    [sub common]
------------------------------------------------------------------*/
/*img.parallax-slider {
    margin-top: 100px;
}*/
#entrymv {
    background-image: url(/recruit/lib/img/entry/submv.jpg);
    height: 450px;
    background-size: cover;
    background-position: 35% 10%;
}

#entrymv h1 {
    margin-top: 200px;
}

#entrymv .carousel-title {
    color: #fff;
    line-height: 1.4em;
    width: auto;
    height: auto;
}

#entrymv .carousel-title span {
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    letter-spacing: .05em;
    display: block;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
}

#entrymv .carousel-title .jpn {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.parallax-content {
    padding-top: 220px;
    padding-bottom: 120px;
}
/*------------------------------------------------------------------
    [sub Entry]
------------------------------------------------------------------*/

#entry {background: #000;}