@import url("page-c.css");
/********************************************************************************

page.css

********************************************************************************/
.fw700 {
	font-weight: 700;
	font-size: 20px;
}


/*============================================================
 フロントページ
*============================================================*/
/* トップページ用ヘッダー
---------------------------------------- */
/* hero
---------------------------------------- */
#page-top #sec-hero {
	position: relative;
	/* height: 680px; */
	margin-bottom: 56px;
}

/* ロゴ */
#page-top #top-logo {
	position: absolute;
	top: 0;
	left: calc(50% - 78px);
	background-color: #fff;
	text-align: center;
	z-index: 200;
}
#page-top #top-logo a {
	display: block;
	width: 156px;
    height: 153px;
	padding: 12px;
	box-sizing: border-box;
}
#page-top #top-logo .img-box {
	margin-bottom: 6px;
}
#page-top #top-logo .sub-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
}

/* キャッチ */
#page-top .page-catch {
	position: absolute;
	top: 251px;
	left: 0;
	z-index: 200;
	width: 100%;
	font-weight: 900;
	font-size: 58px;
	line-height: 160%;
	text-align: center;
	color: #fff;
}


/* hero */
#page-top #sec-hero .hero {
	width: 50%;
	position: relative;
	background-size: cover;
    height: 680px;
    background-repeat: no-repeat;
}
#page-top #sec-hero .back-color::after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(31, 39, 47, 0.56);
    display:block
}
#page-top #sec-hero .hero .parts-btn {
	bottom: 121px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#page-top #sec-hero .hero-career {
	background-image: url(../images/top/mid-back.jpg);
}
#page-top #sec-hero .hero-graduate {
	background-image: url(../images/top/graduate-back.jpg);
}

/* トップページ用初期gnav */
#page-top #sec-hero #top-gnav {
	position: absolute;
	top: 648px;
	width: 100%;
}
#page-top #sec-hero #top-gnav .inner {
	width: 960px;
	padding: 0;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#page-top #sec-hero #top-gnav .gnav .gnav-logo {
	display: none;
}
#page-top #sec-hero #top-gnav .gnav .gnav-wrap {
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
}
#page-top #sec-hero #top-gnav .gnav .gnav-menu {
	width: 782px;
	margin-left: 0;
	padding: 0 36px;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
}
#page-top #sec-hero #top-gnav .gnav .gnav-entry {
	margin-left: auto;
	width: 178px;
	height: 80px;
}
#page-top #sec-hero #top-gnav .gnav .gnav-entry a {
	padding: 18px 0;
}
@media screen and (max-width:1199px){
	#page-top #sec-hero #top-gnav {
		display: none;
	}
	#page-top #top-logo {
		display: none;
	}
	#page-top #sec-hero {
		top: 56px;
	}
}
/* PRINCIPLE
---------------------------------------- */
#page-top #sec-about {
	padding: 56px 0 64px 0;
	text-align: center;
}
#page-top #sec-about h2 {
	width: 246px;
	margin: 0 auto 24px;
	line-height: inherit;
}
#page-top #sec-about p {
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
}


/* 何をするかより、誰と一緒に働くか
---------------------------------------- */
#page-top #sec-who {
	padding: 48px 0 56px 0;
	background-color: #F8F8F8;
	text-align: center;
}
#page-top #sec-who h2 {
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 32px;
	line-height: 72px;
}
#page-top #sec-who p {
	margin-bottom: 24px;
}
#page-top #sec-who .parts-btn {
	margin-bottom: 74px;
}
#page-top #sec-who h3 {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	max-width: 600px;
	margin: 0 auto 54px;
}
#page-top #sec-who h3::before, #page-top #sec-who h3::after{
	content: '';
	display: block;
	width: 104px;
	height: 1px;
	background-color: #1F272F;
	position: absolute;
	top: 50%;
}
#page-top #sec-who h3::before {
	left: 0;
}
#page-top #sec-who h3::after {
	right: 0;
}
#page-top #sec-who img {
	width: 179px;
}
#page-top #sec-who .item::first-line {
	font-size: 32px;
	font-weight: 700;
	line-height: 70px;
}
#page-top #sec-who .item {
	width: 179px;
}
#page-top #sec-who .item-win::first-line {
	font-size: 64px;
	line-height: 100px;
	font-weight: 700;
}
#page-top #sec-who .item-win {
	font-family: 'Verdana' , sans-serif;
	width: 335px;
	margin: 18px 40px 0 40px;
}


