
/* ------------------------------------------
                  COMMON
------------------------------------------ */

body {
    padding-top: 65px;
    font:15px 'Lucida Grande', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #3d3d3d;
    line-height: 1.6;
	font-feature-settings: 'pwid' 1,"palt" 1;
}
a {
    color: #5F76A6;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0.5em 0;
    border-radius: 0;
    border-bottom: solid 1px #dcdcdc;
    background-color: rgba(00, 00, 00, 1.0);
    z-index: 1000;
    transition :all 0.2s ease-in-out 0s;
}

.navbar-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navbar a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.sticky {
    padding: 0.25em 0;
    /*background: rgba(255,255,255,0.88);*/
	background: #000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.navbar h1 {
text-align: left;
font-size: 28px;
line-height:1.8;
}
.navbar h1 a{
    color: #fff;
}
.navbar h1 img {
    transition :all 0.2s ease-in-out 0s;
	margin-right: 5px;
	width:400px;
	min-height: 1%;
}
.sticky h1 img {
    transform :scale(0.8);
}
.navbar-header {
    margin: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav > li {
    padding: 5px 0;
}
.navbar-nav > li > a,
.navbar-nav li > a:focus,
.smooth-scroll-scrolling .navbar-nav li.active > a {
    background: transparent;
    padding: 10px 12px;
    color: #fff;
    font-weight: bold;
}
.navbar-nav li > a:hover,
.navbar-nav li.active > a,
.navbar-nav li.force-active > a,
.smooth-scroll-scrolling .navbar-nav li.force-active.active > a,
.smooth-scroll-scrolling .navbar-nav li > a:focus,
.smooth-scroll-scrolling .navbar-nav li.active > a:focus {
    background: #000;
    color: #fff;
}

ul.header-socialbtn {
    float: right;
    margin-bottom: 0;
    padding-left: 1em;
}
ul.header-socialbtn li {
    display: inline-block;
    padding: 10px 0;
    list-style: none;
    line-height: 20px;
}
ul.header-socialbtn li a {
    min-width: 30px;
    display: inline-block;
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
}
ul.header-socialbtn li.googleplus a {
    background: #DB4A39;
}
ul.header-socialbtn li.twitter a {
    background: #00B6F1;
}
ul.header-socialbtn li.facebook a {
    background: #3B599C;
}
footer {
    padding: 15px 0;
background: #000;
font-size: 86%;
color: #fafafa;
}

/* ------------------------------------------
             CONTENT COMMON STYLES
------------------------------------------ */
.content {
    padding: 2em 0;
}
.content article h1 {
    margin: 0 0 15px 0;
    font-size: 30px;
}
.content article h2 {
    font-size: 25px;
}
.content article h3 {
    font-size: 20px;
}
.content article p {
    margin-bottom: 1em;
}
.content article .row {
    margin-bottom: 1em;
}
.center{
text-align: center;
background-image: linear-gradient(to bottom, #fff 70%, #3d3d3d 0%);
background-position: right;
background-size: 2px 15px;
background-repeat: repeat-y;
}

.center:last-child{
background-image: none;}

.center p{
text-align:center;
}
.center p img{
text-align:center;
}

/* ------------------------------------------
                 LOWER CONTENT
------------------------------------------ */
.mainvisual-lower {
    position: relative;
    padding: 3.5em 0;
    background: url(https://ozone-tx.co.jp/images/bg-top-main.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff;
    text-shadow: 0 1px 0px #000;
}
.mainvisual-lower .overray {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #26479a;
    opacity: 0.8;
}
.mainvisual-lower .row {
    display: table;
    width: 100%;
}
.mainvisual-lower .row .col-sm-12 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.mainvisual-lower h2 {
    margin: 0;
    font-size: 40px;
}
.mainvisual-lower h2 i {
    padding-right: 10px;
    font-size: 50px;
}
.mainvisual-lower h2 a {
    color: #ffffff;
}
.mainvisual-lower h2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.mainvisual-lower h2 a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.breadcrumb {
    background-color: #none;
    border-radius: 0;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0;
}
.blog-primary-content {
    padding-left: 0;
}
.entry-list article {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: solid 1px #e9e9e9;
}
.entry-list figure {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.entry-list figure img {
    width: 100%;
    border: solid 1px #e9e9e9;
}
.entry-meta {
    margin-bottom: 1em;
    font-size: 86%;
}
.entry-meta time {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.2em 0.3em 0.2em 0.5em;
    background: #f1f1f1;
}
.entry-meta time span {
    display: inline-block;
}
.entry-meta time span.year {
    padding-right: 0.3em;
}
.entry-meta time span.monthday {
    padding: 0.2em 0.5em;
    background: #ffffff;
}
.entry-meta .category {
    padding: 0.5em 0.8em;
    background: #666666;
    color: #ffffff;
    margin-right: 8px;
}
.entry-excerpt {
    margin-bottom: 1em;
}
.pagemore {
    text-align: left;
}
.content .entry-list h1 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #111;
}
.sidebar nav {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 3px #e9e9e9;
}
.sidebar h3 {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: bold;
    color: rgb(00,00,00);
}
.sidebar ul {
    padding: 0;
    margin-bottom: 0;
}
.sidebar ul li {
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
    list-style: none;
    border-bottom: solid 1px #e9e9e9;
}
.sidebar ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
h3.page-title {
    margin: 0 0 1em 0;
}

/* ------------------------------------------
                 ENTRY DETAIL
------------------------------------------ */
.entry-detail figure {
    margin-bottom: 2em;
}
.entry-detail img {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------
                    BTN
------------------------------------------ */
.btn-primary {
    background: rgb(00,00,00);
    border-color: rgb(00,00,00);
    padding: 8px 15px;
}
.btn-primary:hover {
    background: #888888;
    border-color: #888888;
}
.btn-secondary {
    background: #f1f1f1;
    border-color: #e1e1e1;
}
.btn-secondary:hover {
    background: #f9f9f9;
    border-color: #e9e9e9;
}
.btn-info {
    background: #60A79D;
    border-color: #60A79D;
}
.btn-info:hover {
    background: #74BBB1;
    border-color: #74BBB1;
}
.btn-success {
    background: #60A79D;
    border-color: #60A79D;
}
.btn-success:hover {
    background: #74BBB1;
    border-color: #74BBB1;
}

.more-btn{
text-align: center;
background: #092245;
padding: 5px 10px;
max-width: 10em;
margin: 20px auto 0;
font-size: 20px;
}

/* ------------------------------------------
                    TOP
------------------------------------------ */
body#sitetop {
    padding-top: 0;
}
#sitetop .navbar{
    background-color: rgba(00,00,00, 1.0);
}
#sitetop .navbar h1 a{
    color: rgb(255,255,255);
}
#sitetop .navbar-nav > li > a,
#sitetop .navbar-nav li > a:focus,
#sitetop .smooth-scroll-scrolling .navbar-nav li.active > a {
    color: rgb(255,255,255);
}
#sitetop .navbar-nav li > a:hover,
#sitetop .navbar-nav li.active > a,
#sitetop .navbar-nav li.force-active > a,
#sitetop .smooth-scroll-scrolling .navbar-nav li.force-active.active > a,
#sitetop .smooth-scroll-scrolling .navbar-nav li > a:focus,
#sitetop .smooth-scroll-scrolling .navbar-nav li.active > a:focus {
    background-color: rgb(00,00,00);
    color: rgb(255,255,255);
}

