@charset "utf-8";

#rwd-content a:hover{
	color: #006bb2;;
}
#rwd-content .rwd-main-content-group a:hover img {
    opacity: 0.8;
}
.pc-none {
	display: none;
}
.sp-none {
	display: block;
}
@media print, screen and (min-width: 768px) {
	a:hover{
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	a:hover{
		opacity:0.8;
	}
}
@media screen and (max-width: 767px) {
	.pc-none {
		display: block;
	}
	.sp-none {
		display: none;
	}
}
/* ------------------------------
 ヘッダー
------------------------------ */
.headerBlock {
	margin: 0 auto;
	text-align: left;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
/* グローバルナビ */
/* 開閉メニューボタン */
.slidemenu-btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: #0a3c7d;
	background-size: 75px auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 10000 !important;
	width: 120px;
	height: 120px;
	position: fixed;
	border: none;
}
.page-open-slidemenu .slidemenu-btn {
	background: #0a3c7d;
}
.menu-icon,
.menu-icon:before,
.menu-icon:after {
	display: block;
	position: absolute;
	background-color: #fff;
	width: 30px;
	height: 3px;
}
.menu-icon:before {
	width: 30px;
}
.menu-icon:after {
	width: 30px;
}
.menu-icon {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.menu-icon:before,
.menu-icon:after {
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
}
.page-open-slidemenu {
	overflow: hidden;
}
.page-open-slidemenu .menu-icon:before,
.page-open-slidemenu .menu-icon:after {
	background-color: #fff;
	width: 28px;
}
.menu-icon:before,
.menu-icon:after {
	content: '';
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .1s ease-out;
	transition: -webkit-transform .1s ease-out;
	transition: transform .1s ease-out;
	transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}
.menu-icon:before {
	top: -10px;
}
.menu-icon:after {
	bottom: -10px;
}
.page-open-slidemenu .menu-icon {
	background-color: transparent;
  }
.page-open-slidemenu .menu-icon:before ,
.page-open-slidemenu .menu-icon:after{
	-webkit-transition: -webkit-transform .1s ease-out .25s;
	transition: -webkit-transform .1s ease-out .25s;
	transition: transform .1s ease-out .25s;
	transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
}

.page-open-slidemenu .menu-icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.page-open-slidemenu .menu-icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

/* 開閉メニューボタン */
.headerBlock .gnav {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: absolute;
		width: 100%;
		background: rgba(0,0,0,0.9);
		position: fixed;
		z-index: 100;
		overflow-y: auto;
    	max-height: 100%; 
}
.page-open-slidemenu .headerBlock .gnav {
		-webkit-transform: translateY(0);
		transform: translateY(0);
}
.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
	position: relative;
	z-index: 1;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.rwd-header-identify {
		padding-left: 30px !important;
	}
    .headerBlock {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	* + .gnav .headerMenu,
	.gnav .headerMenu:after {
		content: "";
		clear: both;
		display: block;
	}
	.headerBlock .headerMenu-wrapper{
		width: 555px;
		padding-top: 77px;
		margin: 0 auto;
	}
	.headerBlock .gnav{
		height: 100%;
	}
	.headerBlock .gnav .headerMenu {
		visibility: visible;
		max-width: 800px;
	}
	.headerBlock .gnav .headerMenu > li {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 3;
		text-align: left;
		align-items: center;
		border-bottom: solid 1px #fff;
	}
	.headerBlock .gnav .headerMenu > li a{
		text-decoration: none;
		color: #fff !important;
	}
	.headerBlock .gnav .headerMenu > li a:hover{
		text-decoration: underline;
	}
}
/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.rwd-header-identify {
		padding-left: 20px !important;
	}
	#rwd-content .rwd-title-container {
	  z-index: 100;
	}
    .headerBlock {
		display: flex;
		height: 55px;
	}
	.headerBlock .headerMenu-wrapper{
		width: 100%;
		margin: 0 auto;
	}
	.headerBlock .gnav{
		height: 100%;
		z-index: 1000;
	}
	.headerBlock .gnav .headerMenu {
		width: 90%;
		padding-top: 70px;
		margin: 0 auto;
		visibility: visible;
		max-width: 800px;
	}
	.slidemenu-btn {
		width: 55px;
		height: 55px;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		background-color: #fff;
		width: 20px;
		height: 2px;
	}
	.menu-icon:before {
		width: 20px;
	}
	.menu-icon:after {
		width: 20px;
	}
	.menu-icon:before {
		top: -7px;
	}
	.menu-icon:after {
		bottom: -7px;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background-color: #fff;
		width: 20px;
	}
	.page-open-slidemenu .menu-icon:before {
	  -webkit-transform: translateY(7px) rotate(45deg);
	  transform: translateY(7px) rotate(45deg);
	}
	.page-open-slidemenu .menu-icon:after {
	  -webkit-transform: translateY(-7px) rotate(-45deg);
	  transform: translateY(-7px) rotate(-45deg);
	}
	.headerBlock .gnav .headerMenu > li {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 2;
		color: #fff;
		border-bottom: solid 1px #fff;
		line-height: 50px;
	}
	.headerBlock .gnav .headerMenu > li a{
		text-decoration: none;
		color: #fff !important;
	}
	#rwd-content .rwd-header-category-title{
		color: #000 !important;
		background-color: #e6e6e6 !important;
		border-bottom: none;
		text-align: center;
		padding: 0;
		line-height: 30px;
	}
}
/* ------------------------------
 パンくず
------------------------------ */
#rwd-content .rwd-wrap-breadcrumb {
	background: none;
}
#rwd-content .rwd-wrap-breadcrumb ul {
	justify-content: center;
	margin-bottom: 10px;
}
#rwd-content .rwd-breadcrumb li::after {
  content: "｜";
  font-size: 1.2rem;
  margin-left: 7px;
  color: #999999;
}

