@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 50%;
}
@media (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #181818;
  margin: 0px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.04em;
  overflow-x: hidden;
  font-size: 1.8rem;
}

h1,
h2,
h3,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.85;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #181818;
  text-decoration: underline;
}
a:hover {
  color: #181818;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  text-shadow: 0px 1px 1px black;
  height: 60px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
@media (min-width: 992px) {
  #header {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  #header {
    height: 175px;
  }
}
#header.on {
  background: rgba(0, 0, 0, 0.4);
}
#header .navbar {
  padding: 0px;
  height: 100%;
}
#header .navbar.navbar-expand-lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  #header .navbar.navbar-expand-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header .navbar .header-Top {
  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;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  #header .navbar .header-Top {
    height: initial;
    background: none;
  }
}
@media (min-width: 1200px) {
  #header .navbar .header-Top {
    margin-bottom: 1rem;
  }
}
#header .navbar .header-Top #logo {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(0px 1px 1px #000);
          filter: drop-shadow(0px 1px 1px #000);
  margin-left: 15px;
}
@media (min-width: 576px) {
  #header .navbar .header-Top #logo {
    width: 300px;
  }
}
@media (min-width: 992px) {
  #header .navbar .header-Top #logo {
    width: 360px;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  #header .navbar .header-Top #logo {
    width: 400px;
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  #header .navbar .header-Top #logo {
    width: 470px;
  }
}
#header .navbar .header-Top #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .navbar .header-Top #logo a .logo-mark {
  width: 25%;
}
#header .navbar .header-Top #logo a .logo-txt {
  width: 71%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#header .navbar .header-Top #btn-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .navbar .header-Top #btn-Container #header-contactBtn {
  display: none;
}
@media (min-width: 992px) {
  #header .navbar .header-Top #btn-Container #header-contactBtn {
    display: block;
  }
}
#header .navbar .header-Top #btn-Container #header-contactBtn a {
  text-shadow: none;
  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;
  background: #2ad1d1;
  height: 50px;
  max-width: 220px;
  width: 100%;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  padding: 0px 5px 0px 25px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  #header .navbar .header-Top #btn-Container #header-contactBtn a {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  #header .navbar .header-Top #btn-Container #header-contactBtn a {
    margin-right: 40px;
  }
}
#header .navbar .header-Top #btn-Container #header-contactBtn a:hover {
  background: #ff000d;
}
@media (min-width: 1200px) {
  #header .navbar .header-Top #btn-Container #header-contactBtn a {
    height: 60px;
    width: 240px;
    max-width: initial;
  }
}
#header .navbar .header-Top #btn-Container #header-contactBtn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  #header .navbar .header-Top #btn-Container #header-contactBtn a span {
    width: 48px;
    height: 48px;
  }
}
#header .navbar .header-Top #btn-Container #header-contactBtn a span img {
  width: 22px;
  -webkit-filter: invert(17%) sepia(19%) saturate(8%) hue-rotate(1deg) brightness(101%) contrast(95%);
          filter: invert(17%) sepia(19%) saturate(8%) hue-rotate(1deg) brightness(101%) contrast(95%);
}
#header .navbar .header-Top #btn-Container #header-Tel {
  display: none;
}
@media (min-width: 768px) {
  #header .navbar .header-Top #btn-Container #header-Tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #header .navbar .header-Top #btn-Container #header-Tel {
    margin-right: 3rem;
  }
}
@media (min-width: 1200px) {
  #header .navbar .header-Top #btn-Container #header-Tel {
    margin-right: 4rem;
  }
}
#header .navbar .header-Top #btn-Container #header-Tel a {
  color: #fff;
  text-decoration: none;
}
#header .navbar .header-Top #btn-Container #header-Tel a:hover {
  color: #fff;
}
#header .navbar .header-Top #btn-Container #header-Tel dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 0.8rem;
}
@media (min-width: 992px) {
  #header .navbar .header-Top #btn-Container #header-Tel dt {
    width: 45px;
    height: 45px;
  }
}
#header .navbar .header-Top #btn-Container #header-Tel dt img {
  width: 16px;
  -webkit-filter: invert(17%) sepia(19%) saturate(8%) hue-rotate(1deg) brightness(101%) contrast(95%);
          filter: invert(17%) sepia(19%) saturate(8%) hue-rotate(1deg) brightness(101%) contrast(95%);
}
@media (min-width: 992px) {
  #header .navbar .header-Top #btn-Container #header-Tel dt img {
    width: 18px;
  }
}
#header .navbar .header-Top #btn-Container #header-Tel dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header .navbar .header-Top #btn-Container #header-Tel dd .num {
  font-size: 2.8rem;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 0.2rem;
}
@media (min-width: 1200px) {
  #header .navbar .header-Top #btn-Container #header-Tel dd .num {
    font-size: 3.2rem;
  }
}
#header .navbar .header-Top #btn-Container #header-Tel dd .time {
  font-size: 1.4rem;
}
#header .navbar #navbar-content {
  height: calc(100vh - 60px);
  overflow-y: scroll;
  width: 100%;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  background: rgba(0, 0, 0, 0.4);
  height: calc(100vh - 60px);
}
@media (min-width: 992px) {
  #header .navbar #navbar-content {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    height: 56px;
    overflow-y: initial;
    background: none;
  }
}
@media (min-width: 1200px) {
  #header .navbar #navbar-content {
    overflow-y: initial;
    background: none;
  }
}
#header .navbar #navbar-content .navbar-nav {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  #header .navbar #navbar-content .navbar-nav {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
}
#header .navbar #navbar-content .navbar-nav .nav-item {
  width: 100%;
}
@media (min-width: 1200px) {
  #header .navbar #navbar-content .navbar-nav .nav-item {
    width: 16.66%;
  }
}
#header .navbar #navbar-content .navbar-nav .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  color: #fff;
  position: relative;
  padding: 15px 0px;
}
@media (min-width: 992px) {
  #header .navbar #navbar-content .navbar-nav .nav-item .nav-link {
    padding: 5px 0px;
  }
}
#header .navbar #navbar-content .navbar-nav .nav-item .nav-link:before {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
#header .navbar #navbar-content .navbar-nav .nav-item .nav-link.active, #header .navbar #navbar-content .navbar-nav .nav-item .nav-link:hover {
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  #header .navbar #navbar-content .navbar-nav .nav-item .nav-link.active, #header .navbar #navbar-content .navbar-nav .nav-item .nav-link:hover {
    background: none;
  }
}
#header .navbar #navbar-content .navbar-nav .nav-item .nav-link.active::before, #header .navbar #navbar-content .navbar-nav .nav-item .nav-link:hover:before {
  width: 0;
}
@media (min-width: 992px) {
  #header .navbar #navbar-content .navbar-nav .nav-item .nav-link.active::before, #header .navbar #navbar-content .navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
  }
}
#header .navbar #navbar-content .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  margin-top: 4px;
  margin-left: 10px;
}
#header .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu {
  width: 100%;
  font-size: 1.5rem;
  padding: 15px 0px;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#header .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#header .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li {
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  #header .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li {
    width: 48%;
  }
}
@media (min-width: 768px) {
  #header .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li {
    width: 30%;
    margin: 0px 1%;
  }
}
#header .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a {
  border-bottom: solid 1px #fff;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  height: 42px;
}
#header .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a:after {
  display: block;
  content: "";
  width: 6px;
  aspect-ratio: 6/10;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#header .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a:hover {
  background: rgba(0, 0, 0, 0.6);
}
#header .navbar .navbar-toggler {
  margin-right: 15px;
  padding: 0.75rem;
  width: 42px;
  height: 42px;
  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: #FFF;
  margin-left: 3rem;
}
@media (min-width: 992px) {
  #header .navbar .navbar-toggler {
    display: none;
  }
}
#header .navbar .navbar-toggler span {
  width: 80%;
  height: 1px;
  background: #fff;
  position: relative;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
}
#header .navbar .navbar-toggler span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
}
#header .navbar .navbar-toggler span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
}
#header .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header .navbar .navbar-toggler.collapsed span {
  background: #333;
}
#header .navbar .navbar-toggler.collapsed span:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: -8px;
}
#header .navbar .navbar-toggler.collapsed span:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 8px;
}
#header.on.lowerPage {
  background: rgba(255, 255, 255, 0.85);
}
#header.lowerPage {
  text-shadow: none;
}
#header.lowerPage .navbar .header-Top {
  background: #fff;
}
#header.lowerPage .navbar .header-Top #logo {
  -webkit-filter: none;
          filter: none;
}
#header.lowerPage .navbar .header-Top #logo a .logo-txt {
  -webkit-filter: invert(6%) sepia(8%) saturate(17%) hue-rotate(323deg) brightness(94%) contrast(92%);
          filter: invert(6%) sepia(8%) saturate(17%) hue-rotate(323deg) brightness(94%) contrast(92%);
}
#header.lowerPage .navbar .header-Top #btn-Container #header-Tel {
  color: #313131;
}
#header.lowerPage .navbar .header-Top #btn-Container #header-Tel dt {
  background: #057bf9;
}
#header.lowerPage .navbar .header-Top #btn-Container #header-Tel dt img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#header.lowerPage .navbar .header-Top #btn-Container #header-Tel dd a {
  text-decoration: none;
}
#header.lowerPage .navbar #navbar-content {
  background: rgba(255, 255, 255, 0.95);
}
#header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .nav-link {
  color: #313131;
}
#header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .nav-link:before {
  background: #0570e3;
}
#header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .nav-link:hover {
  background: rgba(42, 209, 209, 0.2);
  color: #313131;
}
@media (min-width: 992px) {
  #header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .nav-link:hover {
    background: none;
  }
}
#header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .nav-link.active {
  background: rgba(42, 209, 209, 0.2);
  color: #313131;
}
@media (min-width: 992px) {
  #header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .nav-link.active {
    background: none;
  }
}
#header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu {
  background: rgba(255, 255, 255, 0.85);
}
#header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a {
  color: #313131;
  border-bottom: solid 1px #313131;
}
#header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a:hover {
  background: rgba(42, 209, 209, 0.2);
  color: #313131;
}
#header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a.active {
  background: rgba(42, 209, 209, 0.2);
  color: #313131;
}
#header.lowerPage .navbar #navbar-content .navbar-nav .nav-item .dropdown-menu .mega-content_menuList li a:after {
  background: #313131;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #1b1b1b;
  font-size: 1.6rem;
}
#footer #footerBody {
  width: 100%;
  color: #fff;
  padding: 90px 0px 90px;
}
#footer #footerBody a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 120px 0px;
  }
}
#footer #footerBody .footerLeft #f-logo {
  width: 70vw;
  text-align: center;
  margin: 0px auto;
}
@media (min-width: 576px) {
  #footer #footerBody .footerLeft #f-logo {
    max-width: 360px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerLeft #f-logo {
    width: auto;
    text-align: left;
    margin: initial;
  }
}
#footer #footerBody .footerLeft .f-Adress {
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft .f-Adress {
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerLeft .f-Adress {
    text-align: left;
  }
}
#footer #footerBody .footerLeft .mapPin {
  width: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.6rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#footer #footerBody .footerLeft .f-tel {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1;
  }
}
#footer #footerBody .footerLeft .f-tel .en {
  font-size: 1.8rem;
}
#footer #footerBody .footerLeft .f-tel .num {
  font-size: 3rem;
}
#footer #footerBody .footerRight {
  display: none;
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1400px) {
  #footer #footerBody .footerRight {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#footer #footerBody .footerRight .textLink {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.6rem;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin-left: 4rem;
}
#footer #footerBody .footerRight .textLink li {
  margin-bottom: 1.5rem;
}
#footer #footerBody .footerRight .textLink li:last-child {
  margin-bottom: 0;
}
#footer #footerBody .footerRight .textLink li a {
  text-decoration: none;
}
#footer #footerBody .footerRight .textLink li a:hover {
  text-decoration: underline;
}
#footer #footerBody .footerRight .textLink li > ul {
  border-left: solid 1px #d2d2d2;
  padding-left: 1em;
}
#footer #copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 1200px) {
  #footer #copy {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.bnr-Link img {
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}

