@charset "UTF-8";
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
#gNav .person a {
  background-color: #E5ECF3;
}
#gNav .person a:after {
  content: "";
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: #00468C;
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 1;
}

#conts.staffMsg .lead {
  position: relative;
  z-index: 2;
}

#conts.staffMsg {
  position: relative;
  overflow: hidden;
}
#conts.staffMsg .lead {
  position: absolute;
  top: 60px;
  z-index: 2;
}
#conts.staffMsg #message {
  margin-top: 310px;
  position: relative;
  z-index: 1;
}
#conts.staffMsg #message .half {
  margin-bottom: 60px;
  padding: 108px 60px 0;
  width: 500px;
  background: #fff;
  position: relative;
}
#conts.staffMsg #message .half:before {
  width: 500px;
  height: 50px;
  position: absolute;
  top: -50px;
  content: "";
}
#conts.staffMsg #message .half section .inner p {
  margin-top: 25px;
}
#conts.staffMsg #message .half section .inner p:first-child {
  margin-top: 0;
}
#conts.staffMsg #message .half .name {
  margin-bottom: 58px;
  padding-bottom: 35px;
  border-bottom: 1px solid #00468C;
  text-align: right;
}
#conts.staffMsg #message .column2 > :first-child {
  padding-right: 30px;
}
#conts.staffMsg #message .column2 > :first-child .image {
  margin-left: -60px;
}
#conts.staffMsg #message .column2 .col + .col {
  padding-left: 30px;
}
#conts.staffMsg.left .lead {
  left: 60px;
}
#conts.staffMsg.left #message .half {
  margin-left: -60px;
}
#conts.staffMsg.left #message .half:before {
  background: url(../img/person/message_bg_left.png) no-repeat;
  left: 0;
}
#conts.staffMsg.right .lead {
  right: 60px;
}
#conts.staffMsg.right #message .half {
  margin-right: -60px;
  margin-left: auto;
}
#conts.staffMsg.right #message .half:before {
  background: url(../img/person/message_bg_right.png) no-repeat;
  right: 0;
}

