@charset "utf-8";

/*
	careers パーツ
==================== */

.content_link .item_headline {
	font-size:2rem;
	border-bottom:1px solid #0468b2;
	color:#0468b2;
	font-weight:bold;
	letter-spacing:0.1em;
}

.content_link .content_box {
	width:20%;
	float:left;
	position: relative;
  overflow: hidden;
  text-align: center;
}

.box_link_career .btn_bnr_bottom span:nth-of-type(1) {
	font-size:1.6rem;
}

@media screen and (max-width: 767px) {
	.content_link .content_box {
		width:33.333%;
	}
	
	#careers  .space {
		display:block;
	}
	
	#careers  .item_txt {
		text-align:left;
	}
	
}

@media screen and (max-width: 479px) {
	.content_link .content_box {
		float:none;
		width:100%;
	}
	
	.topicpass {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 1.96078431372549%;
		padding-right: 1.96078431372549%;
	}
}


/*========================================================================================================================
	careers トップページ
======================================================================================================================== */

/*
	careers メニュー
==================== */
.title_page {
	float:left;
}

.subpage_menu {
	position:relative;
	overflow:hidden;
}

.area_nav {
	position:absolute;
	right:1.96078431372549%;;
}

.area_nav a {
	text-decoration:none;
	color:#0468b2;
	display:block;
	padding:25px 15px;
}

.area_nav a:hover {
	background-color:#f4f4ff
}

.subpage_nav tr {
	display:table-cell;
}

.subpage_nav td {
	font-size:1.5rem;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	text-align:center;
	line-height:1.1;
	min-width:80px;
	border-right:1px solid #ebebeb;
}

.subpage_nav tr:first-child td:first-child {
	border-left:1px solid #ebebeb;
}

.subpage_nav .active {
	background-color:#ebebeb;
	color:#004d9f;
	padding-left:15px;
	padding-right:15px;
}

.subpage_nav td span {
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1rem;
}

@media screen and (max-width: 979px) {
	.title_page {
		float:none;
		padding-bottom:0px;
	}
	
	.subpage_menu {
		overflow:visible;
	}
	
	.area_nav {
		width:100%;
		position:static;
		float:none;
	}
	
	.area_nav a {
		padding:10px 5px
	}
	
	.subpage_nav {
		width:100%;
	}
	
	.subpage_nav td {
		width:16.666666%;
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}
	
	.subpage_nav .active {
		padding:0px;
	}
}

@media screen and (max-width: 767px) {
	.subpage_nav tr {
		display:table-row;
	}
}

@media screen and (max-width: 479px) {
	.subpage_nav td {
		width:auto;
		font-size:1.2rem;
	}
	
	.area_nav a {
		background-color:#f4f4ff
	}
	
}
/*
	careers メインイメージ
==================== */
.area_bg {
	background:#e0e0e0;
	margin-bottom:83px;
}

.transparent {
	opacity:0;
	display:block;
}

.area_title_bg {
	position:relative;
}

.area_title_page {
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
}

#careers .area_title_page {
	background-image:url(../careers/img/main_img.jpg);
}

#careers .area_title_bg .lead_page {
	position:absolute;
	bottom:0;
	right:0;
}

@media screen and (max-width: 1279px) {
	#careers .area_title_bg .lead_page {
		width: 57%;
	}
}

/*
	careers 社長メッセージ
==================== */

.headline_page {
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:5rem;
	margin-top:45px;
	color:#333;
	line-height:0.7;
}

.headline_page span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:1.8rem;
}

.greetings {
	padding-bottom:95px;
}

.greetings .content_txt {
	text-align:center;
}

.greetings .content_txt p:nth-of-type(1) {
	font-size:1.8rem;
}

.greetings .content_txt p:nth-of-type(2) {
	font-size:2.6rem;
	font-weight:100;
	margin-top:15px;
	margin-bottom:40px;
}

.greetings .content_txt p:nth-of-type(3) {
	margin-bottom:40px;
}

