@charset "UTF-8";


/*---------------------------------------------------------------*\
$common
\*---------------------------------------------------------------*/

* {
  font-size: inherit;
  color: inherit;
}

body {
  position: relative;
}


/*---------------------------------------------------------------*\
$floating CV
\*---------------------------------------------------------------*/

#floating_cv {
  display: none !important;
}


/*---------------------------------------------------------------*\
$popup
\*---------------------------------------------------------------*/

#popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
}
#popup .background_popup {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.8);
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
#popup .image_popup {
  position: relative;
  width: 560px;
  margin: 0 auto;
}
#popup .modal_close {
  position: absolute;
  background-image: url('../img/column/icon_modal_close.png');
  background-size: 40px;
  background-repeat: no-repeat;
  background-color: inherit;
  border: none;
  width: 40px;
  height: 40px;
  top: -16px;
  right: -16px;
}

/* Visual Link Preview */
.vlp-layout-basic .vlp-block-0 {
	line-height: 1.4 !important;
	font-size: 15px !important;
}
.vlp-link-summary {
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin-top: 8px !important;
	color: #8a8a8a !important;
}
.vlp-layout-basic {
	margin: 24px 0 !important;
	border-color: #ddd !important;
	border-radius: 0px !important;
}

/* footer */
footer {
  margin-top: 110px !important;
}

/* profile */
#profile {
  width: 100%;
}
#profile img {
  margin: 0 !important;
}

/* related */
#related {
  width: 320px;
}

/* body - rating */
.body_article .rating_stars {
  width: 120px;
  margin: 24px 0;
  display: block;
}

/* floating banner */
#floating_banner {
  position: fixed;
  z-index: 10;
  bottom: 24px;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
  max-width: 720px;
}
#floating_banner .img_floating_banner {
  display: block;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0,0,0,.3));
  filter: drop-shadow(0px 10px 20px rgba(0,0,0,.3));
}
#floating_banner .img_floating_banner_sp {
  display: none;
}

/* table of contents */
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  display: none;
}

/* centering img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* shortcode ads */
.sc_img {
  margin: 24px 0;
}

/* body */
body {
  background-color: #fafafa;
}

/* wrapper article */
.wrapper_article {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", sans-serif !important;
  width: 1100px;
  margin: 150px auto 0;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* body - common */
.body_article {
  width: 65%;
  position: relative;
  padding: 32px;
}

/* body - date posted */
.body_article .date_posted {
  font-size: 12px;
  margin-bottom: 12px;
}

/* body - firstview */
#firstview_article {
  margin: 32px 0 0;
}
#firstview_article .wrapper_background_article {
  width: 100%;
  height: 500px;
  position: absolute;
}
#firstview_article .thumbnail_article {
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* index */
#ez-toc-container {
  border-radius: 0px !important;
  padding: 20px !important;
  margin: 40px 0 !important;
}
.ez-toc-title-container {
  margin-bottom: 16px !important;
}
.ez-toc-title {
  font-size: 20px !important;
  font-weight: bold !important;
  padding-bottom: 8px !important;
  border-bottom: solid 2px #ddd !important;
}
div#ez-toc-container ul.ez-toc-list a {
  display: block !important;
  margin-bottom: 8px !important;
  line-height: 23px !important;
}
#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 16px !important;
}

/* body - headlines */
.body_article h1 {
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
}
.body_article h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  padding: 24px;
  margin: 2.5em 0 1em;
  text-shadow: #2d14c5 0px 0px 24px;
  background-size: auto auto;
  background-color: #495BFF;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgb(54 72 255 / 1) 0px, rgb(54 72 251) 14px );  color: #fff;
}
.body_article h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  background-size: auto auto;
  background-color: rgba(243, 244, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(230, 232, 255, 1) 5px, rgba(230, 232, 255, 1) 8px );
  border-left: solid 4px #495BFF;
  margin: 40px 0 20px;
  padding: 12px 16px;
}
.body_article h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 8px;
  margin: 40px 0 20px;
  border-bottom: dotted 2px rgb(180 185 255);
}
.body_article h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin: 40px 0 20px;
}
.body_article h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 40px 0 20px;
}