.mainvisual {
    width: 100%;
    min-height: 400px;
    padding: 7em 0 3em 0;
    background-image: url(https://ozone-tx.co.jp/images/bg-top-main.jpg);
    background-size: cover;
    text-align: center;
    border-bottom: solid 1px #e9e9e9;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
    background-position: 50% 50%;
}
.mainvisual h2 {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color: #ffffff;
    margin: 0 0 20px 0;
}
.mainvisual .btn-group .btn {
    width: 300px;
}

.mainvisual2 {
    width: 100%;
    text-align: center;
	position: relative;
}

.mainvisual2 .maintx {
	position: absolute;
top: 50%;
right: 0%;
z-index: 900;
width: 100%;
}

.mainvisual2 h2 {
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
color: #ffffff;
margin: 0 0 20px 0;
font-size: 40px;
font-weight: bold;
font-family: serif ;
}
.mainvisual2 .btn-group .btn {
    width: 300px;
}

.main-text {
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1.0);
color: #ffffff;
font-size: 32px;
font-weight: bold ;
}
.main-text a{
    color: #ffffff;
}
.main-text .business-hours{
display: inline-block;
padding: 0px 15px;
margin-right: 1%;
background: #26479a;
border: solid 1px #fff;
font-size: 24px;
border-radius: 20px;
text-shadow: none;
}
.main-text .tell-number{
display: block;
}
@media screen and (max-width:580px){
	.main-text .business-hours{font-size: 13px;}
}


.webpages {
    border-bottom: 1px solid #dcdcdc;
    background-color: #ffffff;
}
.webpages .row{
margin-right: 0px;
margin-left: 0px;
}
.webpages .container{
    padding: 50px 15px;
}
.webpages .image-top{
    padding: 50px 15px 50px 15px;
}
.webpages h3 {
    margin: 0px 0 60px;
	text-align: center ;
}

h3 .style00{
	font-family: 'Open Sans', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
	font-size: 28px;
	margin-bottom: 30px;
	display: inline-block;
}
h3 .style00_2{
	font-family: 'Open Sans', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
	display: inline-block;
}

h3 .style01{
	font-family: 'Fenix', "游明朝 Light","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:400;
	border-bottom: 3px solid rgb(00,00,00);
	padding: 0 0.75em 0.5em 0;
	display: inline-block;
	margin-bottom: 30px;
}

h3 .style01_2{
	font-family: 'Fenix', "游明朝 Light","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:400;
	border-bottom: 3px solid #fff;
	padding: 0 0.75em 0.5em 0;
	display: inline-block;
	margin-bottom: 30px;
}

h3 .style02{
	font-size: 30px;
	font-family: 'Open Sans',"游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing: -2px;
	text-align: center;
	display: block;
}
.divider {
    width: 128px;
    height: 30px;
    margin: 30px auto;
	color: rgb(00,00,00);
}
.divider .div_left {
    width: 45px;
    height: 1px;
    background: #999;
    float: left;
}
.divider .div_middle {
    float: left;
    margin: 10px;
    margin-top: -10px;
    line-height: 18px;
}
.divider .div_right {
    width: 45px;
    float: left;
    height: 1px;
    background: #999;
}

h3 .style02_2{
	font-size: 30px;
	font-family: 'Open Sans',"游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing: -2px;
	text-align: center;
	display: block;
	color: #fff;
}
.divider2 {
    width: 128px;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
	color: #fff;
}
.divider2 .div_left {
    width: 45px;
    height: 1px;
    background: #fff;
    float: left;
}
.divider2 .div_middle {
    float: left;
    margin: 10px;
    margin-top: -10px;
    line-height: 18px;
}
.divider2 .div_right {
    width: 45px;
    float: left;
    height: 1px;
    background: #fff;
}

h3{
position: relative ;
}

h3 .style03{
	font-size: 28px;
	font-weight: 900;
	font-family: 'Montserrat', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: center;
	/*--display: block;--*/
}

.webpages h3 .komidashi, .recruit-h3 .komidashi,.top-news2 .komidashi{
display: block;
font-size: 16px;
padding: 0px 0 5px 0;
/*color: #aaa;*/
color:#26479a;
}
.webpages h3:after,.recruit-h3:after ,.top-news2 h3:after{
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
background: #ada5a4;
width: 4%;
height: 4px;
bottom: -10px;
font-family: serif;
content: " ";
}

.ttlicon {
	text-align: center;
	margin-bottom: 10px;
	font-size: 22px;
	display: inline;
}
.fa-2x{
font-size: 1.5em
}
h3 .style04{
	font-family: 'Josefin Slab', "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	border-left: 1px solid rgb(00,00,00);
	border-bottom: 1px solid rgb(00,00,00);
	padding: 0.23em 0.75em 0.2em 0.4em;
    font-size: 25px;
	margin-bottom: 30px;
    display: inline-block;
}
h3 .style04_2{
	font-family: 'Josefin Slab', "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0.23em 0.75em 0.2em 0.4em;
    font-size: 25px;
	margin-bottom: 30px;
    display: inline-block;
}

h3 .style05{
	font-size: 24px;
	font-family: 'Titillium Web', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display: block;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:rgb(00,00,00);
	color: #fff;
	text-align: center;
	margin: 0 auto 30px;
	padding:2em .4em;
}
h3 .style05_2{
	font-size: 24px;
	font-family: 'Titillium Web', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display: block;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#fff;
	color: rgb(00,00,00);
	text-align: center;
	margin: 0 auto 30px;
	padding:2em .4em;
}

h3 .style06{
	font-family: 'Sorts Mill Goudy', "游明朝 Light","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:rgb(00,00,00);
}
.ttlicon2 {
	font-size: 13px;
	margin-right: 0.75em;
	display: inline-block;
}
h3 .style06_2{
	font-family: 'Sorts Mill Goudy', "游明朝 Light","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#fff;
}
.ttlicon2_2 {
	font-size: 13px;
	margin-right: 0.75em;
	display: inline-block;
	color:#fff;
}

