/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	position: relative;
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========= resetCSS 縺薙％縺ｾ縺ｧ ==========*/

body {
	font-family: 'Meiryo UI', Meiryo, 繝｡繧､繝ｪ繧ｪ, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	opacity: 0.7;
}



.textList a:hover {
	opacity: 1;
}

.textList a:after {
	display: block;
	content: '';
	width: 0;
	background: #333;
	height: 1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.textList a:hover:after {
	width: 100%;
}

.centering p {
	display: inline-block;
}

a.tel {
	cursor: default;
	pointer-events: none;
    width: 40%;
}
a.tel > div {
    width: 100%;
    height: 190px;
    padding: 25px;
    line-height: 1.6;
    font-size: 17px;
}
/*a.tel:first-child {
    margin-right: 3.5%;
}
a.tel:last-child {
    margin-left: 3.5%;
}*/
a.tel .orange {
    color: #eb5405;
}
a.tel .large180 {
    font-size: 180%;
}
a.tel .large110 {
    font-size: 110%;
}
a.tel .small60 {
    font-size: 60%;
}
a.tel:hover {
	opacity: 1;
}
a.tel .nowrap {
    white-space: nowrap;
}
a.tel .tel_box {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-right: 25px;
}
a.tel .tel_box img {
    width: 20px;
    margin: 10px 10px 0 10px;
}
a.tel .right {
    text-align: right;
}
a.tel .mt-20 {
    margin-top: -20px;
}

.btn {
	width: 90%;
    max-width: 460px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
	text-align: center;
	line-height: 1;
	padding: 0 0 0.2em;
	color: #fff;
	position: relative;
	background-image: url(../images/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 2%;
}

.groupInfo .btn,
.careerInfo .btn,
.imageInfo .btn {
	background-position: 97% center;
}



.btn.orange {
	background-color: #ea5404;
}

.btn.gray {
	background-color: #595656;
}

.btn.blue {
	background-color: #0f169b;
}

.careerInfo .btn.large {
	-ms-align-self: center;
	align-self: center;
	/*
    display: block;
	*/
}

.sp_only {
	display: none;
}

.hmb {
	display: none;
}

.menuWrapper {
	display: -webkit-flex;
	display: flex;
	flex-grow: 1;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
}

.mb35 {
	margin-bottom: 3.5em;
}

/* ========= topInfo ==========*/
.topInfo{
	width: 1310px;
    margin-bottom: 20px;
    line-height: 30px;
    margin: 0 auto 20px;
    text-align: left;
    border: 2px solid #ea5404;
    padding: 20px;
    box-sizing: border-box;
}

.topInfo h4{
	margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.topInfo p{
	text-align: center;
}

@media screen and (max-width: 780px) {
	.topInfo{
		width:100%;
	}
}

/* ========= modal===========*/

.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}




/* ========= SLIDER ==========*/

.product {
	width: 1330px;
	background: url(../images/product_bg.png) center center no-repeat;
}

.product_slider {
	width: 1270px;
	margin: 0;
	height: 270px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.slick-arrow {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.slick-arrow img {
	display: block;
}

.slick-slide-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.slick-slide-box div:nth-child(1) {
	width: 190px;
	height: 110px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-slide-box div:nth-child(2) {
	width: 190px;
	margin-top: 15px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.slick-slide-box div:nth-child(3) {
	width: 190px;
	height: 40px;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	order: -1;
}

.slick-list {
	width: 950px;
}

/* ========= PC ==========*/

#header {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	padding: 1% 0 2% 1%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

#header h1 {
	display: inline-block;
}

#header ul.lang {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#header ul.lang li {
    margin: 0 0 0 30px;
    padding:8px 10px;
    color:#fff;
    background-color:#ea5404;
    border-radius:6px;
}

#header ul.lang li.lg{
	background:none;
}

#header ul.lang li.lg img{
	max-width:120px;
}

#header ul.lang li:after{
	opacity:0.5;
}

#header ul.lang li a{
	color:#fff;
	display:block;
	width:100%;
}

