/* index */


/* over write */
.interview main .sec-archives .others .item p.category { letter-spacing: -0.02em; }
.interview main .sec-archives .others .item a { letter-spacing: -0.02em;}

@media (max-width: 768px) {
.interview main .sec-archives .others .item:nth-child(n +2) {
    margin: 10.667vw 0 0;
}
}

/* outside */
.sec-jobs .wrap .outside a::after,
.outside p.title_archive_inner::after {
  content: "";
  display: inline-block;
  width: 19.2px;
  height: 12px;
  margin-left: 10px;
  background: url("../images/common/icon-blank.png") center center no-repeat;
  background-size: contain;
  vertical-align: -1px;
  transition: transform 0.3s;
}

/* latest */
.latest_interview_wrapper {
  margin-top: 30px;
  background: linear-gradient( -270deg, #9AE7A9, #596EB3);
  border: 1px solid #000;
}
  .latest_interview_wrapper:hover {
    color: #ccc;
  }
  .latest_interview {  
    margin: 10px 0;
    padding: 30px;
    background: #fff;
  }
  .latest_interview dl {
    display: flex;
    align-items: center;
    background: #fff;
  }
    .latest_interview dt {
        position: relative;
        padding: 0 30px 0 160px;
        font-size: 18px;
        font-family: "din-2014-narrow", sans-serif;
        font-weight: 500;
        line-height: 1.6;
        text-align: center;
        white-space: nowrap;
    }
      .latest_interview dt::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "NEW";
        margin-top: -10px;
        padding: 10px 40px;
        background: #25C473;
        font-family: "din-2014-narrow",sans-serif;
        font-size: 32px;
        font-weight: 200;
        line-height: 1;
        color: #fff;
        }
    .latest_interview time { 
      display:block;
      font-size: 18px;
      font-family: "din-2014-narrow", sans-serif;
      font-weight: 400;
      color: #b8b8b8;
      letter-spacing: 0.1em;
     }
    .latest_interview dd { 
      padding: 0 0 0 50px;
        border-left: solid 1px #000;
      font-size: 25px;
      font-weight: bold;
      line-height: 2;
      transition: color 0.3s;    }
   .latest_interview dd h3 { 
      font-size: 18px;
      font-weight: 500; 
      line-height: 1;
}

/* archive */
.interview main .sec-archives .wrap {
    padding: 50px;
}
.block_second_wrap {
  margin-top: 60px;
}
.block_second_wrap .notes {
  margin-top: 30px;
}
.interview-index {
  margin-top: 30px;
}
.interview-index:nth-of-type(2) ,
.interview-index:nth-of-type(3) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #efefef;
}
.interview-index:nth-of-type(4) {
  margin-top: 120px;
  border-top: solid 1px #efefef;
}
.interview-index li + li {
    margin-top: 30px;
}
.interview-index h2 {
    width: auto;
    background: none;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding: 0;
}
.interview_archive-list {
  margin-top: 60px;
}

.interview-index .interview_archive-list h3 {
    display: block;
    background: #efefef;
    padding: 20px 70px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: flex;
}
    .interview-index .interview_archive-list h3 span {
       }
    .interview-index .interview_archive-list h3:before {
      content: "▼";
      position: absolute;
      left: 27px;
      top: 22px;
      font-size: 16px;
      line-height: 1;
      transition: transform 0.3s; }

  .interview-index .interview_archive-list li.li-open h3:before {
    transform: rotate(180deg); }

  .interview-index .interview_archive-list .text {
    padding: 16px 24px 32px;
    display: none; }
    .interview-index .interview_archive-list .text .inner { 
      display: block;
      position: relative;
}
      .interview-index .interview_archive-list .text .inner a {
        text-decoration: none; }
        .interview-index .interview_archive-list .text .inner a:hover {
          text-decoration: none; opacity: .6; transition: transform 0.6s; }

