<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.sp {
  display: none; }

.crosstalk_section {
  padding: 0 0 90px; }
  .crosstalk_section .inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
    overflow: hidden; }
  .crosstalk_section .crosstalk_list li {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    background: #eef4f9;
    padding: 50px;
    margin-bottom: 30px; }
    .crosstalk_section .crosstalk_list li .text_wrap {
      width: 50%; }
      .crosstalk_section .crosstalk_list li .text_wrap .ct_ttl {
        font-size: 28px;
        font-weight: bold;
        line-height: 160%;
        margin-bottom: 15px; }
        .crosstalk_section .crosstalk_list li .text_wrap .ct_ttl .number {
          position: relative;
          display: inline-block;
          color: #fff;
          font-family: 'Noto Serif JP', serif;
          font-size: 34px;
          font-weight: bold;
          line-height: 100%;
          background: #2c6db7;
          background-size: auto 100%;
          padding: 10px 15px;
          margin-right: 40px;
          margin-bottom: 10px; }
          .crosstalk_section .crosstalk_list li .text_wrap .ct_ttl .number:after {
            content: ' ';
            display: inline-block;
            width: 12px;
            height: 100%;
            background: url("../img/crosstalk/ct_ttl_h1_bg.png") no-repeat right center;
            background-size: auto 100%;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(100%, -50%); }
      .crosstalk_section .crosstalk_list li .text_wrap .guest_name {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px; }
      .crosstalk_section .crosstalk_list li .text_wrap .link_post a {
        display: inline-block;
        width: 260px;
        color: #2c6db7;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #2c6db7;
        background: url("../img/crosstalk/link_post_arrow_off.png") no-repeat 90% center;
        padding: 15px 0;
        transition: .3s; }
        .crosstalk_section .crosstalk_list li .text_wrap .link_post a:hover {
          color: #fff;
          background: #2c6db7 url("../img/crosstalk/link_post_arrow_on.png") no-repeat 90% center;
          transition: .3s; }
    .crosstalk_section .crosstalk_list li .img {
      width: 40%; }
      .crosstalk_section .crosstalk_list li .img img {
        width: 100%; }

.crosstalk {
  padding-bottom: 90px; }

.ct_post {
  max-width: 1100px;
  margin: 0 auto; }
  .ct_post * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック"; }

.ct_ttl_h1 {
  font-size: 34px;
  font-weight: bold;
  border-bottom: 1px solid #2c6db7;
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative; }
  .ct_ttl_h1 .number {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 100%;
    background: #2c6db7;
    background-size: auto 100%;
    padding: 15px;
    margin-right: 40px; }
    .ct_ttl_h1 .number:after {
      content: ' ';
      display: inline-block;
      width: 15px;
      height: 100%;
      background: url("../img/crosstalk/ct_ttl_h1_bg.png") no-repeat right center;
      background-size: auto 100%;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(100%, -50%); }

.ct_ttl_wrap {
  margin-bottom: 50px; }
  .ct_ttl_wrap .guest_name {
    display: inline-block;
    font-size: 20px;
    font-weight: bold; }
  .ct_ttl_wrap .date {
    display: inline-block;
    color: #808080;
    font-size: 18px;
    font-weight: normal; }

.fv_img_wrap {
  margin-bottom: 50px; }
  .fv_img_wrap .fv_img {
    margin-bottom: 50px; }
  .fv_img_wrap .lead_text {
    font-size: 18px;
    line-height: 200%; }

