@charset "UTF-8";

/*!01ヘッダ*/
/*!1.5 ハンバーガーボタン*/
/*!02FV*/
/*!03 TOPコンテント*/
/*!4 TOP ABOUT*/
/*!5 TOP PRODUCT*/
/*!6 TOP DEVELOPMENT*/
/*!7 TOP SES*/
/*!8 TOP CLIENT*/
/*!!8 採用情報*/
/*!9 news*/
/*!10 CONTACT*/
/*!11 FOOTER*/
/*!12 下層共通*/
/*!13 RECRUIT*/
/*!N-01 NEWS一覧ページ*/
/*!D-01 DEVELOP一覧ページ*/
/*!P-01 PRODUCT一覧ページ*/
/*!14 お問い合わせ*/
/*!!15求人ページ*/




/*!01ヘッダ*/
header {
	display: block;
	position: fixed;
	height: 70px;
	width:calc(100% - 48px);
	padding: 0;
	margin: 24px;
	z-index: 9;
	/* アニメーションの変化時間 */
	transition: 0.5s;
}
/*ロゴ*/
.header_logo {
	width: 200px;
	margin-left: 24px;
}
.header_logo h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px;
}
.ttl {
	width: 320px;
	
}
.ttl:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.banners {
	position: fixed;
	right: 40px;
	top: 0px;
	z-index: 2;
	transition: transform 0.5s ease;
	transform-origin: right center; /* 右を基準に縮小 */
	margin-right: 0px;
}
.banner {
	position: relative;
	width: auto;
	display: inline-block;
	overflow: hidden;
	z-index: 1;	
	padding-left: 16px;
	font-size: 14px;
	color: #fff;
	padding: 8px 16px;
	margin-left: 16px;
	border-radius: 0 0 4px 4px;
	position: relative;
	z-index: 9;
	
}
.banner img {
	border-radius: 8px;
	overflow: hidden;
}
.banner img:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}

.banner1 {
	background: #090979;
	background: linear-gradient(90deg, rgba(9, 9, 121, 1) 35%, rgba(5, 5, 176, 1) 100%);
	transition: opacity 0.2s;
}
.banner2 {
	background: #8B7254;
	background: linear-gradient(0deg, rgba(139, 114, 84, 1) 0%, rgba(174, 151, 100, 1) 100%);
	transition: opacity 0.2s;
}

.banner1:hover {
	background: #0000a6;

	transition: opacity 0.2s;
}
.banner2:hover {
	background: #b58e60;

	transition: opacity 0.2s;
}






/*PCメニュー*/
.pc_nav {
	padding-right: 24px;
	margin-top: 32px;
}
.pc_nav a {
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 0 32px;
	height: 70px;
	display: inline-block;
	line-height: 70px;
}
.pc_nav a span {
	height: 16px;
	line-height: 16px !important;
	display: block !important;
	transition: .4s;
}

.pc_nav a:hover {
	transition: .2s;
	color: #0e57ab;
}


.underlayer .pc_nav a:hover {
	transition: .2s;
	color: #0e57ab;
}





/*サブメニュー*/
.menu {
	list-style: none;
	padding: 0;
}