ul.list_interview_archive li {
    display: block;
    margin-top: 1em;
    padding: 0 0 0 12px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap:  wrap;
}
  ul.list_interview_archive li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    line-height: 1.5;
    color: #DBDBDB;
    transition: transform 0.3s; 
}

ul.list_interview_archive li time, ul.list_interview_archive li p { 
    display: inline-block;
    padding-left: 1em;
}

/* no accordion */
.noaccrdion {  margin: 60px 0 0 24px; }
  .noaccrdion .list_interview_archive li a:hover {
          text-decoration: none; opacity: .6; transition: transform 0.6s; }



@media (max-width: 768px) {

  .latest_interview {  
    padding: 20px;
  }
  .latest_interview dl {
    flex-direction: column;
    justify-content: flex-start;
  }
    .latest_interview dt {
        width: 100%;
        padding: 0.2em 0 .5em 80px;
        text-align: left;
        display: flex;
    }
      .latest_interview dt::before {
        padding: 10px 20px;
        font-size: 18px;
        }
      .latest_interview dt::before {
         margin-top: 0;
        }
    .latest_interview time {
      display: inline-block;
      margin-right: 10px;
      font-size: 18px;
      font-family: "din-2014-narrow", sans-serif;
      font-weight: 400;
      color: #b8b8b8;
      letter-spacing: 0.1em;
    }
    .latest_interview dd { 
      width: 100%;
      padding: 0;
      border-left: none;
      font-size: 3.711vw;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: -.6px;
    }
   .latest_interview dd h3 { 
      font-size: 3.711vw;
      font-weight: bold;
      line-height: 2;
}

/* archive */
.interview main .sec-archives .wrap {
    padding: 0 0 12.695vw;
}
.block_second_wrap {
  margin-top: 40px;
  border-top: solid 1px #efefef;
}
.interview-index {
  margin-top: 30px;
}
.interview-index li + li {
    margin-top: 30px;
}
.interview-index h2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.6px;
}
.interview_archive-list {
  margin-top: 30px;
}

.interview-index .interview_archive-list h3 {
      font-size: 3.711vw;
      font-weight: bold;
}
    .interview-index .interview_archive-list h3:before {
      top: 20px;
 }
    .interview-index .interview_archive-list h3:before {
      font-size: 3.711vw;
 }
.interview-index .interview_archive-list li {
      font-size: 3.711vw;
}


/* no accordion */
.noaccrdion {  margin: 30px 0 0 24px; }
.noaccrdion ul.list_interview_archive li { font-size: 3.711vw; }


}



/* interview */
.pc_only { display: block; }
.sp_only { display: none; }

/* abchor_nav */
#anchor_nav {
   width: 1100px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #000;
   z-index: 10;
}
  #anchor_nav .wrap {
    width: 100%;
    padding: 70px 50px;
    text-align: center;
  }
  #anchor_nav h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin: 0 0 55px;
    position: relative;
    z-index: 10;
    }
  #anchor_nav ul {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
    #anchor_nav li {
      position: relative;
      border: 1px solid #000;
      margin: 0 8px 17px;
      }
      #anchor_navs li a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        backface-visibility: hidden;
      }
        #anchor_nav li a:link, #anchor_nav li a:visited, #anchor_nav li a:active {
          color: #000;
        }
        #anchor_nav li a:before {
          background: #fff;
        }
        #anchor_navs li a:before, #anchor_nav li a:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
        }
        #anchor_nav li a span {
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          padding: 25px 48px;
          z-index: 10;
          display: flex;
          align-items: center;
        }
          #anchor_nav li a span:before {
            background: #000;
            opacity: 1;
            content: "";
            width: 43px;
            height: 1px;
            position: absolute;
            right: 0;
            top: 50%;
            transition: 0.3s;
            transition-delay: 0.05s;
           }
            #anchor_nav li a  i {
              width: 100%;
              font-size: 18px;
              font-style: normal;
              font-weight: 500;
              line-height: 1.4;
              letter-spacing: 0.1em;
              color: #000;
              transition: color 0.3s;
            }
            #anchor_nav li:hover a  i {
              color: #ccc;
            }