.bnr-Link:hover img {
  opacity: 0.7;
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#mainVisual {
  width: 100%;
  position: relative;
  height: 120vw;
}
@media (min-width: 576px) {
  #mainVisual {
    height: 680px;
  }
}
@media (min-width: 992px) {
  #mainVisual {
    height: 720px;
  }
}
@media (min-width: 1400px) {
  #mainVisual {
    height: 880px;
  }
}
@media (min-width: 1600px) {
  #mainVisual {
    height: 960px;
  }
}
#mainVisual video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#mainVisual h2 {
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 30px;
  line-height: 1.6;
  text-align: right;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.6);
  font-size: 6.4vw;
  right: 15px;
}
@media (min-width: 576px) {
  #mainVisual h2 {
    font-size: 4.8rem;
    right: 30px;
  }
}
@media (min-width: 768px) {
  #mainVisual h2 {
    font-size: 6.8rem;
    bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #mainVisual h2 {
    font-size: 6.8rem;
    right: 80px;
    bottom: 80px;
  }
}
@media (min-width: 1400px) {
  #mainVisual h2 {
    font-size: 7.4rem;
  }
}

.grid-Wrap {
  padding: 90px 0px;
  background: url(../images/bg_blue-grid.jpg) no-repeat center/cover;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .grid-Wrap {
    padding: 120px 0px;
  }
}
.grid-Wrap.about {
  position: relative;
  overflow: hidden;
}
.grid-Wrap.about .img {
  display: none;
}
@media (min-width: 1200px) {
  .grid-Wrap.about .img {
    display: block;
    position: absolute;
    right: 60px;
    top: 50%;
    width: 45vw;
    bottom: 120px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (min-width: 1600px) {
  .grid-Wrap.about .img {
    width: 40vw;
  }
}
@media (min-width: 1800px) {
  .grid-Wrap.about .img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: auto;
    top: initial;
    bottom: -150px;
  }
}

.machine-Wrap {
  padding: 90px 0px;
  background: url(../images/bg_machine.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  .machine-Wrap {
    padding: 120px 0px;
  }
}

.lightblue-Wrap {
  padding: 90px 0px;
  background: #f2f7fa;
}
@media (min-width: 992px) {
  .lightblue-Wrap {
    padding: 120px 0px;
  }
}

.strong-Card {
  background: #0578f4;
  color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
  padding: 20px;
  line-height: 1.4;
  height: 100%;
}
@media (min-width: 992px) {
  .strong-Card {
    border-radius: 16px;
    margin: 0px 15px;
  }
}
@media (min-width: 1400px) {
  .strong-Card {
    aspect-ratio: 1;
  }
}
.strong-Card.card02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 992px) {
  .strong-Card.card02 {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}
@media (min-width: 1200px) {
  .strong-Card.card02 {
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
.strong-Card.card03 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 992px) {
  .strong-Card.card03 {
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
@media (min-width: 1200px) {
  .strong-Card.card03 {
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
  }
}
.strong-Card .img {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  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;
  margin-bottom: 5%;
}
.strong-Card .img img {
  max-width: 50%;
}
.strong-Card .tit {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 5%;
}
@media (min-width: 1200px) {
  .strong-Card .tit {
    margin-bottom: 0%;
  }
}
.strong-Card .txt {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
  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;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .strong-Card .txt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

.service-Bnr {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .service-Bnr {
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .service-Bnr {
    padding: 20px;
  }
}
@media (min-width: 1800px) {
  .service-Bnr {
    padding: 30px;
  }
}
.service-Bnr:hover {
  background: #f0ffff;
}
.service-Bnr p {
  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;
  line-height: 1;
  font-size: 2.4rem;
  width: 100%;
  color: #313131;
  font-weight: 700;
}
.service-Bnr p span {
  background: #2ad1d1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1400px) {
  .service-Bnr p span {
    width: 48px;
    height: 48px;
  }
}
.service-Bnr p span img {
  width: 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 1400px) {
  .service-Bnr p span img {
    width: 12px;
  }
}

.product-Wrap {
  padding: 90px 0px;
  background: url(../images/bg_products.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  .product-Wrap {
    padding: 120px 0px;
  }
}

.card {
  background: #fff;
  border-radius: 8px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px;
  padding: 20px;
  line-height: 1.4;
  height: 100%;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
@media (min-width: 992px) {
  .card {
    border-radius: 16px;
    margin: 0px 15px;
  }
}
.card.card02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 992px) {
  .card.card02 {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}
@media (min-width: 1200px) {
  .card.card02 {
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
.card.card03 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 992px) {
  .card.card03 {
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
@media (min-width: 1200px) {
  .card.card03 {
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
  }
}
.card .img {
  margin-bottom: 1rem;
}
.card .tit {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.card .tit span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.card .txt {
  font-size: 1.6rem;
}
.card .txt span {
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 4;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
}

.link-card {
  height: 100%;
  text-decoration: none;
}
.link-card:hover dl {
  background: #f0ffff;
}

.lightblue-Wrap_samll {
  padding: 40px 0px;
  background: #f2f7fa;
}
@media (min-width: 992px) {
  .lightblue-Wrap_samll {
    padding: 75px 0px;
  }
}

.topBanner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 30px 15px;
  aspect-ratio: 900/360;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
@media (min-width: 992px) {
  .topBanner {
    aspect-ratio: 900/690;
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .topBanner {
    aspect-ratio: 900/520;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .topBanner {
    aspect-ratio: 900/420;
  }
}
@media (min-width: 1600px) {
  .topBanner {
    aspect-ratio: 940/378;
  }
}
.topBanner.price {
  background: url(../images/bg_price.jpg) no-repeat center/cover;
}
.topBanner.faq {
  background: url(../images/bg_faq.jpg) no-repeat center/cover;
}
.topBanner .title .en {
  margin-bottom: 1rem;
}
.topBanner .icon {
  width: 48px;
  aspect-ratio: 1;
  background: #2ad1d1;
  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;
  border-radius: 50%;
}
.topBanner .icon img {
  width: 14px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.works-Wrap {
  padding: 90px 0px;
  background: url(../images/bg_works.webp) no-repeat center/cover;
}
@media (min-width: 992px) {
  .works-Wrap {
    padding: 120px 0px;
  }
}

.grid-Wrap.knowledge {
  position: relative;
  overflow: hidden;
}
.grid-Wrap.knowledge .img {
  display: none;
}
@media (min-width: 1200px) {
  .grid-Wrap.knowledge .img {
    display: block;
    position: absolute;
    left: 60px;
    width: 35vw;
    bottom: 120px;
  }
}
@media (min-width: 1600px) {
  .grid-Wrap.knowledge .img {
    bottom: 0;
  }
}

.text-Bnr {
  width: 100%;
  text-decoration: none;
  background: #fff;
  display: block;
  border-radius: 8px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
@media (min-width: 992px) {
  .text-Bnr {
    border-radius: 16px;
  }
}
.text-Bnr:hover {
  background: #F0FFFF;
}
.text-Bnr dl {
  padding: 25px 80px 25px 25px;
  position: relative;
}
@media (min-width: 992px) {
  .text-Bnr dl {
    padding: 45px 105px 45px 45px;
  }
}
.text-Bnr dl .tit {
  font-size: 2.4rem;
  font-weight: 700;
}
.text-Bnr dl .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.text-Bnr dl .icon {
  display: block;
  width: 36px;
  aspect-ratio: 1;
  background: #2ad1d1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .text-Bnr dl .icon {
    right: 45px;
    width: 48px;
  }
}
.text-Bnr dl .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 10px;
}
@media (min-width: 992px) {
  .text-Bnr dl .icon img {
    width: 12px;
  }
}

.recruit-Wrap {
  padding: 90px 0px;
  background: url(../images/bg_recruit.jpg) no-repeat left center/auto 100%;
}
@media (min-width: 992px) {
  .recruit-Wrap {
    padding: 120px 0px;
    background: url(../images/bg_recruit.jpg) no-repeat center/auto 100%;
  }
}

.flexible-Image {
  width: 100%;
  height: 100%;
}
.flexible-Image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-Wrap.area .container {
  position: relative;
}
.grid-Wrap.area .container img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(10%, -50%);
          transform: translate(10%, -50%);
  width: 110vw;
  opacity: 0.4;
  z-index: 1;
  max-width: initial;
}
@media (min-width: 768px) {
  .grid-Wrap.area .container img {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .grid-Wrap.area .container img {
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
    width: 700px;
    opacity: 1;
  }
}
@media (min-width: 1400px) {
  .grid-Wrap.area .container img {
    width: 800px;
  }
}
.grid-Wrap.area .container p {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.gray-Wrap_samll {
  padding: 40px 0px;
  background: #f2f7fa;
}
@media (min-width: 992px) {
  .gray-Wrap_samll {
    padding: 75px 0px;
  }
}

#contact-Box {
  background: #fff;
  border-radius: 8px;
  padding: 30px 0px;
}
@media (min-width: 992px) {
  #contact-Box {
    border-radius: 16px;
    padding: 60px 40px;
  }
}
@media (min-width: 1500px) {
  #contact-Box {
    padding: 60px;
  }
}
#contact-Box.lightBlue {
  background: #F2F7FA;
}
#contact-Box .detailBtn {
  width: 100%;
  max-width: 300px;
}

#contact-Tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-weight: 500;
  margin-right: 0;
  margin: 0px auto;
}
#contact-Tel a {
  text-decoration: none;
}
#contact-Tel dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #313131;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 0.8rem;
}
@media (min-width: 1200px) {
  #contact-Tel dt {
    width: 58px;
    height: 58px;
  }
}
#contact-Tel dt img {
  width: 19px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  #contact-Tel dt img {
    width: 23px;
  }
}
#contact-Tel dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact-Tel dd .num {
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 0.2rem;
  font-size: 3.8rem;
}
@media (min-width: 1200px) {
  #contact-Tel dd .num {
    font-size: 4rem;
  }
}
@media (min-width: 14200px) {
  #contact-Tel dd .num {
    font-size: 4.4rem;
  }
}
#contact-Tel dd .time {
  font-size: 1.6rem;
}

.frame-Image {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
}
.frame-Image.gray {
  background: #fafafa;
}

/*-------------------------------------------------------------------------------------------*
 *
 * strengths.html
 *  
 *-------------------------------------------------------------------------------------------*/
.consultation-Box {
  border: solid 5px #046ad6;
  padding: 15px 15px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .consultation-Box {
    padding: 30px 60px;
    border: solid 15px #046ad6;
  }
}
.consultation-Box h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #046ad6;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .consultation-Box h3 {
    font-size: 3.2rem;
  }
}

