@charset "UTF-8";
#pageTitle {
  width: 100%;
  height: 450px;
  text-align: left;
}
#pageTitle h2{
  font-size: 30px;
  font-family: "Roboto";
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  color: #001a69;
  margin-top: 175px;
  margin-bottom: 30px;
}
#pageTitle h2 span {
  font-size: 22px;
  display: block;
  line-height: 1em;
  width: 100%;
  text-align: center;
}
#pageTitle p {
  font-size: 18px;
}
#pageTitle p span {
  line-height: 1em;
  font-weight: bold;
  display: block;
}
#pageTitle.p01 {
  background: url(../img/person2025/p01/pic_main.jpg) no-repeat right top #f4f4f4; 
}
#pageTitle.p02 {
  background: url(../img/person2025/p02/pic_main.jpg) no-repeat right top #f4f4f4; 
}
#pageTitle.p03 {
  background: url(../img/person2025/p03/pic_main.jpg) no-repeat right top #f4f4f4; 
}
#pageTitle.p04 {
  background: url(../img/person2025/p04/pic_main.jpg) no-repeat right top #f4f4f4; 
}
#pageTitle.p05 {
  background: url(../img/person2025/p05/pic_main.jpg) no-repeat right top #f4f4f4; 
}
#pageTitle.p06 {
  background: url(../img/person2025/p06/pic_main.jpg) no-repeat right top #f4f4f4; 
}
/* pageContent */
#pageContent {
  text-align: center;
  padding: 60px 0;
}
#pageContent .col{
  text-align: left;
  margin-bottom: 55px;
}
#pageContent #col1 p.pic,
#pageContent #col2 p.pic,
#pageContent #col3 p.pic {
  margin-bottom: 1em;
}
/* .p1 */
#pageContent #col1 p.pic,
#pageContent #col3 p.pic{
  float: left;
  margin-right: 35px;
}
#pageContent #col2 p.pic{
  float: right;
  margin-left: 35px;
}
#pageContent .text {
  padding: 20px 0 0;
}

#pageContent .text p.subTitle {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
  color:#001a69;
}
#pageContent #col4 {
  background: #eeeeee;
  padding: 50px 0 50px;
  margin-bottom: 50px;
}
#pageContent #col4 p.title {
  line-height: 1em;
  font-size: 30px;
  font-weight: bold;
  color: #001a69;
  text-align: center;
  margin-bottom: 40px;
}

#pageContent #col4 .scheduleList {
  width: 54%;
  float: right;
  position: relative;
}
#pageContent #col4 .scheduleList:before {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  top: 0px;
  left: 35px;
  background: #000;
  z-index: 0;
}
#pageContent #col4 table#scheduleTable{
  border-collapse: collapse;
  border-spacing: 0;
}
#pageContent #col4 table#scheduleTable th{
  width: 70px;
  font-size: 26px;
  font-weight: 600;
  font-family: "Roboto";
  text-align: center;
  vertical-align: top;
  padding-right: 30px;
}
#pageContent #col4 table#scheduleTable th.last {
  position: relative;
  background: #eee;
}
#pageContent #col4 table#scheduleTable th p.date{
  background: #eee;
  z-index: 500;
  position: relative;
}
#pageContent #col4 table#scheduleTable td{
  padding-bottom: 30px;
}
#pageContent #col4 table#scheduleTable td p.dateTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
}
#pageContent #col4 .pic {
  width: 40%;
  float: left;
  margin-top: 20px;
}
#pageContent #col4 .pic p{
  margin: 50px 0;
}
#pageContent #col4 .pic p img {
  width: 100%;
  max-width: 387px;
  height: auto;
}
#pageContent #col4 .holiday {
  width: 68%;
  padding: 30px;
  margin: 40px auto 0;
  text-align: left;
  background: #fff;
}
#pageContent #col4 .holiday p {
  line-height: 1.8em;
}
#pageContent #col4 .holiday p.title {
  font-size: 20px;
  font-weight: bold;
  color: #001a69;
  margin-bottom: 10px;
  text-align: left;
}
/* #col5 */
#pageContent #col5 {
  padding: 0;
  margin-bottom: 0;
}
#pageContent #col5 ul {
  text-align: center;
}
#pageContent #col5 ul li {
  width: 48%;
  margin: 0 0.5%;
  background: #eee;
  display: inline-block;
  /*box-sizing: border-box;*/
}
#pageContent #col5 ul li a {
  display: block;
  width: 100%;
}
#pageContent #col5 ul li a .pic {
  float: left;
  width: 47.5%;
}
#pageContent #col5 ul li a .pic img {
  width: 100%;
  height: auto;
}
#pageContent #col5 ul li a .text {
  float: right;
  width: 52.5%;
  text-align: left;
  margin-top: 14%;
  padding: 0;
}
#pageContent #col5 ul li a.inner .text .title {
  color: #001a69;
  font-weight: bold;
  margin-bottom: 10px;
  width: 87%;
  padding: 0 5% 0 8%;
}
#pageContent #col5 ul li a.inner .text .name {
font-weight: bold;
line-height: 1.8em;
position: relative;
display: inline-block;
padding: 0;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 16px;
padding: 0 5% 0 8%;
}
#pageContent #col5 ul li a.inner .text .name::after{
position: absolute;
bottom: 5px;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
width: 6px;
height: 6px;
border-top: 2px solid #001a69;
border-right: 2px solid #001a69;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#pageContent #col5 ul li a.inner .text .name span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
}