/* ------------------------------
 テーブル
------------------------------ */
.rwd-table-type03 th{
 	border-left: none !important;
 	background: #e5f0f7 !important;
 	vertical-align: middle !important;
 	border-color: #b3b3b3 !important;
}
.rwd-table-type03 td{
 	border-right: none !important;
 	border-color: #b3b3b3 !important;
}
.rwd-table-type03 td ol{
 	margin-left: 1.5em;
}
@media screen and (min-width: 768px) {
	.rwd-table-type03 th,
	.rwd-table-type03 td{
		padding: 20px !important;
	}
}
@media screen and (max-width: 767px) {
	.res table{
		min-width: 100% !important;
	}
	.res table th {
		width: auto !important;
		display: block;
		border-right: none !important;
	}
	.res table td {
		width: auto !important;
		display: block;
		border-top: none !important;
		border-bottom: none !important;
		border-left: none !important;
	}
}
/* ------------------------------
 リンク
------------------------------ */
a.blue-link {
	color: #006bb2 !important;
	text-decoration: none !important;
}
/* ------------------------------
 リスト
------------------------------ */
.list li {
	padding-left: 15px;
	position: relative;
}
.list li:before {
	content: "●";
	font-size: 90%;
	color: #006bb2;
	position: absolute;
	left: 0;
	top: 0.15em;
}
/* ------------------------------
 フッター
------------------------------ */
#rwd-content .rwd-main-footer {
 	background-color: #0a3c7d;
}
#rwd-content .rwd-footer-copy {
	padding-bottom: 0;
 	line-height: 180px;
	font-size: 1.4rem;
}
#rwd-content .rwd-scroll-button,
#rwd-content .rwd-scroll-button.show:hover {
	background: none;
}
#rwd-content .rwd-scroll-button img {
	width: 70px;
	height: auto;
	margin: 0 23px 0;
}
@media screen and (min-width: 768px) {
	#rwd-content .rwd-scroll-button:hover {
	  opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	#rwd-content .rwd-footer-copy {
		line-height: 40px;
		font-size: 1rem;
	}
	#rwd-content .rwd-scroll-button img {
		width: 50px;
		margin: 0 10px 35px;
	}
}
/* ------------------------------
横並びボックス（flexbox）
------------------------------ */
.flexBox {
	display: flex !important;
	flex-flow: row wrap;
}
.flexBox::after {
	display: none;
}
/* -- 横並びボックス（flexbox） センター揃え --- */
.flexBox.fb-tac {
	justify-content: center;
}
/* -- 横並びボックス（flexbox） 左右揃え --- */
.flexBox.fb-btw {
	justify-content: space-between;
}
/* -- 横並びボックス（flexbox） 縦センター揃え --- */
.flexBox.fb-vac {
	align-items: center;
}
.auto {
	margin: 0 auto;
}
/* ------------------------------
 見出し
------------------------------ */
h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: bold;
	text-align: center !important;
}
h2:after {
    content: "";
	width: 50px;
	height: 3px;
	background: #006bb2;
	display: block;
	margin: 15px auto 0;
}
h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: bold;
	text-align: center;
	color:#006bb2;
}
h3:after{
	content:"";
	display: block;
	width: 150px;
	height: 21px;
 	background: url("../img/icon_arrow_002.svg") center 0 no-repeat;
	margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
	h2 {
	    font-size: 2.4rem;
	    margin-bottom: 30px;
	}
	h2:after {
	    content: "";
		width: 40px;
		margin: 10px auto 0;
	}
	h3 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
}
/* ------------------------------
 ボタン
------------------------------ */
.btn{
	width: 390px;
	background: #fff;
	margin: 0 auto;
	display:block;
	text-align: center;
	line-height: 60px;
	border-radius: 5px;
	font-weight: bold;
	color:#006bb2 !important;
	font-size: 1.8rem;
}
.btn.blue{
	background: #006bb2;
	color:#fff !important;
}
@media screen and (max-width: 767px) {
	.btn{
		width: 280px;
	}
}
/* ------------------------------
 下層ヘッダー
------------------------------ */
.recruit-headline{
	background: url("../img/bg_001.svg") center 0;
	background-size: 100px auto;
	color: #fff;
	height: 202px;
	display: flex ;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	margin-bottom: 80px;
}
.recruit-headline h1{
	font-size: 3.6rem;
	font-weight: bold;
}
.recruit-headline p{
	font-size: 1.8rem;
	font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
	.recruit-headline{
		margin-top: 30px;
		margin-bottom: 30px;
		height: 101px;
		background-size: 50px auto;
	}
	.recruit-headline h1{
		font-size: 2.6rem;
	}
	.recruit-headline p{
		font-size: 1.3rem;
	}
}

