@charset "utf-8";


/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/

body{
	color:#111;
	right: 0!important;
}
.switch{}
a{ color:#111; text-decoration:none; -webkit-transition: all .2s; transition: all .2s;}
a:hover{ opacity: .7; text-decoration:none;}
img.imgalpha, .svg path, .svg polygon{ -webkit-transition: all .2s; transition: all .2s;}
.svg{ vertical-align: middle;}
/* font */
.gothic{ font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.mincho{ font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}
.source-sans{
	font-family: "Source Sans Pro";
	line-height: 1;
}
.f88{ font-size: 88px!important;}
.btn{
	color: #fff;
	font-size: 20px;
	font-style: italic;
	padding: 15px 60px;
	font-family: "Source Sans Pro";
	background: #000;
	position: relative;
	display: inline-block;
}
.btn.bg-red{
	background: #E50113;
}
.btn2{
	color: #fff;
	font-size: 20px;
	padding: 15px 30px;
	font-family: "Source Sans Pro";
	background: #E50113;
	position: relative;
	display: inline-block;
}
/*
.btn:before{
	content: '';
	display: block;
	position: absolute;
	right: 60px;
	top: 50%;
	width: 48px;
	height: 1px;
	background-color: #000;
	transition: all 0.2s ease-out 0.1s;
}
*/
.btn:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 48px;
	height: 1px;
	background-color: #fff;
	transition: all 0.2s ease-out 0s;
}
#pagetop{
	position: fixed;
	z-index: 99999;
	right: 20px;
	bottom: 20px;
}
.link:before{
	content: "";
	background: url(../images/link.png) no-repeat center;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#title-area{
	color: #fff;
	font-size: 24px;
	line-height: 2.2;
	text-align: center;
	padding: 90px 3% 85px;
	margin-bottom: 70px;
	background-size: cover!important;
}
.subtitle{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px 5px 45px;
	background: #ECECEC;
}

@media screen and (max-width:768px){
	a:hover{ opacity: 1;}
	.f88{ font-size: 48px!important;}
	.btn{
		font-size: 18px;
		padding: 10px 30px;
	}
	.btn2{
		font-size: 18px;
		padding: 10px 10px;
	}
	.btn.bg-red{
		background: #000;
	}
	.btn:after{
		width: 24px;
	}
	.btn2:after{
		width: 24px;
	}
	#title-area{
		font-size: 20px;
		line-height: 1.6;
		padding: 50px 3% 40px;
		margin-bottom: 35px;
		background-size: auto 100%;
	}
	#pagetop{
		right: 15px;
		bottom: 15px;
		width: 36px;
	}
	.link:before{
		background: url(../images/link.png) no-repeat center;
		background-size: 13px auto;
		width: 13px;
		height: 13px;
		margin-right: 10px;
	}
	.subtitle{
		font-size: 18px;
		padding: 3px 10px;
	}
}






/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/

header {
  display: flex;
  position: fixed;
	z-index: 1000;
  width: 100%;
  height: 100px;
  background: #fff;
	flex-wrap: wrap;
	justify-content:space-between;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 10px 15% 10px 5%;
}
header div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
header div #logo,
header div #logo2{
	margin-right: 20px;
}
header div #logo a:hover,
header div #logo2 a:hover{
	opacity: 1;
}
header #logo3{
	margin-right: 3%;
}
header .menu{
	width: 100px;
	height: 100px;
	background: url(../images/menu-open.png) no-repeat center;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 3%;
}
.sidr-open header .menu{
	background: url(../images/menu-close.png) no-repeat center;
}

@media screen and (max-width:1000px){
	header {
		padding: 10px 15% 10px 2%;
	}
	header div #logo2{
		display: none;
	}
}
@media screen and (max-width:768px){
	header {
		height: 80px;
	}
	header .menu{
		width: 80px;
		height: 80px;
		background: url(../images/menu-open.png) no-repeat center;
		background-size: 60px auto;
		top: 0;
		right: 1%;
	}
	.sidr-open header .menu{
		background: url(../images/menu-close.png) no-repeat center;
		background-size: 60px auto;
	}
}