#header ul.lang span{
	color: #3f3a39;
    letter-spacing: 0.02em;
	font-weight: bold;
	font-size: 20px;
	
	display: block;
    float: right;
    margin-top: 10px;
	padding-left: 5px;
}

#header ul.textList {
	display: -webkit-flex;
	display: flex;
}

#header ul.textList li {
	margin: 0 50px 0 0;
}

#header ul.textList li:last-child {
	margin-right: 0;
}

.wrapper {
	width: 1350px;
	margin: 0 auto;
}

.inWrap {
	padding: 10px;
}

/*contact*/
.company.cntct .kv {
	background-image: url(../en/images/kv_contact.jpg);
}

.company.cntct p {
	font-size: 16px;
	line-height: 2;
}

.message {
	margin-bottom: 70px;
}

.message p {
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}




.btn.orange.handling {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	background-image: none;
}

.btn.orange.handling:before{
	display: block;
	content: '';
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	background-image: url(../images/icon_handling.png);
	-webkit-background-size: cover;
	background-size: cover;
}



.info .infoBox .imageInfo h2 {
	margin: 0 0 25px 0;
}

.bar4 {
	border-top: 4.5px solid #ea5404;
	width: 55%;
	margin: 0 0 30px;
}

.info .infoBox .textInfo {
	margin-bottom: 50px;
}

.info .infoBox .textInfo li{
	line-height: 1.7;
}

.info .infoBox ul li.jigyo {
	font-size: 24px;
	border-bottom: 1px solid #000;
	display: inline-block;
	margin: 0 0 20px 0;
}

.subVisual .product {
	margin: 0 0 45px 0;
}

h3.color {
	display: inline-block;
}


.groupInfo .group img {
	width: 100%;
}

.col2 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.col2 .info,
.col2 .groupInfo {
	width: 45%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.col2 .info .btn{
    /*
	display: block;
	margin-bottom: 0;
    */
}

.infoBox {
	padding: 1em;
	flex-grow: 1;
	line-height: 1.7;
}

.groupInfo p {
	margin: 1em 0 50px;
}

.groupInfo .infoBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.groupInfo .infoBox .btn {
    /*
	display: block;
    */
	margin: auto auto 0;
}

.groupInfo .groupBox .imageGroupinfo p {
	font-size: 16px;
	line-height: 1.7;
}

.groupInfo .groupBox .imageGroupinfo h2 {
	margin: 0 0 20px 0;
}

.groupInfo .groupBox .imageGroupinfo img {
	width: 100%;
}


.careerInfo {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.careerInfo_en{
	justify-content: flex-end!important;
}



.careerInfo .career .spCentering,
.careerInfo .career p {
	margin: auto;
	-ms-align-self: auto;
	align-self: auto;
}


.opacity1 {
	opacity: 1;
	transition: opacity 1s linear;
}

.opacity0 {
	opacity: 0;
	transition: opacity 1s linear;
}

.career,
.support {
	width: 45%;
}


.careerInfo .box1 .contact p {
	width: 100%;
	font-size: 16px;
	line-height: 1.7;
}

.careerInfo .box1 .contact h2 {
	margin: 45px 0 10px 0;
}

.careerInfo .support p {
	width: 95%;
}

.col2 .imgArea img {
	width: 100%;
}

.groupLink .groupArea h2 img {
	width: 20%;
	max-width: 190px;
}

.groupLink .groupArea .groupAreaX {
	height: 70px;
}

.groupLink .groupArea .groupAreaX .groupImg {
	float: left;
	width: 180px;
	margin: 5px 6px;
}

.groupLink .groupArea a {
	text-decoration: none;
}

.groupLink .groupImg img {
	display: block;
	width: 100%;
	margin: 0 40px 0 0;
}

.groupLink .groupArea ul.groupBnrs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.groupLink .groupArea ul.groupBnrs li {
	width: 14%;
	margin-bottom: 30px
}

.groupLink .groupArea ul.groupBnrs li p {
	text-align: center;
	font-size: 75%
}

#top_group {
	width: 1350px;
	margin: 0 auto;
}

.title_block {
	background: url(../images/top_news_bg.png) left bottom repeat-x;
	padding-bottom: 4px;
}

.title_block h3 img {
	vertical-align: top;
}

.banner {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
}

.banner li {
	margin: 0 18px 35px 0;
}

.banner li:nth-of-type(6n) {
	margin-right: 0;
}

/* ========= career ==========*/
.mb0 {
    margin-bottom: 0!important;
}
.career_btn {
    margin-top: 20px;
}
.career_btn p {
    max-width: 460px;
    margin: 0 auto;
    font-size: 20px!important;
}

#footer {
	width: 1350px;
	margin: 0 auto 50px;
	padding: 2em 0;
	border-top: 2px solid #e8e8e8;
}

