@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright (C) SOURCENEXT CORPORATION All Rights Reserved.

HTML CSS Selectors interview

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------
トップ
--------------------------------------------------------------------------------- */
.top .contents-header__inner {
  width: 1032px;
  padding: 152px 0px 72px;
  margin: 0 auto;
}
.top .contents-header__ttl {
  padding-bottom: 72px;
  font-size: 16px;
  line-height: 1;
}
.top .contents-header__ttl .en {
  font-family: "Teko", sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2d9dc7;
}
.top .contents-header__ttl .jp {
  display: block;
  padding-top: 26px;
}
.top .contents-header__ttl svg {
  width: auto;
  height: 38px;
}

.top-read-txt {
  width: 830px;
  margin: 0 auto 130px;
  font-size: 14px;
}

.top-read-txt .note {
  font-size: 11px;
}

.top-list {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
.top-list li {
  width: 300px;
  padding: 0px 100px 100px;
  counter-increment: list;
}
.top-list li a {
  display: block;
  height: 100%;
  position: relative;
}
.top-list li a:hover {
  opacity: 1;
}
.top-list li a::before {
  content: counter(list, decimal-leading-zero);
  font-family: "Teko", sans-serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  color: #2d9dc7;
  font-style: oblique;
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 10;
}
.top-list__photo {
  width: 300px;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}
.top-list__photo img {
  border-radius: 50%;
}
.top-list__photo::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    -138deg,
    rgb(254, 239, 135) 0%,
    rgb(147, 226, 254) 100%
  );
  background-image: -webkit-linear-gradient(
    -138deg,
    rgb(254, 239, 135) 0%,
    rgb(147, 226, 254) 100%
  );
  background-image: linear-gradient(
    -138deg,
    rgb(254, 239, 135) 0%,
    rgb(147, 226, 254) 100%
  );
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
}
.top-list li a:hover img {
  transform: translate(10px, 10px);
  transition: all 200ms 0ms;
}
.top-list__name-en {
  margin: 0px 0px 13px 30px;
  font-family: "Teko", sans-serif;
  font-size: 36px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.top-list__name-en .shadow {
  display: block;
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(254, 239, 135) 0%,
    rgb(147, 226, 254) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgb(254, 239, 135) 0%,
    rgb(147, 226, 254) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
@media all and (-ms-high-contrast: none) {
  .top-list__name-en .shadow {
    background: #fff;
    color: #93e2fe;
  }
}
.effect-on .top-list__name-en .shadow {
  transform: translate(5px, 10px);
  transition: all 200ms 1000ms;
}
.top-list__name_jp {
  margin: 0px 0px 10px 30px;
  font-size: 18px;
  line-height: 1;
}
.top-list__job {
  margin: 0px 0px 10px 30px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  color: #2d9dc7;
}

.top-footer-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .top .contents-header__inner {
    width: 88%;
    padding: 93px 0px 66px;
  }
  .top .contents-header__ttl {
    padding-bottom: 96px;
    font-size: 12px;
  }
  .top .contents-header__ttl .en {
    font-size: 40px;
  }
  .top .contents-header__ttl .jp {
    display: block;
    padding-top: 15px;
  }

  .top-read-txt {
    width: 88%;
    margin: 0 auto 43px;
    font-size: 14px;
  }

  .top-list {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .top-list li {
    width: 100%;
    padding: 0px 0 48px;
  }
  .top-list li a::before {
    font-size: 50px;
    top: 13px;
    left: 29px;
  }
  .top-list__photo {
    width: 100%;
    margin-bottom: 25px;
  }
  .top-list__photo::before {
    left: 10px;
    z-index: -1;
    content: "";
  }
  .top-list li a:hover img {
    transform: translate(0px, 0px);
    transition: all 200ms 0ms;
  }
  .top-list__name-en {
    margin: 0 0 15px;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .top-list__name-en .shadow {
    display: block;
    background-image: -webkit-linear-gradient(
      180deg,
      rgb(254, 239, 135) 0%,
      rgb(147, 226, 254) 100%
    );
    background-image: linear-gradient(
      180deg,
      rgb(254, 239, 135) 0%,
      rgb(147, 226, 254) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.5;
  }
  .effect-on .top-list__name-en .shadow {
    transform: translate(5px, 10px);
    transition: all 200ms 1000ms;
  }
  .top-list__name_jp {
    margin: 0 0 7px 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }
  .top-list__job {
    margin: 0;
    font-size: 11px;
    text-align: center;
  }

  .top-footer-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

/*---------------------------------------------------------------------------------
インタビュー記事
--------------------------------------------------------------------------------- */
.article .contents-header {
  position: relative;
  margin-bottom: 70px;
}
.article .contents-header__inner {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 832px;
  height: 100%;
  padding-top: 195px;
  position: absolute;
  text-shadow: 2px 2px 0px #fff;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.article .contents-header__ttl {
  width: 100%;
  padding-bottom: 16px;
  font-family: "Teko", sans-serif;
  line-height: 1;
  position: relative;
  z-index: 5;
}
.article .contents-header__ttl .ttl {
  font-size: 24px;
  font-style: italic;
}
.article .contents-header__ttl .num {
  font-size: 36px;
  font-style: italic;
}
.article .contents-header__ttl .name {
  display: block;
  padding-top: 10px;
  font-size: 60px;
  color: #2d9dc7;
}

.article .contents-header__ttl .jp {
  display: block;
  padding-top: 40px;
}
.article .contents-header__ttl svg {
  width: auto;
  height: 38px;
}
.contents-header__data {
  width: 100%;
  padding-bottom: 20px;
  font-size: 14px;
  position: relative;
  z-index: 6;
}
.contents-header__data .name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 15px;
}

.contents-header__base {
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  background-color: #fff;
  width: 400px;
  height: 170px;
  z-index: 1;
  opacity: 0.6;
}

.contents-header__txt {
  width: 330px;
  font-size: 12px;
}

.article .breadcrumbs {
  position: absolute;
  left: -185px;
  bottom: 155px;
}

.article-sec {
  text-align: center;
  overflow: hidden;
}
.profile {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 830px;
  padding: 45px 30px 45px;
  background-color: #eee;
  margin: 0 auto 105px;
}
.profile dt {
  width: 75px;
  font-family: "Teko", sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #2d9dc7;
}
.profile dd {
  width: 670px;
  font-size: 12px;
}

.article-sec__ttl {
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 28px;
  border-bottom: 1px solid #2d9dc7;
  font-size: 24px;
  line-height: 1;
  color: #2d9dc7;
  text-align: center;
}
.article-sec__txt {
  width: 830px;
  margin: 0 auto 150px;
  text-align: left;
  font-size: 14px;
}
.article-sec__photo {
  margin-bottom: 156px;
  position: relative;
  z-index: 2;
}
.article-sec__photo::before {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    -138deg,
    rgb(254, 239, 135) 0%,
    rgb(147, 226, 254) 100%
  );
  background-image: -webkit-linear-gradient(
    -138deg,
    rgb(254, 239, 135) 0%,
    rgb(147, 226, 254) 100%
  );
  background-image: linear-gradient(
    -138deg,
    rgb(254, 239, 135) 0%,
    rgb(147, 226, 254) 100%
  );
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
}
.article-sec:nth-of-type(3n + 1) .article-sec__photo::before {
  bottom: -143px;
  margin-left: -705px;
}
.article-sec:nth-of-type(3n + 2) .article-sec__photo::before {
  bottom: -150px;
  margin-left: 340px;
}
.article-sec:nth-of-type(3n) .article-sec__photo::before {
  bottom: -115px;
  margin-left: -744px;
}

.other-people {
  box-sizing: border-box;
  padding-top: 157px;
  height: 360px;
  background-color: #eee;
  position: relative;
}
.other-people:before {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.other-people-ttl {
  width: 280px;
  position: absolute;
  top: -43px;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "Teko", "Noto Sans JP", sans-serif;
  font-size: 48px;
  color: #2d9dc7;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.other-people-ttl svg {
  width: 100%;
  height: auto;
}
.other-people-nav {
  width: 910px;
  margin: 0 auto;
  background-color: #eee;
  position: relative;
}
.other-people-nav__anc-top {
  width: 150px;
  margin: 0 auto;
}
.other-people-nav__anc-top a {
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
}
.other-people-nav__anc-top img {
  width: 45px;
  margin: 0 auto 34px;
}
.other-people-nav__anc-prev,
.other-people-nav__anc-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 176px;
  height: 100px;
  position: absolute;
  top: -25px;
  left: 34px;
  font-family: "Teko", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
}
.other-people-nav__anc-next {
  flex-direction: row-reverse;
  left: auto;
  right: 34px;
}
.other-people-nav__anc-prev img,
.other-people-nav__anc-next img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .article .contents-header {
    position: relative;
    margin-bottom: 0px;
    margin-top: 50px;
  }
  .article .contents-header__inner {
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0px 0px 40px 3%;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .article .contents-header__ttl {
    padding-bottom: 16px;
  }
  .article .contents-header__ttl .ttl {
    font-size: 18px;
  }
  .article .contents-header__ttl .num {
    font-size: 24px;
  }
  .article .contents-header__ttl .name {
    padding-top: 3px;
    font-size: 36px;
  }

  .article .contents-header__ttl .jp {
    display: block;
    padding-top: 40px;
  }
  .contents-header__data {
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .contents-header__data .name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 15px;
  }
  .contents-header__txt {
    width: 330px;
    font-size: 12px;
  }

  .contents-header__base {
    display: block;
    position: absolute;
    top: 180px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    height: 130px;
    z-index: 1;
    opacity: 0.6;
  }

  .article .breadcrumbs {
    display: none;
  }

  .article-sec {
    text-align: center;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .profile {
    width: 100%;
    padding: 36px 6% 42px;
    margin: 0 auto 58px;
  }
  .profile dt {
    width: 100%;
    padding-bottom: 12px;
    font-size: 24px;
  }
  .profile dd {
    width: 100%;
    font-size: 12px;
  }

  .article-sec__ttl {
    width: 88%;
    display: block;
    padding-bottom: 16px;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 1.2;
    color: #2d9dc7;
    text-align: center;
  }
  .article-sec__txt {
    width: 88%;
    margin: 0 auto 55px;
    text-align: left;
    font-size: 12px;
  }
  .article-sec__photo {
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
  }
  .article-sec__photo::before {
    content: none;
  }

  .other-people {
    padding-top: 68px;
    height: 230px;
  }
  .other-people:before {
    content: none;
  }
  .other-people-ttl {
    width: 100%;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #2d9dc7;
    text-align: center;
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .other-people-nav {
    width: 280px;
    margin: 0 auto;
    background-color: #eee;
    position: relative;
  }
  .other-people-nav__anc-top {
    width: 90px;
    margin: 0 auto;
  }
  .other-people-nav__anc-top a {
    display: block;
    width: 90px;
    padding-top: 75px;
    font-family: "Teko", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
  }
  .other-people-nav__anc-top img {
    width: 35px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .other-people-nav__anc-prev,
  .other-people-nav__anc-next {
    display: block;
    width: 60px;
    padding-top: 75px;
    height: auto;
    top: 0;
    left: 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
  }
  .other-people-nav__anc-next {
    left: auto;
    right: 0;
  }
  .other-people-nav__anc-prev img,
  .other-people-nav__anc-next img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
