article.interview {
        padding: 3rem 0;
	/*
        background: url(images/theme/bg-project.png) repeat center center;
	*/
        background: url(images/theme/bg-member.png) repeat;
        background-size: 15px;
}

.lytCol01 > .col > :first-child {
  margin-top: 0 !important;
}

/**
 * index
 */
.idx01 {
  box-shadow: 0 1px 12px rgba(0, 0, 0, .1);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  margin-top: 20px;
/*  font-size: 1.4rem;*/
}

.idx01 > a {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding: 20px 20px 18px;
  border-bottom: solid 2px #101887;
  position: relative;
  text-decoration: none;
  transition: background-color .2s;
  will-change: background-color;
}

.idx01 > a > img {
  flex-shrink: 0;
}

.idx01 > a .txt {
  margin-left: 16px;
  flex-grow: 1;
}

.idx01 > a .txt:only-child {
  margin-left: 0;
}

.idx01 > a .txt .title {
/*  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: underline;*/
  display: block;
}

.idx01 > a .txt > span {
  color: #000;
  display: block;
}

.idx01 > a .txt > .title > span > img.ico {
	vertical-align: middle;
}

.idx01 > a:hover,
.idx01 > a:focus,
.idx01 > a:active {
  background-color: #ebebeb;
}

.idx01 > a:hover .txt .title,
.idx01 > a:focus .txt .title,
.idx01 > a:active .txt .title {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .idx01 > a {
    padding: 16px 16px 14px;
  }
  .idx01 > a > img:[class^='ico'] {
    width: 80px;
  }
  .idx01 > a .txt > dl > dt {
    font-size: 1.4rem;
  }
}

.listIdx01 {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 -20px -20px;
}

.lytMovie02 {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 10px 0 10px;
}

.lytMovie02 > li {
  width: calc(50% - 30px);
}

.listIdx01.col3 > li {
  width: calc(33.333% - 20px);
}

.listIdx01.col4 > li {
  width: calc(25% - 20px);
}

.listIdx01.type02 > li.large {
  width: calc(50% - 20px);
}

.listIdx01.type02 > li.large > a .img {
  height: 100%;
}

.listIdx01.type02 > li.large > a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 50%;
  background-image: linear-gradient(to top, #000 50%, transparent 100%);
  justify-content: flex-end;
  color: #fff;
}

.listIdx01.type02 > li.large > a .txt .date,
.listIdx01.type02 > li.large > a .txt > b {
  color: inherit;
}

.listIdx01 > li ,
.lytMovie02 > li {
  margin: 0 0 20px 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.listIdx01 > li > a,
.lytMovie02 > li > a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  flex-grow: 1;
  border-radius: 3px;
  position: relative;
  padding-bottom: 2px;
}

.listIdx01 > li > a::before,
.lytMovie02 > li > a::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #003994;
  position: absolute;
  bottom: 0;
  left: 0;
}

.listIdx01 > li > a:hover .img > img,
.listIdx01 > li > a:focus .img > img,
.listIdx01 > li > a:active .img > img,
.lytMovie02 > li > a:hover .img > img,
.lytMovie02 > li > a:focus .img > img,
.lytMovie02 > li > a:active .img > img {
  transform: scale(1.05);
}

.listIdx01 > li > a:hover .txt > b,
.listIdx01 > li > a:focus .txt > b,
.listIdx01 > li > a:active .txt > b,
.lytMovie02 > li > a:hover .txt > b,
.lytMovie02 > li > a:focus .txt > b,
.lytMovie02 > li > a:active .txt > b {
  text-decoration: none;
}

.listIdx01 > li > a:visited .txt > b,
.lytMovie02 > li > a:visited .txt > b {
  color: #610061;
}

.listIdx01 > li .img,
.lytMovie02 > li .img {
  display: block;
  overflow: hidden;
}

.listIdx01 > li .img > img,
.lytMovie02 > li .img > img {
  transition: transform .2s;
  will-change: transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listIdx01 > li .txt,
.lytMovie02 > li .txt {
  display: flex;
  flex-direction: column;
  flex-basis: 0%;
  flex-grow: 1;
  padding: 18px 16px 20px;
}

.listIdx01 > li .txt > .date,
.lytMovie02 > li .txt > .date {
  font-size: 1.2rem;
  color: #444;
}

.listIdx01 > li .txt > b,
.lytMovie02 > li .txt > b {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.625;
  text-decoration: underline;
  margin-top: 7px;
}

.listIdx01 > li span .txt > b {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.625;
  text-decoration: none;
  margin-top: 7px;
}

.listIdx01.type02 > li.large > span .img {
  height: 100%;
}

.listIdx01.type02 > li.large > span .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 50%;
  background-image: linear-gradient(to top, #000 50%, transparent 100%);
  justify-content: flex-end;
  color: #fff;
}

.listIdx01.type02 > li.large > span .txt .date,
.listIdx01.type02 > li.large > span .txt > b {
  color: inherit;
}

.listIdx01 > li > span {
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  flex-grow: 1;
  border-radius: 3px;
  position: relative;
  padding-bottom: 2px;
}

.listIdx01 > li > span::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #003994;
  position: absolute;
  bottom: 0;
  left: 0;
}

.listIdx01 > li > span:hover .img > img,
.listIdx01 > li > span:focus .img > img,
.listIdx01 > li > span:active .img > img {
  transform: scale(1.05);
}

.listIdx01 > li > span:hover .txt > b,
.listIdx01 > li > span:focus .txt > b,
.listIdx01 > li > span:active .txt > b {
  text-decoration: none;
}

.listIdx01 > li > span:visited .txt > b {
  color: #610061;
}