.guest_profile {
  padding: 10px;
  border: 4px solid #2c6db7;
  box-sizing: border-box;
  margin-bottom: 80px; }
  .guest_profile .inner {
    width: 100%;
    max-width: 100%;
    padding: 40px;
    border: 1px solid #2c6db7;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box; }
    .guest_profile .inner .img {
      width: 25%; }
      .guest_profile .inner .img img {
        display: inline-block;
        width: 100%; }
    .guest_profile .inner .text_wrap {
      width: 70%; }
      .guest_profile .inner .text_wrap .listener {
        display: inline-block;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        line-height: 100%;
        background: #2c6db7;
        padding: 7px 15px 5px;
        border-radius: 3px;
        margin-bottom: 10px; }
      .guest_profile .inner .text_wrap h3.name {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 1px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .guest_profile .inner .text_wrap h3.name .en {
          display: inline-block;
          color: #c0c0c0;
          font-size: 26px;
          font-weight: bold;
          letter-spacing: 1px;
          margin-left: 30px; }
      .guest_profile .inner .text_wrap p.history {
        font-size: 18px;
        line-height: 200%;
        margin-bottom: 10px; }
      .guest_profile .inner .text_wrap .sns_wrap {
        display: flex;
        justify-content: flex-start; }
        .guest_profile .inner .text_wrap .sns_wrap .official_hp {
          display: flex;
          align-items: center;
          font-size: 18px;
          font-weight: bold;
          margin-right: 30px; }
          .guest_profile .inner .text_wrap .sns_wrap .official_hp a {
            display: flex;
            align-items: center;
            text-decoration: none; }
          .guest_profile .inner .text_wrap .sns_wrap .official_hp img {
            display: inline-block;
            margin-right: 15px; }
        .guest_profile .inner .text_wrap .sns_wrap .instagram {
          display: flex;
          align-items: center;
          font-size: 18px;
          font-weight: bold; }
          .guest_profile .inner .text_wrap .sns_wrap .instagram a {
            display: flex;
            align-items: center;
            text-decoration: none; }
          .guest_profile .inner .text_wrap .sns_wrap .instagram img {
            display: inline-block;
            margin-right: 15px; }

.ct_index {
  background: #eef4f9;
  border-radius: 5px;
  margin-bottom: 100px; }
  .ct_index .ct_index_ttl {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    padding: 15px 0;
    background: #2c6db7; }
    .ct_index .ct_index_ttl img {
      display: inline-block;
      margin-right: 10px; }
  .ct_index ul {
    padding: 20px 45px; }
    .ct_index ul li {
      display: flex;
      align-items: center; }
      .ct_index ul li:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #2c6db7;
        margin-right: 10px; }
      .ct_index ul li a {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 240%;
        text-decoration: none; }

.ct_content {
  padding-top: 90px;
  margin-top: -90px; }

.ct_content_box {
  padding-bottom: 40px; }
  .ct_content_box p.text {
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 40px; }
    .ct_content_box p.text strong {
      background: #fdf3ae; }
    .ct_content_box p.text .bold {
      font-size: 20px;
      font-weight: bold; }
  .ct_content_box h2.ct_ttl_h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 120%;
    border-top: 3px solid #2c6db7;
    border-bottom: 3px solid #2c6db7;
    padding: 20px 0;
    margin-bottom: 40px; }
  .ct_content_box h3.ct_ttl_h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    border-left: 5px solid #2c6db7;
    padding: 10px 0 10px 20px;
    margin-bottom: 20px; }
  .ct_content_box .img {
    margin-bottom: 40px; }
  .ct_content_box .img_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    .ct_content_box .img_wrap p.img {
      display: inline-block;
      width: 48%;
      margin-bottom: 0; }
      .ct_content_box .img_wrap p.img img {
        display: inline-block;
        width: 100%; }
  .ct_content_box .box_gray {
    background: #eef4f9;
    padding: 50px;
    margin-bottom: 40px; }
    .ct_content_box .box_gray .wrap {
      display: flex;
      justify-content: space-between; }
      .ct_content_box .box_gray .wrap .text {
        display: inline-block;
        width: 35%;
        margin-bottom: 0; }
      .ct_content_box .box_gray .wrap .img {
        display: inline-block;
        margin-bottom: 0; }
  .ct_content_box .text_img_box {
    display: flex;
    justify-content: space-between; }
    .ct_content_box .text_img_box.reverse {
      flex-direction: row-reverse; }
    .ct_content_box .text_img_box .text_wrap {
      display: inline-block;
      width: 48%; }
    .ct_content_box .text_img_box .img {
      display: inline-block;
      width: 48%; }

.pager {
  width: 1100px;
  max-width: 94%;
  margin: 0 auto; }
  .pager ul {
    display: flex;
    justify-content: space-between; }
    .pager ul li {
      position: relative;
      display: inline-block; }
      .pager ul li p {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px; }
        .pager ul li p.prev:before {
          content: '';
          display: inline-block;
          width: 9px;
          height: 15px;
          background: url("../img/crosstalk/arrow_prev_post.png") no-repeat;
          margin-right: 10px; }
        .pager ul li p.next {
          text-align: right; }
          .pager ul li p.next:after {
            content: '';
            display: inline-block;
            width: 9px;
            height: 15px;
            background: url("../img/crosstalk/arrow_next_post.png") no-repeat;
            margin-left: 10px; }
        .pager ul li p.post_ttl {
          max-width: 450px;
          border: 1px solid #ddd;
          padding: 15px;
          box-sizing: border-box; }
          .pager ul li p.post_ttl a {
            display: block; }
      .pager ul li a {
        text-decoration: none; }

@media screen and (max-width: 768px) {
  .sp {
    display: inline; }

  .crosstalk_section {
    padding: 0 0 90px; }
    .crosstalk_section .inner {
      width: 1100px;
      margin-left: auto;
      margin-right: auto;
      max-width: 94%;
      overflow: hidden; }
    .crosstalk_section .crosstalk_list li {
      display: block;
      justify-content: space-between;
      background: #eef4f9;
      padding: 6%; }
      .crosstalk_section .crosstalk_list li .text_wrap {
        width: 100%; }
        .crosstalk_section .crosstalk_list li .text_wrap .ct_ttl {
          font-size: 20px;
          font-weight: bold;
          line-height: 160%;
          margin-bottom: 15px; }
          .crosstalk_section .crosstalk_list li .text_wrap .ct_ttl .number {
            position: relative;
            display: inline-block;
            color: #fff;
            font-family: 'Noto Serif JP', serif;
            font-size: 24px;
            font-weight: bold;
            line-height: 100%;
            background: #2c6db7;
            background-size: auto 100%;
            padding: 10px;
            margin-right: 40px;
            margin-bottom: 10px; }
            .crosstalk_section .crosstalk_list li .text_wrap .ct_ttl .number:after {
              content: ' ';
              display: inline-block;
              width: 10px;
              height: 100%;
              background: url("../img/crosstalk/ct_ttl_h1_bg.png") no-repeat right center;
              background-size: auto 100%;
              position: absolute;
              top: 50%;
              right: 0;
              transform: translate(100%, -50%); }
        .crosstalk_section .crosstalk_list li .text_wrap .guest_name {
          font-size: 18px;
          font-weight: normal;
          margin-bottom: 20px; }
        .crosstalk_section .crosstalk_list li .text_wrap .link_post a {
          display: inline-block;
          width: 100%;
          color: #2c6db7;
          font-size: 16px;
          text-align: center;
          text-decoration: none;
          border: 1px solid #2c6db7;
          background: url("../img/crosstalk/link_post_arrow_off.png") no-repeat 90% center;
          padding: 15px 0;
          transition: .3s; }
          .crosstalk_section .crosstalk_list li .text_wrap .link_post a:hover {
            color: #fff;
            background: #2c6db7 url("../img/crosstalk/link_post_arrow_on.png") no-repeat 90% center;
            transition: .3s; }
      .crosstalk_section .crosstalk_list li .img {
        width: 100%;
        margin-bottom: 4%; }

  .ct_post {
    width: 100%;
    max-width: 1100px;
    padding: 10% 3%;
    box-sizing: border-box;
    margin: 0 auto; }
    .ct_post * {
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック"; }

  .ct_ttl_h1 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #2c6db7;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative; }
    .ct_ttl_h1 .number {
      position: relative;
      display: inline-block;
      color: #fff;
      font-family: 'Noto Serif JP', serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 100%;
      background: #2c6db7;
      background-size: auto 100%;
      padding: 10px;
      margin-right: 40px;
      margin-bottom: 10px; }
      .ct_ttl_h1 .number:after {
        content: ' ';
        display: inline-block;
        width: 10px;
        height: 100%;
        background: url("../img/crosstalk/ct_ttl_h1_bg.png") no-repeat right center;
        background-size: auto 100%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(100%, -50%); }

  .ct_ttl_wrap {
    margin-bottom: 6%; }
    .ct_ttl_wrap .guest_name {
      display: inline-block;
      font-size: 16px;
      font-weight: bold; }
    .ct_ttl_wrap .date {
      display: inline-block;
      color: #808080;
      font-size: 16px;
      font-weight: normal; }

  .fv_img_wrap {
    margin-bottom: 6%; }
    .fv_img_wrap .fv_img {
      margin-bottom: 6%; }
    .fv_img_wrap .lead_text {
      font-size: 16px;
      line-height: 200%; }

  .guest_profile {
    padding: 10px;
    border: 4px solid #2c6db7;
    box-sizing: border-box;
    margin-bottom: 10%; }
    .guest_profile .inner {
      width: 100%;
      max-width: 100%;
      padding: 6%;
      border: 1px solid #2c6db7;
      display: block;
      box-sizing: border-box; }
      .guest_profile .inner .img {
        width: 100%; }
        .guest_profile .inner .img img {
          display: inline-block;
          width: 100%; }
      .guest_profile .inner .text_wrap {
        width: 100%; }
        .guest_profile .inner .text_wrap .listener {
          display: inline-block;
          color: #fff;
          font-size: 18px;
          font-weight: bold;
          line-height: 100%;
          background: #2c6db7;
          padding: 5px 10px 3px;
          border-radius: 2px;
          margin-bottom: 10px; }
        .guest_profile .inner .text_wrap h3.name {
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 1px;
          border-bottom: 1px solid #ddd;
          padding-bottom: 15px;
          margin-bottom: 15px; }
          .guest_profile .inner .text_wrap h3.name .en {
            display: inline-block;
            color: #c0c0c0;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-left: 30px; }
        .guest_profile .inner .text_wrap p.history {
          font-size: 16px;
          line-height: 200%;
          margin-bottom: 10px; }
        .guest_profile .inner .text_wrap .sns_wrap {
          display: block;
          justify-content: flex-start; }
          .guest_profile .inner .text_wrap .sns_wrap .official_hp {
            display: flex;
            align-items: center;
            font-size: 18px;
            font-weight: bold;
            margin-right: 30px;
            margin-bottom: 3%; }
            .guest_profile .inner .text_wrap .sns_wrap .official_hp img {
              display: inline-block;
              margin-right: 15px; }
          .guest_profile .inner .text_wrap .sns_wrap .instagram {
            display: flex;
            align-items: center;
            font-size: 18px;
            font-weight: bold; }
            .guest_profile .inner .text_wrap .sns_wrap .instagram img {
              display: inline-block;
              margin-right: 15px; }

  .ct_index {
    background: #eef4f9;
    border-radius: 5px;
    margin-bottom: 10%; }
    .ct_index .ct_index_ttl {
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 100%;
      padding: 15px 0;
      background: #2c6db7; }
      .ct_index .ct_index_ttl img {
        display: inline-block;
        margin-right: 10px; }
    .ct_index ul {
      padding: 4% 6%; }
      .ct_index ul li {
        display: flex;
        align-items: center;
        margin: 10px 0; }
        .ct_index ul li:before {
          content: '';
          display: inline-block;
          width: 10px;
          height: 8px;
          border-radius: 50%;
          background: #2c6db7;
          margin-right: 10px; }
        .ct_index ul li a {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 1px;
          line-height: 120%;
          text-decoration: none; }

  .ct_content {
    padding-top: 50px;
    margin-top: -50px; }

  .ct_content_box {
    padding-bottom: 6%; }
    .ct_content_box p.text {
      font-size: 16px;
      line-height: 200%;
      margin-bottom: 6%; }
      .ct_content_box p.text strong {
        background: #fdf3ae; }
      .ct_content_box p.text .bold {
        font-size: 20px;
        font-weight: bold; }
    .ct_content_box h2.ct_ttl_h2 {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 120%;
      border-top: 3px solid #2c6db7;
      border-bottom: 3px solid #2c6db7;
      padding: 20px 0;
      margin-bottom: 6%; }
    .ct_content_box h3.ct_ttl_h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 120%;
      border-left: 5px solid #2c6db7;
      padding: 10px 0 10px 20px;
      margin-bottom: 20px; }
    .ct_content_box .img {
      margin-bottom: 6%; }
    .ct_content_box .img_wrap {
      display: block;
      justify-content: space-between;
      margin-bottom: 6%; }
      .ct_content_box .img_wrap p.img {
        display: inline-block;
        width: 100%;
        margin-bottom: 3%; }
        .ct_content_box .img_wrap p.img img {
          display: inline-block;
          width: 100%; }
    .ct_content_box .box_gray {
      background: #eef4f9;
      padding: 6%;
      margin-bottom: 6%; }
      .ct_content_box .box_gray .wrap {
        display: block;
        justify-content: space-between; }
        .ct_content_box .box_gray .wrap .text {
          display: inline-block;
          width: 100%;
          margin-bottom: 0; }
        .ct_content_box .box_gray .wrap .img {
          display: inline-block;
          width: 100%;
          margin-bottom: 0;
          text-align: center;
          margin-top: 4%; }
    .ct_content_box .text_img_box {
      display: block;
      justify-content: space-between; }
      .ct_content_box .text_img_box.reverse {
        flex-direction: row-reverse; }
      .ct_content_box .text_img_box .text_wrap {
        display: inline-block;
        width: 100%; }
      .ct_content_box .text_img_box .img {
        display: inline-block;
        width: 100%; } }
/*20241018*/
.twitter-tweet {
  margin: 0 !important; }
</pre></body></html>