@import url("reset.css");

/* wrap
--------------------------------------------------------*/

header .wrapper {
	margin: 0 auto;
}

.wrapper {
	margin: 0 auto;
}

.threebtn_Wrapper {
	margin: 0 auto;
}

/* header navigation
--------------------------------------------------------*/

header h1 {
	width: 257px;
	height: 25px;
	text-indent: -9999px;
	background: url("/images/common/header_logo.png") no-repeat;
}

header h1 a {
	display: block;
}

header a {
	color: #3c3c3c !important;
}

header a:hover {
	color: #3a69b5 !important;
	text-decoration: none;
}

header .nav_Technology .second_Level {
	right: -90px;
}

/* footer
--------------------------------------------------------*/

.foot_Logo a:hover {
	opacity: .7;
}

p#copy {
	background: #3a69b5;
}

p#copy small {
	color: #ffffff;
	font-size: 1.2rem;
}

#page_Top a {
	display: block;
	background: #b1b1b1;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 10px;
}

#page_Top a:hover {
	background: #3a69b5;
}

/* breadcrumb_List
--------------------------------------------------------*/

#breadcrumb_List {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

#breadcrumb_List li {
	font-size: 1.2rem;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
}

#breadcrumb_List li a {
	position: relative;
}

#breadcrumb_List li a::after {
	content: "";
	border-right: 1px solid #3c3c3c;
	position: absolute;
	height: 13px;
	right: -10px;
}

/* anchor_Link
--------------------------------------------------------*/

.anchor_Link li {
	position: relative;
}

.anchor_Link li a {
	flex-wrap: wrap;
	display: block;
	justify-content: center;
	color: #3a69b5;
	text-decoration: underline;
	padding-left: 30px;
}

.anchor_Link li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 1px solid #3a69b5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #3a69b5;
}

.anchor_Link li a::after {
	content: "";
	position: absolute;
	vertical-align: middle;
	margin: auto;
	top: -2px;
	bottom: 0;
	left: 8px;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.anchor_Link li a:hover {
	color: #4594b8;
}

/* contents_Area,side_Navi
--------------------------------------------------------*/

#side_Navi {
	margin-top: 60px;
	padding-left: 30px;
}

#side_Navi li {
	margin-bottom: 50px;
}

#side_Navi li a {
	color: #3c3c3c;
	position: relative;
	padding-left: 20px;
}

#side_Navi li a::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 1px;
	background: #3a69b5;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

#side_Navi li a:hover {
	color: #3a69b5;
	text-decoration: none;
}

#side_Navi .current a {
	color: #3a69b5;
}

.fixed {
	position: fixed;
	top: -40px;
	width: 310px;
}

#side_Area {
	width: 310px;
}

/* mainvisual
--------------------------------------------------------*/

#company #mainVisual {
	background: url("../images/company/company_header_img.jpg") no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#company.cate_Product #mainVisual {
	background-image: url(../images/product/product_header_img.jpg);
}
#technology #mainVisual {
	background: url("/images/technology/tec_header_img.png") no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#future #mainVisual {
	background: url("/images/feature/fut_header_img.png") no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#fea_technology #mainVisual {
	background: url("/images/feature/feature_header_img.png") no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#company.cate_Recruit #mainVisual {
	background: url("/images/recruit/recruit_header_img.jpg") no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

/* title、text、list、img
--------------------------------------------------------*/

.page_Toptitle {
	margin-top: 0 !important;
}

.h2_Title {
	text-align: center;
	color: #3a69b5;
	letter-spacing: .2em;
}

.h2_Title+.h3_Title {
	margin-top: 0;
}

.h3_Title {
	color: #3a69b5;
	position: relative;
	letter-spacing: .2em;
	padding-left: 10px;
	margin-bottom: 20px;
	border-left: 10px solid #3a69b5;
}

.h3_Title span {
	font-size: 1.2rem;
	display: block;
}