/* Win-Winを実現する3つの構成要素
---------------------------------------- */
#page-top #sec-component {
	padding: 64px 0 80px 0;
	background-image: url(../images/top/component-back.jpg);
	background-size: cover;
	color: #fff;
	text-align: center;
}
#page-top #sec-component h2 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 40px;
}
#page-top #sec-component .parts-boxes {
	max-width: 674px;
	width: 100%;
	margin: 0 auto;
}
#page-top #sec-component .item {
	width: 182px;
}

#page-top #sec-component .pentagon {
	background-image: url(../images/top/component-pentagon.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	height: 172px;
	width: 182px;
	margin-bottom: 24px;
}
#page-top #sec-component .pentagon-txt {
	font-size: 48px;
	font-weight: 700;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	line-height: 58px;
}

#page-top #sec-component .item:nth-child(1) .pentagon-txt {
	font-size: 64px;
}
/* あなたが持つ能力を存分にチームの中で発揮できる環境
---------------------------------------- */
#page-top #sec-work-environment {
	padding: 72px 0 72px 0;
	overflow: hidden;
}
#page-top #sec-work-environment .upper {
	position: relative;
	margin-bottom: 96px;
}
#page-top #sec-work-environment .upper-txt {
	padding-top: 70px;
}
#page-top #sec-work-environment .upper-txt h2 {
	font-weight: 900;
	font-size: 40px;
	width: 397px;
	line-height: 72px;
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
	text-align: left;
}
#page-top #sec-work-environment .parts-btn {
	margin: initial;
}
#page-top #sec-work-environment .upper-img-01 {
	-webkit-mask-image: url(../images/template/point-img-mask.svg);
    mask-image: url(../images/template/point-img-mask.svg);
    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	position: absolute;
	top: 0;
    right: -61%;
	width: 764px;
}
#page-top #sec-work-environment .upper-img-01 img {
	height: 400px;
}
#page-top #sec-work-environment .upper-img-02 {
	width: 764px;
	-webkit-mask-image: url(../images/template/point-img-mask.svg);
    mask-image: url(../images/template/point-img-mask.svg);
    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	margin: 0 0 0 auto;
	top: 0;
	position: absolute;
	right: -18px;
}

#page-top #sec-work-environment .bottom .parts-boxes {
	margin-bottom: 24px;
	flex-wrap: nowrap;
}
#page-top #sec-work-environment .bottom .item {
	border: 1px solid #EBEBEB;
	width: 256px;
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	border-radius: 4px;
	height: 204px;
}
#page-top #sec-work-environment .bottom .item:nth-of-type(2) {
	margin: 0 40px;
}
#page-top #sec-work-environment .item .num {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 100px;
	line-height: 150px;
}
#page-top #sec-work-environment .bottom .item:nth-of-type(1) .num {
	color: #337FC6;
}
#page-top #sec-work-environment .bottom .item:nth-of-type(2) .num {
	color: #18C3B9;
}
#page-top #sec-work-environment .bottom .item:nth-of-type(3) .num {
	color: #A36ABD;
}
#page-top #sec-work-environment .item p {
	font-size: 16px;
	font-weight: 700;
}
#page-top #sec-work-environment .item .sm {
	font-size: 32px;
	line-height: initial;
}
#page-top #sec-work-environment .desc {
	text-align: center;
    padding: 8px 0;
    background-color: #F8F8F8;
    width: 848px;
    margin: 0 auto;
    max-width: 100%;
}