/* body - paragraph */
.body_article > p {
  /* font-size: 16px !important; */
  line-height: 1.8 !important;
}
.body_article > p strong {
  /* font-size: 16px !important; */
  line-height: 1.8 !important;
}
.body_article > p > span {
  /* font-size: 16px !important; */
  line-height: 1.8 !important;
}

/* body - marker new */
span {
  text-decoration-thickness: 8px !important;
  text-decoration-color: #FEDF95 !important;
  text-underline-offset: -6px !important;
  text-decoration-skip-ink: none !important;
}

/* body - marker old */
strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FEDF95 0%);
}
.marker {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FEDF95 0%);
}

/* body - bold only new */
mark,
mark > span {
  background-color: inherit !important;
  font-weight: bold !important;
  line-height: 1.8 !important;
}


/* body - bold only old */
.bold_only {
  font-weight: bold !important;
  /* font-size: 16px !important; */
  line-height: 1.8 !important;
  background: inherit !important;
}

/* body - hyperlink */
.hyperlink {
  color: #339DFF;
  text-decoration: underline !important;
}
.body_article > p a {    
  color: #339DFF;
  text-decoration: underline !important;
}
.body_article > p a strong {
  color: #339DFF !important;
}

/* body - list */
.body_article > ul,
.body_article > ol {
  padding: 0 32px;
  border-radius: 4px;
}
.body_article > ul li,
.body_article > ol li {
  margin: 0 0 16px 16px;
}
.body_article > ul li {
  list-style: disc !important;
  line-height: 1.5;
}
.body_article > ol li {
  list-style: decimal !important;
  line-height: 1.5;
}
.body_article > ul li:last-child,
.body_article > ol li:last-child {
  margin: 0 0 0 16px;
}

/* body - blockquote */
.body_article blockquote {
  background: #f5f5f5;
  position: relative;
  border-radius: 4px;
  padding: 48px 24px;
}
.body_article blockquote > p {
  margin-top: 0px !important;
  font-size: 16px;
  line-height: 28px;
}
.body_article blockquote > p:last-child {
  margin-bottom: 0 !important;
}
.body_article blockquote .icon_quote_left {
  position: absolute;
  width: 20px;
  top: 12px;
  left: 12px;
}
.body_article blockquote .icon_quote_right {
  position: absolute;
  width: 20px;
  bottom: 12px;
  right: 12px;
}

/* body - image */
.body_article p > img,
.body_article div > img {
  border: solid 7px #f5f5f5;
}

/* body - image w/caption */
.wp-caption {
  max-width: 80% !important;
}
.wp-caption > img {
  width: 100%;
}
.wp-caption-text {
  font-size: 13px;
  line-height: 1.4;
  text-align: justify;
  margin-top: 8px;
}
.wp-caption-text a {
  font-size: 10px;
  text-decoration: underline;
  color: #339DFF;
}