.submenu {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	position: absolute;
	right: 16px;
	top: 88px;
	background: linear-gradient(45deg, #1461b6, #053c9b);
	margin-top: 5px;
}

.has-sub {

}

.has-sub:hover .submenu {
	opacity: 1;
	visibility: visible;
}




/*サブメニュー*/
.sub_wrapper {
	border-radius: 16px;
	margin: 0;
	padding: 8px 24px;
	width: 100%;
	max-width: 490px;
}
.sub_wrapper li {
	margin: 16px 0;
}
.sub_wrapper a {
	display: block;
	line-height: 1.5em !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
}
.sub_wrapper a:hover {
	opacity: 0.5;
	transition-duration: .3s;
	color: #fff;
}

.menu_eng {
	font-size: 12px;
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 700;
	font-style: normal;
	display: block;
	line-height: 16px !important;
	margin: 0 0 8px !important;
}







/*ヘッダお問い合わせボタン*/
.recruit {
	background: #0e57ab;
	border-radius: 8px;
	color: #fff !important;
	font-size: 14px !important;
	text-align: center;
	font-weight: 600;
	padding: 0 24px !important;
	display: inline-block;
	position: relative;
	left: 12px;
	z-index: 1;
	width: 190px;
	margin-left: 32px;
	transition: .4s;
}
.recruit span {
	display: inline-block;
	transition: .4s;
}
.recruit:hover {
	transition: .4s;
	background: #042270;
}
.recruit:hover span {
	display: inline-block;
	margin-right: 12px;
	transition: .4s;
}
.contact {
	background: #2e2b2b;
	border-radius: 8px;
	color: #fff !important;
	font-size: 14px !important;
	text-align: center;
	font-weight: 600;
	padding: 0 24px !important;
	display: inline-block;
	z-index: 2;
	width: 180px;
	transition: .4s;
}
.contact span {
	display: inline-block;
	transition: .4s;
}
.contact:hover {
	transition: .4s;
	background: #111;
	
}
.contact:hover span {
	display: inline-block;
	margin-right: 12px;
	transition: .4s;
}










.ttl {
	transform: scale(1);
	transition: .4s;
	
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
	position: fixed;
	height: 100px;
	width:calc(100% - 0px);
	padding: 0 0 0;
	margin: 0;
	z-index: 9;
	/* アニメーションの変化時間 */
	transition: 0.5s;
	background: #fff;
}

header.scroll-nav .contact {
	background: #2e2b2b;
	border-radius: 8px 0 0 8px;
	color: #fff !important;
	font-size: 14px !important;
	text-align: center;
	font-weight: 600;
	padding: 0 24px !important;
	display: inline-block;
	z-index: 9;
	width: 180px;
	transition: .4s;
	
}

header.scroll-nav .header_logo {
		width: 200px;
		margin-left: 24px;
		position: relative;
		top: 0px;
}

header.scroll-nav .header_logo .ttl {
	transform: scale(0.9);
	transition: .4s;
	transform-origin: left top;
	
}

.sub_arrow {
	display: inline-block;
	padding-right: 24px;
	background: url(img/arrow_bottom.svg) no-repeat center right;
	background-size: 14px;
}

.scroll-nav .pc_nav {
	margin-top: 40px;

}


.scroll-nav .banners {
	position: fixed;
	right: 40px;
	top: 0px;
	z-index: 2;
	transform: scale(0.5); /* 50% に縮小 */
	transition: transform 0.5s ease; 
	transform: scale(0.7);
	transform-origin: right top; /* 右を基準に縮小 */
	margin-right: -16px !important;
}
.scroll-nav .banner {
	position: relative;
	width: auto;
	display: inline-block;
	overflow: hidden;
	z-index: 1;	
	padding-left: 16px;
	font-size: 14px;
	color: #fff;
	padding: 8px 16px;
	margin-left: 16px;
	border-radius: 0 0 4px 4px;
	position: relative;
	z-index: 9;
	
}
.banner img {
	border-radius: 8px;
	overflow: hidden;
}
.banner img:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}

.banner1 {
	background: #090979;
	background: linear-gradient(90deg, rgba(9, 9, 121, 1) 35%, rgba(5, 5, 176, 1) 100%);
	transition: opacity 0.2s;
}
.banner2 {
	background: #8B7254;
	background: linear-gradient(0deg, rgba(139, 114, 84, 1) 0%, rgba(174, 151, 100, 1) 100%);
	transition: opacity 0.2s;
}

.banner1:hover {
	background: #0000a6;

	transition: opacity 0.2s;
}
.banner2:hover {
	background: #b58e60;

	transition: opacity 0.2s;
}


/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */






/*!1.5 ハンバーガーボタン*/

.header {
  position: relative;
  z-index: 10;
  display: fixed;
  width: 100%;
  display: none;
}





.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(img/dot.jpg) repeat #0061ca;
	background-size: 40px;
  padding: 20px 28px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.header__nav.is-open {
  opacity: 1;
  visibility: visible;
}

.header__nav-list {
  list-style: none;
  padding-top: 88px;
}

.header__nav-item {
  margin: 0 0 0 0;
}
.header__nav-item a {
  color: #fff;
  text-decoration: none;
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 700;
	font-style: normal;
	
  font-size: 18px;
  margin: 0 0 16px;
  text-align: right;
  display: block;
}
.header__nav-item a:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  
}
.header__nav-item a span {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	display: block;
	margin: 0px;
}

.hamburger {
  position: fixed;
  top: 42px;
  right: 42px;
  width: 28px;
  height: 17px;
  z-index: 9999;
}
.hamburger__trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 24px;
  height: 21px;
}
.hamburger__trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2e2b2b;
}
.hamburger__trigger span:nth-of-type(1) {
  top: 0;
}
.hamburger__trigger span:nth-of-type(2) {
  top: 9px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.hamburger__trigger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger__trigger.is-active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  background: #fff;
}
.hamburger__trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger__trigger.is-active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
  background: #fff;
}


body.is-open {
  height: 100vh;
  overflow-y: hidden;
}

/*!02FV*/


.fv {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;	
}