/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

#contents{
	padding-top: 100px;
}
.wrap{
	clear: both;
	box-sizing: content-box;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}
#sidr {
  position: fixed;
	z-index: 999;
  height: 100vh;
  width: 100%;
  max-width: 600px;
  background: #fff;
}
#sidr .bg {
  position: fixed;
	z-index: 9998;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  visibility: hidden;
  opacity: 0;
  background: #fff;
  transition: .3s;
}
.sidr-open #sidr .bg {
  visibility: visible;
  opacity: .8;
}
#sidr * {
  visibility: visible;
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: calc(100% - 100px);
  z-index: 99999;
  width: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidr.right {
  right: -600px;
  left: auto;
}

#sidr nav {
	font-size: 24px;
  margin-top: 100px;
  padding: 80px 50px;
  width: 100%;
  max-width: 600px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transition: transform .5s;
  will-change: transform;
  contain: paint;
	position: relative;
	display: block;
	z-index: 9999;
}
#sidr nav ul {
	color: #B3B3B3;
	font-weight: bold;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#sidr nav ul li{
	color: #000;
	margin-bottom: 30px;
}
#sidr nav li a {
	color: #000;
	line-height: 1.1;
	padding: 2px 0;
  display: inline-block;
  text-transform: uppercase;
  transition: color .1s;
}
#sidr nav li.active a {
	border-bottom: 2px solid #E4020E;
}
#sidr nav li p span{
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width:768px){
	#contents{
		padding-top: 80px;
	}
	.wrap{
		padding-left: 3%;
		padding-right: 3%;
	}
	#sidr {
	  max-width: 320px;
	}
	#sidr .bg {
	  top: 80px;
	  height: calc(100% - 80px);
	}
	.sidr {
	  height: calc(100% - 80px);
	  width: 320px;
	}
	.sidr.right {
	  right: -320px;
	}
	#sidr nav {
		font-size: 18px;
		margin-top: 80px;
		padding: 20px;
		max-width: 320px;
	}
	#sidr nav ul li{
		margin-bottom: 10px;
	}
	#sidr nav li.active a {
		border-bottom: 1px solid #E4020E;
	}
	#sidr nav li p span{
		font-size: 16px;
	}
}


/* Slider */
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*--------------------------------------
   top