/* ------------------------------
 TOP
------------------------------ */
.loop-slide{
    width: 100%;
   	height: 840px;
    margin: 0 auto;
    background: url(../../img/index_key_001.jpg) ;
    background-position: center;
    /*画像のサイズを指定する*/
     background-size:  1920px 840px;
     /* animation:アニメーション名 , アニメーションの時間 , アニメーションのタイミング , アニメーションの繰り返し */
     -webkit-animation: bgscroll 90s linear infinite;
     animation: bgscroll 70s linear infinite;
	 position: relative;
}
/*アニメーションの指定
background-position: x軸 , y軸;
背景画像のサイズ分移動させる
*/

@keyframes bgscroll {
 0% {background-position: -1920px 0;}
 100% {background-position: 0 0;}
}

@media screen and (max-width: 1400px) {
	.loop-slide{
	   	height: 560px;
	     background-size:  1280px 560px;
	}
}

/* 人物フェード */
.fade-slide {
	width: 806px;
	height: 816px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.box {
	position   : relative;
	width: 806px;
	height: 816px;
	margin     : auto;
	overflow   : hidden;
}
.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 20s infinite;   /* 4画像 × 各5s = 20s */
}
.box .src1 {
  background: url(/recruit/img/index_key_002.png) no-repeat center bottom;   /* 背景の画像を指定 */
}
.box .src2 {
  background: url(/recruit/img/index_key_003.png) no-repeat center bottom;   /* 背景の画像を指定 */
  animation-delay  : 5s;
}
.box .src3 {
  background: url(/recruit/img/index_key_002.png) no-repeat center bottom;   /* 背景の画像を指定 */
  animation-delay  : 10s;
}
.box .src4 {
  background: url(/recruit/img/index_key_003.png) no-repeat center bottom;   /* 背景の画像を指定 */
  animation-delay  : 15s;
}
@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}

