@charset "utf-8";

/* ======================================================
 * mtb.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- mtb-hero-layout ----- */
  .mtb-hero-layout {
    width: 100%;
  }
  .mtb-hero-layout .hero_image {
    width: 100%;
  }
  .mtb-hero-layout .hero_image img {
    width: 100%;
  }

 /* ----- mtb-intro-layout ----- */
  .mtb-intro-layout {
    margin-top: 40px;
  }
  .mtb-intro-layout .intro-column-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2.0rem;
  }
  .mtb-intro-layout .intro-column-layout .intro-column_item:first-of-type {
    width: 66.25%;
  }
  .mtb-intro-layout .intro-column-layout .intro-column_item:last-of-type {
    width: 32.08%;
  }
  .mtb-intro-layout .intro-item {
    position: relative;
  }
  .mtb-intro-layout .intro-txt {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 11px;
    background-color: rgba(93, 105, 112, 0.7);
  }
  .mtb-intro-layout .intro-txt .intro-title {
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .mtb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 2.2rem;
  }

  /* ----- mtb-heading-column ----- */
  .mtb-heading-column {
    margin-top: 4.0rem;
  }

  /* ----- mtb-heading ----- */
  .mtb-heading__inner {
    padding: 0 1.8rem;
    border-left: 10px solid #001d38;
  }

  .mtb-heading__title {
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
  }

  .mtb-text {
    margin-top: 2.6rem;
    font-size: 1.4rem;
  }


  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1279px) {
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .mtb-intro-layout .intro-txt .intro-title {
    font-size: 2.6rem;
  }
  .mtb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 2.0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .mtb-intro-layout .intro-txt .intro-title {
    font-size: 2.4rem;
  }
  .mtb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .mtb-intro-layout .intro-txt .intro-title {
    font-size: 2.2rem;
  }
  .mtb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 840px) {
}
/* **
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
** */

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- mtb-hero-layout ----- */
  .mtb-hero-layout {
    margin: 0 -15px;
  }
  .mtb-hero-layout .hero_image {
    width: 100%;
  }
  .mtb-hero-layout .hero_image img {
    width: 100%;
  }

  /* ----- mtb-intro-layout ----- */
  .mtb-intro-layout {
    margin-top: 3.0rem;
  }
  .mtb-intro-layout .intro-column_item:nth-of-type(n+2) {
    margin-top: 1.0rem;
  }
  .mtb-intro-layout .intro-item {
    position: relative;
    margin-top: 1.0rem;
  }
  .mtb-intro-layout .intro-txt {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 5px 10px 6px;
    background-color: rgba(93, 105, 112, 0.7);
  }
  .mtb-intro-layout .intro-txt .intro-title {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .mtb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 2.0rem;
  }

  /* ----- mtb-heading-column ----- */
  .mtb-heading-column {
    margin-top: 3.0rem;
  }

  /* ----- mtb-heading ----- */
  .mtb-heading__inner {
    padding: 0 3.6rem 0 1.2rem;
    border-left: 10px solid #001d38;
  }

  .mtb-heading__title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }

  .mtb-text {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 360px) {
  .mtb-intro-layout .intro-txt .intro-title {
    font-size: 2.0rem;
  }
  .mtb-intro-layout .intro-txt .intro-title .intro-title_sub {
    font-size: 1.8rem;
  }
}
/* **
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@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: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}