html {
	font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */ 
	overflow-x:hidden;
}


body {
	font-size: 1.6rem; /* 16px */
/* 	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */

/* 	-webkit-text-size-adjust: 100%; */
/* 	font-feature-settings: "palt"; */
	line-height: 1.6 ;
	color: #000;
	background: none;
	text-align: left;
}

html[lang="ja"] body{
	font-family:'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
}

.entry-content h1{
	font-size: 36px;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: .5em;
	position: relative;
}
.entry-content h1:before{
	position: absolute;
	content: "";
	display: block;
	width: 2em;
	height: 5px;
	border-radius: 5px;
	bottom: 0;
	left: calc(50% - 1em);
	background: #E51B15;
}

.entry-content h2{
	font-size: 28px;
	text-align: center;
	padding-bottom: .5em;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom:2px solid #E51B15;
	line-height: 1.2em;
	position: relative;
}
.entry-content h2:before{
	position: absolute;
	transform: rotate(45deg);
	content:"";
	display: block;
	width: 16px;
	height: 16px;
	border:2px solid #E51B15;
	border-top-color: transparent;
	border-left-color: transparent;
	bottom: -8px;
	background: #FFF;
	left: calc(50% - 8px);
}

.entry-content h3{
	font-size: 24px;
	font-weight: bold;
	margin-top:.5em;
	margin-bottom:.5em;
}
/*
.entry-content h3:before{
	content: url(https://icongr.am/material/settings.svg?color=a3a3a3&size=22);
	margin-right: 2px;
	position: relative;
	top:1px;
}
*/


.entry-content h4{
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0;
	border-left: 6px solid #d6d6d6;
	background: #e9e9e9;
	padding: 10px 15px;
}

.entry-content h5{
	font-weight: bold;
	font-size: 16px;
	border-top: 1px solid #ffdfdf;
	border-bottom: 1px solid #ffdfdf;
	padding: 10px 0;
	margin-bottom: 1em;
}

section[id^="interview"]{
	margin-bottom: 50px;
}
section[id^="interview"] .name{
	font-weight: bold;
}
section[id^="interview"] h3{
	padding-bottom: .5em;
	border-bottom: 2px solid #E51B15;
}
section[id^="interview"] h3:before{
	content: none;
}
section[id^="interview"] h4{
	font-weight: bold;
	color: #E51B15;
	margin: 1em 0;
}
section[id^="interview"] p{
	display: block;
	padding: 8px 14px;
	position: relative;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
}
section[id^="interview"] p:before{
	position: absolute;
	left: 15px;
	top: -6px;
	content: "";
	display: inline-block;
	border-color: #cbcbcb;
	border-style: solid;
	border-width: 10px 0 0 10px; 
	transform: rotate(45deg);
}
section[id^="interview"] p:after{
	position: absolute;
	left: 15px;
	top: -4px;
	content: "";
	display: inline-block;
	border-color: #FFF;
	border-style: solid;
	border-width: 10px 0 0 10px; 
	transform: rotate(45deg);
}

.interview-image-field{
	height: 300px;
	overflow: hidden;
	display: flex;
	align-content: center;
	position: relative;
}
.interview-image-field .interview-image-main{
	flex-basis: 70%;
}
.interview-image-field .interview-image-main img:hover{
	opacity: 1;
}
.hover-effect .interview-image-field .interview-image-main img{
	transition: .4s;
}
.hover-effect .interview-image-field .interview-image-main img:hover{
	opacity: .8;
}
.interview-image-field .interview-image-field-float{
	flex-basis: 30%;
	height: 300px;
	width: 250px;
	right: 0;
}
.interview-image-field-float br{
	display: none;
}
.interview-image-field .interview-image-field-float img{
	margin: 0;
	width: 100%;
	max-height: 150px;
	display: block;
}
.interview-image-field img{
	object-fit:cover;
}
.breadcrumbs{
	padding: 5px 10px;
	font-size: .8em;
	margin-top:15px; 
	margin-bottom:15px; 
}
.entry-header{
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    height: 150px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 15px - 100%) / 2) * -1);
    margin-bottom: 5rem;
    background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-position: -650px -250px;
}

