/* ====================================================
 corporate
==================================================== */

.page-head{
  margin-bottom: 90px;
}

.zin{
  background: #FFF;
  padding-bottom: 40px;
}

.int_pix{
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background: #f5f5f5;
}

.fixd{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.manage{
  height: 715px;
  text-align: center;
  background: url("/global/~/Media/phchd_g/corporate/philosophy/image/bk.jpg") center bottom no-repeat;
  background-size: cover;
}

.manage h2{
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  padding: 95px 0;
}

.manage p{
  font-size: 32px;
  line-height: 1.7;
}

.vision{
  background-color: #013893;
  padding: 55px 0 90px;
  text-align: center;
}

.vision h2{
  font-size: 24px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  padding-bottom: 40px;
}

.vision p{
  font-size: 21px;
  line-height:1.8;
  color: #FFF;
}

.values{
  padding: 90px 0 80px;
  text-align: center;
}

.values h2{
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 40px;
}

.values ul li{
  width: 175px;
  margin: 0 22px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.values ul li p{
  font-size: 21px;
  list-style: 1.6;
  margin-top: 10px;
}

.image_bk{
  width: 100%;
  height: 390px;
  margin-bottom: 100px;
  background-image: url("/global/~/Media/phchd_g/corporate/philosophy/image/bg_footer.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

#footer{
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  
  .page-head{
    margin-bottom: 20px;
  }
  
  .int_pix{
    padding: 30px 15px 30px;
  }

  .manage{
    height: auto;
    padding: 80px 0 160px;
  }
  
  .manage h2{
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 0 0 40px;
  }

  .manage p{
    font-size: 24px;
    line-height: 1.6;
  }

  .vision{
    padding: 30px 0 30px;
  }

  .vision h2{
    font-size: 18px;
    padding-bottom: 40px;
  }

  .vision p{
    font-size: 16px;
    line-height:1.5;
  }

  .values{
    padding: 30px 0 30px;
    text-align: center;
  }
  
  .values h2{
    font-size: 18px;
    padding-bottom: 40px;
  }

  .values ul li{
    width: 50%;
    margin: 0 0 20px;
  }

  .values ul li p{
    font-size: 16px;
    list-style: 1.5;
  }
  
  .image_bk{
    width: 100%;
    height: 63vw;
    margin-bottom: 100px;
    background: none;
    background: url("/global/~/Media/phchd_g/corporate/philosophy/image/bg_footer_sp.jpg") center no-repeat;
    background-size:cover;
  }
    
}

@media screen and (max-width: 768px) {
  .openModal img{
    width: 100%;
    height: auto;
		cursor: pointer;
  }
}

.openModal{
	background: #f5f5f5;
	padding: 80px 0 150px;
}

.openModal h2{
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
	text-align: center;
  padding-bottom: 50px;
}

.openModal p{
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 0;
}

.openModal > div{
	width: 1280px;
	margin: 0 auto;
	display: flex;
}

.openModal > div + div{
	margin-top: 40px;
}

.openModal > div > div{
	width: 625px;
}

.openModal > div > div + div{
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	
  .openModal{
    background: #f5f5f5;
    padding: 40px 0 60px;
  }
	
  .openModal h2{
    font-size: 18px;
    padding-bottom: 30px;
  }

  .openModal p{
    font-size: 14px;
  }

  .openModal > div{
    width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		display: block;
  }

  .openModal > div > div{
    width: 100%;
  }
	
  .openModal > div + div{
    margin-top: 20px;
  }

  .openModal > div > div + div{
		margin-left: 0;
    margin-top: 20px;
  }
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalContents > div{
	width: 100%;
}

.modalContents > div > div{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:56.25%;
	margin:0 auto;
}

.modalContents  iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
}


#movieA{
	display: none;
}

#movieB{
	display: none;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 85%;
  max-width: 1650px;
  padding: 0;
  background-color: #000;
}

.closeModal {
  font-size: 40px;
  line-height: 1;
  position: fixed;
  top: 80px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
  color: #FFF;
}

@media screen and (max-width: 768px) {
   .closeModal {
    font-size: 8vw;
    top: 20vw;
    right: 4vw;
  }

}

.about_txt02{
  text-align:center;
  background: #f5f5f5;
  padding: 60px 0;
}

.about_txt02 p{
  width: 100%;
  max-width: 1120px;
  font-size:18px;
  font-weight:700;
  color:#333;
  line-height: 2;
  margin: 0 auto;
  box-sizing: border-box;
}


.about_txt03{
  padding: 80px 0 150px;
  text-align:center;
}

.about_txt03 h1{
  font-family:'UD Shin Go DemiBold', "sans-serif";
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.about_txt03 p{
  font-size:18px;
  line-height: 1.8;
  font-weight:700;
  color:#333;
  padding-top: 50px;
}

.about_txt03 p + p{
  padding-top: 30px;
}

@media screen and (max-width:768px){
  .about_txt02{
    text-align: left;
    padding: 10vw 4vw;
  }
  
  .about_txt02 p{
    font-size:3.8vw;
    line-height:1.8;
  }
  
  .about_txt02 br{
    display: none;
  }
  
  .about_txt03{
    padding: 10vw 0 15vw;
    text-align:center;
  }

  .about_txt03 h1{
    font-size: 4.5vw;
  }

  .about_txt03 p{
    font-size:3.8vw;
    line-height: 1.8;
    padding-top: 5vw;
  }
  
  .about_txt03 p + p{
    padding-top: 5vw;
  }

}



