/* CSS Document */

.companyPage #pageTitle h2:after {
  content: "COMPANY";
}
.companyPage .titlebg {
  background-image: url("../../cmn-img/pagetitle/company.jpg");
}


/* Map */
.map{
	max-width: 960px;
	width: 100%;
	margin: 20px auto;
	
}
.map iframe{
	width: 100%;
	height: calc( width / 2 );
}

/* Photobox Design */
.photoBox{
	display: flex;
	max-width: 950px;
	margin:40px auto;
}
.photoBox img{
	width: 100%;
}


/* Copyandpaste */
.companyPage #aboutCap {
  background-image: url("../../img/company/companycap.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 32px;
}
.companyPage #aboutCap h3 {
  margin-bottom: 2rem;
}
.companyPage #aboutCap h3 span {
  display: inline-block;
  margin-bottom: 1rem;
  background-color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  padding-left: 1rem;
  padding-right: 0.8rem;
  line-height: 1.5;
}
.companyPage #aboutCap p {
  max-width: 800px;
  margin: auto;
}
.companyPage #aboutContent li {
  background-color: #e5efff;
}
.companyPage #aboutContent li section {
  padding-top: 0;
  padding-bottom: 0;
}
.companyPage #aboutContent .aboutText {
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
}
.companyPage #aboutContent .aboutText span {
  display: block;
  padding-left: 8%;
  max-width: 85%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.companyPage #aboutContent .aboutText p {
  text-align: justify;
  line-height: 2;
}
.companyPage #aboutContent h4 {
  color: #1b235e;
  font-size: 3.2rem;
}
.companyPage #aboutContent li:nth-child(2n+1) .fadeInGradLeft:before {
  background: #e5efff;
}
.companyPage #aboutContent li:nth-child(2n+2) {
  background-color: #fff;
}
.companyPage #aboutContent li:nth-child(2n+2) h4 {
  color: #0064ff;
}
.companyPage #aboutContent #aboutImage01 {
  min-height: 520px;
  position: relative;
  padding: 5% 3%;
  text-align: center;
}
.companyPage #aboutContent .aboutImage {
  position: relative;
}
.companyPage #aboutContent .aboutImage div {
  position: absolute;
  height: 100%;
  width: calc(50vw + 120px);
  width: 58vw;
  z-index: 1000;
  display: block;
  transform: skewX(-20deg);
  transform-origin: bottom;
  overflow: hidden;
  text-align: left;
  left: 0;
  right: 0;
}
.companyPage #aboutContent .aboutImage div span {
  display: block;
  width: 100%;
  height: 100%;
  transform: skewX(20deg);
  transform-origin: bottom;
  background-size: cover;
  background-position: center;
}
.companyPage #aboutContent .aboutImage div #aboutImage02 {
  background-image: url("../img/about/image02.jpg");
}
.companyPage #aboutContent .aboutImage div #aboutImage03 {
  background-image: url("../img/about/image03.jpg");
}
.companyPage #aboutContent .aboutImage div #aboutImage04 {
  background-image: url("../img/about/image04.jpg");
}