main.future_wrapper {
  font-family: 'Calibri',sans-serif;
  overflow: hidden;
  padding-bottom: 0;
}

.sub_mv.future {
  background-image: url(../img/future/sub_mv_img_future.jpg);
}

@media screen and (max-width: 600px) {
  main.future_wrapper {
    padding-bottom: 0;
  }
}

/* ------------------------------------------
  future_top
------------------------------------------ */
.future_top {
  padding: 100px 0;
}

.future_top_title {
  color: #000;
  font-family: 'fot-tsukuaoldmin-pr6n', sans-serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: .03em;
  text-align: center;
}

.future_top_title span {
  color: #1eb1bc;
}

.future_top_bold {
  color: #1eb1bc;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.5;
  margin-top: 60px;
  text-align: center;
}

.future_top_text {
  color: #000;
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .future_top {
    padding: 60px 0;
  }

  .future_top_title {
    font-size: 27px;
  }

  .future_top_bold {
    font-size: 18px;
    margin-top: 40px;
  }

  .future_top_text {
    font-size: 15px;
    margin-top: 20px;
  }
}

/* ------------------------------------------
  future_main
------------------------------------------ */
.future_main {
  background-color: #f2f2f2;
  padding: 100px 0 0;
}

.future_main_content_main {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}

.future_main_content_text {
  background-color: #fff;
  left: 0;
  max-width: 600px;
  padding: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.future_main_content_text_number {
  color: #1eb1bc;
  font-size: 70px;
  font-weight: bold;
  left: 50px;
  line-height: 1;
  position: absolute;
  text-align: left;
  top: -50px;
}

.future_main_content_text_title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.3;
  text-align: left;
}

.future_main_content_text_desc {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .03em;
  line-height: 2;
  margin-top: 50px;
  text-align: left;
}

.future_main_content_text_desc span {
  color: #e95b26;
  font-weight: bold;
}

.future_main_content_text_desc span.black {
  color: #000;
}

.future_main_content_img {
  width: 50%;
}

.future_main_content_img img {
  width: 100%;
}

.future_main_content + .future_main_content {
  margin-top: 150px;
}

.future_main_content_bottom {
  margin-top: 20px;
}

.future_main_content_bottom_comment {
  background-color: #fff;
  border-radius: 60px;
  padding: 30px 50px;
  position: relative;
  z-index: 0;
}

