/*--------------------------------------------------------------------------
  top
---------------------------------------------------------------------------*/
.interview_single .mv {
  height: auto;
  position: relative;
  background: none;
  display: block;
}

.interview_single .mv .ttl_area {
  position: absolute;
  width: 482px;
  height: 160px;
  background: linear-gradient(90deg, #00913b, #01928a);
  margin: 0 auto;
  display: flex;
  align-items: center;
  top: 0px;
  left: 0;
}

.interview_single .mv .ttl_area .ttl {
  text-align: left;
  margin: 0 auto;
}

.interview_single .mv .ttl img {
  display: inline-block;
}

.interview_single .mv .img img {
  width: 100%;
}

.interview_single .mv .ttl span {
  display: block;
  text-align: left;
}

.interview_single .mv .img {
  max-height: 800px;
  overflow: hidden;
}

.interview_single .mv .message {
  position: absolute;
  color: #fff;
  font-size: 3.2rem;
  top: 40%;
  left: 0;
  right: 0;
}

.interview_single .mv .message h3 {
  font-weight: normal;
  text-shadow: 0px 0px 5px #000;
}

#Main .mv .message .inner,
#Main .mv .person_detail .inner {
  width: 1040px;
}

#Main .mv .person_detail {
  top: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-top: -120px;
}

#Main .mv .person_detail:after {
  display: none;
}

#Main .mv .person_detail .person_box {
  width: 404px;
  min-height: 100px;
  color: #fff;
  background: #3e3a39;
  margin-left: 0;
  padding: 30px 38px;
}

#Main .mv .person_detail .person_box span {
  top: 0;
}

#Sec01 .video {
  text-align: center;
}

#Sec01 .video iframe {
  width: 100%;
  height: 585px;
}

#Sec01 img {
  max-width: 880px;
}

#Sec01 .video video {
  width: 69.2%;
  margin: 0 auto;
  text-align: center;
}

#Sec01 .layout {
  width: 880px;
  margin: 0 auto;
}

/* wpブロックエディタのスタイル */
h3.wp-block-heading {
  font-size: 3.2rem;
  color: #00913a;
  font-weight: normal;
  line-height: 1.5;
  border-left: 1px solid #00913a;
  padding-left: 40px;
  width: calc(100% + 160px);
  margin: 40px -80px;
  box-sizing: border-box;
}

#Sec01 .layout p {
  font-size: 2.0rem;
  margin-bottom: 35px;
}

#Sec01 .layout .img_left,
#Sec01 .layout .img_right {
  display: flex;
  justify-content: space-between;
}

#Sec01 .layout .img_left .txt {
  margin-left: 30px;
}

#Sec01 .layout .img_right .txt {
  margin-right: 30px;
}

#Sec02 .column,
#Sec02 .private {
  background: #f0f8f3;
  margin-top: 150px;
  padding-bottom: 40px;
}

#Sec02 .column h3 span,
#Sec02 .private h3 span {
  display: block;
  font-size: 1.6rem;
  color: #8a8583;
}

#Sec02 .column .inner,
#Sec02 .private .inner {
  width: 880px;
  margin: 0 auto;
}

#Sec02 .txt_none .inner {
  display: block;
}

#Sec02 .txt_none .inner .graph {
  text-align: center;
}

#Sec02 .column .txt {
  font-size: 2.0rem;
  width: 48%;
  position: relative;
  top: -20px;
}

#Sec02 .private .txt {
  font-size: 1.6rem;
  width: 48%;
  position: relative;
  top: -20px;
}

#Sec02 .column .txt h3 {
  margin-bottom: 20px;
}

#Sec02 .column .graph,
#Sec02 .private .img {
  display: flex;
  justify-content: center;
}

#Sec02 .column .graph img {
  max-width: 600px;
  height: auto;
}

#Sec02 .column .txt ul li .num {
  color: #00913a;
  float: right;
}

#Sec02 .column ul li .icon img {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

#Sec02 .column li.flow_item {
  color: #149645;
}

#Sec02 .column .flow li .num {
  float: none;
}

#Sec02 .column .flow li .time {
  width: 90px;
  display: block;
  float: left;
}

#Sec02 .column .flow li .txt_list {
  float: none;
  margin-left: 10px;
  color: #000;
}

#Sec02 .private h3 {
  margin-bottom: 35px;
}

#Sec02 .private h3 img {
  margin-bottom: 10px;
}

.btn {
  margin: 80px auto;
}

img.wp-smiley,
img.emoji {
  display: none;
}

li span.icon {
  color: #00942b;
  background: #00942b;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

li:nth-of-type(2n) span.icon {
  color: #94ca34;
  background: #94ca34;
}

li:nth-of-type(3n) span.icon {
  color: #00b600;
  background: #00b600;
}

li:nth-of-type(4n) span.icon {
  color: #009490;
  background: #009490;
}

@media screen and (max-width: 640px) {
  .interview_single .mv .ttl_area {
    width: 45%;
    height: 80px;
  }

  .interview_single .mv .img img {
    width: 160%;
    margin-left: -30%;
  }

  #Main .mv .person_detail .person_box {
    width: 60%;
    height: auto;
    padding: 8px 10px;
  }

  .person_detail {
    padding: 0;
  }

  .interview_single .mv .ttl img {
    height: 22px;
  }

  .interview_single .mv .message {
    font-size: 1.7rem;
    top: 35%;
  }

  #Main .mv .person_detail {
    margin-top: -60px;
  }

  .person_detail:after {
    display: none;
  }

  #Sec01 .video iframe {
    width: 100% !important;
    margin-left: 0;
    height: 180px;
  }

  #Sec01 .layout {
    width: calc(100% - 40px);
    margin-inline: 20px;
  }

  h3.wp-block-heading {
    width: calc(100% + 40px);
    font-size: 1.6rem;
    padding-left: 20px;
    margin: 20px -20px;
  }

  #Sec01 .layout p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  #Sec01 img {
    max-width: 100%;
    height: auto;
  }

  #Sec01 .layout .img_left,
  #Sec01 .layout .img_right {
    flex-wrap: wrap;
  }

  #Sec01 .layout .img_left .img,
  #Sec01 .layout .img_right .img {
    width: 100%;
    margin-bottom: 20px;
  }

  #Sec01 .layout .img_left .txt {
    margin-left: 0px;
  }

  #Sec01 .layout .inner img {
    width: 100%;
  }

  #Sec02 .column .inner,
  #Sec02 .private .inner {
    display: block;
  }

  #Sec02 .column .txt {
    width: 100%;
    font-size: 1.6rem;
  }

  #Sec02 .column .graph_01,
  #Sec02 .column .graph_02 {
    background-size: 70%;
  }


  #Sec02 .column .graph,
  #Sec02 .private .img {
    top: 0;
  }

  #Sec02 .column h3 span,
  #Sec02 .private h3 span {
    font-size: 1.2rem;
  }

  #Sec02 .column h3 img {
    width: 42.3%;
  }

  #Sec02 .column .graph img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  #Sec02 .private {
    padding-bottom: 25px;
  }

  #Sec02 .private .txt {
    width: 100%;
  }

  #Sec02 .private h3 img {
    width: 69.14%;
  }

  #Sec02 .private .img img {
    width: 100%;
  }

  #Sec02 .column,
  #Sec02 .private {
    margin-top: 75px;
  }

  .btn {
    margin: 25px auto 0;
  }

  #Sec03 {
    margin-top: 75px;
  }
}