/* プロ達のインタビュー
---------------------------------------- */
#page-top #sec-inteview  {
	/*  */
}

#page-top #sec-inteview .inteview01 {
	background-color: #1F272F;
	color: #fff;
	padding: 40px 0 33px;
	position: relative;
}
#page-top #sec-inteview h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 44px;
	text-align: left;
}
#page-top #sec-inteview .parts-boxes {
	align-items: center;
	flex-wrap: nowrap;
}
#page-top #sec-inteview .inteview01-txt {
	width: 543px;
	position: relative;
	z-index: 2;
	max-width: 100%;

}
#page-top #sec-inteview .inteview01-txt p:nth-of-type(1) {
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 32px;
	font-size: 20px;
}
#page-top #sec-inteview .inteview01-txt p:nth-of-type(2) {
	color: #1F272F;
	margin-bottom: 60px;
	line-height: 28.8px;
}
#page-top #sec-inteview .inteview01-img {
	width: 337px;
	position: relative;
	bottom: 60px;
	z-index: 2;
}
#page-top #sec-inteview .inteview01 .parts-btn {
	margin: auto 0 0 0;
	border: 2px solid #fff;

}
#page-top #sec-inteview .inteview01 .back-white {
	background-color: #fff;
	display: block;
	height: 164px;
	position: absolute;
	top: 39%;
	width: 100%;
	z-index: 1;
}
#page-top #sec-inteview .inteview02 {
	background-color: #364049;
	color: #fff;
	padding: 0 0 32px;
	position: relative;
}

#page-top #sec-inteview .inteview02-img {
	width: 337px;
	position: relative;
	bottom: 29px;
	z-index: 2;
}
#page-top #sec-inteview .inteview02-txt {
	width: 543px;
	z-index: 2;
	max-width: 100%;
}
#page-top #sec-inteview .inteview02-txt .parts-btn::after {
	background-color: #000;
}
#page-top #sec-inteview .inteview02 p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 40px;
	padding-top: 160px;
}
#page-top #sec-inteview .inteview02 p:nth-of-type(2) {
	color: #1F272F;
	margin-bottom: 60px;
}

#page-top #sec-inteview .inteview02 .parts-btn {
	margin: auto 0 0 0;
	background: none;
	border: 2px solid #fff;
}
#page-top #sec-inteview .inteview02 .back-white {
	background-color: #fff;
	display: block;
	height: 164px;
	position: absolute;
	top: 42%;
	width: 100%;
	z-index: 1;
}
/* Movie
---------------------------------------- */
#page-top #sec-inteview .inteview-movie {
	padding: 72px 0 80px 0;
}
#page-top #sec-inteview .upper {
	padding-bottom: 40px;
	border-bottom: 1px solid #969696;
}
#page-top #sec-inteview .upper .inteview-movie-img {
	width: 512px;
}
#page-top #sec-inteview .upper .inteview-movie-txt {
	width: 397px;
	margin-left: 23px;
}
#page-top #sec-inteview .upper .inteview-movie-txt p:nth-of-type(1) {
	color: #337FC6;
	font-weight: 700;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 4px;
}
#page-top #sec-inteview .upper .inteview-movie-txt p:nth-of-type(2) {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 8px;
}
#page-top #sec-inteview .upper .inteview-movie-txt p:nth-of-type(3) {
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
}
#page-top #sec-inteview #inteview-movie .parts-btn {
	margin: auto 0 0 0;
}
#page-top #sec-inteview .bottom {
	margin-top: 24px;
	align-items: center;
}
#page-top #sec-inteview .bottom p {
	margin-bottom: 0;
}


/* 採用ブログ
---------------------------------------- */
#page-top #sec-blog {
	padding: 56px 0 80px 0;
	background-color: #F8F8F8;
}