.dot {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	min-width: 240px;
	
}
.fv_text {
	padding: 32px 32px 32px 64px;
	position: relative;
	bottom: 92px;
}
.fv_text h2 {
	color: #fff;
	font-weight: 400;
	font-size: 64px;
	margin-bottom: 16px;
	letter-spacing: 0.1em;
	line-height: 1.6em !important;
	font-weight: bold;
}

.fv_text h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 2em;
	margin-bottom: 0px;
	/*font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 700;
	font-style: normal;*/
}


.fv2 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 0;	
	position: absolute;
	top: 0;
	left: 0;
}

.fv2 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




/*!03 TOPコンテント*/

/*ボタン*/
.btn_con {
	width: 190px;
}
.btn {
	font-size: 16px;
	transition: .2s;
}
.btn .btn_icon {
	width: 80px;
	height: 50px;
	transition: .2s;
}
.btn .btn_icon img {
	width: 24px;
}

.btn:hover {
	font-size: 16px;
	transition: .2s;
	color: #0063df !important;

}

.btn:hover .btn_icon {
	margin-left: 16px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	transition: .2s;
}
.btn:hover .btn_icon img {
	width: 24px;
	transition: .2s;
	transform: translateX(4px);
}

/*白ボタン*/
.btn_w {
	font-size: 16px;
	transition: .2s;
	color: #fff !important;
	text-shadow: 2px 2px 4px rgba(11, 9, 41, 0.543);
}

.btn_w .btn_icon {
	background: #fff;
	border-radius: 100px;
	width: 80px;
	height: 50px;
	transition: .2s;
}
.btn_w .btn_icon img {
	width: 16px;
}

.btn_w:hover {
	font-size: 16px;
	transition: .2s;
}

.btn_w:hover .btn_icon {
	margin-left: 16px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	transition: .2s;
}
.btn_w:hover .btn_icon img {
	width: 16px;
	transition: .2s;
}



.content_container {
	padding: 64px 32px;
	width: auto;
	margin: 0 auto;
}
.content_ttl_eng {
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #0e57ab;
	font-size: 128px;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
	line-height: 1em;
	letter-spacing: 0em;
	
}
.content_ttl_jp {
	font-size: 18px;
	font-weight: 800;
}
.lh2 {
	line-height: 2.4em !important;
}

section h6 {
	font-size: 30px;
	margin-bottom: 24px;
}

/*!4 TOP ABOUT*/
.aboutus {
	position: relative;
	margin-top: -128px !important;
	z-index: 8;
}

.about_l {
	width: 560px;
}

.about_r {
	width: calc(100% - 560px);
	margin-left: 0px;
	margin-top: 24px;
}
.top_text {
	font-weight: 600;
	color: #161414;
	font-size: 24px;
	line-height: 2.2em;
	letter-spacing: 0.16em;
}

/*!5 TOP PRODUCT*/
.top_product {
	background: url(img/top_product.png) no-repeat;
	background-size: cover;
	width: 100%;
	padding: 320px 0 0px; 
}

/*!6 TOP DEVELOPMENT*/
.dev_wrapper {
	background: rgb(11,100,205);
	background: linear-gradient(90deg, rgba(33, 119, 220, 1) 0%, rgba(16,102,192,1) 100%);
	border-radius: 16px;
	margin: 0;
	padding: 64px 16px 32px;
	width: 100%;
}
.dev_wrapper .dev_in {
	margin: 0 24px;
	display: block;
	width: 240px;
	height: auto;
	max-height: 400px;
}
.dev_wrapper .dev_in .dev_in1 {
	border-radius: 16px;
	overflow: hidden;
	width: 240px;
	height: 240px;
	display: block;
	margin: 0;
}
.dev_wrapper .dev_in .dev_in1 img {
	min-width: 240px;
	min-height: 240px;
	width: auto;
	height: auto;
	object-fit: cover;
	transition: .2s;
}

.dev_wrapper .dev_in:hover img {
	transform: scale(1.1);
	transition: .2s;
}

.dev_wrapper .dev_in .dev_in2 {
	color: #fff;
	padding: 16px 0;
	display: block;
	font-size: 14px;
}



/*!7 TOP SES*/
.top_ses {
	background: url(img/top_ses.png) no-repeat;
	background-size: cover;
	width: 100%;
	padding: 320px 0 0px; 
}

/*!8 TOP CLIENT*/
.threes {
	width:calc(33.333% - 16px);
}
.threes p {
	margin: 8px 0;
}

/*!7 TOP ABOUT*/
.top_about {
	border-radius: 16px;
	background: url(img/dot.jpg) repeat #0061ca;
	background-size: 40px;
	overflow: hidden;
	width: 100%;
}
.top_about2 {
	background: url(img/intro_03.png) no-repeat bottom center;
	background-size: 100%;
	width: 100%;
}
.top_about3 {
	background: url(img/intro_02.png) no-repeat top right;
	background-size: 60%;
	width: 100%;
}
.top_about4 {
	background: url(img/intro_01.png) no-repeat top left;
	background-size: 40%;
	width: 100%;
	padding: 240px 64px;
	
}
.white {
	color: #fff !important;
}