@media only screen and (max-width: 768px) {
  #main .mountB:before {
    border: none;
  }
  #main .ttl01 {
    margin-top: 10px;
  }

  #conts.staffMsg .lead {
    margin: 0 -20px;
    width: 60%;
    position: relative;
    height: auto;
    top: 0;
    right: 0;
  }
  #conts.staffMsg #message {
    margin: 50px -20px 0;
    padding: 20px 20px 0;
    background: #fff;
  }
  #conts.staffMsg #message .half {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  #conts.staffMsg #message .half:before {
    display: none;
  }
  #conts.staffMsg #message .half .name {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
  #conts.staffMsg #message .half section .inner p {
    margin-top: 10px;
  }
  #conts.staffMsg #message .half section .inner p:first-child {
    margin-top: 0;
  }
  #conts.staffMsg #message .column2 > :first-child {
    padding-right: 0;
  }
  #conts.staffMsg #message .column2 > :first-child .image {
    margin-left: 0;
  }
  #conts.staffMsg #message .column2 .col + .col {
    padding-left: 0;
  }
  #conts.staffMsg.left .lead {
    left: auto;
  }
  #conts.staffMsg.left #message .half {
    margin-left: 0;
  }
  #conts.staffMsg.left #message .half:before {
    background: none;
    left: auto;
  }
  #conts.staffMsg.right .lead {
    margin-left: auto;
    right: auto;
  }
  #conts.staffMsg.right #message .half {
    margin-right: 0;
    margin-left: 0;
  }
  #conts.staffMsg.right #message .half:before {
    background: none;
    right: auto;
  }
}
.profile02 {
  margin-top: 60px;
  margin-bottom: -60px;
  position: relative;
}
.profile02:before {
  height: 1px;
  margin: 0 -60px 60px;
  background: #E6E6E6;
  display: block;
  content: "";
}
.profile02 .ttl {
  margin-bottom: 24px;
  font-size: 10px;
  line-height: 1;
}
.profile02 .name {
  font-size: 140%;
}
.profile02 .history {
  font-size: 86.66667%;
}
.profile02 > .image {
  margin-left: 50px;
  float: right;
}
.profile02.inOffShot {
  padding-right: 420px;
  min-height: 400px;
}
.profile02.inOffShot:before {
  margin-right: -480px;
}
.profile02 .offShot {
  margin: 50px -480px 0 -60px;
  padding: 60px 420px 45px 60px;
  min-height: 128px;
  background-color: #D9EDF4;
  position: relative;
  font-size: 86.66667%;
}
.profile02 .offShot:before {
  width: 100%;
  height: 40px;
  background: url(../img/person/offshot_bg.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.profile02 .offShot .ttl {
  position: relative;
  z-index: 1;
}
.profile02 .offShot > .image {
  position: absolute;
  bottom: 45px;
  right: 60px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .profile02 {
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
  }
  .profile02:before {
    margin: 0 -20px 20px;
  }
  .profile02 > .image {
    margin-left: 15px;
    width: 100px;
  }
  .profile02 .ttl {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1;
  }
  .profile02 .name {
    font-size: 140%;
  }
  .profile02.inOffShot {
    padding-right: 0;
    min-height: 300px;
  }
  .profile02.inOffShot:before {
    margin-right: 0;
  }
  .profile02 .offShot {
    margin: 20px -20px -20px;
    padding: 40px 20px 20px;
  }
  .profile02 .offShot:before {
    width: 100%;
    height: 40px;
    background: url(../img/person/offshot_bg.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .profile02 .offShot .image {
    margin-left: 15px;
    width: 100px;
    position: static;
    float: right;
  }
}
.question01 dt {
  color: #58B6B1;
  font-weight: bold;
}

/*------------------------------------------------------------
	/person/index.php
------------------------------------------------------------*/
.imgNav li.staff001 {
  background-image: url(../img/person/top_img01.jpg);
}
.imgNav li.staff002 {
  background-image: url(../img/person/top_img02.jpg);
}
.imgNav li.staff003 {
  background-image: url(../img/person/top_img03.jpg);
}
.imgNav li.staff008 {
  background-image: url(../img/person/top_img04.jpg);
}
.imgNav li.interview {
  background-image: url(../img/person/top_img05.jpg);
}

@media only screen and (max-width: 500px) {
  #container .imgNav li.interview {
    height: 110px;
  }
}
.col2 {
  margin-bottom: 20px;
}

/*------------------------------------------------------------
	/person/staff001.php
------------------------------------------------------------*/
#person-staff001 #conts #message .half {
  padding: 108px 50px 0;
  width: 510px;
}
#person-staff001 #conts .bg {
  height: 1692px;
  width: 100%;
  background: url(../img/person/staff001/conts_bg.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #person-staff001 #conts.staffMsg .bg {
    height: 200px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  #person-staff001 #conts.staffMsg #message .half {
    width: 100%;
    padding: 0;
    min-height: 0;
  }
  #person-staff001 #conts.staffMsg.right .lead {
    top: 18px;
    right: 0;
  }
}
/*------------------------------------------------------------
	/person/staff002.php
------------------------------------------------------------*/
#person-staff002 #conts {
  position: relative;
}
#person-staff002 #conts:before {
  content: "";
  width: 250px;
  height: 90px;
  display: block;
  position: absolute;
  background-color: #FFF;
  top: 0;
  right: 100px;
  z-index: 2;
}
#person-staff002 #conts .bg {
  width: 100%;
  height: 1045px;
  background: url(../img/person/staff002/conts_bg.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#person-staff002 #conts.right .lead {
  top: 80px;
}
#person-staff002 #conts.right #message {
  margin-top: 230px;
}
#person-staff002 #conts.right #message .column2 .col + .col {
  margin-top: 75px;
}
#person-staff002 #conts.right #message .half {
  margin-bottom: 10px;
}
#person-staff002 #conts.right #message .half:before {
  width: 620px;
  height: 43px;
  background: url(../img/person/message_bg_right_long.png) no-repeat;
  right: 0;
  top: -43px;
}
#person-staff002 #conts.right #message .half .name {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #person-staff002 .ttl01 {
    margin-top: 15px;
  }
  #person-staff002 #conts:before {
    display: none;
  }
  #person-staff002 #conts.staffMsg .bg {
    height: 200px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  #person-staff002 #conts.right .lead {
    top: 30px;
  }
  #person-staff002 #conts.right #message {
    margin-top: 150px;
  }
  #person-staff002 #conts.right #message .column2 .col + .col {
    margin-top: 30px;
  }
  #person-staff002 #conts.right #message .column2 .col + .col > img {
    width: 100%;
  }
}
/*------------------------------------------------------------
	/person/staff003.php
------------------------------------------------------------*/
#person-staff003 .ttl01 {
  margin-top: 52px;
}
#person-staff003 .profile02 > .image {
  margin-left: 25px;
}
#person-staff003 #conts .bg {
  width: 100%;
  height: 938px;
  background: url(../img/person/staff003/conts_bg.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#person-staff003 #conts.right .lead {
  top: 100px;
}
#person-staff003 #conts.right #message {
  margin-top: 270px;
}
#person-staff003 #conts.right #message .column2 {
  margin-bottom: 70px;
}
#person-staff003 #conts.right #message .column2 > :first-child {
  margin-top: -100px;
}
#person-staff003 #conts.right #message .half {
  padding-top: 55px;
  padding-bottom: 65px;
}
#person-staff003 #conts.right #message .half:before {
  width: 620px;
  height: 43px;
  background: url(../img/person/message_bg_right_long.png) no-repeat;
  right: 0;
  top: -43px;
}
#person-staff003 #conts.right #message .half .name {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  #conts.staffMsg .bg {
    height: 200px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  #person-staff003 #conts.right .lead {
    top: 70px;
  }
  #person-staff003 #conts.right #message {
    margin-top: 140px;
  }
  #person-staff003 #conts.right #message .half {
    padding: 0;
  }
  #person-staff003 #conts.right #message .half .name {
    margin-bottom: 25px;
  }
  #person-staff003 #conts.right #message .half .ttl01 {
    margin-top: 30px;
  }
  #person-staff003 #conts.right #message .column2 {
    margin-bottom: 0;
  }
  #person-staff003 #conts.right #message .column2 > :first-child {
    margin: 0 0 15px;
  }
  #person-staff003 #conts.right #message .column2 .col + .col {
    margin-top: 30px;
  }
  #person-staff003 #conts.right #message .column2 .col + .col > img {
    width: 100%;
  }
}
/*------------------------------------------------------------
	/person/staff008.php
------------------------------------------------------------*/
#person-staff008 #main .mountB:before {
  bottom: -12px;
  border-bottom: 52px solid #FFF;
}
#person-staff008 #main #conts .bg {
  width: 100%;
  height: 1248px;
  background: url(../img/person/staff008/conts_bg.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#person-staff008 #main #conts.left .lead {
  top: 45px;
}
#person-staff008 #main #conts.left #message {
  margin-top: 300px;
}
#person-staff008 #main #conts.left #message .column2 > :first-child img {
  margin-top: 60px;
}
#person-staff008 #main #conts.left #message .half {
  padding: 106px 60px 0;
}
#person-staff008 #main #conts.left #message .half:before {
  width: 620px;
  height: 43px;
  background: url(../img/person/message_bg_left_long.png) no-repeat;
  right: 0;
  top: -43px;
}
#person-staff008 #main #conts.left #message .question {
  margin-bottom: 10px;
}
#person-staff008 #main #conts.left #message .question .img {
  margin-top: 65px;
  margin-left: 6px;
}
#person-staff008 #main #conts.left #message .question .panel03 {
  padding: 35px 45px;
  margin-right: -5px;
  margin-left: 2px;
}
#person-staff008 #main #conts.left #message .message {
  margin: 0px -10px -8px 4px;
}
#person-staff008 #main #conts.left #message .message .img {
  margin: 40px 0 30px 5px;
}
#person-staff008 #main #conts.left .profile02 {
  margin-right: -16px;
}