.h3_Title::before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #3a69b5;
	left: -10px;
	bottom: -5px;
}

.h4_Title {
	color: #3a69b5;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
	letter-spacing: .2em;
}

.h4_Title::before {
	content: "";
	background: #3a69b5;
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
}

.h5_Title {
	font-size: 1.4rem;
}

.h5_title02 {
	font-size: 1.6rem;
	color: #3a69b5;
}

.h3_Title+.h5_Title {
	margin-top: -10px;
}

figure .h5_Title {
	margin-top: -10px;
}

.first_Title {
	margin-top: 0;
}

.notice_Red {
	color: #db2c3c;
}

.txt_Maincolor {
	color: #3a69b5;
}

.catch_Txt {
	font-weight: bold;
	letter-spacing: .1em;
}

.catch_Txt02 {
	font-weight: bold;
	letter-spacing: .1em;
}

.normal_Txt {
	font-size: 1.6rem;
}

.notice_Txt {
	padding-left: 2rem;
	text-indent: -2.2rem;
}

.txt_Paragraph {
	margin-bottom: 25px;
}

.dot_List li {
	position: relative;
	padding-left: 15px;
}

.dot_List li::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	top: 10px;
	left: 0;
	background: #3c3c3c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.txt_Line {
	text-align: right;
	font-size: 1.4rem;
	margin-top: 10px;
}

.txt_Line span {
	position: relative;
	padding-left: 40px;
}

.txt_Line span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 40px;
	height: 1px;
	background: #3c3c3c;
}

p a {
	text-decoration: underline !important;
}

.page_Link a {
	display: block;
	color: #3a69b5;
	text-decoration: underline;
	padding-left: 30px;
	position: relative;
}

.page_Link a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 1px solid #3a69b5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #3a69b5;
}

.page_Link a::after {
	content: "";
	position: absolute;
	vertical-align: middle;
	margin: auto;
	top: -1px;
	bottom: 0;
	left: 7px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page_Link a:hover {
	color: #4594b8;
}

.txt_Link.dp_Block li {
	display: block;
	margin-bottom: 10px;
}

.txt_Link li {
	display: inline-block;
}

.external_Link {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	text-decoration: underline !important;
}

.external_Link::before {
	position: absolute;
	content: "";
	background: url(/images/common/blank_icon.png) no-repeat left;
	left: 0;
	top: 3px;
	width: 23px;
	height: 19px;
}

.pdf_Link {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	text-decoration: underline !important;
}

.pdf_Link::before {
	position: absolute;
	content: "";
	background: url(/images/common/pdf_icon.png) no-repeat left;
	left: 0;
	top: 0px;
	width: 21px;
	height: 26px;
}

a:hover img {
	opacity: .7;
}

.imgx1_M img {
	width: 100%;
	max-width: 500px;
}

.link_Btn a {
	background: #3a69b5;
	padding: 13px;
	border-radius: 50px;
	color: #ffffff;
	position: relative;
	letter-spacing: .1em;
	margin: 60px auto;
	display: block;
	text-decoration: none !important;
	text-align: center;
}

.link_Btn a:hover {
	background: #3da8c1;
}

.link_Btn a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 10%;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.txt_Indnt {
	text-indent: 1em;
}
.alignCenter {
	text-align: center;
}

/* detail_Data,table
--------------------------------------------------------*/

.detail_Data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
}

.detail_Data dt {
	text-align: center;
	margin-bottom: 16px;
}

.detail_Data dt span {
	background: #e5e5e5;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #3a69b5;
}

.detail_Data dd {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 16px;
	padding-left: 10px;
}

.tbl_Type01 {
	font-size: 1.5rem;
	border-left: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	line-height: 1.4;
}

.tbl_Type01 caption {
	margin-bottom: 5px;
}

.tbl_Type01 th {
	background: #e5e5e5;
	color: #3a69b5;
}

.tbl_Type01 th,
.tbl_Type01 td {
	padding: 10px 5px;
	word-break: break-all;
	border-right: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
}