.future_main_content_bottom_comment::before {
  background-image: url(../img/future/future_main_content_bottom_comment_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 51px;
  left: 380px;
  position: absolute;
  top: -48px;
  width: 102px;
}

.future_main_content_bottom_comment_desc {
  color: #000;
  display: table;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .03em;
  line-height: 2;
  margin: 0 auto;
  text-align: left;
}

.future_main_content_bottom_comment_desc span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.future_main_content_bottom_exam {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}

.future_main_content_bottom_exam_item {
  margin-left: 35px;
}

.future_main_content_bottom_exam_item:first-child {
  margin-left: 0;
}

.future_main_content_bottom_exam_item_img {
  width: 130px;
}

.future_main_content_bottom_exam_item_img img {
  width: 100%;
}

.future_main_content_bottom_exam_item_text {
  color: #9f9f9f;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1;
  text-align: left;
}

.future_main_content_bottom_bottom {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.5;
  margin-top: 50px;
  text-align: center;
}

.future_main_content_bottom_bottom span {
  color: #e95b26;
}

.future_main_content_text_desc + .future_main_content_text_desc {
  margin-top: 20px;
}

.future_main_content.content04 .future_main_content_main {
  display: block;
}

.future_main_content.content04 .future_main_content_text {
  max-width: 600px;
  padding: 50px 0 20px 50px;
  position: static;
  top: 0;
  transform: none;
  width: 100%;
  z-index: 1;
}

.future_main_content_content04_top {
  display: flex;
}

.future_main_content_content04_top_text {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  width: calc(100% - 666px);
}

.future_main_content_content04_top_text_desc {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.3;
  text-align: center;
}

.future_main_content_content04_top_img {
  width: 666px;
}

.future_main_content_content04_bottom {
  display: flex;
  position: relative;
  z-index: 0;
}

.future_main_content_content04_bottom_item {
  width: 33.333333%;
}

.future_main_content_content04_bottom_text {
  bottom: -35px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .03em;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: left;
}

.future_main_bottom {
  background-color: #fff;
  margin: 0 auto;
  max-width: 760px;
  padding: 150px 0;
}

.future_main_bottom_text {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 2;
  text-align: center;
}

.future_main_bottom_text.color {
  color: #1eb1bc;
}

.future_main_bottom_text + .future_main_bottom_text {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .future_main_content_main {
    display: block;
  }

  .future_main_content_text {
    max-width: 100%;
    padding: 50px;
    position: static;
    transform: none;
  }

  .future_main_content_img {
    margin: -20px auto 0;
    max-width: 600px;
    width: 90%;
  }

  .future_main_content_bottom_comment::before {
    transform: translateX(-50%);
  }

  .future_main_content_bottom_exam {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    max-width: 550px;
    position: relative;
  }

  .future_main_content_bottom_exam_item {
    margin-left: 10px;
    width: 90px;
  }

  .future_main_content_bottom_exam_item:last-child {
    bottom: 0;
    position: absolute;
    right: 0;
    width: auto;
  }

  .future_main_content_bottom_exam_item_img {
    width: 100%;
  }

  .future_main_content_bottom_exam_item_text {
    font-size: 18px;
  }

  .future_main_content.content04 .future_main_content_text {
    max-width: 100%;
  }

  .future_main_content_content04 {
    background-color: #fff;
    padding: 0 20px;
  }

  .future_main_content_content04_top {
    display: block;
  }

  .future_main_content_content04_top_text {
    display: block;
    width: 100%;
  }

  .future_main_content_content04_top_img {
    margin: 20px auto 0;
    max-width: 666px;
    width: 100%;
  }

  .future_main_content_content04_bottom {
    margin: 20px auto 0;
    max-width: 666px;
  }

  .future_main_bottom {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .future_main {
    padding: 60px 0 0;
  }

  .future_main_content_main {
    display: block;
  }

  .future_main_content_text {
    padding: 20px 20px 40px 20px;
  }

  .future_main_content_text_number {
    font-size: 40px;
    left: 20px;
    top: -30px;
  }

  .future_main_content_text_title {
    font-size: 24px;
  }

  .future_main_content_text_desc {
    font-size: 15px;
    margin-top: 20px;
  }

  .future_main_content + .future_main_content {
    margin-top: 60px;
  }

  .future_main_content_bottom {
    margin-top: 10px;
  }

  .future_main_content_bottom_comment {
    border-radius: 30px;
    padding: 20px;
  }

  .future_main_content_bottom_comment::before {
    height: 35px;
    left: 50%;
    top: -25px;
    transform: translate(-50%);
    width: 51px;
  }

  .future_main_content_bottom_comment_desc span {
    font-size: 18px;
  }

  .future_main_content_bottom_exam {
    margin: 30px auto 0;
    max-width: 100%;
    padding-right: 10px;
    position: relative;
  }

  .future_main_content_bottom_exam_item {
    margin-left: 4px;
    width: calc(20% - 10px);
  }

  .future_main_content_bottom_exam_item:first-child {
    margin-left: 0;
  }

  .future_main_content_bottom_exam_item:last-child {
    right: -7px;
  }

  .future_main_content_bottom_exam_item_img {
    width: 100%;
  }

  .future_main_content_bottom_exam_item_text {
    font-size: 12px;
  }

  .future_main_content_bottom_bottom {
    font-size: 16px;
    margin-top: 30px;
  }

  .future_main_content_text_desc + .future_main_content_text_desc {
    margin-top: 20px;
  }

  .future_main_bottom {
    padding: 60px 0;
  }

  .future_main_bottom_text {
    font-size: 16px;
  }

  .future_main_content_content04_top_text_desc {
    font-size: 16px;
  }

  .future_main_bottom_text.color {
    color: #1eb1bc;
  }

  .future_main_bottom_text + .future_main_bottom_text {
    margin-top: 20px;
  }

  .future_main_content_content04_bottom_text {
    bottom: -25px;
    font-size: 13px;
  }
}
