@charset "utf-8";

*:not(br) {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 150%;
	font-size: 16px;
	text-align: center;
	color: #231815;
  box-sizing: border-box;
}

a{color: #231815;}
a:hover {cursor: pointer;}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

.sp{display: none;}

/* ヘッダー　Gナビ */
#header {
	display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #efefef;
}

#header #top h1 {
  width: 250px;
}
#header .rMenu{
	width: 710px;
}

#menu ul{
	text-align: right;
}
#g_navi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#menu li,#g_navi li{
	list-style: none;
}

#g_navi li + li {
    margin-left: 5px;
}

#menu li a,#g_navi li a{
	text-decoration: none;
  line-height: 140%;
  font-size: 15px;
  color: #333;
}

#menu li a{
	display: inline-block;
	padding: 5px 10px;
}

#g_navi{
	padding: 14px 0;
}

#g_navi li a {
  display: block;
  text-decoration: none;
  padding: 22px 6px;
}
#g_navi li a:hover{color: #bf0000;}
#g_navi li:first-child a {
  border-left: none;
}

#g_navi li a.entry2019 {
  background-color: #bf1d21;
  color: #fff;
  padding: 18px 22px;
}

#menu a:hover, #menu .active a {
  background: #b30000 url("../../images/common/img02.jpg") repeat-x left bottom;
  color: #FFFFFF;
}

/* ヘッダー　Gナビ ここまで */

a img:hover{
	opacity: 0.7;
}

.boxWrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
}

.boxWrap + .boxWrap{
	margin-top: 20px;
}

.box-m {
  box-sizing: border-box;
  text-align: center;
}

.box-m + .box-m {
  margin-left: 20px;
}

.width3 {
  width: 25%;
}

.width4 {
  width: 33.333333%;
}

.width5 {
  width: 41.66667%;
}

.width6 {
  width: 50%;
}

.width7{
	width: 58.333333%;
}

.width8 {
  width: 66.666667%;
}

.width9 {
  width: 100%;
}


/*********************************************************/
/*********************** コンテンツ ***********************/
/*********************************************************/
#mainSlider{
	width: 920px;
  margin: 4px auto 0;
}
.content{
	width: 828px;
	margin: 0 auto;
	padding: 40px 26px 30px;
}
.content3{
	width: 828px;
	margin: 0 auto;
	padding: 0px 26px 1px;
}

.content2{
	width: 920px;
	margin: 0 auto;
	padding: 20px 0 20px;
}

#preface{
	width: 100%;
	background-color: #eeedee;
}
#preface h2{
	display: inline-block;
	margin: 0 auto;
	font-size: 35px;
	font-weight: bold;
	color: #231815;
	border-bottom: 2px solid #231815;
	padding-bottom: 5px;
	margin-bottom: 53px;
}

#preface p > strong{
	font-size: 18px;
	font-weight: bold;
  line-height: 200%;
}

#preface p + p{
	margin-top: 35px;
}

.chatch{
	width: 100%;
	background-color: #231815;
}

.chatch p{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 27px 0;
}

.scroll_go{
	margin: 30px auto 19px;
}

#works h2{
	font-size: 19px;
	font-weight: bold;
}

#recruit_menu{
	margin-bottom: 80px;
}

#topics{
	background-color: #eeedee;
}

#topics h2{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 33px;
}

#topics h2 span{
	font-size: 14px;
}
	
.topics_detail{
	display: block;
}

dl.topics_detail + dl.topics_detail{
	margin-top: 15px;
}

.topics_detail:after,.topics_detail:before{
  content: '';
  display: table;
}

.topics_detail:after{
	clear: both;
}

.topics_detail dt{
	width: 40%;
  text-align: right;
  float: left;
}

.topics_detail dd{
	width: 60%;
  text-align: left;
  float: right;
  padding-left: 20px;
}

#topics .topics_detail a:hover{
	color: #7bada7;
}

a.s-btm{
	position: relative;
	display: inline-block;
	color: #242424;
	font-weight: bold;
	width: 100%;
	background-color: #fff;
	border: 1px solid #7a7a7a;
	text-align: center;
	text-decoration: none;
	padding: 17px 0;
}

a.s-btm:after{
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/chevron-right_black.svg') no-repeat;
  top: 50%;
  right: 5%;
  transform: translate(-5%, -50%);
  background-size: 20px;
}

a.s-btm:hover{
	background-color: #e1e1e1;
}

a.m-btm{
	display: block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	overflow: hidden;
	text-decoration: none;
	transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}

a.m-btm img,#point img{
	width: 100%;
	height: auto;
}