@media screen and (max-width: 767px) {
	.headline_page {
		font-size: 4.5rem;
	}
	
	.headline_page span {
		font-size:1.62rem;
	}
	
	.greetings .content_txt p:nth-of-type(2) {
		font-size:2.2rem;
	}
}

/*
	careers 内部＆数字
==================== */
.inside {
	margin-left:auto;
	margin-right:auto;
}

.inside .col_6 {
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}

.inside .col_6::before {
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.3);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	margin:auto;
	
	-webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.inside .col_6:hover::before {
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	margin:auto;
}

.inside .col_6 img {
	-moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}

.inside .col_6:hover img {
	-webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.inside h4 {
	font-family: 'Lato', sans-serif;
	position: absolute;
	z-index:2;
	top: 35%;
  left: 0;
  right: 0;
	color:#FFF;
	font-weight:bold;
	font-size:5rem;
	display:block;
	line-height:1;
	text-align:center;
	margin:auto;
}

.inside h4 span {
	font-size:3rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 979px) {
	.inside h4 {
		font-size:4rem;
		top: 33%;
	}
}


/*
	careers インタビュー
==================== */
.interview .content_box {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:1.6rem;
	display:block;
	max-width:480px;
	margin-right:10px;
}

.interview .content_box:hover {
	background-color:#014FA1;
	color:#FFF;
}

.interview .content_box div {
	padding:5px;
}

.slider_controler {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 0px;
}

#slider_pager div {
    display: inline-block;
}

#slider_pager a {
	text-decoration:none;
}

#slider_pager a::before {
    content: "●";
    font-size: 2rem;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
    color: #014FA1;
}

#slider_pager a.active::before {
	color: #333;
}

.interview .btn_bnr_top {
	margin-top:60px;
	margin-bottom: 115px;
}

.bx-viewport {
	height:100% !important;
}

@media screen and (max-width: 767px) {
	#slider_pager {
		display:none;
	}
}

.btn_bnr_net {
	margin-bottom: 120px;
}

/*
	Instagram インスタグラム
==================== */
.instagram {
	margin-bottom: 120px;
}
@media screen and (max-width: 479px) {
	.instagram {
		margin-bottom: 80px;
	}
}

/*========================================================================================================================
	careers 社長メッセージ
======================================================================================================================== */
/*
	careers メインイメージ
==================== */
.message .area_title_page {
	background-image:url(../careers/message/img/main_img.png);
}

.message .area_title_bg .lead_page {
	position:absolute;
	bottom:0;
	left:0;
	width:auto;
}

@media screen and (max-width: 767px) {
	.message .area_title_bg .lead_page {
		width: 57%;
	}
}

/*
	careers コンテンツ- メッセージ
==================== */
.container_txt_message > * {
	max-width:81.17647058823529%;
	margin-left:auto;
	margin-right:auto;
}

.message .area_content {
	margin-top:65px;
	margin-bottom:100px;
}

.message .area_content .item_headline {
	color:#0468b2;
	font-weight:bold;
	font-size:2.4rem;
	margin-bottom:30px;
}

.message .item_txt {
	font-size:1.6rem;
	margin-bottom:20px;
}

.signature {
	text-align:right;
}

.signature p {
	text-align:left;
	display:inline-block;
}

