/*============================================================
  COMMON
============================================================*/
.contents {
  position: relative;
  margin: 27.6vw auto 0;
  padding: 28vw 5.33vw 13.33vw;
  max-width: 89.33vw;
  background-color: #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.01);
}


/*============================================================
  TITLE
============================================================*/
.ttl-block {
  position: absolute;
  top: -4.2vw;
  left: 0;
  width: 89.33vw;
  padding: 0;
  text-align: center;
}
.ttl-block h1 {
  display: inline-block;
  position: relative;
  font-size: 8vw;
  line-height: 1
}
.ttl-block h1:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -14.2vw;
  left: -15.2vw;
  width: 37.73vw;
  height: 16.8vw;
  background: url(/ikukyu/library/images/common/txt_interview.png) no-repeat;
  background-size: contain;
}
.ttl-block p {
  margin-top: 2vw;
  font-size: 1rem;
  line-height: 1.54;
}


/*============================================================
  PROFILE
============================================================*/
.profile {
  margin: 8vw 0 26.8vw;
/*  padding: 8vw 0;*/
  padding: 0 0 4vw 0;
  border-top: 1px solid #f6f1f1;
  border-bottom: 1px solid #f6f1f1;
}
.profile div:nth-child(2) {
}
.profile h3 {
  width: 23.73vw;
  line-height: 1;
}
.profile dt {
  margin-top: 5.2vw;
  color: #3464c0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
.profile dt span {
  padding: 2px;
  background-color: #3464c0;
  color: #fff;
  font-size: 0.77rem;
}
.profile dd {
  margin-top: 2vw;
  font-size: 0.77rem;
  line-height: 2;
}


/*============================================================
  THEME
============================================================*/
.theme {
  margin-top: 24.4vw;
}
.theme h2 {
  text-align: center;
}
.theme h2 span {
  position: relative;
  display: inline-block;
  font-size: 1.54rem;
}
.theme span:before {
  content: '';
  display: inline-block;
  position: absolute;
}
.theme1 span:before {
  top: -11.3vw;
  left: -10.5vw;
  width: 28.8vw;
  height: 14.93vw;
  background: url(/ikukyu/library/images/interview/txt_theme01.png) no-repeat;
  background-size: contain;
}
.theme2 span:before {
  top: -12vw;
  left: -10.5vw;
  width: 30.4vw;
  height: 14.8vw;
  background: url(/ikukyu/library/images/interview/txt_theme02.png) no-repeat;
  background-size: contain;
}
.theme3 span:before {
  top: -12vw;
  left: -6vw;
  width: 31.2vw;
  height: 14.9vw;
  background: url(/ikukyu/library/images/interview/txt_theme03.png) no-repeat;
  background-size: contain;
}

.theme div {
  position: relative;
  margin-top: 5.2vw;
  padding: 3vw;
  width: 64vw;
  border: 1px solid #ebebeb;
  border-radius: 1.33vw;
  background: url(/ikukyu/library/images/interview/voice_bg.png) 1vw 1vw repeat;
  background-size: 2vw;
}
.theme div.husband {
  margin-left: 14.67vw;
}
.theme div.husband:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4vw;
  left: -4.2vw;
  width: 8vw;
  height: 5vw;
  background: url(/ikukyu/library/images/interview/voice_from1.png) no-repeat;
  background-size: contain;
}
.theme div.husband:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -15.33vw;
  width: 10vw;
  height: 20vw;
  background: url(/ikukyu/library/images/interview/icn_husband.png) no-repeat;
  background-size: contain;
}
.theme div.wife:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4vw;
  right: -4.2vw;
  width: 8vw;
  height: 5vw;
  background: url(/ikukyu/library/images/interview/voice_from1.png) no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
.theme div.wife:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -15.33vw;
  width: 10vw;
  height: 20vw;
  background: url(/ikukyu/library/images/interview/icn_wife.png) no-repeat;
  background-size: contain;
}

.theme div p {
  margin-top: 2vw;
  font-size: 0.92rem;
  line-height: 1.67;
}
.theme div p:first-child {
  margin-top: 0;
}


/*============================================================
  NAV
============================================================*/
.contents nav {
  margin-top: 10.8vw;
  text-align: center;
}
.contents nav a {
  display: inline-flex;
  align-items: center;
  padding: 1.87vw 4vw;
  width: 100%;
  border: 1px solid #f46802;
  background: #fff url(/ikukyu/library/images/common/icn_arrow_round.png) right 4vw center no-repeat;
  background-size: 4.8vw;
  color: #f46802;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-size: 1.27rem;
  line-height: 1.1;
  letter-spacing: 2px;
  text-align: left;
  text-decoration: none;
}
.contents nav a img {
  margin-right: 3vw;
  width: 16.67vw;
}
.contents nav a small {
  font-family: YakuHanJPs, YakuHanJP, zen-kaku-gothic-new, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 0.92rem;
  font-weight: bold;
  letter-spacing: 0;
}