@charset "UTF-8";
/* CSS Document */

#ovv div{
  padding: 0;
  margin: 0;
}

#ovv .inner{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}


#ovv a{
  text-decoration: none;
  transition: 0.3s;
}

#ovv a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}

#ovv .mv{
  padding: 90px 0 115px;
  background: url("/global/~/Media/phchd_g/about/overview/mv_bk.jpg") center no-repeat;
  background-size: cover;
}

#ovv .mv .inner div{
  text-align: center;
  color: #FFF;
  position: relative;
  opacity: 0;
  animation: viw 1s ease 1s 1 forwards;
}

@-webkit-keyframes viw {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#ovv .mv .inner > div:first-of-type{
  padding-bottom: 45px;
  margin-bottom: 45px;
}

#ovv .mv .inner > div:first-of-type::before{
  content: "";
  width: 90%;
  height: 1px;
  background: #FFF;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

#ovv .mv .inner > div div{
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}

#ovv .mv .inner > div:first-of-type > div:nth-of-type(2)::before,
#ovv .mv .inner > div:first-of-type > div:nth-of-type(3)::before,
#ovv .mv .inner > div + div> div:nth-of-type(2)::before{
  content: "";
  width: 1px;
  height: 100%;
  background: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}

#ovv .mv h1{
  font-size: 24px;
  line-height: 1;
  padding-top: 100px;
  margin-bottom: 20px;
  background: url("/global/~/Media/phchd_g/about/overview/mv_icon01.png") center top no-repeat;
}

#ovv .mv .inner > div:first-of-type > div:nth-of-type(2) h1,
#ovv .mv .inner > div:first-of-type > div:nth-of-type(3) h1{
  background: url("/global/~/Media/phchd_g/about/overview/mv_icon02.png") center top no-repeat;
}

#ovv .mv .inner > div + div> div:nth-of-type(1) h1{
  background: url("/global/~/Media/phchd_g/about/overview/mv_icon03.png") center top no-repeat;
}

#ovv .mv .inner > div + div> div:nth-of-type(2) h1{
  background: url("/global/~/Media/phchd_g/about/overview/mv_icon04.png") center top no-repeat;
}

#ovv .mv p{
  font-size: 21px;
  line-height: 1;
  vertical-align: baseline;
}

#ovv .mv strong{
  font-family:FrutigerRoma;
  font-size: 90px;
  line-height: 1;
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  animation: viwST 1s ease 1.5s 1 forwards;
}

@-webkit-keyframes viwST {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


#ovv .mv span{
  display: inline-block;
  padding-left: 0.5em;
  position: relative;
}

#ovv .mv span sup{
  font-size: 60%;
  position: absolute;
  top: -1.3em;
  right: 0;
}

#ovv .mv span.npl{
  padding-left: 0
}



#ovv .info p a::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 80%;
  padding-right: 0.5em;
}

#ovv .info p{
  width: 100%;
  max-width: 1115px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto;
}

#ovv .info p:nth-of-type(2){
    margin-top:20px;
}

#ovv .info p a{
  font-size: 18px;
  line-height: 1;
  color: #003894;
}

#ovv .text_box{
  padding: 30px 0;
  text-align: left;
}

#ovv .text_box p.note{
  font-size: 14px;
  line-height: 1.4;
}

#ovv .text_box p.note + p{
  width: 100%;
  max-width: 1115px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin: 40px auto 0;
}

#ovv .pic_box{
  width: 100%;
  max-width: 1090px;
  margin: 90px auto 150px;
}

#ovv .pic_box p{
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

#ovv .pic_box > div{
  text-align: center;
  margin: 60px 0 85px;
}

.logo_link{
  position: relative;
}

.logo_link a{
  width: 11%;
  height: 20%;
  position: absolute;
  top: 55%;
}

.logo_link a.link01{
  left: 7.5%;
}

.logo_link a.link02{
  left: 26%;
}

.logo_link a.link03{
  left: 38.5%;
}

.logo_link a.link04{
  left: 50.6%;
}

.logo_link a.link05{
  left: 63%;
}

.logo_link a.link06{
  left: 75%;
}

.logo_link a.link07{
  left: 87.5%;
}


.os {
  padding: 0;
	background: #1e365f;
	background-size: cover;
	}
.os h1 {
    font-size: 2.4rem;
    line-height: 1;
    color: #FFF;
    text-align: center;
	padding: 35px;
}

.os ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.os ul li {
  width: 19%;
  background: #354a6f;
	margin-bottom: 15px;	
	}	
.os ul li a span {
  font-size: 20px;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
  display: block;
}
.pdf span::after {
	font-family: 'FontAwesome';
  content: "\f1c1";
  color: #f43b45;
  font-size: 20px;
  padding-left: 0.3em;
}	

#ovv .link_list {
  background: #f4f4f4;
  padding: 70px 0;
}

#ovv .link_list ul{
  display: flex;
  justify-content: flex-start;
}

#ovv .link_list li{
  width: 33%;
  height: 180px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: url("/global/~/Media/phchd_g/about/overview/link_bk01.jpg") center no-repeat;
  background-size: cover;
}

#ovv .link_list li:nth-child(2){
  background: url("/global/~/Media/phchd_g/about/overview/link_bk02.jpg") center no-repeat;
  background-size: cover;
}