.caution {
  color: #c51f1f;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .caution {
    font-size: 2.4rem;
  }
}
.caution a {
  color: #c51f1f;
  text-decoration: none;
}

.light-Blue-Box {
  padding: 15px;
  background: #f2f7fa;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .light-Blue-Box {
    border-radius: 16px;
    padding: 15px 30px;
  }
}

.light-Blue-Box {
  padding: 15px;
  background: #f2f7fa;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .light-Blue-Box {
    border-radius: 16px;
    padding: 15px 30px;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * product.html
 *  
 *-------------------------------------------------------------------------------------------*/
.white-Box {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .white-Box {
    border-radius: 16px;
    padding: 15px 30px;
  }
}

.white-Box_large {
  padding: 25px;
  background: #fff;
  border-radius: 8px;
  height: 100%;
}
@media (min-width: 992px) {
  .white-Box_large {
    border-radius: 16px;
    padding: 35px;
  }
}

.table {
  line-height: 1.4;
  height: 100%;
  margin-bottom: 0rem;
}
.table th,
.table td {
  padding: 15px;
}
.table th {
  color: #fff;
  border-right: solid 1px #fff;
  text-align: center;
  height: 42px;
}
@media (min-width: 992px) {
  .table th {
    height: 55px;
  }
}
.table th:last-child {
  border-right: none;
}
.table td {
  border-right: solid 1px #ccc;
  font-size: 1.6rem;
}
.table td:last-child {
  border-right: none;
}
.table.blue th {
  background: #046AD6;
}
.table.skyBlue th {
  background: #2ad1d1;
}
.table.green th {
  background: #9bbb59;
}
.table.yellow th {
  background: #ffc000;
}

/*-------------------------------------------------------------------------------------------*
 *
 * service.html
 *  
 *-------------------------------------------------------------------------------------------*/
.slash-List {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slash-List li::after {
  content: "/";
  display: inline-block;
  margin-right: 0.6em;
  margin-left: 0.6em;
}
.slash-List li:last-child:after {
  display: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * price.html
 *  
 *-------------------------------------------------------------------------------------------*/
.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe552));
  background: linear-gradient(transparent 70%, #ffe552 0%);
}

.fixed-Table-Wrap {
  width: 100%;
  overflow: scroll;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media (min-width: 992px) {
  .fixed-Table-Wrap {
    overflow: auto;
  }
}
.fixed-Table-Wrap table {
  border-spacing: 0;
  width: 100%;
  min-width: 768px;
}
.fixed-Table-Wrap table thead th,
.fixed-Table-Wrap table thead td {
  background: #0578f2;
  color: #fff;
  font-weight: 500;
}
.fixed-Table-Wrap table th,
.fixed-Table-Wrap table td {
  min-width: 15rem;
  max-height: 2rem;
  min-height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 15px;
}
@media (min-width: 1200px) {
  .fixed-Table-Wrap table th,
  .fixed-Table-Wrap table td {
    padding: 15px 25px;
  }
}
.fixed-Table-Wrap table th {
  background: #0578f2;
  color: #fff;
  font-weight: 500;
  width: 20%;
}
@media (min-width: 576px) {
  .fixed-Table-Wrap table th {
    width: 25%;
  }
}
.fixed-Table-Wrap table th:nth-child(1) {
  position: sticky;
  left: 0;
}
.fixed-Table-Wrap table td {
  background: #fff;
  text-align: left;
}

.responsiveTable {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsiveTable {
    display: table;
  }
}
.responsiveTable.green th {
  background: #33665f;
}
.responsiveTable.green td {
  color: #000;
}
.responsiveTable.black th {
  background: #464646;
}
.responsiveTable.blue th {
  background: #046AD6;
}
.responsiveTable.blue td {
  color: #313131;
}
.responsiveTable th {
  width: 100%;
  padding: 12px 15px;
  font-weight: 400;
  border-top: none;
  line-height: 140%;
  display: block;
  color: #fff;
}
@media (min-width: 768px) {
  .responsiveTable th {
    width: 30%;
    padding: 25px 15px;
    border-bottom: solid 1px #fff;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
}
.responsiveTable td {
  width: 100%;
  padding: 15px 15px 35px;
  border-bottom: none;
  line-height: 140%;
  display: block;
  background: #fff;
}
@media (min-width: 768px) {
  .responsiveTable td {
    padding: 25px 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * flow.html
 *  
 *-------------------------------------------------------------------------------------------*/
.flow-DL {
  border: solid 5px #0578f2;
  background: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .flow-DL {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .flow-DL {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px;
  }
}
.flow-DL .tit {
  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;
  color: #0578f2;
  line-height: 1.4;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .flow-DL .tit {
    width: 22%;
    margin-bottom: 0rem;
  }
}
.flow-DL .tit .en {
  font-family: "Lexend Deca", sans-serif;
}
.flow-DL .tit .ja {
  font-size: 3rem;
}
.flow-DL .txt {
  width: 100%;
  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;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1200px) {
  .flow-DL .txt {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.flow-DL .img {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .flow-DL .img {
    margin-bottom: 0px;
    width: 22%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.flow-DL .img img {
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .flow-DL .img img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .flow-DL .img img {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .flow-DL .img img {
    width: 100%;
  }
}

.qa-all .qa-set {
  margin-bottom: 3rem;
  padding: 15px 0px;
}
@media (min-width: 992px) {
  .qa-all .qa-set {
    padding: 30px 0px;
  }
}
.qa-all .q-box {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  background: #0578f2;
  color: #fff;
  padding: 1.6rem 4rem 1.6rem 8rem;
  min-height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .qa-all .q-box {
    padding: 1.6rem 8rem;
  }
}
.qa-all .q-box:before {
  content: "Q";
  font-family: "Lexend Deca", sans-serif;
  position: absolute;
  top: 50%;
  left: 15px;
  font-weight: bold;
  color: #313131;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
  border-radius: 50%;
  width: 4rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media (min-width: 992px) {
  .qa-all .q-box:before {
    left: 15px;
    width: 5rem;
  }
}
.qa-all .q-box:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 15px;
  width: 1.8rem;
  aspect-ratio: 1;
  background: url(../images/icon_plus.svg) no-repeat center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .qa-all .q-box:after {
    width: 2.4rem;
    right: 15px;
  }
}
.qa-all .q-box:hover {
  cursor: pointer;
}
.qa-all .q-open:after {
  background: url(../images/icon_minus.svg) no-repeat center/contain;
}
.qa-all .a-box {
  padding: 2rem 2rem 2rem 8rem;
  display: none;
  position: relative;
  border-bottom: solid 1px #313131;
}
@media (min-width: 992px) {
  .qa-all .a-box {
    padding: 2rem 2rem 2rem 8rem;
  }
}
.qa-all .a-box:before {
  content: "A";
  font-family: "Lexend Deca", sans-serif;
  position: absolute;
  top: 2rem;
  left: 15px;
  font-weight: bold;
  width: 4rem;
  aspect-ratio: 1;
  background: #2ad1d1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .qa-all .a-box:before {
    width: 5rem;
    left: 15px;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * production.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * benefit.html
 *  
 *-------------------------------------------------------------------------------------------*/
.controlPanel-Card {
  background: #0578f4;
  color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  line-height: 1.4;
  height: 100%;
}
@media (min-width: 992px) {
  .controlPanel-Card {
    border-radius: 16px;
    padding: 30px;
  }
}
.controlPanel-Card.card01 {
  background: #27c7da;
}
.controlPanel-Card.card02 {
  background: #17a8ec;
}
.controlPanel-Card.card03 {
  background: #0578f2;
}
.controlPanel-Card.card04 {
  background: #2c4fd1;
}
.controlPanel-Card .num {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}
.controlPanel-Card .img {
  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;
  margin-bottom: 5%;
}
.controlPanel-Card .img img {
  max-width: 50%;
}
.controlPanel-Card .tit {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.controlPanel-Card .txt {
  text-align: left;
  font-size: 1.6rem;
}
.controlPanel-Card .txt a {
  color: #fff;
}

/*-------------------------------------------------------------------------------------------*
 *
 * plc.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * trouble.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * recruit.html
 *  
 *-------------------------------------------------------------------------------------------*/
.number-DL {
  background: #fff;
  border-radius: 8px;
  border: solid 1px #ccc;
  padding: 15px 0px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .number-DL {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 20px;
  }
}
.number-DL dt {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.number-DL dt span {
  background: #313131;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  padding: 0.2rem 0.8rem;
  border-radius: 18rem;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.number-DL dt img {
  margin: 0px auto;
  -webkit-filter: invert(99%) sepia(34%) saturate(5779%) hue-rotate(124deg) brightness(88%) contrast(84%);
          filter: invert(99%) sepia(34%) saturate(5779%) hue-rotate(124deg) brightness(88%) contrast(84%);
  height: 60px;
}
@media (min-width: 992px) {
  .number-DL dt img {
    height: 80px;
  }
}
.number-DL dd {
  font-size: 4.8rem;
  font-weight: 700;
  color: #313131;
  text-align: center;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.number-DL dd div {
  padding-top: 0.1em;
  white-space: nowrap;
}
.number-DL dd span {
  font-size: 1.4rem;
}

.career-Wrap {
  background: url(../images/p11_cariier.jpg) no-repeat center bottom/contain;
  padding-bottom: 30vw;
}
@media (min-width: 1200px) {
  .career-Wrap {
    padding-bottom: 26vw;
  }
}

.career-Card {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  height: 100%;
}
.career-Card.card01 dt {
  background: #27c7da;
}
.career-Card.card02 dt {
  background: #17a8ec;
}
.career-Card.card03 dt {
  background: #0578f2;
}
.career-Card.card04 dt {
  background: #2c4fd1;
}
.career-Card .num {
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.4rem 0px;
  border-radius: 8px;
}
.career-Card .num .en {
  font-family: "Lexend Deca", sans-serif;
  font-size: 2.4rem;
}
.career-Card .num .ja {
  font-size: 1.8rem;
}
.career-Card .txt {
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 1em;
  border-bottom: solid 1px #505050;
  padding: 2.4rem 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.85);
}

.label {
  background: #313131;
  color: #fff;
  padding: 0px 0.8em 0.1em;
  border-radius: 4px;
  line-height: 1.4;
  display: inline-block;
  font-size: 1.4rem;
}

.name {
  width: 40%;
}
@media (min-width: 576px) {
  .name {
    width: auto;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * company.html
 *  
 *-------------------------------------------------------------------------------------------*/
.dotList li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.dotList li:last-child {
  margin-bottom: 0;
}
.dotList li:before {
  content: "";
  display: block;
  aspect-ratio: 6/10;
  width: 0.5rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #0578f2;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.dotList.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dotList.half li {
  width: 100%;
}
@media (min-width: 768px) {
  .dotList.half li {
    width: 50%;
  }
}
.dotList.Horizonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
}

.googleMap {
  width: 100%;
  height: 320px;
}
@media (min-width: 992px) {
  .googleMap {
    height: 480px;
  }
}

.principles-Card {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  height: 100%;
}
@media (min-width: 992px) {
  .principles-Card {
    padding: 25px;
  }
}
.principles-Card.card01 dt {
  background: #27c7da;
}
.principles-Card.card02 dt {
  background: #17a8ec;
}
.principles-Card.card03 dt {
  background: #0578f2;
}
.principles-Card.card04 dt {
  background: #2c4fd1;
}
.principles-Card .num {
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.4rem 0px;
  border-radius: 8px;
  margin-bottom: 2.4rem;
}
.principles-Card .num .en {
  font-family: "Lexend Deca", sans-serif;
  font-size: 2.4rem;
}
.principles-Card .num .ja {
  font-size: 1.8rem;
}
.principles-Card .txt {
  text-align: left;
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.access-Text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-Text img {
  margin-right: 0.8em;
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactBox {
  width: 100%;
}
.contactBox a {
  text-decoration: none;
}
.contactBox dt {
  background: #333;
  color: #fff;
  font-size: 18px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactBox dd {
  background: #fff;
  padding: 30px 0px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ccc;
  border-top: none;
}
.contactBox dd .num {
  font-size: 24px;
  border-bottom: dotted 1px #888;
  padding: 0 30px 10px;
}
.contactBox dd .num em {
  font-style: normal;
  font-size: 18px;
}
.contactBox dd .time {
  padding-top: 1em;
}

.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 15px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #fff;
  line-height: 140%;
  display: block;
  background: #0578f3;
  color: #fff;
}
.mailfoamTable th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mailfoamTable th .required {
  margin-left: 1.6rem;
}
.mailfoamTable td {
  width: 100%;
  padding: 20px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
  background: #fff;
}
.mailfoamTable td .form-control {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
}

@media (min-width: 992px) {
  .mailfoamTable table {
    width: 100%;
    display: table;
  }
  .mailfoamTable th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .mailfoamTable th div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 20px 20px 20px 20px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
.select-Wrap {
  position: relative;
  display: inline-block;
  width: 80%;
}
@media (min-width: 768px) {
  .select-Wrap {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .select-Wrap {
    width: 25%;
  }
}
.select-Wrap:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 80%);
  width: 8px;
  aspect-ratio: 1;
  top: calc(50% + 1px);
  right: 4%;
  background: #333;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.select-Wrap select {
  -webkit-appearance: none;
}

textarea {
  width: 100%;
}

.form15 {
  width: 20%;
  display: inline-block;
}

.form25 {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .form25 {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .form25 {
    width: 25%;
  }
}

.form50 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 767px) {
  .form15 {
    width: 15%;
  }
  .form50 {
    width: 50%;
  }
}
.need {
  color: #df443e;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  line-height: 1em;
}

.required {
  background: #df443e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  width: 44px;
  color: #fff;
  padding: 0px 0px 1px;
  border-radius: 3px;
  line-height: 1;
  font-size: 11px;
}

.formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-width: 160px;
  min-height: 56px;
  background: #2ad1d1;
  color: #fff;
  position: relative;
  font-size: 3.2vw;
  line-height: 1.2;
  padding: 0px 4px 0px 25px;
  border: none;
  border-radius: 30px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  text-align: left;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #FF000D;
  text-decoration: none;
}
.formBtn.back {
  padding: 0px 25px 0px 4px;
}
.formBtn.back:before {
  content: "";
  background: #fff url(../images/icon_arrow-round.svg) no-repeat center/14px;
  display: inline-block;
  aspect-ratio: 1;
  margin-right: 1.2rem;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.formBtn.next:after {
  content: "";
  background: #fff url(../images/icon_arrow-round.svg) no-repeat center/14px;
  display: inline-block;
  width: 48px;
  aspect-ratio: 1;
  margin-left: 1.2rem;
  border-radius: 50%;
}
.formBtn button.formBtn {
  border: none;
  outline: none;
}
.formBtn button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 14px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px #999 inset;
          box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-wrap: break-word;
  text-align: justify;
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}
.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
#h2Title {
  height: 380px;
  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;
  margin-top: 60px;
  width: 100%;
}
@media (min-width: 992px) {
  #h2Title {
    height: 400px;
    margin-top: 120px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    height: 440px;
    margin-top: 175px;
  }
}
#h2Title.p01 {
  background: url(../images/bg_h2.jpg) no-repeat center/cover;
}
#h2Title.p02 {
  background: url(../images/bg_h2-02.jpg) no-repeat center/cover;
}
#h2Title.p03 {
  background: url(../images/bg_h2-03.jpg) no-repeat center/cover;
}
#h2Title h2 {
  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;
  text-align: center;
}
#h2Title h2:before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  background: url(../images/icon_sts.png) no-repeat center/cover;
  margin: 0px auto;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  #h2Title h2:before {
    width: 45px;
  }
}
#h2Title h2 .en {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  font-size: 9vw;
  text-align: left;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  #h2Title h2 .en {
    font-size: 9rem;
  }
}
@media (min-width: 992px) {
  #h2Title h2 .en {
    font-size: 10rem;
  }
}
@media (min-width: 1200px) {
  #h2Title h2 .en {
    font-size: 11rem;
  }
}
#h2Title h2 .ja {
  font-size: 5.2vw;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  #h2Title h2 .ja {
    font-size: 3.6rem;
  }
}

.title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #181818;
}
.title .en {
  font-size: 1.6rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 2rem;
  padding-left: 24px;
  position: relative;
}
.title .en:before {
  content: "";
  display: block;
  background: url(../images/icon_sts.png) no-repeat center/cover;
  width: 17px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.title .ja {
  font-size: 6.2vw;
  font-weight: 700;
  position: relative;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .title .ja {
    font-size: 3.2rem;
  }
}
.title .sub {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 576px) {
  .title .sub {
    font-size: 2.4rem;
  }
}
.title .num {
  font-family: "Lexend Deca", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .title .num {
    font-size: 7.2rem;
  }
}
.title.text-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
  width: 100%;
}
.title.text-center .en {
  text-align: center;
}
.title.text-center .ja {
  text-align: center;
}
.title.white .en,
.title.white .sub,
.title.white .num,
.title.white .ja {
  color: #fff;
}

.title2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #046ad6;
}

.category-Title {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  line-height: 1.4;
  display: block;
}
.category-Title::before {
  display: block;
  content: "";
  background: #046ad6;
  height: 100%;
  width: 6px;
  border-radius: 3px;
  position: absolute;
}
.category-Title span {
  display: block;
  width: calc(100% - 3rem);
  border-bottom: solid 1px #313131;
  height: 100%;
  margin: 0px 0px 0px 3rem;
  padding: 0.8rem 0;
}

.subTitle {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subTitle .num {
  font-weight: 700;
  font-family: "Lexend Deca", sans-serif;
  color: #fff;
  background: #2ad1d1;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.1em 0.6em 0.1em;
  margin-bottom: 1rem;
}
.subTitle .ja {
  font-size: 5.4vw;
  font-weight: 700;
}
@media (min-width: 576px) {
  .subTitle .ja {
    font-size: 3.2rem;
  }
}

.subTitle2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  background: #2ad1d1;
}

.read {
  font-size: 2.4rem;
  font-weight: 700;
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  text-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2ad1d1;
  height: 50px;
  max-width: 320px;
  width: 100%;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  padding: 0px 5px 0px 25px !important;
  font-size: 2.1rem;
}
.detailBtn:hover {
  background: #ff000d;
  color: #fff;
}
@media (min-width: 1200px) {
  .detailBtn {
    height: 60px;
    width: 240px;
    max-width: initial;
  }
}
.detailBtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .detailBtn span {
    width: 48px;
    height: 48px;
  }
}
.detailBtn span img {
  width: 12px;
  -webkit-filter: invert(17%) sepia(19%) saturate(8%) hue-rotate(1deg) brightness(101%) contrast(95%);
          filter: invert(17%) sepia(19%) saturate(8%) hue-rotate(1deg) brightness(101%) contrast(95%);
}
.detailBtn.large {
  width: 100%;
}
@media (min-width: 1200px) {
  .detailBtn.large {
    width: 360px;
  }
}
.detailBtn.anchorLink span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.detailBtn.white {
  background: #fff;
  color: #313131 !important;
}
.detailBtn.white:hover {
  background: #F0FFFF;
}
.detailBtn.white span {
  background: #2ad1d1;
}
.detailBtn.white span img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.detailBtn.back span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.white {
  color: #fff;
}