@media only screen and (max-width: 768px) {
  #person-staff008 #conts.staffMsg .bg {
    height: 200px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  #person-staff008 #main #conts.left .lead {
    top: 17px;
  }
  #person-staff008 #main #conts.left #message {
    margin-top: 50px;
  }
  #person-staff008 #main #conts.left #message .column2 > :first-child img {
    margin-top: 0;
    width: 100%;
  }
  #person-staff008 #main #conts.left #message .half {
    padding: 0;
  }
  #person-staff008 #main #conts.left #message .question .img {
    margin-top: 15px;
  }
  #person-staff008 #main #conts.left #message .question .panel03 {
    padding: 20px;
  }
}
/*------------------------------------------------------------
	/person/group_interview.php
------------------------------------------------------------*/
#person-group_interview #main .mainImage {
  margin-top: -65px;
  position: relative;
  z-index: 10;
}
#person-group_interview #main #conts .name {
  font-weight: bold;
}
#person-group_interview #main #conts .leadTxt {
  margin-bottom: 40px;
}
#person-group_interview #main #conts .member {
  margin-bottom: 100px;
}
#person-group_interview #main #conts .member .ttlB {
  margin: 0 0 20px;
}
#person-group_interview #main #conts .member .detail {
  margin-right: 40px;
  width: 200px;
  float: left;
}
#person-group_interview #main #conts .member .detail .inner .image {
  margin-bottom: 20px;
}
#person-group_interview #main #conts .pro .ttlA {
  margin-bottom: 55px;
  color: #00468C;
}
#person-group_interview #main #conts .pro .ttlC {
  color: #00468C;
}
#person-group_interview #main #conts .pro p {
  margin-bottom: 35px;
}
#person-group_interview #main #conts .pro .inner, #person-group_interview #main #conts .pro .inner02 {
  margin-bottom: 35px;
}
#person-group_interview #main #conts .pro .inner:after, #person-group_interview #main #conts .pro .inner02:after {
  display: block;
  clear: both;
  content: "";
}
#person-group_interview #main #conts .pro .inner p, #person-group_interview #main #conts .pro .inner02 p {
  margin-bottom: 0;
}
#person-group_interview #main #conts .pro .inner .image {
  margin-left: 40px;
  float: right;
}
#person-group_interview #main #conts .pro .inner02 .image {
  margin-right: 40px;
  float: left;
}
#person-group_interview #main #conts .coverage {
  margin: 0 -60px;
  padding-top: 60px;
  border-top: 1px solid #E6E6E6;
}
#person-group_interview #main #conts .coverage .inner {
  padding: 0 60px;
}
#person-group_interview #main #conts .coverage .inner:after {
  display: block;
  clear: both;
  content: "";
}
#person-group_interview #main #conts .coverage .inner h2 {
  margin-bottom: 30px;
  color: #00468C;
}
#person-group_interview #main #conts .coverage .inner .shop {
  font-size: 140%;
}
#person-group_interview #main #conts .coverage .inner .detail {
  font-size: 86.66667%;
}
#person-group_interview #main #conts .coverage .inner .image {
  margin-left: 50px;
  float: right;
}

