@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
	max-width: 100%;
    box-sizing: border-box;
    background-color:#f4f4f4

}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
nav.globalMenuSp.active  {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.pd{
 margin: 0px 0% 0px;
   padding: 0px 0% 0px;
}
header {
  background: #c4dcff;
  padding: 0px 0% 0px;
    /* borderに関する設定 */
  /* border: 3px solid; /* 線の太さと可視化 */
  /* border-color: #e95295;*/
}
header ul a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.downloadImage img { 
    max-height: 60px;
    height: 20vw;
    margin: 0px 0% 0px;
    padding: 0px 0% 0px;
  margin: auto;
  display: block;
    object-fit: cover;
     }
     
  .guideTitle {
  padding: 10px 0% 1px;
   width: 100%;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
    margin: auto;
  display: block;
    object-fit: cover;
  }
  
  .guidePeople {
  padding: 1px 0% 1px;
   width: 100%;
  color: #444444;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
    margin: auto;
  display: block;
    object-fit: cover;
  }
  
  .guideDuration {
  padding: 1px 5% 1px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  }
  
.peopleImage {
   }
   
.peopleImage img {
  max-width: 250px;
   width: 60vw;
    border-radius: 15px;
  margin: auto;
  display: block;
    object-fit: cover;
}
.peopleInfo{
    width: 100%
    background: #696969
    padding: 2px 0% 2px;
text-align:center;
}

.listen {
    padding: 20px 20px 15px;
text-align:center;

}
.listen::before {
    content: '';
    display: block;
    width: 200px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/icon-listen.png) no-repeat;
    background-size: contain;
}

.listen audio {
  width: 90%;
  height: 30px;
  }
  
  .interview {
  padding: 10px 0% 1px;
   width: 100%;
  color: #444444;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
    margin: auto;
  display: block;
    object-fit: cover;
}


main h5 {
  margin: 20px 0% 5px;
  background: #ffffff;
  min-height: 500px;
  display: auto;
  vertical-align: middle;
}

main a{
 display: block;
  text-decoration: none;
}

main ul{
    width: 100%;
    margin: 0px 0% 0px;
}


.interviewImage{
    width: 100%;
    margin: 0px 0% 0px;
    padding: 15px 0% 0px;
  margin: auto;
  display: block;
    object-fit: cover;
}
.interviewImage img{
    width: 100%;
    margin: 0px 0% 0px;
    padding: 15px 0% 0px;
  margin: auto;
  display: block;
    object-fit: cover;
}

main{ flex: 1 0 auto; }

main a:hover {
  text-decoration: none;
  opacity: .5;
}

li{
  list-style:none;
}
footer ul {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
}

footer {
  background: #696969;
  padding: 10px 5% 10px;
  width: 100%;
  position: static;   /* ← absolute をやめる */
  margin-top: auto;   /* ← 下へ寄せる */
}
footer ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
footer ul li a .footer_mainlink ::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  right: -30px;
  top: calc(50% - 11px);
  margin: auto;
  background: url("../images/icon-window.png");
  background-size: contain;
}
footer ul {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 12px;
}
footer ul li {
  list-style: none;
  line-height: 1.8;
}
footer .copy {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}

footer .footer_sublink{
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
      background: #0066FF;
  text-decoration: none;
  color: #fff;
  width: 60px;
	height: 60px;
  padding: 0px 5px;
  text-align: center;
  display: block;
  border-radius: 50%;
  opacity: 0.5;
  transition: all .3s ease;
	  position: relative;
	box-sizing: border-box;


}
#page-top a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

 /* 20220218 PCサイト対応 */
/* スクロール可能でフッターが自然に下へ */
.body-wrapper{
  position: relative;
  overflow-x: hidden;
  max-width: 600px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(48,48,48,.15);

  display: flex;
  flex-direction: column;
}
