@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
body {
  overflow-x: hidden;
}
/*# sourceMappingURL=other.css.map */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes secondaryImageOverlayIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }

@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }

.archive h2 {
  margin-bottom: 60px; }

.archive__list {
    display: flex;
  position: relative;
  max-width: 800px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6; }
  @media screen and (max-width: 750px) {
    .archive__list {
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .archive__list a {
    text-decoration: none; }
    @media screen and (min-width: 751px) {
      .archive__list a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; } }
    @media screen and (min-width: 751px) {
      .archive__list a img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
      .archive__list a:hover img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); } }
  .archive__list .archive__list__img {
    position: relative;
    overflow: hidden;
    -ms-flex-negative:0;
    flex-shrink:0; }
    @media screen and (min-width: 751px) {
      .archive__list .archive__list__img {
        margin-right: 30px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; } }
    @media screen and (max-width: 750px) {
      .archive__list .archive__list__img {
        width: 120px;
        height: 80px; } }
    .archive__list .archive__list__img img {
      max-width: 240px;
      height: 144px;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;';
      -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.1);
      box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 751px) {
        .archive__list .archive__list__img img {
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; } }
      @media screen and (max-width: 750px) {
        .archive__list .archive__list__img img {
          width: 120px;
          height: 80px; } }
  .archive__list .archive__list__txt {
	flex-grow: 1;
    max-width: 500px; }
    @media screen and (max-width: 750px) {
      .archive__list .archive__list__txt {
        margin: 0 0 0 20px; } }
    .archive__list .archive__list__txt h3 {
      max-width: 100%;
      margin: 0 0 8px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5; }
      @media screen and (max-width: 750px) {
        .archive__list .archive__list__txt h3 {
          font-size: 14px; } }
    .archive__list .archive__list__txt h3 a {
      color: #000; }
    .archive__list .archive__list__txt p {
      font-size: 12px;
      color: #919191;
      font-family: din-1451-lt-pro-engschrift, sans-serif;
      font-weight: normal;
      letter-spacing: 0.1em;
      line-height: 1.6;
      word-break: keep-all;
      text-align: right; }

.archive__list__cate {
  display: flex;
  flex-wrap: wrap; }
.archive__list__cate a {
  display: block;
  position: initial;
  top: 0;
  left: 0;
  padding: 7px 15px 5px;
  background-color: #ffffff;
  color: #24a6b5;
  font-size: 12px;
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  margin-right: 8px;
  border: 1px solid #24a6b5; }
  @media screen and (max-width: 750px) {
    .archive__list__cate a {
      font-size: 10px;
      letter-spacing: 1px; } }

.pagination {
  clear: both;
  margin: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .pagination {
      margin: 60px 0; } }

.pagination-box {
  display: inline-block; }

.pagination a,
.pagination span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #919191; }
  @media screen and (min-width: 751px) {
    .pagination a,
    .pagination span {
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; } }

.pagination .page-of {
  color: #919191; }

.pagination a:hover {
  color: #919191; }

.pagination .current {
  padding: 10px 15px 10px 15px;
  color: #000; }

.blog__main__wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media screen and (max-width: 750px) {
    .blog__main__wrap .inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media screen and (min-width: 751px) {
  .blog__main {
    width: 66.66667%;
    margin-right: 16.66667%; } }

@media screen and (min-width: 751px) {
  .sidebar {
    width: 16.66667%;
    margin-top: 180px; } }

@media screen and (min-width: 751px) {
  .sidebar .sidebar__cate {
    margin: 30px 0;
    padding: 30px 0;
    border-bottom: 1px solid #E6E6E6;
    text-align: right; }
    .sidebar .sidebar__cate p a {
      display: block;
      margin-bottom: 30px;
      font-size: 16px;
      color: #919191;
      text-decoration: none;
      text-transform: uppercase;
      font-family: din-1451-lt-pro-engschrift, sans-serif;
      font-weight: normal;
      letter-spacing: 0.1em; } }
    @media screen and (min-width: 751px) and (min-width: 751px) {
      .sidebar .sidebar__cate p a {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; } }

@media screen and (min-width: 751px) {
      .sidebar .sidebar__cate p a.onColor {
        color: #7BD0DA; } }
    @media screen and (min-width: 751px) and (min-width: 751px) {
      .sidebar .sidebar__cate p a:hover {
        color: #000;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; } }

@media screen and (max-width: 750px) {
  .sidebar .sidebar__cate {
    width: 48%;
    max-width: 200px;
    margin-right: 4%; }
    .sidebar .sidebar__cate p a {
      text-transform: uppercase; } }

@media screen and (min-width: 751px) {
  .sidebar .yearArchive {
    text-align: right; }
    .sidebar .yearArchive .yearLinkToggle {
      padding: 6.45161% 0 6.45161% 6.45161%;
      font-size: 16px;
      color: #919191;
      cursor: pointer;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .sidebar .yearArchive .yearLinkToggle:hover {
        color: #000;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
    .sidebar .yearArchive ul li {
      padding: 0 0 6.45161% 12.90323%; }
      .sidebar .yearArchive ul li a {
        font-size: 16px;
        color: #919191;
        text-decoration: none;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        font-weight: normal;
        font-family: din-1451-lt-pro-engschrift, sans-serif;
        letter-spacing: 0.1em; }
        .sidebar .yearArchive ul li a:hover {
          color: #000;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .sidebar .yearArchive ul li a.onColor {
          color: #7BD0DA; }
      .sidebar .yearArchive ul li span {
        font-size: 10px; }
    .sidebar .yearArchive ul li:first-child {
      padding: 6.45161% 0 6.45161% 12.90323%; } }

@media screen and (max-width: 750px) {
  .sidebar .yearArchive {
    width: 48%;
    max-width: 200px; } }

@media screen and (max-width: 750px) {
  .sidebar select {
    width: 100%;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    font-size: 14px; }
  .sidebar .sidebar__cate, .sidebar .yearArchive {
    position: relative; }
    .sidebar .sidebar__cate:before, .sidebar .yearArchive:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      margin-top: -5px; }
  .sidebar .yearArchive:before {
    border-top: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3; }
  .sidebar .sidebar__cate select {
    background-color: #7BD0DA;
    color: #fff; }
    .sidebar .sidebar__cate select option {
      background-color: #fff;
      color: #919191; }
  .sidebar .yearArchive select {
    background-color: #fff;
    color: #919191; } }

@media screen and (max-width: 374px) {
  .sidebar select {
    font-size: 11px; }
  .sidebar .sidebar__cate::before, .sidebar .yearArchive::before {
    margin-top: -8px; } }

@media screen and (max-width: 750px) {
  .side__wrapper__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 0; } }

.singlepage .backtoarchive {
  position: relative;
  margin: 40px 0;
  padding-left: 20px; }
  .singlepage .backtoarchive:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #919191;
    border-right: 1px solid #919191;
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .singlepage .backtoarchive a {
    font-size: 14px;
    color: #6A6A6A;
    text-decoration: none; }

.singlepage .article_top__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  .singlepage .article_top__detail .article_top__detail__catedate,
  .singlepage .article_top__detail .article_top__detail__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .singlepage .article_top__detail .article_top__detail__sns p {
    margin: 0;
    padding-left: 20px; }
  .singlepage .article_top__detail .singlecategory {
    background: #000;
    margin-right: 15px; }
    .singlepage .article_top__detail .singlecategory a {
      display: block;
      padding: 5px 20px;
      font-size: 12px;
      color: #fff;
      text-decoration: none; }
  .singlepage .article_top__detail .singledate {
    color: #919191;
    font-size: 12px; }

.singlepage .article_thum {
  margin-bottom: 50px; }

.singlepage .single__title {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.4; }

.singlepage article h1, .singlepage article h2, .singlepage article h3, .singlepage article h4, .singlepage article h5, .singlepage article h6, .singlepage article p, .singlepage article ul li, .singlepage article ol li {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #333333; }
  @media screen and (max-width: 750px) {
    .singlepage article h1, .singlepage article h2, .singlepage article h3, .singlepage article h4, .singlepage article h5, .singlepage article h6, .singlepage article p, .singlepage article ul li, .singlepage article ol li {
      font-size: 14px; } }

.singlepage article div {
  max-width: 100%; }

.singlepage article p {
  line-height: 1.8; }

.singlepage article img {
  max-width: 100%;
  height: auto; }

.singlepage article h1, .singlepage article h2, .singlepage article h3, .singlepage article h4, .singlepage article h5, .singlepage article h6 {
  margin: 60px 0 40px; }
  @media screen and (max-width: 750px) {
    .singlepage article h1, .singlepage article h2, .singlepage article h3, .singlepage article h4, .singlepage article h5, .singlepage article h6 {
  margin: 45px 0 30px; } }

.singlepage article p {
  margin: 40px 0; }
  @media screen and (max-width: 750px) {
    .singlepage article p {
  margin: 30px 0; } }

.singlepage article ul li, .singlepage article ol li {
  margin: 20px 0; }

.singlepage article h1 {
  font-size: 26px;
  font-weight: bold; }

.singlepage article h2 {
  font-size: 22px;
  font-weight: bold; }

.singlepage article h3 {
  font-size: 18px;
  font-weight: bold; }

.singlepage article h4, .singlepage article h5, .singlepage article h6 {
  font-size: 14px;
  font-weight: bold; }

.singlepage article .alignright {
  display: block;
  margin: 0 0 0 auto; }

.singlepage article .aligncenter {
  display: block;
  margin: 0 auto; }

article.interview .article_top__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6; }
  article.interview .article_top__detail .interviewer_name {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #5BCBD8; }
  article.interview .article_top__detail .interviewer_position {
    font-size: 12px;
    font-weight: normal;
    color: #919191;
    line-height: 1.6; }

article.interview h2 {
  border-left: 3px solid #000;
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8; }
  @media screen and (max-width: 750px) {
    article.interview h2 {
      border-left: 2px solid #000;
      padding-left: 10px;
      font-size: 16px; } }

.article_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 100px 0;
  padding: 30px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }
  .article_bottom a {
    font-size: 14px;
    color: #6A6A6A;
    text-decoration: none; }
    @media screen and (max-width: 750px) {
      .article_bottom a {
        font-size: 12px; } }
  .article_bottom p {
    width: 33%;
    text-align: center; }
  .article_bottom .prev-link, .article_bottom .next-link {
    position: relative;
    width: 33%; }
    .article_bottom .prev-link:before, .article_bottom .next-link:before {
      content: "";
      position: absolute;
      top: 50%;
      width: 10px;
      height: 10px;
      border-top: 1px solid #919191;
      border-right: 1px solid #919191;
      margin-top: -5px; }
  .article_bottom .prev-link {
    padding-left: 20px;
    text-align: left; }
    .article_bottom .prev-link:before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      left: 0; }
  .article_bottom .next-link {
    padding-right: 20px;
    text-align: right; }
    .article_bottom .next-link:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 0; }

@media screen and (max-width: 374px) {
  .single .singleInterview .article_top__detail {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; } }

.single .singleInterview .singlecategory {
  background: transparent; }
  .single .singleInterview .singlecategory a {
    font-size: 52px;
    color: #5BCBD8;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-weight: normal;
    pointer-events: none; }
    @media screen and (max-width: 750px) {
      .single .singleInterview .singlecategory a {
        font-size: 36px;
        padding: 0; } }
    @media screen and (max-width: 374px) {
      .single .singleInterview .singlecategory a {
        font-size: 20px; } }

@media screen and (max-width: 750px) {
  .singlepage .backtoarchive { margin: 20px 0; }
  article.interview .article_top__detail {margin-bottom: 20px;padding-bottom: 20px;}
  .singlepage h1.single__title {margin-bottom: 20px; margin-top: 20px; padding-bottom: 15px;font-size:20px;}
}

strong {
  font-weight: 700;
}
.singlepage article .article_content {
  font-family: "Hiragino Sans", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.singlepage article .article_content a {
  line-height: 1.5;
}
.singlepage article .article_content ul {
  list-style: disc;
  padding-left: 2rem;
}
.singlepage article .article_content ul li {
  display: list-item;
  margin: .75rem 0;
}
.singlepage article .article_content .referral-content {
  margin: 30px 0;
  padding: 20px;
  background-color: whitesmoke;
}
.singlepage article .article_content p {
    white-space: pre-wrap;
}