/* お知らせ
---------------------------------------- */
#page-top #sec-news {
	padding: 56px 0 80px 0;
	background-color: #F2F2F2;
}
#page-top #sec-news h2 {
	margin-bottom: 32px;
}

/* twitter
---------------------------------------- */
#page-top #sec-twitter {
	padding: 40px 0 80px 0;
}
#page-top #sec-twitter .twitter_area {
	overflow-y: auto;
    width: 480px;
    height: 410px;
    margin: 0 auto;
    max-width: 100%;
    border: 1px solid #969696;
}

/* ベストカンパニー
---------------------------------------- */
#page-top #sec-bestcompany {
	background-color: #f8f8f8;
	padding: 40px 0 30px;
}
#page-top #sec-bestcompany .parts-boxes {
	align-items: center;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
#page-top #sec-bestcompany p {
	font-weight: 700;
    font-size: 20px;
	line-height: 36px;
	width: 360px;
}
#page-top #sec-bestcompany .images {
	display: flex;
	align-items: center;
}
#page-top #sec-bestcompany img:nth-child(1) {
	width: 210px;
}
#page-top #sec-bestcompany img:nth-child(2) {
	width: 88px;
	/* position: relative;
    right: 3px; */
}
#page-top #sec-bestcompany img:nth-child(3) {
	width: 88px;
}
#page-top #sec-bestcompany img:nth-child(4) {
    width: 60px;
}
#page-top #sec-bestcompany img + img {
	margin-left: 24px;
}
/*============================================================
 中途採用ページ
*============================================================*/
/* common
---------------------------------------- */
#page-career {
}
/* ページヘッダー
---------------------------------------- */
#page-career #sec-header {
	background-image: url(../images/career/career-back.jpg);
}
#page-career #sec-header::before {
	background: none;
}
/* 新卒入社後のキャリアパス
---------------------------------------- */
#page-career #sec-careerpath {
	background-color: #1F272F;
	color: #fff;
	text-align: center;
	padding: 52px 0 56px;
}
#page-career #sec-careerpath h2 {
	margin-bottom: 24px;
}
#page-career #sec-careerpath p {
	font-size: 40px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 24px;
}
#page-career #sec-careerpath .parts-btn {
	border: 1px solid #fff;
}
/* チャレンジし続けませんか？
---------------------------------------- */
#page-career #sec-invitation {
	padding-top: 80px;
}
/*============================================================
 新卒採用ページ
*============================================================*/
/* common
---------------------------------------- */
#page-graduate {
}
/* ページヘッダー
---------------------------------------- */
#page-graduate #sec-header {
	background-image: url(../images/graduate/graduate-back.jpg);
}
#page-graduate #sec-header::before {
	background: none;
}

/* PRINCIPLEを選ぶ理由
---------------------------------------- */
#page-graduate .block-point .points .point:nth-child(1) {
	height: 480px;
}
#page-graduate .block-point .points .point:nth-child(1) .lead {
	margin-bottom: 24px;
}
#page-graduate .block-point .points .point:nth-child(1) .parts-btn {
	margin: 0;
}

/* 新卒入社後のキャリアパス
---------------------------------------- */
#page-graduate #sec-careerpath {
	background-color: #1F272F;
	color: #fff;
	text-align: center;
	padding: 52px 0 56px;
}
#page-graduate #sec-careerpath h2 {
	margin-bottom: 24px;
}
#page-graduate #sec-careerpath p {
	font-size: 40px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 24px;
}
#page-graduate #sec-careerpath .parts-btn {
	border: 1px solid #fff;
}
/* ファーストキャリアを始めませんか？
---------------------------------------- */
#page-graduate #sec-invitation {
	padding-top: 80px;
}
/*============================================================
 メッセージページ
*============================================================*/
/* common
---------------------------------------- */

