@charset "UTF-8";
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .mirai-section {
    padding: 95px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section {
    padding: 80px 0;
  }
}
.mirai-section .red {
  color: #BC0000;
}

.mirai-section__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.mirai-section__inner:nth-child(n+2) {
  margin-top: 100px;
}

.mirai-section__ttlWrap {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .mirai-section__ttlWrap {
    padding: 0 20px 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__ttlWrap {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

.mirai-section__ttl {
  color: #08458C;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .mirai-section__ttl {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__ttl {
    font-family: notoSans500, sans-serif;
    font-weight: 500;
    font-size: 28px;
  }
}

.mirai-section__heading {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .mirai-section__heading {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    font-size: 35px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__heading {
    font-family: notoSans500, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
  }
}

.mirai-section__imageWrap {
  max-width: 278px;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mirai-section__title {
  position: relative;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  color: #08458C;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .mirai-section__title {
    font-size: 25px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__title {
    font-size: 20px;
    padding-left: 70px;
  }
}
.mirai-section__title:before {
  counter-increment: number 1;
  content: "Point" counter(number);
  background-color: #08458C;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 7px;
}
@media screen and (min-width: 961px) {
  .mirai-section__title:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__title:before {
    font-size: 14px;
  }
}

.mirai-section__item {
  position: relative;
  padding: 10px 0;
  line-height: 1.875;
  padding-left: 20px;
}
.mirai-section__item:before, .mirai-section__item:after {
  content: "";
  display: block;
  position: absolute;
}
.mirai-section__item:before {
  top: 23px;
  left: 7px;
  width: 5px;
  height: 5px;
  background-color: #08458C;
  border-radius: 5px;
}
.mirai-section__item:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #08458C, #08458C 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

@media screen and (min-width: 961px) {
  .mirai-section__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__description {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .mirai-section__description > .mirai-section__text {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__description > .mirai-section__text {
    width: 100%;
  }
}

.mirai-section__text {
  line-height: 1.8;
}
.mirai-section__text.--center {
  text-align: center;
}
.mirai-section__text.--right {
  text-align: right;
}

.mirai-section__link {
  color: #08458C;
  text-decoration: underline;
}

.mirai-section__head {
  width: 100%;
  color: #08458C;
  border-bottom: 1px solid #08458C;
  padding-bottom: 10px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .mirai-section__head {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__head {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 961px) {
  .mirai-atmosphere,
  .mirai-sample {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-atmosphere,
  .mirai-sample {
    margin-top: 50px;
  }
}

.mirai-atmosphere__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 924px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .mirai-atmosphere__wrap {
    max-width: 540px;
  }
}

@media screen and (min-width: 961px) {
  .mirai-atmosphere__imageWrap:nth-child(n+2) {
    margin-left: 34px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-atmosphere__imageWrap:nth-child(n+2) {
    margin-top: 50px;
    margin-left: 10px;
  }
}

.mirai-sample__ttl {
  position: relative;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 961px) {
  .mirai-sample__ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-sample__ttl {
    font-size: 18px;
  }
}
.mirai-sample__ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 14px;
  background-color: #E4EBF2;
}

.mirai-sample__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 35px;
}
@media screen and (max-width: 1279px) {
  .mirai-sample__wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-sample__wrap {
    display: block;
  }
}

.mirai-sample__imageWrap {
  border: 1px solid #707070;
  max-width: 550px;
  margin: 0 auto;
}

.mirai-sample__box {
  display: block;
  width: calc(100% - 580px);
  margin-left: auto;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .mirai-sample__box {
    margin-top: 20px;
    width: 100%;
  }
}

.mirai-sample__heading {
  font-size: 20px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  color: #08458C;
  margin-bottom: 20px;
}

.mirai-sample__list {
  display: block;
  margin-bottom: 30px;
}

.mirai-sample__item {
  position: relative;
  font-size: 16px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
.mirai-sample__item:nth-child(n+2) {
  margin-top: 10px;
}
.mirai-sample__item:before {
  content: "・";
  font-size: 16px;
  display: inline-block;
}

.mirai-section__buttonWrap {
  max-width: 500px;
  width: 100%;
  margin: 30px auto 0;
  display: block;
}
@media screen and (max-width: 960px) {
  .mirai-section__buttonWrap .mirai-section__button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__buttonWrap p {
    font-size: 20px;
  }
}

.mirai-section__ttlPrice {
  position: relative;
  color: #08458C;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .mirai-section__ttlPrice {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__ttlPrice {
    font-size: 18px;
  }
}
.mirai-section__ttlPrice.--short {
  width: 84px;
}
.mirai-section__ttlPrice.--middle {
  width: 150px;
}
.mirai-section__ttlPrice.--long {
  width: 280px;
}
.mirai-section__ttlPrice.--long2 {
  width: 650px;
}
@media screen and (max-width: 960px) {
  .mirai-section__ttlPrice.--long2 {
    width: 100%;
  }
}
.mirai-section__ttlPrice:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 14px;
  background-color: #E4EBF2;
}

.mirai-section__voiceList {
  margin: 30px auto 0;
}

.mirai-section__voiceItem {
  border-bottom: 1px solid #08458C;
  padding: 20px 0;
}
.mirai-section__voiceItem:first-child {
  padding-top: 0;
}

.mirai-section__voiceHead {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #08458C;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 961px) {
  .mirai-section__voiceHead {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .mirai-section__voiceHead {
    font-size: 16px;
  }
}