.grid-box{
	height: 402px;
 	background: url("../img/bg_001.svg") center 0;
	background-size: 100px auto;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-box .f48 {
	font-size: 4.8rem;
	line-height: 1.3 !important;
}
.top-w1-2{
	width: 50%;
	display: block;
	position: relative;
}
.top-w1-2 img{
	max-width: 100%;
	height: auto;
}
.top-w1-2 dl{
	width: 300px;
	height: 120px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.top-w1-2 dl:after{
	content:"";
	display: block;
	width: 165px;
	height: 27px;
 	background: url("../img/icon_arrow_001.svg") center 0 no-repeat;
	margin: 20px auto 0;
}
.top-w1-2 dt{
	font-size: 4rem;
	font-weight: bold;
	line-height:1.1;
}
.top-w1-2 dd{
	font-family: "roboto";
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.w815{
		width: 815px;
	}
}
@media screen and (max-width: 1400px) {
	.loop-slide{
		margin-top: 30px;
	   	height: 560px;
	    background-size: cover;
	}
	.loop-slide .fade-slide,
	.box {
		width: 537px;
		height: 544px;
	}
	.box .src1,
	.box .src2,
	.box .src3,
	.box .src4{
	  background-size: cover;
	}
}
@media screen and (max-width: 767px) {
	.loop-slide{
		margin-top: 30px;
	   	height: 410px;
	    background-size: cover;
	}
	.loop-slide .fade-slide,
	.box {
		width: 340px;
		height: 344px;
	}
	.grid-box{
		height: auto;
		padding: 50px 20px;
		background-size: 75px auto;
	}
	.grid-box .f48 {
		font-size: 3.3rem;
		margin-bottom: 10px;
	}
	.grid-box .rwd-text-large {
		font-size: 1.5rem !important;
		line-height: 1.8 !important;
	}
	.top-w1-2{
		width: 100%;
	}
	.top-w1-2 dl{
		width: 200px;
		height: 80px;
	}
	.top-w1-2 dl:after{
		content:"";
		width: 100px;
		height: 20px;
	}
	.top-w1-2 dt{
		font-size: 2.5rem;
	}
	.top-w1-2 dd{
		font-family: "roboto";
		font-size: 1.4rem;
	}
	.top-w1-2 dl:after{
	margin: 14px auto 0;
	}
}
@media screen and (max-width: 320px) {
	.loop-slide{
	   	height: 320px;
	}
	.loop-slide .fade-slide,
	.box {
		width: 290px;
		height: 294px;
	}
	.grid-box .f48 {
		font-size: 2.8rem;
	}
}
/* ------------------------------
 採用メッセージ
------------------------------ */
.message-box{
	width: 1012px;
	margin: 0 auto;
}
.balloon{
	width: 425px;
	height: 356px;
	padding: 40px 15px 30px;
	background:#fff;
    box-sizing: border-box;
    border: solid 3px #006bb2;
    border-radius: 10px;
    margin-top: 0;
}
.balloon .icon{
	width: 73px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.balloon .title{
	color: #006bb2;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.balloon .border{
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	border-bottom: dotted 1px #006bb2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1060px) {
	.message-box{
		width: 100%;
	}
	body #rwd-content .rwd-text-small.sp-small {
	  font-size: 1.3rem;
	  text-align: center;
	}
	.balloon{
		height: auto;
		padding: 30px 15px 30px;
		margin-bottom: 20px !important;
	}
}

/* ------------------------------
 社員紹介
------------------------------ */
/* --INDEX-- */
.page-link ul{
	text-align: center;
}
.page-link ul li{
	display: inline-block;
}
.page-link ul li:after{
	content:"|";
	margin-left: 15px;
	margin-right: 10px;
	color: #999999;
}
.page-link ul li:last-child:after{
	content: none;
}
.page-link ul li a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    vertical-align: middle;
    text-decoration: none;
}
.page-link ul li a:before{
	content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #006bb2;
    border-right: 2px solid #006bb2;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0.3em;
    left: 0;
    margin: auto;
    vertical-align: middle;
}
#rwd-content .rwd-grid-cardlist03 a.rwd-grid-item:hover::after{
  content: none;
}
#rwd-content .rwd-grid-cardlist03 a.rwd-grid-item:hover {
  background-color: transparent;
}
#rwd-content .rwd-grid-cardlist03 a.rwd-grid-item {
  margin-bottom: 60px;
}
#rwd-content .interview .rwd-grid-cardlist03 .rwd-grid-item dl {
	width: 66%;
	margin: 0 auto;
	font-size: 1.1rem;
	color: #006bb2;
	border: solid 3px #006bb2;
	padding: 18px 10px 15px;
	border-radius: 10px;
	text-align: center;
	background: #fff;
	margin-top: -60px;
	z-index: 10;
	position: relative;
}
#rwd-content .interview .rwd-grid-cardlist03 .rwd-grid-item dt {
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #006bb2;
	margin-bottom: 5px;
}
#rwd-content .interview .rwd-grid-cardlist03 .rwd-grid-item dd {
	font-size: 3.2rem;
	color: #006bb2;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
}
#rwd-content #no02.interview .rwd-grid-cardlist03 .rwd-grid-item dl {
	color: #0a3c7d;
	border: solid 3px #0a3c7d;
}
#rwd-content #no02.interview .rwd-grid-cardlist03 .rwd-grid-item dt,
#rwd-content #no02.interview .rwd-grid-cardlist03 .rwd-grid-item dd {
	color: #0a3c7d;
}
@media screen and (max-width: 767px) {
	.page-link ul li a:before{
		top: 0.2em;
	}
	#rwd-content .rwd-grid-cardlist03 a.rwd-grid-item {
	  margin-bottom: 40px;
	}
	#rwd-content .interview .rwd-grid-cardlist03 .rwd-grid-item dd {
	  display: block;
	}
}
/* --下層-- */
#rwd-content .staff-keyvisual{
    position: relative;
}
#rwd-content .staff-keyvisual figcaption {
	width: 450px;
	top: 17.4%;
	right: 6%;
	padding: 40px 10px 30px 35px;
	background:#fff;
    position: absolute;
    box-sizing: border-box;
    border: solid 3px #006bb2;
    border-radius: 10px;
    margin-top: 0;
}
.staff-keyvisual .prof-lead {
	font-size: 2.8rem;
	color: #006bb2;
	font-weight: bold;
	line-height: 1.7 !important;
}
.staff-keyvisual .prof-name-jp {
	font-size: 3rem;
	font-weight: bold;
	display: inline-block;
}
h2.arrow-headline{
	font-size: 2.2rem;
	margin-bottom: 20px;
}
h2.arrow-headline:after{
	content:"";
	display: block;
	width: 150px;
	height: 21px;
 	background: url("../img/icon_arrow_002.svg") center 0 no-repeat;
	margin: 15px auto 0;
}
h2.arrow-headline span{
	font-size: 4.6rem;
	font-family: 'Roboto', sans-serif;
	color: #006bb2;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
/* -- FAQブロック（よくあるご質問と共通） -- */
#rwd-content .rwd-faq {
	display: block;
}
#rwd-content .rwd-faq dl:not(:last-child) {
	width: 100%;
	border-bottom: dotted 1px #999999;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#rwd-content .rwd-faq .rwd-faq-question,
	#rwd-content .rwd-faq .rwd-faq-answer {
	margin-bottom: 16px;
	padding: 10px 0 12px 60px;
	line-height: 1.6;
	margin-bottom: 8px;
}
#rwd-content .rwd-faq .rwd-faq-question {
	background: url("/recruit/shared/img/rwd_icon_faq_question_rec.svg") no-repeat 0 0;
	background-size: 45px auto;
	color: #000;
	font-weight: bold;
}
#rwd-content .rwd-faq .rwd-faq-answer {
	background: url("/recruit/shared/img/rwd_icon_faq_answer_rec.svg") no-repeat 0 0;
	background-size: 45px auto;
}

