/*============================================================
  COMMON
============================================================*/
.contents {
  position: relative;
  margin: 230px auto 0;
  padding: 180px 60px 80px;
  max-width: 1160px;
  background-color: #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.01);
}


/*============================================================
  TITLE
============================================================*/
.ttl-block {
  position: absolute;
  top: -30px;
  width: calc(100% - 120px);
  padding: 0;
  text-align: center;
}
.ttl-block h1 {
  display: inline-block;
  position: relative;
  font-size: 50px;
  line-height: 1
}
.ttl-block h1:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -136px;
  left: -166px;
  width: 390px;
  height: 174px;
  background: url(/ikukyu/library/images/common/txt_interview.png) no-repeat;
  background-size: contain;
}
.ttl-block p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 2;
}


/*============================================================
  PROFILE
============================================================*/
.profile {
  display: flex;
  align-items: flex-start;
/*  justify-content: space-between;*/
  justify-content: center;
  margin: 60px 0 180px;
  padding: 40px 60px;
  border-top: 1px solid #f6f1f1;
  border-bottom: 1px solid #f6f1f1;
}
.profile div:nth-child(2) {
  margin-left: 50px;
  width: calc(100% - 20px);
}
.profile h3 {
  width: 100px;
  line-height: 1;
}
.profile dt {
  color: #3464c0;
  font-size: 1.11rem;
  font-weight: bold;
}
.profile dt span {
  margin-left: 10px;
  padding: 2px 4px;
  background-color: #3464c0;
  color: #fff;
  font-size: 1rem;
}
.profile dd {
  font-size: 0.77rem;
  line-height: 2;
}


/*============================================================
  THEME
============================================================*/
.theme {
  margin-top: 140px;
}
.theme h2 {
  text-align: center;
}
.theme span {
  position: relative;
  display: inline-block;
  font-size: 1.77rem;
}
.theme span:before {
  content: '';
  display: inline-block;
  position: absolute;
}
.theme1 span:before {
  top: -76px;
  left: -36px;
  width: 168px;
  height: 88px;
  background: url(/ikukyu/library/images/interview/txt_theme01.png) no-repeat;
  background-size: contain;
}
.theme2 span:before {
  top: -76px;
  left: -36px;
  width: 178px;
  height: 85px;
  background: url(/ikukyu/library/images/interview/txt_theme02.png) no-repeat;
  background-size: contain;
}
.theme3 span:before {
  top: -76px;
  left: -36px;
  width: 182px;
  height: 88px;
  background: url(/ikukyu/library/images/interview/txt_theme03.png) no-repeat;
  background-size: contain;
}

.theme div {
  position: relative;
  margin: 40px auto 0;
  padding: 20px 30px;
  width: 735px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background: url(/ikukyu/library/images/interview/voice_bg.png) 4px 4px repeat;
  background-size: 16px;
}
.theme div.husband:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -30px;
  width: 43px;
  height: 35px;
  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: -110px;
  width: 78px;
  height: 101px;
  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: 30px;
  right: -30px;
  width: 43px;
  height: 35px;
  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: -110px;
  width: 78px;
  height: 101px;
  background: url(/ikukyu/library/images/interview/icn_wife.png) no-repeat;
  background-size: contain;
}

.theme div p {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 2;
}
.theme div p:first-child {
  margin-top: 0;
}


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