/* detail */
.interview2nd main section.entrybody .wrap { width: 90%; margin: auto; }
.interview2nd main section.entrybody .wrap figure { width: 640px; margin: auto; }
  .interview2nd main section.entrybody .wrap figure img { width:100%; }
.interview2nd main section.entrybody .wrap picture.ed2209 { width: 100%; margin: auto; }
  .interview2nd main section.entrybody .wrap picture.ed2209 img { width: 100%;}
.interview2nd main p.note, .interview2nd main span.note { font-size: 14px; }
.interview2nd main .entry-header .header-bottom h1 { font-size: 28px; }
.interview2nd main section.entrybody .wrap h2 { font-size: 28px;}
.interview2nd main section.entrybody .wrap h3 {     padding: 0 0 0 120px; font-size: 20px; line-height: 1.6; letter-spacing: 0.1em; }
.interview2nd main section.entrybody {   position: relative; font-size: 16px; line-height: 2.5;}
.interview2nd main section.entrybody .wrap p { font-size: 16px;}
  .interview main section.entrybody .wrap p + h2, .interview main section.entrybody .wrap figure + h2, .interview main section.entrybody .wrap h3 + h2 {  margin-top: 4em;  } 
 .interview main section.entrybody .wrap p + h3 {  margin-top: 3em;  }
  .interview main section.entrybody .wrap h3 + p { margin-top: 3em; }
  .interview main section.entrybody .wrap p + p { margin-top: 2em; }
    .interview main section.entrybody .wrap p:not(.name) {  padding: 0 0 0 120px;  }
.interview main section.entrybody .wrap span.name span { font-size: 14px; }
    .interview main section.entrybody .wrap p.caption { width: 640px; margin:  -30px  auto 60px; padding: 0 10px; font-size: 16px; font-weight: 400; text-align: left; }
    .interview main section.entrybody .wrap p.caption_center { width: 640px; margin:  -.5em  auto 60px; padding: 0 10px; font-size: 16px; font-weight: 400; text-align: center; }
    .interview main section.entrybody .wrap sup { vertical-align: super; font-size: 10px;}
    .interview main section.entrybody .wrap .annotation { display: inline-block; margin-top: 1em;  font-size: 14px; font-weight: normal; }

  .interview main section.sec-jobs {
    width: 1100px;
    min-height: 14em;
    position: relative;
    margin: 80px auto 0;
    background: #fff;
}
  .interview main section.sec-jobs .wrap {
    width: 100%;
    position: relative;
    padding: 40px 50px 30px;
}
  .interview main section.sec-jobs .wrap h2 {
    font-size: 20px;
    font-weight: 500;
    background: #efefef;
    padding: 13px 27px;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
}
  .interview main section.sec-jobs .wrap ul li {
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
    line-height: 1.93;
}
  .interview main section.sec-jobs .wrap ul li a:hover {
    text-decoration: underline; }
  .interview main section.sec-jobs .wrap ul li:before {
    content: "・";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
  .interview main section .wrap .notes .note {
    margin-top: 1em;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #9f9f9f;
    text-align: right;
}

/*  pagetop_nav */
.button { 
  position: fixed;
  display: block;
  width: 200px;
  height: 2.2em;
  left:calc(50% - 100px);
  bottom: 20px;
  padding-bottom:.5em;
  border-radius: 20px 20px 20px 20px;
  background: #f0f0f0;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 30;
}
/*クラスが付与されると表示する*/
.active {
  opacity: 0.9;
  visibility: visible;
}
/*このクラスが付与されると表示する*/
.absolute{
  position: absolute;
  background: #fff;
  left:calc(50% - 100px);
  bottom: 760px;
  transition: opacity 0.3s;
}
  .button:hover { opacity: 0.6; }
  .button p {
      display: block;
      width: 200px;
      height: 3em;
      opacity: 1;
  }
  .button i {
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 100px;
    overflow: hidden;
  }
  .button span {
    display: block;
    position: absolute;
    width: 200px;
    left:50%;
    bottom: 0;
    margin-left:-100px;
    font-family: "din-2014-narrow", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    white-space: nowrap;
  }
    .button  i:before, .button  i:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
  }
    .button  i:after {
      opacity: 0;
    }
    .button:hover i:before {
      animation: hoverupout 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards; }
    .button:hover i:after {
      animation: hoverupin 0.7s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }


@media (max-width: 768px) {

.pc_only { display: none; }
.sp_only { display: block; }

/* abchor_nav */
#anchor_nav {  width: 100%;  padding: 0;  }
  #anchor_nav .wrap {  padding: 9.766vw 0;  }
  #anchor_nav h2 {  font-size: 5.859vw;  margin: 0 0 6.836vw;  }
  #anchor_nav ul {width: 100%;}
        #anchor_nav li a  i {  font-size: 3.75vw;  letter-spacing: -0.8px;  }

.interview2nd main section.entrybody .wrap { width: 100%; margin: auto; padding: 3.906vw 0 21.333vw; }
.interview2nd main section.entrybody .wrap figure { width: 100%; }
  .interview2nd main section.entrybody .wrap figure img { width:100%; }
.interview2nd main p.note, .interview2nd main span.note { font-size: 2.5vw; }
.interview2nd main .entry-header .header-bottom h1 { font-size: 5.625vw; letter-spacing: -0.8px;}
.interview2nd main section.entrybody .wrap h2 { font-size: 5vw;  letter-spacing: -.4px; font-weight: 700; }
.interview2nd main section.entrybody .wrap h3 { padding: 0; font-size: 4.375vw; font-weight: 500; letter-spacing: -0.8px;}
.interview2nd main section.entrybody { font-size: 3.75vw; }
.interview2nd main section.entrybody .wrap p { font-size: 3.75vw; letter-spacing: -0.6px;}
.interview main section.entrybody .wrap span.name span { font-size: 3.4375vw; }
    .interview main section.entrybody .wrap p:not(.name) {  padding: 0;  }
    .interview main section.entrybody .wrap p.caption { width: 100%; margin:  -2em  auto 3em; padding: 0 20px; font-size: 3.4375vw; font-weight: normal;}
    .interview main section.entrybody .wrap p.caption_center {  width: 100%; margin:  .5em  auto 3em; padding: 0 20px; font-size: 3.4375vw; font-weight: normal; }
    .interview main section.entrybody .wrap sup { font-size: 2.5vw;}
    .interview main section.entrybody .wrap .annotation { font-size: 3.4375vw; font-weight: normal;}

  .interview main section.sec-jobs {
    position:relative;
    width: 100%;
    margin: 8.789vw auto 0;
}
  .interview main section.sec-jobs .wrap {
    width: 100%;
    padding: 9.766vw 6.836vw;
}
  .interview main section.sec-jobs .wrap h2 {
    font-size: 4.375vw;
    padding: 2.246vw 4.883vw;
    margin-bottom: 2.93vw;
}
  .interview main section.sec-jobs .wrap ul li {
    font-size: 3.75vw;
    font-weight: 500;
    padding: 0 3.75vw;
    line-height: 1.93;
}
  .interview main section.sec-jobs .wrap ul li:before {
    font-size: 3.75vw;
}
  .interview main section .wrap .notes .note  {
    margin-top: 2em;
    font-size: 3.4375vw;
    text-align: center;
    letter-spacing: 0.6px;  
}
.button { bottom: 40px;}
  .button span { font-size: 2.93vw; }
.absolute{  bottom: 150vw;}


}