@media screen and (min-width: 768px) {
	#rwd-content .rwd-faq .rwd-faq-question,
	#rwd-content .rwd-faq .rwd-faq-answer  {
		width: 1160px;
	}
}

#rwd-content .rwd-button-strip {
	background-color: #006bb2;
	border-radius: 5px;
	font-weight: bold;
}
.pager-prev span,
.pager-next span{
    position: relative;
    display: inline-block;
    padding-left: 16px;
    color: #006bb2;
    vertical-align: middle;
    text-decoration: none;
	font-weight: bold;
	line-height: 60px;
}
.pager-next span{
    padding-right: 16px;
}
.pager-prev span:before{
	content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #006bb2;
    border-right: 2px solid #006bb2;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.pager-next span:after{
	content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #006bb2;
    border-right: 2px solid #006bb2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.interview-box{
	width: 80%;
	margin: 0 auto;
	background-color: #d9e9f4;
	border-radius: 5px;
	padding: 40px;
	line-height: 1.7;
	margin-top: 150px;
}
.interview-box .photo{
	width: 201px;
	margin: 0 auto;
	margin-top: -150px;
	border: solid 4px #006bb2;
	border-radius: 50%;
}
.interview-box .rwd-text-bold{
	color: #006bb2;
	font-size: 2.4rem;
}

