@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body,
html {
  overflow-x: hidden;
}

#main {
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 850px) {
  #main {
    width: 100%;
  }
  body {
    min-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .toPageTop {
    max-width: 850px;
    margin: 0 auto;
  }
}
#topicpathArea ul.topicpath {
  width: auto;
}

li {
  list-style-type: none;
}

#mirai2028 {
  position: relative;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
#mirai2028 * {
  font-family: "Noto Sans JP", sans-serif;
}
#mirai2028 p {
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 p {
    font-size: 16px;
  }
}
#mirai2028 img {
  width: 100%;
  vertical-align: bottom;
}
#mirai2028 figure {
  margin: 0;
}
#mirai2028 a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #mirai2028 a:hover {
    opacity: 0.7;
  }
}
#mirai2028 .res-pc {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  #mirai2028 .res-pc {
    display: none !important;
  }
}
#mirai2028 .res-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #mirai2028 .res-sp {
    display: inline !important;
  }
}
#mirai2028 .mri-inner {
  padding: 0 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 .mri-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 min( 1.6129032258vw, 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#mirai2028 .mri-sec {
  padding: 29.3333333333vw 0 0;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 .mri-sec {
    padding: min( 9.6774193548vw, 120px) 0 min( 9.6774193548vw, 120px);
  }
}
#mirai2028 .mri-sec-title {
  position: relative;
  font-size: 6.1333333333vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 .mri-sec-title {
    font-size: min( 3.2258064516vw, 40px);
  }
}
#mirai2028 .mri-sec-title:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#mirai2028 .mri-sec-title span {
  display: inline-block;
  color: #0056a8;
}
#mirai2028 .mri-sec-title span small {
  display: block;
  font-size: 5.3333333333vw;
  color: #fff;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 .mri-sec-title span small {
    font-size: min( 2.4193548387vw, 30px);
  }
}
@media print, screen and (min-width: 768px) {
  #mirai2028 .mri-sec-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min( 8.064516129vw, 100px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min( 9.6774193548vw, 120px) min( 8.064516129vw, 100px);
  }
}
#mirai2028 #mri-header {
  padding-top: 12vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header {
    padding-top: 70px;
  }
}
#mirai2028 #mri-header #mri-header-float {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9;
  height: 12vw;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header #mri-header-float {
    height: 70px;
  }
}
#mirai2028 #mri-header #mri-header-float.mri-fixed {
  position: fixed;
}
#mirai2028 #mri-header #mri-h-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4vw;
  width: 24.2666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header #mri-h-logo {
    left: min( 3.2258064516vw, 40px);
    width: 125px;
  }
}
#mirai2028 #mri-header .mri-nav {
  display: none;
  position: absolute;
  top: 12vw;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 50;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header .mri-nav {
    display: block !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 40px;
    width: auto;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-header .mri-nav {
    height: 100vh;
  }
}
#mirai2028 #mri-header .mri-nav .mri-nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
#mirai2028 #mri-header .mri-nav .mri-nav-flex .mri-nav-scroll {
  overflow: auto;
  padding: 9.3333333333vw 0 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header .mri-nav .mri-nav-flex .mri-nav-scroll {
    padding: 0;
  }
}
#mirai2028 #mri-header .mri-nav-menu {
  font-size: 4.5333333333vw;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header .mri-nav-menu {
    font-size: 14px;
    font-weight: normal;
    color: #000;
  }
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header .mri-nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header .mri-nav-menu ul li {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-header .mri-nav-menu ul li {
    border-bottom: 1px solid #dee3ed;
    padding-bottom: 4.2666666667vw;
  }
}
#mirai2028 #mri-header .mri-nav-menu ul li:nth-child(n+2) {
  margin-top: 4.2666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header .mri-nav-menu ul li:nth-child(n+2) {
    position: relative;
    margin: 0;
  }
  #mirai2028 #mri-header .mri-nav-menu ul li:nth-child(n+2):before {
    position: absolute;
    display: block;
    content: " ";
    background-color: #0056a8;
    width: 1px;
    height: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
#mirai2028 #mri-header .mri-nav-menu ul li a {
  display: inline-block;
  line-height: 2;
}
#mirai2028 #mri-header .mri-nav-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 12vw;
  height: 100%;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header .mri-nav-btn {
    display: none;
  }
}
#mirai2028 #mri-header .mri-nav-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-color: #0056a8;
  width: 6vw;
  height: 3px;
  -webkit-transition: margin 0.1s 0.2s ease, background 0.3s, -webkit-transform 0.3s;
  transition: margin 0.1s 0.2s ease, background 0.3s, -webkit-transform 0.3s;
  transition: margin 0.1s 0.2s ease, transform 0.3s, background 0.3s;
  transition: margin 0.1s 0.2s ease, transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}