.specIcnBox p{
	display: none;
}
.specIcnBox ul{
	list-style: none;
	display: inline-block;
	padding-left: 0;
}
.specIcnBox ul li{
	display: inline-block;
}
table{
	width:100%;
}
img{
	max-width: 100%;
	height: auto;
}
.text-caution{
	color: #e64242;
	font-size: .9em;
}

/* 基本のナビゲーション設定 */

.navbar {
	margin: 0;
	min-height: intrinsic;
	position: inherit;
}
.navbar .menu {
  display: flex;
}

.navbar .menu a {
  color: #444;
}

.navbar .menu > li {
  display: flex;
  white-space: nowrap;
}



.navbar .sub-menu {
width: 100%;
position:absolute;
top: 100px;
left: 0;
padding: 1rem;
background-color: rgba(246, 246, 246, 0.95);
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
margin: 0;
z-index: 999;
}



.navbar .menu li .sub-menu {
    display: none;
}

/*
.navbar .menu li:hover .sub-menu,
.navbar .menu .sub-menu:hover {
  display: flex;
}
*/
.navbar .menu li .sub-menu.on {
  display: flex;
}


.navbar .sub-menu > li{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  white-space: normal;

}

.nav-positon-inherit{
	position:inherit;
}

.drawer-hamburger{
	display: none;
}

#menu-header{
	justify-content: flex-end;
}

#menu-header li{
	margin: 0 1rem;
}

#menu-header li a{
	padding: 0.5rem 1rem;
	background-color: #E51B15;
	color: #fff;
	text-decoration: none;
}


#menu-global{
	justify-content: flex-end;
}

#menu-global li{
	margin: 0 1rem;
}

#menu-global > li{
	line-height: 54px; /* logomarkと同じ高さ分 */
}

#menu-global > li > .sub-menu{
	line-height: 1.5;
}

#menu-global li a{
	padding: 0.5rem 1rem;
	text-decoration: none;
	font-weight: bold;
}

.nav-contact a{
	background-color: #444;
}

.menu .sub-menu li{
	text-align:center;
	display:block;
	margin: 0 !important;
}
.menu .sub-menu li a{
	padding:0.4rem !important;
	display:block;
	font-weight: normal !important;
	color: #000;
	white-space: normal;
	font-size: 1.2rem;
}

.menu .sub-menu li a:before{
	content: ' ';
	width: 100%;
	height: 80px;
	overflow: hidden;
	background-color: #fff;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	filter: brightness(90%);
	border: 1px solid #444;
}

.menu .sub-menu li a:hover:before{
	border: 1px solid #E51B15;
	filter: brightness(100%);
}
.menu .sub-menu li.nav-gra a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/gra_img7.jpg');
	background-size:cover;
}

.menu .sub-menu li.nav-osg-a a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/osg_a_img_1.jpg');
	background-size:cover;
}

.menu .sub-menu li.nav-fle a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/fle_main_img3.jpg');
	background-size:cover;
}

.menu .sub-menu li.nav-xmounter a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/fle_img2.jpg');
	background-position: center center;
	background-size:cover;
}

.menu .sub-menu li.nav-dry a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/dl_img4.jpg');
	background-size:cover;
}

.menu .sub-menu li.nav-rewind a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/rew_img5.jpg');
	background-size:cover;
}


.menu .sub-menu li.nav-skill a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/drive_img1.gif');
	background-size:cover;
}

.menu .sub-menu li.nav-suisei_gra a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/suisei_gra_img1.jpg');
	background-size:cover;
}

.menu .sub-menu li.nav-kansou a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/kansou_01.jpg');
	background-size:cover;
}

