.employee-interview-profile-photo{
  width: 180px;
  height: 180px;
}
.employee-interview-profile-photo img{
  width: 100%;
  height: 100%;
}
.employee-interview-profile-text{
  width: calc(100% - 200px);
}
.img-b {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 1.5;
}
.employee-interview-col{
  width: 100%;
}


@media screen and (max-width: 767px){
  .employee-interview-profile-photo{
    width: 90px;
    height: 90px;
  }
  .employee-interview-profile-text{
    width: calc(100% - 100px);
  }
  .employee-interview-col{
    padding: 0;
  }
  .employee-interview-description{
    margin: 40px 0 40px;
  }
}


.tb{
  display:block;
}
.tb .employee-interview-col{
  width:100%;
  padding: 0 0 30px 0;
}
.tb .employee-interview-col div.img{
  padding-bottom: 30px;
}
.tb .employee-interview-col div.img img{
  width: 680px;
  display: block;
  margin: auto;
}
.tb .employee-interview-col div.comment{
  padding: 20px;
  background: #f5f5f5;
  margin-bottom:2em;
  display: flex;
  justify-content: space-between;
}
.tb .employee-interview-col div.comment > div{
  width:calc(100% - 120px);
}
.tb .employee-interview-col div.comment > div.name{
  width: 100px;
  text-align: center;
  padding-top: 10px;
}
.tb .employee-interview-col div.comment > div.name img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}
.tb .employee-interview-col div.comment > div.name p{
  margin: 0;
  padding: 0;
}
.tb .employee-interview-col div.comment p{
  margin: 0;
  padding:10px 0;
}
@media screen and (max-width: 767px) {
  .tb .employee-interview-col div.img img{
    width: 320px;
  }

}

.employee-interview-section p a,
.tb .employee-interview-col div.comment a {
  color: #00B7F1;
}
.employee-interview-section p a:hover,
.tb .employee-interview-col div.comment a:hover {
  text-decoration: underline;
}
.tb .employee-interview-col div.comment > div:not(.name) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tb .employee-interview-col div.img figcaption {
  margin-top: 10px;
}
.tb .employee-interview-col div.img img {
  height: auto;
}
.employee-interview-section p.note {
  font-style: italic;
  font-size: 0.8em;
}
.employee-interview-h4 {
  font-family: "SyntaxNextBold", "TazuganeGothicBold" !important;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 40px 0 26px;
}
.employee-interview-fit-grid {
	display: grid;
	grid-template-columns: auto auto;
	width: fit-content;
	margin-bottom: 1em;
	font-size: 1rem;
	line-height: 1.75rem;
	gap: 0 10px;
}
.employee-interview-fit-grid.nogap {
	gap: 0;
}
.employee-interview-section p.mb0 {
	margin-bottom: 0;
}
.employee-interview-profile-wrapper {
	margin: 74px 0 95px;
}
.employee-interview-profile-wrapper.guest{
  margin: 0 0 20px 0;
}
.employee-interview-profile-wrapper > .employee-interview-profile {
	margin: 40px 0;
}
.employee-interview-profile-wrapper.guest > .employee-interview-profile {
	margin: 0 0 20px 0;
}
.employee-interview-profile-kana {
	font-size: 14px;
	display: block;
}
.movie{
  margin: 40px 0;
}
.movie a.bt{
  margin: 20px auto 0 auto;
  max-width: 360px;
}
.movie iframe{
  display: block;
  margin: auto;
  max-width: 100%;
  width: 680px;
  /*height: 440px;*/
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px) {
	.employee-interview-profile-wrapper {
		margin: 100px 0 56px;
	}
	.employee-interview-profile-name.has-kana {
		margin-bottom: 20px;
	}
  .employee-interview-profile-name.has-kana.oneline{
    margin-bottom: 40px;
    margin-top: 30px;
  }
	.employee-interview-profile-kana {
		font-size: 12px;
	}
  .movie iframe{
    height: 200px;
  }
}
h3.nomargin{
  margin-bottom: 0;
}