@media screen and (max-width: 767px) {
	.message .area_content {
		margin-bottom:40px;
	}
	
	.container_txt_message > * {
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	
}

@media screen and (max-width: 497px) {
	.message .area_content .item_headline {
		font-size:2rem;
	}
	
	.message .item_txt {
		font-size:1.4rem;
		margin-bottom:65px;
	}
	
	.message .area_content {
		margin-top:40px;
		margin-bottom:40px;
	}
}

/*========================================================================================================================
	careers 募集要項
======================================================================================================================== */
/*
	careers メインイメージ
==================== */
.guideline .area_title_page {
	background-image:url(../careers/guideline/img/main_img.jpg);
}

.guideline .area_title_bg .lead_page {
	position:absolute;
	bottom:0;
	left:0;
	width:auto;
}

@media screen and (max-width: 767px) {
	.guideline .area_title_bg .lead_page {
		width: 57%;
	}
}

/*
	careers 募集要項- 表
==================== */
.guideline .area_content {
	margin-top:65px;
	margin-bottom:70px;
}

.guideline .area_content table {
	display:table;
}

.guideline .area_content td,
.guideline .area_content th {
	border: 1px solid #e6e6e6;
	font-size:1.6rem;
	padding: 25px 30px;
	text-align:left;
	vertical-align:text-top;
}

.guideline .area_content th {
	background-color:#f6f6f6;
	min-width:190px;
}

@media screen and (max-width: 767px) {
	.guideline .area_content td,
	.guideline .area_content th {
		font-size:1.4rem;
	}
	
	.guideline .area_content th {
		min-width:130px;
	}
}

@media screen and (max-width: 479px) {
	.guideline .area_content td,
	.guideline .area_content th {
		padding: 15px;
		font-size:1.3rem;
	}
	
	.guideline .area_content th {
		min-width:110px;
	}
	
	.guideline .area_content {
		margin-top:40px;
		margin-bottom:40px;
	}
}

/*========================================================================================================================
	careers 社員アンケート
======================================================================================================================== */
/*
	careers メインイメージ
==================== */
.about .area_title_page {
	background-image:url(../careers/about/img/main_img.jpg);
}

.about .area_title_bg .lead_page {
	position:absolute;
	bottom:0;
	left:0;
	width:auto;
}

@media screen and (max-width: 767px) {
	.about .area_title_bg .lead_page {
		width: 57%;
	}
}

/*
	careers コンテンツ- 取り組み
==================== */
.about .area_content {
	margin-top:65px;
	margin-bottom:100px;
}

.about .area_content .item_headline {
	color:#0468b2;
	font-weight:bold;
	font-size:2.4rem;
	margin-bottom:30px;
	border-bottom:1px solid #0468b2;
}

.about .content_txt .item_headline {
	border-bottom:none;
	font-size:1.8rem;
	margin-top:15px;
	margin-bottom:5px;
}

.effort .gutters {
	margin-top:35px;
}

.effort .col_6 {
	/* margin-bottom: 40px; */
	margin-bottom: 20px;
}

.effort .col_6 .content_txt {
	background-color: #fafafa;
	padding: 1rem 3rem 2rem;
}

@media screen and (max-width: 497px) {
	.about .area_content .item_headline {
		font-size:2rem;
	}
	
	.about .area_content {
		margin-top:40px;
		margin-bottom:40px;
	}
}

/*
	careers コンテンツ- アンケート調査
==================== */
.survey.area_content .item_headline {
	text-align:center;
	border-bottom:none;
	padding:15px;
	background-color:#00509f;
	color:#FFF;
	margin-bottom:0px;
}

.survey .area_content {
	background-image:url(../careers/about/img/survey_img.png);
	background-repeat:no-repeat;
	/* background-size:cover; */
	background-size:100% auto;
	background-position:top center;
	margin-top:0px;
	padding-top:50px;
}

.survey h5 {
	font-size:3.2rem;
	font-weight:bold;
	text-align:center;
	color:#00509f;
	border: 2px solid #00509f;
	background-color:rgba(255, 255, 255, 0.6);
	display:block;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding:15px 20px;
	/* width:74%; */
	width:100%;
}

.survey li {
	display:inline;
	list-style-type:none;
	line-height:2;
}

.survey li::before {
	content:"●";
}

.survey .emphasis {
	color:#0468b2;
	font-size:1.8rem;
}

@media screen and (max-width: 767px) {
	
	.survey h5 {
		/* width:470px; */
		font-size:1.8rem;
		text-align:left;
	}
	
	.survey .area_content {
		background-size:100% auto;
	}
	
}

@media screen and (max-width: 479px) {
	.survey h5 {
		width:100%;
		margin-bottom: 3rem;
	}
}

.survey h6 {
	font-size: 2.25rem;
	font-weight: bold;
	padding-left: 1.75rem;
	margin-bottom: 3rem;
	position: relative;
}
.survey h6:not(:first-child) {
	margin-top: 4rem;
}
.survey h6::before,
.survey h6::after {
	content: "";
	background-color: #0468b2;
	position: absolute;
	left: 0;
}

.survey h6::before {
	width: 10px;
	height: 1.25em;
	top: 50%;
	transform: translateY(-50%);
}

.survey h6::after {
	width: 100%;
	height: 1px;
	bottom: -4px;
}

.survey .photo {
	margin-top: 2.25rem;
	margin-bottom: 9rem;
}

@media screen and (max-width: 768px) {
	.survey h6 {
		font-size: 1.75rem;
	}

	.survey .photo {
		margin-bottom: 5rem;
	}

		.survey .photo .col_6 {
		margin-bottom: 2rem;
	}
}

	/*========================================================================================================================
	careers 先輩社員インタビュー
======================================================================================================================== */
/*
	careers メインイメージ
==================== */
.interview_top .area_title_page {
	background-image:url(../careers/interview/img/main_img.jpg);
}

.interview_top .area_title_bg .lead_page {
	position:absolute;
	bottom:0;
	left:0;
	width:auto;
}

@media screen and (max-width: 767px) {
	.interview_top .area_title_bg .lead_page {
		width: 57%;
	}
}

/*
	careers コンテンツ- インタビュー一覧
==================== */
.interview_top .area_content {
	margin-top:65px;
	margin-bottom:90px;
}

.interview_top .area_content .item_headline {
	color:#0468b2;
	font-weight:bold;
	font-size:2.4rem;
	margin-bottom:60px;
	border-bottom:1px solid #0468b2;
	letter-spacing:0.1em;
}

#interview_top .area_content .item_headline {
	letter-spacing:0;
}