/* ページヘッダー
---------------------------------------- */
#page-message #sec-header {
	background-image: url(../images/message/message-back.jpg);
}
#page-message #sec-header::before {
	background: none;
}
/* Mission Vision Value(クレド)
---------------------------------------- */
#page-message #sec-credo {
	background-color: #f8f8f8;
	text-align: center;
	padding: 48px 0 88px;
}
#page-message #sec-credo h3 {
	font-size: 28px;
	font-weight: 900;
}
#page-message #sec-credo .credo-mission {
	color: #337FC6;
}
#page-message #sec-credo .credo-vision {
	color: #18C3B9;
}
#page-message #sec-credo .credo-value {
	color: #A36ABD;
}
#page-message #sec-credo p {
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 72px;
	line-height: 180%;
}
#page-message #sec-credo p:last-child {
	margin-bottom: 0;
}

/* 実現にむけた7つの取り組み
---------------------------------------- */
#page-message #sec-initiatives {
	background-image: url(../images/message/initiatives-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 64px 0 57px;
	color: #fff;
}
#page-message #sec-initiatives h2::first-line {
	font-size: 20px;
}
#page-message #sec-initiatives h2 {
	line-height: 142%;
	font-size: 36px;
}
#page-message #sec-initiatives .initiatives-item {
	max-width: 280px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#page-message #sec-initiatives .initiatives-item:last-child {
	margin: 0 auto;
}
#page-message #sec-initiatives .initiatives-item img {
	width: 104px;
	height: auto;
}
#page-message #sec-initiatives .initiatives-item p {
	font-weight: 700;
}

/* アバウト
---------------------------------------- */
#page-message #sec-about {
	padding: 68px 0 78px;
	text-align: center;
}
#page-message #sec-about .about-logo {
	width: 288px;
	margin: 0 auto 24px;
}
#page-message #sec-about p {
	font-weight: 700;
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 32px;
}
/*============================================================
インタビューページ
*============================================================*/
/* ページヘッダー
---------------------------------------- */
#page-interview #sec-header {
	position: relative;
}
#page-interview #sec-header::before {
	display: none;
}
#page-interview #sec-header .hero-wrap {
    z-index: 0;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	overflow: hidden;
}
#page-interview #sec-header .img-blur {
    -webkit-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    width: 104%;
    height: 104%;
    margin: 0;
    padding: 0;
	background-position: center top 20%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.page-lower #sec-header .img-blur::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 440px;
	background: linear-gradient(180deg, rgba(31, 39, 47, 0.8) 24.79%, rgba(31, 39, 47, 0.32) 82.41%);
}
#page-interview #sec-header #page-title {
	font-weight: 900;
	font-size: 40px;
	line-height: 180%;
}

/* インタビュイー情報
---------------------------------------- */
#page-interview #sec-interviewee-info {
	padding: 32px 0;
	background-color: #1F272F;
	color: #fff;
	text-align: center;
}
#page-interview #sec-interviewee-info .interviewee-name {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
}
#page-interview #sec-interviewee-info .interviewee-name {
	font-size: 12px;
	line-height: 160%;
}

/* インタビュー
---------------------------------------- */
#page-interview #sec-interview {
	padding: 72px 0 0 0;
}
/* インタビュートップ */
#page-interview #sec-interview .interview-block {
	margin-bottom: 72px;
}
#page-interview #sec-interview .interview-block h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 180%;
	text-align: left;
	margin-bottom: 24px;
}
#page-interview #sec-interview .interview-top .interview-top-img {
	width: 440px;
}
#page-interview #sec-interview .interview-top .interview-top-info {
	width: 472px;
}

/* インタビュイー経歴
---------------------------------------- */
#page-interview #sec-interview .interviewee-history {
	padding: 32px 0;
	background-color: #1F272F;
	color: #fff;
}
#page-interview #sec-interview .interviewee-history .history-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 180%;
	text-align: left;
	margin-bottom: 24px;
}
#page-interview #sec-interview .interviewee-history .history-lead {
	margin-bottom: 40px;
}
#page-interview #sec-interview .interviewee-history .history-notes {
	font-size: 12px;
	line-height: 160%;
}