.tc{text-align: center;display: block!important;}
.mt30{margin-top: 30px!important;}
.mb30{margin-bottom: 30px!important;}

.bg {
	background-color:rgb(00,00,00);
}







.webpages h4 {
    font-size: 22px;
    color: #767777;
    font-weight: bold;
    padding-top: 10px;
}
.webpages h5 {
    font-size: 18px;
    color: #767777;
    font-weight: bold;
    padding-top: 10px;
}
.webpages img {
    height: auto;
	max-width: 100%;
}
.pageimage {
    height: 400px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.top-news {
    padding: 3em 0;
    color: #767777;
    background-color: #ffffff;
	border-bottom: 1px solid #dcdcdc;
}
.top-news h3 {
    font-size: 40px;
    margin: 0 0 25px 0;
    color: rgb(00,00,00);
}
.top-news a {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.top-news a.col-sm-3 {
    display: block;
    width: 23.9%;
    padding: 0;
    margin: 0 10px 15px 0;
    background: #ffffff;
    color: #111;
}
@media screen and (max-width: 1020px) {
.top-news a.col-sm-3 {float: none;width: 360px;margin: 0 auto 15px;}
}

.top-news a:hover {
    color: #5f76a6;
    text-decoration: none;
}
.top-news figure {
    display: block;
    height: 150px;
    overflow: hidden;
}
.top-news figure.noimage {
    height: 150px;
    background: #999;
    text-align: center;
    line-height: 150px;
    color: #ffffff;
    font-size: 30px;
}
.top-news figure img {
    width: 100%;
}
.top-news .entry-detail {
    padding: 1em;
	min-height: 8em;
}
.top-news h4 {
    margin: 0 0 0.5em 0;
    font-size: 114%;
}
.top-news p {
    margin: 0;
}
.top-news p.entry-excerpt {
    font-size: 86%;
}
.top-news .top-newslist {
    margin-top: 2em;
    text-align: center;
}





.top-news2{
    border-bottom: 1px solid #dcdcdc;
}

.top-news2 .inr{
    max-width: 1000px;
    margin: 0 auto;
	padding: 20px 100px 30px;
}

.top-news2 .inr .entry-detail{
	clear: both;
    border-bottom: 1px solid #ccc;
    padding: 0 1.5em 1em;
}

.top-news2 .inr time{
	float: left;
	margin: 0 0 0 0;
}
.top-news2 .inr h4{
	margin: 1em 0 0 8em;
}
@media screen and (max-width: 1020px) {

.top-news2 .inr{
	padding: 20px 0 30px;
}
.top-news2 .inr .entry-detail{
    padding: 1em 1.5em;
}
.top-news2 .inr time{
	float: none;
}
.top-news2 .inr h4{
	margin: 1em 0 0 0;
}
}


/*---サービス----*/
#product{
background: #fff;
color: #3d3d3d;
}

#product .survice-head{
margin: 0px 0 20px;
}

#product .survice-p{
text-align: center;
margin-bottom: 40px;
font-size: 18px;
}


/*---メリット----*/
.merit-wrap h4{
text-align: center;
background: #26479a;
color: #fff;
margin-top: 40px;
margin-bottom:0px;
padding: 10px 0;
font-size:20px;
}

.merit-wrap{
width: 100%;
}

.merit-list-wrap{
width: 95%;
margin: 0 auto;
}
.merit-list{
margin:0px;
-webkit-padding-start: 0px;
}

.merit-list:after{
content:"";
clear:both;
display:block;
}


.merit-list li{
list-style:none;
font-size: 16px;
position: relative;
padding-left: 1.2em;
line-height: 1.4;
margin-top: 20px;
float: left;
padding-right: 30px;
}

.merit-list li:last-child{
padding-right:0px;
}

.merit-list li:before{ font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 1em;
left: 0;
top: 0;
color: #5ab9ff;
}
/*---三つ星認定----*/

.nintei{
text-align:center;
margin-top:30px;
}
.nintei img{
width:200px;
margin-bottom:15px;
}
.nintei p{
font-size:24px;
font-weight:bold;
}

/*---メリット下層----*/
#work-merit {
margin-bottom:80px;
}
#work-merit img{
height: auto;
max-width: 100%;
}

.recruit-h3{
text-align:center;
margin:20px 0 30px;
}

#work-merit h4{
font-weight:bold;
}

.work-merit-content h2{
text-align: center;
font-weight: 900;
margin-bottom: 30px;
}

/*---採用--*/
#taxi h4,#reserved_bus h4,#school h4,#kaijo h4,
#eigyo_bus h4,#keiri h4{
font-size: 22px;
font-weight: bold;
border-left: 5px solid;
padding: 8px 0 8px 5px;
color: #26479a;
}
#taxi,#reserved_bus,#school,#kaijo,#eigyo_bus,#keiri{
margin-top:-60px;
padding-top:60px;
}

.access-number{
margin-top:40px;
text-align: center ;
}

.access-number h4{
margin-top:5px;
font-size: 32px;
color: #26479a;
}

.access-number p{
margin:0 auto;
width: 250px;
border-bottom: 1px solid;
}

@media screen and (max-width: 1020px) {
.pc-img{
display:none;}
}
@media screen and (min-width: 1020px) {
.tb-sp-img{
display:none;}
}

/*---採用下層--*/
.job{
margin: 40px 0;
}
.job-list{
margin: 0;
padding: 0;
font-size:0;
}
.job a{
display: inline-block;
width: 33.3%;
box-sizing: border-box;
margin: 0;
padding: 20px 0px;
border: 1px solid;
text-align: center;
font-size: 20px;
font-weight: bold;
}
.job a:hover{
text-decoration:none;
background:#23527c;
transition:0.3s;
color:#fff;
}
.job li{
list-style: none;
}

@media screen and (max-width:1020px){
.job a{
font-size: 15px;
width: 33.3%;
}
}
@media screen and (max-width:580px){
.job a{
display: block;
width: 100%;
box-sizing: border-box;
margin: 0;
padding: 20px 0px;
border: 1px solid;
text-align: center;
font-size: 16px;
font-weight: bold;
}
}

/*---お問いあわせ--*/
#contact{
border-top: 1px solid #dcdcdc;
text-align:center;
}