#footer ul {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2em;
}


#footer ul.textList li {
	margin: 0 50px 0 0;
}

#footer ul.textList li:last-child {
	margin-right: 0;
}

#footer ul.textList img{
	max-width:120px;
}

#footer ul.textList span {
    color: #3f3a39;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-size: 20px;
    display: block;
    float: right;
    margin-top: 10px;
    padding-left: 5px;
}

@media screen and (max-width: 780px) {
	#footer ul.textList img{
		max-width:70px;
	}
	#footer ul.textList span {
		font-size: 12px;
		margin-top: 5px;
	}
}


/* ----info---------*/

.greeting {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}

.greeting .imgArea {
	width: 40%;
}

.greeting .imgArea img {
	width: 100%;
	display: block;
}

.greeting .desArea {
	width: 55%;
}

.greeting .president {
	margin-top: 1em;
	line-height: 1.4;
	text-align: right;
}

.greeting .president strong {
	display: block;
	font-weight: bold;
}


.centering {
	text-align: center;
}

.centering ul {
	display: inline-block;
}

.centering li {
	text-align: left;
}

.flex {
	display: -webkit-flex;
	display: flex;
}

.jc-sb {
	justify-content: space-between;
}

.ai-c {
	-ms-align-items: center;
	align-items: center;
}

.fg-1 {
	flex-grow: 1;
}

