/************************************
	about-us.css
*************************************/
.org-t{
	text-shadow: none;
}

.org-about-us-img-b{
	background-image: url(../img/company-img.png);
	background-repeat:no-repeat;
	/*background-position: center right -50px;*/
}

.org-blue{
	color:#5663ac;
}

.org-red{
	color:#e50011 ;
}

.org-half-p,
.org-one-p,
.org-two-p,
.org-ast-txt{
	font-family:inherit;
	font-size: inherit;
	line-height: inherit;
	color:inherit;
	text-align: inherit;
}

.org-office-url{
	display: block;
}

.org-last-map{
	margin-bottom: 35px!important;
}

.org-bk-color{
	/*background: #f7f7f7;*/
	background: #fff;
	position: relative;
}

.org-about-us-img-b{
	background-image: url(../img/company-img.png);
	background-repeat:no-repeat;
	background-position: center;
}

.org-about-us-img-b2{
	background-image: url(../img/company-profile.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
}

.org-about-us-img-b3{
	background-image: url(../img/company-history.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
}

.org-about-us-img-b2,
.org-about-us-img-b3{
	height: 175px;
}

.org-philosophy-sec .org-common-en-t,
.org-philosophy-sec .org-common-jp-t{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.org-company-hr{
	border-top: 2px solid #5663ac;
	width: 13%;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}

.org-border-ib{
	position: relative;
	width: 100%;
	max-width: 1100px;
	overflow: visible;
	height: 3px;
	margin: 20px auto 25px auto;
	z-index: 10;
}

.org-logo-mean-b{
	margin: 60px auto 0 auto;
	box-sizing: border-box;
	
}

.org-mean-l{
	width: 100%;
}

.org-mean-r{
	width: 100%;
	margin-top: 45px;
}

.org-logo-txt{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    text-align: center;
}
.org-logo-en {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
}

.org-m-logo1 img,
.org-m-logo2 img{
	display: block;
	width: 100%;
	max-width: 190px;
	margin: 0 auto 5px auto;
}

.org-m-logo2{
	margin-top: 35px;
}

.org-mean-r img{
	display: block;
	width: 100%;
	max-width: 297px;
	margin: 0 auto 35px auto;
}

.org-logo-en{
	margin-bottom: 10px;
}

.org-logo-pr{
}

.org-logo-r-txt-b{
	box-sizing: border-box;
	margin-top: 35px;
}

.org-philosophy-sec,
.org-border-posi-b{
	position: relative;
}

.org-gray-border,
.org-white-border,
.org-gray-border2{
	width: 0;
	height: 0%;
	position: absolute;
}


/*Company Profile***********************************************/
.org-prifile-container{
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}

.org-prifile-tb{
	width: 100%;
	margin-top: 65px;
}

.org-pf-th,
.org-pf-td{
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	vertical-align: top;
}

.org-pf-th{
	text-align: left;
	width: 100%;
	padding-right: 0;
}

.org-pf-td{
	text-align: left;
	color: #595757;
	width: 100%;
	padding-left: 0;
	padding-bottom: 30px;
}

.org-company-map-b{
    position: relative;
    width: 100%;
    padding-top: 250px;
	margin-top: 10px;
}

.org-company-map-b iframe{
	position: absolute;
	top: 0;	
	right: 0;
	width: 100%;
	height: 100%;
}

.org-half-p{
	padding-right: 7px;
}

.org-one-p{
	padding-right: 14px;
}

.org-two-p{
	padding-right: 28px;
}

.org-pf-office-b{
	margin-bottom: 70px;
}

.org-licence-txt{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align: inherit;
	margin-bottom: 0;
}

.org-pf-office-b span{
	color: #595757!important;
}

/*Company history***********************************************/
.org-history-tb{
	width: 100%;
	margin-top: 65px;
}

.org-hy-th,
.org-hy-td{
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	vertical-align: top;
}

.org-hy-th{
	text-align: left;
	width: 100%;
}

.org-hy-td{
	text-align: left;
	color: #595757;
	width: 100%;
	padding-bottom: 30px;
}

.org-ast-txt{
	font-size: 12px;
	line-height: 13px;
}

.org-common-contact-p-adjust{
	z-index: 50;
}







@media (min-width: 576px) {
.org-about-us-img-b{
	background-image: url(../img/company-img.png);
	background-repeat:no-repeat;
	background-position: center;
}

.org-about-us-img-b2{
	background-image: url(../img/company-profile.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
}

.org-about-us-img-b3{
	background-image: url(../img/company-history.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
}

.org-about-us-img-b2,
.org-about-us-img-b3{
	height: 300px;
}

.org-philosophy-sec .org-common-en-t,
.org-philosophy-sec .org-common-jp-t{
	text-align: left;
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 7%;
}

.org-company-hr{
	border-top: 3px solid #5663ac;
	width: 200%;
	margin: 0;
	margin-left:-158%;
}

.org-border-ib{
	max-width: 1100px;
	overflow: visible;
	height: 3px;
	margin: 15px auto;
	z-index: 20;
}


.org-m-logo2{
	margin-top: 30px;
}


.org-logo-en{
	margin-bottom: 10px;
}

.org-logo-pr{
}

.org-philosophy-sec,
.org-border-posi-b{
	position: relative;
}

.org-gray-border,
.org-white-border,
.org-gray-border2{
	width: 0;
	height: 0%;
	position: absolute;
}


/*Company Profile***********************************************/
.org-prifile-container{
	margin: 0 auto;
	width: 100%;
	max-width: 540px;
	padding: 0;
}

.org-prifile-tb{
	width: 100%;
	margin-top: 65px;
}

.org-pf-th,
.org-pf-td{
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	vertical-align: top;
}

.org-pf-th{
	text-align: right;
	border-right: solid 1px #dcdddc;
	width: 19%;
	padding-right: 20px;
}

.org-pf-td{
	text-align: left;
	color: #595757;
	width: 81%;
	padding-left: 20px;
	padding-bottom: 30px;
}

.org-company-map-b{
    position: relative;
    padding-top: 215px;
	margin-top: 10px;
}

.org-half-p{
	padding-right: 7px;
}

.org-one-p{
	padding-right: 14px;
}

.org-two-p{
	padding-right: 28px;
}

.org-pf-office-b{
	margin-bottom: 70px;
}

.org-licence-txt{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align: inherit;
	margin-bottom: 0;
}

/*Company history***********************************************/
.org-history-tb{
	width: 100%;
	margin-top: 65px;
}

.org-hy-th,
.org-hy-td{
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	vertical-align: top;
}

.org-hy-th{
	text-align: right;
	border-right: solid 1px #dcdddc;
	width: 38%;
	padding-right: 20px;
}

.org-hy-td{
	text-align: left;
	color: #595757;
	width: 62%;
	padding-left: 20px;
	padding-bottom: 30px;
}
}




@media (min-width: 768px) {
.org-about-us-img-b{
	background-image: url(../img/company-img.png);
	background-repeat:no-repeat;
	background-position: center;
}

.org-about-us-img-b2{
	background-image: url(../img/company-profile.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
}

.org-about-us-img-b3{
	background-image: url(../img/company-history.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
}

.org-about-us-img-b2,
.org-about-us-img-b3{
	height: 494px;
}

.org-philosophy-sec .org-common-en-t,
.org-philosophy-sec .org-common-jp-t{
	text-align: left;
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 75px;
}

.org-company-hr{
	width: 200%;
	margin: 0;
	margin-left:-186%;
}

.org-logo-mean-b {
    display: flex;
    margin: 65px 0 0 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.org-mean-l {
    width: 100%;
    max-width: 835px;
    display: flex;
    justify-content: space-between;
}

.org-mean-r{
	width: 100%;
	display: block;
	padding-left: 0;
	margin: 0;
}

.org-logo-txt{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0px;
	text-align: left;
}

.org-logo-en{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: 500;
}

.org-m-logo1 img,
.org-m-logo2 img{
	display: block;
	width: 100%;
	max-width: 190px;
	margin: 0;
	margin-bottom: 20px;
}

.org-m-logo2{
	margin-top: 0;
}

.org-mean-r img{
	display: block;
	width: 100%;
	max-width: 297px;
	margin: 0;
	margin-bottom: 55px;
}

.org-logo-en{
	margin-bottom: 10px;
}

.org-logo-pr{
	padding-right: 18px;
}

.org-logo-r-txt-b{
	box-sizing: border-box;
	padding-left: 30px;
	margin: 0;
}

.org-philosophy-sec,
.org-border-posi-b{
	position: relative;
}

.org-gray-border,
.org-white-border,
.org-gray-border2{
	width: 0;
	height: 0%;
	position: absolute;
}


/*Company Profile***********************************************/
.org-prifile-container{
	margin: 0 auto;
	width: 100%;
	max-width: 1031px;
	padding: 0;
}

.org-prifile-tb{
	width: 100%;
	margin-top: 65px;
}

.org-pf-th,
.org-pf-td{
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	vertical-align: top;
}

.org-pf-th{
	text-align: right;
	border-right: solid 1px #dcdddc;
	width: 19%;
	padding-right: 35px;
}

.org-pf-td{
	text-align: left;
	color: #595757;
	width: 81%;
	padding-left: 35px;
	padding-bottom: 30px;
}

.org-company-map-b{
    position: relative;
	height: 280px;
	margin-top: 10px;
}

.org-half-p{
	padding-right: 7px;
}

.org-one-p{
	padding-right: 14px;
}

.org-two-p{
	padding-right: 28px;
}

.org-pf-office-b{
	margin-bottom: 70px;
}

.org-licence-txt{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align: inherit;
	margin-bottom: 0;
}

/*Company history***********************************************/
.org-history-tb{
	width: 100%;
	margin-top: 65px;
}

.org-hy-th,
.org-hy-td{
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	vertical-align: top;
}

.org-hy-th{
	text-align: right;
	border-right: solid 1px #dcdddc;
	width: 32%;
	padding-right: 35px;
}

.org-hy-td{
	text-align: left;
	color: #595757;
	width: 68%;
	padding-left: 35px;
	padding-bottom: 30px;
}
}




@media (min-width: 992px) {
.org-about-us-img-b{
	background-image: url(../img/company-img.png);
	background-repeat:no-repeat;
	background-position: center;
}

.org-about-us-img-b2{
	background-image: url(../img/company-profile.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
}

.org-about-us-img-b3{
	background-image: url(../img/company-history.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
}

.org-about-us-img-b2,
.org-about-us-img-b3{
	height: 494px;
}

.org-philosophy-sec .org-common-en-t,
.org-philosophy-sec .org-common-jp-t{
	text-align: left;
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 75px;
}

.org-company-hr{
	width: 200%;
	margin: 0;
	margin-left:-191%;
}

.org-logo-mean-b{
	display: flex;
	margin: 65px 0 0 55px;
	box-sizing: border-box;
	flex-wrap: wrap;
	
}

.org-mean-l{
	width: 100%;
	max-width: 835px;
	display: flex;
	justify-content: space-between;
	
}

.org-logo-mean-b{
    margin: 65px 0 0 55px;
}

.org-mean-r{
	width: 100%;
	margin: 0;
}

.org-m-logo1{
	margin-right: ;
}

.org-logo-en{
	margin-bottom: 5px;
}

.org-logo-pr{
	padding-right: 18px;
}

.org-logo-r-txt-b{
	box-sizing: border-box;
	padding-left: 30px;
}

.org-philosophy-sec,
.org-border-posi-b{
	position: relative;
}

.org-gray-border{
	width: 1px;
	height: 272%;
	background: #dcdddc;
	position: absolute;
	top: -17.4rem;
	left: -1%;
	z-index: 10;
}

.org-white-border{
	width: 1px;
	height: 112.9%;
	/*background: #fff;*/
	background: #dcdddc;
	position: absolute;
	top: -17.4rem;
	left: 2.2%;
	z-index: 10;
}

.org-gray-border2{
	width: 1px;
	height: 157%;
	background: #dcdddc;
	position: absolute;
	top: -17.2rem;
	left: -1%;
	z-index: 10;
}

/*Company Profile***********************************************/
.org-prifile-container{
	margin: 0 auto;
	width: 100%;
	max-width: 1031px;
	padding: 0;
}

.org-prifile-tb{
	width: 100%;
	margin-top: 65px;
}

.org-pf-th,
.org-pf-td{
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	vertical-align: top;
}

.org-pf-th{
	text-align: right;
	width: 19%;
	padding-right: 35px;
}

.org-pf-td{
	text-align: left;
	color: #595757;
	width: 81%;
	padding-left: 35px;
	padding-bottom: 30px;
}

.org-company-map-b{
	margin-top: 10px;
}

.org-half-p{
	padding-right: 7px;
}

.org-one-p{
	padding-right: 14px;
}

.org-two-p{
	padding-right: 28px;
}

.org-pf-office-b{
	margin-bottom: 70px;
}

.org-licence-txt{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align: inherit;
	margin-bottom: 0;
}

/*Company history***********************************************/
.org-history-tb{
	width: 100%;
	margin-top: 65px;
}

.org-hy-th,
.org-hy-td{
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
	vertical-align: top;
}

.org-hy-th{
	text-align: right;
	border-right: solid 1px #dcdddc;
	width: 32%;
	padding-right: 35px;
}

.org-hy-td{
	text-align: left;
	color: #595757;
	width: 68%;
	padding-left: 35px;
	padding-bottom: 30px;
}

.org-his-mt{
	margin-top: 100px;
}
}




@media (min-width: 1100px) {
.org-gray-border{
	width: 1px;
	 height: 272%;
    top: -17.4rem;
	left: -2%;
}

.org-white-border{
	width: 1px;
	height: 112.9%;
	top: -17.4rem;
	left: 1.6%;
}

.org-gray-border2{
	width: 1px;
	height: 135%;
	top: -17.2rem;
	left: -2%;
}
}




@media (min-width: 1200px) {
.org-gray-border{
	width: 1px;
	height: 272%;
	top: -17.4rem;
	left: 5%;
}

.org-white-border{
	width: 1px;
	height: 112.9%;
	top: -17.4rem;
	left: 1.6%;
}

.org-gray-border2{
	width: 1px;
	height: 135%;
	top: -17.2rem;
	left: 5%;
}

.org-logo-mean-b {
    margin: 65px 0 0 105px;
}

}