.tbl_Type01 .bdr_Rightnone {
	border-right: none;
}

.tbl_Type02 {
	width: 100%;
	text-align: left;
}

.tbl_Type02 th {
	font-weight: normal;
}

.tbl_Pd20 td,
.tbl_Pd20 th {
	padding: 20px;
}

table+p {
	margin-top: 10px;
}

/* box
--------------------------------------------------------*/

.boxx1 {
	width: 100%;
}

.gray_Box {
	background: #e5e5e5;
}

.gray_Box.pd20 {
	padding: 20px;
}

.boxx3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
}

.boxx3.no_Wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}

.boxx3.no_Wrap img {
	width: 100%;
}

.boxx3.no_Wrap figure:nth-of-type(2) {
	margin-left: 10px;
	margin-right: 10px;
}

.boxx3.box_Wrap.img_w670 img {
	width: 100%;
}

.boxx3 a {
	color: #3c3c3c;
}

.boxx3 a:hover {
	text-decoration: none;
}

.boxx3 a:hover .fig_Link span {
	border-bottom: 1px solid #3a69b5;
	color: #3a69b5;
}

.boxx3 a .fig_Link {
	text-align: center;
}

.boxx3 a .fig_Link span {
	display: inline-block;
	border-bottom: 1px solid #b1b1b1;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 3px;
	padding-right: 20px;
	position: relative;
}

.boxx3.box_Break a .fig_Link span {
	font-size: 1.5rem;
}

.boxx3 a .fig_Link span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #3a69b5;
	border-right: 2px solid #3a69b5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.boxx4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}

.boxx4 .box {
	padding-right: 10px;
}

.boxx4 .box:last-of-type {
	padding-right: 0;
}

@media print, screen and (min-width: 768px) {

.tbpc_Dpnone {
	display: none !important;
}

#breadcrumb_List {
	display: block;
	margin-top: -80px;
}

.anchor_Link {
	text-align: center;
	margin: 0 auto 60px;
	font-size: 1.7rem;
}

.anchor_Link li {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 20px;
}

.contents_Area {
	margin-top: 60px;
}

#single_Col {
	margin-top: 60px;
}

.h2_Title {
	font-size: 3.2rem;
	margin-bottom: 40px;
}

.h3_Title {
	font-size: 2.2rem;
	margin-top: 70px;
}

.h3_Title::before {
	width: 101.5%;
}

.h4_Title {
	margin-top: 50px;
	font-size: 1.9rem;
}

.h4_Title::before {
	top: 10px;
}

.catch_Txt {
	font-size: 1.8rem;
	margin-bottom: 50px;
}

.catch_Txt02 {
	font-size: 1.8rem;
	margin-bottom: 50px;
}

.txt_Link li {
	margin-right: 30px;
}

.link_Btn a {
	width: 325px;
}

.detail_Data dt {
	width: 23%;
}

.detail_Data dd {
	width: 77%;
}

.tbl_Type02 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.tbl_Type02 th,
.tbl_Type02 td {
	padding: 15px 5px;
}

.sp_Tbltxt {
	display: none;
}

.boxx1 {
	padding: 20px;
}

.boxx2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
}

.boxx2 .box {
	width: 48.2%;
	padding: 20px;
}

.boxx3 .box {
	width: 30%;
}

.boxx3 .box:nth-of-type(3n+2):last-child {
	margin-left: auto;
	margin-right: 35%;
}

.boxx3.box_Wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}

.boxx3.box_Wrap img {
	width: 100%;
}

.boxx3.box_Wrap figure:nth-of-type(2) {
	margin-left: 10px;
	margin-right: 10px;
}

.boxx3.box_Wrap.img_w670 img {
	max-width: 290px;
}

.boxx3 a {
	width: 31%;
}

.txt_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}

.txt_Box.elem_Right {
	flex-flow: row-reverse;
}

