/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  position: relative; }

li {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover {
  opacity: 0.7; }

br {
  display: inherit;
  line-height: 0;
  height: 0; }

img {
  width: 100%; }

.spOnly {
  display: none; }

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none; }

  .spOnly {
    display: block; } }
.toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 70px;
  background: url("images/toTop") left top no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .toTop {
      right: 8px; } }
  @media screen and (max-width: 768px) {
    .toTop {
      right: 10px;
      background-size: 50px 50px; } }
  .toTop:hover {
    opacity: 0.7; }
  .toTop a {
    display: block;
    width: 0;
    height: 0; }
    @media screen and (max-width: 768px) {
      .toTop a {
        width: 50px;
        height: 50px; } }

.footer {
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 0 15px; } }
  .footer.bg1 {
    background-color: #000;
    background-image: none;
    color: #FFF; }
    .footer.bg1 .footer__inner > p {
      color: #FFF; }
  .footer__inner {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 40px 0 50px; }
    @media screen and (max-width: 768px) {
      .footer__inner {
        padding: 40px 0 60px; } }
    .footer__inner > p {
      width: 100%;
      margin-top: 30px;
      font-size: 11px;
      font-size: 0.6875rem;
      color: #fff;
      text-align: center; }
  .footerLeft {
    width: 100%;
    max-width: 352px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .footerLeft {
        max-width: 100%;
        text-align: center; } }
    .footerLeft img {
      max-width: 352px; }
      @media screen and (max-width: 768px) {
        .footerLeft img {
          max-width: 116px; } }
    .footerLeft p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.4;
      color: #fff; }
      .footerLeft p::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.4) * 0.5em);
        content: ""; }
      .footerLeft p::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.4) * 0.5em);
        content: ""; }
      @media screen and (max-width: 768px) {
        .footerLeft p {
          font-size: 14px;
          font-size: 0.875rem; } }
  .footerRight {
    width: 100%;
    max-width: 730px;
    margin: 40px auto 0; }
    @media screen and (max-width: 768px) {
      .footerRight {
        max-width: 360px;
        margin-top: 30px; } }
    .footerRight ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .footerRight ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .footerRight ul li {
        width: 100%;
        max-width: 180px;
        height: 30px;
        border-left: 1px solid #b0eacd;
        position: relative; }
        @media screen and (max-width: 768px) {
          .footerRight ul li {
            width: 50%; } }
        .footerRight ul li:last-of-type {
          border-right: 1px solid #b0eacd; }
        @media screen and (max-width: 768px) {
          .footerRight ul li:nth-of-type(2n) {
            border-right: 1px solid #b0eacd; } }
        @media screen and (max-width: 768px) {
          .footerRight ul li:nth-of-type(n + 3) {
            margin-top: 10px; } }
        .footerRight ul 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;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 15px;
          font-size: 0.9375rem;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .footerRight ul li a {
              font-size: 14px;
              font-size: 0.875rem; } }
  .footer .logo_meiji {
    margin: 0 auto;
    max-width: 145px; }
  .footer .copyright {
    margin-top: 15px;
    font-size: 12px; }

.modal .modal::after {
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #403999; }
  @media screen and (max-width: 1400px) {
    .modal .modal::after {
      content: none; } }
.modalOpen {
  cursor: pointer; }
.modalArea {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto; }
.modalArea .modalArea__inner {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 460px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999; }
  .modalArea .modalArea__inner > div {
    background: #fff;
    padding: 30px;
    display: none;
    padding-top: 80px;
    padding-bottom: 60px;
    border-radius: 12px; }
    .modalArea .modalArea__inner > div p {
      display: flex;
      align-items: center;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .modalArea .modalArea__inner > div p {
          text-align: left; } }
      .modalArea .modalArea__inner > div p:nth-of-type(2) {
        margin-top: 20px; }
      .modalArea .modalArea__inner > div p label {
        font-weight: 600;
        margin-right: 16px;
        width: 30%;
        vertical-align: middle; }
      .modalArea .modalArea__inner > div p input[type="text"] {
        width: 70%;
        max-width: 220px;
        font-size: 16px;
        padding: .3em 0.6em; }
        @media screen and (max-width: 768px) {
          .modalArea .modalArea__inner > div p input[type="text"] {
            max-width: 100%;
            margin-top: 10px; } }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #2c1e07; }
  body.active {
    overflow: hidden; }

.main {
  display: block; }

.button6 {
  margin-top: 30px;
  width: calc(340 / 720 * 100%);
  max-width: 340px;
  height: 65px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .button6 {
      margin-top: 15px;
      width: 100%;
      max-width: 400px; } }
  .button6:nth-child(2n) {
    margin-left: 30px; }
    @media screen and (max-width: 768px) {
      .button6:nth-child(2n) {
        margin-left: 0; } }
  .button6__inner {
    height: 65px;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .button6__inner {
        height: 60px;
        margin: 0 auto; } }
    .button6__inner p {
      position: absolute;
      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: 100%;
      top: 0;
      left: 0;
      color: #fff;
      border-radius: 10px;
      background-color: #1642E3;
      transition: .3s background ease;
      /*
      -webkit-box-shadow: 0 -5px #26225c inset;
      box-shadow: 0 -5px #26225c inset;
      */
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 800; }
      @media screen and (min-width: 769px) {
        .button6__inner p:hover {
          background-color: #0E2A92; } }
      @media screen and (max-width: 768px) {
        .button6__inner p {
          font-size: 15px;
          font-size: 0.9375rem; } }
      .button6__inner p span {
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (max-width: 768px) {
          .button6__inner p span {
            font-size: 12px;
            font-size: 0.75rem; } }

.button7 {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .button7 {
      margin-top: 30px; } }
  .button7__inner {
    width: 100%;
    max-width: 250px;
    height: 50px;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .button7__inner {
        height: 40px;
        margin: 0 auto; } }
    .button7__inner a {
      position: absolute;
      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: 100%;
      top: 0;
      left: 0;
      color: #fff;
      border-radius: 10px;
      background-color: #1642E3;
      /*
      background-color: #403999;
      -webkit-box-shadow: 0 -5px #26225c inset;
      box-shadow: 0 -5px #26225c inset;
      */
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 800; }
      @media screen and (max-width: 768px) {
        .button7__inner a {
          font-size: 13px;
          font-size: 0.8125rem; } }

.alignL {
  text-align: left; }

.alignC {
  text-align: center; }

.alignR {
  text-align: right; }

.iconP {
  background: url("images/iconP.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 20px 23.33px;
  width: 20px;
  height: 23.33px;
  padding-right: 25px; }
  @media screen and (max-width: 768px) {
    .iconP {
      background: url("images/iconP.svg");
      background-repeat: no-repeat;
      background-position: 100% center;
      background-size: 15px 17.4975px;
      width: 15px;
      height: 17.4975px;
      padding-right: 20px; } }

.pt0 {
  padding-top: 0 !important; }

.tLeft {
  text-align: left !important; }

#top {
  background-color: #000; }
  #top .mv {
    padding: 0 20px;
    background-color: #DFF8FF;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #top .mv {
        padding: 0 15px; } }
    #top .mv__inner {
      padding: 60px 0;
      width: 100%;
      max-width: 1081px;
      margin: 0 auto;
      /*
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      */
      position: relative;
      /*
      > div:nth-of-type(1) {
        width: calc(720 / 1120 * 100%);
        padding-left: calc(45 / 1120 * 100%);
        margin-top: 20px;
        @media screen and (max-width: 768px) {
          width: 100%;
          margin-top: 20px;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          padding-left: 0;
        }
      }
      */ }
      @media screen and (max-width: 768px) {
        #top .mv__inner {
          padding: 40px 0 30px; } }
    #top .mv h1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 40px;
      line-height: 1;
      color: #1642E3;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #top .mv h1 {
          font-size: 30px;
          line-height: 1; } }
      #top .mv h1 span {
        display: block;
        text-align: center; }
      #top .mv h1::before {
        content: "";
        display: inline-block;
        width: 78px;
        height: 78px;
        border-radius: 50%;
        background: #1642E3 url("../images/icon_data.svg") center center no-repeat;
        background-size: 38px auto;
        margin-bottom: 16px; }
        @media screen and (max-width: 768px) {
          #top .mv h1::before {
            width: 50px;
            height: 50px;
            background-size: 26px auto; } }
    #top .mv p {
      font-size: 18px;
      line-height: 1.7778; }
      @media screen and (max-width: 768px) {
        #top .mv p {
          font-size: 14px;
          line-height: 1.7778; } }
      @media screen and (max-width: 594px) {
        #top .mv p {
          text-align: left; } }
      #top .mv p::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.8) * 0.5em);
        content: ""; }
      #top .mv p::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.8) * 0.5em);
        content: ""; }
      #top .mv p:nth-of-type(n + 2) {
        margin-top: 20px;
        color: #e60012;
        padding-left: 1em;
        text-indent: -1em; }
        #top .mv p:nth-of-type(n + 2)::before {
          content: none; }
        #top .mv p:nth-of-type(n + 2)::after {
          content: none; }
        @media screen and (max-width: 768px) {
          #top .mv p:nth-of-type(n + 2) {
            margin-top: 5px; } }
    #top .mv .info figure {
      margin-bottom: 30px; }
    #top .mv .info p {
      margin-bottom: 20px; }
    #top .mv .error {
      padding: 10px;
      max-width: 600px;
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      color: #CF0E0E; }
  #top .mvButtonFlex__inner {
    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;
    justify-content: center; }

/*# sourceMappingURL=style.css.map */