.menu .sub-menu li.nav-gravure a:before{
	background-image: url('/_bosys/wp-content/themes/orientsogyo/img_main/gravure_imgB4.jpg');
	background-size:cover;
	background-position:  center -5px;
}
#menu-sitemap.menu .sub-menu li a:before{
	background: none;
	content: none;
}
#menu-sitemap.menu .sub-menu li a{
	background: none;
	content: none;
	color:#337ab7;
	display: inline-block;
	font-size: inherit;
	padding: inherit;
}
#menu-sitemap.menu .sub-menu li{
	display: list-item;
	text-align: inherit;
}
#menu-sitemap.menu .nav-contact a{
	background: none;
}
.menu .sub-menu li. a:before{
	background-image: url('');
	background-size:cover;
}

header .container{
	position: relative;
}

.header-caption{
	font-size: 1.2rem;
	color: #ccc;
	margin: 0.5rem;
}

.logomark{
	max-width: none;
	padding-right: 10px;
}


footer{
	margin-top: 5rem;
}

.footer-contact{
	padding: 5rem 1rem;
	background-color:#F50804;	
	color: #fff;
}

footer h1{
	font-size: 3rem;
	line-height: 2;
}

.text-tel{
	vertical-align:baseline;
	height: 3rem;
	line-height: 3rem;
}

.text-tel span{
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:0.1;
	font-size: 4rem;
}

.footer-nav{
	padding: 4rem 1rem 1rem;
}

.copyright{
	margin: 3rem 0;
	font-size: 1.4rem;
	color: #666;
	text-align: center;
}

.logomark-wrap{
	width: 170px;
	display: block;
	overflow: hidden;
}

#menu-footer{
	justify-content:center;
	margin-top: 1.5rem;
}

#menu-footer li{
	margin: 0;
	padding: 0;
	align-items: center;
}

#menu-footer li a{
	font-size: 1.4rem;
	padding: 0.5rem 1rem;
	color: #333;
}

#menu-footer li a i{
	color: #F50804;
}

/* home */

.slider-home .slick-slide{
	width: 100%;
	height: 400px;
	position: relative;

}