.txt_Box.elem_Right figure {
	margin-left: 25px;
	width: 23%;
}

.txt_Box.elem_Right figure img {
	margin-bottom: 20px;
}

.txt_Box.elem_Right figure img:last-of-type {
	margin-bottom: 0;
}

.txt_Box.elem_Right .txt_Area {
	width: 75%;
}

.txt_Box.elem_Left {
	flex-flow: row-reverse;
}

.txt_Box.gmap iframe {
	width: 32%;
	margin-right: 20px;
}

.txt_Box.gmap .add_Area {
	width: 68%;
}

.txt_Box.no_Elem .txt_Area {
	width: 75%;
}

}

@media print, screen and (max-width: 768px) and (min-width: 769px) {

footer .fnavi_Btn {
	pointer-events: none;
}

}

@media print, screen and (min-width: 769px) {

header .wrapper {
	width: 1080px;
	padding-left: 0;
	padding-right: 0;
}

.threebtn_Wrapper {
	width: 950px;
}

main {
	padding-bottom: 90px;
}

.pc_Dpnone {
	display: none !important;
}

.menu-trigger {
	display: none;
}

header {
	position: relative;
	background: linear-gradient(to left, #ffffff 0%, #ffffff 55%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}

#keyword header h1 {
	background: url("/images/common/header_logo_black.png") no-repeat;
}

header nav {
	float: right;
	background: #ffffff;
}

header h1 {
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

header #lang_Navi {
	position: relative;
	z-index: 1;
	float: right;
	margin-top: 10px;
	font-size: 1.3rem;
	background: #ffffff;
}

header #g_Navi {
	background: #ffffff;
	position: relative;
	z-index: 1;
	clear: both;
	float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}

header #g_Navi li {
	text-align: center;
}

header #g_Navi li.parent_Btn::before {
	content: "";
	position: absolute;
	margin: auto;
	bottom: 3px;
	left: 0;
	right: 0;
	background: url(/images/common/navi_arrrow.png) no-repeat;
	width: 20px;
	height: 9px;
}

header #g_Navi li.parent_Btn:hover::before {
	background: url(/images/common/navi_arrrowhover.png) no-repeat;
}

header #g_Navi li.parent_Btn:hover::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-bottom: 8px solid #ffffff;
	border-right: 8px solid transparent;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
}

header #g_Navi li.parent_Btn:hover a.cotegory_Title {
	color: #3a69b5 !important;
}

header #g_Navi li a {
	position: relative;
	display: block;
	padding-bottom: 15px;
}

header #g_Navi li:first-child a,
header #g_Navi li:nth-child(2) a,
header #g_Navi li:nth-child(3) a,
header #g_Navi li:nth-child(4) a,
header #g_Navi li:nth-child(5) a {
	padding-left: 25px;
	padding-right: 30px;
}

header #g_Navi li.mail_Link a {
	padding-left: 40px;
}

header #g_Navi li.mail_Link a::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 5px;
	bottom: 0;
	background: url("/images/common/mail_icon.png") no-repeat;
	width: 20px;
	height: 13px;
}

header #g_Navi li.parent_Btn {
	position: relative;
}

header #g_Navi li.parent_Btn .second_Level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 40px;
	left: -90px;
	margin: auto;
	width: 300px;
	background: #ffffff;
	box-shadow: 0px 6px 9px -4px #d4d4d4;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding: 23px 40px;
}

header #g_Navi li.parent_Btn .second_Level li {
	text-align: left;
	font-size: 1.3rem;
}

header #g_Navi li.parent_Btn .second_Level li a {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #b1b1b1;
	margin-bottom: 30px;
	position: relative;
}

header #g_Navi li.parent_Btn .second_Level li a::after {
	content: "";
	position: absolute;
	background: url(/images/common/navi_arrrow.png) no-repeat;
	width: 20px;
	height: 9px;
	right: 0;
	bottom: 10px;
	margin: auto;
	transform: rotate(-90deg);
}

