/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  height: 100%;
  margin: 0;
  font-feature-settings: "palt"; }

html:not(.wf-active) * {
  color: transparent !important; }

span.pcbr {
  display: block; }

span.spbr {
  display: none; }

html:not(.touch) a {
  transition: opacity 0s linear; }
  html:not(.touch) a:hover {
    transition-duration: 0s;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.wrapper {
  min-height: 100%;
  margin-bottom: -100px; }

.wrapper__main {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 50px; }

.wrapper__spacer {
  height: 100px; }

@media screen and (max-width: 767px) {
  span.pcbr {
    display: none; }
  span.spbr {
    display: block; }
  .wrapper {
    margin-bottom: -120px; }
  .wrapper__main {
    padding: 0px; }
  .wrapper__spacer {
    height: 120px; } }

.header {
  width: 100%;
  padding-top: 127px; }

.header__toggle {
  display: none; }

.header__nav {
  position: absolute;
  top: 44px;
  left: 52px; }

.header__nav__index,
.header__nav__about {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  position: absolute; }

.header__nav__index {
  left: 0px; }

.header__nav__about {
  left: 96px; }

.header__link {
  position: absolute;
  top: 40px;
  right: 50px; }

.header__link__rcic {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  width: 50px;
  height: 40px;
  background-image: url(/interview/wp-content/themes/rcic_interview/images/rcic.png);
  background-size: 50px 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 80px; }

.header__link__iamas {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  width: 40px;
  height: 50px;
  background-image: url(/interview/wp-content/themes/rcic_interview/images/iamas.png);
  background-size: 40px 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px; }

.header__search {
  position: absolute;
  top: 42px;
  left: 258px; }

.header__search__input {
  width: 230px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer; }

.header__search__input__icon {
  width: 32px;
  height: 32px;
  background-image: url(/interview/wp-content/themes/rcic_interview/images/search.png);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 1px; }

.header__search__input__label {
  width: 174px;
  height: 32px;
  padding: 0 8px;
  position: absolute;
  top: 0px;
  left: 40px;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }
  .header__search__input__label:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0px;
    bottom: 0px; }

.header__search__main {
  padding-bottom: 60px; }

.header__search__content {
  width: calc(100% - 100px);
  max-width: 320px;
  width: auto;
  margin: 134px auto 0px;
  position: relative;
  z-index: 1; }