.interview_top .content_txt {
	padding:5px;
}

.interview_top .content_txt .item_headline {
	color:#333;
	font-size:1.6rem;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:15px;
	border-bottom:1px solid #cdcdcd;
	transition: all .2s linear;
}

.interview_top .content_txt p {
	font-size:1.4rem;
}

.interview_list .col_4 {
	margin-bottom:60px;
}

.box_item {
    display: block;
    text-decoration: none;
    color: #333;
		position:relative;
    transition: all .2s linear;
}

.box_item:hover .box_inner_item {
    background: #00509f;
    color: #fff;
}

.box_item:hover .box_inner_item .item_headline {
	color:#fff;
}

.box_item:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		border-top: 22px solid transparent;
		border-right: 22px solid #00509f;
		border-left: 0;
		border-bottom: 0;
		right: 12px;
		bottom: 2px;
		transition: all .2s linear;
}

.box_item:hover:after {
		border-right: 22px solid #fff;
}

@media screen and (max-width: 767px) {
	
	.box_item:after {
		right: 9px;
	}
	
	.interview_top .content_txt .item_headline {
		height:auto !important;
	}
	
	#careers .bx-viewport {
		min-height:0 !important;
	}
	
	#about p.heightLine {
		height:auto !important;
	}
	
}

@media screen and (max-width: 497px) {
	.interview_top .area_content .item_headline {
		font-size:2rem;
	}
	
	.interview_top .area_content {
		margin-top:40px;
		margin-bottom:40px;
	}
	
	.interview_top .content_txt .item_headline {
		font-size:1.5rem;
		margin-top:5px;
	}
	
	.interview_top .box_inner_item {
		border:2px solid #00509f;
	}
	
	.box_item:after {
		right:5px;
		bottom: 1px;
	}
}

/*========================================================================================================================
	careers 先輩社員インタビュー
======================================================================================================================== */
/*
	staffページ
==================== */

#interview .area_title_page {
	border-top:1px solid #00509f;
	border-bottom:1px solid #00509f;
	margin-bottom:53px;
}

#interview .area_title_page.pcNone img {
	width:100%;
}

#interview .area_title_page .transparent {
	position:absolute;
}

#interview.staff01 .area_title_page {
	background-image: url(../careers/interview/img/interview01_bg.jpg);
}

#interview.staff02 .area_title_page {
	background-image: url(../careers/interview/img/interview02_bg.jpg);
}

