.future {
  padding-bottom: 120px;
}
.future .wrapper {
  position: relative;
  margin-top: -40px;
  width: 100%;
  background: #fff;
  box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.3);
  padding: 115px 0 150px;
}
.future .content {
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(830px + (50px * 2));
}
@media screen and (max-width: 1200px) {
  .future .content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .future .content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .future .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .future {
    margin-top: 166px;
  }
}
@media screen and (max-width: 767px) {
  .future {
    position: relative;
    z-index: 41;
    background: #fff;
    padding-top: 60px;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .future .wrapper {
    margin-top: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .future .content {
    padding: 0;
  }
  .future .desc {
    margin-top: 49px;
  }
}

.close {
  position: absolute;
  top: 65px;
  right: 39px;
}
@media screen and (max-width: 767px) {
  .close {
    top: -44px;
    right: 0;
  }
}

.top {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top {
    margin-top: 37px;
    position: static;
    text-align: right;
  }
}

.content .name {
  position: relative;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding-left: 40px;
  padding-bottom: 2px;
  margin-right: auto;
}
.content .name:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 128px;
  background: #FFD200;
}
.content .bio {
  width: 402px;
  background: #E5E8EA;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 15px 16px;
}
@media screen and (max-width: 767px) {
  .content .name {
    height: 63px;
  }
  .content .name:before {
    height: 100%;
  }
  .content .bio {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding: 18px 15px;
  }
}

.head {
  margin-bottom: 59px;
}
.head .ttl {
  text-align: center;
}
.head .name {
  display: none;
}
@media screen and (max-width: 767px) {
  .head {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .head .ttl {
    margin-top: 53px;
    order: 2;
  }
  .head .img {
    max-width: initial;
    margin: 0 -15px 0;
  }
  .head .img img {
    width: 100%;
    height: auto;
  }
  .head .desc {
    margin-top: 34px;
  }
  .head .name {
    position: relative;
    display: flex;
    height: 63px;
    padding-left: 35px;
    margin-top: 12px;
  }
  .head .name:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 100%;
    background: #FFD200;
  }
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  gap: 30px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .intro {
    display: none;
  }
  .intro .name {
    display: none;
  }
}

.block {
  margin-bottom: 48px;
}
.block:last-of-type {
  margin-bottom: 0;
}
.block .img img {
  width: 100%;
  height: auto;
}
.block .catch {
  margin-top: 51px;
}
.block .desc {
  margin-top: 32px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .block {
    margin-bottom: 30px;
  }
  .block .catch {
    margin-top: 47px;
    text-align: center;
  }
  .block .desc {
    margin-top: 34px;
  }
}