.header__search__content__group {
  margin-top: 22px; }
  .header__search__content__group p {
    font-size: 12px;
    line-height: 14px;
    margin: 28px 0 12px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .header__search__content__group input[type="search"] {
    display: block;
    margin: 0px;
    padding: 7px 10px;
    border-radius: 0px;
    border: 1px solid #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    background-color: transparent;
    outline: none; }
  .header__search__content__group a {
    display: inline-block;
    width: auto;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    margin: 0 0 5px 0;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
    .header__search__content__group a.current {
      background-color: #000;
      color: #FFF; }
    .header__search__content__group a.allposts {
      font-size: 12px;
      line-height: 20px;
      padding: 0px;
      background-color: transparent;
      color: #000;
      text-decoration: underline;
      margin-top: 20px; }

.header__search__bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
  z-index: 0; }

.header__search__main,
.header__search__bg {
  display: none; }

.header__search.open {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 300;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  .header__search.open .header__search__input {
    top: 42px;
    left: 258px;
    z-index: 1; }
  .header__search.open .header__search__main,
  .header__search.open .header__search__bg {
    display: block; }

.header__title {
  position: relative;
  width: 620px;
  height: auto;
  margin: 0 auto; }
  .header__title a {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    display: block;
    width: 620px;
    height: 134px;
    background-image: url(/interview/wp-content/themes/rcic_interview/images/title.png);
    background-size: 620px 96px;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .header__title:after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -35px; }

html:not(.touch) .header__search__input {
  transition: opacity 0.1s linear; }
  html:not(.touch) .header__search__input:hover {
    transition-duration: 0s;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

html.searchOpen body {
  overflow: hidden; }

@media screen and (min-width: 916px) {
  .header__search__content {
    width: calc(100% - 596px);
    max-width: auto;
    max-width: initial; } }

@media screen and (max-width: 767px) {
  .header {
    padding-top: 66px; }
  .header__title {
    width: 300px;
    height: auto;
    background-size: 300px 46px; }
    .header__title a {
      width: 300px;
      height: 65px;
      background-size: 300px 46px; }
    .header__title:after {
      width: 50px;
      height: 3px;
      margin-left: -25px; }
  .header__toggle {
    display: block;
    width: 44px;
    height: 44px;
    background-image: url(/interview/wp-content/themes/rcic_interview/images/togglemenu.png);
    background-size: 44px 88px;
    background-position: left top;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 101;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .header__link {
    top: 20px;
    right: 10px; }
  .header__link__rcic {
    width: 25px;
    height: 20px;
    background-size: 25px 20px;
    top: 0px;
    right: 46px; }
  .header__link__iamas {
    width: 20px;
    height: 25px;
    background-size: 20px 25px;
    top: 0px;
    right: 0px; }
  .header__container {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #F9F9F9; }
  .header__nav {
    position: relative;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    height: 120px;
    width: 100%;
    background-color: #FFF;
    padding-top: 66px;
    text-align: center;
    z-index: 1; }
  .header__nav__index,
  .header__nav__about {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 12px; }
  .header__search {
    position: relative !important;
    width: 100%;
    height: calc(100% - 120px);
    box-sizing: border-box;
    left: 0px;
    top: auto; }
    .header__search .header__search__main,
    .header__search .header__search__bg {
      display: block; }
    .header__search .header__search__main {
      height: calc(100% - 40px);
      width: 100%;
      position: absolute;
      bottom: 0px;
      overflow: scroll;
      padding-bottom: 0px;
      -webkit-overflow-scrolling: touch; }
  .header__search__input {
    position: relative;
    margin: 18px auto 6px;
    top: auto !important;
    left: auto !important;
    z-index: 100;
    cursor: default;
    pointer-events: none; }
  .header__search__input__label:after {
    display: none; }
  .header__search__content {
    width: auto;
    max-width: initial;
    margin: 0 16px;
    padding-bottom: 40px; }
  .header__search__content__group {
    margin-top: 14px; }
    .header__search__content__group:first-of-type p:first-of-type {
      margin-top: 0px; }
    .header__search__content__group p {
      font-size: 12px;
      line-height: 14px;
      margin: 24px 0 12px;
      font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
      font-weight: 600; }
    .header__search__content__group input[type="search"] {
      display: block;
      margin: 0px;
      padding: 7px 10px;
      border-radius: 0px;
      border: 1px solid #000;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      height: auto;
      font-size: 14px;
      line-height: 24px;
      background-color: transparent;
      outline: none; }
    .header__search__content__group a {
      font-size: 14px; }
  .header.open .header__toggle {
    background-position: left bottom; }
  .header.open .header__container {
    display: block; }
  .header.open .header__search.open {
    overflow: visible; }
  html.searchOpen body {
    overflow: visible; } }

.footer {
  width: 100%;
  height: auto; }

.footer__backtop {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  background-color: #F9F9F9;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .footer__backtop:before {
    content: "";
    display: block;
    width: 69px;
    height: 60px;
    background-image: url(/interview/wp-content/themes/rcic_interview/images/backtop.png);
    background-size: 69px 60px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -35px; }

.footer__breadcrumb,
.footer__small {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  display: block;
  width: 100vh;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: -50px; }
  .footer__breadcrumb a,
  .footer__small a {
    color: #000; }

.footer__breadcrumb {
  left: 0px;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.footer__small {
  right: 0px;
  -ms-transform-origin: right top;
      transform-origin: right top;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

html:not(.touch) .footer__backtop {
  transition: background-color .0s linear; }
  html:not(.touch) .footer__backtop:hover {
    transition-duration: 0s;
    background-color: #FFEB00; }

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 13px; }
  .footer__breadcrumb,
  .footer__small {
    width: 100%;
    height: auto;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
  .footer__backtop {
    height: 55px;
    margin-top: 16px; }
    .footer__backtop:before {
      width: 34px;
      height: 30px;
      background-size: 34px 30px;
      margin: -15px 0 0 -17px; } }

.sticktag {
  position: relative;
  box-sizing: border-box;
  width: 250px;
  min-height: 326px;
  padding: 198px 20px 20px 20px;
  background-color: #FFEB00;
  position: absolute;
  left: 50px;
  top: -60px; }

.sticktag__title span {
  display: block;
  position: absolute; }

.sticktag__title__label {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  font-size: 12px;
  top: 20px;
  left: 20px; }

.sticktag__title__number {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  font-size: 68px;
  line-height: 64px;
  top: 32px;
  left: 20px; }

.sticktag__title__part {
  font-size: 18px;
  top: 104px;
  left: 12px; }

.sticktag__info {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px); }

.sticktag__interviewer {
  position: relative;
  padding: 11px 0 11px 75px;
  border-bottom: 1px solid #E4D325; }
  .sticktag__interviewer__portrait {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -30px; }
  .sticktag__interviewer__label {
    display: block;
    color: #009AFF;
    font-size: 12px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .sticktag__interviewer__name {
    display: block;
    font-size: 20px;
    margin: 6px 0 4px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .sticktag__interviewer__title {
    display: block;
    font-size: 12px;
    line-height: 16px; }

.sticktag__tags {
  margin-top: 12px;
  line-height: 12px; }
  .sticktag__tags span, .sticktag__tags a {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    color: #000;
    text-decoration: none;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600;
    margin-right: 8px; }
    .sticktag__tags span:last-child, .sticktag__tags a:last-child {
      margin-right: 0px; }

@media screen and (max-width: 1024px) {
  .sticktag {
    width: calc(100vw - 200px);
    min-height: auto;
    min-height: initial;
    height: 160px;
    padding: 0px;
    background-color: #FFEB00;
    position: absolute;
    left: 50px;
    top: auto;
    bottom: -80px; }
  .sticktag__title__number {
    font-size: 54px;
    line-height: 54px;
    left: 18px; }
  .sticktag__title__part {
    top: 92px;
    font-size: 14px; }
  .sticktag__info {
    position: absolute;
    right: 0px;
    top: 20px;
    bottom: auto;
    width: 100%;
    height: 126px;
    box-sizing: border-box;
    padding: 0 20px; }
  .sticktag__interviewer {
    border: none;
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
    -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    max-width: calc(100% - 230px); }
  .sticktag__tags {
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: 0px;
    border-top: 1px solid #E4D325;
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  .sticktag {
    width: calc(100% - 32px);
    height: 80px;
    left: 16px;
    bottom: -40px; }
  .sticktag__info {
    height: auto; }
  .sticktag__title__label {
    font-size: 10px;
    left: 13px;
    top: 10px; }
  .sticktag__title__number {
    font-size: 32px;
    line-height: 32px;
    left: 13px;
    top: 21px; }
  .sticktag__title__part {
    font-size: 14px;
    top: 57px;
    left: 4px; }
  .sticktag__interviewer {
    padding: 0 0 0 55px;
    top: calc(50% + 20px);
    max-width: calc(100% - 173px); }
  .sticktag__interviewer__portrait {
    width: 45px;
    height: 45px;
    margin-top: -23px; }
  .sticktag__interviewer__label {
    font-size: 10px; }
  .sticktag__interviewer__name {
    font-size: 16px;
    line-height: 16px;
    margin: 5px 0;
    max-height: 32px;
    overflow: hidden; }
  .sticktag__interviewer__title {
    font-size: 10px;
    line-height: 12px;
    max-height: 24px;
    overflow: hidden; }
  .sticktag__tags {
    display: none; } }

.profile {
  max-width: 768px;
  margin: 160px auto; }
  .profile:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.profile__title {
  position: relative;
  padding-bottom: 16px;
  margin: 0 0 24px 0;
  font-size: 24px;
  text-align: center;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }
  .profile__title:after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background-color: #FFEB00;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -35px; }

.profile__person {
  width: calc(50% - 16px);
  float: left; }
  .profile__person:nth-of-type(odd) {
    margin-right: 32px; }
  .profile__person.guest .profile__label {
    color: #F9D000; }
  .profile__person.interviewer .profile__label {
    color: #009AFF; }

.profile__portrait {
  width: 220px;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 auto 12px; }

.profile__label {
  font-size: 18px;
  text-align: center;
  color: #F9D000;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

.profile__name {
  margin: 8px 0 14px;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

.profile__prof {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 16px;
  color: #808080; }

.profile__text {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 32px;
  margin-top: 30px; }
  .profile__text p {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 32px;
    margin-top: 30px; }
  .profile__text a {
    color: #000; }

@media screen and (max-width: 767px) {
  .profile {
    margin: 98px auto 80px; }
  .profile__title {
    padding-bottom: 8px;
    margin: 0 0 20px;
    font-size: 18px; }
    .profile__title:after {
      width: 50px;
      height: 3px;
      margin-left: -25px; }
  .profile__person {
    width: auto;
    float: none;
    margin: 0 32px 26px; }
  .profile__portrait {
    width: 165px;
    height: 165px;
    margin: 0 auto 12px; }
  .profile__label {
    font-size: 12px; }
  .profile__name {
    margin: 8px 0 10px;
    font-size: 22px;
    letter-spacing: 0.05em; }
  .profile__prof {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.05em; }
  .profile__text {
    font-size: 12px;
    line-height: 21px;
    margin-top: 18px;
    letter-spacing: 0.05em; } }

.general_texting, .single__body {
  max-width: 960px;
  margin: 0 auto; }
  .general_texting p, .single__body p {
    max-width: 768px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 34px;
    margin: 34px auto; }
    .general_texting p > span:first-child, .single__body p > span:first-child {
      padding-right: 10px; }
  .general_texting strong, .single__body strong {
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .general_texting em, .single__body em {
    font-style: italic; }
  .general_texting del, .single__body del {
    text-decoration: line-through; }
  .general_texting a, .single__body a {
    color: #000; }
    .general_texting a:hover, .single__body a:hover {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .general_texting img.aligncenter, .single__body img.aligncenter {
    display: block;
    max-width: 550px;
    height: auto;
    margin: 70px auto 70px; }
  .general_texting .single__heading, .single__body .single__heading {
    box-sizing: border-box;
    max-width: 768px;
    margin: 136px auto 60px;
    position: relative;
    padding-left: 106px;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 44px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
    .general_texting .single__heading:before, .single__body .single__heading:before {
      content: "";
      display: block;
      width: 68px;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: 0px;
      top: 21px; }
  .general_texting .wp-caption, .single__body .wp-caption {
    max-width: 550px;
    width: auto;
    height: auto;
    margin: 70px auto 80px; }
    .general_texting .wp-caption img, .single__body .wp-caption img {
      display: block;
      max-width: 550px;
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .general_texting .wp-caption .wp-caption-text, .single__body .wp-caption .wp-caption-text {
      font-size: 12px;
      letter-spacing: 0.05em;
      line-height: 18px;
      color: #808080;
      margin: 10px 0 0 0; }
  .general_texting .single__image, .single__body .single__image {
    position: relative;
    max-width: 960px;
    width: auto;
    height: auto;
    margin: 70px auto 70px; }
    .general_texting .single__image img, .single__body .single__image img {
      display: block;
      width: 100%;
      max-width: initial;
      height: auto; }
    .general_texting .single__image .wp-caption, .single__body .single__image .wp-caption {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin: 0; }
      .general_texting .single__image .wp-caption img, .single__body .single__image .wp-caption img {
        display: block;
        width: 100%;
        max-width: initial;
        height: auto; }
      .general_texting .single__image .wp-caption .wp-caption-text, .single__body .single__image .wp-caption .wp-caption-text {
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 18px;
        color: #808080;
        margin: 10px 0 0 0; }
  .general_texting .single__iframe, .single__body .single__iframe {
    width: 100%;
    max-width: 768px;
    margin: 70px auto;
    height: auto; }
    .general_texting .single__iframe .single__iframe__inner, .single__body .single__iframe .single__iframe__inner {
      position: relative;
      width: 100%;
      height: 0px;
      padding-top: 56.25%;
      background-color: #000; }
      .general_texting .single__iframe .single__iframe__inner iframe, .single__body .single__iframe .single__iframe__inner iframe {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
  .general_texting .embedvideo, .single__body .embedvideo {
    display: block;
    position: relative;
    max-width: 960px;
    width: auto;
    height: auto;
    margin: 70px auto 70px; }
  .general_texting .embedvideo--small, .single__body .embedvideo--small {
    display: block;
    position: relative;
    max-width: 550px;
    width: auto;
    height: auto;
    margin: 70px auto 70px; }
  .general_texting .embedvideo__inner, .single__body .embedvideo__inner {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 56.25%; }
    .general_texting .embedvideo__inner iframe, .single__body .embedvideo__inner iframe,
    .general_texting .embedvideo__inner .mce-object-iframe, .single__body .embedvideo__inner .mce-object-iframe {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
    .general_texting .embedvideo__inner iframe[src=""], .single__body .embedvideo__inner iframe[src=""] {
      background-color: #ccc;
      background-image: url(/interview/wp-content/themes/rcic_interview/notice.png);
      background-size: 550px 309px;
      background-position: center;
      background-repeat: no-repeat; }
  .general_texting .embedvideo__caption, .single__body .embedvideo__caption {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #808080;
    margin: 10px 0 0 0; }

.index .wrapper__main {
  margin-bottom: 140px; }

.index__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.index__article {
  width: 100%;
  height: auto;
  margin: 60px auto 0;
  position: relative;
  background-color: #F9F9F9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .index__article + .index__article {
    margin-top: 80px; }
  .index__article:nth-of-type(odd) .index__article__sticktag {
    left: 50px;
    right: auto; }
  .index__article:nth-of-type(even) .index__article__sticktag {
    right: 50px;
    left: auto; }

.index__article__sticktag {
  position: absolute;
  top: -60px;
  z-index: 4;
  overflow: hidden;
  width: 0px; }
  .index__article__sticktag:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-color: #FFEB00; }
  .index__article__sticktag .sticktag {
    position: relative;
    left: auto;
    top: auto;
    z-index: 0; }

.index__article__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.index__article__main {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 660px);
  height: auto;
  min-height: 500px;
  padding: 30px 0;
  margin: 0 auto;
  display: table;
  z-index: 1; }

.index__article__content {
  display: table-cell;
  vertical-align: middle; }

.index__article__content__lead {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 54px;
  color: #FFF;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

.index__article__content__guest {
  text-align: center;
  color: #FFF;
  position: relative;
  padding-top: 40px; }
  .index__article__content__guest:before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #FFEB00;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -35px; }
  .index__article__content__guest__label {
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #FFEB00;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .index__article__content__guest__name {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 36px;
    margin: 8px 0 8px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .index__article__content__guest__prof {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px; }

.index__article__bgimage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .index__article__bgimage:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px; }

.index__article__hoverimage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.index__article__maskscreen {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #FFF;
  z-index: 3; }
  .index__article__maskscreen:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    background-color: #FFEB00; }

.index__article.wipemask .index__article__sticktag {
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s; }
  .index__article.wipemask .index__article__sticktag:before {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s; }

.index__article.wipemask .index__article__maskscreen {
  transition: width 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .index__article.wipemask .index__article__maskscreen:before {
    transition: width 0.75s cubic-bezier(0.19, 1, 0.22, 1); }

.index__article.reveal:nth-of-type(even) .index__article__maskscreen {
  left: 0px;
  right: auto; }
  .index__article.reveal:nth-of-type(even) .index__article__maskscreen:before {
    right: 0px;
    left: auto; }

.index__article.reveal:nth-of-type(even) .index__article__sticktag:before {
  left: 0px;
  right: auto; }

.index__article.reveal:nth-of-type(odd) .index__article__maskscreen {
  right: 0px;
  left: auto; }
  .index__article.reveal:nth-of-type(odd) .index__article__maskscreen:before {
    left: 0px;
    right: auto; }

.index__article.reveal:nth-of-type(odd) .index__article__sticktag:before {
  right: 0px;
  left: auto; }

.index__article.reveal .index__article__maskscreen {
  width: 0%; }
  .index__article.reveal .index__article__maskscreen:before {
    width: 100%; }

.index__article.reveal .index__article__sticktag {
  width: 250px; }
  .index__article.reveal .index__article__sticktag:before {
    width: 0%; }

.index__loading {
  width: 100%;
  height: 44px;
  margin: 80px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s linear; }
  .index__loading.visible {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .index__loading:before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-image: url(/interview/wp-content/themes/rcic_interview/images/loading.png);
    background-size: 44px 44px;
    position: relative;
    margin: 0 auto;
    animation: spin 0.3s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.index__article {
  transition: opacity 0s linear; }
  .index__article.hover .index__article__content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .index__article.hover .index__article__hoverimage {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

html:not(.touch) .index__article:hover .index__article__content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

html:not(.touch) .index__article:hover .index__article__hoverimage {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media screen and (min-width: 1440px) {
  .index__article {
    width: 100%;
    height: 0px;
    padding-top: 37.3134%; }
  .index__article__link {
    position: absolute;
    left: 0px;
    top: 0px; }
  .index__article__main {
    height: 100%; } }

@media screen and (max-width: 1024px) {
  .index__article {
    margin: 0 auto 110px; }
    .index__article + .index__article {
      margin-top: 0px; }
    .index__article:nth-of-type(odd) .index__article__sticktag {
      left: 50px;
      right: auto; }
    .index__article:nth-of-type(even) .index__article__sticktag {
      right: 50px;
      left: auto; }
  .index__article__main {
    width: calc(100% - 100px);
    padding: 30px 0 100px;
    margin: 0 auto;
    z-index: 1; }
  .index__article__sticktag {
    position: absolute;
    top: auto;
    bottom: -80px;
    height: 160px; }
    .index__article__sticktag:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 1;
      background-color: #FFEB00; }
    .index__article__sticktag .sticktag {
      bottom: auto; }
  .index__article.reveal:nth-of-type(even) .index__article__sticktag:before {
    left: 0px;
    right: auto; }
  .index__article.reveal:nth-of-type(odd) .index__article__sticktag:before {
    right: 0px;
    left: auto; }
  .index__article.reveal .index__article__sticktag {
    width: calc(100vw - 200px); }
    .index__article.reveal .index__article__sticktag:before {
      width: 0%; }
  .index__loading {
    margin: 120px 0 40px; } }

@media screen and (max-width: 767px) {
  .index .wrapper__main {
    margin-bottom: 50px; }
  .index__article {
    margin: 16px auto 56px; }
    .index__article:nth-of-type(odd) .index__article__sticktag, .index__article:nth-of-type(even) .index__article__sticktag {
      left: 16px;
      right: auto; }
  .index__article__main {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 40px);
    height: auto;
    min-height: 230px;
    padding: 16px 0 52px;
    margin: 0 auto;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .index__article__content {
    display: block;
    padding: 0px; }
  .index__article__content__lead {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 23px;
    padding-bottom: 20px;
    position: relative; }
    .index__article__content__lead span {
      display: block;
      position: relative; }
      .index__article__content__lead span:before {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        background-color: #FFEB00;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -25px; }
  .index__article__content__guest {
    text-align: center;
    color: #FFF;
    position: relative;
    padding-top: 0px;
    min-height: 64px; }
    .index__article__content__guest:before {
      display: none; }
    .index__article__content__guest__label {
      font-size: 12px;
      letter-spacing: 0.05em; }
    .index__article__content__guest__name {
      font-size: 22px;
      letter-spacing: 0.05em;
      line-height: 24px;
      margin: 4px 0 4px; }
    .index__article__content__guest__prof {
      font-size: 10px;
      letter-spacing: 0.05em;
      line-height: 16px; }
  .index__article__sticktag {
    height: 80px;
    bottom: -40px; }
    .index__article__sticktag .sticktag {
      width: 100%;
      left: 0px;
      bottom: 0px; }
  .index__article.reveal .index__article__sticktag {
    width: calc(100% - 32px); }
  .index__loading {
    margin: 80px 0 24px; } }

.single__header {
  width: 100%;
  margin: 60px auto 0px;
  position: relative; }

.single__header__image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F9F9F9; }

.single__header__guest {
  text-align: center;
  margin-top: 28px; }
  .single__header__guest__label {
    color: #F9D000;
    font-size: 18px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .single__header__guest__name {
    margin: 8px 0 16px;
    font-size: 32px;
    letter-spacing: 0.05em;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .single__header__guest__prof {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #808080;
    line-height: 16px; }

.single__hero {
  width: 100%;
  position: relative; }

.single__hero__image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F9F9F9; }

.single__lead {
  max-width: 960px;
  width: auto;
  margin: 70px auto 100px; }
  .single__lead__main {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 54px;
    letter-spacing: 0.05em;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .single__lead__sub {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.05em;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }

.single__body .embedvideo__inner iframe[src=""] {
  background-color: #ccc;
  background-image: none !important; }

.single__colophone {
  position: relative;
  max-width: 768px;
  margin: 34px auto 0; }
  .single__colophone a {
    color: #000; }
  .single__colophone p {
    position: relative;
    box-sizing: border-box;
    width: auto;
    padding-left: 80px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 34px; }
    .single__colophone p:before {
      content: "";
      display: block;
      width: 68px;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: 0px;
      top: 16px; }

.single__profile {
  margin: 120px auto 100px; }

.single__adjacent {
  position: relative;
  padding-top: 80px;
  max-width: 960px;
  height: 100px;
  margin: 120px auto 140px; }
  .single__adjacent:before {
    content: "";
    display: block;
    width: 310px;
    height: 48px;
    background-image: url(/interview/wp-content/themes/rcic_interview/images/title.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -155px; }

.single__adjacent__nav {
  background-color: #F9F9F9;
  width: 100%;
  height: 100px;
  position: relative; }

.single__adjacent__prev,
.single__adjacent__next {
  display: block;
  box-sizing: border-box;
  width: 50%;
  height: 100px;
  position: absolute;
  top: 0px;
  color: #000;
  text-decoration: none;
  background-color: #FFEB00; }
  .single__adjacent__prev:after,
  .single__adjacent__next:after {
    content: "";
    display: block;
    width: 89px;
    height: 9px;
    background-size: 89px 9px;
    position: absolute;
    top: 70px; }

.single__adjacent__thumb {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px; }

.single__adjacent__label {
  position: absolute;
  top: 26px;
  font-size: 24px;
  color: #000;
  text-decoration: none;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }
  .single__adjacent__label span {
    font-size: 18px;
    white-space: nowrap; }

.single__adjacent__prev {
  left: 0px;
  padding-right: 25%;
  border-right: 1px solid #FFF; }
  .single__adjacent__prev .single__adjacent__thumb {
    right: 0px; }
  .single__adjacent__prev .single__adjacent__label {
    left: 30px; }
  .single__adjacent__prev:after {
    background-image: url(/interview/wp-content/themes/rcic_interview/images/adjacent_prev.png);
    left: 28px; }

.single__adjacent__next {
  left: 50%;
  padding-left: 25%;
  border-left: 1px solid #FFF; }
  .single__adjacent__next .single__adjacent__thumb {
    left: 0px; }
  .single__adjacent__next .single__adjacent__label {
    right: 30px; }
    .single__adjacent__next .single__adjacent__label span {
      margin-right: -10px; }
  .single__adjacent__next:after {
    background-image: url(/interview/wp-content/themes/rcic_interview/images/adjacent_next.png);
    right: 28px; }

.single__body > *:first-child {
  margin-top: 0px; }

@media screen and (min-width: 1440px) {
  .single__hero__image {
    width: 100%;
    height: 0px;
    padding-top: 37.3134%; } }

@media screen and (max-width: 1024px) {
  .single__hero {
    margin-bottom: 110px; } }

@media screen and (max-width: 767px) {
  .single__header {
    margin-top: 16px; }
  .single__hero {
    margin-bottom: 66px; }
  .single__hero__image {
    height: 0px;
    padding-top: 61.3333333%; }
  .single__header__guest {
    text-align: center;
    margin-top: 28px;
    padding: 0 16px; }
    .single__header__guest__label {
      font-size: 12px; }
    .single__header__guest__name {
      margin: 8px 0 10px;
      font-size: 22px;
      letter-spacing: 0.05em; }
    .single__header__guest__prof {
      font-size: 10px;
      letter-spacing: 0.05em; }
  .single__lead {
    padding: 0 16px;
    margin: 64px 0 86px 0; }
  .single__lead__main {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 34px; }
    .single__lead__main br {
      display: none; }
  .single__lead__sub {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px; }
  .single__body {
    padding: 0 16px; }
    .single__body p {
      line-height: 24px;
      margin: 24px 0; }
    .single__body .single__heading {
      font-size: 20px;
      letter-spacing: 0.05em;
      line-height: 30px;
      padding: 0 16px 0 50px;
      margin: 80px 0 38px; }
      .single__body .single__heading br {
        display: none; }
      .single__body .single__heading:before {
        width: 38px;
        height: 1px;
        left: 0px;
        top: 15px; }
    .single__body .single__image,
    .single__body .single__iframe {
      margin: 45px auto; }
    .single__body img.aligncenter {
      max-width: calc(100% - 32px);
      margin: 45px auto 45px; }
    .single__body .single__image {
      width: calc(100% + 32px);
      margin-left: -16px; }
      .single__body .single__image img {
        max-width: initial; }
      .single__body .single__image .wp-caption .wp-caption-text {
        margin-left: 16px;
        margin-right: 16px; }
    .single__body .wp-caption {
      max-width: calc(100% - 32px);
      margin: 45px auto 45px; }
      .single__body .wp-caption img.aligncenter {
        max-width: 550px; }
      .single__body .wp-caption .wp-caption-text {
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 18px;
        margin: 8px 0 0 0; }
  .single__colophone p {
    padding: 0 16px 0 66px; }
    .single__colophone p:before {
      width: 38px;
      height: 1px;
      left: 16px;
      top: 15px; }
  .single__profile {
    margin: 80px 0 60px; }
  .single__adjacent {
    position: relative;
    padding-top: 54px;
    max-width: 960px;
    height: auto;
    margin: 80px auto 90px; }
    .single__adjacent:before {
      width: 248px;
      height: 38px;
      margin-left: -124px; }
  .single__adjacent__nav {
    height: auto; }
    .single__adjacent__nav:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      float: none;
      clear: both;
      visibility: hidden; }
  .single__adjacent__prev,
  .single__adjacent__next {
    height: auto;
    padding-bottom: 45px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: left; }
    .single__adjacent__prev:after,
    .single__adjacent__next:after {
      content: "";
      display: block;
      width: 59.33px;
      height: 6px;
      background-size: 59.33px 6px;
      position: absolute;
      top: auto;
      bottom: 19px; }
  .single__adjacent__thumb {
    width: 100%;
    height: 0px;
    padding-top: 40%;
    position: relative;
    top: 0px;
    left: auto;
    right: auto; }
  .single__adjacent__label {
    position: absolute;
    top: auto;
    bottom: 13px;
    font-size: 18px; }
    .single__adjacent__label span {
      font-size: 14px; }
  .single__adjacent__prev {
    padding-right: 0%; }
    .single__adjacent__prev:after {
      left: 15px; }
    .single__adjacent__prev .single__adjacent__label {
      left: 90px;
      text-align: left; }
  .single__adjacent__next {
    padding-left: 0%; }
    .single__adjacent__next:after {
      right: 15px; }
    .single__adjacent__next .single__adjacent__label {
      right: 90px;
      text-align: right; } }

.search .header__search__input__label {
  font-size: 16px;
  text-align: left; }

.search__main {
  width: 100%;
  margin-bottom: 40px; }

.search__query {
  font-size: 34px;
  text-align: center;
  margin: 50px 0 10px;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

.search__result {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.search__block {
  position: relative;
  width: calc(25% - 30px);
  height: auto;
  margin: 40px 40px 0 0; }
  .search__block:nth-of-type(4n+4) {
    margin-right: 0px; }

.search__block__link {
  position: relative;
  display: block;
  width: 100%;
  height: 172px;
  text-decoration: none;
  color: #FFF;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  @media (min-width: 2060px) {
    .search__block__link {
      height: 0px;
      padding-top: 37.3913%; } }

.search__block__number {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #FFF;
  font-size: 24px;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  z-index: 1; }
  .search__block__number span {
    display: block;
    font-size: 11px;
    font-feature-settings: "palt";
    width: 100%;
    margin: 4px 0 0;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.05em; }

.search__block__main {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1; }

.search__block__label {
  font-size: 14px;
  color: #FFEB00;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

.search__block__name {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin: 4px 0 4px;
  line-height: 28px;
  padding: 0 20px;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

.search__block__title {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 16px;
  padding: 0 20px; }

.search__block__bgimage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; }
  .search__block__bgimage:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px; }

.search__block__hoverimage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.search__block.hover .search__block__number,
.search__block.hover .search__block__main {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.search__block.hover .search__block__hoverimage {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

html:not(.touch) .search__block:hover .search__block__number,
html:not(.touch) .search__block:hover .search__block__main {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

html:not(.touch) .search__block:hover .search__block__hoverimage {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media screen and (max-width: 2059px) {
  .search__block {
    width: calc(33.3333% - 27px); }
    .search__block:nth-of-type(4n+4) {
      margin-right: 40px; }
    .search__block:nth-of-type(3n+3) {
      margin-right: 0px; } }

@media screen and (max-width: 1280px) {
  .search__block {
    width: calc(50% - 20px); }
    .search__block:nth-of-type(4n+4), .search__block:nth-of-type(3n+3) {
      margin-right: 40px; }
    .search__block:nth-of-type(2n+2) {
      margin-right: 0px; } }

@media screen and (max-width: 920px) {
  .search__block {
    width: 100%;
    margin-right: 0px; }
    .search__block:nth-of-type(4n+4), .search__block:nth-of-type(3n+3), .search__block:nth-of-type(2n+2) {
      margin-right: 0px; } }

@media screen and (max-width: 767px) {
  .search__query {
    font-size: 26px;
    line-height: 30px;
    padding: 0 16px;
    margin: 26px 0 32px; }
  .search__result {
    width: 100%;
    display: block; }
  .search__main {
    width: 100%;
    margin-left: 0px; }
  .search__block {
    width: calc(100% - 32px);
    max-width: 100%;
    margin: 16px auto 0 !important;
    float: none; }
  .search__block__link {
    height: 172px;
    padding-top: 0; }
  .search__block__number {
    font-size: 18px;
    left: 12px;
    top: 12px; }
    .search__block__number span {
      font-size: 9px;
      letter-spacing: 0.1em; }
  .search__block__label {
    font-size: 12px; }
  .search__block__name {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 24px;
    padding: 0 15px; }
  .search__block__title {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 16px;
    padding: 0 15px; } }

.about__title {
  font-size: 34px;
  text-align: center;
  margin: 50px 0 40px;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600; }

.about__body {
  max-width: 960px;
  margin: 0 auto 140px; }
  .about__body p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 36px;
    margin: 36px 0;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-weight: 600; }
  .about__body a {
    color: #000; }

.about__body__credit {
  padding-left: 80px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 36px; }
  .about__body__credit:before {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 18px; }

.about__profile {
  max-width: 768px;
  margin: 90px auto 140px; }
  .about__profile a {
    color: #000; }

.about__profile__person {
  margin-bottom: 10px;
  padding-top: 50px;
  position: relative; }

.about__profile__person__name {
  padding-left: 80px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 34px; }
  .about__profile__person__name:before {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 17px; }

.about__profile__person__image {
  position: absolute;
  right: 0px;
  top: 112px; }
  .about__profile__person__image img {
    display: block;
    width: 160px;
    height: 160px; }

.about__profile__person__text {
  min-height: 160px;
  padding-right: 200px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 32px;
  margin-top: 22px; }

@media screen and (max-width: 767px) {
  .about__title {
    font-size: 26px;
    line-height: 30px;
    padding: 0 16px;
    margin: 26px 0 28px; }
  .about__body {
    margin: 0 auto 50px;
    padding: 0 16px; }
    .about__body p {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 24px;
      margin: 24px 0; }
  .about__profile {
    margin: 40px auto 90px;
    padding: 0 16px; }
  .about__profile__person {
    padding: 20px 16px 0; }
  .about__profile__person__name {
    padding-left: 50px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em; }
    .about__profile__person__name:before {
      content: "";
      display: block;
      width: 38px;
      top: 12px; }
  .about__profile__person__image {
    position: relative;
    right: auto;
    top: auto;
    margin: 24px auto;
    width: 160px; }
    .about__profile__person__image img {
      display: block;
      width: 160px;
      height: 160px; }
  .about__profile__person__text {
    min-height: initial;
    padding-right: 0px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 21px;
    margin-top: 22px; } }