a.m-btm:hover{
	opacity: 0.7;
	color: #231815;
	transition: 0.2s;
}

a.m-btm .text{
	padding: 19px 27px;
}

a.m-btm h3{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 150%;
}

a.m-btm p{
	font-size: 14px;
}

.entryBtn {
  width: 920px;
  margin: 0 auto;
  padding: 15px 0 15px;
}


.entryBtn h2 {
  display: flex;
  font-size: 18px;
  font-weight: normal;
  align-items: center;
}

.entryBtn h2::before, .entryBtn h2::after {
  display: block;
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}

.entryBtn h2::before {
  margin-right: .4em;
}
.entryBtn h2::after {
  margin-left: .4em;
}

.entryBtn .boxWrap + .boxWrap {
  margin-top: 15px;
}

.box-m.rikunabi {
  width: 300px;
	
}

.box-m.mynavi {
  width: 300px;
}


/* ★3つならべの時は300px */
.box-m.official_form{
  width:100%;
}


.box-m.rikunabi + .box-m.mynavi + .box-m.official_form 
{
    margin-left: 20px;
}

.box-m.tyuto {
  width: 292px;
}

.rikunabi a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #0068b7;
  padding: 18px 30px 18px 10px;
}

.mynavi a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #00adeb;
  padding: 31px 43px 30px 10px;
}

.official_form a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  border: 1px solid #bf0000;
  padding: 36px 43px 30px 10px;
}


a.newG{
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 100%;
  box-shadow: 0 5px 0 rgba(206,206,206,1);
  margin-bottom: 5px;
}

a.oldG {
  width: 100%;
  text-align: center;
  border: 1px solid #bf1c21;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: normal;
  font-size: 20px;
  box-shadow: 0 5px 0 rgba(206,206,206,1);
  margin-bottom: 5px;
}

a.newG::after,a.oldG::after{
  position: absolute;
  display: block;
  content: '';
  width: 9px;
  height: 14px;
  top: 50%;
  right: 15px;
  transform: translate(-5%, -50%);
  background-size: 100%;
}

.rikunabi a::after{
  background: url('../images/rikunavi_arrow.png') no-repeat;
}

.rikunabi a:hover{
  border:3px solid #0068b7;
  padding: 16px 28px 16px 8px;
}

.mynavi a::after{
  background: url('../images/mynavi_arrow.png') no-repeat;
}

.mynavi a:hover{
  border:3px solid #00adeb;
  padding: 29px 41px 28px 8px;
}

.official_form a::after{
  background: url('../images/official_form_arrow.png') no-repeat;
}

.official_form a:hover{
  border:3px solid #bf0000;
  padding: 34px 41px 28px 8px;
}


.rikunabi a:hover::after,.mynavi a:hover::after,a.oldG:hover::after,.official_form a:hover::after{
  right: 13px;
}

a.oldG::after{
  background: url('../images/old_arrow.png') no-repeat;
}

a.oldG:hover {
  border:3px solid #bf1c21;
  padding: 13px 18px;
}

.entryBtn a:active {
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.l-s{
	letter-spacing: -3px;
}
#footbox a {
    color: #fff;
}
#footer {
	font-size: 13px;
	color: #fff;
    background-color: #231815;
    clear: both;
    zoom: 1;
}

#footbox {
    margin: 0 auto;
    padding-top: 2px;
    width: 920px;
}

#footer ul#footerNavi {
    margin: 10px 191px 85px 0;
    zoom: 1;
}

#footer ul#footerNavi li.first {
    border-left: none;
}

#footer ul#footerNavi li {
    float: left;
    display: inline;
    margin: 0 0 4px 10px;
    padding: 0 0 0 6px;
    border-left: 1px solid #999;
    font-size: 92.4%;
    line-height: 1.167;
    white-space: nowrap;
}
#copyright {
    color: #efefef;
}


/* 余白スタイル */

.m-t0{
  margin-top: 0 !important;
}
.m-t10{
	margin-top: 10px !important;
}
.m-t20{
	margin-top: 20px !important;
}
.m-t30{
	margin-top: 30px !important;
}
.m-t40{
	margin-top: 40px !important;
}
.m-t50{
	margin-top: 50px !important;
}
.m-t60{
	margin-top: 60px !important;
}
.m-t70{
	margin-top: 70px !important;
}
.m-t80{
	margin-top: 80px !important;
}
.m-b0{
  margin-bottom: 0 !important;
}
.m-b10{
	margin-bottom: 10px !important;
}
.m-b20{
	margin-bottom: 20px !important;
}
.m-b30{
	margin-bottom: 30px !important;
}
.m-b40{
	margin-bottom: 40px !important;
}
.m-b50{
	margin-bottom: 50px !important;
}
.m-b60{
	margin-bottom: 60px !important;
}
.m-b70{
	margin-bottom: 70px !important;
}
.m-b80{
	margin-bottom: 80px !important;
}
.m-b90{
	margin-bottom: 90px !important;
}
.m-b100{
	margin-bottom: 100px !important;
}