/*  イラコン */
.illust-contest #anchor_nav li {  background-repeat: no-repeat; background-size: 96px ; background-position: 180px center;  }
  .illust-contest #anchor_nav li.bg-nakamura {  background-image: url('../interview/2023/01/illustcompe_nakamura01.jpg');  } 
  .illust-contest #anchor_nav li.bg-mochiduki {  background-image: url('../interview/2023/01/illustcompe_mochiduki.jpg'); } 
  .illust-contest #anchor_nav li.bg-satoh {  background-image: url('../interview/2023/01/illustcompe_satoh.jpg'); } 
  .illust-contest #anchor_nav li.bg-senoo {  background-image: url('../interview/2023/01/illustcompe_senoo01.jpg'); } 
  .illust-contest #anchor_nav li.bg-cho {  background-image: url('../interview/2023/01/illustcompe_cho.jpg'); } 
  .illust-contest #anchor_nav li.bg-tohdo {  background-image: url('../interview/2023/01/illustcompe_todoh.jpg'); } 
  .illust-contest #anchor_nav li.bg-mutoh {  background-image: url('../interview/2023/01/illustcompe_mutoh01.jpg'); } 
.illust-contest #anchor_nav li:hover {  opacity: 0.7; transition: .6s; }

.outline-box {
   width: 1100px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #000;
   z-index: 10;
}
  .outline-box  .wrap {
    width: 100%;
    padding: 70px 50px;
    text-align: center;
  }
  .outline-box  h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 0 0 55px;
    position: relative;
    z-index: 10;
    }