header #g_Navi li.parent_Btn .second_Level li a:hover::after {
	background: url(/images/common/navi_arrrowhover.png) no-repeat;
}

header #g_Navi li.parent_Btn .second_Level li:last-child a {
	margin-bottom: 0;
}

header #g_Navi li.parent_Btn:hover .second_Level {
	top: 50px;
	visibility: visible !important;
	opacity: 1;
}

.cate_Jcc .nav_Jcc .cotegory_Title,
.cate_Company .nav_Company .cotegory_Title,
.cate_Technology .nav_Technology .cotegory_Title,
.cate_Product .nav_Product .cotegory_Title {
	color: #3a69b5 !important;
}

.cate_Jcc .nav_Jcc .cotegory_Title::before,
.cate_Company .nav_Company .cotegory_Title::before,
.cate_Technology .nav_Technology .cotegory_Title::before,
.cate_Product .nav_Product .cotegory_Title::before {
	content: "";
	position: absolute;
	margin: auto;
	bottom: 3px;
	left: 0;
	right: 0;
	background: url(/images/common/navi_arrrowhover.png) no-repeat;
	width: 20px;
	height: 9px;
}

.cate_Recruit .nav_Recruit a,
.cate_Inquiry .nav_Inquiry a {
	color: #3a69b5 !important;
}

.lang_Btn {
	display: none;
}

footer {
	width: 100%;
	min-width: 1080px;
	padding-top: 30px;
	background: url(/images/common/footer_img.jpg) no-repeat;
	background-size: cover;
}

footer a {
	color: #ffffff !important;
}

footer .wrapper .foot_Logo {
	float: left;
	width: 25%;
}

footer .wrapper .foot_Logo p {
	color: #ffffff;
	font-size: 1.4rem;
	margin-top: 30px;
}

footer nav {
	width: 75%;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer nav .foot_nav {
	border-left: 1px solid #ffffff;
	padding-left: 12px;
}

footer nav dt {
	font-size: 1.4rem;
	color: #ffffff;
	margin-bottom: 15px;
	pointer-events: none;
}

footer nav dd {
	font-size: 1.1rem;
}

footer nav dd li {
	margin-bottom: 15px;
}

footer nav dd li:last-child {
	margin-bottom: 0;
}

footer nav ul.foot_nav {
	font-size: 1.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	flex-wrap: wrap;
}

.fnavi_Box .fnavi_Btn {
	display: none;
}

p#copy {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#page_Top a {
	width: 60px;
	height: 60px;
	padding-top: 10px;
}

#breadcrumb_List {
	margin-top: 250px;
	width: 100%;
	min-width: 1080px;
}

#breadcrumb_List.spe_Content {
	margin-top: -10px;
	margin-bottom: 60px;
}

.contents_Area {
	border-left: 1px solid #e5e5e5;
	padding-left: 35px;
	padding-right: 35px;
	width: 770px;
}

#single_Col {
	width: 930px;
}

#third_Levelbox {
	width: 1080px;
	position: relative;
	flex-flow: row-reverse;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}

#mainVisual {
	position: absolute;
	z-index: 0;
	top: 0;
	min-width: 1080px;
	width: 100%;
	height: 340px;
}

#mainVisual h1 {
	position: absolute;
	top: 60%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 0;
}

#future #mainVisual h1 {
	top: 50%;
}

#fea_technology #mainVisual h1 {
	top: 48%;
}

}

@media print, screen and (min-width: 1080px) {

.wrapper {
	width: 1080px;
	padding-left: 0;
	padding-right: 0;
}

}

