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

.container{
  border: none  !important;
}

#message img{
  max-width: 100%;
  height: auto;
}

#message .inner{
  max-width:1280px;
  margin:0 auto;
  padding:0;
}

#message{
  font-family:FrutigerRoma, Arial, Helvetica, "sans-serif";
  color: #2f2f2f !important;
  padding: 0 0 210px;
}

#message h1,
#message h2,
#message h3{
  font-family:FrutigerBold, Arial, Helvetica, "sans-serif";
}

#message a:hover{
  text-decoration: none;
}

#message article > h1{
  font-family:FrutigerRoma, Arial, Helvetica, "sans-serif";
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin: 30px 0 80px;
}

#message article > h1 span{
  font-family:FrutigerBold, Arial, Helvetica, "sans-serif";
  font-size: 42px;
  line-height: 1.3;
  display: block;
}

#message .mv{
  height: 450px;
  margin-bottom: 260px;
  position: relative;
}

@media screen and (min-width: 769px) {
  #message .mv{
    background: url("/global/~/Media/phchd_g/careers/message/mv_bk.jpg") no-repeat center #dbeeff;
  }
}

#message .mv .txt{
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -600px;
}

#message .mv .txt h2{
  font-size: 47px;
  line-height: 1.4;
  color: #105af0;
  margin-bottom: 20px;
}

#message .mv .txt p{
  font-size: 28px;
  line-height: 1.5;
}

#message .mv .photo{
  width: 400px;
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: 240px;
}

#message .mv .photo > div{
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 100%;
  margin-right: 40px;
}

#message .mv .photo > div h3{
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}

#message .mv .photo > div p{
  font-size: 18px;
  line-height: 1.6;
}

#message .mess{
  max-width: 1025px;
  margin: 0 auto;
}

#message .mess p{
  font-size: 20px;
  line-height: 1.6;
}

#message .mess p a{
  color: #00478b;
  text-decoration: underline;
}

#message .mess p a:hover{
  text-decoration: none;;
}

#message .mess p + p{
  margin-top: 35px;
}

#message .mess div{
  margin-top: 65px;
}

#message .mess div a{
  font-size: 18px;
  line-height: 1;
  color: #105af0;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

#message .mess div a::before{
  content: "";
  width: 22px;
  height: 22px;
  background: url("/global/~/Media/phchd_g/careers/message/icon_aw_b.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: .3s;
}

#message .mess div a:hover::before{
  left: -5px;
  transition: .6s;
}





@media screen and (max-width: 768px) {
  
  #message .inner{
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  #message{
    padding: 9vw 0 20vw;
  }
  
  #message article > h1{
    font-size: 4vw;
    line-height: 1.3;
    margin: 10vw 0 8vw;
  }

  #message article > h1 span{
    font-size: 6vw;
    line-height: 1.3;
  }
  
  #message .mv{
    height: 123vw;
    background: url("/global/~/Media/phchd_g/careers/message/sp_mv_bk.jpg") no-repeat;
    background-size: auto 100%;
    margin-bottom: 55vw;
    position: relative;
  }

  #message .mv .txt{
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
    padding: 15vw 6vw;
  }

  #message .mv .txt h2{
    font-size: 6.5vw;
    line-height: 1.4;
    text-align: center;
    color: #105af0;
    margin-bottom: 4vw;
  }

  #message .mv .txt p{
    font-size: 4vw;
    line-height: 1.5;
  }

  #message .mv .photo{
    width: 65%;
    top: 60vw;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  #message .mv .photo > div{
    width: 100%;
    text-align: left;
    position: static;
    bottom: auto;
    right: auto;
    margin-right: 0;
    margin-top: 4vw;
  }

  #message .mv .photo > div h3{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  #message .mv .photo > div p{
    font-size: 3.2vw;
    line-height: 1.6;
  }

  #message .mess{
    padding: 0 6vw;
    margin: 0 auto;
  }

  #message .mess p{
    font-size: 3.4vw;
    line-height: 1.6;
  }

  #message .mess p a:hover{
    text-decoration: underline;
  }

  #message .mess p + p{
    margin-top: 5vw;
  }

  #message .mess div{
    margin-top: 10vw;
  }

  #message .mess div a{
    font-size: 3.4vw;
    padding-left: 5vw;
  }

  #message .mess div a::before{
    width: 4vw;
    height: 4vw;
  }

  #message .mess div a:hover::before{
    left: 0;
    transition: 0;
  }
  
  
}