/* sp */
@media screen and (max-width: 769px) {
  #pageTitle {
    width: 100%;
    height: 342px;
    text-align: left;
  }
  #pageTitle h2{
    font-size: 16px;
    font-family: "Roboto";
    line-height: 1.5em;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    color: #001a69;
    margin-top: 120px;
  }
  #pageTitle h2 span {
    font-size: 22px;
    display: block;
    line-height: 1em;
    width: 100%;
    text-align: center;
  }
  #pageTitle p {
    font-size: 14px;
  }
  #pageTitle p span {
    line-height: 1em;
    font-weight: bold;
    display: block;
  }
  #pageTitle.p01 {
    background: url(../img/person2025/p01/pic_main_sp.jpg) no-repeat right top;
    background-size: 100% auto;
  }
  #pageTitle.p02 {
    background: url(../img/person2025/p02/pic_main_sp.jpg) no-repeat right top;
    background-size: 100% auto;
  }
  #pageTitle.p03 {
    background: url(../img/person2025/p03/pic_main_sp.jpg) no-repeat right top;
    background-size: 100% auto;
  }
  #pageTitle.p04 {
    background: url(../img/person2025/p04/pic_main_sp.jpg) no-repeat right top;
    background-size: 100% auto;
  }
  #pageTitle.p05 {
    background: url(../img/person2025/p05/pic_main_sp.jpg) no-repeat right top;
    background-size: 100% auto;
  }
  #pageTitle.p06 {
    background: url(../img/person2025/p06/pic_main_sp.jpg) no-repeat right top;
    background-size: 100% auto;
  }
  #pageContent {
    font-size: 15px;
    text-align: center;
    padding: 30px 0;
  }
  #pageContent .col{
    text-align: left;
    margin-bottom: 35px;
  }
  #pageContent p.pic {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #pageContent p.pic img {
    width: 100%;
    height: auto;
  }
  #pageContent .text p{
    font-size: 15px;
  }
  #pageContent .text p.subTitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #pageContent #col4 {
    background: #eeeeee;
    padding: 25px;
    margin-bottom: 30px;
  }
  #pageContent #col4 .rapper{
    width: 100%;
  }
  #pageContent #col4 p.title {
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
    color: #001a69;
    text-align: center;
    margin-bottom: 30px;
  }
  #pageContent #col4 .scheduleList {
    width: 100%;
    float: none;
    position: relative;
  }
  #pageContent #col4 .scheduleList:before {
    content: "";
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    top: 0px;
    left: 25px;
    background: #000;
    z-index: 0;
  }
#pageContent #col4 table#scheduleTable th{
  width: 50px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto";
  text-align: center;
  vertical-align: top;
  padding-right: 15px;
}
#pageContent #col4 table#scheduleTable th p.date{
  background: #eee;
  z-index: 500;
  position: relative;
}
#pageContent #col4 table#scheduleTable td{
  padding-bottom: 15px;
}
#pageContent #col4 table#scheduleTable td p {
  font-size: 14px;
}
#pageContent #col4 table#scheduleTable td p.dateTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 5px;
}
#pageContent #col4 .pic {
  width: 100%;
}
#pageContent #col4 .pic p{
  width: 48%;
  margin: 20px 0 ;
}
#pageContent #col4 .pic p.left {
  float: left;
}
#pageContent #col4 .pic p.left {
  float: right;
}

#pageContent #col4 .holiday {
  width: 94%;
  padding: 15px 3%;
  margin: 20px auto 0;
  text-align: left;
  background: #fff;
}
#pageContent #col4 .holiday p {
  line-height: 1.8em;
}
#pageContent #col4 .holiday p.title {
  font-size: 19px;
  font-weight: bold;
  color: #001a69;
  margin-bottom: 5px;
  text-align: left;
}

  #pageContent #col5 ul li {    
    width: 100%;
    font-size: 14px;
  }
  #pageContent #col5 ul li a .pic{
    margin-bottom: 0;
  }
  #pageContent #col5 ul li a.inner .text {
    margin-top: 10%;
    padding-bottom: 2% ;
    font-size: 14px;
  }
  #pageContent #col5 ul li a.inner .text .title {
    width: 90%;
    padding: 0 0 0 5%;
    margin-bottom: 5px;
    font-size: 13px;
  }
  #pageContent #col5 ul li a.inner .text .name {
    font-size: 13px;
  }
  #pageContent #col5 ul li a.inner .text .name span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
  }
}
@media screen and (max-width: 321px) {
  #pageContent #col5 ul li a.inner .pic {
    width: 36%;
  }
  #pageContent #col5 ul li a.inner .text {
    width: 60%;
    margin: 0;
    padding: 2% 2% 0;
    font-size: 13px;
  }
  #pageContent #col5 ul li a.inner .text .name {
    font-size: 13px;
  }
  #pageContent #col5 ul li a.inner .text .name span {
    font-size: 11px;
  }
}