/* share buttons */
.share {
  display: -webkit-flex;
  -ewbkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  margin: 40px 0 64px;
  padding: 12px 0;
  justify-content: center;
  border-top: solid 1px #1d1d1d;
  border-bottom: solid 1px #1d1d1d;
}
.body_article .share:last-child {
  margin-bottom: 0;
}
.title_share {
  padding: 10px;
  border-radius: 4px;
  margin: 0 12px 0 0;
  position: relative;
}
.title_share:after {
  display: block;
  content: '';
}
.share_buttons {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
}
.each_share {
  width: 44px;
  margin: 0 16px 0 0;
}
.each_share > div {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.each_share:last-child {
  margin-right: 0;
}
.each_share a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.color_facebook {
  background: #305097;
}
.color_twitter {
  background: #00aced;
}
.color_line {
  background: #00b900;
}
.fa-twitter,
.fa-facebook-f,
.fa-line {
  color: #fff;
  font-size: 18px;
}

/* shortcodes p,br settings */
.box_external_article > p,
.box_internal_article > p {
  display: none;
}
.body_article .thumbnail_conversation br {
  display: none !important;
}

/* body - internal/external link */
.body_article .box_internal_article,
.body_article .box_external_article {
  border-radius: 4px;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
  border: solid 1px #f2f2f2;
  background: #f9fafa;
  position: relative;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.body_article .box_internal_article:hover,
.body_article .box_external_article:hover {
  opacity: .7;
}
.body_article .box_internal_article a,
.body_article .box_external_article a {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center; 
  display: flex;
  padding: 24px;
}
.body_article .box_sns_article > p {
  display: none;
}
.body_article .batch_box_link {
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  background: #FFD3D3;
  border-radius: 60px;
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 16px;
}
.body_article .info_box_link {
  margin-left: 24px;
  width: 72%;
}
.body_article .thumbnail_link_article {
  width: 160px;
}
.body_article .thumbnail_link_article img {
  object-fit: cover;
}
.body_article .thumbnail_link_article > br {
  display: none;
}

/* body - twitter link */
.body_article .box_sns_article {
  border-radius: 4px;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
  border: solid 1px #f2f2f2;
  position: relative;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.body_article .box_sns_article:hover {
  opacity: .7;
}
.body_article .box_sns_article a {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center; 
  display: flex;
  position: relative;
}
.body_article .box_sns_article h5 {
  font-size: 17px;
  color: #00acee;
}
.body_article .box_sns_article > p {
  display: none;
}
.body_article .info_box_sns {
  padding: 0 64px 0 12px;
  width: 100%;
}
.body_article .thumbnail_box_sns {
  width: 120px;
  background-color: #f5f5f5;
}
.body_article .thumbnail_box_sns img {
  object-fit: cover;
}
.body_article .thumbnail_box_sns > br {
  display: none;
}
.body_article .box_sns_no_pic {
  padding: 16px 12px;
}

/* body - sources */
.body_article .sources_article {
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.04);
  border: solid 1px #f2f2f2;
  position: relative;
  margin-top: 40px;
}
.body_article .title_sources_article {
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-bottom: 12px;
}
.body_article .each_source_article {
  padding: 6px 0 12px 12px;
}
.body_article .each_source_article:nth-of-type(odd) {
  background: #f5f5f5;
}
.body_article .each_source_article a {
  text-decoration: underline !important;
}
.body_article .each_source_article a,
.body_article .each_source_article span {
  font-size: 11px;
}
.body_article .each_source_article:last-child {
  margin-bottom: 0px;
}
.body_article .fa-external-link-alt {
  font-size: 12px;
  margin-left: 8px;
}

/* body - conversation */
.body_article .conversation {
  margin-top: 40px;
}
.body_article .interviewer_conversation,
.body_article .interviewee_conversation {
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.body_article .interviewer_conversation {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.body_article .interviewee_conversation {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.body_article .interviewer_conversation > div,
.body_article .interviewee_conversation > div {
  width: 70%;
}
.body_article .interviewer_conversation > div {
  margin-left: 12px;
}
.body_article .interviewee_conversation > div {
  margin-right: 12px;
}
.body_article .thumbnail_conversation {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #efefef;
}
.body_article .thumbnail_conversation img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.body_article .name_interviewer_conversation {
  text-align: left;
}
.body_article .name_interviewee_conversation {
  text-align: right;
}
.body_article .bubble_interviwer_conversation,
.body_article .bubble_interviwee_conversation {
  margin-top: 8px;
  padding: 16px 24px;
}
.body_article .bubble_interviwer_conversation {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.body_article .bubble_interviwee_conversation {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.body_article .bubble_interviwer_conversation > .text_conversation,
.body_article .bubble_interviwee_conversation > .text_conversation {
  padding: 10px;
}

/* background colors for bubbles */
.background_purple_bubble {
  background: #f7efff;
}
.background_green_bubble {
  background: #e6f9f0;
}

/* interview */
.body_article .name_interviwee_article {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 8px;
  font-weight: bold;
}

/*---------------------------------------------------------------*\
$more than 1500px
\*---------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
}

/*---------------------------------------------------------------*\
$1200px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1200px) {

  /* wrapper */
  .wrapper_article {
    width: 90%;
  }

  /* related */
  #related {
    width: 32%;
  }
}

/*---------------------------------------------------------------*\
$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
}

/*---------------------------------------------------------------*\
$860px
\*---------------------------------------------------------------*/
@media screen and (max-width: 860px) {

  /* popup */
  #popup .image_popup {
    width: 75%;
  }
  #popup .modal_close {
    background-size: 32px;
    width: 32px;
    height: 32px;
  }

  /* profile */
  #profile .thumbnail_profile {
    width: 220px;
  }
  #profile .batch,
  #profile .thumbnail_profile,
  #profile .name_profile {
    text-align: center;
  }
  #profile .description {
    width: 80%;
    margin: 16px auto 0;
  }

  /* related */
  #related {
    width: 90%;
    margin: 64px auto 0;
  }

  /* wrapper */
  .wrapper_article {
    display: block;
    width: 100%;
    margin: 0;
  }

  /* body - common */
  .body_article {
    width: 100%;
    padding: 100px 32px 32px;
  }

  /* first view */
  #firstview_article .thumbnail_article {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

  /* * {
    font-size: 15px;
  } */

  /* linkcard */
  .linkcard_thumbnail {
    float: inherit !important;
    display: block !important;
    padding: 10px 10px 0 !important;
  }
  .linkcard_img {
    margin: 0 !important;
    width: 100% !important;
  }

  /* breadcrumb */
  .breadcrumb {
    display: none;
  }

  /* floating banner */
  #floating_banner {
    bottom: 24px;
    width: 95%;
  }
  #floating_banner .img_floating_banner {
    display: none;
  }
  #floating_banner .img_floating_banner_sp {
    display: block;
  }

  /* related */
  #related {
    width: 90%;
    margin: 16px auto 0;
  }

  /* body - common */
  .body_article {
    padding: 100px 5% 32px;
  }

  /* body - date posted */
  .body_article .date_posted {
    font-size: 11px;
  }

  /* title */
  .title_article {
    margin: 8px 0 0 0;
  }

  /* firstview */
  #firstview_article {
    margin: 20px 0;
  }

  /* body - list */
  .body_article > ul li,
  .body_article > ol li {
    line-height: 24px;
    margin: 0 0 20px 4px;
  }
  .body_article > ul li:last-child,
  .body_article > ol li:last-child {
    margin: 0 0 0 4px;
  }

  /* body - headlines */
  .body_article h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .body_article h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 40px 0 10px;
    padding: 18px;
  }
  .body_article h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 40px 0 10px;
    padding: 10px 12px;
  }
  .body_article h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 10px;
  }
  .body_article h5 {
    font-size: 15px;
    line-height: 23px;
    margin: 20px 0 10px;
  }
  .body_article h6 {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 10px;
  }

  /* body - marker */
  .marker {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  /* body - image */
  /* .body_article img {
    margin: 20px 0;
  } */

  /* body - image w/caption */
  .wp-caption {
    max-width: 100% !important;
  }

  /* share */
  .share {
    margin: 20px 0 48px;
  }
  .title_share {
    font-size: 10px;
  }
  .share_buttons {
    margin: 0;
  }
  .each_share {
    margin-right: 8px;
  }
  .each_share > div {
    height: 36px;
    width: 36px;
  }

  /* body - internal/external link */
  .body_article .box_internal_article a,
  .body_article .box_external_article a {
    padding: 16px;
  }
  .body_article .thumbnail_link_article {
    margin-right: 4%;
  }
  .body_article .thumbnail_link_article img {
    width: 100%;
    height: auto;
  }
  .body_article .info_box_link {
    margin: 16px 0 0 0;
    width: 100%;
  }

  /* body - twitter link */
  .body_article .info_box_sns {
    width: 100%;
  }
  .body_article .box_sns_no_pic {
    padding: 16px;
  }
  .body_article .index_article {
    padding: 32px 16px 16px 12px;
  }
  .body_article .each_index_article > a {
    -webkit-align-items: baseline;
    align-items: baseline;
  }

  /* conversation */
  .body_article .interviewer_conversation > div,
  .body_article .interviewee_conversation > div {
    width: 85%;
  }
}