.slider-home{
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slider-home.slick-initialized {
	visibility: visible;
	opacity: 1;
}



.slider-home .slick-slide > div{
	margin-left: 35%;
	width: 65%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(248, 185, 6,0);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -moz-linear-gradient(-2deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -webkit-gradient(left top, right bottom, color-stop(0%, rgba(248, 185, 6,0)), color-stop(5%, rgba(248, 185, 6,0)), color-stop(26%, rgba(248, 185, 6,1)), color-stop(100%, rgba(229,28,21,1)));
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -webkit-linear-gradient(-2deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -o-linear-gradient(-2deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -ms-linear-gradient(-2deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), linear-gradient(92deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#e51c15', GradientType=1 );
	background-position: right bottom;
	background-repeat: no-repeat;
}

.slider-home .slick-slide:nth-child(2){
	background-image: url("https://picsum.photos/g/1600/600?image=1");
	background-size: cover;
}

.slider-home .slick-slide:nth-child(3){
	background-image: url("https://picsum.photos/g/1600/600?image=2");
	background-size: cover;
}

.slider-home .slick-slide:nth-child(4){
	background-image: url("https://picsum.photos/g/1600/600?image=3");
	background-size: cover;
}

.slick-prev
{
    left: 25px;
    z-index: 999;
}

.slick-next
{
    right: 25px;
}

.slider-home-box-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	width: 65%;
}

.slider-home-caption{
	font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 1rem;
	color: #000;
	word-wrap: break-word;
}

.h-news{
	font-size: 2rem;
	margin: 1rem 0;
}

.box-news{
	margin:2rem 0;
	
}

.box-news ul,
.box-news article,
.box-news ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-news ul li,
.box-news article header{
	margin: 10px 0;
	display: flex;
}
.box-news article header{
	gap:1rem;
}
.box-news article header h2{
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.box-news article header:before,
.box-news ul li:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 1rem;
  color: #FFF;
  background: #000;
  padding: 5px 10px;
  line-height: 1;
  height: 2.6rem;
}

.box-news ul li a{
	margin-left: 1rem;
}
@media screen and (max-width:768px){
	.box-news ul li *{
		display: inline!important;
	}	
	.box-news article header:before,
	.box-news ul li:before {
		height: 3.2rem;
	}
}

/* end home */

.entry-content {
	text-align: left;
	line-height: 1.8;
}

.entry-content p > img:nth-child(1){
	margin: 0 auto;
	text-align: center;
}

.entry-content img:nth-child(1){
	margin: 0 auto;
}

.page-recruit .entry-header,
.page-recruit-2 .entry-header{
	display: block;
}


.single .entry-header{
	display: block;
	height: auto;
}

.h3item{
	border: none;
	color: #666;
}

.entry-header div{
	margin-left: 40%;
	width: 60%;
	color: #fff;
	text-align: center;
	display: block;
	height: 150px;
	background: rgba(248, 185, 6,0);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -moz-linear-gradient(-2deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -webkit-gradient(left top, right bottom, color-stop(0%, rgba(248, 185, 6,0)), color-stop(5%, rgba(248, 185, 6,0)), color-stop(26%, rgba(248, 185, 6,1)), color-stop(100%, rgba(229,28,21,1)));
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -webkit-linear-gradient(-2deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -o-linear-gradient(-2deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), -ms-linear-gradient(-2deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	background: url("/_bosys/wp-content/themes/orientsogyo/img/bg_slider_home.png"), linear-gradient(92deg, rgba(248, 185, 6,0) 0%, rgba(248, 185, 6,0) 5%, rgba(248, 185, 6,1) 26%, rgba(229,28,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#e51c15', GradientType=1 );
	background-position: right bottom;
	background-repeat: no-repeat;	
}
 
.entry-header div{
	display: flex;
	justify-content: center;
	align-items: center;
}
 
 .entry-header h1{
	min-width: 25rem;
	font-size: 3rem;
	border: 1px solid rgba(255, 255, 255, 0.58);
	padding: 1rem 2rem;
	color: #fff;
	max-width: 16em;
 }

.page-recruit header.entry-header,
.page-recruit-2 header.entry-header{
	box-sizing: border-box;	
	color: #fff;
	border:1px solid #fff;	
	text-align: center;
	display: block;
	height: 150px;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 15px - 100%) / 2) * -1);
	margin-bottom: 5rem;
	background-color: #F6F6F6;
	background-image: url('/_bosys/wp-content/uploads/2018/03/DJI_0005-1-e1522220320599.jpg');
	background-repeat: no-repeat;
/* 	background-position:  -650px -250px; */
}

.box-fluid{
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 15px - 100%) / 2) * -1);
}

.box-ceo{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom: 50px;
}

.box-ceo-img{
	width: auto;
}

.box-recruit-a{
	margin-bottom: 3em;
}

table.recruitData tr td{
	padding: 10px;
	border: 1px solid #FFF;
}

table.recruitData >tbody > tr > td:first-child{
	background: #949494;
	color: #FFF;
	min-width: 8em;
}
table.recruitData >tbody > tr > td table tr td{
	padding: 5px;
}
table.recruitData >tbody > tr > td table tr td:first-child{
	max-width: 3em;
}
table.recruitData ul{
	padding-left: 1em;
}
.box-recruit{
	text-align: center;
}
.box-recruit a{
	display: inline-block;
	margin: 10px;
	transition: .4s;
}
.box-recruit a:hover{
	opacity: .7;
}
 
.box-ceo-msg{
	background-image: url(/_bosys/wp-content/uploads/2018/03/ccf56d854c8acf8241c2a113f8e626e4.jpg);
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-start;
	background-size: contain;
	background-position: 30% center;
}
.box-ceo-msg div{
	margin-left: 50vw;
	padding: 3em;
}
 
 .entry-content table,
.entry-content table tr,
.entry-content table td{
	 border: none
 }
 
 
 .caption{
	 color: #999;
	 text-align: center;
 }
 
 
 .barContact{
	 display: none;
 }
 
 .preview:before{
	content: '[予約]';
	color: blue;
 }
 
#contact-table{
	width: 80%;
	margin: auto;
}

#contact-table th,#contact-table td{
	padding: 10px;
	border-bottom: 1px dotted #d9d9d9;
}

#contact-table th{
	white-space: nowrap;
	background: #e2e2e2;
}
#contact-table th.case{
	text-align: center;
	background: #757575;
	color: #FFF;
}
.box-submit{
	width: 80%;
	margin: 10px auto;
	text-align: right;
}
.box-submit input{
	padding: 15px 30px;
	border: none;
	background: #e04343;
	color: #FFF;
	transition: .4s;
}
.box-submit input:hover{
	background: #ac2525;
}
.tex2redB {
    color: #FF0000;
    margin-right: 2px;
    margin-left: 2px;
}
.grid{
	margin: 0 auto;
} 