/* ------------------------------------------
               STYLE FOR TABLET
------------------------------------------ */
@media screen and (max-width:767px){
img {
    max-width: 100%;
}
header {
    margin-bottom: 5px;
}
.container > .navbar-header {
    position: relative;
    width: 100%;
    margin: 0 0 5px 0;
}
.navbar-nav {
    margin: 0;
    border: solid 1px #dcdcdc;
}
.sticky h1 img{
transform: scale(1.0);
}
.navbar-nav > li {
    padding: 0;
text-align: center ;
}
.navbar h1 img{
transition: all 0.2s ease-in-out 0s;
margin-right: 5px;
width: 70%;
}
button.navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 11px;
    margin-right: 0;
    background: #f6f6f6;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
    font-size: 15px;
}
.container>.navbar-collapse {
    margin: 0;
}
ul.header-socialbtn {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    margin-bottom: 3em;
}
section .col-sm-1:last-of-type, section .col-sm-2:last-of-type, section .col-sm-3:last-of-type, section .col-sm-4:last-of-type, section .col-sm-5:last-of-type, section .col-sm-6:last-of-type, section .col-sm-7:last-of-type, section .col-sm-8:last-of-type, section .col-sm-9:last-of-type, section .col-sm-10:last-of-type, section .col-sm-11:last-of-type, section .col-sm-12:last-of-type {
    margin-bottom: 0;
}

.footer-logoarea {
    text-align: center;
}

footer .col-sm-6 {
    margin-bottom: 0;
}
.mainvisual .btn-group {
    display: block;
    text-align: center;
}
.mainvisual .btn-group .btn {
    display: inline-block;
    width: 45%;
    float: none;
    margin-bottom: 0.5em;
    border-radius: 3px;
}
.mainvisual .btn-group .btn:last-of-type {
    margin: 0;
}
.top-news a.col-sm-3 {
    width: 320px;
    margin: 0 auto 2em auto;
}
.sidebar {
    width: 100%;
}
.sidebar h3 {
    padding: 1em 0.7em;
    background: #f6f6f6;
}
.entry-list figure {
    width: 40%;
}
}

/* ------------------------------------------
                  for sp
------------------------------------------ */
@media(max-width:768px){

.mainvisual2 h2{
font-size: 24px;
}
/*
.entry-list figure {
    display: none;
}
*/
.mainvisual {
	background-attachment: scroll;
}
.pageimage {
	background-attachment: scroll;
    height: 250px;
}
.navbar h1 {
    font-size: 18px;
    padding-top: 18px;
}

.center{background-image:none;
}

.webpages h3:after,.recruit-h3:after{
width: 10%;
}

}

/* ------------------------------------------
                  SNS
------------------------------------------ */

.entry-social-buttons ul {
  clear: both;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
}

.entry-social-buttons ul li{
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  list-style: none;
}

.entry-social-facebook {
  padding-bottom: 6px;
}

/* ------------------------------------------
                  Pagination
------------------------------------------ */
.page-navigation {
    text-align: center;
}
.page-navigation ul{
    display: block;
    padding-bottom: 10px;
}
.page-navigation li {
    display: inline-block;
    border-bottom: none;
}
.page-navigation li a{
    padding: 0 10px;
}
.page-navigation li a[rel="prev"]::before {
    content: "«";
    margin-right: 0.3em;
}
.page-navigation li a[rel="next"]::after {
    content: "»";
    margin-left: 0.3em;
}



/* ---------- slider ---------- */
#slider {
position: relative;
background:#eee;
padding: 0;
margin-left: -40px;
border-bottom: 1px solid #fff;
}

#slider .bx-pager-item,#slider .bx-controls-direction {
  display: none;
}

#slider li {
  height: 575px;
  overflow: hidden;
}

#slider li img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#slider p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  margin: 0;
  z-index: 99;
}

#slider p img {
  width: 60px;
}


@media screen and (max-width: 1020px) {
#slider {
	padding-top: 60px;
	
}
/*.mainvisual2 .maintx {
    top: 29%;
}*/
.mainvisual2 h2 img{
	width: 30%;
}	
.mainvisual2 .main-text{
	font-size: 12px;
}
.main-text .tell-number{
font-size: 32px;
display: block;
}

}
@media screen and (max-width: 768px) {
.main-text .tell-number{
font-size: 24px;
display:block;
}
}


/* ---------- #slider li height ---------- */
@media screen and (max-width: 1280px) {#slider li {height: 590px;}}
@media screen and (max-width: 768px) {#slider li {height: 380px; }}
@media screen and (max-width: 599px) {#slider li {height: 308px; }}


/* ---------- slider2 ---------- */
#slider2 {
clear: both;
    min-width: 1000px;
    height: 487px;
    padding: 82px 0 0;
    background: rgb(00,00,00);
}

#slider2 ul,#slider2 li{
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1020px) {
#slider2 {
    min-width: 100%;
    height: auto;
    overflow: hidden;
}
}



/* ---------- message ---------- */
#message {
width: 100%;
}
#message .Lcol{
background: url(images/president.jpg) no-repeat left center;
background-size: cover;
position: relative;
background-position: 50% 30%;
min-height: 368px;
float: right;
font-family: serif;
text-shadow: 1px 2px 3px #000;
color: #f5f5f5;
}
#message .Lcol h2{
padding: 150px 0 0 5%;
margin: 0;
line-height: 1.5;
}
#message .Lcol p{
text-align: right;
padding: 90px 2em 0 0;
margin: 0;
}
#message .Rcol {
float: left;
min-height: 368px;
background: #3d3d3d;
color: #fff;
}
#message .Rcol p{
padding: 6% ;
line-height: 2.2;
margin: 0;
}

#message2 .Rcol {
float: right;
min-height: 368px;
background: #3d3d3d;
color: #fff;
}

#message2 .Rcol .syaze-wrap{
padding: 0 6% 6%;
margin: 0;
}

#message2 .Rcol h3{
font-weight: 900;
text-align: center;
margin-bottom: 0;
}


#message2 .Rcol .syaze{
font-size: 20px;
font-weight: 600;
border-bottom: 1px solid;
padding: 8px 0 0;
line-height: 1.2;
margin-bottom: 5px;
}

#message2 .Rcol p{
font-size:14px;
}

#message2 .Lcol{
background: url(images/syaoku.jpg) no-repeat left center;
background-size: cover;
position: relative;
background-position: 50% 30%;
min-height: 368px;
float: left;
font-family: serif;
text-shadow: 1px 1px 3px #333;
color: #f5f5f5;
}




@media screen and (max-width: 1025px) {
#message{background: #f8f8f8;}
#message .Lcol,#message2 .Lcol{min-height: auto;width: 100%;}
#message .Rcol,#message2 .Rcol{min-height: auto;width: 100%;}
#message .Lcol h2,#message2 .Lcol h2,#message2 .Lcol p.fake-h2{padding: 10% 10%;text-align: left;font-size: 30px;margin: 0;}
#message .Lcol p,#message2 .Lcol p{padding: 0 10% 10%;text-align: left;}
}
@media screen and (max-width: 480px) {
#message .Lcol h2,#message2 .Lcol h2{padding: 10% 0;text-align: left;font-size: 22px;margin: 0;}
#message .Lcol p,#message2 .Lcol p{padding: 0 0 10% ;text-align: left;}
}
/* ---------- more_btn ---------- */
.more_btn{
text-align: center;
background: #26479a;
padding: 5px 10px;
max-width: 10em;
margin: 50px auto 0;
font-size: 20px;
border: 1px solid #fff;
line-height: 1.5;
display: block ;
color:#fff;
}