#mirai2028 #mri-header .mri-nav-btn i:nth-child(1) {
  margin-top: -1.2vw;
}
#mirai2028 #mri-header .mri-nav-btn i:nth-child(2) {
  margin-top: 1.2vw;
}
#mirai2028 #mri-header #mri-header-float.mri-nav-open .mri-nav-btn i {
  -webkit-transition: margin 0.1s ease, background 0.3s, -webkit-transform 0.3s 0.2s;
  transition: margin 0.1s ease, background 0.3s, -webkit-transform 0.3s 0.2s;
  transition: margin 0.1s ease, transform 0.3s 0.2s, background 0.3s;
  transition: margin 0.1s ease, transform 0.3s 0.2s, background 0.3s, -webkit-transform 0.3s 0.2s;
  background-color: #0056a8;
}
#mirai2028 #mri-header #mri-header-float.mri-nav-open .mri-nav-btn i:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#mirai2028 #mri-header #mri-header-float.mri-nav-open .mri-nav-btn i:nth-child(2) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#mirai2028 #mri-mv {
  position: relative;
  padding: 36.6666666667vw 0;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: 100%;
    height: 798px;
    background: url(../img/mv-pc.jpg) no-repeat center center/cover;
  }
}
#mirai2028 #mri-mv:before, #mirai2028 #mri-mv:after {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center/contain;
  width: 100%;
  height: 36.6666666667vw;
  left: 0;
}
#mirai2028 #mri-mv:before {
  background-image: url(../img/mv-01-sp.jpg);
  top: 0;
}
#mirai2028 #mri-mv:after {
  background-image: url(../img/mv-02-sp.jpg);
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv:before, #mirai2028 #mri-mv:after {
    display: none;
  }
}
#mirai2028 #mri-mv #mri-mv-box {
  background-color: #fff;
  padding-top: 5.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-box {
    width: 598px;
    padding-top: 34px;
  }
}
#mirai2028 #mri-mv #mri-mv-box ._title {
  width: 85.8666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-box ._title {
    width: 495px;
  }
}
#mirai2028 #mri-mv #mri-mv-box ._title img {
  margin-left: 3.8666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-box ._title img {
    margin-left: 23px;
  }
}
#mirai2028 #mri-mv #mri-mv-box ._catch {
  font-size: 3.832vw;
  line-height: 1.3848295059;
  text-align: center;
  font-weight: bold;
  color: #0056a8;
  margin-top: 1.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-box ._catch {
    font-size: 22.1px;
    line-height: 1.3800904977;
    margin-top: 10px;
  }
}
#mirai2028 #mri-mv #mri-mv-box ._period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10.2666666667vw;
  background: -webkit-gradient(linear, left top, right top, from(#0056a8), to(#0b8be1));
  background: linear-gradient(to right, #0056a8, #0b8be1);
  margin-top: 4vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-box ._period {
    height: 61px;
    margin-top: 21px;
  }
}
#mirai2028 #mri-mv #mri-mv-box ._period span {
  display: block;
  width: 53.2vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-box ._period span {
    width: 312px;
  }
}
#mirai2028 #mri-mv #mri-mv-btn-view {
  position: absolute;
  bottom: 11.3333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-btn-view {
    bottom: 85px;
  }
}
#mirai2028 #mri-mv #mri-mv-btn-view a {
  display: inline-block;
  width: 60vw;
  height: 14.6666666667vw;
  background: -webkit-gradient(linear, left top, right top, from(#0056a8), to(#0b8be1));
  background: linear-gradient(to right, #0056a8, #0b8be1);
  padding: 4px;
  border-radius: 100vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-btn-view a {
    width: 300px;
    height: 74px;
  }
}
#mirai2028 #mri-mv #mri-mv-btn-view a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  font-size: 4.5333333333vw;
  font-weight: bold;
  color: #0056a8;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-btn-view a span {
    font-size: 22px;
  }
}
#mirai2028 #mri-mv #mri-mv-btn-view a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20viewBox%3D%220%200%205.4%208.36%22%3E%3Cg%3E%3Cpath%20d%3D%22m0%2C0l5.4%2C4.18L0%2C8.36V0Z%22%20style%3D%22fill%3A%23fff%3B%20fill-rule%3Aevenodd%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left 2.1333333333vw center;
  background-size: auto 2vw;
  background-color: #0056a8;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  margin-top: -2.5333333333vw;
  border-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  /*
  transform: rotate(90deg);
  */
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-mv #mri-mv-btn-view a span::after {
    background-position: left 11px center;
    background-size: auto 10px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-overview {
    padding-bottom: 0;
  }
}
#mirai2028 #mri-overview #mri-overview-txt {
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-overview #mri-overview-txt {
    margin-top: min( 4.435483871vw, 55px);
  }
}
#mirai2028 #mri-overview #mri-overview-txt p {
  line-height: 2;
}
#mirai2028 #mri-overview #mri-overview-txt p + p {
  margin-top: 1.5em;
}
#mirai2028 #mri-overview #mri-overview-txt p strong {
  color: #0056a8;
}
#mirai2028 #mri-group {
  padding-bottom: 0;
}
#mirai2028 #mri-group .mri-sec-title:before {
  background-image: url(../img/script-group.png);
  width: 19.7333333333vw;
  height: 7.0666666667vw;
  top: -8.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-group .mri-sec-title:before {
    width: min( 9.2741935484vw, 115px);
    height: min( 3.2258064516vw, 40px);
    top: max( -3.3870967742vw, -42px);
  }
}
#mirai2028 #mri-group #mri-group-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.3333333333vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3333333333vw;
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-group #mri-group-list {
    margin-top: min( 4.8387096774vw, 60px);
    gap: min( 1.4516129032vw, 18px) min( 1.2903225806vw, 16px);
  }
}
#mirai2028 #mri-group #mri-group-list li {
  border: 1px solid #d8e1f2;
  padding: 5.3333333333vw 0;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-group #mri-group-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min( 0.6451612903vw, 8px);
    padding: 0 min( 0.9677419355vw, 12px);
    min-height: min( 10.4838709677vw, 130px);
  }
}
#mirai2028 #mri-group #mri-group-list li ._icon {
  display: block;
  width: 17.8666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-group #mri-group-list li ._icon {
    width: min( 5.0806451613vw, 63px);
  }
}
#mirai2028 #mri-group #mri-group-list li ._txt {
  margin-top: 3.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.1538461538;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-group #mri-group-list li ._txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    font-size: min( 1.1290322581vw, 14px);
    line-height: 1.2142857143;
    text-align: left;
  }
}
#mirai2028 #mri-anchor-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.3333333333vw;
  margin-top: 16vw;
  padding-bottom: 17.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-anchor-nav {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min( 3.6290322581vw, 45px) 1fr min( 3.6290322581vw, 45px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 min( 3.6290322581vw, 45px);
    margin-top: 0;
    padding-bottom: min( 9.6774193548vw, 120px);
  }
}
#mirai2028 #mri-anchor-nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#0056a8), to(#0b8be1));
  background: linear-gradient(to right, #0056a8, #0b8be1);
  height: 17.3333333333vw;
  border-radius: 2.6666666667vw;
  padding: 0 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-anchor-nav li a {
    height: min( 8.064516129vw, 100px);
    border-radius: min( 0.8064516129vw, 10px);
    padding: 0 min( 3.2258064516vw, 40px);
  }
}
#mirai2028 #mri-anchor-nav li a span {
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.3846153846;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-anchor-nav li a span {
    font-size: min( 1.2903225806vw, 16px);
    line-height: 1.375;
  }
}
#mirai2028 #mri-anchor-nav li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 5.3333333333vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20viewBox%3D%220%200%205.4%208.36%22%3E%3Cg%3E%3Cpath%20d%3D%22m0%2C0l5.4%2C4.18L0%2C8.36V0Z%22%20style%3D%22fill%3A%230041c0%3B%20fill-rule%3Aevenodd%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left 1.6vw center;
  background-size: auto 2vw;
  background-color: #fff;
  width: 4.4vw;
  height: 4.4vw;
  border-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  rotate: 90deg;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-anchor-nav li a span::after {
    right: min( 1.6129032258vw, 20px);
    background-position: left min( 0.7258064516vw, 9px) center;
    background-size: auto min( 0.6451612903vw, 8px);
    width: min( 1.6129032258vw, 20px);
    height: min( 1.6129032258vw, 20px);
  }
}
#mirai2028 #mri-flow {
  background-color: #d8e1f2;
  padding-bottom: 17.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow {
    padding-top: min( 12.9032258065vw, 160px);
    padding-bottom: min( 9.6774193548vw, 120px);
  }
}
#mirai2028 #mri-flow #mri-flow-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-desc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 min( 3.7096774194vw, 46px);
    margin-top: min( 4.0322580645vw, 50px);
  }
}
#mirai2028 #mri-flow #mri-flow-desc li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-desc li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 min( 1.4516129032vw, 18px);
  }
}
#mirai2028 #mri-flow #mri-flow-desc li:nth-child(n+2) {
  border-left: #fff 1px solid;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-desc li:nth-child(n+2) {
    border: none;
  }
}
#mirai2028 #mri-flow #mri-flow-desc li ._icon {
  display: block;
  width: 12vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-desc li ._icon {
    width: min( 4.8387096774vw, 60px);
    margin: 0;
  }
}
#mirai2028 #mri-flow #mri-flow-desc li ._txt {
  margin-top: 2.6666666667vw;
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.1923076923;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-desc li ._txt {
    margin: 0;
    font-size: min( 1.6129032258vw, 20px);
    line-height: 1.1;
    text-align: left;
  }
}
#mirai2028 #mri-flow #mri-flow-list {
  position: relative;
  z-index: 1;
  margin-top: 8vw;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: min( 4.8387096774vw, 60px);
  }
}
#mirai2028 #mri-flow #mri-flow-list:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 10.1333333333vw;
  height: 100%;
  background: #0056a8;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list:before {
    width: 100%;
    height: min( 4.435483871vw, 55px);
    background: #0056a8;
  }
}
#mirai2028 #mri-flow #mri-flow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mirai2028 #mri-flow #mri-flow-list li ._num {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.1333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list li ._num {
    width: 100%;
    height: min( 4.435483871vw, 55px);
  }
}
#mirai2028 #mri-flow #mri-flow-list li ._num:before {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 50%;
  content: "";
  display: block;
  width: 100%;
  height: 2.4vw;
  background: url(../img/mri-flow-arrow-sp.svg) no-repeat center bottom/100% auto;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list li ._num:before {
    bottom: 0;
    left: auto;
    right: 0;
    translate: 50% 0;
    background: url(../img/mri-flow-arrow-pc.svg) no-repeat right center/auto 100%;
    width: min( 1.1290322581vw, 14px);
    height: min( 4.435483871vw, 55px);
  }
}
#mirai2028 #mri-flow #mri-flow-list li ._num > span {
  display: block;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list li ._num > span {
    font-size: min( 1.6129032258vw, 20px);
  }
}
#mirai2028 #mri-flow #mri-flow-list li ._num > span big {
  display: block;
  font-size: 4.8vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list li ._num > span big {
    display: inline-block;
    font-size: min( 2.4193548387vw, 30px);
    margin-left: min( 0.4032258065vw, 5px);
  }
}
#mirai2028 #mri-flow #mri-flow-list li ._txtbox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5.3333333333vw 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list li ._txtbox {
    padding: min( 2.4193548387vw, 30px) min( 2.4193548387vw, 30px);
    text-align: center;
  }
}
#mirai2028 #mri-flow #mri-flow-list li ._txtbox:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  content: "";
  display: block;
  width: calc(100% - 13.3333333333vw);
  height: 1px;
  background-color: #d8e1f2;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list li ._txtbox:before {
    width: 1px;
    height: calc(100% - min( 4.8387096774vw, 60px));
    top: 50%;
    translate: 0 -50%;
    left: auto;
    right: 0;
  }
}
#mirai2028 #mri-flow #mri-flow-list li ._txtbox ._title {
  font-size: 4.5333333333vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list li ._txtbox ._title {
    font-size: min( 1.935483871vw, 24px);
  }
}
#mirai2028 #mri-flow #mri-flow-list li ._txtbox ._txt {
  margin-top: 1.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-flow #mri-flow-list li ._txtbox ._txt {
    margin-top: min( 0.8064516129vw, 10px);
    font-size: min( 1.2903225806vw, 16px);
    line-height: 1.375;
  }
}
#mirai2028 #mri-flow #mri-flow-list li ._txtbox .flow-btn img {
  width: 70%;
  margin: auto;
  margin-top: 20px;
}
#mirai2028 #mri-flow #mri-flow-list li:nth-child(1) ._title {
  color: #0056a8;
}
#mirai2028 #mri-flow #mri-flow-list li:nth-child(2) ._title {
  color: #0056a8;
}
#mirai2028 #mri-flow #mri-flow-list li:nth-child(3) ._title {
  color: #0056a8;
}
#mirai2028 #mri-flow #mri-flow-list li:nth-child(3) ._num:before,
#mirai2028 #mri-flow #mri-flow-list li:nth-child(3) ._txtbox:before {
  display: none;
}
#mirai2028 #mri-company {
  padding-bottom: 17.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-company {
    padding-bottom: min( 9.6774193548vw, 120px);
  }
}
#mirai2028 #mri-company .mri-sec-title:before {
  background-image: url(../img/script-company.png);
  width: 33.0666666667vw;
  height: 8.8vw;
  top: -11.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-company .mri-sec-title:before {
    width: min( 15.4838709677vw, 192px);
    height: min( 4.1129032258vw, 51px);
    top: max( -5.2419354839vw, -65px);
  }
}
#mirai2028 #mri-company #mri-company-nav {
  margin-top: 8vw;
  display: -ms-grid;
  display: grid;
  gap: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-company #mri-company-nav {
    margin-top: min( 4.8387096774vw, 60px);
    gap: 0 min( 3.2258064516vw, 40px);
    -ms-grid-columns: 1fr min( 3.2258064516vw, 40px) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