.comment-box{
	width: 80%;
	margin: 0 auto;
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 40px;
	line-height: 1.7;
}
.comment-box .rwd-text-bold{
	font-size: 2.4rem;
}
.comment-box .rwd-text-bold span{
	display: block;
	font-size: 1.8rem;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	color: #666666;
}
.comment-box .rwd-text-bold:after{
	content:"";
	display: block;
	width: 150px;
	height: 21px;
 	background: url("../img/icon_arrow_004.svg") center 0 no-repeat;
	margin: 5px auto 0;
}
/* -- 先輩社員カラー -- */
#rwd-content .interview-senior .staff-keyvisual figcaption {
    border: solid 3px #0a3c7d;
}
.interview-senior h2.arrow-headline span{
	color: #0a3c7d;
}
.interview-senior .staff-keyvisual .prof-lead {
	color: #0a3c7d;
}
.interview-senior h2.arrow-headline:after{
 	background: url("../img/icon_arrow_003.svg") center 0 no-repeat;
	margin: 15px auto 0;
}
#rwd-content .interview-senior .rwd-faq .rwd-faq-question {
	background: url("/recruit/shared/img/rwd_icon_faq_question_rec_s.svg") no-repeat 0 0;
	background-size: 35px auto;
}
#rwd-content .interview-senior .rwd-faq .rwd-faq-answer {
	background: url("/recruit/shared/img/rwd_icon_faq_answer_rec_s.svg") no-repeat 0 0;
	background-size: 35px auto;
}
.interview-senior .interview-box .photo{
	border: solid 4px #0a3c7d;
}
.interview-senior .interview-box .rwd-text-bold{
	color: #0a3c7d;
}
@media screen and (min-width: 768px) {
	#rwd-content .staff-keyvisual figcaption.left{
		left: 6%;
		right: auto;
	}
	#rwd-content .staff-keyvisual figcaption:before{
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: -50px;
	  margin-top: -25px;
	  border: 25px solid transparent;
	  border-right: 25px solid #fff;
	  z-index: 2;
	}
	#rwd-content .staff-keyvisual figcaption:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: -58px;
	  margin-top: -28px;
	  border: 28px solid transparent;
	  border-right: 28px solid #006bb2;
	  z-index: 1;
	}
	#rwd-content .staff-keyvisual figcaption.left:before{
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: -50px;
	  left: auto;
	  margin-top: -25px;
	  border: 25px solid transparent;
	  border-left: 25px solid #fff;
	  z-index: 2;
	}
	#rwd-content .staff-keyvisual figcaption.left:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: -58px;
	  left: auto;
	  margin-top: -28px;
	  border: 28px solid transparent;
	  border-left: 28px solid #006bb2;
	  z-index: 1;
	}
	/* -- 先輩社員カラー -- */
	#rwd-content .interview-senior .staff-keyvisual figcaption:after {
	  border-right: 28px solid #0a3c7d;
	}
	#rwd-content .interview-senior .staff-keyvisual figcaption.left:after {
	  border-left: 28px solid #0a3c7d;
	  border-right: none;
	  right: -29px;
	  left: auto;
	}
	#rwd-content .rwd-button05 {
		height: 60px;
	}
	#rwd-content .rwd-button-strip:hover {
		background-color: #006bb2;
	}
}
@media screen and (max-width: 767px) {
	#rwd-content .rwd-main-content-group.interview {
	    width: 78%;
	}
	.rwd-main-content-group.staff-keyvisual-wrap{
		width: 100% !important;
	}
	.rwd-main-content-group.staff-keyvisual-wrap img{
		width: 100% !important;
	}
	#rwd-content .rwd-faq dl:not(:last-child) {
		width: 100%;
		border-bottom: dotted 1px #999999;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	#rwd-content .rwd-faq .rwd-faq-question,
		#rwd-content .rwd-faq .rwd-faq-answer {
		padding: 5px 0 12px 50px;
		line-height: 1.6;
		margin-bottom: 0;
	}
	#rwd-content .rwd-faq .rwd-faq-question {
		background: url("/recruit/shared/img/rwd_icon_faq_question_rec.svg") no-repeat 0 0;
		background-size: 35px auto;
	}
	#rwd-content .rwd-faq .rwd-faq-answer {
		background: url("/recruit/shared/img/rwd_icon_faq_answer_rec.svg") no-repeat 0 0;
		background-size: 35px auto;
	}
	#rwd-content .staff-keyvisual figcaption {
		width: 85% !important;
		padding: 20px;
		box-sizing: border-box;
		width: 100%;
		position: relative;
		right: 0;
		left: auto;
		margin-top: -30px !important;
		margin-left: 7.5%;
		margin-right: 7.5%;
		margin-bottom: 20px;
	}
	#rwd-content .staff-keyvisual figcaption:before {
		content: "";
		position: absolute;
		top: -24px;
		left: 50%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-bottom: 12px solid #FFF;
		z-index: 2;
	}
	#rwd-content .staff-keyvisual figcaption:after {
		content: "";
		position: absolute;
		top: -30px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-bottom: 14px solid #006bb2;
		z-index: 1;
	}
	/* -- 先輩社員カラー -- */
	#rwd-content .interview-senior .staff-keyvisual figcaption:after {
		border-bottom: 14px solid #0a3c7d;
	}
	.staff-keyvisual .prof-lead {
		font-size: 2rem;
	}
	#rwd-content .staff-keyvisual .prof-name-jp {
		display:inline-block;
		margin-right: 0;
	}
	#rwd-content .staff-keyvisual .prof-name-en {
		font-size: 1.4rem;
		display:inline-block;
		padding-left:10px;
	}
	h2.arrow-headline{
		font-size: 2.2rem;
	}
	h2.arrow-headline span{
		font-size: 4.6rem;
	}
	h2.arrow-headline:after{
		margin: 10px auto 0;
	}
	.interview-box{
		padding: 20px;
		margin-top: 80px;
	}
	.interview-box{
		width: 100%;
		margin-left: -5.1%;
		margin-right: -5.1%;
		border-radius: 0;
		padding: 20px;
		margin-top: 80px;
	}
	.interview-box .photo{
		width: 150px;
		margin: 0 auto;
		margin-top: -80px;
		border: solid 4px #006bb2;
		border-radius: 50%;
	}
	.interview-box .rwd-text-bold,
	.comment-box .rwd-text-bold{
		font-size: 2rem;
	}
	.comment-box {
		width: 100%;
		margin-left: -5.1%;
		margin-right: -5.1%;
		padding: 30px 20px 20px;
	}
	.comment-box .rwd-text-bold span{
		font-size: 1.5rem;
	}
	#rwd-content .rwd-grid.pager .rwd-grid-item.sp-grid1of4 {
		width: 32%;
	}	
	.pager-prev span,
	.pager-next span{
		margin-top: -10px;
	}
}
/* ------------------------------
 数字で見る当社
------------------------------ */
.number .rwd-grid-item,
.number .rwd-grid-item:last-child {
	height: 390px;
	border: solid 2px #006bb2;
	border-radius: 10px;
	text-align: center;
	background: #e5f0f7;
	padding-top: 30px;
}
.number .rwd-grid-item.even{
	border: solid 2px #0a3c7d;
	background: #e6ebf2;
}
.number .title{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.number .title:after{
	content:"";
	display: block;
	width: 150px;
	height: 21px;
 	background: url("../img/icon_arrow_002.svg") center 0 no-repeat;
	margin: 5px auto 20px;
}
.number .rwd-grid-item.even .title:after{
 	background: url("../img/icon_arrow_003.svg") center 0 no-repeat;
}
.number .rwd-grid-item img{
	margin-bottom: 7px;
	width: 120px !important;
}
.number .f72{
	font-size: 7.2rem;
	font-weight: bold;
	color: #006bb2;
	font-family: 'Roboto', sans-serif;
}
.number .rwd-grid-item.even .f72{
	color: #0a3c7d;
}
.number .f24{
	font-size: 2.4rem;
	font-weight: bold;
}
.number .f14{
	font-size: 1.4rem;
	margin-top: -20px;
}