.more_btn:hover{
text-align: center;
background: #fff;
padding: 5px 10px;
max-width: 10em;
margin: 50px auto 0;
font-size: 20px;
border: 1px solid #26479a;
line-height: 1.5;
display: block ;
color:#26479a;
transition:0.3s;
text-decoration:none;
}

.more_btn p{
margin: 0;
}
.more_btn p a{
color: #fff;
}

/* ---------- col3_2 ---------- */
#col3_2in {
	width: 100%;
	background: #eee;
}

#col3_2 .inr {
	max-width:1000px;
	margin: auto;
	text-align:center;
	padding:40px 5px;
}

#col3_2 h2 {
	margin:0;
}

#col3_2 p.read {
	margin: 0;
	font-size: 18px;
}

#col3_2 h4 {
	margin-top:30px;
}

#col3_2 .appeal {
	margin:30px auto 0;
	text-align:center;
	max-width:940px;
}

#col3_2 dl {
	float:left;
	width:306px;
	background: #fff;
	margin-right: 5px;
	margin-bottom:0;
}

#col3_2 dl:last-child{
	margin-right:0;
}

#col3_2 dt {
	padding:15px 0;
}

#col3_2 dd {
	padding:0px 5px;
	font-size:15px;
	color: #373737;
}

#col3_2 dd:last-child {
	padding:15px 5px;
}

#col3_2 dd.name {
	padding:5px;
	margin: 10px 15px 15px;
	font-size:14px;
	background: #888;
	color: #fff;
}
#col3_2 dd.name a {
	color: #fff;
}


#col3_2 p.btn2 {
margin: 30px 0 0;
}

@media screen and (max-width: 1020px) {
/* ---------- col3_2 ---------- */	
#col3_2 .inr {
    max-width: 1000px;
    padding: 30px 5px;
}

#col3_2 h3 {
    margin-top: 20px;
}

#col3_2 p.read {
	font-size: 14px;
}

#col3_2 h4 {
    margin-top: 10px;
}

#col3_2 dl {
    border: 1px solid #ccc;
    float: none;
    width: auto;
	margin-bottom:5px;
	margin-right:0;
}
}

/* ---------- col2_4 ---------- */
#col2_4in {
	width: 100%;
}

#col2_4 h2 {
	margin:0;
}

#col2_4 h4 {
	margin-top:30px;
}

#col2_4 .appeal {
	margin:0 auto;
	text-align:center;
}

#col2_4 dl {
	float:left;
	width: 49.2%;
    background: #eee;
    margin-right: 15px;
	margin-bottom:15px;
}

#col2_4 dl:nth-child(even){
	margin-right:0;
}

#col2_4 dt {
	padding:15px;
}

#col2_4 dt img{
	width: 100%;
}

#col2_4 dd {
	padding:0px 5px;
	font-size:15px;
	color: #373737;
}

#col2_4 dd:last-child {
	padding:15px 5px;
}

#col2_4 dd.name {
	padding:5px;
	margin: 10px 15px 15px;
	font-size:14px;
	background: #888;
	color: #fff;
}
#col2_4 dd.name a {
	color: #fff;
}

#col2_4 dd.text {
	padding:0 15px 15px;
	height: 142px;
}

@media screen and (max-width: 1020px) {
/* ---------- col3_2 ---------- */	
#col2_4 h3 {
    margin-top: 20px;
}

#col2_4 p.read {
	font-size: 14px;
}

#col2_4 h4 {
    margin-top: 10px;
}

#col2_4 dl {
    border: 1px solid #ccc;
    float: none;
    width: auto;
	margin-bottom:5px;
	margin-right:0;
}
#col2_4 dl:last-child {
	margin-bottom:0;
}
#col2_4 dd.text {
	height: auto;
}
}





/* ---------- upage_1 ---------- */
#upage_1 {
	width: 100%;
	padding:0;
}

#upage_1 .inr {
	margin:0 auto;
	text-align:center;
}

#upage_1 .cnt{
	box-sizing: border-box;
	border:1px solid #888;
	padding:5px;
	margin-bottom:10px;
}

#upage_1 .cnt .wr {
	box-sizing: border-box;
	border:1px solid #888;
}

#upage_1 .stt_wr {
	border-bottom:1px solid #888;
	height:80px;
}
#upage_1 .stt {
	float:left;
	margin-left:-6px;
	padding-top:26px;
}
#upage_1 .name {
	float:left;
	font-size:40px;
	padding:30px 20px 26px 20px;
	border-right:1px solid #888;
}

#upage_1 h3 {
	float:right;
	font-size:30px;
	font-weight:300;
	letter-spacing:3px;
	text-align:right;
	padding:30px 20px 25px 0;
}

#upage_1 .img {
	clear:both;
	float:right;
	border-right:1px solid #888;
}

#upage_1 .tx {
	font-size:17px;
	line-height:1.7;
	text-align:left;
	margin-left:260px;
	padding:20px;
	font-weight: 400;
}

#upage_1 .fs,#upage_1 .int2 .fs {
	font-size:16px;
	line-height:1.5;
}

/* ---------- 社長upage_1 ---------- */
#upage_1 h2 {
text-align: center;
margin: 0px 0 30px;
	padding-top: 40px;
}

#upage_1 .t_cnt{
	box-sizing: border-box;
	border-top:none;
	border-bottom:5px solid #888;
}

#upage_1 .top {
	border-top:1px solid #888;
}

#upage_1 .t_cnt .wr{
	border-left:1px solid #888;
	border-right:1px solid #888;
	margin:0 auto;
}

#upage_1 .t_cnt .stt {
    float: left;
    margin-left: 0;
    padding: 5px 10px;
    background: #888;
    color: #fff;
    margin-top: 17px;
}

#upage_1 .t_cnt .stt_wr {
	border-bottom:1px solid #888;
	height:70px;
}

#upage_1 .t_cnt .name {
    float: left;
    font-size: 30px;
    padding: 11px 15px 10px 15px;
    border-right: 1px solid #888;
    margin: 0;
}

#upage_1 .t_cnt h3 {
	float:right;
	font-size:30px;
	font-weight:300;
	letter-spacing:3px;
	text-align:right;
	padding:0;
	box-sizing: border-box;
	margin:20px 0 0;
}