.grid .grid-item{
	max-width: calc(33.3333%);
}
.row{
	display: flex;
}
.box-contents{
	margin: 50px auto;
}
.box-content p{
	width: 100%;
}
.box-content-wrap{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.box-content-wrap.banner,
.box-content-wrap.banner img{
	transition: .4s;
}
.box-content-wrap.banner:hover{
	border-color: #23527c;
}
.box-content-wrap.banner:hover img{
	opacity: .8;
}
.box-content-wrap ul{
	padding-left: 2rem;
	text-align: left;
	font-size: .9rem;
}
.box-content-wrap.banner{
	border: 4px solid #5a9ad0;
}
.box-content:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:0;
	border-width: 10px;
	border-style: solid;
	border-color: #F50804 transparent transparent #F50804;
}
.box-content{
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 3rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	transition: 0.6s;
}
.box-content:hover{
	background: rgba(0, 0, 0, 0.3);
}
.box-content h2{
	margin: 0 0 1rem;
	font-size: 1.6em;
	text-align: center;
}
.box-content a{
	color: #FFF;
	border: 1px solid #FFF;
	padding: 5px 15px;
	position: absolute;
	bottom: 15px;
	font-size: .9em;
	left: calc(50% - 4em);
	transition: 0.3s;
}
.box-content a:hover{
	background: rgba(0, 0, 0, 0.3);
}
.box-content-wrap img{
	object-fit:cover;
	min-height: 400px;
	width: 100%;
	transition: .6s;
	font-family: "object-fit:cover;";
}
.box-content-wrap:hover img{
	transform: scale(1.1);
}
.box-content-banner{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0.5em 0.2em;
	background: #FFF;
	z-index: 3;
}
.box-content-wrap.banner:hover img{
	transform: none;
}
.box-content-banner .row{
	margin-left: 0;
	margin-right: 0;
}
.box-content-wrap .box-content-banner div[class^="col"]{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.box-content-wrap .box-content-banner h2{
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 12px;
}
.box-content-wrap .box-content-banner h2 small{
	display: inline-block;
	margin-left: 5px;
}
.box-content-wrap .box-content-banner h3{
	font-size: .8em;
	background: #5a9ad0;
	color: #FFF;
	padding: 5px 0;
	text-align: center;
	margin-top: 0;
}
.box-content-wrap .box-content-banner h3 a{
	display: block;
	color: #FFF;
	transition: .4s;
	margin-top: -5px;
	margin-bottom: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-content-wrap .box-content-banner h3 a:hover{
	background: #2b5f89;
	text-decoration: none;
}
.box-content-wrap .box-content-banner img{
	min-height: inherit;
	object-fit:inherit;
	width: 120px;
	height: auto;
}
.box-content-wrap:hover .box-content-banner img{
	transform: rotate(1);
}
.h-news{
	position: relative;
	font-weight: bold;
	font-size: 1.8em;
	padding: 20px;
}
.h-news:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:0;
	border-width: 15px;
	border-style: solid;
	border-color: #F50804 transparent transparent #F50804;
}
.footer-contact a{
	color: #3e3e3e;
}
.footer-contact a:hover{
	color: #3e3e3e;
	text-decoration: none;
}
.box-tel{
	width: 50%;
	background: #efefef;
	padding: 1.5em;
	margin: auto;
	font-size: 1.6em;
}
.box-tel p{
	margin-bottom: 0;
}
.eng-subtitle{
	color: #616161;
	font-size: .8em;
}
.margin-adjust{
	margin: 20px 0;
}
.creed{
	font-size: 2em;
	margin-bottom: 2em;
}
.wp-caption{
	display: inline-block;
}
.wp-caption-text{
	color: #616161;
	font-size: .8em;
}
ol li{
	padding: .6em;
	border-bottom:  1px dotted #b5b5b5;
}
.single .entry-header h1.entry-title{
	color: #373737;
	max-width: none;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.link-news-list{
	padding: 2rem 0;
	margin-top: 2rem;
	text-align: right;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.non-link{
	display: inline-block;
	margin-left: 1rem;
}
.bnr-info{
	padding: 10px;
	line-height: 1;
	background: #E51B15;
	color: #FFF;
	display: inline-block;
}
.footer-button .btn-lg{
	padding: 0;
}
.footer-button .btn-lg a{
	padding: 10px 16px;
	display: block;
}
.jumbotron{
	text-align: center;
}
.box-content-wrap img{
	min-height: 180px;
	object-position:top center;
}
.btn-recruit-link{
	display: block;
	padding: 5rem 10rem;
	color: #FFF;
	border-radius: 10px;
	margin: 5rem auto;
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
	position: relative;
	background-color: #5a9ad0;
	transition: .35s;
}
.btn-recruit-link.last-of-type{
	background-color: #1952d4;
}
.btn-recruit-link:hover{
	background-color: #12446e;
	color: #FFF;
	text-decoration: none;
}
.btn-recruit-link.last-of-type:hover{
	background-color: #0d2b72;
}

/*
.btn-recruit-link:before{
	content:"";
	display: block;
	position: absolute;
	border-radius: 10px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,#f7b708 0%, #e72e14 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: .5s;
	left: 0;
	top:0;
	z-index: -1;
}
.btn-recruit-link:hover{
	border-color: #ffffff;
	color: #FFF;
	text-decoration: none;
}
.btn-recruit-link:hover:before{
	transform: scaleX(1);
}
*/
.btn-recruit-link i{
	margin-right: 5px;
}
.table-news td{
	padding: .5rem 0;
}
.flow .flow-content{
	text-align: center;
	position: relative;
	margin-bottom: 6rem;
}
.flow .flow-content:not(:last-of-type):after{
	position: absolute;
	content: "";
	display: block;
	border-width: 20px;
	border-style: solid;
	left: calc(50% - 20px);
	border-color: #b7b7b7 transparent transparent transparent;
}
.flow .flow-content-inner{
	border: 3px #b7b7b7 solid;
	padding: 1rem;
}
.faq div{
	display: flex;
	align-items: center;
	border-radius: 6px;
	margin-bottom: 2rem;
}
.faq div.q{
	border: 1px solid #dfdfdf;
	margin-bottom: 0;
}
.faq div.q:before{
	font-size: 3rem;
	padding: 1rem;
	font-weight: bold;
	content:"Q";
	color: #3b7ee4;
	display: block;
}
.faq div.a:before{
	font-size: 3rem;
	padding: 1rem;
	font-weight: bold;
	content:"A";
	color: #e36d3b;
	display: block;
}
.bnr-recruit{
	border: 4px solid #5a9ad0;
	width: 400px;
	margin: auto;
    transition: .4s;
}
.bnr-recruit:hover{
	border-color: #2b5f89;
}
.bnr-recruit img,
.bnr-recruit a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	display: block;
	transition: .8;
}
.bnr-recruit:hover img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	opacity: .8;
}
.bnr-recruit a{
	background-color: #5a9ad0;
	color: #FFF;
	text-align: center;
	transition: .4s;
}
.bnr-recruit img{
	transition: .4s;
}
.bnr-recruit:hover,.bnr-recruit:hover a{
	color: #FFF;
	text-decoration: none;
	border-color: #2b5f89;
	background-color: #2b5f89;
}
.bnr-recruit span{
	display: inline-block;
	background-color: #FFF;
}
a img.img-hover{
	transition: .4s;
}
a:hover img.img-hover{
	opacity: .6;
}
.w-100{
	width:100%!important;
}
.wp-caption{
	max-width: 100%;
}
.link-pdf:hover{
	opacity: .8;
}
@media screen and (max-width: 1000px){
	.container{
		width: auto;
	}
	#menu-global{
		padding-left: 0;
	}
}
@media screen and (max-width:960px){
	.nav-positon-inherit{
		position:relative;
	}
	.navbar .sub-menu {
		top:50px;
	}
	#menu-global{
		justify-content:inherit;
	}
	.logomark{
		max-width: 300px;
	}
	#menu-global > li{
		margin: 0;
	}
	#menu-global li a{
		padding: .5em;
	}
}