.p-t10{
	padding-top: 10px !important;
}
.p-t20{
	padding-top: 20px !important;
}
.p-t30{
	padding-top: 30px !important;
}
.p-t40{
	padding-top: 40px !important;
}
.p-t50{
	padding-top: 50px !important;
}
.p-t60{
	padding-top: 60px !important;
}
.p-t70{
	padding-top: 70px !important;
}
.p-t80{
	padding-top: 80px !important;
}

.p-b10{
	padding-bottom: 10px !important;
}
.p-b20{
	padding-bottom: 20px !important;
}
.p-b30{
	padding-bottom: 30px !important;
}
.p-b40{
	padding-bottom: 40px !important;
}
.p-b50{
	padding-bottom: 50px !important;
}
.p-b60{
	padding-bottom: 60px !important;
}
.p-b70{
	padding-bottom: 70px !important;
}
.p-b80{
	padding-bottom: 80px !important;
}


/* 採用メッセージ */

.content_header h2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 40px;
}

.content_header p.chatchCopy{
	display: inline;
	background: linear-gradient(transparent 40%, #e9e7e7 80%);
	font-size: 28px;
	line-height: 41px;
	text-align: center;
	font-weight: bold;	
}

.content_header p.chatchCopy span{
	font-size: 20px;
}

.content_header p{
  font-size: 20px;
  margin-top: 20px;
}

.content_header p.strong{
	font-size: 20px;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 56px;
}

.mainV{
	margin-bottom: 80px;
}

.mainV img,.sub_content img{
	/*width: 100%;*/
	max-width: 1200px;
	height: auto;
}

/* メンバー紹介 */

.memberDetail + .memberDetail{
  margin-top: 25px;
}

/* 2022採用追加分 */
.setumeikaiBOX {
    padding: 0.5em 1em;
    margin: auto;
    width:400px;
    font-weight: normal;
    border: solid 3px #000000;
    font-size: 13px;
}
.setumeikaiBOX {
    padding: 0;
    font-size: 13px;
}

.setumeikaiBOX2 {
    padding: 0.5em 1em;
    width: 400px;
    margin: auto;
    margin-top: 5px;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #C0C0C0;
    border: solid 3px #000;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.setumeikaiBOX2 p {
    margin: 0; 
    padding: 0;
}

.setumeikaiBOX setumeikaiBOX2
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 60%;
    margin: 30px 0;
    padding-top: 30px;
}


p.left {text-align: left}
	
	p.red {color: #dc143c}

th,td {		padding: 10px;      /* 余白指定 */
		border: 2px #808080 solid;
	}
		
.noborder {
		border: 0px none;
	}
	
table {
		border-collapse: separate;  /* 表の線と線の間を空ける */
		border-spacing: 10px;       /* 表の線と線の間の幅 */
	}


.entryBtn2 {
		width: 960px;
		margin: 0 auto;
		padding: 15px 0 1px;
		font-weight:bold;
	}
		.movie {
			width: 960px;
			margin: 0 auto;
			padding: 15px 0 15px;
		}
		.title {
			display: flex;
			flex-direction: row;
			flex-grow: 0;
			justify-content: left;
			align-items: flex-end
			}
			
			.titlebox {
				width: 960px;
				margin: 0 auto;
				padding: 15px 0 15px;
			}
		
@media screen and (max-width:480px) {
			table{
				width: 100%;
			}
			table th,
			table td{
				display: block;
			}
			
		}
		
		* {
			float: none;
			position: static;
		}
		
		img {
			max-width: 100%;
			height: auto;
		}
		
		
/* 新卒ページ→部署ページのバナー */		
		.to_busyo_banner{
		display: flex;
		flex-wrap:wrap;
		width: 920px;
		margin: auto;
}

.to_busyo_banner li {
	width: calc(100%/5);/*←画像を横に5つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;

}
.to_busyo_banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	
}

::marker {
    display:none;
    unicode-bidi: none;
    font-variant-numeric: none;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

/*新卒採用ページの赤枠横タイトル文字 */
p.left2 {
    text-align: left;
    margin: 1px;
    margin-left:25px;
    font-size: 1.68em;
    font-weight: 900;
    text-decoration: underline;
}