#upage_1 .t_cnt h4 {
font-size: 22px;
background: #888;
color: #fff;
padding: 8px;
margin: 0;
margin-right: 20px;
margin-top: 10px;
}

#upage_1 .int1 {
	border-bottom:1px solid #888;
}
#upage_1 .t_cnt p.img {
	box-sizing: border-box;
	padding:5px;
	width:55%;
}

#upage_1 .t_cnt img {
	width:100%;
	vertical-align: middle;
}

#upage_1 .t_cnt .tx_wr {
	box-sizing: border-box;
	width:45%;
	float:right;
}

#upage_1 .t_cnt .tx {
	padding:0;
	margin:10px 10px 0;
}

#upage_1 .t_cnt .tx span,#upage_1 .int2 .tx2 span {
	font-size: 20px;
font-weight:bold;
	color: rgb(00,00,00);
display: block;
padding: 10px 0 0px;
}

#upage_1 .tx_wr2 {
	box-sizing: border-box;
	width:60%;
	float:left;
	position:relative;
}

#upage_1 .img2 {
	box-sizing: border-box;
	width:40%;
	float:right;
	border-left:1px solid #888;
	border-right:none;
    padding: 5px;
}

#upage_1 .int2 h4.st2 {
}

#upage_1 .int2 .tx2 {
	font-size:17px;
	line-height:1.7;
	text-align:left;
	font-weight: 400;
	margin:10px 10px 0;
}

#upage_1 .fs,#upage_1 .int2 .fs {
	font-size:15px;
	line-height:1.5;
}

.mb60 {
margin: 0 0 60px;
}

@media screen and (max-width: 1020px) {
/* ---------- upage_1 ---------- */
#upage_1 .inr {
	padding:0 5px;
}
#upage_1 .t_cnt .wr{
	border-left:none;
	border-right:none;
	width:100%;
	margin:0 auto;
}
#upage_1 .top {
	min-width: auto;
}
#upage_1 .t_cnt .stt_wr {
     height: auto; 
}
#upage_1 .t_cnt .stt {
    float: none;
    margin-left: 0;
    padding-top: 10px;
}
#upage_1 .t_cnt .stt img{
	width:150px;
}
#upage_1 .t_cnt .name {
    float: none;
    font-size: 30px;
    padding: 10px;
    border:none;
	text-align:right;
}
#upage_1 .t_cnt .name img {
	width:150px;
}
#upage_1 .t_cnt h3 {
    float: none;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    padding:20px;
    border-top: 1px solid #888;
	margin: 0;
}
#upage_1 .t_cnt p.img {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}
#upage_1 .img {
    float: none;
    border-right:none;
}
#upage_1 .t_cnt .tx {
    text-align: left;
    padding: 10px;
    margin: 0;
}
#upage_1 .t_cnt .tx_wr {
    width: 100%;
    float: none;
}
#upage_1 .tx_wr2 {
    width: 100%;
    float: none;
}

#upage_1 .img2 {
    width: 100%;
    float: none;
    border-left: none;
    border-right: none;
    padding: 5px 5px 15px 5px
}
#upage_1 .t_cnt h4 {
    float: none;
	background-size:60%;
	margin-top:10px;
	margin-right:0px;
}
#upage_1 .int2 .tx2 {
    text-align: left;
	clear:both;
	margin:0;
	padding:10px;
	font-size: 14px;
	line-height: 1.7;
}
#upage_1 .int2 h4.st2 {
}
#upage_1 .stt_wr {
    border-bottom: 1px solid #b59e52;
    height: auto;
}
#upage_1 .stt {
    float: none;
    margin-left: -6px;
    padding: 10px 0;
}
#upage_1 .stt img{
	width:150px;
}
#upage_1 .name {
    float: none;
    font-size: 28px;
    padding: 10px;
    border-top: 1px solid #b59e52;
	border-right: none;
    border-bottom: 1px solid #b59e52;
}
#upage_1 h3 {
    float: none;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    padding: 15px;
	line-height:1.1;
}
#upage_1 .tx {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    margin-left: 0;
    padding: 20px;
    font-weight: 400;
}
}

.stt_wr h3:after {
display:none;
}


/* ---------- col2_3 ---------- */
#col2_3 {
background: url(images/bg_recruit.jpg);
background-position: 50%;
background-size: cover;
color: #fff;
line-height: 0;
}
/*--#col2_3 h3{
	display: none;
}--*/
#col2_3 .inr {
	max-width:1000px;
	margin: 0 auto;
	text-align:center;
}

#col2_3 .cnt_l {
	float:left;
	width:552px;
}
#col2_3 .cnt_r {
	margin-left:562px;
}
#col2_3 h2 {
	margin:0px 26px 0 0;
	text-align:left;
	color:#fff;
	font-size: 36px;
	line-height:1.4;
	font-weight: bold;
	letter-spacing: -2.0px;
-moz-text-shadow: 4px 4px 0px rgba(0, 0, 0, 1);
-webkit-text-shadow: 4px 4px 0px rgba(0, 0, 0, 1);
-ms-text-shadow: 4px 4px 0px rgba(0, 0, 0, 1);
text-shadow: 4px 4px 0px rgba(0, 0, 0, 1);
}
#col2_3 h2 span.fs {
    font-size: 42px;
}
#col2_3 p.p_tx {
	margin:40px 20px 0 0;
	text-align:left;
	color: #fff;
	font-size:17px;
	line-height:1.8;
}

@media screen and (max-width: 1020px) {
/* ---------- col2_3 ---------- */	
#col2_3 .inr {
}

#col2_3 h2 {
	margin: 0px 0 20px;
width: auto;
text-align: center;
font-size: 24px;
}
#col2_3 h2 span.fs {
    font-size: 32px;
}

#col2_3 .cnt_l {
    float: none;
    width: auto;
}

#col2_3 .cnt_r {
    margin-left: 0;
	padding:0 10px;
}

#col2_3 p.p_tx  {
    margin: 20px 10px 0 0;
    font-size: 15px;
    line-height: 1.5;
}
}

/* ---------- col1_1 ---------- */
#col1_1 {
	background:rgb(00,00,00);
	margin:0 auto;
	text-align:center;
	 border-top: 10px solid #dcdcdc;
	border-bottom: 10px solid #dcdcdc;
}
#col1_1 h3{
	color:#fff;
	font-weight: bold;
}
#col1_1 p.tx{
	line-height: 2.2;
	font-size: 16px;
}

@media screen and (max-width: 1020px) {
#col1_1 p{
	line-height: 2;
	padding: 0 1em;
}
}