/* その他のインタビュー
---------------------------------------- */
#page-interview #sec-recommend {
	padding: 48px 0;
	background-color: #F8F8F8;
}

/*============================================================
 新卒採用ーキャリアパス
*============================================================*/
/* common
---------------------------------------- */
#page-graduatepath {
}

/* ヘッダー
---------------------------------------- */
#page-graduatepath #sec-header {
	background-image: url(../images/graduate-career-path/graduatepath-back.jpg);
	background-size: cover;
}
#page-graduatepath #sec-header::before {
	background: none;
}
/* チャレンジしていくことで夢を実現
---------------------------------------- */

/* 入社後（フロー）
---------------------------------------- */
#page-graduatepath #sec-flow {
	padding: 0 0 96px 0
}
#page-graduatepath #sec-flow .item {
	padding-bottom: 64px;
	border-left: 2px solid #D6E0E9;
	position: relative;
}
#page-graduatepath #sec-flow .item::before {
	content: '';
    background-image: url(../images/graduate-career-path/flow-dot-bg.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
	background-size: 32px 32px;
	position: absolute;
    left: 0;
    transform: translateX(-50%);
}
#page-graduatepath #sec-flow .item::after {
	content: '';
    background-image: url(../images/graduate-career-path/flow-dot-sm.png);
    width: 14px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 14px 30px;
    bottom: 4px;
    position: absolute;
    left: -1px;
    transform: translateX(-50%);
}
#page-graduatepath #sec-flow .item:last-child {
	margin-bottom: 0;
	border-left: none;
}
#page-graduatepath #sec-flow .item:last-child::after {
	display: none;
}
#page-graduatepath #sec-flow .item-txt {
	max-width: 544px;
	width: 100%;
}
#page-graduatepath #sec-flow .item-txt p:nth-of-type(1) {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 16px;
}
#page-graduatepath #sec-flow .item-img {
	width: 320px;
}


/*============================================================
 中途採用ーキャリアパス
*============================================================*/
/* common
---------------------------------------- */
#page-careerpath {
}

/* ヘッダー
---------------------------------------- */
#page-careerpath #sec-header {
	background-image: url(../images/career-career-path/careerpath-back.jpg);
	background-size: cover;
}
#page-careerpath #sec-header::before {
	background: none;
}

/* win-winの関係を確立していきたい
---------------------------------------- */
#page-careerpath #sec-catchcopy p {
	margin-bottom: 2em;
}

/* 入社後（フロー）
---------------------------------------- */
#page-careerpath #sec-flow {
	padding: 0 0 96px 0
}
#page-careerpath #sec-flow .item {
	padding-bottom: 64px;
	border-left: 2px solid #D6E0E9;
	position: relative;
}
#page-careerpath #sec-flow .item::before {
	content: '';
    background-image: url(../images/career-career-path/flow-dot-bg.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
	background-size: 32px 32px;
	position: absolute;
    left: 0;
    transform: translateX(-50%);
}
#page-careerpath #sec-flow .item::after {
	content: '';
    background-image: url(../images/career-career-path/flow-dot-sm.png);
    width: 14px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 14px 30px;
    bottom: 4px;
    position: absolute;
    left: -1px;
    transform: translateX(-50%);
}
#page-careerpath #sec-flow .item:last-child {
	margin-bottom: 0;
	border-left: none;
}
#page-careerpath #sec-flow .item:last-child::after {
	display: none;
}
#page-careerpath #sec-flow .item-txt {
	max-width: 544px;
	width: 100%;
}
#page-careerpath #sec-flow .item-txt p:nth-of-type(1) {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 16px;
}
#page-careerpath #sec-flow .item-img {
	width: 320px;
}



