
/* =======================
 PC
=======================*/

@media (min-width: 762px) {
	
	/* =========================================================================
 	main
	===========================================================================*/
	
	#main_wrap{
		width: 100vw;
		height: 100vh;
		position: relative;
	}
	
	#member #main_wrap{background: url(../img/member_h1_bg_pc.jpg) no-repeat bottom center;background-size: cover;}
	#ideal #main_wrap{ background: url(../img/ideal_h1_bg_pc.jpg) no-repeat center; background-size: cover; }
	#diversity #main_wrap{ height: 424px; background: url(../img/divercity_h1_bg_pc.jpg) no-repeat top center; overflow: hidden;}
	#new #main_wrap{ height: 424px; background: url(../img/new_h1_pc.jpg) no-repeat top center; overflow: hidden; }
	#career #main_wrap{ height: 424px; background: url(../img/career_h1_pc.jpg) no-repeat top center; overflow: hidden; }
	
	#h1_box{
		position: absolute;
		left: 50%;
		width: 1000px;
		transform: translate(-50%,-50%); 
		-webkit-transform: translate(-50%,-50%);
		color: #fff;
	}
	
	#member #h1_box{ bottom:50px; }
	#ideal #h1_box{ top:50%; }
	#diversity #h1_box{ top:50%; }
	#new #h1_box{ top:50%; }
	#career #h1_box{ top:50%; }
	
	#h1_box h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 26px;
		line-height: 150%;
		text-indent: 4px;
		display: inline-block;
	}
	
	#h1_box span{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight:300;
		font-size: 80px;
		line-height: 100%;
	}

	#h1_box p{
		font-size:15px;
	}
	
	#member #h1_box p{ position:absolute; bottom: 20px; left: 258px; }
	#ideal #h1_box p{ padding: 20px 0 0; line-height: 160%; }
	

	
	/* =========================================================================
 	member
	===========================================================================*/

	#member .message_section {
		width: 100%;
		margin: 40px 0 0;
		height: 486px;
		position: relative;
	}
	#member .message_section:nth-of-type(1){background: #f7f8fa url(../img/member_photo13_pc.jpg) no-repeat top center;}
	#member .message_section:nth-of-type(2){background: #f7f8fa url(../img/member_photo08_pc.jpg) no-repeat top center;}
	#member .message_section:nth-of-type(3){background: #f7f8fa url(../img/member_photo10_pc.jpg) no-repeat top center;}
	#member .message_section:nth-of-type(4){background: #f7f8fa url(../img/member_photo11_pc.jpg) no-repeat top center;}
	#member .message_section:nth-of-type(5){background: #f7f8fa url(../img/member_photo12_pc.jpg) no-repeat top center;}
	#member .message_section:nth-of-type(6){background: #f7f8fa url(../img/member_photo02_pc.jpg) no-repeat top center;}
	#member .message_section:nth-of-type(7){background: #f7f8fa url(../img/member_photo05_pc.jpg) no-repeat top center;}
	#member .message_section:nth-of-type(8){background: #f7f8fa url(../img/member_photo06_pc.jpg) no-repeat top center;}
	#member .message_section:nth-of-type(9){background: #f7f8fa url(../img/member_photo07_pc.jpg) no-repeat top center;}
	#member .message_section:nth-of-type(10){background: #f7f8fa url(../img/member_photo14_pc.jpg) no-repeat top center;}

	#member .message_box{
		width: 540px;
		position: absolute;
		top:50%;
		transform: translate(0,-50%);
	}
	
	#member .message_section:nth-of-type(even) .message_box{left: 50%;}
	#member .message_section:nth-of-type(odd) .message_box{right: 50%;}
	
	#member .message_box .name_txt{
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 36px;
		line-height: 110%;
		display: inline-block;
		float: left;
	}
	#member .message_section:nth-of-type(1) .name_txt span{color: #9aa5e6;}
	#member .message_section:nth-of-type(2) .name_txt span{color: #c49b40;}
	#member .message_section:nth-of-type(3) .name_txt span{color: #c55d5d;}
	#member .message_section:nth-of-type(4) .name_txt span{color: #8876aa;}
	#member .message_section:nth-of-type(5) .name_txt span{color: #87c440;}
	#member .message_section:nth-of-type(6) .name_txt span{color: #5d84c5;}
	#member .message_section:nth-of-type(7) .name_txt span{color: #b257a4;}
	#member .message_section:nth-of-type(8) .name_txt span{color: #bd9060;}
	#member .message_section:nth-of-type(9) .name_txt span{color: #87c440;}
	#member .message_section:nth-of-type(10) .name_txt span{color: #90597F;}

	
	#member .message_box .part_txt{
		font-size: 14px;
		line-height: 120%;
		display: inline-block;
		float: left;
		margin: 42px 0 0 24px;
	}

	#member .message_box .l1{
		margin: 57px 0 0 24px;
	}
	
	#member .message_box .body_txt {
		clear: both;
		padding: 30px 0 0;
		font-size: 1.5rem;
	}
	
	
	
	/* =========================================================================
 	ideal
	===========================================================================*/

	#ideal #sec {
		width: 774px;
		margin: 100px auto 100px;
	}

	#ideal #sec3 {
		width:100%;
		background:#eff4e1 url(../img/vision_bg.jpg) no-repeat top center;
		background-size: 100% auto;
		padding:80px 0;
	}

	#ideal #sec1 {
		width:100%;
	}

	#ideal #sec2 {
		width:100%;
		padding: 80px 0 150px;
	}

	#ideal #sec1 .wrapper{
		width: 1000px;
		margin:0 auto;
		padding: 50px 150px;
		box-sizing: border-box;
		border: 1px solid #ccc;
	}

	#ideal #sec2 .wrapper{
		width:1000px;
		margin:0 auto;
		padding: 50px 50px 80px;
		box-sizing: border-box;
		border: 1px solid #ccc;
	}
	
	#ideal #h2_area {
		background: url(/global/img/slash_black.png) no-repeat center bottom;
		background-size:24px auto;
		margin: 0 0 20px;
		padding: 0 0 40px;
		text-align: center;
	}
	
	#ideal #h2_area h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 22px;
	}

	#ideal .h_body{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 15px;
		text-align: center;
	}
	
	#ideal #h2_area span{
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 40px;
		line-height: 110%;
		display: inline-block;
	}

	
	
	#ideal #sec1 h3,#ideal #sec2 h3{
		font-family: 'Roboto', sans-serif;
		font-weight: 200;
		letter-spacing: 2px;
		font-size: 40px;
		text-align: center;
		margin: 0 auto 50px;
	}

	#ideal #sec1 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		margin:-20px 0 50px;
	}

	#ideal #sec3 .cw_wrap{
		width:800px;
		margin:0 auto;
		padding:40px 40px 60px;
		background:#fff;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	}

	#ideal #sec3 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 26px;
		line-height: 140%;
		color: #72a700;
		text-align: center;
		margin:0 0 40px;
	}

	#ideal #sec3 h4.credo_ttl{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 20px;
		color:#8c8c8c;
		text-align: center;
		margin:0 0 20px;
	}

	#ideal #sec3 h4.credo_ttl span{
		display:block;
		color:#a4c41e;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 20px;
	}

	
	#ideal #sec1 span.core_box{
		display: inline-block;
		background:#000;
		color:#fff;
		font-weight: 400;
		font-size: 16px;
		vertical-align: top;
		line-height: 100%;
		letter-spacing: 1px;
		margin: 8px 10px 5px 0;
		padding: 2px 8px 3px;
	}

	#ideal #sec1 h3 span,#ideal #sec2 h3 span{
		font-family: 'Noto Sans JP', sans-serif;
		display:block;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 100%;
		margin: -8px 0 0;
	}

	#ideal #sec1 .core_list h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 20px;
		letter-spacing: -1px;
		padding: 0 0 14px;
	}

	#ideal #sec1 .core_list p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 15px;
		line-height: 180%;
	}

	#ideal #sec1 .core_list{
		display:flex;
		justify-content: space-between;
		margin: 80px 0 20px;
	}

	#ideal #sec1 .core_list li{
		width:48%;
	}


	

	#ideal #sec2 h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 17px;
		line-height: 140%;
		padding: 0 0 16px 60px;
		margin: 10px 0 0;
		position: relative;
	}

	#ideal #sec2 li:nth-child(2) h4{
		font-size: 17px;
		font-feature-settings: 'palt';
		white-space: nowrap;
	}

	#ideal #sec2 h4 span{
		display:block;
		width: 51px;
		background:#ccc;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 18px;
		text-align: center;
		position:absolute;
		left:0;

		top: 3px;
	}

	#ideal #sec2 h4 span.team1{
		background:#c2dd4c;
	}
	#ideal #sec2 h4 span.team2{
		background:#e6a937;
	}
	#ideal #sec2 h4 span.team3{
		background: #4f7eb9;
		color:#fff;
	}

	#ideal #sec2 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 15px;
	}

	#ideal #sec1 ul._core_list,#ideal #sec2 ul.alpha_list{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 40px 0;
	}

	#ideal #sec1 ul._core_list li{
		width: 47%;
		border-top: 2px solid #737475;
		padding: 32px 0;
	}

	#ideal #sec2 ul.alpha_list li{
		width: calc(50%);
		padding: 0 60px 50px;
		box-sizing:border-box;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}

	#ideal #sec2 ul.alpha_list li:nth-child(even){
		border-right:none;
	}

	#ideal #sec2 ul.alpha_list li:nth-child(3),
	#ideal #sec2 ul.alpha_list li:nth-child(4){
		border-bottom:none;
		padding: 50px 60px 0;
	}

	#ideal #sec2 ul.alpha_list .icon_wrap{
		margin: 18px 0 36px;
	}
	#ideal #sec2 ul.alpha_list li:nth-child(2) .icon_wrap{
		margin: 0 0 28px;
	}
	#ideal #sec2 ul.alpha_list li:nth-child(3) .icon_wrap{
		margin: 0 0 28px;
	}

	#ideal #sec2 ul.alpha_list .icon_wrap .img_box{
		width:100px;
		margin:0 auto;
	}

	#ideal #sec2 ul.alpha_list .icon_wrap i{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		font-size: 18px;
		font-style: normal;
		text-align: center;
		line-height: 140%;
		color: #949494;
		padding: 0 0 10px;
	}

	/* credo BTN */
	
	#ideal .credo_info_wrap li a{
		display: block;
		padding: 16px 0 18px 176px;
		position: relative;
		border-top: 1px solid #d4d4d4;
	}
	
	#ideal .credo_info_wrap li a.lt{
		border-bottom: 1px solid #d4d4d4;
	}
	
	#ideal .credo_info_wrap li a h5{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #8c8c8c;
		font-size: 16px;
		line-height: 100%;
	}
	
	#ideal .credo_info_wrap li a h5 span.credo_eng{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 20px;
		text-align: right;
		width: 124px;
		position: absolute;
		top: 16px;
		left: 50px;
	}
	
	#ideal .credo_info_wrap li a:before{
		position:absolute;
		content:"";
		top: 27px;
		right: 16px;
		width: 12px;
		transition: all 0.5s ease 0s;
		border-top: 1px solid #8c8c8c;
		transform: rotate(0);
	}
	#ideal .credo_info_wrap li a:after{
		position:absolute;
		content:"";
		top: 27px;
		right: 16px;
		width: 12px;
		transition: all 0.5s ease 0s;
		border-top: 1px solid #8c8c8c;
		transform: rotate(90deg);
	}
	
	
	
	/* credo BTN active */
	
	#ideal .credo_info_wrap li a.active{
		border-top:none;
	}
	
	#ideal .credo_info_wrap:nth-of-type(1) li a.active{background:#8f949b;}
	#ideal .credo_info_wrap:nth-of-type(2)  li a.active{background:#81a290;}
	#ideal .credo_info_wrap:nth-of-type(3)  li a.active{background:#a095a7;}
	#ideal .credo_info_wrap:nth-of-type(4)  li a.active{background:#c69959;}
	#ideal .credo_info_wrap:nth-of-type(5)  li a.active{background:#a29181;}
	
	#ideal .credo_info_wrap li a.active h5{
		color: #fff;
	}
	
	#ideal .credo_info_wrap li a.active h5 span.credo_eng{
		color: #fff;
	}
	
	#ideal .credo_info_wrap li a.active:before{
		border-top: 1px solid #fff;
		transform: rotate(180deg);
	}
	#ideal .credo_info_wrap li a.active:after{
		border-top: 1px solid #fff;
		transform: rotate(360deg);
	}
	
	#ideal .credo_info_contents{
		padding: 30px 36px;
	}
	
	#ideal .credo_info_contents:nth-of-type(1) {background: #c7c7c7;}
	#ideal .credo_info_contents:nth-of-type(2) {background: #abbca8;}
	#ideal .credo_info_contents:nth-of-type(3) {background: #d9c8dd;}
	#ideal .credo_info_contents:nth-of-type(4) {background: #ebd7a7;}
	#ideal .credo_info_contents:nth-of-type(5) {background: #f3f0ee;}
	
	
	#ideal .credo_info_contents p{
		font-size: 14px;
	}
	
	
	/* =========================================================================
 	diversity
	===========================================================================*/
	
	#diversity #sec {
		margin: 100px 0 150px;
	}
	
	#diversity #h2_area {
		background: url(/global/img/slash_black.png) no-repeat center bottom;
		background-size:24px auto;
		margin: 0 0 60px;
		padding: 0 0 40px;
		text-align: center;
	}
	
	#diversity #h2_area h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 15px;
	}
	
	#diversity #h2_area span{
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 40px;
		line-height: 110%;
		display: inline-block;
	}
	
	#diversity .diversity_box{
		position: relative;
		width: 1000px;
		margin: 0 auto;
		padding: 0 0 24px;
	}

	#diversity table{
		width: 100%;
	}

	#diversity th,#diversity td{
		padding: 35px 5px;
		border-bottom: 1px solid #626262;
		vertical-align: top;
		text-align: left;
		font-size: 16px;
	}
	
	#diversity tr:first-child th,#diversity tr:first-child td{
		border-top: 2px solid #626262;
	}
	
	#diversity tr:last-child th,#diversity tr:last-child td{
		border-bottom: 2px solid #626262;
	}
	
	#diversity th{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		width: 16%;
		padding: 35px 30px 35px 5px;
	}
	

	#diversity .img_box{
		width:100%;
		margin: 0 0 20px;
	}
	
	#diversity .info {
		margin: 30px 36px 50px;
	}
	#diversity .info2 {
		margin: 24px 36px 50px;
	}

	
	#diversity .box2{
		padding: 18px 34px;
		background: #e5e5e5;
		font-weight: 600;
		font-size: 16px;
	}

	
	#diversity .diversity_box a:link {
	color: #587bde;
	text-decoration: underline !important; 
	}
	#diversity .diversity_box a:visited {
		color: #587bde;
		text-decoration: underline;
	}
	#diversity .diversity_box a:hover, a:active, a:focus { 
		text-decoration: underline;
	}
	
	
	
	
	/* =========================================================================
 	new
	===========================================================================*/
	
	#new #sec {
		width: 100%;
		background: #f7f8fa;
		height: 300px;
		position: relative;
	}
	
	#new #sec2 {
		width: 100%;
		background: #f7f8fa;

		/* padding: 0 0 150px; */
	}
	
	#new #sec3 {
		width: 100%;
		padding: 100px 0 150px;
	}

	#new #sec2 p.body_txt,#new #sec3 p.body_txt{
		text-align:center;
		padding: 0 0 20px;
	}
	


	#new .h2_area {
		background: url(/global/img/slash_black.png) no-repeat center bottom;
		background-size:24px auto;
		margin: 0 0 60px;
		padding: 0 0 40px;
		text-align: center;
	}
	
	#new .h2_area h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 15px;
	}
	
	#new .h2_area span{
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 40px;
		line-height: 110%;
		display: inline-block;
	}
	
	#new #message_wrap{
		position: absolute;
		top: -50px;
		left: 50%;
		-webkit-transform:translate(-50%, 0);
		transform:translate(-50%, 0);
		width: 830px;
		padding: 28px 25px;
		background: #fff;
	}
	
	#new #message_img{

		width: 362px;
		float: left;
	}
	
	#new #message_txt_wrap{
		width: 434px;
		float: right;
	}
	
	#new #message_txt_wrap h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 22px;
		color: #6b6b6b;
		position: relative;
		padding: 18px 0 10px;
	}
	
	#new #message_txt_wrap h2:before{
		content: "MESSAGE";
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 10px;
		background: #aaaaaa;
		padding: 4px 10px 3px;
		letter-spacing:1px;
		line-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
	}
	
	#new #message_txt_wrap h2:after{
		display: inline-block;
		content: "";
		width: 100px;
		height: 1px;
		background: #b7b7b7;
		margin: 0 0 8px 10px;
	}

	#new #message_txt_wrap p{
		font-size:14px;
		line-height:160%;
	}
	#new #message_txt_wrap p.team_txt{
		font-size:12px;
		line-height:120%;
		text-align:right;
		padding:10px 0 0;
	}
	
	
	
	#new .bnr_box{
		width: 420px;
		margin: 14px auto 120px;
		background: #fff;
		box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
	}
	
	#new .bnr_box li{
		width: 100%;
		float: left;
	}

	#new .bnr_box li a{
		display:block;
		padding:40px;
		/* border-right: 1px solid #f3f3f3; */
		border-bottom: 1px solid #f3f3f3;
	}

	#new .bnr_box li a:hover{
		transition: all 0.5s ease 0s;
		opacity: 0.5;
	}

	#new .other_wrap{
		width: 420px;
		margin:0 auto 120px;
	}

	#new .other_wrap p{
		font-size:14px;
		padding:10px 0 0 15px;
		float:left;
	}

	#new .other_wrap .bnr_box2{
		width: 40px;
		float:left;
	}
	
	#new .mypage_wrap{
		width: 100%;
		background: #535353;
		padding:50px 0;
	}

	#new .mypage_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 20px;
		color:#fff;
		text-align:center;
	}
	
	#new .mypage_wrap h3 span.bet{
		letter-spacing: 2px;
	}	

	#new .mypage_wrap h3 span.bracket{
		margin: 0 4px 0 14px;
	}	

	#new .mypage_wrap h3 span.adjust{
		letter-spacing: 1.5px;
		font-size: 18.7px;
		margin: 0 2px 0 1px;
	}	


	#new .mypage_wrap p{
		font-size: 15px;
		color:#fff;
		width:800px;
		margin:0 auto;
		text-align:center;
		padding:14px 0 30px;
	}
	
	#new .mypage_wrap p.cap{
		font-size: 14px;
		padding: 19px 0 0;
		color: #b0b0b0;
	}
	
	#new .mypage_wrap p.cap .adjust{
		font-size: 13.5px;
		padding: 19px 0 0;
		color: #b0b0b0;
		margin: 0 2px 0 0;
	}
	

	#new .mypage_name{
		color:#fff;
		margin: 5px auto 4px;
		text-align:center;
		display: block;
	}

	#new .mini2{
		display: inline;
		font-size: 15.5px;
		color:#a9a7a7;
		margin: 7px 2px -3px 0;
		text-align:center;
		font-weight: 500;
		letter-spacing: 2.8px;
	}
	

	#new .mini{
		font-size: 17px;
		color:#a9a7a7;
		margin: 7px auto -3px;
		text-align:center;
		font-weight:400;
		letter-spacing: 2.8px;
		display: inline;
	}
	
	#new .flow_wrap{
		width: 1000px;
		margin: 20px auto 20px;
	}
	
	#new .flow_wrap > li{
		float: left;
		background: url(../img/new_bg_arrow_pc.gif) no-repeat 98% center;
		position: relative;
	}
	
	#new .flow_wrap > li:nth-child(1):before{content: "1"; width: 198px;}
	#new .flow_wrap > li:nth-child(2):before{content: "2"; width: 176px;}
	#new .flow_wrap > li:nth-child(3):before{content: "3"; width: 176px;}
	#new .flow_wrap > li:nth-child(4):before{content: "4"; width: 208px;}
	#new .flow_wrap > li:nth-child(5):before{content: "5"; width: 154px;}
	
	#new .flow_wrap > li:before{
		padding: 5px 0;
		text-align: center;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 20px;
		line-height: 100%;
		display: inline-block;
		background: #8f949b;
		margin: 0 0 5px;
	}
	
	
	
	#new .flow_wrap > li:nth-child(1){width:220px;}
	#new .flow_wrap > li:nth-child(2){width:198px;}
	#new .flow_wrap > li:nth-child(3){width:198px;}
	#new .flow_wrap > li:nth-child(4){width:230px;}
	#new .flow_wrap > li:nth-child(5){width:154px;}
	#new .flow_wrap > li:last-child{
		float: right;
		background:none;
	}

	#new .flow_wrap li .flow_box{
		border:1px solid #ccc;
		height: 248px;
	}
	
	#new .flow_wrap > li:nth-child(1) .flow_box{ width: 196px; }
	#new .flow_wrap > li:nth-child(2) .flow_box{ width: 174px; }
	#new .flow_wrap > li:nth-child(3) .flow_box{ width: 174px; }
	#new .flow_wrap > li:nth-child(5) .flow_box{ width: 152px; }
	
	#new .flow_wrap li .flow_box2{
		border:1px solid #ccc;
		background: #f1f2f4;
		width: 206px;
		height: 56px;
		margin: 0 0 6px;
	}
	
	#new .flow_wrap .flow_img{
		width: 136px;
		margin: 0px auto 0px;
	}
	#new .flow_box h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 18px;
		text-align:center;
		padding: 20px 0 10px;
	}
	#new .flow_wrap > li:nth-child(5) .flow_box h3{padding: 90px 0 0;}
	#new .flow_box2 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 14px;
		text-align:center;
		padding: 8px 0 2px;
		line-height:160%
	}
	#new .flow_box p{
		padding: 0 16px;
		font-size: 14px;
		line-height: 150%;
	}
	#new .flow_box2 p{
		font-size: 14px;
		line-height: 100%;
		text-align:center;
	}

	#new .flow_box p.flow_cap{
		font-size: 12px;
		line-height: 140%;
		padding: 10px 16px;
	}
	
	

	#new .btn_box li{
		width:126px;
		margin:0 auto 20px;
	}

	
	#new .flow_box li a{
		display:block;
	}

	#new .btn_box li a:hover,
	#new .flow_box a:hover{
		transition: all 0.5s ease 0s;
		opacity: 0.5;
	}

	#new .flow_cap2{
		width: 990px;
		margin: 0 auto;
		font-size:12px;
		text-indent: -1em;
		padding: 0 0 0 1em;
	}
	
	#new .cv_txt{
		text-align: center;
		line-height: 150%;
		/* font-size: 14px; */
		padding: 0 0 20px;
	}
	
	#new .cv_wrap{
		background:#f7f8fa;
		
	}
	
	/* =========================================================================
 	career
	===========================================================================*/
	
	#career #sec {
		width: 100%;
		background: url(../img/career_photo01_pc.jpg) no-repeat top center;
		background-size: cover;
		height: 370px;
		position: relative;
		
	}
	
	#career #sec2 {
		width: 100%;
		padding: 100px 0 100px;
	}
	

	#career #sec2 p.body_txt{
		text-align:center;
		padding: 0 0 20px;
	}
	
	
	#career li.info_btn {
		width: 300px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
	}
	
	#career li.info_btn a{
		display: block;
		padding: 20px 0;
		line-height: 140%;
		background: #fff url(/global/img/arrow_b.png) no-repeat 94% center;
		background-size: 6px auto;
		font-size: 14px;
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	
	#career li.info_btn a span{
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 28px;
		letter-spacing: 2px;
		padding: 0 0 5px;
	}
	
	/* en anime s */
	#career li.info_btn a:before{
		content: "\00a0";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		color: #c8c9cc;
		background:#c8c9cc;
		border-radius: 100%;
		text-align: center;
		width: 0;
		height: 0;
	}
	
	#career li.info_btn a:hover:before{
		transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
		width: 400px;
		height: 400px;
		opacity: 0;
	}
	/* en anime e */
	
	
	
	
	#career .h2_area {
		background: url(/global/img/slash_black.png) no-repeat center bottom;
		background-size:24px auto;
		margin: 0 0 60px;
		padding: 0 0 40px;
		text-align: center;
	}
	
	#career .h2_area h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 15px;
	}
	
	#career .h2_area span{
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 40px;
		line-height: 110%;
		display: inline-block;
	}
	
	
	
	#career .flow_wrap{
		width: 1000px;
		margin: 20px auto 20px;
	}
	
	#career .flow_wrap > li{
		float: left;
		background: url(../img/new_bg_arrow_pc.gif) no-repeat 99% 58%;
		position: relative;
	}
	
	#career .flow_wrap > li:nth-child(1):before{content: "1"; }
	#career .flow_wrap > li:nth-child(2):before{content: "2"; }
	#career .flow_wrap > li:nth-child(3):before{content: "3"; }
	#career .flow_wrap > li:nth-child(4):before{content: "4"; }
	
	#career .flow_wrap > li:before{
		padding: 5px 0;
		text-align: center;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 20px;
		line-height: 100%;
		display: inline-block;
		background: #8f949b;
		margin: 0 0 5px;

		width: 235px;
	}
	
	
	#career .flow_wrap > li:nth-child(1){width:255px;}
	#career .flow_wrap > li:nth-child(2){width:255px;}
	#career .flow_wrap > li:nth-child(3){width:255px;}
	#career .flow_wrap > li:nth-child(4){width:235px;}
	#career .flow_wrap > li:last-child{
		float: right;
		background:none;
	}

	#career .flow_wrap li .flow_box{
		border:1px solid #ccc;
		height: 160px;
		width: 233px;
	}
	
	
	#career .flow_wrap .flow_img{
		width: 168px;
		margin: 6px auto 20px;
	}
	#career .flow_box h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 18px;
		text-align:center;
		line-height: 120%;
		padding: 22px 0 0px;
	}
	#career .flow_wrap > li:nth-child(2) .flow_box h3{padding: 65px 0 0;}
	#career .flow_wrap > li:nth-child(3) .flow_box h3{padding: 46px 0 0;}
	#career .flow_wrap > li:nth-child(4) .flow_box h3{padding: 66px 0 0;}
	
	
	#career .flow_box p{


		padding: 0 16px;
		font-size: 14px;
		text-align: center;
		line-height: 150%;
	}


	#career .cv_txt{
		text-align: center;
		line-height: 150%;
		padding: 0 0 20px;
	}
	
	#career .cv_wrap{
		background:#f7f8fa;
		
	}
}