/*!!8 採用情報*/

.recruit_l {
	width: 500px;
}
.recruit_r {
	width:calc(100% - 560px);
}
.kakumaru {
	border-radius: 24px;
	overflow: hidden;
}

.job_box {
	background: #fff;
	padding: 32px;
	border-radius: 24px;
	margin: 32px auto;
}
.job_thumb {
	width: 300px;
}
.job_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 24px;
}
.job_info {
	width: calc(100% - 340px);
}
.job_info .job_type {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 16px;;
}
.job_info a {
	margin-bottom: 24px;
	display: block;
}
.job_info p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 32px;;
}
.job_info span {
	font-size: 12px;
	display: block;
	font-weight: normal;
	background: url(img/pin.svg) no-repeat left center;
	background-size: 16px;
	padding-left: 24px;
	line-height: 20px;
}

.btn_bigs {
	font-size: 20px;
	font-weight: bold;
	display: block;
	font-weight: normal;
	background: url(img/arrow_right_w.svg) no-repeat right 24px center #212121;
	background-size: 24px;
	padding: 24px 32px;
	line-height: 32px;
	text-align: center;
	color:#fff;
	border-radius: 16px;
	transition-duration: .3s;
	margin-top: 64px;
	margin-bottom: 64px;;
}
.btn_bigs:hover {
	font-weight: bold;
	display: block;
	font-weight: normal;
	background: url(img/arrow_right_w.svg) no-repeat right 24px center #0e57ab;
	background-size: 24px;
	padding: 24px 32px;
	line-height: 32px;
	text-align: center;
	color:#fff;
	border-radius: 16px;
	transition-duration: .3s;
}


.btn_mini {
	font-size: 16px;
	font-weight: bold;
	display: block;
	font-weight: normal;
	background: #fff;
	background-size: 24px;
	padding: 8px 16px;
	line-height: 32px;
	text-align: center;
	color:#333;
	border-radius: 8px;
	transition-duration: .3s;
	margin-top: 32px;
	border: 1px solid #4e4e4e;
}
.btn_mini:hover {
	font-size: 16px;
	font-weight: bold;
	display: block;
	font-weight: normal;
	background: #0e57ab;
	background-size: 24px;
	padding: 8px 16px;
	line-height: 32px;
	text-align: center;
	color:#fff;
	border-radius: 8px;
	transition-duration: .3s;
	margin-top: 32px;
}



/*!9 news*/
.news_l {
	width: 250px;
}
.news_r {
	width:calc(100% - 280px);
}
.news_box {
	background: #fff;
	padding: 24px;
	border-radius: 16px;
	margin-bottom: 32px;
}
.news_cate {
	font-size: 11px;
	padding: 4px 16px;
	min-width: 140px;
	margin-right: 16px;
	display: inline-block;
	border: 1px solid #777;
	line-height: 2em;
	text-align: center;
	border-radius: 100px;
	transition: .2s;
}
.news_cate:hover {
	font-size: 11px;
	padding: 4px 16px;
	min-width: 140px;
	margin-right: 16px;
	display: inline-block;
	border: 1px solid #0e57ab;
	background: #0e57ab;
	line-height: 2em;
	text-align: center;
	border-radius: 100px;
	color: #fff;
	transition: .2s;
}

.news_box time {
	font-size: 12px;
}
.news_ttl {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #2e2b2b;
	transition: .2s;
	display: block;
}
.news_ttl:hover {
	padding-left: 4px;
	transition: .2s;
}

.h0 {
	height: 0;
	overflow: visible;
	position: relative;
	bottom: 120px;
}