/*============================================================
 環境と制度ページ
*============================================================*/
/* common
---------------------------------------- */
#page-work-invironment-list {
}

/* モーダルの設定
---------------------------------------- */
.modal.hide {
	/* top: 0;
	display: none; */
	opacity: 1;
}
.modal {
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	opacity: 0;
	display: none;
}
.modal .title {
	text-align: center;
    font-weight: 700;
    font-size: 20px;
	line-height: 36px;
	margin-bottom: 13px;
}
.modal__bg{
	background: rgba(31, 39, 47, 0.72);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__bg::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-size:cover;
}
.modal__inner {
	position: relative;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 22px 0 26px 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 800px;
	width: 100%;
	height: 624px;
}
body.fixed {
	overflow-y: hidden;
}
.js-modal-close img {
	position: absolute;
	right: -20px;
	top: -24px;
	width: 48px;
	height: 48px;
}
.matrix {
	overflow: auto;
	height: 90%;
}
.matrix-img {
	margin: 0 auto;
	width: 752px;
	max-width: 100%;
}

/* スライダーの設定
---------------------------------------- */
.thumb-item-nav {
	padding-left: 15px;
	cursor: pointer;
}
.thumb-item-nav .slick-slide {
	text-align: center;
	white-space: nowrap;
}
.thumb-item-nav .slick-slide p {
	border-bottom: 1px solid #1F272F;
	margin-bottom: 0;
	display: table;
	margin: 0 12px;
}

.thumb-item-nav .slick-current {
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: none;
	position: relative;
}
.thumb-item-nav .slick-current p {
	border-bottom: 0;
	font-weight: bold;
}
.thumb-item-nav .slick-current p::after {
	content: '';
	width: 48px;
	height: 2px;
	background-color: #000;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.thumb-item li {
	text-align: center;
}
.slick-arrow {
	position: fixed;
	top: 48%;
	transform: translateY(-50%);
	margin: auto;
	width: 48px;
	cursor: pointer;
	z-index: 10;
	cursor: pointer;
}
.prev-arrow {
	left: 24px;
}
.next-arrow {
	right: 24px;
}

.sm {
	font-size: 12px;
}

/*============================================================
 採用ブログページ
*============================================================*/
/* common
---------------------------------------- */
#page-blog {
}

/*============================================================
 資料ダウンロードページ（もっと知る）
*============================================================*/
/* common
---------------------------------------- */
#page-download {
}
/* ヘッダー
---------------------------------------- */
#page-download #sec-header {
	background-image: url(../images/download/download-back.jpg);
	background-size: cover;
}
#page-download #sec-header::before {
	background: none;
}
#page-download #sec-header .page-title-sm {
	font-size: 24px;
    font-weight: 700;
    letter-spacing: initial;
}
/* 一言で言うと。ポイント
---------------------------------------- */
#page-download #sec-catchcopy .pdf-area {
	width: 640px;
	height: 480px;
	margin: 0 auto 40px;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

/*入力フォーム
---------------------------------------- */
#page-download #sec-form {
	background-color: #F8F8F8;
	padding: 72px 0 80px;
}
#page-download #sec-form p {
	text-align: center;
}
#page-download #sec-form p:first-child {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 40px;
}
#page-download #sec-form p:nth-child(2) {
	margin-bottom: 56px;
}
#page-download #sec-form dl {
	width: 664px;
	margin: 0 auto;
}
#page-download form .form-name {
	display: flex;
	justify-content: space-between;
}
#page-download form .form-valid {
	margin-bottom: 16px;
}
#page-download form .form-valid:after {
	content: "必須";
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	background-color: #E2041A;
	text-align: center;
	margin-left: 16px;
	width: 46px;
	height: 22px;
	box-sizing: border-box;
	line-height: 22px;
}
#page-download form input {
	border: 1px solid #8C8C8C;
	border-radius: 2px;
	height: 48px;
}
#page-download form input[type="text"] {
	width: 320px;
}
#page-download .agreement {
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 276px;
	max-width: 100%;
	margin: 0 auto 50px;
}
#page-download .agreement a {
	border-bottom: 1px solid #000;
}
#page-download .agreement .mwform-checkbox-field-text {
	padding-left: 30px;
}

