@charset "utf-8";

/* ======================================================
 * mirai.css
 * ------------------------------------------------------
 * Base
 * - Reset
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */


/* ======================================================
 * Base
====================================================== */
img {
  min-width: 1px;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
p {
  display: block;
}
a {
  transition: all .2s ease-out 0s;
}

/* ------------------------------------------------------
 * Override
------------------------------------------------------ */
.mirai-contents {
  /* ----- Vars  ----- */
  --main-color: #13a7eb;
  --main-color2: #005bac;
  --sub-color: #e3edf6;
  --util-color: #777777;
  --util-color2: #545454;
  --util-color3: #eeeeee;
  --util-color4: #c7c7c7;
  --util-color5: #222222;
  --util-color6: #ebebeb;
  --border-color: #e1e2e3;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .pageContents {
    margin-top: 0;
  }
  .pageContents .mainContents {
    margin-bottom: 15rem;
  }

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- mirai-hero  ----- */
  .mirai-hero {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 80px;
  }
  .home-hero__video {
    width: 100%;
    max-height: 1076px;
  }
  .mirai-hero__title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 240px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.08);
  }
  .mirai-hero__title__image {
    width: 150px;
  }

  /* ----- mirai-content01  ----- */
  .mirai-content01 {
    width: 100%;
    margin: 14rem auto 0;
    padding: 0 80px;
  }
  .mirai-content01__inner {
    width: min(100%,1280px);
    margin: 0 auto;
  }
  .mirai-content01__heading {
    position: relative;
    padding-bottom: 5px;
  }
  .mirai-content01__heading ::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 112px;
    height: 4px;
    background: linear-gradient(90deg, rgba(19,167,235,1) 50%, rgba(0,90,170,1) 50%);
    transform: skewX(-26.6deg);
    transform-origin: left bottom;
  }
  .mirai-content01__heading__title {
    margin: 0;
    font-size: 4rem;
    font-weight: bold;
  }
  .mirai-content01__column {
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
  }
  .mirai-content01__item {
    width: calc((100% - 40px) / 2);
  }
  .mirai-content01__item:nth-of-type(2n) {
    margin-left: 40px;
  }
  .mirai-content01__item:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .mirai-content01__type {
    color: #333;
  }
  .mirai-content01__type__image {
    position: relative;
  }
  .mirai-content01__type__image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .2s ease-out 0s;
    content: "";
    z-index: 1;
  }
  .mirai-content01__type__image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #005bac;
    transition: all .2s ease-out 0s;
    content: "";
    z-index: 2;
  }
  .mirai-content01__type:hover .mirai-content01__type__image::before {
    background-color: #005bac;
  }
  .mirai-content01__type:hover .mirai-content01__type__image::after {
    border-color: transparent transparent transparent #fff;
  }
  .mirai-content01__type__text {
    margin: 15px 0 0;
  }
  .mirai-content01__type:hover .mirai-content01__type__text {
    color: #005bac;
    text-decoration: underline;
  }
  .mirai-content01__modal {
    display: none;
  }
  .mirai-content01__iframe-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .mirai-content01__iframe-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  /* ----- mirai-modal  ----- */
  .mirai-modal.modaal-wrapper .modaal-container {
    box-shadow: none;
    padding: 0;
    width: 960px;
  }
  .mirai-modal.modaal-wrapper .modaal-content-container {
    padding: 0;
  }
  .mirai-modal.modaal-wrapper .modaal-close {
    position: absolute;
    transition: all;
    top: -5px;
    right: -37px;
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .mirai-modal.modaal-wrapper .modaal-close::before,
  .mirai-modal.modaal-wrapper .modaal-close::after {
    display: none;
  }
  .mirai-modal.modaal-wrapper .modaal-close > span {
    display: block;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    text-indent: -9999px;
    overflow: hidden;
  }
  .mirai-modal.modaal-wrapper .modaal-close > span::before,
  .mirai-modal.modaal-wrapper .modaal-close > span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    content: "";
    width: 35px;
    height: 1px;
    margin: -1px 0 0 -11px;
    background-color: #fff;
  }
  .mirai-modal.modaal-wrapper .modaal-close > span::before {
    transform: rotate(45deg);
  }
  .mirai-modal.modaal-wrapper .modaal-close > span::after {
    transform: rotate(-45deg);
  }

  /* ----- mirai-content02  ----- */
  .mirai-content02 {
    position: relative;
    left: 50%;
    width: max(100%,1920px);
    margin: 15rem 0 0;
    padding: 170px 0 0;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .mirai-content02::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% * 1.3);
    height: calc(170px * 5.1);
    border-radius: 50%;
    background: var(--util-color3);
    transform: translateX(-50%);
    z-index: 1;
  }
  .mirai-content02__inner {
    position: relative;
    max-width: max(100vw,1236px);
    margin: 0 auto;
    padding: 0 80px 230px;
    background: var(--util-color3);
    z-index: 2;
  }
  .mirai-content02__head {
    padding: 0 40px;
  }
  .mirai-content02__heading {
    position: relative;
    top: -10px;
    padding: 32px 0 36px;
    text-align: center;
  }
  .mirai-content02__heading .heading__title {
    display: inline-block;
    width: 480px;
  }
  .mirai-content02__body {
    margin: 50px auto 0;
  }
  .mirai-content02__list {
    display: flex;
    flex-flow: row wrap;
  }
  .mirai-content02__item {
    width: 320px;
    margin-right: 40px;
  }

  /* ----- mirai-content02-card  ----- */
  .mirai-content02-card {
    display: block;
    width: 320px;
    height: 320px;
    line-height: 1.5;
  }
  .mirai-content02-card > [class*="__type"] {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .mirai-content02-card .mirai-content02-card__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform-origin: center center;
    transform: scale(1);
    transition: transform .2s ease-out 0s;
    overflow: hidden;
    z-index: 1;
  }
  .mirai-content02-card .mirai-content02-card__image::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: rgba(0,0,0,.2);
    transform: translate(-50%,-50%);
    z-index: 2;
  }
  .mirai-content02-card .mirai-content02-card__image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    max-width: 340px;
    max-width: none;
    transform: translate(-50%,-50%);
    transition: all 0.2s ease-out 0s;
    z-index: 1;
  }
  .mirai-content02-card .mirai-content02-card__head {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 152px;
    height: 152px;
    padding: .5em;
    border-radius: 50%;
    background: var(--util-color5);
    color: #fff;
    transition: background .2s ease-out 0s;
    z-index: 2;
  }
  .mirai-content02-card .mirai-content02-card__lead {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 1.4rem;
    word-break: keep-all;
    overflow-wrap: break-word;
    text-align: center;
  }
  .mirai-content02-card .mirai-content02-card__body {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: calc(50% - 1em) 1em 1em;
    color: #fff;
    text-align: center;
    z-index: 3;
  }
  .mirai-content02-card .mirai-content02-card__heading {
    padding-top: 10px;
  }
  .mirai-content02-card .mirai-content02-card__heading .heading__subtitle {
    margin: -10px 0 5px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .mirai-content02-card .mirai-content02-card__heading .heading__title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .mirai-content02-card .mirai-content02-card__detail {
    margin: 8px 0 0;
  }
  .mirai-content02-card .mirai-content02-card__detail > :first-child {
    margin-top: 0;
  }
  .mirai-content02-card .mirai-content02-card__text {
    margin: .5em 0 0;
    font-size: 1.5rem;
  }
  .mirai-content02-card .mirai-content02-card__note {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 4px 0 00;
    padding: 0;
    list-style: none;
  }
  .mirai-content02-card .mirai-content02-card__note > li {
    position: relative;
    padding-left: 1em;
    font-size: 1.3rem;
  }
  .mirai-content02-card .mirai-content02-card__note > li > .note__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mirai-content02-card > [class*="__type"]:not([class*="--nolink"]):hover .mirai-content02-card__image {
    transform: scale(1.0625);
  }
  .mirai-content02-card > [class*="__type"]:not([class*="--nolink"]):hover .mirai-content02-card__image > img {
    transform: translate(-50%,-50%) scale(.9412);
  }
  .mirai-content02-card > [class*="__type"]:not([class*="--nolink"]):hover .mirai-content02-card__head {
    background-color: var(--main-color2);
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media only screen and (min-width: 1561px) {
  .mirai-content02__body {
    width: min(100%,1400px);
  }
  .mirai-content02__item:nth-of-type(4n) {
    margin-right: 0px;
  }
  .mirai-content02__item:nth-of-type(n+5) {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1560px) {
  .mirai-content02__body {
    width: min(100%,1040px);
  }
  .mirai-content02__item:nth-of-type(3n) {
    margin-right: 0px;
  }
  .mirai-content02__item:nth-of-type(n+4) {
    margin-top: 80px;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .pageContents {
    margin-top: 0;
  }
  .pageContents .mainContents {
    margin-bottom: 8rem;
  }

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- mirai-hero  ----- */
  .mirai-hero {
    position: relative;
    width: 100%;
    margin-bottom: 14rem;
  }
  .home-hero__video {
    width: 100%;
  }
  .mirai-hero__title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.08);
  }
  .mirai-hero__title__image {
    width: 120px;
  }

  /* ----- mirai-content01  ----- */
  .mirai-content01 {
    width: 100%;
    margin: 21rem 0 0;
    padding: 0 15px;
  }
  .mirai-content01__inner {
  }
  .mirai-content01__heading {
    position: relative;
    padding-bottom: 3px;
  }
  .mirai-content01__heading::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 84px;
    height: 3px;
    background: linear-gradient(90deg, rgba(19,167,235,1) 50%, rgba(0,90,170,1) 50%);
    transform: skewX(-26.6deg);
    transform-origin: left bottom;
  }
  .mirai-content01__heading__title {
    margin: 0;
    font-size: 3rem;
    font-weight: bold;
  }
  .mirai-content01__column {
    margin-top: 28px;
  }
  .mirai-content01__item + .mirai-content01__item {
    margin-top: 20px;
  }
  .mirai-content01__type {
    color: #333;
  }
  .mirai-content01__type__image {
    position: relative;
  }
  .mirai-content01__type__image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 53px;
    height: 53px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    z-index: 1;
  }
  .mirai-content01__type__image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #005bac;
    content: "";
    z-index: 2;
  }
  .mirai-content01__type__text {
    margin: 5px 0 0;
  }
  .mirai-content01__modal {
    display: none;
  }
  .mirai-content01__iframe-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .mirai-content01__iframe-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  /* ----- mirai-modal  ----- */
  .mirai-modal.modaal-wrapper .modaal-container {
    box-shadow: none;
    padding: 0;
  }
  .mirai-modal.modaal-wrapper .modaal-content-container {
    padding: 0;
  }
  .mirai-modal.modaal-wrapper .modaal-inner-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mirai-modal.modaal-wrapper .modaal-close {
    position: absolute;
    transition: all;
    top: -35px;
    right: 0;
    width: 25px;
    height: 25px;
    background: transparent;
  }
  .mirai-modal.modaal-wrapper .modaal-close::before,
  .mirai-modal.modaal-wrapper .modaal-close::after {
    display: none;
  }
  .mirai-modal.modaal-wrapper .modaal-close > span {
    display: block;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    text-indent: -9999px;
    overflow: hidden;
  }
  .mirai-modal.modaal-wrapper .modaal-close > span::before,
  .mirai-modal.modaal-wrapper .modaal-close > span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    content: "";
    width: 25px;
    height: 1px;
    margin: -1px 0 0 -11px;
    background-color: #fff;
  }
  .mirai-modal.modaal-wrapper .modaal-close > span::before {
    transform: rotate(45deg);
  }
  .mirai-modal.modaal-wrapper .modaal-close > span::after {
    transform: rotate(-45deg);
  }

  /* ----- mirai-content02  ----- */
  .mirai-content02 {
    position: relative;
    width: 100%;
    margin: 8rem 0 0;
    padding: 47px 0 0;
    overflow: hidden;
  }
  .mirai-content02::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% * 2);
    height: calc(47px * 5.1);
    border-radius: 50%;
    background: var(--util-color3);
    transform: translateX(-50%);
    z-index: 1;
  }
  .mirai-content02 .mirai-content02__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
    background: var(--util-color3);
    z-index: 2;
  }
  .mirai-content02 .mirai-content02__head {
    padding: 0 15px;
  }
  .mirai-content02 .mirai-content02__heading {
    position: relative;
    padding: min(9vw,34px) 0 min(9.3vw,35px);
    text-align: center;
  }
  .mirai-content02 .mirai-content02__heading .heading__title {
    display: inline-block;
    width: min(100%,315px);
  }
  .mirai-content02 .mirai-content02__body {
    margin: 55px auto 0;
    padding: 0 15px;
  }
  .mirai-content02__list {
    display: flex;
    flex-flow: row wrap;
  }
  .mirai-content02__item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  .mirai-content02__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .mirai-content02__item:nth-of-type(n+3) {
    margin-top: 8.5rem;
  }

  /* ----- mirai-content02-card  ----- */
  .mirai-content02-card {
    display: block;
    line-height: 1.5;
  }
  .mirai-content02-card > [class*="__type"] {
    position: relative;
    display: block;
    text-align: center;
  }
  .mirai-content02-card__image {
    position: relative;
    display: inline-block;
    width: calc((150/375)*100vw);
    height: calc((150/375)*100vw);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
  }
  .mirai-content02-card__image::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    transform: translate(-50%,-50%);
    z-index: 2;
  }
  .mirai-content02-card__image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    transform: translate(-50%,-50%);
    z-index: 1;
  }
  .mirai-content02-card__head {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -50px;
    left: 0;
    width: 105px;
    height: 105px;
    padding: .7em .5em .5em;
    border-radius: 50%;
    background: var(--util-color5);
    color: #fff;
    transition: background .2s ease-out 0s;
    z-index: 2;
  }
  .mirai-content02-card__lead {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 1.1rem;
    word-break: keep-all;
    overflow-wrap: break-word;
    text-align: center;
  }
  .mirai-content02-card__body {
    display: block;
    color: #545454;
    padding: 5px 0 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .mirai-content02-card__heading .heading__subtitle {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .mirai-content02-card__heading .heading__title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
    word-break: keep-all;
  }
  .mirai-content02-card__detail {
    margin: 0;
  }
  .mirai-content02-card__detail > :first-child {
    margin-top: 0;
  }
  .mirai-content02-card__text {
    margin: .5em 0 0;
    line-height: 1.5;
  }
  .mirai-content02-card .mirai-content02-card__note {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 3px 0 00;
    padding: 0;
    list-style: none;
  }
  .mirai-content02-card .mirai-content02-card__note > li {
    position: relative;
    padding-left: 1em;
    font-size: 1.2rem;
  }
  .mirai-content02-card .mirai-content02-card__note > li > .note__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
}
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
  .mirai-content02__inner {
    width: 100%;
    max-width: max(100%,1236px);
  }
  .mirai-content02__list {
    width: 1500px;
    margin: 0 auto;
  }
  .mirai-content02__item {
    margin-top: 40px;
  }
}