@media screen and (min-width: 960px) and (max-width: 1170px) {
	#menu-global li{
		margin:0;
	}
}

@media screen and (max-width:700px){
	body,html{
		width: 100vw;
		overflow-x: hidden;
		font-size: 16px;
	}
	.slider-home .slick-slide{
		background-size: cover!important;
	}
	
	

	
	
	.slider-home-box-caption{
		width: 80%;
		margin-left: 0;
	}
	.slider-home-caption{
		padding: 1em;
	}
	.box-contents{
		margin: 0 auto;
	}
	.box-contents > .row > div[class^="col"]{
		margin: 20px auto;
	}
	table th,table td{
		display: block;
	}
	#contact-table{
		margin: auto;
	}
	#contact-table,#contact-table input,form,#contact-table th,#contact-table td{
		max-width: 90vw;
	}
	#contact-table input{
		max-width: 100%;
	}
	#contact-table textarea{
		max-width: 100%;
	}
	input, textarea{
		border: 1px solid #c7c7c7;
	}
	table.recruitData >tbody > tr > td table tr td:first-child{
		max-width: inherit;
	}
	.box-ceo-msg{
		background-position: center top;
		background-size: cover;
	}
	.box-ceo-msg div{
		width: 100%;
		margin: 130px 1em 1em;;
		padding: 1em;
		background: rgba(255, 255, 255, 0.5);		
	}
	section[id^="interview"] h4{
		font-size: 18px;
	}
	.interview-image-field{
		height: auto;
	}
	.interview-image-field-float{
		display: none;
	}
	.interview-image-field .interview-image-main{
		flex-basis: 100%;
	}
	table td:nth-child(odd){
		background: #ebebeb;
	}
	footer h1{
		margin-top: 0;
	}
	.logomark-wrap{
		width: auto;
	}
	.footer-contact{
		padding: 2em 1em;
	}
	.grid .grid-item{
		max-width: calc(50%);
	}
	.row{
		display: block;
	}
	iframe{
		max-width: 100%;
		height: 300px;
	}
	html {
		font-size: 50%; 
	}
	#menu-global{
		justify-content:inherit;
	}
	
	#menu-global > li {
		line-height: 1.5;
		margin: 0;
	}
	.box-ceo-img{
		max-width: 100%;
	}
	slider-home .slick-slide{
		width: 100%;
		height: 400px;
		position: relative;
	}
	
	.slider-home .slick-slide > div{
		margin-left: 0;
		width: 100%;
		height: 400px;
		background:none;
		
	}
	
	.slider-home-box-caption{
/* 		color: #F50804; */
	}

	.navbar{
		position: fixed;
	}
	
	.nav-positon-inherit{
		position:relative;
	}
	
	
	.navbar .menu {
	  display:block;
	}
	
	.navbar .menu > li {
	  flex:none;
	  display: block;
	  text-align: left;
	}
	
	.navbar .sub-menu {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	}
	
	.navbar .menu li:hover .sub-menu {
	  display: block;
	}
	
	.navbar .menu li .sub-menu {
	    display: block;
	}
	
	.navbar .sub-menu > li{
	  flex: none;
	  display: block;
	  flex-wrap:nowrap;
	}

	.nav-positon-inherit{
		position:relative;
	}
	.navbar .sub-menu {
		top:auto;
	}
	.menu .sub-menu li a:before{
		content:none;
	}
	.navbar .sub-menu{
		box-shadow: none;
		padding: 5px;
	}
	.navbar .sub-menu li{
		padding: 0;
		text-align: left;
	}
	.drawer--right .drawer-nav{
		z-index: 10;
	}
	.entry-header h1{
		min-width: inherit;
	}
	.logomark{
		max-width: 100%;
		padding-right: 0;
	}
	.entry-header{
		margin-right: inherit;
		margin-left: inherit;
	}
	.drawer-nav .nav-contact a{
		background: none;
	}
	#menu-global{
		margin: 10;
	}
	#menu-global li{
		padding: 1px 0;
	}
	#menu-global li a{
		font-size: 1.6em;
		display: block;
		padding: 5px 15px;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 3px;
	}
	.box-tel{
		width: 100%;
	}
	.drawer-hamburger{
		width: 3rem;
		padding: 30px 1.75rem 30px;
	}
	.box-news ul li{
		display: block;
	}
}
@media screen and (max-width:700px){
	.box-content h2{
		font-size: 1.3em;
	}
	.h-news{
		font-size: 1.2em;
	}
	.slider-home-box-caption div{
		font-size: 1.2rem;
	}
	.slider-home-box-caption div.slider-home-caption{
		padding: 0;
		font-size: 2rem;
	}
	
	.slider-home-box-caption{
		top:unset;
		bottom:-30px;
		background-color:#ffffffd6 !important;
		padding:1rem;
	}
	

	.slider-home .slick-slide{
	}
	.btn-contact-recruit,
	.btn-info{
		white-space: pre-wrap;
	}
	.bnr-recruit{
		max-width: 100%;
	}
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.new-graduate-main-visual{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	width: 100vw;
	margin-left: calc(50.25% - 50vw);
	background-image: url(/_bosys/wp-content/uploads/2023/02/new-gradiate_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 20% calc(10vw + 5%) 40%;
}
.new-graduate-main-visual h2{
	margin-top: 0;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 4rem;
	margin-bottom: .5em;
}
.new-graduate-main-visual h2:before,
.new-graduate-main-visual h2:after{
	content: none;
}
.new-graduate-main-visual h3{
	color: #FFF;
	font-size: 2.7rem;
	font-weight: normal;
	margin-bottom: 4rem;
}
.new-graduate-main-visual p{
	color: #FFF;
	margin-bottom: 4rem;
}
.new-graduate-main-visual .sd-slider{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	background-color: #FFF;
	margin: auto 5%;
}
@media (max-width:1200px){
	.new-graduate-main-visual{
		margin-left: calc(50.65% - 50vw);
	}
}
@media (max-width:768px){
	.new-graduate-main-visual h2{
		font-size: 3.5rem;
	}
	.new-graduate-main-visual h3{
		font-size: 2.5rem;
	}
	.new-graduate-main-visual {
	    margin-left: calc(50.05% - 50vw);
	}
	.new-graduate-main-visual .sd-slider{
		margin: auto;
	}
	.new-graduate-main-visual .sd-slider figure img{
		height: 100%;
		width: auto;
		object-fit:cover;
		margin-bottom: -3rem;
	}
}