.gray {
  color: #eeeeee;
}

.gray2 {
  color: #575757;
}

.skyBlue {
  color: #2ad1d1;
}

.blue {
  color: #046ad6;
}
.blue a {
  color: #046ad6;
  text-decoration: none;
}

.green {
  color: #9bbb59;
}

.yellow {
  color: #ffc000;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wrapper {
  width: 100%;
  padding: 0px 15px;
}

.verticalMiddle-Box {
  height: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.padding-Right {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .padding-Right {
    padding-right: 8.1%;
  }
}

.padding-Left {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .padding-Left {
    padding-left: 8.1%;
  }
}

.padding-md-Right {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .padding-md-Right {
    padding-right: 8.1%;
  }
}

.padding-md-Left {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .padding-md-Left {
    padding-left: 8.1%;
  }
}

.padding-lg-Right {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .padding-lg-Right {
    padding-right: 8.1%;
  }
}

.padding-lg-Left {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .padding-lg-Left {
    padding-left: 8.1%;
  }
}

.padding-xl-Right {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .padding-xl-Right {
    padding-right: 8.1%;
  }
}

.padding-xl-Left {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .padding-xl-Left {
    padding-left: 8.1%;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media (min-width: 992px) {
  .anchor {
    padding-top: 150px;
    margin-top: -150px;
  }
}
@media (min-width: 1200px) {
  .anchor {
    padding-top: 200px;
    margin-top: -200px;
  }
}

.objectfit-Img {
  width: 100%;
  height: 100%;
}
.objectfit-Img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 66.666%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pbb {
  page-break-before: always;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh18 {
  line-height: 1.8;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.lh-normal {
  line-height: normal;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.m-auto {
  margin: 0px auto;
}

.mt-00 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

@media (min-width: 576px) {
  .mt-sm-00 {
    margin-top: 0px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .mt-md-00 {
    margin-top: 0px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-00 {
    margin-top: 0px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-00 {
    margin-top: 0px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mt-xxl-90 {
    margin-top: 90px;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

@media (min-width: 768px) {
  .ml-md-00 {
    margin-left: 0px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-30 {
    margin-left: 3dvh !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-00 {
    margin-left: 0px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-30 {
    margin-left: 3dvh !important;
  }
}
.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb150 {
  margin-bottom: 75px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb200 {
  margin-bottom: 100px !important;
}

.mb220 {
  margin-bottom: 110px !important;
}

.mb240 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
}
.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb250 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
  .mb-210 {
    margin-bottom: 210px !important;
  }
  .mb-240 {
    margin-bottom: 240px !important;
  }
}/*# sourceMappingURL=style.css.map */