@media print, screen and (max-width: 768px) {

header .wrapper {
	width: 100%;
}

.wrapper {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.threebtn_Wrapper {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

main {
	padding-bottom: 45px;
}

.sphead_change {
	background: #ffffff;
	position: relative;
	top: -20px;
	padding-top: 20px;
}

.sphead_change h1 {
	background: url("../images/common/header_logo_black.png") no-repeat;
	margin-top: 20px;
	margin-left: 10px;
	width: 200px;
	background-size: contain;
}

header {
	padding-top: 0;
}

header h1 {
	margin-top: 20px;
	margin-left: 10px;
	width: 200px;
	background-size: contain;
}

header .wrapper {
	position: relative;
	padding: 0;
	z-index: 99999 !important;
}

#g_Navi {
	position: absolute;
	z-index: 99999 !important;
	width: 100%;
	left: 0;
	top: 0;
}

#g_Navi_cover {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, .5);
}

#lang_Navi {
	display: none;
}

.active {
	display: block !important;
}

header {
	position: relative;
	z-index: 10;
	display: block;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	float: right;
	position: relative;
	width: 45px;
	height: 30px;
	top: -30px;
	margin-right: 10px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
	width: 80%;
	height: 4px;
	background-color: #ffffff;
}

.menu-trigger p {
	font-size: 70%;
	text-align: center;
	color: #ffffff;
	margin-top: 28px;
	position: relative;
}

.menu-trigger p::after {
	content: "MENU";
}

.sphead_change .menu-trigger span {
	background-color: #3c3c3c;
}

.sphead_change .menu-trigger p {
	color: #3c3c3c;
}

.menu-trigger.active p::after {
	content: "CLOSE";
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 11px;
}

.menu-trigger span:nth-of-type(3) {
	top: 22px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}

#g_Navi {
	background: #ffffff;
	margin-top: 50px;
	padding: 10px;
}

#g_Navi .parent_Btn>a {
	position: relative;
}

#g_Navi .parent_Btn>a::after {
	content: "";
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid #b1b1b1;
}

#g_Navi .parent_Btn>a::before {
	content: "";
	top: 0;
	bottom: 0;
	right: 4px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	background: url("/images/common/plus_icon_gray.png") no-repeat center center;
	background-size: 50%;
	width: 32px;
	height: 36px;
}

#g_Navi .parent_Btn.active>a {
	color: #3a69b5 !important;
}

#g_Navi .parent_Btn.active>a::before {
	content: "";
	top: 0;
	bottom: 0;
	right: 4px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	background: url("/images/common/minus_icon_gray.png") no-repeat center center;
	background-size: 50%;
	width: 32px;
	height: 36px;
}

#g_Navi li {
	border-bottom: 1px solid #b1b1b1;
}

#g_Navi li .second_Level {
	border-top: 1px solid #b1b1b1;
}

#g_Navi li .second_Level li {
	border-bottom: none;
}

#g_Navi li .second_Level li:first-child a {
	padding-top: 15px;
}

#g_Navi li .second_Level li a {
	position: relative;
	display: block;
	padding-bottom: 15px;
	padding-left: 30px;
}

#g_Navi li .second_Level li a::before {
	content: "";
	position: absolute;
	background: url(/images/common/navi_arrrow.png) no-repeat;
	background-size: 97%;
	width: 14px;
	height: 20px;
	left: 20px;
	bottom: 0;
	top: 0;
	margin: auto;
	transform: rotate(-90deg);
}

#g_Navi li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#g_Navi li:last-child {
	border-bottom: none;
}

.mail_Link a,
.single_Page a {
	position: relative;
}

.mail_Link a::after,
.single_Page a::after {
	content: "";
	position: absolute;
	background: url(/images/common/navi_arrrow.png) no-repeat;
	background-size: 97%;
	width: 14px;
	height: 20px;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	transform: rotate(-90deg);
}

.mail_Link a {
	padding-left: 30px !important;
}

.mail_Link a::before {
	content: "";
	position: absolute;
	background: url(/images/common/mail_icon.png) no-repeat;
	width: 20px;
	height: 13px;
	left: 5px;
	bottom: 0;
	top: 0;
	margin: auto;
}

.lang_Btn a {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 5px;
	display: inline-block !important;
	padding: 5px 20px !important;
	color: #b1b1b1 !important;
	border: 1px solid #b1b1b1;
}