@media only screen and (max-width: 768px) {
  .listIdx01.type01,
  .lytMovie02 {
    display: block;
    margin: 25px 0 0;
  }
  .listIdx01.type01.col3 > li,
  .listIdx01.type01.col4 > li,
  .lytMovie02 > li {
    width: 100%;
  }
  .listIdx01.type01 > li,
  .lytMovie02 > li {
    margin: 0 0 15px;
  }
  .listIdx01.type01 > li:last-child {
    margin-bottom: 0;
  }
  .listIdx01.type01 > li > a {
    display: flex;
  }
  .listIdx01.type01 > li > a .img {
    width: 110px;
    flex-shrink: 0;
  }
  .listIdx01.type01 > li > a .txt {
    padding: 18px 16px 27px;
  }
  .listIdx01.type01 > li > a .txt > b {
    font-size: 1.4rem;
    margin-top: 4px;
  }
  .listIdx01.type02.col4 > li,
  .listIdx01.type02.col3 > li {
    width: calc(50% - 20px);
  }
  .listIdx01.type02 > li.large {
    width: calc(100% - 20px);
  }
  .listIdx01.type02 > li.large > a .img,
  .lytMovie02 > li > a .img {
    height: auto;
  }
  .listIdx01.type02 > li.large > a .txt,
  .lytMovie02 > li > a .txt,
  .lytMovie02 > li > span .txt {
    position: static;
    background-image: none;
    color: initial;
    min-height: 0;
    justify-content: stretch;
  }
  .listIdx01.type02 > li.large > a .txt .date {
    color: #444;
  }
  .listIdx01.type02 > li.large > a .txt > b {
    color: #003994;
  }
  .listIdx01 > li > a:hover .img > img,
  .listIdx01 > li > a:focus .img > img,
  .listIdx01 > li > a:active .img > img,
  .lytMovie02 > li > a:hover .img > img,
  .lytMovie02 > li > a:focus .img > img,
  .lytMovie02 > li > a:active .img > img {
    transform: none;
  }

.listIdx01.type01 > li > span {
    display: flex;
  }
  .listIdx01.type01 > li > span .img {
    width: 110px;
    flex-shrink: 0;
  }
  .listIdx01.type01 > li > span .txt {
    padding: 18px 16px 27px;
  }
  .listIdx01.type01 > li > span .txt > b {
    font-size: 1.4rem;
    margin-top: 4px;
  }
  .listIdx01.type02 > li.large > span .img {
    height: auto;
  }
  .listIdx01.type02 > li.large > span .txt {
    position: static;
    background-image: none;
    color: initial;
    min-height: 0;
    justify-content: stretch;
  }
  .listIdx01.type02 > li.large > span .txt .date {
    color: #444;
  }
  .listIdx01.type02 > li.large > span .txt > b,
  .lytMovie02 > li > a .txt > b,
  .lytMovie02 > li > span .txt > b {
    color: #003994;
  }
  .listIdx01 > li > span:hover .img > img,
  .listIdx01 > li > span:focus .img > img,
  .listIdx01 > li > span:active .img > img,
  .lytMovie02 > li > span:hover .img > img,
  .lytMovie02 > li > span:focus .img > img,
  .lytMovie02 > li > span:active .img > img {
    transform: none;
  }
}

@media only screen and (max-width: 512px) {
  .listIdx01.type02 {
    display: block;
    margin: 25px 0 0;
  }
  .listIdx01.type02.col3 > li,
  .listIdx01.type02.col4 > li {
    width: 100%;
  }
  .listIdx01.type02 > li {
    margin: 0 0 15px;
  }
  .listIdx01.type02 > li:nth-child(n + 5) {
    display: none;
  }
  .listIdx01.type02 > li:last-child {
    margin-bottom: 0;
  }
}

.listIdx02 {
  margin-top: 35px;
}

.listIdx02 li {
  display: flex;
  align-items: flex-start;
}

.listIdx02 li + li {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.listIdx02 li + li::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.listIdx02 li .img {
  width: 82px;
  border: solid 1px #ccc;
  flex-shrink: 0;
  margin-right: 20px;
}

.listIdx02 li .txt {
  flex-grow: 1;
}

[lang='ja'] .listIdx02 li .txt > p > a > b {
  font-size: 1.5rem;
}

[lang='ja'] .listIdx02 li .txt > p > span > b {
  font-size: 1.5rem;
}

.listIdx02 li .txt > p + p {
  margin-top: 8px;
}

.listIdx02 li .txt .date {
  color: #444;
}

.listIdx02 li .txt [class^='txtIco'] + .date {
  margin-left: 18px;
}

@media only screen and (max-width: 768px) {
  .listIdx02 {
    margin-top: 25px;
  }
}

/**
 * Layout
 */
.lytCol01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin: 40px 0 -20px -20px;
}

.lytCol01.col2 > .col {
  width: calc(50% - 20px);
}

.lytCol01.col3 > .col {
  width: calc(33.333% - 20px);
}

.lytCol01.col4 > .col {
  width: calc(25% - 20px);
}

.lytCol01.sticky > .col > :only-child {
  height: 100%;
}

.lytCol01 > .col {
  margin: 0 0 20px 20px;
}

@media only screen and (max-width: 768px) {
  .lytCol01 {
    display: block;
    margin: 30px 0 0;
  }
  .lytCol01.col2 > .col,
  .lytCol01.col3 > .col,
  .lytCol01.col4 > .col {
    width: 100%;
  }
  .lytCol01.col2 > .col:last-child,
  .lytCol01.col3 > .col:last-child,
  .lytCol01.col4 > .col:last-child {
    margin-bottom: 0;
  }
  .lytCol01 > .col {
    margin: 0 0 16px;
  }
}