.outline-box p { width: 75%; margin: 0  0 0 175px ; text-align: left; line-height: 1.8; } 
.writer_box { width: 90%;  background: #f0f0f0; display: flex; flex-wrap: wrap; padding: 36px 40px; margin: 60px auto 30px; }
  .writer_box h3 { width: 100%; margin-bottom: 30px; padding: 0; text-align: center; font-size: 28px; font-weight: 300; line-height: 1.6; letter-spacing: 0.05em;}
    .writer_box h3:before { display: none; }
    .writer_box p {  margin: 0; }
.illust-contest-members {  width: 48%; display: flex; flex-wrap: wrap;   justify-content: center; align-items: center; padding: 0.6em 0;}
  .illust-contest-members:nth-child(n+4) { border-top: solid 1px #ccc; }
    .illust-contest-members:not(:nth-child(2n+1)) { margin-right: 4%; }
.writer_box .profile_img { width: 120px; height: 120px; background-repeat: no-repeat; background-size: cover; background-position: center center;   border-radius: 50%; }
 .writer_box .text { width: calc(100% - 120px); padding: 0 0 0 16px; }
.writer_box .text p.name { width: 100%; font-size: 14px; font-weight: bold; margin-bottom: 8px; }
.writer_box .text .detail { width: 100%; margin: 0; padding: 0; font-size: 12px; font-weight: 300; line-height: 1.8; }

.illust-contest .button.absolute {bottom: 460px; }

.illust-contest main section.entrybody .wrap figure {  width: 100%; transition: .3s;  margin-top: 0; padding: 0; margin-bottom: 40px;   }
.illust-contest main section.entrybody .wrap figure.intext {  width: 100%;    }
.illust-contest main section.entrybody .wrap h3:nth-of-type(n+4) { margin-top: 60px; }
.illust-contest main section.entrybody .wrap h3.in-zadankai { margin: 1.5em 0 3em; }


@media (max-width: 768px) {

.illust-contest #anchor_nav li { background-position: 10px center;  }
  .illust-contest #anchor_nav li.bg-nakamura {  background-position: 10px center; } 
  .illust-contest #anchor_nav li i {  margin-left: 50px; } 
    .illust-contest #anchor_nav li.bg-none i {  margin-left: 0; } 

.outline-box {  width: 100%;  padding: 0;  }
  .outline-box .wrap {  padding: 9.766vw 0;  }
  .outline-box h2 {  font-size: 5.859vw;  margin: 0 0 6.836vw;  }
  .outline-box p { width: 100%; margin: 0; font-size: 3.75vw; }
.writer_box { width: 100%; padding: 5.078vw 5.469vw; }
  .writer_box h3 { font-size: 4.8vw; }
.illust-contest-members {  width: 100%; }
  .illust-contest-members:nth-child(n+2) {  border-top: solid 1px #ccc; }
  .illust-contest-members:not(:nth-child(2n+1)) { margin-right: 0%; }
  .writer_box { display: flex; padding: 5.078vw 5.469vw; margin: 9.473vw 0 0; }
  .writer_box .profile_img { width: 80px; height: 80px; }
  .writer_box .text { width: calc(100% - 24.414vw); padding: 0 0 0 3.223vw; }
  .writer_box .text p.name { font-size: 2.93vw; margin-bottom: 4px; }
   .writer_box .text .detail { font-size: 2.734vw; font-weight: 300; line-height: 1.8; }
.illust-contest main section.entrybody .wrap p:not(.name) { padding: 0 ; position: relative; }
.illust-contest main section.entrybody .wrap span.name.member-all span { margin-top: 8px; }
.illust-contest .button.absolute {bottom: 320px; }
.illust-contest main section.entrybody .wrap figure,
.illust-contest main section.entrybody .wrap figure.intext  {  width: 116%; margin-left: -26px;   }
.illust-contest main section.entrybody .wrap h3:nth-of-type(n+3) { margin-top: 30px; }
}

/* 全体 */
.sb-box {
  position: relative;
  overflow: hidden;
	transition: .3s; 
}

/* アイコン画像 */
.icon-img {
  position: absolute;
  overflow: hidden;
  top: 0; 
  width: 80px; 
  height: 80px; 
}
  .icon-img img {
    width: 100%;
  }
/* アイコン画像（左） */
.icon-img-left {
  left: 0; 
}
/* アイコン画像（右） */
.icon-img-right {
  right: 0; 
}
/* アイコン画像 */
.icon-img img {
  border-radius: 50%; 
}
  .icon-img img.icon-border {
    border: 2px solid #f0f0f0;
  }
/* アイコンネーム */
.icon-name {
  position: absolute;
  width: 80px; 
  text-align: center; 
  top: 80px; 
  font-size: 14px;
}
/* アイコンネーム（左） */
.icon-name-left {
  left: 0; /* ネームの位置を左から0に */
}
/* アイコンネーム（右） */
.icon-name-right {
  right: 0; /* ネームの位置を右から0に */
}
/* 吹き出し */
.sb-side {
  position: relative;
  float: left;
  margin: 0 120px 40px 120px; 
}
.sb-side-right {
  float: right;
}
/* 吹き出し内のテキスト */
.sb-txt {
  position: relative;
  border: 2px solid #f0f0f0; /* 吹き出しの縁取りの太さとカラー */
  border-radius: 6px; /* 吹き出しを角丸に */
  background: #fff; /* 吹き出しの背景色 */
  padding: 18px; /* 吹き出し内の上下左右の余白 */
  text-align: left;
  line-height: 1.6;
}
.sb-txt > p:last-of-type {
  padding-bottom: 0; 
  margin-bottom: 0; 
}
/* 吹き出しの三角 */
.sb-txt:before {
  content: "";
  position: absolute;
  border-style: solid;
  top: 16px; /* 吹き出し内の三角の位置 */
  z-index: 3;
}
.sb-txt:after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 15px; /* beforeより-1px */
  z-index: 2; /* beforeより-1 */
}
/* 吹き出しの三角（左） */
.sb-txt-left:before {
  left: -13px;
  border-width: 7px 16px 7px 0;
  border-color: transparent #fff transparent transparent; 
}
.sb-txt-left:after {
  left: -16px; /* beforeより-3px */
  border-width: 8px 16px 8px 0; /* beforeより上下+1px */
  border-color: transparent #f0f0f0 transparent transparent; 
}
/* 吹き出しの三角（右） */
.sb-txt-right:before {
  right: -13px;
  border-width: 7px 0 7px 16px;
  border-color: transparent transparent transparent #fff; 
}
.sb-txt-right:after {
  right: -16px; /* beforeより-3px */
  border-width: 8px 0 8px 16px; /* beforeより上下+1px */
  border-color: transparent transparent transparent #f0f0f0;
}

@media (max-width: 768px) {
  .icon-img { width: 13.333vw;  height: 13.333vw;  }
   .icon-name { width: 13.333vw;  top: 12.8vw;  font-size: 2.4vw;  }
  .sb-side-left { margin: 0 0 8vw 15.467vw;  }
  .sb-side-right { margin: 0 15.467vw 8vw 0; }
  .sb-txt {padding: 2.667vw; }
.sb-txt-left:before { left: -1.867vw; border-width: 1.867vw 2.667vw 1.867vw 0;}
.sb-txt-left:after { left: -2.667vw; border-width: 2.133vw 2.667vw 2.133vw 0; }
.sb-txt-right:before { right: -1.867vw; border-width: 1.867vw 0 1.867vw 2.667vw;}
.sb-txt-right:after { right: -2.667vw;  border-width: 2.133vw 0 2.133vw 2.667vw;  }
}

/* 動画挿入 */
.inlineviedeo { width: 480px; }

@media (max-width: 768px) {
  .inlineviedeo { width: 100%; }
}

/*  シナリオプランナー */

/*  画像サイズ */
.interview2nd main section.entrybody .wrap figure.size_middle {
    width: 435px;
    margin: auto;
}
/*  主な仕事ブロック */
.interview_layout2307 {
  width: 480px;
  margin: 30px auto;
  padding: 20px;
  background: #f2f2f2;
}
  .interview_layout2307 .block-title {
    padding: 0;
    font-weight: bold;
    text-align: center;
    background: #fff;
  }
  .interview_layout2307 ol { 
    width: 55%;
    margin: 20px auto 10px;
    padding: 0;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
  }
    .interview_layout2307 li { 
    }
      .interview_layout2307 li span {
        display: inline-block;
        width: 1.3em; height: 1.3em;
        margin-top: -.1em;
        border-radius: 50%;
        background: #333;
        color: #fff;
        vertical-align: middle;
         font-weight: normal;
        text-align: center;
        line-height: 1.2;
      
      }
  .interview_layout2307 p.block-caption {
    padding: 0  30px 0 50px !important; 
    font-size: 12px !important;
    letter-spacing: -0.02em !important;
  }
@media (max-width: 768px) {
  .interview2nd main section.entrybody .wrap figure.size_middle { width: 100%; }
  .interview_layout2307 { width: 100%; margin: 30px auto 50px; }
    .interview_layout2307 ol {margin: 5.333vw 5.333vw;}
      .interview_layout2307 li {margin-bottom: 0.5em;}
    .interview_layout2307 p.block-caption { padding: 0  10px 0 2.5em !important; text-indent: -1em; }
}

/*  キャラモデラー */

/*  画像サイズ */
.interview2nd main section.entrybody .wrap figure.size_big {
    width: 870px;
    margin: auto;
}
  .interview_layout2307 p.block-txt {
        margin: 20px auto 0;
        padding: 0 30px 0 !important;
        font-size: 14px !important;
        letter-spacing: -0.02em !important;
         font-weight: normal;
        text-align: left;
        line-height: 1.8 !important;
  }
    .interview_layout2307  dl.block-btn {
        width:380px;
        display: flex;
        margin: 20px 30px 0;
        background: #fff;
        border: solid 1px #333;
    }
      .interview_layout2307  a:hover dl.block-btn {
        opacity: .6;
        transition: transform 0.3s;
      }
      .interview_layout2307  dl.block-btn dt { 
        width: 28%;
        margin: 0;
        padding: 0;
        background: url('../images/interview/kyoto/vol01/thumb-pickup.jpg') -10px top no-repeat;
        background-size: cover;
      }
      .interview_layout2307  dl.block-btn dd {
        width: 72%;
        padding: 20px;
        font-size: 14px !important;
        letter-spacing: -0.04em !important;
         font-weight: bold;
        text-align: left;
        line-height: 1.8 !important;
      }
@media (max-width: 768px) {
  .interview2nd main section.entrybody .wrap figure.size_big { width: 100%; }
    .interview_layout2307 p.block-txt { padding: 0 2.667vw !important;}
    .interview_layout2307 dl.block-btn { width: 95%; margin: 5.333vw auto 0; flex-direction: column;}
      .interview_layout2307 dl.block-btn dt { width: 100%; order:2; height: 200px; background: url('../images/interview/kyoto/vol01/thumb-pickup.jpg') center center no-repeat;}
      .interview_layout2307 dl.block-btn dd { width: 100%; order:1; padding: 2.667vw 5.333vw !important; }
}

/*  開発環境エンジニア 231201 */
.interview_layout2312 {
  width: 435px;
  margin: 30px auto 60px;
}
    .interview_layout2312  dl.block-btn {
        width:100%;
        display: flex;
        margin: 0;
        background: #fff;
        border: solid 1px #333;
    }
      .interview_layout2312  a:hover dl.block-btn {
        opacity: .6;
        transition: transform 0.3s;
      }
      .interview_layout2312  dl.block-btn dt { 
        width: 36%;
        margin: 0;
        padding: 0;
        background: url('../interview/2023/12/img_devenv-engineer2312-01.png') center top no-repeat;
        background-size: cover;
      }
      .interview_layout2312  dl.block-btn dd {
        width: 64%;
        padding: 20px;
        font-size: 14px !important;
         font-weight: bold;
        text-align: left;
        line-height: 2 !important;
      }
.figure-border img {
  border: solid 1px #333;
}

@media (max-width: 768px) {
  .interview_layout2312 { width: 100%; margin: 20px auto 40px; }
    .interview_layout2312 dl.block-btn { width: 95%; margin: 5.333vw auto 0; flex-direction: column;}
      .interview_layout2312 dl.block-btn dt { width: 100%; order:2; height: 180px; background: url('../interview/2023/12/img_devenv-engineer2312-01.png') center no-repeat;  background-size: cover;}

      .interview_layout2312 dl.block-btn dd { width: 100%; order:1; padding: 2.667vw 5.333vw !important; }
}



/*  テックブログリンク */
.techblog-linkbox {
  width: 435px;
  margin: 30px auto 60px;
}
    .techblog-linkbox  dl.block-btn {
        width:100%;
        display: flex;
        margin: 0;
        background: #fff;
        border: solid 1px #333;
    }
      .techblog-linkbox  a:hover dl.block-btn {
        opacity: .6;
        transition: transform 0.3s;
      }
      .techblog-linkbox  dl.block-btn dt { 
        width: 36%;
        margin: 0;
        padding: 0;
      }
      .techblog-linkbox  dl.block-btn dd {
        width: 64%;
        padding: 20px;
        font-size: 14px !important;
         font-weight: bold;
        text-align: left;
        line-height: 2 !important;
      }
.figure-border img {
  border: solid 1px #333;
}
      .techblog-linkbox  dl.block-btn dt.techblog-000517 { background: url('/techblog/images/alt-ogp.png') center top no-repeat; background-size: cover; }
      .techblog-linkbox  dl.block-btn dt.techblog-000519 { background: url('/techblog/images/alt-ogp.png') center top no-repeat; background-size: cover; }



@media (max-width: 768px) {
  .techblog-linkbox { width: 100%; margin: 20px auto 40px; }
    .techblog-linkbox dl.block-btn { width: 95%; margin: 5.333vw auto 0; flex-direction: column;}
      .techblog-linkbox dl.block-btn dt { width: 100%; order:2; height: 180px; }

      .techblog-linkbox dl.block-btn dd { width: 100%; order:1; padding: 2.667vw 5.333vw !important; }

      .techblog-linkbox  dl.block-btn dt.techblog-000517 { background: url('/techblog/images/alt-ogp.png') center no-repeat;  background-size: cover;}
      .techblog-linkbox  dl.block-btn dt.techblog-000519 { background: url('/techblog/images/alt-ogp.png') center no-repeat;  background-size: cover;}

}