#interview.staff03 .area_title_page {
	background-image: url(../careers/interview/img/interview03_bg.jpg);
}

#interview.staff04 .area_title_page {
	background-image: url(../careers/interview/img/interview04_bg.jpg);
}

#interview.staff05 .area_title_page {
	background-image: url(../careers/interview/img/interview05_bg.jpg);
}

#interview.staff06 .area_title_page {
	background-image: url(../careers/interview/img/interview06_bg.jpg);
}

#interview.staff07 .area_title_page {
	background-image: url(../careers/interview/img/interview07_bg.jpg);
}

#interview.staff08 .area_title_page {
	background-image: url(../careers/interview/img/interview08_bg.jpg);
}

#interview.staff09 .area_title_page {
	background-image: url(../careers/interview/img/interview09_bg.jpg);
}

#interview .area_title_bg {
	text-align:right;
}

#interview .area_title_bg h3 {
	width:50%;
	display:inline-block;
}

.interview_content {
	padding-bottom:26px;
}

.interview_content .item_headline {
	color:#00509f;
	font-size:2.8rem;
	font-weight:bold;
	padding-bottom:26px;
	line-height:1.3;
}

.interview_content p {
	padding-bottom:20px;
}

.box_prof {
	border:1px solid #00509f;
	margin-bottom:72px;
	padding:5px 0;
}

.box_prof .col_2 {
	text-align:center;
	font-size:2.0rem;
	font-weight:bold;
	font-family: "Lato", sans-serif;
	color:#00509f;
}

.box_prof .col_5 {
	padding:4px 5px;
	text-indent:-4em;
	padding-left:4em;
}

.box_prof_last .col_5 {
	padding:4px 5px;
	padding-left:4em;
	text-indent:0;
	position:relative;
}

.box_prof_last .col_5:last-child {
	padding-left:2em;
}

.box_prof_last .col_5 em {
	width:5em;
	display:inline-block;
	position:absolute;
	left:-1em;
}

.box_prof_last .col_5:last-child em {
	width:3em;
}

.interview_link {
	font-size:1.2rem;
}

.interview_link a {
	text-decoration:none;
	color:#333;
	margin-bottom: 20px;
	display: inline-block;
}

.interview_link span {
	text-decoration:none;
	color:#999;
	margin-bottom:20px;
	display: inline-block;
	background:#ddd;
}

.interview_link span img {
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	opacity:0.5;
}

.interview_link a:hover {
	text-decoration:underline;
	color:#999;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity:0.7;
}

.box_prof .col_5 span {
	white-space:nowrap;
}

@media screen and (max-width: 767px) {
	
	.box_prof {
		padding:5px 10px;
	}
	
	.box_prof_last .col_5 {
		padding-left:5em;
	}
	
	.box_prof_last .col_5:last-child {
		padding-left:5em;
	}
	
	.box_prof_last .col_5 em {
		left:0;
	}
	
	.box_prof_last .col_5:last-child em {
		width:5em;
	}
	
	
}

/*========================================================================================================================
	careers数字で見るミウラ
======================================================================================================================== */
/*
	careers メインイメージ
==================== */
.number .area_content {
	margin-top:65px;
	margin-bottom:100px;
}

.number .area_title_page {
	background-image:url(../careers/number/img/main_img.jpg);
}

.number .area_title_bg .lead_page {
	position:absolute;
	bottom:0;
	left:0;
	width:auto;
}

@media screen and (max-width: 767px) {
	.number .area_title_bg .lead_page {
		width: 57%;
	}
}

.number .area_content .item_headline {
	color:#0468b2;
	font-weight:bold;
	font-size:2.4rem;
	margin-bottom:12px;
	border-bottom:1px solid #0468b2;
}

.number .area_content .col_6 {
	margin-bottom: 20px;
}

.number .item_txt {
	font-size:1.6rem;
	margin-bottom:20px;
}

@media screen and (max-width: 767px) {
	.number .area_content .col_6 {
		width:50%;
		float:left;
	}
}

@media screen and (max-width: 479px) {
	.number .area_content .col_6 {
		width:100%;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
}