#mirai2028 #mri-company #mri-company-nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#0056a8), to(#0b8be1));
  background: linear-gradient(to right, #0056a8, #0b8be1);
  height: 24vw;
  border-radius: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-company #mri-company-nav li a {
    height: min( 12.0967741935vw, 150px);
    border-radius: min( 0.8064516129vw, 10px);
  }
}
#mirai2028 #mri-company #mri-company-nav li a span {
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.15;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-company #mri-company-nav li a span {
    font-size: min( 2.4193548387vw, 30px);
    line-height: 1.1666666667;
  }
}
#mirai2028 #mri-company #mri-company-nav li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 4vw;
  background: url(../img/icon-blank.png) no-repeat center center/2.8vw auto;
  background-color: #fff;
  width: 6.2666666667vw;
  height: 6.2666666667vw;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-company #mri-company-nav li a span::after {
    right: min( 2.4193548387vw, 30px);
    width: min( 3.1451612903vw, 39px);
    height: min( 3.1451612903vw, 39px);
    background-size: min( 1.3709677419vw, 17px) auto;
  }
}
#mirai2028 #mri-company #mri-company-nav li a span small {
  display: block;
  font-size: 4.5333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-company #mri-company-nav li a span small {
    font-size: min( 1.935483871vw, 24px);
    line-height: 1.375;
  }
}
#mirai2028 #mri-company #mri-company-nav li a span u {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-company #mri-company-nav li a span u {
    border-width: 3px;
  }
}
#mirai2028 #mri-timetable {
  background-color: #f2f2f2;
  padding-top: 100px;
  margin-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-timetable {
    padding-top: 18vw;
    margin-top: 18vw;
    padding-bottom: 18vw;
    margin-bottom: 18vw;
  }
}
#mirai2028 #mri-timetable .mri-sec-title:before {
  background-image: url(../img/script-timetable.png);
  width: 20.9333333333vw;
  height: 7.0666666667vw;
  top: -8vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .mri-sec-title:before {
    width: min( 9.6774193548vw, 120px);
    height: min( 3.3064516129vw, 41px);
    top: max( -4.0322580645vw, -50px);
  }
}
#mirai2028 #mri-timetable #mri-tbl-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable #mri-tbl-pc {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 2px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tr th,
  #mirai2028 #mri-timetable #mri-tbl-pc tr td {
    height: 46px;
    border-left: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc thead tr th {
    height: 55px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-weight: 700;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc thead tr th:first-child {
    width: 70px;
    border-left: 0;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr th {
    width: 70px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    border-left: 0;
    font-size: 14px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td {
    position: relative;
    width: calc((100% - 70px) / 5);
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c2cde3;
    z-index: 1;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_w1 {
    width: calc(100% + 1px);
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_w2 {
    width: calc(200% + 2px);
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_w3 {
    width: calc(300% + 3px);
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_w4 {
    width: calc(400% + 4px);
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_w5 {
    width: calc(500% + 5px);
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h1 {
    height: 46px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h2 {
    height: 92px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h3 {
    height: 138px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h4 {
    height: 184px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h5 {
    height: 230px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h6 {
    height: 276px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h7 {
    height: 322px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h8 {
    height: 368px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h9 {
    height: 414px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h10 {
    height: 460px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h11 {
    height: 506px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h12 {
    height: 552px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h13 {
    height: 598px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h14 {
    height: 644px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h15 {
    height: 690px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h16 {
    height: 736px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h17 {
    height: 782px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h18 {
    height: 828px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h19 {
    height: 874px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h20 {
    height: 920px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h21 {
    height: 966px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h22 {
    height: 1012px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h23 {
    height: 1058px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h24 {
    height: 1104px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h25 {
    height: 1150px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h26 {
    height: 1196px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h27 {
    height: 1242px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h28 {
    height: 1288px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h29 {
    height: 1334px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h30 {
    height: 1380px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h31 {
    height: 1426px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h32 {
    height: 1472px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h33 {
    height: 1518px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h34 {
    height: 1564px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h35 {
    height: 1610px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h36 {
    height: 1656px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h37 {
    height: 1702px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h38 {
    height: 1748px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h39 {
    height: 1794px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h40 {
    height: 1840px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h41 {
    height: 1886px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h42 {
    height: 1932px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h43 {
    height: 1978px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h44 {
    height: 2024px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h45 {
    height: 2070px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h46 {
    height: 2116px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h47 {
    height: 2162px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h48 {
    height: 2208px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h49 {
    height: 2254px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.size_h50 {
    height: 2300px;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr td .blk_event.irg_blk_event .event {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #mirai2028 #mri-timetable #mri-tbl-pc tbody tr:last-child td {
    border-bottom: 1px solid #000;
  }
}
#mirai2028 #mri-timetable #mri-tbl-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-timetable #mri-tbl-sp {
    display: block;
  }
  #mirai2028 #mri-timetable #mri-tbl-sp .nav-time .lead {
    font-size: 3.2vw;
    text-align: center;
  }
  #mirai2028 #mri-timetable #mri-tbl-sp .nav-time .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    margin-top: 4vw;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #mirai2028 #mri-timetable #mri-tbl-sp .nav-time .nav li {
    width: 20%;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #mirai2028 #mri-timetable #mri-tbl-sp .nav-time .nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
    font-weight: bold;
  }
  #mirai2028 #mri-timetable #mri-tbl-sp .nav-time .nav li a.on {
    position: relative;
    background-color: #0056a8;
    color: #fff;
  }
  #mirai2028 #mri-timetable #mri-tbl-sp .nav-time .nav li a.on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 3.2vw;
    height: 2.1333333333vw;
    margin-left: -1.6vw;
    border-top: 0;
    border-bottom: 2.1333333333vw solid #fff;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #mirai2028 #mri-timetable #mri-tbl-sp .content-wrap {
    display: none;
    margin-top: 5.3333333333vw;
  }
}
#mirai2028 #mri-timetable .blk_event {
  margin-top: 6.6666666667vw;
}
#mirai2028 #mri-timetable .blk_event:first-of-type {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event {
    margin-top: 0;
  }
}
#mirai2028 #mri-timetable .blk_event .event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 22.6666666667vw 0 8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event {
    padding: 60px 8px 20px;
  }
}
#mirai2028 #mri-timetable .blk_event .event.event-default {
  padding-top: 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event.event-default {
    padding-top: 38px;
  }
}
#mirai2028 #mri-timetable .blk_event .event.event-default .time {
  height: 8vw;
  background-color: #666;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event.event-default .time {
    height: 35px;
    font-size: 14px;
  }
}
#mirai2028 #mri-timetable .blk_event .event.event-default .time:before, #mirai2028 #mri-timetable .blk_event .event.event-default .time:after {
  display: none;
}
#mirai2028 #mri-timetable .blk_event .event.event-company .time {
  background-color: #476fa2;
}
#mirai2028 #mri-timetable .blk_event .event.event-company .time:before {
  content: "会社紹介";
}
#mirai2028 #mri-timetable .blk_event .event.event-company .time:after {
  background-image: url(../img/mri-tbl-icon-company.png);
}
#mirai2028 #mri-timetable .blk_event .event.event-job .time {
  background: -webkit-gradient(linear, left top, right top, from(#0995f3), to(#68c3ff));
  background: linear-gradient(to right, #0995f3, #68c3ff);
}
#mirai2028 #mri-timetable .blk_event .event.event-job .time:before {
  content: "職種紹介";
}
#mirai2028 #mri-timetable .blk_event .event.event-job .time:after {
  background-image: url(../img/mri-tbl-icon-job.png);
}
#mirai2028 #mri-timetable .blk_event .event.event-voice .time {
  background-color: #b3bf40;
}
#mirai2028 #mri-timetable .blk_event .event.event-voice .time:before {
  content: "参加者の声";
}
#mirai2028 #mri-timetable .blk_event .event.event-voice .time:after {
  background-image: url(../img/mri-tbl-icon-voice.png);
}
#mirai2028 #mri-timetable .blk_event .event.event-themainfo .time {
  background-color: #1597a0;
}
#mirai2028 #mri-timetable .blk_event .event.event-themainfo .time:before {
  content: "インターンテーマ紹介";
}
#mirai2028 #mri-timetable .blk_event .event.event-themainfo .time:after {
  background-image: url(../img/mri-tbl-icon-themainfo.png);
  background-size: contain;
  width: 10vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event.event-themainfo .time:after {
    width: 32px;
  }
}
#mirai2028 #mri-timetable .blk_event .event .time {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 13.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event .time {
    height: 50px;
    font-size: 14px;
  }
}
#mirai2028 #mri-timetable .blk_event .event .time:before {
  display: block;
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.2em;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event .time:before {
    font-size: 13px;
  }
}
#mirai2028 #mri-timetable .blk_event .event .time:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 5.3333333333vw;
  display: block;
  width: 12vw;
  height: 8vw;
  background: no-repeat left center/auto 100%;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event .time:after {
    left: 15px;
    width: 40px;
    height: 26px;
  }
}
#mirai2028 #mri-timetable .blk_event .event .place {
  margin-bottom: 0.5em;
  font-size: 3.2vw;
  font-weight: bold;
  color: #0056a8;
}
#mirai2028 #mri-timetable .blk_event .event h3 {
  margin-bottom: 1.25em;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 4em;
    margin-bottom: 0em;
    font-size: 14px;
    line-height: 1.4;
  }
}
#mirai2028 #mri-timetable .blk_event .event h3 span {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-timetable .blk_event .event h3 span {
    display: block;
  }
}
#mirai2028 #mri-timetable .blk_event .event .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.6666666667vw;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event .btn {
    margin-top: 6px;
  }
}
#mirai2028 #mri-timetable .blk_event .event .btn a,
#mirai2028 #mri-timetable .blk_event .event .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
  width: 100%;
  max-width: 50.6666666667vw;
  height: 10.6666666667vw;
  padding: 0;
  border-radius: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event .btn a,
  #mirai2028 #mri-timetable .blk_event .event .btn span {
    width: 100%;
    max-width: 160px;
    height: 34px;
    font-size: 14px;
  }
}
#mirai2028 #mri-timetable .blk_event .event .btn.-arrow a,
#mirai2028 #mri-timetable .blk_event .event .btn.-arrow span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20viewBox%3D%220%200%205.4%208.36%22%3E%3Cg%3E%3Cpath%20d%3D%22m0%2C0l5.4%2C4.18L0%2C8.36V0Z%22%20style%3D%22fill%3A%23fff%3B%20fill-rule%3Aevenodd%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 2.2666666667vw center;
  background-size: 1.4666666667vw auto;
  padding: 0 20px;
  background-color: #0056a8;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event .event .btn.-arrow a,
  #mirai2028 #mri-timetable .blk_event .event .btn.-arrow span {
    background-position: right 11px center;
    background-size: 6px auto;
  }
}
#mirai2028 #mri-timetable .blk_event .event .btn.-lightnavy a,
#mirai2028 #mri-timetable .blk_event .event .btn.-lightnavy span {
  background-color: #0056a8;
  color: #fff;
}
#mirai2028 #mri-timetable .blk_event .event .btn.-gray a,
#mirai2028 #mri-timetable .blk_event .event .btn.-gray span {
  background-color: #777;
  color: #fff;
}
#mirai2028 #mri-timetable .blk_event.--switch_pre .event .-view {
  display: none;
}
#mirai2028 #mri-timetable .blk_event.--switch_pre .event .-off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mirai2028 #mri-timetable .blk_event.--switch_pre .event .-end {
  display: none;
}
#mirai2028 #mri-timetable .blk_event.--switch_view .event .-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mirai2028 #mri-timetable .blk_event.--switch_view .event .-off {
  display: none;
}
#mirai2028 #mri-timetable .blk_event.--switch_view .event .-end {
  display: none;
}
#mirai2028 #mri-timetable .blk_event.--switch_end .event .-view {
  display: none;
}
#mirai2028 #mri-timetable .blk_event.--switch_end .event .-off {
  display: none;
}
#mirai2028 #mri-timetable .blk_event.--switch_end .event .-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mirai2028 #mri-timetable .blk_event.align-top .event {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event.horizontal .event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event.horizontal .event h3 {
    min-height: 0;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event.horizontal .event .btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    margin-top: 0;
    margin-right: 15px;
  }
  #mirai2028 #mri-timetable .blk_event.horizontal .event .btn:last-of-type {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event.horizontal .event .btn a,
  #mirai2028 #mri-timetable .blk_event.horizontal .event .btn span {
    width: 160px;
  }
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .blk_event.size_h4 .event {
    padding-bottom: 15px;
  }
  #mirai2028 #mri-timetable .blk_event.size_h4 .event h3 {
    min-height: auto;
    margin-bottom: 5px;
  }
  #mirai2028 #mri-timetable .blk_event.size_h4 .event .btn a,
  #mirai2028 #mri-timetable .blk_event.size_h4 .event .btn span {
    height: 35px;
  }
}
#mirai2028 #mri-timetable .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}
#mirai2028 #mri-timetable .modal__bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}
#mirai2028 #mri-timetable .modal__content {
  position: absolute;
  top: 51%;
  left: 50%;
  background: #fff;
  width: 84vw;
  padding: 8vw 5.3333333333vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .modal__content {
    width: 650px;
    padding: 45px;
  }
}
#mirai2028 #mri-timetable .modal-content-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .modal-content-close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
#mirai2028 #mri-timetable .modal-content-close::before, #mirai2028 #mri-timetable .modal-content-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #0056a8;
  width: 28.28px;
  width: 100%;
  height: 3px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#mirai2028 #mri-timetable .modal-content-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(1.414);
          transform: translate(-50%, -50%) rotate(45deg) scaleX(1.414);
}
#mirai2028 #mri-timetable .modal-content-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.414);
          transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.414);
}
#mirai2028 #mri-timetable .modal-content-subtitle {
  margin-bottom: 0.5em;
  font-size: 2.6666666667vw;
  font-weight: bold;
  color: #0056a8;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .modal-content-subtitle {
    font-size: 15px;
  }
}
#mirai2028 #mri-timetable .modal-content-title {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1.75em;
  font-size: 4vw;
  font-weight: bold;
  color: #0056a8;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .modal-content-title {
    font-size: 20px;
  }
}
#mirai2028 #mri-timetable .modal-content-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  background-color: #0056a8;
  width: 9.3333333333vw;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-timetable .modal-content-title::after {
    width: 50px;
  }
}
#mirai2028 #mri-timetable .modal-content-txt {
  line-height: 2;
}
#mirai2028 #mri-message {
  background: linear-gradient(45deg, #0056a8, #0b8be1);
  padding-bottom: 20vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-message {
    padding-bottom: min( 12.0967741935vw, 150px);
  }
}
#mirai2028 #mri-message .mri-sec-title:before {
  background-image: url(../img/script-message.png);
  width: 14.1333333333vw;
  height: 6.5333333333vw;
  top: -8vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-message .mri-sec-title:before {
    width: min( 6.6129032258vw, 82px);
    height: min( 3.064516129vw, 38px);
    top: max( -3.064516129vw, -38px);
  }
}
#mirai2028 #mri-message .mri-sec-title span {
  background: none;
  -webkit-text-fill-color: #fff;
}
#mirai2028 #mri-message #mri-message-img {
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-message #mri-message-img {
    margin-top: min( 4.435483871vw, 55px);
  }
}
#mirai2028 #mri-message #mri-message-txt {
  margin-top: 9.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-message #mri-message-txt {
    margin-top: min( 6.0483870968vw, 75px);
    font-size: 22px;
    line-height: 2.3181818182;
  }
}
#mirai2028 #mri-message #mri-message-copy {
  margin-top: 6.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8125;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-message #mri-message-copy {
    margin-top: min( 3.2258064516vw, 40px);
    font-size: 28.6px;
    line-height: 1.6538461538;
  }
}
#mirai2028 #mri-message #mri-message-copy strong {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.1em;
  color: #fff;
}
#mirai2028 #mri-message #mri-message-copy strong span {
  margin-right: -0.5em;
}
#mirai2028 #mri-float {
  position: relative;
  z-index: 10;
  margin-top: 20vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-float {
    margin: min( 6.4516129032vw, 80px) 0 max( -4.2741935484vw, -53px);
  }
}
#mirai2028 #mri-float a {
  position: absolute;
  bottom: 3.3333333333vw;
  right: 3.3333333333vw;
  display: block;
  width: 25.6vw;
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-float a {
    bottom: min( 2.1774193548vw, 27px);
    right: min( 2.1774193548vw, 27px);
    width: min( 13.064516129vw, 162px);
  }
}
#mirai2028 #mri-float.fixed a {
  position: fixed;
}

