@charset "UTF-8";

/* ==========================================================================
   archive
========================================================================== */
.e-card a .card_header {
  margin-bottom: -1.25em;
}
.e-card a .card_body {
  padding-left: 3%;
}
.e-card a .card_body:before {
  border-radius: 50%;
  background-color: var(--color1);
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%2C1a19.005%2C19.005%2C0%2C0%2C0-7.4%2C36.507A19.005%2C19.005%2C0%2C0%2C0%2C27.4%2C2.493%2C18.88%2C18.88%2C0%2C0%2C0%2C20%2C1m0-1A20%2C20%2C0%2C1%2C1%2C0%2C20%2C20%2C20%2C0%2C0%2C1%2C20%2C0Z%22%20fill%3D%22transparent%22%2F%3E%3Cpath%20d%3D%22M-20023.531%2C344.218h-10.777v-1h8.266l-1.625-1.537.688-.726Z%22%20transform%3D%22translate(20049.91%20-322.518)%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E');
}
.e-card a:hover .card_body:before {
  background-color: var(--white);
}
.e-card a .card_body .ttlBox {
  border-left: 4px solid var(--color1);
  padding-left: 1em;
  position: relative;
}
.e-card a .card_body .ttlBox .vol {
  display: block;
  font-size: 1.25em;
  line-height: 1;
  padding-top: 2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .e-card .card_body h6.ttl br {
    display: none;
  }
}
@media (min-width: 992px) {
  .e-card a .card_body .ttlBox {
    border-left-width: 5px;
    padding-left: 1.25em;
  }
}

/* ==========================================================================
   single
========================================================================== */
#single-crosstalk {
  background: var(--l-gray);
}

/* =========================
   #intro
========================= */
#intro {
  background: var(--white);
  position: relative;
}
#intro::before {
  content: '';
  display: block;
  background: var(--l-gray);
  height: 35vw;
  max-height: 35%;
  position: absolute;
  right: calc(((100vw - 100%)/2)*-1);
  bottom: 0;
  left: calc(((100vw - 100%)/2)*-1);
}
#intro .section__header .ja_ttl {
  font-size: 1.5rem;
}
#intro figure {
  box-shadow: 0 3px 15px rgba(0,0,0,.1);
  position: relative;
}
@media (max-width: 576px) {
  #intro figure.long-thumb2 {
    padding-top: 65%;
  }
}

/* =========================
   #member
========================= */
#member {
  text-align: center;
}
#member li {
  line-height: 1.5;
}
#member li figure {
  margin-bottom: 1em;
  box-shadow: 0 3px 15px rgba(0,0,0,.1);
}
#member li span {
  display: block;
}
#member li .position {
  color: var(--color1);
  font-weight: 700;
    font-size: 12px;
}
#member li .job {
  text-align: left;
}
@media (min-width: 992px) {
  #member li.col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* =========================
   #summary
========================= */
#summary .box {
  background: var(--white);
}
#summary .box .ttlBox {
  background: var(--color1);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font1);
  line-height: 1.5;
  padding: 1.5em;
}
#summary .box .txtBox {
  padding: 1.5em;
}
#summary .box .txtBox ol {
  list-style: none;
  counter-reset: mycounter;
}
#summary .box .txtBox li{
  counter-increment: mycounter;
  padding-left: 2.5em;
  position: relative;
}
#summary .box .txtBox li:before {
  content: counter(mycounter, decimal-leading-zero)'. ';
  color: var(--color1);
  font-family: var(--font1);
  font-size: 1.125em;
  position: absolute;
  left: 0;
}

@media (min-width: 992px) {
  #summary .box {
    display: flex;
  }
  #summary .box .ttlBox {
    width: 13.75em;
  }
  #summary .box .txtBox {
    padding: 2em 3.5%;
  }
}

/* =========================
   content
========================= */
#main-content .main-content-inner {
  background: var(--white);
  overflow: hidden;
}
#main-content .question {
  border-left: 4px solid var(--color1);
  padding-left: 1em;
  position: relative;
}
#main-content .question .en_ttl {
  color: var(--color1);
  display: block;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}

#main-content .answer .imgBox figure {
  margin-bottom: 6em;
  box-shadow: 0 3px 15px rgba(0,0,0,.1);
  position: relative;
}
#main-content .answer .imgBox figure::before {
  content: '';
  display: block;
  background: url(img/img_bg.jpg) no-repeat center center / cover;
  height: 100%;
  position: absolute;
  bottom: -3em;
  right: 3em;
  left: calc(((100vw - 100%)/2)*-1);
  z-index: -1;
}
#main-content .cont:nth-of-type(even) .answer .imgBox figure::before {
  left: 3em;
  right: calc(((100vw - 100%)/2)*-1);
}
#main-content .answer .name {
  line-height: 1;
  color: var(--color1);
  position: relative;
}
#main-content .answer .name::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--border1);
  position: absolute;
  top: 50%;
  left: 0;
}
#main-content .answer .name span {
  display: inline-block;
  padding-right: 1em;
  background: var(--white);
  position: relative;
}
#main-content .answer .txt-cont {
  margin-bottom: 2.5em;
}
@media (max-width: 991px) {
  #main-content > .container_XL {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #main-content .question {
    border-left-width: 5px;
    padding-left: 1.25em;
  }
  #main-content .answer .imgBox figure::before {
    left: calc((50vw - 100% - 40px)*-1);
  }
  #main-content .cont:nth-of-type(even) .answer .imgBox figure::before {
    right: calc((50vw - 100% - 40px)*-1);
  }
  #main-content .answer .txtBox {
    padding: 0 20px 0 30px;
  }
  #main-content .cont:nth-of-type(even) .answer .txtBox {
    order: -1;
    padding: 0 30px 0 20px;
  }
}


/* =========================
   next post
========================= */
#next-post {
  padding-top: 3.5em;
  background: var(--l-gray) url(img/next-talk_bg-txt.svg) no-repeat center top 1.25em / auto 2.5em;
  position: relative;
}
#next-post::before {
  content: '';
  display: block;
  background: var(--white);
  height: 100vw;
  max-height: 65%;
  position: absolute;
  right: calc(((100vw - 100%)/2)*-1);
  bottom: 0;
  left: calc(((100vw - 100%)/2)*-1);
}
#next-post .e-card a .card_body .ttlBox .vol {
  display: block;
  font-size: 3em;
  line-height: 1;
  padding-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #next-post {
    padding-top: 6.5em;
    background-position: center top 2.5em;
    background-size: auto 5em;
  }
}
@media (min-width: 992px) {
  #next-post {
    padding-top: 10em;
    background-position: center top 3.75em;
    background-size: auto 7.5em;
  }
}

#single-crosstalk + .viewmore {
  background: var(--l-gray);
  overflow: hidden;
}