--------------------------------------*/
ul.top-slide li img{
	width: 100%;
}
.top .read{
	font-size: 22px;
	font-weight: bold;
}
.top-bg1{
	background: url(../images/top-bg1.png) no-repeat right -27% top 75px;
	background-size: 63%;
}
.top-bg2{
	background: url(../images/top-bg2.png) no-repeat left -5% bottom 50px;
	background-size: 95%;
}
#top-news{
	padding-top: 80px;
	clear: both;
	overflow: hidden;
	margin-bottom: 260px;
}
#top-news h2{
	float: left;
	margin-right: 110px;
}
#top-news div{
	padding-top: 10px;
	overflow: hidden;
}
#top-news div article{
	margin-bottom: 20px;
}
#top-news div dl{
	display: flex;
	margin-bottom: 15px;
}
#top-news div dl.a-center{ align-items: center;}
#top-news div dl dt{
	font-size: 13px;
	font-weight: bold;
	padding-top: 1px;
	margin: 0 20px 5px 0;
	width: 5em;
}
#top-news div dl dd{
	flex: 1;
	margin-bottom: 5px;
}
#top-news div dl dd a{
	text-decoration: underline;
}
#top-news div dl dd img{ vertical-align: middle;}
#top-message{
	position: relative;
	margin-bottom: 300px;
}
#top-message div{
	color: #fff;
	position: absolute;
	right: 15%;
	bottom: 0;
	z-index: 99;
}
#top-message figure{
	width: 51.43%;
}
#top-interview{
	position: relative;
}
#top-interview div{
	position: absolute;
	z-index: 10;
	bottom: 15%;
	width: 100%;
	color: #fff;
	text-align: center;
}
#top-interview figure{
	z-index: 9;
}
#top-interview figure img{
	width: 100%;
}
#top-recruit{
	padding-top: 110px;
	position: relative;
	margin-bottom: 100px;
}
#top-recruit div{
	position: relative;
	z-index: 2;
	width: 51.43%;
	margin-left: 16%;
	padding-bottom: 100px;
}
#top-recruit div h2{
	color: #E50112;
}
#top-recruit div .t-right{
	margin-right: 40%;
}
#top-recruit figure{
	width: 50%;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
}
#top-advice{
	display: table;
	width: 92%;
	background: #E50112;
	margin-bottom: 100px;
}
#top-advice figure{
	display: table-cell;
	vertical-align: middle;
	width: 55%;
}
#top-advice div{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	width: 45%;
	padding: 10px 20px 10px 5%;
}
#top-about{
	position: relative;
	padding-bottom: 40px;
}
#top-about div{
	position: relative;
	width: 32%;
	margin-left: 16%;
	padding: 70px 0 260px;
}
#top-about div h2{
	color: #E50112;
}
#top-about div .photo{
	position: absolute;
	left: -40%;
	bottom: 0;
	width: 80%;
}
#top-about figure{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width:768px){
	.top .read{
		font-size: 20px;
	}
	.top-bg1{
		background: none;
	}
	#top-message div{
		right: 10%;
	}
	#top-message figure{
		width: 45%;
	}
	#top-news{
		padding-top: 30px;
		margin-bottom: 50px;
	}
	#top-news h2{
		float: none;
		margin: 0;
	}
	#top-news div article{
		margin-bottom: 0;
	}
	#top-news div dl{
		display: block;
		margin-bottom: 3px;
	}
	#top-news div dl dt{
		font-size: 12px;
		margin: 0 10px 5px 0;
	}
	#top-message{
		padding: 0 3%;
		margin-bottom: 50px;
	}
	#top-message div{
		color: #000;
		position: static;
		margin-bottom: 10px;
	}
	#top-message div h2{
		color: #E50112;
	}
	#top-message figure{
		width: 100%;
	}
	.top-bg2{
		background: none;
	}
	#top-interview{
		margin-bottom: 30px;
	}
	#top-interview div{
		position: static;
		text-align: left;
		padding: 50px 6% 15px;
		background: #E50113;
		margin-bottom: 25px;
	}
	#top-interview div .interview-btn{
		text-align: right;
	}
	#top-interview figure{
		padding: 0 3%;
	}
	#top-recruit{
		padding-top: 50px;
		padding: 0 3%;
		margin-bottom: 50px;
	}
	#top-recruit div{
		width: 100%;
		margin-left: 0;
		padding-bottom: 10px;
	}
	#top-recruit div .t-right{
		margin-right: 0;
	}
	#top-recruit figure{
		width: 100%;
		position: static;
	}
	#top-advice{
		display: block;
		width: 100%;
		background: none;
		margin-bottom: 50px;
	}
	#top-advice figure{
		display: block;
		padding: 0 3%;
		width: 100%;
	}
	#top-advice div{
		display: block;
		background: #E50112;
		width: 100%;
		padding: 10px 3%;
		margin-bottom: 10px;
	}
	#top-about{
		padding: 0 3% 20px;
		margin-bottom: 50px;
	}
	#top-about div{
		width: 100%;
		margin: 0 0 20px;
		padding: 0 0 20%;
	}
	#top-about div .photo{
		top: auto;
		left: auto;
		bottom: 0;
		width: 30%;
	}
	#top-about figure{
		width: 100%;
		position: static;
	}
}