#mirai2028 .btn-float {
  width: 150px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 8;
  opacity: 0;
}
#mirai2028 .btn-float a {
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .btn-float {
    width: 12vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .btn-float {
    width: 27vw;
    bottom: 20px;
    right: 20px;
  }
}
#mirai2028 .btn-float.btn-float-fixed {
  -webkit-animation: fade-in 0.5s;
          animation: fade-in 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#mirai2028 .btn-float.btn-float-fixed a {
  pointer-events: auto;
  cursor: pointer;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  #mirai2028 #mri-header .mri-nav-menu ul {
    padding-right: 10px;
  }
}
#mirai2028 .mri-nav-menu ul li a.tab-icon {
  position: relative;
}
#mirai2028 .mri-nav-menu ul li a.tab-icon::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -17px;
  width: 15px;
  height: 10px;
  background-image: url(../img/icon-blank.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #mirai2028 .mri-nav-menu ul li a.tab-icon::after {
    top: 3vw;
    right: -5vw;
    width: 4vw;
    height: 4vw;
  }
}
#mirai2028 #mri-mv2028 {
  background-image: url(../img/mv-bg.png);
  background-position: center;
  background-size: 1440px;
  background-repeat: no-repeat;
  background-color: #f0f1f5;
  width: 100%;
  height: 530px;
}
@media print, screen and (max-width: 1440px) {
  #mirai2028 #mri-mv2028 {
    background-size: 100%;
    background-position: top center;
    height: 36.2vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-mv2028 {
    background-image: url(../img/mv-bg-sp.png);
    height: 113vw;
  }
}
#mirai2028 #mri-mv2028 h1 {
  width: 680px;
  margin: auto;
  padding-top: 64px;
}
@media print, screen and (max-width: 1440px) {
  #mirai2028 #mri-mv2028 h1 {
    width: 46.5vw;
    padding-top: 4.5vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-mv2028 h1 {
    padding-top: 31vw;
    width: 82%;
  }
}
#mirai2028 #mri-mv2028 .mv-btn {
  width: 300px;
  margin: auto;
  margin-top: 60px;
}
@media print, screen and (max-width: 1440px) {
  #mirai2028 #mri-mv2028 .mv-btn {
    width: 20.5vw;
    margin-top: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-mv2028 .mv-btn {
    margin-top: 7vw;
    width: 58%;
  }
}
#mirai2028 .mri-read {
  color: #0056a8;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  padding: 120px 0;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .mri-read {
    padding: 10vw 0;
    line-height: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .mri-read {
    padding: 18vw 0;
    line-height: 5vw;
  }
}
#mirai2028 .mri-read p:first-child {
  font-size: 22px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .mri-read p:first-child {
    font-size: 1.7vw;
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .mri-read p:first-child {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
#mirai2028 .mri-read p:last-child {
  font-size: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .mri-read p:last-child {
    font-size: 2.1vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .mri-read p:last-child {
    font-size: 4.5vw;
    line-height: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .mri-read .sp-between {
    display: block;
  }
}
#mirai2028 #mri-flow {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-flow {
    padding: 18vw 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-flow #mri-flow-list li ._txtbox {
    padding: 12.3333333333vw 18vw 12.3333333333vw 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-flow #mri-flow-list li ._txtbox img {
    width: 80% !important;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-flow #mri-flow-list li:first-child ._txtbox {
    padding: 8.3333333333vw 18vw 8.3333333333vw 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-w-time {
    padding: 18vw 0;
  }
}
#mirai2028 #mri-w-time .mri-sec-read {
  text-align: center;
  margin-top: 50px;
  line-height: 32px;
  font-size: min( 1.2903225806vw, 16px);
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-w-time .mri-sec-read {
    text-align: left;
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
#mirai2028 #mri-w-time .mri-sec-read a {
  color: #0056a8;
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-w-time .mri-sec-read a {
    padding-right: 4vw;
  }
}
#mirai2028 #mri-w-time .mri-sec-read a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 10px;
  height: 8px;
  background-image: url(../img/text-link-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 #mri-w-time .mri-sec-read a::after {
    top: 0.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-w-time .mri-sec-read a::after {
    top: 2.3vw;
    right: 0.8vw;
    width: 2.5vw;
    height: 2vw;
  }
}
#mirai2028 #mri-w-time .mri-flow-desc-icon {
  width: 670px;
  margin: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-w-time .mri-flow-desc-icon {
    width: 88%;
    margin-top: 8vw;
  }
}
#mirai2028 #mri-w-time .comingsoon {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-w-time .comingsoon {
    margin: 14vw 0 8vw 0;
  }
}
#mirai2028 #mri-about {
  background-color: #0056a8;
  padding-top: 120px;
  padding-bottom: 120px;
}
#mirai2028 #mri-about .mri-sec-title span {
  color: #fff;
}
#mirai2028 #mri-about .mri-sec-read {
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-top: 46px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 #mri-about .mri-sec-read {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 #mri-about .mri-sec-read {
    text-align: left;
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
#mirai2028 .group-list-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul {
    display: block;
    margin-top: 12vw;
  }
}
#mirai2028 .group-list-box ul li {
  background-color: #fff;
  width: 48%;
  margin-bottom: 4%;
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li:nth-child(5) .detail-list img {
    vertical-align: inherit;
  }
}
#mirai2028 .group-list-box ul li .company-name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dee3ed;
  padding: 30px 50px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .group-list-box ul li .company-name-box {
    padding: 2vw 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li .company-name-box {
    padding: 4vw 6vw;
  }
}
#mirai2028 .group-list-box ul li .company-name-box .icon {
  width: 80px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .group-list-box ul li .company-name-box .icon {
    width: 7vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li .company-name-box .icon {
    width: 11vw;
  }
}
#mirai2028 .group-list-box ul li .company-name-box .company-name {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .group-list-box ul li .company-name-box .company-name {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li .company-name-box .company-name {
    font-size: 3.5vw;
  }
}
#mirai2028 .group-list-box ul li .detail-list {
  padding: 30px 50px;
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li .detail-list {
    padding: 4vw 6vw;
  }
}
#mirai2028 .group-list-box ul li.connection-company {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li.connection-company {
    margin-top: 10vw;
    display: block;
  }
}
#mirai2028 .group-list-box ul li.connection-company .cat-connection-box {
  background-color: #dee3ed;
  height: 100%;
  color: #0056a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li.connection-company .cat-connection-box {
    display: block;
    text-align: center;
  }
}
#mirai2028 .group-list-box ul li.connection-company .cat-connection-box p {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .group-list-box ul li.connection-company .cat-connection-box p {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li.connection-company .cat-connection-box p {
    font-size: 4.5vw;
    padding: 3vw 0;
    text-align: center;
  }
}
#mirai2028 .group-list-box ul li.connection-company .company-name-box {
  border-right: 1px solid #dee3ed;
  border-bottom: 0px;
  padding: 40px 50px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .group-list-box ul li.connection-company .company-name-box {
    padding: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li.connection-company .company-name-box {
    padding: 4vw 6vw;
    border-right: 0px;
    border-bottom: 1px solid #dee3ed;
  }
}
#mirai2028 .group-list-box ul li.connection-company .detail-list img {
  width: auto;
  height: 15px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .group-list-box ul li.connection-company .detail-list img {
    width: 30vw;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box ul li.connection-company .detail-list img {
    width: 100%;
    height: auto;
  }
}
#mirai2028 .group-list-box .group-list-btn {
  width: 500px;
  margin: auto;
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .group-list-box .group-list-btn {
    width: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .group-list-box .group-list-btn {
    margin-top: 10vw;
    width: 100%;
  }
}
#mirai2028 .bn-recruit {
  margin-top: 160px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .bn-recruit {
    margin-top: 12vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .bn-recruit {
    margin-top: 24vw;
    margin-bottom: 16vw;
  }
}
#mirai2028 .mri-message {
  width: 512px;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #mirai2028 .mri-message {
    width: 40vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  #mirai2028 .mri-message {
    width: 80%;
    margin-bottom: 0vw;
  }
}