#page-download .parts-btn button {
	background: initial;
	line-height: 100%;
}
#page-download .btn-confirm {
	display: none;
}
#page-download .form-check .btn-confirm {
	display: block;
}

#page-download  .js-confirm.active {
	background-color: #ccc;
	color: #fff;
}
/* エラーメッセージ
---------------------------------------- */
#page-download form .error-area {
	overflow: hidden;
	margin-bottom: 72px;
}
#page-download form .agreement .error {
	position: absolute;
	bottom: -30px;
	left: 30px;
}

/*============================================================
資料ダウンロードページ/確認ページ
*============================================================*/
/* フォーム
---------------------------------------- */
#page-download .form-check form dd {
	font-weight: 700;
	font-size: 20px;
}
#page-download .form-check .agreement {
	display: none;
}
#page-download .form-check .btn-area {
	display: flex;
	justify-content: center;
	max-width: 552px;
	width: 100%;
	margin: 0 auto;
}
#page-download .form-check .btn-confirm {
	color: #1F272F;
	border: 2px solid #1F272F;
}
#page-download .form-check .js-confirm {
	display: none;
}
/*============================================================
資料ダウンロードページ/完了ページ
*============================================================*/
#page-download #sec-form .thank-bg {
	font-size: 80px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
	line-height: 144px;
}
#page-download .form-thanks .txt {
	margin-bottom: 48px!important;
}

/*============================================================
 お知らせ一覧ページ
*============================================================*/
/* ヘッダー
---------------------------------------- */
#page-news-list #sec-header {
    background-image: url(../images/news/list-hero.jpg);
}

/* リスト
---------------------------------------- */
#page-news-list #sec-news-list {
	padding: 56px 0 80px 0;
}

/*============================================================
 お知らせ詳細ページ
*============================================================*/
/* ヘッダー
---------------------------------------- */
#page-news #sec-header {
    background-image: url(../images/news/list-hero.jpg);
}
#page-news #sec-header #page-title {
	margin-bottom: 0;
}

/* 記事
---------------------------------------- */
#page-news #sec-news {
	padding: 16px 0 80px 0;
}
#page-news #sec-news .post-date {
	margin-bottom: 16px;
}
#page-news #sec-news h1 {
	font-weight: 900;
	font-size: 40px;
	line-height: 180%;
	margin-bottom: 56px;
	text-align: left;
}
#page-news #sec-news .news-block {
	margin-bottom: 72px;
}
#page-news #sec-news .news-block h2 {
	text-align: left;
}
#page-news #sec-news .news-block p {
	margin-bottom: 40px;
}
#page-news #sec-news .news-block .bg-color {
	padding: 24px;
	background-color: #F8F8F8;
}
#page-news #sec-news .news-block .bg-color > *:last-child {
	margin-bottom: 0;
}
#page-news #sec-news .news-block strong {
	font-weight: bold;
	font-size: 20px;
	line-height: 180%;
}
#page-news #sec-news .news-block.img-block h2 {
	text-align: center;
}
/* 記事コンテンツ内微調整 */
#page-news #sec-news .post-content {
	margin-bottom: 80px;
}
#page-news #sec-news .post-content .img-box {
	margin-bottom: 40px;
}
#page-news #sec-news .post-content .wp-block-image {
	margin-bottom: 72px;
}
#page-news #sec-news .post-content .news-block .news-block {
	margin-bottom: 40px;
}
#page-news #sec-news .post-content > *:last-child {
	margin-bottom: 0;
}