#ovv .link_list li:nth-child(3){
  background: url("/global/~/Media/phchd_g/about/overview/link_bk03.jpg") center no-repeat;
  background-size: cover;
}

#ovv .link_list li a{
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
  color: #2f2f2f;
  padding: 0 20px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#ovv .link_list li a::before{
  font-family:'FontAwesome';
  content: "\f054";
  font-size: 90%;
  vertical-align: top;
  padding-right: 0.3em;
}

#ovv .link_list li a span{
  font-family:FrutigerRoma;
  font-size: 16px;
  padding-right: 0.5em;
}


@media screen and (max-width: 768px) {

  #ovv a:hover{
    opacity: 1;
  }
  
  #ovv .page-head{
    margin: 60px 0 40px;
  }
  
  #ovv .mv{
    padding: 10vw 0 15vw;
    background: url("/global/~/Media/phchd_g/about/overview/mv_bk.jpg") center no-repeat;
    background-size: cover;
  }

  #ovv .mv .inner > div:first-of-type{
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }

  #ovv .mv .inner > div div{
    width: 100%;
    display: block;
    position: relative;
  }
  
  #ovv .mv .inner > div div + div{
    margin-top: 8vw;
    padding-top: 8vw;
  }
  
  #ovv .mv .inner > div:first-of-type > div:nth-of-type(2)::before,
  #ovv .mv .inner > div:first-of-type > div:nth-of-type(3)::before,
  #ovv .mv .inner > div + div> div:nth-of-type(2)::before{
    width: 90%;
    height: 1px;
    background: #FFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
  }
  
  #ovv .mv h1{
    font-size: 3.8vw;
    line-height: 1;
    padding-top: 15vw;
    margin-bottom: 3vw;
    background-size: 15vw auto !important;
  }

  #ovv .mv .inner > div:first-of-type > div:nth-of-type(2) h1,
  #ovv .mv .inner > div:first-of-type > div:nth-of-type(3) h1{
    background-size: 15vw auto !important;
  }

  #ovv .mv .inner > div + div> div:nth-of-type(1) h1{
    background-size: 15vw auto !important;
  }

  #ovv .mv .inner > div + div> div:nth-of-type(2) h1{
    background-size: 15vw auto !important;
  }

  #ovv .mv p{
    font-size: 3.8vw;
  }

  #ovv .mv strong{
    font-size: 10vw;
    line-height: 1;
  }
  
  #ovv .info p{
    font-size: 3.5vw;
    line-height: 1.5;
    text-align: left;
    padding:  0 4vw;
    box-sizing: border-box;
  }
  
  #ovv .info p:nth-of-type(2){
    margin-top: 5vw;
}
    
  #ovv .info p a{
    font-size: 3.5vw;
  }


  #ovv .text_box{
    padding: 5vw 4vw;
    text-align: left;
  }

  #ovv .text_box p.note{
    font-size: 3vw;
    line-height: 1.4;
  }

  #ovv .text_box p.note + p{
    font-size: 3.5vw;
    line-height: 1.5;
    text-align: left;
    margin: 5vw auto 0;
    box-sizing: border-box;
  }

  #ovv .pic_box{
    margin: 10vw auto 15vw;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  #ovv .pic_box p{
    font-size: 3.5vw;
    line-height: 1.5;
  }
  
  #ovv .pic_box > div{
    text-align: center;
    margin: 5vw 0 15vw;
  }

  .os img{
    width: 100%;
  }
      
  .os h1 {
      font-size: 5vw;
      line-height: 1.5;
      color: #FFF;
      text-align: center;
    padding: 35px;
  }

  .os ul {
      display: block;
      margin-bottom: 10vw;
  }
  .os ul li {
    width: 100%;
    background: #354a6f;
    margin-bottom: 2vw;	
    }	
  
  .os ul li a span {
    font-size: 4vw;
    line-height: 1.3;
    padding: 4vw 0 3vw;
  }
  .pdf span::after {
    font-size: 4vw;
  }	
  
  #ovv .link_list {
    background: #f4f4f4;
    padding: 10vw 0;
  }
  
  #ovv .link_list ul{
    flex-flow: wrap;
  }

  #ovv .link_list li{
    width: 50%;
    height: 35vw;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  
  #ovv .link_list li:last-of-type{
    height: 35vw;
    width: 100%
  }

  #ovv .link_list li a{
    width: 100%;
    height: 13vw;
    font-size: 3vw;
    line-height: 1.3;
    padding: 3vw 2vw 0 6vw;
    vertical-align: middle;
  }

  #ovv .link_list li a::before{
    font-family:'FontAwesome';
    content: "\f054";
    font-size: 90%;
    vertical-align: top;
    padding-right: 0.3em;
    position: absolute;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%)
  }

  #ovv .link_list li a span{
    font-family:FrutigerRoma;
    font-size: 3.3vw;
    padding-right: 0.2em;
    display: block;
    vertical-align: middle;
  }
  
  
  #ovv .link_list li:last-child a{
    width: 100%;
    height: 10vw;
    font-size: 3vw;
    line-height: 1.3;
    padding: 3vw 2vw 0 6vw;
  }

  #ovv .link_list li:last-child a span{
    display: inline-block;
  }


}