/*!10 CONTACT*/
.recruit_banner {
	width:calc(50% - 16px);
	border-radius: 16px;
	overflow: hidden;
	background: url(img/btn_recruit01.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	height: 320px;
}

.recruit_text {
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	color: #161414;
	line-height: 1em;
}

.contact_banner {
	width:calc(50% - 24px);
	border-radius: 16px;
	overflow: hidden;
	background: url(img/btn_recruit02.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	height: 320px;
	transition: .2s;
}

.contact_text {
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	color: #161414;
	line-height: 1em;
}
.tsn {
	text-shadow: none !important;
}

.recruit_banner:hover {
	transition: .2s;
}
.contact_banner:hover {
	transition: .2s;
}
.recruit_banner:hover .btn_icon {
	margin-left: 16px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	transition: .2s;
}
.contact_banner:hover .btn_icon {
	margin-left: 16px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	transition: .2s;
}








/*!11 FOOTER*/
footer {
	background: linear-gradient(45deg, #1461b6, #053c9b);
	min-height: 320px;
	margin-top: 80px;
}

.footer_in {
	padding: 128px 32px 64px;
	background: url(img/footer_bg.png) no-repeat;
	background-size: cover;
}

.footer_content {
	min-height: 320px;
	width: calc(100% - 360px);
	
}

.footer_ttl {
	width: 200px;
	margin-left: 24px;
}

.footer_ttl h1 {
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 16px;
	color: #fff;
}
.ttl {
	width: 200px;
	
}
.ttl:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}




.footer_menu {
	width: 100%;
}

.footer_three {
	width:calc(33.333% - 64px);
	max-width: 200px;
	margin: 0 32px;
}
.footer_three a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin: 16px 0;
}
.footer_three a:hover {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	transition-duration: .3s;
	text-decoration: underline;
}

.fm_1st {
	border-top: 2px solid #222;
	padding: 24px 0;
	border-bottom: 1px solid #222;
}
.fm_2nd {
	border-bottom: 1px solid #222;
	padding: 24px 0;
}
.fm_3rd {
	padding: 28px 0 0 0;
	font-size: 14px !important;
}
.nw {
	width: 16px;
	position: relative;
	bottom: 7px;
	left: 8px;
}
.nw2 {
	width: 14px;
	position: relative;
	bottom: 0;
	left: 8px;
	margin-right: 8px;
}

copyright {
	font-size: 10px;
	color: #2e2b2b;
	font-style: italic;
	text-align: center;
	display: block;
	line-height: 16px !important;
	margin: 0;
}

.f_r {
	float: right;
	display: inline-block;
}
.sitemap {
	font-size: 11px;
	color: #fff !important;
	line-height: 16px !important;
}
.sitemap:hover {
	font-size: 11px;
	color: #fff !important;
	opacity: 0.7;
	transition: opacity 0.2s;
	text-decoration: underline;
}


/*!12 下層共通*/
.breadcrumbs {
	font-size: 12px;
	color: #999;
	line-height: 1.4em !important;
	text-align: left;
	padding: 24px 0 0 0;
	
}

.breadcrumbs a {
	font-size: 11px;
	color: #999;
	line-height: 1em !important;
	position: relative;
	font-weight: normal !important;
}
.breadcrumbs span {
	font-size: 12px;
	color: #999;
	line-height: 1em !important;
	position: relative;
}

.content_ttl_eng_layer {

		font-family: "helvetica-neue-lt-pro-cond", sans-serif;
		font-weight: 700;
		font-style: normal;
		color: #0e57ab;
		font-size: 128px;
		margin-bottom: 16px;
		position: relative;
		z-index: 1;
		line-height: 1em;
		letter-spacing: 0em;
}
.content_ttl_jp_layer2 {
	font-size: 30px;
	color: #222;
	font-weight: 600;
	margin: 0 0 16px;
	line-height: 1.7em;
}
.content_ttl_eng_layer2 {
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	position: relative;
	z-index: 1;
	color: #161414;
	line-height: 1.7em;
	margin: 0 0 0 24px;
}
.gp {
	font-size: 16px;
	line-height: 2.2em;
	font-weight: normal;
}


.content_ttl_jp_mini {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5em;
	margin-bottom: 0;
}
.content_ttl_eng_mini {
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
	color: #161414;
	line-height: 1.5em;
	
}

.sp999_mw600 {
	max-width: 800px !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#praivacy .content_ttl_jp_mini {
	margin: 24px 0 !important;
}


.content_left {
	width: 640px;
}




.content_right {
	width: calc(100% - 680px);
	margin-left: 0px;
	margin-top: 0;
	max-width: 400px;
}

.content_img img {
	border-radius: 16px;
	overflow: hidden;
}

.history {
	background: rgb(11,129,210);
	background: linear-gradient(90deg, rgba(11,129,210,1) 0%, rgba(11,100,205,1) 100%);
	border-radius: 16px;
	padding: 80px 32px;
	width: 100%;
	min-height: 500px;
}
.history_list {
	padding-left: 48px;
	margin: 40px 0;
	background: url(img/maru.png) no-repeat left top 10px;
	background-size: 12px;
}
.history_year {
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
	color: #124589;
	line-height: 1em;
}

.bg_w {
	background: url(img/gray.jpg) #fff left 52px top repeat-y;
	background-size: 3px;
	padding: 24px 32px 24px 48px;
	border-radius: 16px;
}

.textpage h3 {
	font-size: 20px;
	padding: 32px 0 24px 0;
	color: #124589;
}
.textpage h4 {
	font-size: 18px;
	padding: 16px 0;
}
.textpage p {
	font-size: 16px;
	font-weight: normal;
}

.sitemap {
	list-style-type: disc;  /* 青い丸（標準は黒ですが色は下で指定） */
	  list-style-position: inside; /* マーカーを内側に */
	  color: #0f58ad; /* 文字とマーカーの色を青に */
	
}
.sitemap li {
	  color: #222; /* 文字とマーカーの色を青に */
	  padding: 16px 0;
	
}


/*SES*/
.content_ttl_jp_pc {
	font-size: 24px;
	color: #222;
	font-weight: 800;
	line-height: 1.5em;
	margin-bottom: 0;
	border-bottom: 3px solid #222;
	padding: 0 0 4px;
	margin-left: 24px;
}
.content_ttl_jp_pc2 {
	font-size: 18px;
	color: #222;
	font-weight: 800;
	line-height: 1.5em;
	margin-bottom: 0;
	border-bottom: 1px solid #222;
	padding: 0 0 8px;
	margin:  32px 0 32px;
	text-align: center;
}
.ses_ttl {
	font-size: 18px;
	color: #9c9c9c;
}



.ico_pc {
	width: 88px;
}

.lang_logo {
	margin-bottom: 24px;
	margin-right: 21px;
}

.lang_logo:nth-child(4n) {
	margin-right: 0; /* 4の倍数の要素だけ余白をゼロに */
}

.lang_logo2 {
	background: #f6f7fa;
	margin-bottom: 8px;
	border-radius: 16px;
	overflow: hidden;
}

.skillsheet {
	background: #f6f7fa;
	border-radius: 16px;
	overflow: hidden;
	min-height: 100px;
}
.skillsheet img {
	width: 100%;
	height: auto;
}

/*!13 RECRUIT*/
.recruit_link {
	min-height: 120px;
	background: #f6f7fa url(img/arrow_right.svg) no-repeat right 16px center;
	background-size: 16px;
}
.recruit_link a {
	font-size: 14px;
	padding: 16px;
	display: block;
	transition: .2s;
}
.recruit_link a:hover {
	transition: .2s;
	color: #0e57ab;
}
.modal p {
	margin-bottom: 24px !important;
}
.recruit_list:hover {
	color: #0e57ab;
}


/*!N-01 NEWS一覧ページ*/

/*投稿*/
.layer p {
font-size: 16px;
margin-bottom: 24px;
line-height: 2em !important;
letter-spacing: 0.14em;
}
.layer img {
max-width: 100%;
margin: 0 0 40px;
height: auto;
}
.layer time {
font-size: 12px;
margin: 16px 0 32px;
display: block;
}
.post_info {
	font-size: 24px;
	margin: 16px 0;
	border-radius: 16px;
	background: url(img/dot.jpg) repeat #0061ca;
	background-size: 40px;
	overflow: hidden;
	width: 100%;
	padding: 128px 64px;
	color: #fff !important;
	text-align: center;
}
.post_info2 {
	font-size: 14px !important;
	margin: 0 0;
	overflow: hidden;
	width: 100%;
	padding: 0px 0;
	color: #fff !important;
	text-align: center;
}
.post_info2 a {
	color: #fff !important;
}

.news_cate_layer {
font-size: 16px;
color: #0e57ab;
transition: .2s;
}
.news_cate_layer:hover {
font-size: 16px;
color: #222;
transition: .2s;
}

.pagination {
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap:wrap;
}
.nav-links span {
color: #fff;
padding: 16px;
border-radius: 8px;
background: #222;
line-height: 1em;
min-width: 48px;
display: inline-block;
text-align: center;
}
.nav-links a {
color: #fff;
padding: 16px;
border-radius: 8px;
background: #222;
line-height: 1em;
min-width: 48px;
display: inline-block;
text-align: center;
}
.nav-links a:hover {

filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}

.nav-links .current {
	background: #0e57ab;
}
.single_post {
	background: #fff;
	padding: 48px;
	border-radius: 24px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.single_post h2 {
	color: #0e57ab;
	font-size: 24px;
	margin: 32px 0;
}
.single_post h3 {
	color: #0e57ab;
	font-size: 20px;
	margin: 0 0 32px 0;
}
.single_post h4 {
	color: #0e57ab;
	font-size: 18px;
	margin: 32px 0;
}

.cus_eyecatch {
	height: 300px;
	border-radius: 16px;
	overflow: hidden;
	object-fit: cover;
}

.single_post img {
	border-radius: 16px;
	overflow: hidden;
	max-width: 800px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.single_post {
	text-align: center;
}
.single_post p {
	text-align: left;
}
.single_post span {
	text-align: left;
}
.single_post h1 {
	text-align: left;
}
.single_post h2 {
	text-align: left;
}
.single_post h3 {
	text-align: left;
}
.single_post h4 {
	text-align: left;
}
.single_post h5 {
	text-align: left;
}
.single_post h6 {
	text-align: left;
}
.single_post ul {
	text-align: left;
}
.single_post ul li {
	text-align: left;
	list-style: outside;
	margin: 16px 0 16px 8px;
	font-size: 16px;
}

.single_post ul {
	padding: 16px 24px 16px 30px;
	background: rgba(239, 239, 239, 0.537);
	border-radius: 16px;
	margin: 24px 0;
}

.single_post a {
	color: #0e57ab;
	text-decoration: underline;
}
.single_post a:hover {
	color: #707070;
	text-decoration: none;
}

.single_post img {
	width:  auto !important;
	height: auto !important;
	min-width: 100px;
	min-height: 100px;
	max-width: 680px !important;
}



/*!D-01 DEVELOP一覧ページ*/
.sub_dev_ttl_mini_content {
	font-size: 16px;
	margin: 0 !important;
	position: relative;
	top: 8px;
}
.cus_eyecatch img {
	border-radius: 16px;
	overflow: hidden;
	min-width: 100%;
	height: auto;
	min-width: 100%;
	width: auto;
	object-fit: cover;
}

.cus_eyecatch:hover img {
	transform: scale(1.1);
	transition: .2s;
}

.even_reverse:nth-child(even)  {
	flex-direction: row-reverse;
}
.dev_lang {
	display: inline-block;
	padding: 4px 0;
	font-size: 12px;
	font-weight: normal !important;
}
.font16 p {
	font-size: 16px !important;
	line-height: 2em !important;
}
.font14 p {
	font-size: 14px !important;
}
.font12 p {
	font-size: 12px !important;
}

/*!P-01 PRODUCT一覧ページ*/
.pro_eyecatch {
	height: auto;
	border-radius: 16px;
	overflow: hidden;
	object-fit: cover;
}
.pro_eyecatch img {
	border-radius: 16px;
	overflow: hidden;
	min-width: 100%;
	height: auto;
	min-width: 100%;
	width: auto;
	object-fit: cover;
	transition: .2s;
}
.pro_eyecatch .pro_eyecatch_link {
	transition: .2s;
}
.pro_eyecatch:hover .pro_eyecatch_link {
	transform: scale(1.04);
	transition: .2s;
}

.pro_l {
	width: 360px;
	background: #f6f7fa;
	border-radius: 16px;
	padding: 48px;
	min-height: 560px;
}
.pro_r {
	width:calc(100% - 420px);
}

/*!14 お問い合わせ*/
.posi_t {
	margin-top: -48px !important;
}
.posi_l {
	margin-left: 48px !important;
}
/*!CONTACT FORM*/
.hissu {
background: #0e57ab;
font-size: 10px;
color: #fff;
padding: 4px;
border-radius: 4px;
display: inline-block;
margin: 0 16px 0 0;
line-height: 1.2em;
position: relative;
bottom: 2px;
}
.nini {
background: #ddd;
font-size: 10px;
color: #222;
padding: 4px;
border-radius: 4px;
display: inline-block;
margin: 0 16px 0 0;
line-height: 1.2em;
}

.c_form {
max-width: 800px;
width: 100%;
margin: 0 auto 48px;
text-align: left;
}


.top_contact_tbl {
width: 100%;
max-width: 800px;
margin: 32px auto 32px;
padding: 0;
}
.top_contact_tbl tr th {
font-weight: 400;
font-size: 16px;
padding: 24px 8px 0 0px;
text-align: left;
width: 200px;
}

.top_contact_tbl tr th br {
	display: none;
}
.ml_foem {
	margin-left: 8px !important;
}

.top_contact_tbl tr td {
font-weight: 400;
font-size: 16px;
padding: 16px 8px;
width:calc(100% - 280px);
}

.btn_send input[type="submit"] {
background: #0e57ab;
color: #fff;
font-size: 18px;
font-weight: 600;
padding: 16px 24px;
text-align: center;
margin: 0 auto 0;
display: inline-block;
min-width: 320px;
border-radius: 4px;

}
.btn_send:hover input[type="submit"] {

background: #1b1818;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
cursor: pointer;

}


.top_contact_tbl select {
background: url(img/arrow_bottom.svg) no-repeat right 16px center #f9f9f8;
background-size: 10px;
padding: 8px 32px 8px 8px;
border-radius: 4px;
margin-bottom: 16px;
border: 1px solid #8b8b8b;
}
.top_contact_tbl input[type=text] {
background: #f9f9f8;
padding: 8px;
border-radius: 4px;


width: 100%;
border: 1px solid #8b8b8b;

}
.top_contact_tbl input[type=email] {
background: #f9f9f8;
padding: 8px;
border-radius: 4px;
width: 100%;
border: 1px solid #8b8b8b;

}
.top_contact_tbl input[type=tel] {
background: #f9f9f8;
padding: 8px;
border-radius: 4px;
width: 100%;
border: 1px solid #8b8b8b;

}

/* チェックボックス01 */
input[type=checkbox] {
all: revert !important;


}
.undeline {
text-decoration: underline;
padding-left: 8px;
}
.undeline:hover {
text-decoration: none;
padding-left: 8px;
}

.border {
text-decoration: underline;
}
.border:hover {
text-decoration: none;
}

.top_contact_tbl textarea {
background: #f9f9f8;
padding: 8px;
border-radius: 4px;
resize: none;
width: 100%;
border: 1px solid #8b8b8b;
height: 160px;
}
::placeholder {
  color: #bcbcbc;
  font-size: 0.9em;
}
.ml_foem {
	margin-left: 46px;
}

/*!!15求人ページ*/
.job01 {
	width: calc(100% - 360px);
}
.job01 img {
	border-radius: 16px;
	overflow: hidden;
}
.job02 {
	width: 320px;
	background: #fff;
	border-radius: 16px;
	padding: 24px 24px;
}
.job02 p {
	border-bottom: 1px solid #333;
	padding: 0 0 16px 0;
	font-size: 14px;
	margin: 0 0 16px 0;
}
.job02 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #0f58ad;
	padding: 0 0;
	margin: 0;
}

.job02b {
	width: 320px;
	border-radius: 16px;
	padding: 0 0 24px 0;
}
.job02b p {
	border-bottom: 1px solid #333;
	padding: 0 0 16px 0;
	font-size: 14px;
	margin: 0 0 16px 0;
}
.job02b h6 {
	font-size: 14px;
	font-weight: bold;
	color: #0f58ad;
	padding: 0 0;
	margin: 0;
}

.job02b select {
	width: 320px !important;
	max-width: 320px !important;
	min-width: 320px !important;
	display: block !important;
}

.job02b  .searchandfilter label {
	display: block !important;
	margin: 0;
	padding: 0;
}

.job02b input[type="text"] {
	background: #fff !important;
	border: 1px solid rgba(205, 205, 205, 0.628);
	width: 100%;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 8px !important;
	margin-bottom: 16px !important;
	width: 100% !important;
	display: block !important;
}
.job02b input[type="submit"] {
	text-align: center;
	color:#fff;
	font-size: 16px;
	background: url(img/search_icon.png) right 16px center no-repeat #000;
	background-size: 16px;
	padding: 8px;
	border-radius: 8px;
	font-weight: 600;
}
.job02b input[type="submit"]:hover {
	text-align: center;
	color:#fff;
	font-size: 16px;
	background: url(img/search_icon.png) right 16px center no-repeat #333;
	background-size: 16px;
	padding: 8px;
	border-radius: 8px;
	font-weight: 600;
}

.searchandfilter ul li {
	list-style: none;
	display: block;
	padding: 0px 0 !important;
	margin: 0;
}

/*lightbox*/
#open, #close {
  cursor: pointer;
  text-align: center;
}
#open2, #close2 {
  cursor: pointer;
  text-align: center;
}

#mask {
  position: fixed;
	top: 0; left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden; /* ← ここ重要！ マスク自体はスクロールさせない */
	z-index: 99;
}

#modal {
  background: #fff;
  width: calc(100% - 64px);
  max-width: 800px;
  height: 740px;
  padding: 20px;
  border-radius: 4px;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: transform 0.4s;
  z-index: 100;
  overflow-y: scroll;
}

#modal > p {
  margin: 0 0 20px;
}

#mask.hidden {
  display: none;
}

#modal.hidden {
  transform: translate(0, -5000px);
}


/*!!16求人ページ一覧*/
.job_list01 {
	width: calc(100% - 360px);
}
.job_list01 p {
	font-size: 12px;
	font-weight: normal;
}
.job_list01 p span {
	font-size: 12px;
	font-weight: normal !important;
}

.job01 img {
	border-radius: 16px;
	overflow: hidden;
}
.job_list02 {
	width: 320px;
	background: #fff;
	border-radius: 16px;
	padding: 0;
}
.job-category {
	font-size: 13px !important;
	font-weight: normal; 
}
.place {
	font-size: 12px;
	margin-top: 16px;
	background: url(img/pin.svg) no-repeat left center;
	background-size: 16px;
	padding-left: 24px;
}