@charset "utf-8";

/* page_header */
@media screen and (min-width: 751px) {
  .page_header .heading {
    margin: 0 44px;
  }
  .page_header .heading svg {
    width: 162px;
  }

  .partner {
    margin: 114px 0 92px;
  }
  .partner .page_header .heading svg {
    width: 244px;
  }
}
@media screen and (max-width: 750px) {
  .page_person .page_header{
    display: none;
  }

  .page_header .heading {
    margin: 0 calc(18vw / 375 * 100);
  }
  .page_header .heading svg {
    width: calc(84vw / 375 * 100);
  }

  .partner {
    margin: calc(52vw / 375 * 100) 0;
  }
  .partner .page_header .heading svg {
    width: calc(126vw / 375 * 100);
  }
}

/* team list */
@media screen and (min-width: 751px) {
  .team_lists{
    display: flex;
    flex-wrap: wrap;
    margin: -8px 24px 0;/* margin-topは32px */
  }
  .team_lists li {
    margin-right: 20px;
    margin-left: 20px;
  }
  .team_lists li a{
    display: block;
    transition: opacity .2s linear 0s;
  }
  .team_lists li a:hover{
    opacity: .55;
  }
  .team_img{
    width: 100%;
  }
  .team_detail{
    position: relative;
    margin-top: 12px;
  }
  .team_name_en{
    font-family: Futura, 'Century Gothic', YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック", "メイリオ", sans-serif;
  }
  .team_specialty{
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  .team_lists li a:hover .team_name_jp,
  .team_lists li a:hover .team_name_en,
  .team_lists li a:hover .team_specialty{
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  .team_lists{
    margin-left: calc(18vw / 375 * 100);
    margin-right: calc(18vw / 375 * 100);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .team_lists li {
    margin-top: calc(30vw / 375 * 100);
  }
  .team_lists li:first-child {
    margin-top: calc(24vw / 375 * 100);
  }
  .team_img{
    width: 100%;
  }
  .team_detail{
    position: relative;
    margin-top: calc(10vw / 375 * 100);
  }
  .team_name_jp,
  .team_name_en{
    font-size: calc(14vw / 375 * 100);
    line-height: calc(22vw / 375 * 100);
  }
  .team_name_en{
    font-family: Futura, 'Century Gothic', YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック", "メイリオ", sans-serif;
  }
  .team_specialty{
    font-size: calc(13vw / 375 * 100);
    line-height: calc(22vw / 375 * 100);
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
}

/* team LISTのカラム数 */
@media screen and (min-width: 751px ) {/* 2カラム */
  .team_lists li{
    width: calc(100% / 2 - 40px);
  }
}
@media screen and (min-width: 1200px ) {/* 3カラム */
  .team_lists li{
    width: calc(100% / 3 - 40px);
  }
}
@media screen and (min-width: 1711px) {/* 4カラム */
  .team_lists li{
    width: calc(100% / 4 - 40px);
  }
}
@media screen and (min-width: 2131px) {/* 5カラム */
  .team_lists li{
    width: calc(100% / 5 - 40px);
  }
}

/* person */
@media screen and (min-width: 751px) {
  .person{
    margin: 60px 44px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .person img,
  .person_detail{
    width: calc(100% / 2 - 20px);
  }
  .person_name_en{
    letter-spacing: .025em;
  }
}
@media screen and (max-width: 750px) {
  .person{
    margin: 0 calc(18vw / 375 * 100);
  }
  .person img{
    width: 100%;
  }
  .person_detail{
    margin-top: calc(30vw / 375 * 100);
  }
  .person_name_jp{
    font-size: calc(20vw / 375 * 100);
  }
  .person_name_en{
    font-size: calc(20vw / 375 * 100);
    margin-top: calc(10vw / 375 * 100);
    letter-spacing: .025em;
  }
  .person_specialty{
    font-size: calc(20vw / 375 * 100);
    line-height: calc(28vw / 375 * 100);
    margin-top: calc(24vw / 375 * 100);
    letter-spacing: .025em;
  }
  .person_name_text{
    margin-top: calc(18vw / 375 * 100);
    font-size: calc(16vw / 375 * 100);
    line-height: calc(26vw / 375 * 100);
  }

}


/* relatedpost */
@media screen and (min-width: 751px) {
  .relatedpost {
    overflow: hidden;
    padding-bottom: 88px;
  }
  .relatedpost--none{
    padding-bottom: 0;
  }
  .relatedpost_inner{
    margin: 0 44px;
  }
  .relatedpost--none .relatedpost_inner{
    display: none;
  }
  .relatedpost .title_mini svg { width: 168px; }
  .topics_lists{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: -8px;/* margin-topは32px */
  }
  .topics_lists li{
    width: calc(100% / 2 - 20px);
  }
  .topics_lists li span .image {
    display: block;
    padding-bottom: calc(100% * 2 / 3);
    position: relative;
  }
  .topics_lists li span .image::before {
    content: "";
    background-image: url(../svg/comingsoon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 130px 13px;
    -moz-background-size: 130px 13px;
    -o-background-size: 130px 13px;
    background-size: 130px 13px;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .topics_lists li span .image:not(.noimage)::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,.5);
    z-index: 1;
  }
  .topics_lists li span .image.noimage { background-color: #eaeaea; }
  .topics_lists li span .image img { position: absolute; }
  .topics_lists a .image { position: relative; }
  .topics_lists a .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s linear 0s;
    -moz-transition: opacity .3s linear 0s;
    -o-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
    z-index: 5;
    background-color: #fff;
    opacity: 0;
  }
  .topics_lists a:hover .image::after { opacity: .3; }
  .topics_lists a:hover .topics_text {
    text-decoration: underline;
  }
  .topics_img{
    width: 100%;
  }
  .topics_title{
    margin: 16px 0;
    padding-left: 1px;
  }
  .project .topics_title img{
    height: 15px;
  }
  .report .topics_title img{
    height: 13px;
    padding-bottom: 2px;/* projectに合わせて */
  }
  .interview .topics_title img{
    height: 13px;
    padding-bottom: 2px;/* projectに合わせて */
  }
  .topics_text{
    margin: -4px 0;
    font-weight: bold;
  }
  .interviewee_status{
    margin-top: 12px;/* margin-top:16px */
    margin-bottom: -4px;
  }
  .interviewee_name{
    margin-top: 4px;/* margin-top:8px */
    margin-bottom: -4px;
  }
  .topics_text + .interviewee_name{
    margin-top: 12px;
  }
}

@media screen and (max-width: 750px) {
  .relatedpost {
    margin-top: calc(45vw / 375 * 100);
    overflow: hidden;
    padding-bottom: calc(50vw / 375 * 100);
  }
  .relatedpost--none{
    padding-bottom: 0;
  }
  .relatedpost--none .relatedpost_inner{
    display: none;
  }
  .relatedpost .title_mini {
    margin: 0 calc(18vw / 375 * 100) 0;
    padding-top: calc(10vw / 375 * 100);
  }
  .relatedpost .title_mini svg { width: calc(166vw / 375 * 100); }
  .topics_lists {
    margin-left: calc(18vw / 375 * 100);
    margin-right: calc(18vw / 375 * 100);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .topics_lists li {
    width: 100%;
    margin-top: calc(30vw / 375 * 100);
  }
  .topics_lists li:first-child{
    margin-top: calc(20vw / 375 * 100);
  }
  .topics_lists li span .image {
    display: block;
    padding-bottom: calc(100% * 2 / 3);
    position: relative;
  }
  .topics_lists li span .image::before {
    content: "";
    background-image: url(../svg/comingsoon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: calc(130vw / 375 * 100) calc(13vw / 375 * 100);
    -moz-background-size: calc(130vw / 375 * 100) calc(13vw / 375 * 100);
    -o-background-size: calc(130vw / 375 * 100) calc(13vw / 375 * 100);
    background-size: calc(130vw / 375 * 100) calc(13vw / 375 * 100);
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .topics_lists li span .image:not(.noimage)::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,.5);
    z-index: 1;
  }
  .topics_lists li span .image.noimage { background-color: #eaeaea; }
  .topics_lists li span .image img { position: absolute; }
  .topics_lists a .image { position: relative; }
  .topics_lists a .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s linear 0s;
    -moz-transition: opacity .3s linear 0s;
    -o-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
    z-index: 5;
    background-color: #fff;
    opacity: 0;
  }
  .topics_lists a:hover .image::after { opacity: .3; }
  .topics_lists a:hover .topics_text {
    text-decoration: underline;
  }
  .topics_img {
    width: 100%;
  }
  .topics_title {
    margin: calc(21vw / 375 * 100) 0 calc(12vw / 375 * 100);
  }
  .project .topics_title img {
    height: calc(15vw / 375 * 100);
  }
  .report .topics_title img {
    height: calc(13vw / 375 * 100);
    padding-bottom: calc(2vw / 375 * 100);
  }
  .interview .topics_title img {
    height: calc(13vw / 375 * 100);
    padding-bottom: calc(2vw / 375 * 100);
  }
  .topics_text {
    line-height: calc(26vw / 375 * 100);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: bold;
  }
  .interviewee_status {
    margin-top: calc(14vw / 375 * 100);
  }
  .interviewee_name {
    margin-top: calc(9vw / 375 * 100);
  }
}

.recruit__link {
  color: #808080;
  text-decoration: underline;
}

.recruit__content {
  margin: 30px 40px;
  line-height: 1.5;
}

.recruit__sub-title {
  margin: 30px 0 20px 0;
  font-size: 22px;
}

.recruit-list {
  display: flex;
  width: 100%;
}

.recruit-list img {
  max-width: 100%;
  margin-bottom: 4px;
}

.recruit-list__item {
  margin-bottom: 20px;
  font-size: 120%;
}

.recruit-list__item a {
  display: block;
  transition: .5s;
}

.recruit-list__item a:hover {
  opacity: .6;
  text-decoration: underline;
  color: #808080;
}

/* recruit */
@media screen and (min-width: 751px) {
  .page_header .heading img {
    width: 162px;
  }

  .recruit {
    margin: 114px 0 92px;
  }
  .recruit .page_header .heading img {
    width: 244px;
  }

  .recruit-list {
    flex-direction: row;
  }

  .recruit-list__item:first-child {
    margin-right: 2%;
  }
}

@media screen and (max-width: 750px) {

  .recruit .page_header .heading {
    margin: 0 calc(18vw / 240 * 100);
  }

  .recruit__content {
    margin: 30px calc(18vw / 240 * 100);
  }
  .recruit .page_header .heading img {
    width: calc(84vw / 240 * 100);
  }

  .recruit-list {
    flex-direction: column;
  }

  .recruit-list__item {
    font-size: 18px;
  }
}