/* ---------- col2_1 ---------- */
#col2_1 {
	width: 100%;
	font-size:15px;
}

#col2_1 .inr {
	max-width:940px;
	margin:0px auto;
	text-align:center;
	padding:10px 0 0;
}

#col2_1 h3{
	text-align:center;
	margin-top:0;
}

#col2_1 .cnt_l,#col2_1 .cnt_r {
	box-sizing: border-box;
	width:467px;
	height:497px;
	float:left;
	border:1px solid #000;
	padding:8px;
	margin-right:5px;
}

#col2_1 .cnt_r {
	margin-right:0;
	padding:0;
}

#col2_1 th {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	font-weight:normal;
	padding:12px 10px;
	text-align:right;
	margin:0;
	width: 6em;
}

#col2_1 td {
	border-bottom:1px solid #000;
	padding:10px;
	text-align:left;
	margin:0;
}

#col2_1 .none th,#col2_1 .none td{
	border-bottom:none;
}
#col2_1 .none td{
	letter-spacing:-0.01em;
}

#col2_1 p.btn{
	margin: 30px 0 60px;
	text-align:center;
}

@media screen and (max-width: 1020px) {
/* ---------- col2_1 ---------- */
#col2_1 .cnt_l, #col2_1 .cnt_r {
    width: auto;
    height: 50%;
    float: none;
    border: 1px solid #000;
    padding: 5px;
	margin:5px;
}

#col2_1 a {
	color:#000;
}

#col2_1 table {
    width: 100%;
}

#col2_1 th {
	font-size:13px;
    width: 26%;
	padding:10px 5px;
	line-height:1.2;
}
#col2_1 td {
	font-size:13px;
	padding:10px;
	line-height:1.2;
}
}


/* ---------- tab_cnt1in ---------- */
#tab_cnt1in {
	max-width:940px;
	margin:10px auto 0;
	text-align:center;
	box-sizing: border-box;
}

#tab_cnt1in .tab{overflow:hidden;margin:0; padding:0;}
#tab_cnt1in .tab li{
	width:231px;
	margin-left:5px;
	background:#efefef;
	padding:10px 0;
	float:left;
	text-align:center;
	font-size:18px;
	list-style-type: none;
}
#tab_cnt1in .tab li:first-child{
	margin-left:0;
}
#tab_cnt1in .tab li:hover{ cursor:pointer;}
#tab_cnt1in .tab li.select{background:#3d3d3d;color:#fff;}
#tab_cnt1in .content li{background:#3d3d3d; padding:20px;list-style-type: none;}
#tab_cnt1in .none {
    display: none;
}
#tab_cnt1in .content{margin:0; padding:0;}
#tab_cnt1in table{
	font-size:14px;
	width:100%;
}
#tab_cnt1in th{
	background:#efefef;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	font-weight:normal;
	padding:10px;
	width:210px;
}
#tab_cnt1in td{
	background:#f8f8f8;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	text-align:left;
	padding:10px;
}
#tab_cnt1in th{
	background:#efefef;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	font-weight:normal;
	padding:10px;
	width:210px;
}
#tab_cnt1in li:nth-child(2) td{
}

@media screen and (max-width: 1020px) {
/* ---------- tab_cnt1in  ---------- */
#tab_cnt1in .tab li {
width: 24%;
margin-left: 3px;
float: left;
font-size: 12px;
}
#tab_cnt1in .content li {
    padding: 10px;
}
#tab_cnt1in th {
    width: 27%;
}
}

/* ---------- col2_2 ---------- */
#col2_2 {
	width: 100%;
}

#col2_2 .wr {
	max-width:100%;
	padding:0 5px;
}

#col2_2 .content {
	position: relative;
	margin: 0 auto;
	height:auto;
	padding:60px 0;
}

#col2_2 #first  { 
  background: url(/images/col2_2_bg.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}


#col2_2 .wr {
	max-width:915px;
	margin:0 auto;
	color:#fff;
}

#col2_2 .cnt_l {
	box-sizing: border-box;
	float:left;
	width:450px;
	height:450px;
	margin-right:5px;
	background:rgba(0,0,0,0.5);
	padding:50px;
	text-align:center;
}

#col2_2 .cnt_r {
	box-sizing: border-box;
	float:left;
	width:450px;
	height:450px;
	margin-right:0px;
	background:rgba(0,0,0,0.5);
	padding:40px 60px;
}

#col2_2 .cnt_l h4 {
	font-family:"游明朝 Light","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	font-weight:300;
	margin-top:10px;
	color:#fff;
	padding: 0;
	margin-bottom:0;
}

#col2_2 .cnt_l h5 {
	font-size: inherit;
	font-weight:inherit;
	margin:50px 0;
	color:#fff;
	line-height: 1.8;
	padding: 0;
}

#col2_2 .cnt_r h4 {
	font-family:"游明朝 Light","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	font-weight:300;
	font-size:22px;
	padding-bottom:10px;
	color:#fff;
	padding-top: 0;
	margin:0;
}
#col2_2 .cnt_r ul {
    margin: 0;
	padding: 0;
}
#col2_2 .cnt_r li {
	font-size: 16px;
    margin-top: 18px;
    text-indent: -3em;
    padding-left: 4em;
	list-style-type: none;
}

@media screen and (max-width: 1020px) {
/* ---------- col2_2 ---------- */


#col2_2 .cnt_l {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    text-align: center;
	margin-bottom:5px;
}

#col2_2 .cnt_r {
    float: none;
    width: auto;
    height: auto;
    padding: 20px;
}

#col2_2 .cnt_r li {
    font-size: 13px;
}

#col2_2 .cnt_l h4 {
    font-size: 22px;
    font-weight: 300;
    margin-top: 10px;
}

#col2_2 .cnt_l h5 {
    font-size: 14px;
    font-weight: inherit;
    margin: 20px 0;
}

#col2_2 .cnt_l p {
    font-size: 13px;
}
}

#privacypolicy ul ,#privacypolicy ol{
padding-left: 1.2em;
}

#privacypolicy ol{
list-style-type: disc;
}

.i-main{
font-size: 150px;
text-align: center;
left: -55px;
}

/*---br管理--*/
@media screen and (max-width: 480px) {
.pc-br{display:none;}
.tb-br{display:none;}
.sp-br{display:block;}
}

@media screen and (min-width:481px) and (max-width: 1020px) {
.pc-br{display:none;}
.tb-br{display:block;}
.sp-br{display:none;}
}

@media screen and (min-width:1021px){
.pc-br{display:block;}
.tb-br{display:none;}
.sp-br{display:none;}
}

#company2 .col-sm-12 {
	float: none;
}

@media screen and (max-width: 440px) {
.mainvisual2 {
margin-top: -10px;
}
.bx-wrapper {
  height: 288px;
}
}

