@charset "UTF-8";
/* =========================================

インタビュー

2021/04/08 373_owaki 

============================================ */


#content, dl, p {
  font-size: inherit;
  line-height: 1.5;
}

.col2 {
  
}

.profile {
}
.profile h2 {
  position: relative;
  background: #3c9468;
  color: #fff;
  font-weight: bold;
}
.profile h2::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #ffea37;
}
.interview section h2 {
  position: relative;
  line-height: 1.2;
  color: #0268c3;
}
.interview section h2::before {
  content: "";
  position: absolute;
  top: 4%;
  bottom: 6%;
  height: auto;
  background: #0268c3;
}
.interview section p.close {
  margin: 1.5em 0 0;
  color: #008015;
}

@media screen and (max-width: 736px) {
  
  .col2 {

  }
  .col2 article h1 {
    display: block;
    width: 100%;
    padding: 0.355em 1em;
    margin: 0 0 4vw;
    color: #fff;
    text-align: center;
    background-color: #0068cb;
    font-size: 6vw;
    line-height: 1.4;
    box-sizing: border-box;
    text-shadow: initial;
  }
  .col2 article h1 span {
    display: none;
  }
  .txt_lead {
    margin: 0 4vw 4vw;
  }
  .profile {
    margin: 0 8vw 6vw;
    padding: 0 0 4vw;
    border: 0.53vw solid #3c9468;
  }
  .profile h2 {
    padding: 0.43em 1.6em;
    margin: 0 0 4vw;
    font-size: 5vw;
  }
  .profile h2::before {
    top: 2vw;
    bottom: 2vw;
    left: 2.5vw;
    width: 2.5vw;
    height: 7.5vw;
  }
  .profile img {
    width: 60%;
    margin: 0 auto 3vw;
  }
  .profile dl {
    margin: 0 4vw;
  }
  .profile dl dt {
    font-size: 5vw;
    font-weight: bold;
  }
  .profile dl dt span {
    font-size: 4vw;
    font-weight: 400;
  }
  .interview section {
    padding: 0 3vw 7vw;
  }
  .interview section:last-child {
    padding: 0 3vw;
  }
  .interview section h2 {
    padding: 1.2vw 2vw 1.6vw 4.5vw;
    margin: 0 0 3.5vw;
    font-size: 5vw;
    border-bottom: 0.8vw solid #0268c3;
  }
  .interview section h2::before {
    content: "";
    position: absolute;
    top: 4%;
    left: 1vw;
    width: 1.867vw;
    height: auto;
    background: #0268c3;
  }
  .interview section section {
    padding: 0 3vw 5vw;
  }
  .interview section h3 {
    margin: 0 0 2vw;
    color: #008015;
    font-weight: 400;
  }
  .interview section p b {
    color: #0268c3;
  }
  .img01, .img02 {
    width: 88%;
    margin: 0 auto 3vw;
  }
}
@media screen and (min-width: 737px) {
  .none_pc {
    display: none;
  }
  #content {
    width: 1035px;
    margin: 0px auto;
    font-size: 17px;
  }
  .col2 {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .col2 article {
    width: 705px;
  }
  .col2 article h1 {
    position: relative;
    height: 100px;
    padding: 21px 0 0 41px;
    margin: 0 0 25px;
    border: 1px solid #0268c3;
    background: #e2f4ff url(../image/bg_ttl1.jpg) calc(100% - 2px) 2px / 250px 94px no-repeat;
    box-shadow: inset 0 0 0 2px #fff;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 22px;
    box-sizing: border-box;

	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

  }
  .col2 article h1 span {
    display: block;
    font-size: 17px;
  }
  .col2 article h1::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 50px;
    margin: auto 0;
    background: #094daf;
  }
  
  .txt_lead {
    width: 660px;
    margin: 0 auto 25px;
    text-align: justify;
  }
  .col2 #side_area {
    float: none;
    width: 300px;
  }
  .profile {
    position: relative;
    width: 655px;
    margin: 0 auto 40px;
    padding: 0 0 18px;
    border: 1px solid #3c9468;
    background: #eef9f4;
  }
  .profile h2 {
    padding: 6px 32px;
    margin: 0 0 12px;
    font-size: 19px;
  }
  .profile h2::before {
    top: 7px;
    bottom: 7px;
    left: 14px;
    width: 8px;
    height: auto;
  }
  .profile img {
    position: absolute;
    top: 54px;
    left: 19px;
    width: 145px;
  }
  .profile dl {
    margin: 0 0 0 182px;
    line-height: 1.4;
  }
  .profile dl dt {
    margin: 0 0 0.2em;
    font-size: 18px;
    font-weight: bold;
  }
  .profile dl dt span {
    font-size: 17px;
    font-weight: 400;
  }
  .profile dl dd {
    font-size: 16px;
  }
  .interview section {
    width: 690px;
    margin: 0 auto 40px;
  }
  .interview section h2 {
    height: 30px;
    padding: 6px 1em 0 19px;
    margin: 0 0 18px;
    font-size: 21px;
    border-bottom: 2px solid #0268c3;
  }
  .interview section h2::before {
    top: 5px;
    bottom: 4px;
    left: 6px;
    width: 5px;
  }
  .interview section section {
    width: 665px;
    margin: 0 auto 24px;
  }
  .interview section:last-child,
  .interview section section:last-child {
    padding: 0 auto;
  }
  .interview section h3 {
    margin: 0 0 0.4em;
    color: #008015;
    font-weight: 400;
  }
  .interview section p b {
    color: #0268c3;
  }
  .img01, .img02 {
    float: right;
    width: 280px;
    margin: 6px 6px 0.7em 0.5em;
  }
}