@media only screen and (max-width: 768px) {
  #person-group_interview #main .mainImage {
    margin-top: -30px;
    position: relative;
    z-index: 10;
  }
  #person-group_interview #main #conts .leadTxt {
    margin-bottom: 25px;
  }
  #person-group_interview #main #conts .member {
    margin-bottom: 25px;
  }
  #person-group_interview #main #conts .member .ttl01 {
    margin: 0;
  }
  #person-group_interview #main #conts .member .detail {
    margin-right: 0;
    width: 33.3%;
    float: left;
  }
  #person-group_interview #main #conts .member .detail .inner {
    text-align: center;
    display: block;
  }
  #person-group_interview #main #conts .member .detail .inner .image {
    width: 100%;
    margin-bottom: 20px;
  }
  #person-group_interview #main #conts .member .detail .inner .name {
    text-align: left;
    display: block;
  }
  #person-group_interview #main #conts .pro .ttlA {
    margin-bottom: 55px;
    padding-right: 80px;
    color: #00468C;
  }
  #person-group_interview #main #conts .pro .ttl02 {
    margin-bottom: 15px;
    color: #00468C;
  }
  #person-group_interview #main #conts .pro p {
    margin-bottom: 35px;
  }
  #person-group_interview #main #conts .pro .inner, #person-group_interview #main #conts .pro .inner02 {
    margin-bottom: 35px;
  }
  #person-group_interview #main #conts .pro .inner:after, #person-group_interview #main #conts .pro .inner02:after {
    display: block;
    clear: both;
    content: "";
  }
  #person-group_interview #main #conts .pro .inner p, #person-group_interview #main #conts .pro .inner02 p {
    margin-bottom: 0;
  }
  #person-group_interview #main #conts .pro .inner .image {
    width: 100%;
    height: auto;
    margin-left: 15px;
    margin-bottom: 15px;
    float: none;
  }
  #person-group_interview #main #conts .pro .inner .image img {
    width: 100%;
  }
  #person-group_interview #main #conts .pro .inner02 .image {
    width: 100%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    float: none;
  }
  #person-group_interview #main #conts .pro .inner02 .image img {
    width: 100%;
  }
  #person-group_interview #main #conts .coverage {
    margin: 0 -20px;
    padding-top: 20px;
    border-top: 1px solid #E6E6E6;
  }
  #person-group_interview #main #conts .coverage .inner {
    padding: 0 20px;
  }
  #person-group_interview #main #conts .coverage .inner:after {
    display: block;
    clear: both;
    content: "";
  }
  #person-group_interview #main #conts .coverage .inner h2 {
    margin: 15px 0;
    color: #00468C;
  }
  #person-group_interview #main #conts .coverage .inner .shop {
    font-size: 161.53846%;
  }
  #person-group_interview #main #conts .coverage .inner .detail {
    font-size: 100%;
  }
  #person-group_interview #main #conts .coverage .inner .image {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    display: block;
    float: none;
  }
}