footer {
	background: #284b96;
	padding-top: 25px;
}

footer a {
	color: #ffffff !important;
}

footer .foot_Logo p {
	color: #ffffff !important;
	font-size: 1.1rem;
	margin-top: 15px;
	margin-bottom: 40px;
}

footer .fnavi_Box {
	margin-bottom: 40px;
}

footer .fnavi_Btn {
	color: #ffffff;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	font-size: 1.5rem;
	position: relative;
	padding-bottom: 10px;
	padding-left: 10px;
}

footer .fnavi_Btn::after {
	content: "";
	right: 10px;
	top: -10px;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
}

footer .fnavi_Btn::before {
	content: "";
	top: -6px;
	bottom: 0;
	right: 10px;
	position: absolute;
	background: url("/images/common/plus_icon_white.png") no-repeat center center;
	background-size: 50%;
	width: 32px;
	height: 36px;
}

footer .fnavi_Btn.open {
	border-bottom: none;
}

footer .fnavi_Btn.open::before {
	content: "";
	top: -6px;
	bottom: 0;
	right: 10px;
	position: absolute;
	background: url("/images/common/minus_icon_white.png") no-repeat center center;
	background-size: 50%;
	width: 32px;
	height: 36px;
}

footer .fnavi_Btn02 {
	color: #ffffff;
	font-weight: normal;
	font-size: 1.5rem;
	border-top: 1px solid #ffffff;
	position: relative;
	padding: 15px 0 15px 20px;
}

footer .fnavi_Btn02::after {
	content: "";
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
}

footer .fnavi_Btn02::before {
	content: "";
	top: 0;
	bottom: 0;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	background: url("/images/common/plus_icon_white.png") no-repeat center center;
	background-size: 50%;
	width: 32px;
	height: 36px;
}

footer .fnavi_Btn02.open::before {
	content: "";
	top: 0;
	bottom: 0;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	background: url("/images/common/minus_icon_white.png") no-repeat center center;
	background-size: 50%;
	width: 32px;
	height: 36px;
}

footer .ContentWrap02 ul {
	border-top: 1px solid #ffffff;
}

footer .ContentWrap02 ul li a {
	display: block;
	position: relative;
	padding: 10px 15px 10px 30px;
}

footer .ContentWrap02 ul li a::after {
	content: "";
	position: absolute;
	background: url(/images/common/navi_arrrowwhite.png) no-repeat left center;
	background-size: 50%;
	width: 14px;
	height: 20px;
	left: 20px;
	bottom: 0;
	top: 0;
	margin: auto;
}

footer .foot_nav {
	background: #3d6bb3;
}

footer ul.foot_nav {
	border-top: 1px solid #ffffff;
}

footer ul.foot_nav li {
	border-bottom: 1px solid #ffffff;
}

footer ul.foot_nav li a {
	display: block;
	padding: 10px 15px 10px 20px;
	position: relative;
}

footer ul.foot_nav li a::after {
	content: "";
	position: absolute;
	background: url(/images/common/navi_arrrowwhite.png) no-repeat left center;
	background-size: 50%;
	width: 14px;
	height: 20px;
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
}

p#copy {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4;
}

#page_Top a {
	width: 45px;
	height: 45px;
	padding-top: 5px;
}

#side_Navi {
	display: none;
}

#mainVisual {
	position: relative;
	z-index: 0;
	top: -75px;
	width: 100%;
	padding-top: calc(600 / 1000 * 100%);
	height: 0;
	margin: 0 auto;
}

#mainVisual h1 {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
	top: 40%;
	left: 0;
	right: 0;
}

#mainVisual h1 img {
	width: 80%;
	max-width: 330px;
}

#mainVisual h1 img.line2 {
	max-width: 200px;
}

.imgx1_L img {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 700px;
}

.boxx4 .box img {
	width: 100%;
	max-width: 160px;
}
	