.company .kv {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	width: 1320px;
	height: 610px;
	margin: 0 auto 5%;
	padding-top: 0;
	background-image: url(../en/images/kv_info.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	-webkit-background-origin: border-box;
	background-origin: border-box;
}

.spBrNone{
	display: block;
}

.company .kv p {
	color: #fff;
	/*width: 50%;*/
	text-align: left;
	margin: 0 auto;
}
.company .kv .InFo_top_tXt{
	width: 45%;
}
.company section {
	margin-bottom: 10%;
}
.company.info section {
	margin-bottom: 2%;
}

.infoGraph {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 5%;
}

.company h2 {
	font-size: 40px;
	color: #ea5404;
	display: inline-block;
	text-align: center;
	margin-bottom: 1em;
}

h3.color {
	font-size: 40px;
	font-weight: normal;
	color: #ea5404;
	padding-left: 0;
	border-left: none;
	margin-bottom: 1em;
}

.career h3.color {
	margin-bottom: 0;
}

h3.color:after {
	display: block;
	content: "";
	height: 4px;
	margin: 0.75em 0 0;
	background: #ea5404;
	border-bottom: none;
}

.company h2:after {
	display: block;
	content: "";
	height: 4px;
	margin: 0.75em 0 0;
	background: #ea5404;
}

.company p {
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

.company .kv p {
	line-height: 2;
}

.company h3 {
	display: inline-block;
	position: relative;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 2em;
	padding-left: 0.5em;
	border-left: 4px solid #ea5404;
}

.aboutTable {
	font-size: 18px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 95%;
	max-width: 750px;
	margin: auto;
}

.aboutTable ul li {
	line-height: 1.5;
}

.aboutTable dt,
.aboutTable dd {
	margin-bottom: 1em;
	line-height: 1.5;
}

.aboutTable dt {
	width: 190px;
}

.aboutTable dd {
	width: calc(100% - 190px);
}

.officeList {
	width: 95%;
	margin: 0 auto 5%;
}

.officeDetail,
.accessMap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.officeDetail {
	padding: 8% 2.5%;
	background: #f7f7f7;
}
.officeDetail.bangkok {
    padding: 5% 2.5%;
}

.bankoku{
	padding: 10% 2.5% 5%;
}

.officeDetail h4 {
	font-size: 30px;
	text-align: center;
	color: #ea5404;
	margin-bottom: 1em;
}

.officeDetail ul {
	font-size: 18px;
	line-height: 1.7;
}

.officeDetail,
.accessMap {
	width: 49%;
}

.accessMap {
	border: 2px solid #ea5404;
}

.accessMap .mapWrap {
	position: relative;
	width: 100%;
	height: 300px;
    overflow:hidden;
}

.accessMap iframe {
    margin-top:-150px;
    border:0;
}

.toggleWrap {
	margin: 0 auto 3%;
}

.toggleWrap:last-of-type {
	margin-bottom: 2.5%;
}

.toggleSwitch {
	position: relative;
	font-size: 20px;
	padding: 0.8em 0.5em;
	color: #fff;
	background: #ea5404;
	cursor: pointer;
}

.toggleSwitch > span {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	background: #fff;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.toggleSwitch > span span {
	position: absolute;
	background: #ea5404;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .25s linear;
}

.toggleSwitch > span span:first-child {
	width: 75%;
	height: 0.1em;
}

.toggleSwitch > span span:nth-child(2) {
	width: 0.1em;
	height: 75%;
}

.toggleSwitch > span.active span:nth-child(2) {
	height: 0;
}

.toggleCnt dl {
	font-size: 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
}

.toggleCnt dt,
.toggleCnt dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.toggleCnt dt,
.toggleCnt dd {
	border: 1px solid #818383;
}

.toggleCnt dt:not(:last-of-type),
.toggleCnt dd:not(:last-of-type) {
	border-bottom: none;
}

.toggleCnt dt {
	width: 220px;
	background: #f7f7f7;
	padding: 0.2em 0.5em;
	border-right: none;
}

.toggleCnt dd {
	width: calc(100% - 220px);
	padding: 0.2em;
}

.company dd p {
	font-size: 16px;
	margin-right: 3%;
}

.company .contactBtn {
	margin: 0 0 5% -3.5%;
    text-align: center;
    justify-content: center;
}

.company.info .contactBtn {
	margin: 5% 0 0 -3.5%;
    text-align: center;
    justify-content: center;
}

.company .contact {
	border: 2px solid #ea5404;
	padding: 5% 2.5%;
	margin-bottom: 5%;
}

.company .contact .support {
	width: 33%;
}

.company .contact p {
	-ms-align-self: center;
	align-self: center;
	margin: auto;
}

.company .contactInner h3 {
	font-weight: normal;
}

.contact h3 {
	color: #ea5404;
	display: block;
	border-left: none;
	margin-bottom: 0.7em;
}

.contact h3:before {
	display: none;
}

/* ========= recruit ============*/

.recruit h2:after {
	width: 100%;
	margin: 0.75em 0 0;
}

.recruit .kv {
	background-image: url(../en/images/kv_recruit.jpg);
}

.recruitList li {
	width: 48%;
	max-width: 650px;
	padding: 5% 0;
	background: #f7f7f7;
}

.recruitList li h3 {
	position: relative;
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 1.5em;
	padding-left: 0;
	color: #ea5404;
	border-left: none;
}

.recruitList li h3:after {
	display: inline-block;
	content: '';
	vertical-align: middle;
	margin-left: 0.5em;
	width: 2em;
	height: 1.9em;
	background-repeat: no-repeat;
	-webkit-background-size: 2em auto;
	background-size: 2em auto;
}

.recruitList li h3.newGraduate:after {
	background-image: url(../images/icon_recruit01.png);
}

.recruitList li h3.mid‐term:after {
	background-image: url(../images/icon_recruit02.png);
}

/*.recruitList li h3.mid窶腎erm:after {
	background-image: url(../images/icon_recruit02.png);
}*/

/*corporate*/

.company .kv.corp {
	background-image: url(../en/images/kv_corporate.jpg);
}


.corporateCnt {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto 20px;
	position: relative;
}

/*.worldVisual {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}*/

.worldVisual p {
	/*width: 95%;*/
	margin: auto;
}

.worldVisual img {
	width: 100%;
}

.corporateCnt .iframeWrap {
	width: 100%;
	position: relative;
	padding-top: 62.03%;
	margin-bottom: 10px;
}

.corporateCnt .iframeWrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.company .right {
	text-align: right;
}

.right a {
	font-weight: bold;
}

.shanghaiVisual {
	text-align: center;
	margin: auto;
}

.shanghaiVisual p {
	text-align: center;
}


@-webkit-keyframes visualMove {
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes visualMove {
	from { opacity: 0;}
	to { opacity: 1; }
}

.mainVisual {
	margin: 0 auto 40px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	opacity: 0;
	-webkit-animation: visualMove 1s linear 1.4s forwards;
	animation: visualMove 1s linear 1.4s forwards;
}

.mainVisual.opacity1{
	opacity: 1;
}

.mainVisual > div {
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mainVisual > div > div {
	position: relative;
	min-height: 0%;
}

.mainVisual > div > div > img {
	width: 100%;
	display: block;
}

.mvp {
	position: absolute;
	top: 0;
	left: 0;
	will-change: top, left, opacity;
}

.mainText {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 7vw;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-shadow: 1px 1px 0px #ccc, -1px -1px 0px #ccc, -1px 1px 0px #ccc, 1px -1px 0px #ccc;
}

/* ========= SP ==========*/

@media screen and (max-width: 780px) {

	a.tel {
		pointer-events: auto;
	}


	.pc_only {
		display: none;
	}
	body.open {
		overflow-y: hidden;
	}
	.sp_only {
		display: block;
	}

	.textList a:hover:after {
		width: 0;
	}

	.btn {
		font-size: 20px;
		width: 90%;
		padding: 0.8em 0;
		-webkit-background-size: 3.5%;
		background-size: 3.5%;
	}
	.hmb {
		display: block;
		position: fixed;
		top: 1.5%;
		right: 2.5%;
		width: 40px;
		height: 40px;
		z-index: 1000;
	}
	.hmb span {
		position: absolute;
		width: 90%;
		height: 9%;
		background: #ea5404;
		transition: all .1s linear;
	}
	.hmb span:first-child {
		top: 10%;
		transform-origin: right top;
	}
	.hmb span:nth-child(2) {
		top: 40%;
	}
	.hmb span:nth-child(3) {
		top: 70%;
		-webkit-transform-origin: ;
		transform-origin: right bottom;
	}
	.hmb.open span:first-child {
		-webkit-transform: translateY(-35%) rotate(315deg);
		transform: translateY(-35%) rotate(315deg);
	}
	.hmb.open span:nth-child(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.hmb.open span:nth-child(3) {
		-webkit-transform: translateX(0) rotate(45deg);
		transform: translateX(0) rotate(45deg);
	}

	.menuWrapper {
		display: flex;
		position: fixed;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		z-index: 500;
		background: #fff;
		border-left: 2px solid #ccc;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-ms-align-items: stretch;
		align-items: stretch;
		-webkit-transform: translate3d( 100%, 0, 0);
		transform: translate3d( 100%, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.menuAnime {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}


	.extList a:hover:after {
		width: 0;
	}
	.menuWrapper.open.menuAnime {
		width: 50%;
		-webkit-transform: translate3d( 0, 0, 0);
		transform: translate3d( 0, 0, 0);
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}



	body #header {
		width: 100%;
		display: block;
		padding: 2%;
		overflow: hidden;
		position: relative;
		background: #fff;
	}
	#header ul.textList {
		display: block;
	}
	#header ul.textList li {
		margin: 0;
		border-bottom: 2px solid #ccc;
	}
	#header ul.textList li:first-child {
		border-top: 2px solid #ccc;
	}
	#header ul.textList li a {
		padding: 1em;
		display: block;
	}
	#header ul.textList {
		width: 100%;
		margin-top: 60px;
	}
	#header h1 {
		display: block;
		text-align: center;
		margin: 0;
	}
	#header h1 img {
		max-width: 231px;
		width: 50%;
	}
	#header ul .langlang{
		padding: 14px 17px 17px;
		color:#fff;
		background-color:#ea5404;
		border-radius:6px;
	}

	.wrapper {
		width: 100%;
		z-index: 500;
	}

	.mainVisual {
		margin-bottom: 5%;
	}

	.message {
		margin-bottom: 40px;
	}
	h3.color {
		font-size: 28px;
	}
	.spCentering {
		text-align: center;
	}

	.col2 {
		display: block;
		margin-bottom: 5%;
	}

	.col2 .imgArea {
		min-height: 0%;
	}

	.col2 .imgArea img {
		width: 100%;
	}


	.col2 .info,
	.col2 .groupInfo {
		width: 100%;
	}

	.info .infoBox {
		background-color: #fff;
		display: block;
		width: 100%;
		margin-bottom: 45px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.info .infoBox .imageInfo h2 {
		text-align: center;
	}

	.groupInfo p {
		margin: 0 0 1.5em;
	}

	.info .infoBox .imageInfo .officeSp img {
		width: 100%;
	}
	.info .infoBox .textInfo {
		margin: 0 0 1em 0;
	}
	.info .infoBox .sp_only img {
		width: 100%;
	}
	.subVisual .product {
		margin: 0 0 20px 0;
	}
	.product {
		width: 100%;
		background: url(../images/product_bg.png) center center no-repeat;
	}
	.product_slider {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.groupInfo .btn,.careerInfo .btn,.imageInfo .btn,.btn,.career,.support {
		width: 95%;
		font-size: 5vw;
		max-width: none;
	}
	.groupInfo .groupBox {
		background-color: #fff;
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 45px;
	}
	.groupInfo .groupBox .imageGroup p {
		display: none;
	}
	.groupInfo .groupBox .imageGroup {
		margin: 80px 0 25px;
	}
	.groupInfo .groupBox .imageGroupinfo {
		margin-bottom: 25px;
		width: 100%;
		line-height: 1.7;
	}
	.groupInfo .groupBox .imageGroupinfo h2 {
		text-align: center;
	}
	.careerInfo {
		display: block;
	}
	.groupInfo .groupBox .imageGroupinfo p {
		margin: 0 0 50px 0;
		width: 100%;
	}
	.groupInfo .groupBox .imageGroupinfo p {
		width: 100%;
	}
	.groupInfo .groupBox .imageGroupinfo h2 img {
		width: 100%;
		max-width: 403px;
	}
	.groupInfo .groupBox .imageGroupinfo .sp_only img {
		width: 100%;
	}
	.careerInfo .career {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 5%;
		height: auto;
	}
	.careerInfo:after {
		content: "";
		display: block;
		clear: both;
	}
	.careerInfo .career h2 {
		margin: 0;
		text-align: center;
	}
	.careerInfo .career h2 img {
		width: 100%;
		max-width: 282px;
	}
	.careerInfo .career p {
		margin: 30px 0 0 0;
		text-align: center;
	}
	.careerInfo .career p img {
		width: 100%;
		max-width: 276px;
	}
	.careerInfo {
		width: 100%;
		height: auto;
		float: none;
		padding: 1.5em 1em;
		margin: 0 0 50px;
		box-sizing: border-box;
	}
	.careerInfo .contact {
		margin: 0 0 30px;
		width: 100%;
	}
	.careerInfo .contact h2 {
		width: 100%;
	}
	.careerInfo .contact h2 img {
		width: 100%;
		max-width: 166px;
	}
	.careerInfo .contact p {
		width: 100%;
	}
	.careerInfo .support {
		margin: 20px 0 0 0;
		width: 100%;
	}
	.careerInfo .support p {
		font-size: 14px;
		line-height: 1.5;
		display: inline-block;
		text-align: left;
	}

	.careerInfo .support p a {
		line-height: 1
	}

	.careerInfo .support p img {
		width: 100%;
	}
	.groupLink .groupArea h2 {
		width: 40%;
	}
	#top_group {
		width: 100%;
	}

	.banner {
		justify-content: space-between;
	}

	.banner li {
		width: 49%;
		margin: 0 0 2%;
	}
	.banner li img {
		width: 100%;
	}
	.groupLink .groupArea h2 img {
		width: 100%;
	}


	.groupLink .groupArea .groupAreaX {
		height: 70px;
	}
	.groupLink .groupArea .groupAreaX .groupImg {
		float: none;
		width: 100%;
		margin: 5px 6px;
	}
	.groupLink .groupArea a {
		text-decoration: none;
	}
	.groupLink .groupImg img {
		display: block;
		width: 100%;
		margin: 0 40px 0 0;
	}
	.groupLink .groupArea ul.groupBnrs {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.groupLink .groupArea ul.groupBnrs li {
		width: 48%;
		margin-bottom: 30px
	}
	.groupLink .groupArea ul.groupBnrs li img {
		width: 100%;
	}
	.groupLink .groupArea ul.groupBnrs li p {
		text-align: center;
	}
    
    .career_btn p {
        max-width: 100%!important;
        margin-left: 10px;
        text-align: center;
    }

	#footer {
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-bottom: 50px;
		border-width: 2px solid #e8e8e8;
	}
	#footer ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#footer ul.textList {
		margin: 20px 0 40px 0;
		float: left;
		width: 100%;
		font-size: 12px;
	}
	#footer ul.textList li {
		margin: 0 2% 0 0;
	}
	#footer ul.textList li:last-child {
		margin: 0;
	}
	#footer div.copyright {
		margin: 20px 0 100px 0;
		width: 100%;
		display: block;
		text-align: center;
	}
	
	/*sp breakline*/
	.spBrNone{
		display: inline;
	}

	/* info  */
	.company section {
		width: 95%;
		margin: 0 auto 15%;
	}
	.company .kv {
		width: 100%;
		margin-top: 0;
	}

	.greeting {
		display: block;
		width: 95%;
		margin: auto;
	}

	.greeting .imgArea,
	.greeting .desArea {
		width: 100%;
	}

	.greeting .imgArea{
		margin-bottom: 2%;
	}
	
	
	.greeting .imgArea img {
		width: 100%;
		display: block;
	}



	.officeList {
		display: block;
	}
	.officeDetail,
	.accessMap {
		width: 100%;
	}
	.company .kv p {
		font-size: 14px;
		display: inline-block;
		padding: 0 2.5%;
	}
	.company h2 {
		font-size: 11.5vw;
	}
	.company h2:after {
		margin-top: 0.5em;
	}
	.company h3 {
		font-size: 28px;
		margin-bottom: 1em;
	}
	h3:before {
		left: -0.35em;
	}
	.officeDetail h4 {
		font-size: 28px;
		margin-bottom: 0.5em;
	}
	.company.cntct p {
		line-height: 1.7;
	}
	.aboutTable {
		width: 100%;
		font-size: 16px;
		line-height: 1.5;
	}
	.aboutTable dt {
		width: 6em;
	}
	.aboutTable dd {
		width: calc(100% - 6em);
	}
	.officeList {
		width: 100%;
		margin-bottom: 15%;
	}
	.officeDetail {
		padding: 10% 2.5%;
		margin: 0 auto 2.5%;
	}
	.contactBtn.flex {
		display: block;
	}
	.contactBtn.flex a {
		margin-bottom: 5%;
	}
	.contactBtn img {
		width: 100%;
	}
    
    a.tel > div {
        width: auto;
        height: auto;
        font-size: 15px;
    }
    .company .contactBtn {
        margin: 0 0 5% 0;
    }
    a.tel .tel_box {
        margin-right: 0;
    }
    a.tel .tel_box img {
        display: none;
    }
    
	.toggleCnt dt {
		width: 7em;
	}
	.toggleCnt dd {
		width: calc(100% - 7em);
	}
	.toggleCnt {
		display: block;
	}
	.toggleSwitch {
		font-size: 16px;
		letter-spacing: -1px;
	}

	.spFdc {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.company .kv {
		height: auto;
		padding: 15% 0;
	}
	.centering.long {
		width: 95%;
		margin: auto;
	}
	.company .contact {
		padding: 4.5%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contact h3 {
		margin: 0 auto 1em;
	}
	.contact h3:after {
		margin-top: 0.5em;
	}
	.company .contact {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.company .contactInner {
		display: block;
		margin-bottom: 1em;
	}

	.company .contactInner h3 {
		display: inline-block;
		padding-left: 0;
	}

	.company .support {
		width: 100%;
		padding: 2% 0;
		text-align: center;
	}
	.company .support img {
		width: 80%;
	}
	.company.cntct section {
		margin-bottom: 20%;
	}
	.w64 {
		margin-bottom: 2em;
	}
	.sp3col li {
		width: 32%;
	}
	.sp3col img {
		width: 100%;
	}

	.company .contact .support {
		width: 100%;
	}

	.contact.ai-c {
		-ms-align-items: stretch;
		align-items: stretch;
	}

	.ai-c {
		-ms-align-items: stretch;
		align-items: stretch;
	}
	
	/* ========== info ==============*/
	.company .kv .InFo_top_tXt{
		width: 95%;
	}
	.infoGraph_sp{
		width: 95%;
	}
	/* ========== contact ==============*/
	.center_Sp{
		text-align: center!important;
	}
	/* ========== recruit ==============*/
	.recruitList {
		display: block;
	}
	.recruitList li {
		width: 95%;
		margin: auto;
	}
	.company .recruitList li p{
		width: 95%;
		margin: auto;
	}
	
	.recruitList li h3 {
		/*font-size: 6.25vw;*/
		font-size: 28px;
		margin-bottom: 1em;
	}

	/*======= corporate ==========*/
	.company .corp h2 {
		font-size: 9.5vw;
		overflow: hidden;
	}

	.corporateCnt {
		width: 100%;
	}

	.corporateCnt img {
		width: 100%;
	}

	.worldVisual {
		display: block;
	}
	.mapSp {
	  /*height:auto;*/
	  width:100%;
	  margin:0 auto;
    }
}


/* ========= SP2 ==========*/

@media screen and (max-width: 400px) {
	.title_block {
		display: block;
		position: relative;
		margin-bottom: 15px;
	}
	.link_block.over {
		position: absolute;
		bottom: -17px;
		left: 10px;
	}
	.careerInfo .box1 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		float: none;
		padding: 1.5em 0;
		margin: 0 0 50px 0;
		border: solid 3px #ea5404;
		box-sizing: border-box;
	}
	.careerInfo .box1 .contact {
		width: 80%;
		line-height: 30px;
		margin: auto;
	}
	.careerInfo .box1 .contact h2 {
		margin: 0;
		width: 100%;
	}
	.careerInfo .box1 .contact h2 img {
		width: 100%;
		max-width: 166px;
	}
	.careerInfo .box1 .contact p {
		width: 100%;
	}
	.careerInfo .box1 .support {
		margin: 20px 0 0 0;
		width: 80%;
	}
	.careerInfo .box1 .support p {
		width: 100%;
	}
	.careerInfo .box1 .support p img {
		width: 100%;
	}
	.lsm {
		letter-spacing: -0.1em;
	}
	.company .support {
		padding: 0;
	}
}

@media screen and (min-width: 781px) {
	section.mainVisual {
		margin: 0 auto 50px;
		width: 1320px;
		height: 720px;
		position: relative;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		overflow: hidden;
	}
	.mainVisual > div {
		width: 440px;
		height: 720px;
		position: relative;
		top: -5px;
		left: 0px;
	}
	.mainVisual > div > div {
		width: 100%;
	}

	.mainText {
		font-size: 3.5em;
	}
}