@media screen and (max-width:320px) {
.mainvisual2 {
margin-top: -35px;
}
.bx-wrapper {
  height: 264px;
}
}

/* ------------------------------------------
* Interview
------------------------------------------ */
.interview-box {
  margin-bottom: 2em;
  border: 1px solid #888; }
  @media (max-width: 991px) {
    .interview-box {
      border: none; } }

.interview-head {
  display: table;
  width: 100%; }
  @media (max-width: 991px) {
    .interview-head {
      display: block; } }

.interview-name, .interview-catch {
  display: table-cell;
  padding: .4em 0;
  vertical-align: middle; }
  @media (max-width: 991px) {
    .interview-name, .interview-catch {
      display: block; } }

.interview-name {
  white-space: nowrap;
  padding-right: 1.5em;
  border-left: 1px solid #888; }
  @media (max-width: 991px) {
    .interview-name {
      white-space: inherit;
      padding-right: 0;
      border-left: none; } }
  .interview-name__status {
    position: relative;
    top: -.25em;
    padding: 5px 10px;
    color: #fff;
    background-color: #000; }
    @media (max-width: 991px) {
      .interview-name__status {
        position: static;
        display: block;
        width: 100%;
        margin-right: 0; } }
  .interview-name__personal {
    display: inline-block;
    margin: 0 0 0 .4em;
    font-size: 30px; }
    @media (max-width: 991px) {
      .interview-name__personal {
        display: block;
        font-size: 30px;
        padding: 10px;
        text-align: right; } }

.interview-catch {
  padding-left: 1em;
  font-size: 30px;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .interview-catch {
      padding-left: 0;
      border-top: 1px solid #888;
      border-left: none; } }
  @media (max-width: 991px) {
    .interview-catch > span {
      display: block;
      border-left: none;
      float: none; } }

.interview-body {
  padding: 1em;
  border-top: 1px solid #888;
  border-bottom: 5px solid #000; }
  .is-movie .interview-body {
    padding: 0; }

.interview-column {
  clear: both;
  overflow: hidden;
  margin-bottom: 1em; }
  .is-movie .interview-column {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .interview-column {
      margin-bottom: 2em;
      border-bottom: 1px solid #888; }
      .interview-column:last-child {
        border-bottom: none; } }
  .interview-column__left {
    box-sizing: border-box;
    float: left;
    width: 33.33333%; }
    .is-reverse .interview-column__left {
      float: right;
      padding-left: 25px; }
    @media (max-width: 991px) {
      .interview-column__left {
        float: none !important;
        width: 100% !important;
        padding-left: 0 !important; } }
  .interview-column__right {
    box-sizing: border-box;
    float: right;
    width: 66.66667%;
    padding-left: 25px; }
    .is-reverse .interview-column__right {
      float: left;
      padding-left: 0; }
    @media (max-width: 991px) {
      .interview-column__right {
        float: none !important;
        width: 100% !important;
        padding-left: 0 !important; } }

.interview-title {
  margin: 0 0 .7em;
  font-size: 23px; }
  @media (max-width: 991px) {
    .interview-title {
      display: inline-block;
      margin-top: .5em; } }
  .interview-title > span {
    display: inline-block;
    color: #fff;
    padding: .5em 1em;
    line-height: 1.3;
    background-color: #ce121b; }
    @media (max-width: 991px) {
      .interview-title > span {
        padding: .5em 0 0 0;
        color: #ce121b;
        background-color: transparent;
        font-weight: 600; } }

.is-movie .interview-detail {
  margin: 0 auto; }
  .is-movie .interview-detail video {
    width: 100%; }

.interview-detail p {
  line-height: 1.8;
  margin-bottom: 1.4em; }

.nav-pages {
    clear: both;
    padding-top: 2.5em;
}

.c-btn-list {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.c-btn-list>li {
    margin: 0 10px 10px;
}

.c-btn, .c-btn--auto {
    clear: both;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    min-width: 245px;
    margin: 0 auto;
    padding: .4em 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 21px;
    background-color: #26479a;
    border-radius: 6px;
    transition: all .2s ease-in-out;
    border: solid 1px #26479a;
}

.c-btn:hover {
    color: #26479a;
	background: #fff;
    border: solid 1px #26479a;
	text-decoration: none;
}

.u-image100 {
    width: 100%;
}
/*
#recruit.webpages {
background: url(images/bg_recruit.jpg);
    background-position: 50%;
    background-size: cover;
    color: #fff;
}
*/

#recruit.webpages {
background-color: #c0c0c0;
}

.entry-heading-cat-items .category {
    padding: 5px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    background-color: #666666;
}

#recruit .recruit-box {
  margin-bottom: 20px;
}

#recruit.webpages .btn-primary {
    color: #fff;
    background-color: #26479a;
    border-color: #26479a;
}

#recruit.webpages .btn-primary.btn-lg {
    padding: .4em 10px;
    font-size: 20px;
}

#recruit.webpages .btn-primary:hover {
    text-align: center;
    background: #fff;
    border: 1px solid #26479a;
    color: #26479a;
    transition: 0.3s;
    text-decoration: none;
}


#sitetop #interview {
  padding-bottom: 50px;
}


#interview .more_btn {
    max-width: initial;
    background-color: transparent;
    border: none;
}

#interview .more_btn:hover {
    border: none;
}

#interview .interview-photo {
  text-align: center;
}


.interview-photo-box {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}

.interview-photo-box figure {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    text-align: center;
}

@media (max-width: 991px) {
.interview-photo-box figure {
    width: 50%;
}   
}



/* アプリ　TOPバナー */
#banner-appli {
	padding: 30px 0;
	background: #041960;
}

#banner-appli .flex-set{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#banner-appli img{
	width:auto;
	max-height: 250px;
}

#banner-appli .space-box{
	width:120px;
	height: 30px;
}

#banner-appli .text-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#banner-appli .text-box p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
 	margin-bottom: 1em;
}

#banner-appli .text-box a {
	display:block;
	width: 340px;
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 0.75em 0;
}

#banner-appli a:hover, #banner-appli a:active, #banner-appli a:focus {
	text-decoration: none;
}

#banner-appli  .text-box a span {
	padding-left:1em;
	padding-bottom:4px;
}


@media screen and (max-width: 1199px) {
	#banner-appli .space-box{
	width: 60px;
}
}

@media screen and (max-width: 991px) {
	#banner-appli .flex-set {
    	height: auto;
		flex-direction: column;
	}

	#banner-appli .text-box{
		width:100%;    	
		height: auto;
	}
}

@media screen and (max-width: 399px) {
	#banner-appli .text-box a {
		width:100%;
	}
}