﻿#rikei{
  color: #333;
  margin-bottom: 135px;
}
#rikei .key{
  margin-top: 60px;
}
.member{
  width: 1030px;
  margin: -60px auto 100px auto;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 50px 0 0px 90px;
  overflow: hidden;
}
.member-icon{
  position: absolute;
  top: 50px;
  left: 37px;
  width: 15px;
}
.member-icon img{
  width: 100%;
}
.member-box-line{
  overflow: hidden;
}
.member-box-line:first-of-type{
  margin-bottom: 50px;
}
.member-box{
  width: 290px;
  float: left;
  margin-right: 50px;
}
.member-box:nth-of-type(3n){margin-right: 0;}
.member-info{
  display: flex;
}
.member-cap{
  width: 60px;
  margin-right: 20px;
}
.member-cap img{width: 100%;}
.member-profile{
  margin-bottom: 20px;
}
.member-pos{
  font-weight: bold;
  font-size: 14px;
}
.member-name{
  font-weight: bold;
  font-size: 18px;
}
.member-en{
  font-size: 10px;
}
.member-text{
  font-size: 12px;
  text-align: justify;
  line-height: 1.8;
}
.member-note{
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 12px;
}


.rikei-sec{
  width: 1025px;
  margin: 0 auto 120px auto;
}
.rikei-sec-title{
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 70px;
}
.sec-title-img{
  height: 26px;
  margin-bottom: 20px;
}
.sec-title-img img{
  height: 100%;
}
.sec-title-text{
  font-size: 24px;
  font-weight: bold;
}



.rikei-interview-title{
  text-align: center;
  margin-bottom: 70px;
}
.rikei-interview-title--border{
  border-top: 1px solid #333;
  padding-top: 70px;
}
.rikei-interview-title span{
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  border-bottom: dashed 1px #333;
}
.rikei-interview-title span:first-child{
  margin-bottom: 10px;
}
.rikei-interview-box{
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.rikei-interview{
  font-size: 14px;
}
.rikei-interview-human{
  width: 438px;
}
.rikei-interview-human--long{
  width: 482px;
}
.interview-question{
  position: relative;
  text-indent: 5em;
  margin-bottom: 40px;
  line-height: 1.8;
}
.interview-question:before{
  content: "";
  width: 4em;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 10px;
  left: 0;
}
.interview-answer{
  overflow: hidden;
  margin-bottom: 40px;
}
.interview-answer:last-child,
.interview-question:last-child{
  margin-bottom: 0;
}
.interview-answer-cap{
  text-align: center;
  width: 40px;
  line-height: 1.4;
  float: left;
  margin-right: 12px;
}
.interview-answer-cap img{
  width: 100%;
}
.interview-answer-cap span{
  font-size: 10px;
  font-weight: bold;
}
.interview-answer-text{
  width: calc(100% - 52px);
  float: left;
  line-height: 1.8;
  text-align: justify;
}
.interview-answer-text span{
  padding: 2px 2px 1px 2px;
}
.rikei-interview-cap{
  width: 545px;
}
.rikei-interview-cap .min{
  width: 290px;
}
.rikei-interview-cap img{
  width: 100%;
}
.rikei-interview-cap div + div{
  margin-top: 45px;
}

.rikei-bg{
  margin-bottom: 120px;
}
.maker-blue{ background-image: linear-gradient(transparent 0%, #cde6e9 0%); }
.maker-pink{ background-image: linear-gradient(transparent 0%, #f8dcf1 0%); }
.maker-green{ background-image: linear-gradient(transparent 0%, #c2e0a5 0%); }
.maker-yellow{ background-image: linear-gradient(transparent 0%, #fffd38 0%); }
.maker-purple{ background-image: linear-gradient(transparent 0%, #decbe5 0%); }



.colorful{
  position: relative;
  width: 1030px;
  height: 310px;
  margin: 0 auto 50px auto;
  background: url(../img/colorful.png) no-repeat;
  background-size: cover;
}
.colorful-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.colorful-text{
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.colorful-btn{
  height: 70px;
  line-height: 70px;
  display: block;
  margin: 50px auto 0 auto;
  width: 380px;
  color: #fff;
  background-color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}


.simp-btn--arrow{
  position: relative;
}
.simp-btn--arrow:before{
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 47px;
  height: 8px;
}
.simp-btn--arrow-white:before{
  background-image: url(../img/arrow_w.svg);
  background-repeat:  no-repeat;
  background-size: cover;
}
.simp-btn--arrow-black:before{
  background-image: url(../img/arrow_b.svg);
  background-repeat:  no-repeat;
  background-size: cover;
}

.simp-btn{
  width: 1030px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: bold;
}


.project-08-interview01 .rikei-interview-box  .mt30 {
  margin-top: 30px;
}
.project-08-interview01 .rikei-interview-box .mt-20 {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.project-08 .member-box-line {
  margin-left: 150px;
}
.project-08 .rikei-interview-title {
  margin-bottom: 0;
  line-height: 1.2;
}
.project-08 .rikei-interview-cap div + div {
  margin-top: 80px;
}

.project-08-interview01 .rikei-interview-box {
  margin-bottom: 0;
  overflow: unset;
}

.project-08 .key .pc-on {
  width: 100%;
}
.project-08 .key {
  text-align: center;
}
@media print {
  body {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;   
  }  
  .project-08 .key .pc-on {
    display: none;
  }
  .project-08 .key .sp-on {
    display: block;
    height: 100%;
    width: 100%;
  }
  img.sp_project_08_print_hide {
    display: none;
  }
  img.sp_project_08_print_show {
    display: block;
  }
  .project-08 .project-08-interview03 .rikei-interview-left.mt-30, 
  .project-08-interview01 .rikei-interview-box .mt-20 {
    margin-top: 0;
  }
  .project-08 .project-08-sp-interview01 {padding-bottom: 100px}
}

.project-08-interview02 .mt-30 {margin-top: -120px;}
.project-08-interview02 .mt-30 dl:first-child {
  margin-bottom: 50px;
}
.project-08-interview02 .mt30 {margin-top: 93px;}
.project-08-interview02 .rikei-interview-box,
.project-08-interview03 .rikei-interview-box {
  margin-bottom: 0;
  overflow: unset;
} {
  margin-bottom: 0;
  overflow: unset;
}
.project-08-interview03 .mb50 {
  margin-bottom: 50px;
}
.project-08 .project-08-interview03 .rikei-interview-cap div + div {
  margin-top: 50px;
}
.project-08-interview03 .mt30 {margin-top: 20px;}
.project-08-interview03 .rikei-interview-left.mt-30 {
  margin-top: -70px;
}
.project-08 .member-box-line .member-box:first-child {
  padding-bottom: 15px;
}

.project-08-interview02 .mt10 { margin-top: 10px; }
.project-08 .colorful {
  height: auto;
}
.project-08 .colorful-inner {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
.project-08 .colorful-text {
  display: none;
}
.project-08 .colorful-btn {
  margin: 50px auto 100px auto;
}