/*--------------------------------------
   message
--------------------------------------*/
.message{
	text-align: center;
}
.message #title-area{
	background: url(../images/message-title.jpg) no-repeat center;
}
.message section{
	margin-bottom: 180px;
}
.message .read{
	color: #E50113;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
}
.message section .sentence p{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
	text-align: left;
}
@media screen and (max-width:768px){
	.message section{
		margin-bottom: 50px;
	}
	.message .read{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.message section p{
		font-size: 14px;
		text-align: left;
		margin-bottom: 20px;
	}
}



/*--------------------------------------
   recruit
--------------------------------------*/
.application{
	font-size: 16px;
}
.application #title-area{
	background: url(../images/recruit-title.jpg) no-repeat center;
}
.application section:last-of-type{
	margin-bottom: 180px;
}
.application h2{
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}
.application h2:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #E50113;
	width: 128px;
	height: 4px;
	display: block;
	margin: 0 auto;
}
.application table{
	width: 100%;
}
.application table th,.application table td{
	text-align: left;
	vertical-align: top;
	padding: 20px 10px;
	border-bottom: 1px solid #ECECEC;
}
.application table th{
	font-weight: bold;
	width: 180px;
	padding: 20px 10px 20px 45px;
}
.application table td dl dt{
	font-weight: bold;
}
.application table td dl dd{
	margin-left: 1em;
}
.application section ol.flow1{
	text-align: center;
	display: flex;
	margin-bottom: 50px;
}
.application section ol.flow1 li{
	width: 25%;
	background: #E4E0DD;
	border-right: 4px solid #B4ABA4;
	position: relative;
	padding: 35px 10px 15px;
}
.application section ol.flow1 li:not(:first-child):before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 48%;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 10px;
	border-color: transparent transparent transparent #b4aba4;
}
.application section ol.flow1 li p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.application section ol.flow1 li p br{
	display: none;
}
.application section ol.flow1 li p strong{
	color: #E50113;
	font-size: 64px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	margin-left: 10px;
}
.application section ol.flow1 li dl dt{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}
.application section ol.flow1 li dl dd{
	font-size: 14px;
	line-height: 1.4;
}
.application section ol.flow1 li dl dd img{
	max-width: 155px;
	width: 100%;
}
.application section ol.flow2 li{
	margin-bottom: 1em;
}
.application section ol.flow2 li p{
	margin-left: 1em;
}
@media screen and (max-width:768px){
	.application{
		font-size: 14px;
	}
	.application section:last-of-type{
		margin-bottom: 50px;
	}
	.application h2{
		font-size: 26px;
		margin-bottom: 25px;
	}
	.application h2:after{
		width: 64px;
		height: 2px;
	}
	.application table th,.application table td{
		padding: 15px 10px;
	}
	.application table th{
		width: 80px;
		padding: 15px 10px 15px 0;
	}
	.application section ol.flow1{
		display: block;
		margin-bottom: 25px;
	}
	.application section ol.flow1 li{
		width: 100%;
		clear: both;
		overflow: hidden;
		border-right: none;
		border-bottom: 2px solid #B4ABA4;
		padding: 15px 25px;
		display: table;
	}
	.application section ol.flow1 li:not(:first-child):before{
		top: 0;
		left: 10%;
		bottom: auto;
		border-width: 10px 12.5px 0 12.5px;
		border-color: #b4aba4 transparent transparent transparent;
	}
	.application section ol.flow1 li p{
		font-size: 16px;
		padding-right: 20px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		width: 20%;
	}
	.application section ol.flow1 li p br{
		display: block;
	}
	.application section ol.flow1 li p strong{
		font-size: 50px;
		margin-left: 0;
	}
	.application section ol.flow1 li dl{
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		width: 80%;
	}
	.application section ol.flow1 li dl dt{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.application section ol.flow1 li dl dt br{
		display: none;
	}
	.application section ol.flow1 li dl dd img{
		max-width: 100px;
	}
}



/*--------------------------------------
   staff
--------------------------------------*/
.staff{
	font-size: 16px;
}
.staff #title-area{
	background: url(../images/staff-title.jpg) no-repeat center;
}
.staff h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 4px solid #E50113;
	margin-bottom: 70px;
}
.staff .box{
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
.staff .box:last-of-type{
	margin-bottom: 100px;
}
.staff .box div{
	padding: 20px 25px;
	background: #ECECEC;
	border-radius: 10px;
	position: relative;
	width : 75%;
	width : -webkit-calc(100% - 250px);
	width : calc(100% - 250px);
}
.staff .box.img-left div{
	float: right;
}
.staff .box.img-right div{
	float: left;
}
.staff .box div:before{
	content: "";
	position: absolute;
	top: 80px;
	width: 0;
	height: 0;
	border-style: solid;
}
.staff .box.img-left div:before{
	left: -38px;
	border-width: 19px 38px 19px 0;
	border-color: transparent #ececec transparent transparent;
}
.staff .box.img-right div:before{
	right: -38px;
	border-width: 19px 0 19px 38px;
	border-color: transparent transparent transparent #ececec;
}
.staff .box div p{
	margin-bottom: 1em;
}
.staff .box div p.name{
	text-align: right;
	margin-bottom: 0;
}
.staff .box.img-left figure{
	float: left;
}
.staff .box.img-right figure{
	float: right;
}
.staff .mb140{
	margin-bottom: 140px;
}
@media screen and (max-width:768px){
	.staff{
		font-size: 14px;
	}
	.staff h2{
		font-size: 18px;
		border-bottom: 2px solid #E50113;
		margin-bottom: 35px;
	}
	.staff .box{
		margin-bottom: 20px;
	}
	.staff .box:last-of-type{
		margin-bottom: 50px;
	}
	.staff .box div{
		padding: 15px 20px;
		border-radius: 5px;
		width : 100%;
		margin-bottom: 30px;
	}
	.staff .box div:before{
		top: auto;
		bottom: -20px;
	}
	.staff .box.img-left div:before{
		left: 50px;
		border-width: 20px 10px 0 10px;
		border-color: #ececec transparent transparent transparent;
	}
	.staff .box.img-right div:before{
		right: 50px;
		border-width: 20px 10px 0 10px;
		border-color: #ececec transparent transparent transparent;
	}
	.staff .box figure{
		width: 120px;
	}
	.staff .mb140{
		margin-bottom: 70px;
	}
}



/*--------------------------------------
   interview
--------------------------------------*/
.interview{
	font-size: 16px;
}
.interview #title-area{
	background: url(../images/interview-title.jpg) no-repeat center;
}
.interview h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 4px solid #E50113;
	margin-bottom: 10px;
}
.interview section.wrap{
	max-width: 1020px;
	margin-bottom: 170px;
}
.interview section ul{
	text-align: center;
}
.interview section ul li{
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 10px 45px;
	overflow: hidden;
}
.interview section ul li a{
	display: block;
}
.interview section ul li figure{
	border-bottom: 4px solid #E50113;
	margin-bottom: 15px;
}
.interview section ul li .division{
	color: #E50113;
	font-size: 18px;
	margin-bottom: 5px;
}
.interview section ul li .name{
	font-size: 28px;
}
.interview section ul li .source-sans{
	color: #B8B5B5;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
}
.interview.detail .name-cont{
	position: relative;
	padding-bottom: 30px;
	margin: 0 auto 30px;
	max-width: 600px;
}
.interview.detail .name-cont dl{
	color: #fff;
	background: #E50113;
	padding: 20px 25px 50px;
	width: 65%;
}
.interview.detail .name-cont dl dt{
	margin-bottom: 30px;
}
.interview.detail .name-cont dl dd{
	text-align: center;
}
.interview.detail .name-cont dl dd strong{
	font-size: 30px;
}
.interview.detail .name-cont figure{
	position: absolute;
	right: 5%;
	bottom: 0;
	width: 35%;
}
/*
.interview.detail .name-cont dl{
	font-weight: bold;
	position: absolute;
	top: 40px;
	left: 20px;
	width: 50%;
}
.interview.detail .name-cont dl.name-right{
	right: 40px;
	left: inherit;
}
.interview.detail .name-cont dl dt{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	background: #E50113;
	padding: 15px 15px 10px 50px;
	width: 92%;
}
.interview.detail .name-cont dl dd{
	font-size: 20px;
	position: relative;
	z-index: 1;
	background-color: rgba(255,255,255,0.8);
	padding: 45px 15px 15px 40px;
	margin: 30px 0 0 20px;
}
.interview.detail .name-cont dl dd .name strong{
	font-size: 32px;
	margin-right: 20px;
}
.interview.detail .name-cont dl dd .name em{
	color: #E50113;
	font-style: italic;
	display: inline-block;
}
*/
.interview.detail dl.interview-faq{
	margin-bottom: 60px;
}
.interview.detail dl.interview-faq:last-of-type{
	margin-bottom: 100px;
}
.interview.detail dl.interview-faq dt{
	color: #E50113;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.interview.detail dl.interview-faq dt:before{
	content: "";
	width: 42px;
	height: 42px;
	background: url(../images/faq-q.png) no-repeat left center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.interview.detail dl.interview-faq dd{
	line-height: 2;
	clear: both;
	overflow: hidden;
}
.interview.detail dl.interview-faq dd figure{
	width: 40%;
	margin-bottom: 10px;
}
.interview.detail dl.interview-faq dd.imgleft figure{
	float: left;
}
.interview.detail dl.interview-faq dd.imgright figure{
	float: right;
}
.interview.detail dl.interview-faq dd.imgleft p,
.interview.detail dl.interview-faq dd.imgright p{
	width: 55%;
}
.interview.detail dl.interview-faq dd.imgleft p{
	float: right;
}
.interview.detail dl.interview-faq dd.imgright p{
	float: left;
}
.interview.detail section ul li{
	width: 19%;
	margin: 0 1.25% 10px 0;
}
.interview.detail section ul li:last-child{
	margin-right: 0;
}
.interview.detail section ul li figure{
	border-bottom: 2px solid #E50113;
	margin-bottom: 5px;
}
.interview.detail section ul li p{
	font-size: 12px;
}
.interview.detail section ul li .division{
	font-size: 14px;
	margin-bottom: 0;
}
.interview.detail section ul li .name{
	font-size: 22px;
}
@media screen and (max-width:780px){
	.interview section ul li,
	.interview.detail section ul li{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin: 0 0 10px;
	}
	.interview section ul li figure{
		float: left;
		width: 32%;
		margin-right: 10px;
	}
	.interview section ul li div{
		overflow: hidden;
	}
}
@media screen and (max-width:768px){
	.interview{
		font-size: 14px;
	}
	.interview h2{
		font-size: 18px;
		border-bottom: 2px solid #E50113;
		padding: 0 10px 2px;
		margin-bottom: 35px;
	}
	.interview section.wrap{
		margin-bottom: 80px;
	}
	.interview section ul li figure{
		border-bottom: 2px solid #E50113;
		margin-bottom: 10px;
	}
	.interview section ul li .division{
		font-size: 16px;
	}
	.interview section ul li .name{
		font-size: 20px;
	}
	.interview section ul li .source-sans{
		font-size: 18px;
	}
	.interview.detail .name-cont{
		margin-bottom: 0;
	}
	.interview.detail .name-cont dl{
		padding: 15px 20px 30px;
		width: 100%;
	}
	.interview.detail .name-cont dl dt{
		margin-bottom: 15px;
	}
	.interview.detail .name-cont dl dd strong{
		font-size: 22px;
	}
	.interview.detail .name-cont figure{
		position: relative;
		top: -20px;
		right: 0;
		width: 60%;
		margin: 0 auto;
	}
	/*
	.interview.detail .name-cont dl{
		position: static;
		width: 100%;
	}
	.interview.detail .name-cont dl dt{
		position: relative;
		z-index: 10;
		padding: 5px;
		width: 60%;
		text-align: center;
		margin: -15px 0 0 -4%;
	}
	.interview.detail .name-cont dl dd{
		font-size: 16px;
		padding: 10px 10px 15px 40px;
		margin: 0;
	}
	.interview.detail .name-cont dl dd .name strong{
		font-size: 20px;
		margin-right: 10px;
	}
	*/
	.interview.detail dl.interview-faq{
		margin-bottom: 30px;
	}
	.interview.detail dl.interview-faq:last-of-type{
		margin-bottom: 50px;
	}
	.interview.detail dl.interview-faq dt{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.interview.detail dl.interview-faq dt:before{
		width: 28px;
		height: 28px;
		background: url(../images/faq-q.png) no-repeat left center;
		background-size: 28px auto;
		margin-right: 10px;
	}
	.interview.detail dl.interview-faq dd figure{
		width: 80%;
	}
	.interview.detail dl.interview-faq dd.imgleft p,
	.interview.detail dl.interview-faq dd.imgright p{
		width: 100%;
		clear: both;
	}
	.interview.detail dl.interview-faq dd.imgleft p,
	.interview.detail dl.interview-faq dd.imgright p{
		float: none;
	}
	.interview.detail section ul li .division{
		margin-bottom: 5px;
	}
	.interview.detail section ul li p{
		font-size: 14px;
	}
	.interview.detail section ul li p.source-sans{
		font-size: 18px;
	}
}



/* entry-area */
.entry-area{
	font-size: 20px;
	text-align: center;
	padding: 80px 3%;
	background: url(../images/entry-bg.jpg) no-repeat center;
	background-size: cover;
}
.entry-area .source-sans{
	color: #E50112;
	margin-bottom: 10px;
}
.entry-area p{
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}
.entry-area .entry-cont{ display: flex;}
.entry-area .entry-cont div{
	width: 50%;
	padding: 0 5px;
}
@media screen and (max-width:768px){
	.entry-area{
		font-size: 18px;
		padding: 40px 3%;
		background: url(../images/entry-bg.jpg) no-repeat center;
		background-size: auto 100%;
	}
	.entry-area p{
		margin-bottom: 10px;
	}
	.entry-area img,.entry-area .doda img{ width: 98px;}
	.entry-area .entry-cont{ display: block;}
	.entry-area .entry-cont div{
		width: 100%;
		padding: 15px 0 0;
	}
}



/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/

footer{
	color: #fff;
	padding: 30px 80px 45px 3%;
	background: #E50112;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer a{
	color: #fff;
}
footer p{
	margin: 0 5px;
}

@media screen and (max-width:768px){
	footer{
		padding: 15px 55px 10px 3%;
	}
	footer p{
		margin-bottom: 10px;
	}
}



/*--------------------------------------
   career
--------------------------------------*/
.career .wrap{
	font-size: 16px;
	margin-bottom: 160px;
}
.career #title-area{
	background: url(../images/career-title.jpg) no-repeat center;
}
.career h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 4px solid #E50113;
	margin-bottom: 70px;
}
.career h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.doda{ text-align: center;}
.doda img{ width: 220px;}
@media screen and (max-width:768px){
	.career .wrap{
		font-size: 15px;
		margin-bottom: 50px;
	}
	.career h2{
		font-size: 18px;
		border-bottom: 2px solid #E50113;
		padding: 0 10px 2px;
		margin-bottom: 35px;
	}
	.career h3{ font-size: 20px;}
	.doda img{ width: 98px;}
}


