#company #mainVisual {
	background-image: url("../images/company/company_header_img_sp.jpg");
}
#company.cate_Product #mainVisual {
	background-image: url(../images/product/product_header_img_sp.jpg);
}

#technology #mainVisual {
	background-image: url("/images/technology/tec_header_img_sp.png");
}

#future #mainVisual {
	background-image: url("/images/feature/fut_header_img_sp.png");
}

#fea_technology #mainVisual {
	background-image: url("/images/feature/feature_header_img_sp.png");
}
#company.cate_Recruit #mainVisual {
	background-image: url("/images/recruit/recruit_header_img_sp.jpg");
}

}

@media print, screen and (max-width: 768px) and (max-width: 768px) {

footer .ContentWrap,
footer .ContentWrap02 {
	display: none;
}

}

@media only screen and (max-width: 767px) {

.sp_Dpnone {
	display: none !important;
}

#breadcrumb_List {
	display: none;
}

.anchor_Link {
	margin: 0 auto 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
}

.anchor_Link li {
	margin-right: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	align-items: center;
}

.contents_Area {
	margin-top: -50px;
}

#single_Col {
	margin-top: -50px;
}

.h2_Title {
	font-size: 2.8rem;
	margin-bottom: 30px;
}

.h3_Title {
	font-size: 1.8rem;
	margin-top: 50px;
}

.h3_Title::before {
	width: 103%;
}

.h4_Title {
	margin-top: 30px;
	font-size: 1.6rem;
}

.h4_Title::before {
	top: 7px;
}

.catch_Txt {
	font-size: 1.7rem;
	margin-bottom: 30px;
}

.catch_Txt02 {
	font-size: 1.7rem;
	margin-bottom: 25px;
}

.txt_Link li {
	margin-right: 20px;
	margin-bottom: 20px;
}

.link_Btn a {
	width: 100%;
	max-width: 480px;
}

.detail_Data dt {
	width: 30%;
}

.detail_Data dd {
	width: 70%;
}

.tbl_Type02 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.tbl_Type02 th,
.tbl_Type02 td {
	display: block;
	padding: 5px;
}

.sp_Scroll {
	overflow: auto;
	white-space: nowrap;
	display: block;
	width: auto;
	padding-bottom: 10px;
}

.sp_Scroll img {
	width: auto;
}

.sp_Scroll .sp_Tbltxt {
	background: #e58791;
	color: #ffffff;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.sp_Scroll::-webkit-scrollbar {
	height: 5px;
}

.sp_Scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.sp_Scroll::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}

.boxx1 {
	padding: 10px;
}

.boxx2 .box {
	margin-bottom: 20px;
	padding: 10px;
}

.boxx3.box_Wrap {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-direction: column;
	align-items: center;
}

.boxx3.box_Wrap figure {
	margin-bottom: 20px;
}

.boxx3.box_Wrap img {
	width: 100%;
	max-width: 212px;
}

.boxx3.box_Wrap.img_w670 img {
	max-width: 670px;
}

.txt_Box iframe {
	margin-bottom: 10px;
}

.txt_Box.elem_Right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.txt_Box.elem_Right figure {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	margin-bottom: 20px;
	flex-direction: column;
	align-items: center;
}

.txt_Box.elem_Right figure img {
	width: 100%;
	display: block;
	max-width: 157px;
}

.txt_Box.elem_Right figure img:last-of-type {
	padding-right: 0;
}

.txt_Box.elem_Right figure.sp_Figcapwrap {
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

.txt_Box.elem_Right figure.imgx2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	flex-direction: row;
}

.txt_Box.elem_Right figure.imgx2 img {
	width: 100%;
	display: block;
	max-width: 157px;
}

.txt_Box.elem_Right figure.imgx2 img:first-of-type {
	margin-right: 10px;
}

.txt_Box.elem_Right figure.imgx2 img:nth-of-type(2) {
	margin-left: 10px;
}

}

