@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求人ページ*/























/*!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_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*/




/*!!8 採用情報*/


.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;
}










/*!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_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一覧ページ*/


/*!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);
}

