@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

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

body {
  color: #333;
  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.05em;
  overflow-x: hidden;
  font-size: 1.8rem;
  font-weight: 500;
}

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: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 600ms 0s ease;
  align-items: center;
  background: #fff;
  padding: 0px 15px;
}
@media (min-width: 1200px) {
  #header {
    height: 80px;
    padding: 0px 30px;
  }
}
@media (min-width: 1400px) {
  #header {
    height: 100px;
  }
}
#header #logo {
  display: block;
  width: 240px;
  transition: all 600ms 0s ease;
}
@media (min-width: 576px) {
  #header #logo {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  #header #logo {
    width: 267px;
  }
}
#header #mainNavi {
  display: none;
}
@media (min-width: 1200px) {
  #header #mainNavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#header #mainNavi > li {
  display: block;
}
#header #mainNavi > li > a {
  padding: 0px 1.5rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1400px) {
  #header #mainNavi > li > a {
    padding: 0px 2.5rem;
  }
}
#header #mainNavi > li > a:after {
  width: 0%;
  content: "";
  display: block;
  background: #27b0fc;
  height: 1px;
  transition: all 600ms 0s ease;
}
#header #mainNavi > li#contactButton {
  margin-left: 1.5rem;
}
#header #mainNavi > li#contactButton a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  justify-content: center;
  height: 100%;
  background: #204483;
  background: linear-gradient(90deg, rgb(32, 68, 131) 0%, rgb(0, 138, 210) 40%, rgb(101, 215, 255) 100%);
  height: 50px;
  width: 210px;
  transition: all 600ms 0s ease;
  border-radius: 30px;
}
@media (min-width: 1400px) {
  #header #mainNavi > li#contactButton a {
    height: 60px;
    width: 220px;
  }
}
#header #mainNavi > li#contactButton a img {
  filter: brightness(0) invert(1);
  width: 16px;
}
@media (min-width: 1400px) {
  #header #mainNavi > li#contactButton a img {
    width: 20px;
  }
}
#header #mainNavi > li#contactButton a:hover, #header #mainNavi > li#contactButton a.active a {
  opacity: 0.7;
}
#header #mainNavi > li#contactButton a:after {
  display: none;
}
#header #mainNavi li.active a:after,
#header #mainNavi li a:hover:after {
  width: 100%;
}
#header.on {
  height: 60px;
}
@media (min-width: 1400px) {
  #header.on {
    height: 80px;
  }
}
#header.on #logo {
  width: 240px;
}
#header.on #mainNavi #contactButton a {
  height: 50px;
}
@media (min-width: 1400px) {
  #header.on #mainNavi #contactButton a {
    height: 60px;
  }
}
#header.on #mainNavi #contactButton a img {
  width: 21px;
  height: auto;
}

/*-------------------------------------------------------------------------------------------*
     *
     * サイドメニュー
     *  
*-------------------------------------------------------------------------------------------*/
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 102;
  padding: 80px 15px 15px;
}
@media (min-width: 576px) {
  #sidebar {
    right: -320px;
    width: 320px;
  }
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
#sidebar #side-logo {
  width: 280px;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  font-size: 1.8rem;
}
#sidebar .list-sidenav > li {
  text-align: left;
  margin-bottom: 5px;
}
#sidebar .list-sidenav > li > a {
  color: #3a3a3a;
  line-height: 1.2;
  display: flex;
  padding: 1.8rem 0px;
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: dashed 1px #5f5f5f;
  font-size: 1.8rem;
  font-weight: 500;
}
#sidebar .list-sidenav > li > a:after {
  content: url(../images/icon_arrow.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  border-bottom: solid 1px #008ad2;
  color: #008ad2;
}
#sidebar .list-sidenav > li.active > a:after,
#sidebar .list-sidenav > li > a:hover:after {
  filter: invert(33%) sepia(93%) saturate(3017%) hue-rotate(180deg) brightness(99%) contrast(101%);
}
#sidebar .list-sidenav > li.active > a:after {
  filter: invert(33%) sepia(93%) saturate(3017%) hue-rotate(180deg) brightness(99%) contrast(101%);
}
#sidebar .submenu {
  background: #fff;
  display: none;
}
#sidebar .submenu li {
  border-bottom: 1px dashed #b4b4b4;
}
#sidebar .submenu li a {
  padding: 1rem;
  font-size: 1.3rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sidebar .submenu li a:hover {
  color: #008ad2;
}

.sidebar-bnr {
  text-align: center;
}
.sidebar-bnr img {
  width: 80%;
  margin: 0px auto;
}

body.side-open {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
body.side-open::-webkit-scrollbar {
  display: none;
}

#sidebarContact {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgb(32, 68, 131) 0%, rgb(0, 138, 210) 40%, rgb(101, 215, 255) 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
}

#sidebarTel {
  line-height: 1;
}
#sidebarTel .tel {
  font-weight: 700;
}
#sidebarTel .tel .en {
  font-size: 1.8rem;
}
#sidebarTel .tel .num {
  font-size: 3rem;
}

/* -------------------------------
        オーバーレイ
    -------------------------------- */
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  z-index: 101;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* -------------------------------
        HambergerMenu
    -------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  transform: translate3d(0, 0, 0);
  z-index: 103;
  display: block;
}
@media (min-width: 576px) {
  .menuWrapper {
    right: 0px;
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .menuWrapper {
    display: none;
  }
}

@media (min-width: 1200px) {
  .side-open .menuWrapper {
    display: block;
  }
}
.menuWrapper.on {
  right: 0px;
  top: 0px;
}
@media (min-width: 1200px) {
  .menuWrapper.on {
    right: 0px;
    top: 0px;
  }
}

#menuButton {
  background: #333;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 28px;
  height: 1px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -7px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 7px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

body.side-open #menuButton {
  display: block;
}

/* アニメーション */
#menuButton {
  margin-right: 120px;
}
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #f0fcff url(../images/bg_footer.jpg) no-repeat center;
}
#footer .footer-Catch {
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 75px 0px;
  background: url(../images/bg_scale.png) no-repeat center bottom/auto 30px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  #footer .footer-Catch {
    padding: 150px 0px;
    background: url(../images/bg_scale.png) no-repeat left bottom/100% auto;
  }
}
#footer .footer-Catch span {
  background: #204483;
  background: linear-gradient(90deg, rgb(32, 68, 131) 0%, rgb(0, 138, 210) 40%, rgb(101, 215, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 5.2vw;
}
@media (min-width: 576px) {
  #footer .footer-Catch span {
    font-size: 4rem;
  }
}
#footer #footerBody {
  width: 100%;
  padding: 90px 0px 90px;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 120px 0px;
  }
}
#footer #footerBody a {
  color: #333;
  text-decoration: none;
}
#footer #footerBody #f-logo {
  text-align: center;
}
@media (min-width: 992px) {
  #footer #footerBody #f-logo {
    text-align: left;
  }
}
#footer #footerBody #f-logo img {
  margin: 0px auto;
  width: 240px;
}
@media (min-width: 768px) {
  #footer #footerBody #f-logo img {
    max-width: 320px;
    width: 100%;
  }
}
#footer #footerBody .footerLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft {
    align-items: flex-start;
  }
}
#footer #footerBody .footerLeft .mapPin {
  width: 10px;
  display: inline-block;
  filter: invert(36%) sepia(100%) saturate(1018%) hue-rotate(172deg) brightness(92%) contrast(102%);
  vertical-align: baseline;
  margin-left: 0.6rem;
  aspect-ratio: 385/512;
  line-height: 1;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft .mapPin {
    width: 13px;
  }
}
#footer #footerBody .footerLeft .f-tel {
  line-height: 1.8;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1.4;
  }
}
#footer #footerBody .footerRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#footer #footerBody .footerRight #textLink {
  display: none;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #footer #footerBody .footerRight #textLink {
    display: flex;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight #textLink {
    justify-content: flex-end;
  }
}
#footer #footerBody .footerRight #textLink li {
  margin: 0px 0px 0px 1rem;
}
@media (min-width: 1200px) {
  #footer #footerBody .footerRight #textLink li {
    margin: 0px 0px 0px 2rem;
  }
}
#footer #footerBody .footerRight #textLink li a {
  text-decoration: none;
}
#footer #footerBody .footerRight #textLink li a:hover {
  text-decoration: underline;
}
#footer #footerBody .footerRight #copy {
  text-align: center;
  margin: 0px;
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight #copy {
    text-align: right;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#catch {
  width: 100%;
  overflow: hidden;
  padding: 16vw 20px;
  position: relative;
  margin-top: 60px;
}
@media (min-width: 992px) {
  #catch {
    padding: 140px 40px;
    background-position: center bottom 100px;
  }
}
@media (min-width: 1200px) {
  #catch {
    padding: 100px 80px 140px;
    margin-top: 80px;
  }
}
@media (min-width: 1640px) {
  #catch {
    padding: 100px 100px 150px;
    margin-top: 100px;
  }
}
#catch:after {
  content: "";
  display: block;
  aspect-ratio: 1700/80;
  width: 800px;
  background: url(../images/bg_scale.png) no-repeat top left/contain;
  position: absolute;
  bottom: 4vw;
  left: 38%;
}
@media (min-width: 576px) {
  #catch:after {
    width: 1000px;
    bottom: 6vw;
  }
}
@media (min-width: 992px) {
  #catch:after {
    bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #catch:after {
    width: 1400px;
    bottom: 50px;
  }
}
@media (min-width: 1400px) {
  #catch:after {
    bottom: 90px;
    width: 1700px;
  }
}
#catch .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #204483;
  background: linear-gradient(90deg, rgb(32, 68, 131) 0%, rgb(0, 138, 210) 40%, rgb(101, 215, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  display: block;
  letter-spacing: -0.025em;
  font-size: 8.2vw;
}
@media (min-width: 1200px) {
  #catch .en {
    font-size: 7vw;
  }
}
@media (min-width: 1400px) {
  #catch .en {
    font-size: 6.4vw;
  }
}
@media (min-width: 1640px) {
  #catch .en {
    font-size: 11rem;
  }
}
#catch .ja {
  color: #204483;
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
  width: 100%;
}

#sliderWrap {
  position: relative;
  width: 100%;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  #sliderWrap {
    padding: 0px 40px;
  }
}
@media (min-width: 1200px) {
  #sliderWrap {
    padding: 0px 80px;
  }
}
@media (min-width: 1400px) {
  #sliderWrap {
    padding: 0px 100px;
  }
}

#mainSlider {
  width: 100%;
  line-height: 1;
}
#mainSlider li img:nth-child(1) {
  display: none;
}
#mainSlider li img:nth-child(2) {
  display: none;
}
#mainSlider li img:nth-child(3) {
  display: block;
}
@media (min-width: 768px) {
  #mainSlider li img:nth-child(1) {
    display: none;
  }
  #mainSlider li img:nth-child(2) {
    display: block;
  }
  #mainSlider li img:nth-child(3) {
    display: none;
  }
}
@media (min-width: 992px) {
  #mainSlider li img:nth-child(1) {
    display: block;
  }
  #mainSlider li img:nth-child(2) {
    display: none;
  }
  #mainSlider li img:nth-child(3) {
    display: none;
  }
}

.about-Wrap {
  background: url(../images/bg_scale3.jpg) no-repeat bottom center;
  background-size: 150%;
  padding: 0px 15px;
}
@media (min-width: 992px) {
  .about-Wrap {
    background-size: 100%;
  }
}

.about-Image {
  display: none;
}
@media (min-width: 992px) {
  .about-Image {
    display: block;
    width: 700px;
    position: absolute;
    top: 0px;
    right: -45vw;
  }
}

.service-Wrap {
  background: url(../images/bg_service.jpg) no-repeat bottom left/auto 600px;
  padding: 0px 15px;
}
@media (min-width: 1200px) {
  .service-Wrap {
    background-size: 100%;
  }
}

.service-Image {
  display: none;
}
@media (min-width: 992px) {
  .service-Image {
    display: block;
    width: 800px;
    position: absolute;
    top: 0px;
    right: -45vw;
  }
}
@media (min-width: 1800px) {
  .service-Image {
    max-width: initial;
  }
}

.works-Wrap {
  width: 100%;
  padding: 0px 15px;
  background: url(../images/bg_map.jpg) no-repeat left 70% center/auto 100%;
}
@media (min-width: 768px) {
  .works-Wrap {
    background: url(../images/bg_map.jpg) no-repeat left 60% center/auto 100%;
  }
}
@media (min-width: 992px) {
  .works-Wrap {
    background: url(../images/bg_map.jpg) no-repeat left 50% center/auto 100%;
  }
}

.heightCont {
  padding: 60px 0px;
}
@media (min-width: 768px) {
  .heightCont {
    padding: 90px 0px;
  }
}
@media (min-width: 992px) {
  .heightCont {
    padding: 120px 0px;
  }
}
@media (min-width: 1200px) {
  .heightCont {
    padding: 180px 0px;
  }
}
@media (min-width: 1400px) {
  .heightCont {
    padding: 240px 0px;
  }
}

.works-Wrap {
  width: 100%;
  padding: 0px 15px;
  background: url(../images/bg_map.jpg) no-repeat left 70% center/auto 100%;
}
@media (min-width: 768px) {
  .works-Wrap {
    background: url(../images/bg_map.jpg) no-repeat left 60% center/auto 100%;
  }
}
@media (min-width: 992px) {
  .works-Wrap {
    background: url(../images/bg_map.jpg) no-repeat left 50% center/auto 100%;
  }
}

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

/*-------------------------------------------------------------------------------------------*
 *
 * service.html 
 *  
 *-------------------------------------------------------------------------------------------*/
.bg_blue-Mpa {
  background: #eafbff;
  background: url(../images/bg_blue.jpg) no-repeat top center;
  padding: 60px 15px 0px;
}
@media (min-width: 992px) {
  .bg_blue-Mpa {
    padding: 90px 0px 0px;
  }
}

.bg_blue {
  background: #e9fbff;
  background: linear-gradient(180deg, rgb(233, 251, 255) 0%, rgb(233, 251, 255) 600px, rgb(255, 255, 255) 600px);
  padding: 60px 15px 0px;
}
@media (min-width: 992px) {
  .bg_blue {
    padding: 90px 0px 0px;
  }
}

.bg_scale {
  width: 100%;
  background: url(../images/bg_scale-vertical.jpg) no-repeat top 0px left 7.5%;
  padding: 60px 15px;
}
@media (min-width: 992px) {
  .bg_scale {
    padding: 120px 0px;
  }
}

.bg_scale-Gray {
  width: 100%;
  padding: 60px 15px;
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .bg_scale-Gray {
    padding: 120px 0px;
  }
}
.bg_scale-Gray.right {
  background: #f5f5f5 url(../images/bg_scale-gary-vertical.jpg) no-repeat top 0px right 7.5%;
}
.bg_scale-Gray.left {
  background: #f5f5f5 url(../images/bg_scale-gary-vertical.jpg) no-repeat top 0px left 7.5%;
}

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

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

/*-------------------------------------------------------------------------------------------*
 *
 * works.html
 *  
 *-------------------------------------------------------------------------------------------*/
.responsiveTable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.4;
}
.responsiveTable thead {
  display: none;
}
@media (min-width: 768px) {
  .responsiveTable thead {
    display: table-header-group;
  }
}
.responsiveTable thead tr {
  background: #6185b3;
  background: linear-gradient(90deg, rgb(97, 133, 179) 0%, rgb(108, 195, 239) 100%);
}
.responsiveTable thead th {
  color: #fff;
  padding: 10px 15px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  font-weight: 500;
}
.responsiveTable thead th:nth-child(1) {
  width: 18%;
}
.responsiveTable thead th:nth-child(2) {
  width: 36%;
}
.responsiveTable thead th:nth-child(3) {
  width: 36%;
}
.responsiveTable thead th:nth-child(4) {
  width: 10%;
  text-align: center;
}
@media (min-width: 768px) {
  .responsiveTable tbody tr:last-child th {
    border-bottom: #ccc solid 1px;
  }
  .responsiveTable tbody tr:nth-child(even) th,
  .responsiveTable tbody tr:nth-child(even) td {
    background: #fafafa;
  }
}
.responsiveTable tbody tr {
  background: #6185b3;
  background: linear-gradient(90deg, rgb(97, 133, 179) 0%, rgb(108, 195, 239) 100%);
}
.responsiveTable tbody th {
  display: block;
  color: #fff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .responsiveTable tbody th {
    display: table-cell;
    background: #fff;
    color: #204483;
    border-bottom: #ccc solid 1px;
  }
}
.responsiveTable tbody th:before {
  content: attr(data-td-title);
  float: left;
  clear: both;
  white-space: pre-wrap;
}
@media (min-width: 768px) {
  .responsiveTable tbody th:before {
    display: none;
  }
}
.responsiveTable tbody th:after {
  content: "";
  display: block;
  clear: both;
}
.responsiveTable tbody th:last-child {
  border-right: #ccc solid 1px;
}
.responsiveTable tbody th div {
  padding-left: 5em;
}
@media (min-width: 768px) {
  .responsiveTable tbody th div {
    padding-left: 0;
  }
}
.responsiveTable tbody td {
  display: block;
  background: #fff;
  padding: 15px 15px;
  border-left: none;
  border-bottom: #ccc solid 1px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .responsiveTable tbody td {
    display: table-cell;
    border-left: #ccc solid 1px;
  }
}
.responsiveTable tbody td:before {
  content: attr(data-td-title);
  float: left;
  clear: both;
  font-weight: bold;
  white-space: pre-wrap;
  color: #204483;
}
@media (min-width: 768px) {
  .responsiveTable tbody td:before {
    display: none;
  }
}
.responsiveTable tbody td:after {
  content: "";
  display: block;
  clear: both;
}
.responsiveTable tbody td div {
  padding-left: 5em;
}
@media (min-width: 768px) {
  .responsiveTable tbody td div {
    padding-left: 0;
    margin: 0;
  }
}
.responsiveTable tbody td:nth-child(4) {
  text-align: left;
}
@media (min-width: 768px) {
  .responsiveTable tbody td:nth-child(4) {
    text-align: center;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * company.html
 *  
 *-------------------------------------------------------------------------------------------*/
.textBox {
  background: #fff;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  .textBox {
    padding: 30px 60px;
  }
}

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

.bg_blue-Bottom {
  background: #eafbff;
  background: linear-gradient(0deg, rgb(234, 251, 255) 0%, rgb(234, 251, 255) 600px, rgb(255, 255, 255) 600px);
  padding: 0px 15px 60px;
}
@media (min-width: 992px) {
  .bg_blue-Bottom {
    padding: 0px 0px 90px;
  }
}

.responsiveTable4 {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsiveTable4 {
    display: table;
  }
}
.responsiveTable4 th {
  width: 100%;
  padding: 12px 15px;
  font-weight: 400;
  border-top: none;
  line-height: 140%;
  display: block;
  color: #fff;
  background: linear-gradient(90deg, rgb(97, 133, 179) 0%, rgb(108, 195, 239) 100%);
}
@media (min-width: 768px) {
  .responsiveTable4 th {
    width: 30%;
    padding: 15px 25px;
    border-bottom: solid 1px #fff;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
}
.responsiveTable4 td {
  width: 100%;
  padding: 15px 15px 35px;
  border-bottom: none;
  line-height: 140%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .responsiveTable4 td {
    padding: 15px 25px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}

.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;
  width: 0.5rem;
  height: 0.7rem;
  background: #6bbeeb;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.dotList.Horizonal {
  display: flex;
  flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
}

.bg_scale-Right {
  width: 100%;
  background: url(../images/bg_scale-vertical-right.jpg) no-repeat top 0px right 5%;
  padding: 60px 15px;
}
@media (min-width: 992px) {
  .bg_scale-Right {
    padding: 120px 0px;
  }
}

.hr {
  border-top: none;
  background: url(../images/bg_scale.png) no-repeat left bottom/100% auto;
  width: 100%;
  aspect-ratio: 1700/80;
  opacity: 1;
  margin: 0px;
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 15px 15px 10px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #204483;
  line-height: 140%;
  display: block;
}
.mailfoamTable th div {
  display: flex;
  justify-content: flex-start;
}
.mailfoamTable th .required {
  margin-left: 0.5em;
}
.mailfoamTable td {
  width: 100%;
  padding: 15px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}
.mailfoamTable td .form-control {
  font-size: 1.4rem;
  padding: 0.75rem 1.25rem;
}

@media (min-width: 768px) {
  .mailfoamTable table {
    width: 100%;
    display: table;
  }
  .mailfoamTable th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #204483;
    border-bottom: solid 1px #204483;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .mailfoamTable th div {
    justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 18px 0px 18px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
textarea {
  width: 100%;
}

.form25 {
  width: 80%;
  display: inline-block;
}

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

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

.required {
  background: #e8342f;
  display: inline-flex;
  align-items: 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: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 475px;
  height: 56px;
  background: #444;
  color: #fff;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #666;
  text-decoration: none;
}
.formBtn.back:before {
  content: "";
  background: url(../images/icon_arrow-left.svg) no-repeat center/contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1.2rem;
  filter: brightness(0) invert(1);
}
.formBtn.next:after {
  content: "";
  background: url(../images/icon_arrow-right.svg) no-repeat center/contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  margin-left: 1.2rem;
}

button.formBtn {
  border: none;
  outline: none;
}
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;
  box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-wrap: break-word;
}
.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: 320px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 40px);
  margin: 60px 20px 0px;
}
@media (min-width: 768px) {
  #h2Title {
    height: 380px;
  }
}
@media (min-width: 992px) {
  #h2Title {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    margin: 80px 30px 0px;
    height: 460px;
  }
}
@media (min-width: 1400px) {
  #h2Title {
    height: 520px;
    margin: 100px 30px 0px;
  }
}
#h2Title.news {
  background: url(../images/bg_h2-news.jpg) no-repeat center/auto 100%;
}
#h2Title.p02 {
  background: url(../images/bg_h2title02.jpg) no-repeat center/auto 100%;
}
#h2Title.p03 {
  background: url(../images/bg_h2title03.jpg) no-repeat center/auto 100%;
}
#h2Title.p04 {
  background: url(../images/bg_h2title04.jpg) no-repeat center/auto 100%;
}
#h2Title.p05 {
  background: url(../images/bg_h2title05.jpg) no-repeat center/auto 100%;
}
#h2Title.p06 {
  background: url(../images/bg_h2title06.jpg) no-repeat center/auto 100%;
}
#h2Title h2 {
  display: flex;
  flex-direction: column;
}
#h2Title h2 .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14vw;
  text-align: left;
  background: #204483;
  background: linear-gradient(90deg, rgb(32, 68, 131) 0%, rgb(0, 138, 210) 40%, rgb(101, 215, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  #h2Title h2 .en {
    font-size: 12rem;
  }
}
@media (min-width: 1200px) {
  #h2Title h2 .en {
    font-size: 13rem;
  }
}
@media (min-width: 1400px) {
  #h2Title h2 .en {
    -webkit-text-stroke: none;
  }
}
#h2Title h2 .ja {
  font-size: 5.2vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  #h2Title h2 .ja {
    font-size: 3.6rem;
  }
}

.title {
  display: flex;
  flex-direction: column;
  position: relative;
}
.title .ja {
  font-size: 3.6vw;
  position: relative;
  padding-left: 3.6rem;
  color: #204483;
  font-weight: 700;
}
@media (min-width: 768px) {
  .title .ja {
    padding-left: 3.6rem;
    font-size: 2.4rem;
  }
}
.title .ja:before {
  position: absolute;
  left: 0;
  top: 3vw;
  content: "";
  display: inline-block;
  width: 16px;
  height: 3px;
  background: #0a5cb8;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .title .ja:before {
    top: 2rem;
    width: 20px;
    height: 5px;
  }
}
.title .en {
  font-size: 8vw;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.025em;
  color: #008ad2;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .title .en {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .title .en {
    font-size: 11rem;
  }
}
.title.center {
  align-items: center;
}
.title.center .en {
  text-align: center;
}
.title.center .ja {
  padding: 0px 4.8rem;
}
.title.center .ja:after {
  position: absolute;
  right: 0;
  top: 3vw;
  content: "";
  display: inline-block;
  width: 16px;
  height: 3px;
  background: #0a5cb8;
}
.title.center .ja:before {
  width: 16px;
  height: 3px;
}
.title.white .ja {
  color: #fff;
}
.title.white .ja:before {
  background: #fff;
}
.title.white .ja:after {
  background: #fff;
}
.title.white .en {
  color: #fff;
}

.subTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.subTitle .ja {
  color: #204483;
  font-size: 5.8vw;
  font-weight: 700;
  margin-bottom: 0.1em;
}
@media (min-width: 768px) {
  .subTitle .ja {
    font-size: 4.8rem;
  }
}
.subTitle .en {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #008ad2;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .subTitle .en {
    font-size: 2.4rem;
  }
}
.subTitle.center {
  align-items: center;
}
.subTitle.Horizonal {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.subTitle.Horizonal .ja {
  margin-right: 2.4rem;
}

.subTitle2 {
  font-size: 5.2vw;
  font-weight: 700;
  color: #0a5cb8;
  line-height: 1;
}
@media (min-width: 768px) {
  .subTitle2 {
    font-size: 3.6rem;
  }
}

.read {
  font-size: 6.4vw;
  font-weight: 700;
  color: #204483;
}
@media (min-width: 768px) {
  .read {
    font-size: 4rem;
  }
}

.read2 {
  line-height: 1;
  font-size: 4.8vw;
  font-weight: 700;
  color: #204483;
  padding-left: 38px;
  position: relative;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .read2 {
    font-size: 3.2rem;
  }
}
.read2:before {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: #008ad2;
  position: absolute;
  left: 0px;
  top: calc(50% - 3px);
}

.read3 {
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
  color: #204483;
  padding-left: 20px;
  position: relative;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.read3:before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1;
  background: #008ad2;
  position: absolute;
  left: 0px;
  top: 0.9rem;
}

.note {
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
  border-bottom: dashed 1px #ccc;
  line-height: 1.4;
  padding: 0.8rem 0rem 0.8rem 1.8rem;
}
.note:before {
  content: "";
  display: block;
  width: 0.6rem;
  aspect-ratio: 1;
  background: #008ad2;
  top: 1.4rem;
  position: absolute;
  left: 0.4rem;
  border-radius: 50%;
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: inline-flex;
  text-align: center;
  background: #008ad2;
  color: #fff;
  font-weight: 700;
  max-width: 320px;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 0px 10px;
  text-decoration: none;
  position: relative;
}
.detailBtn:after {
  content: "";
  width: 40px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  transition: all 600ms 0s ease;
  position: absolute;
  right: 10px;
  top: calc(50% - 20px);
}
.detailBtn:hover {
  color: #fff;
  background: #0a5cb8;
  transition: all 600ms 0s ease;
}
.detailBtn:hover:after {
  transform: translate(3px, 0);
}
.detailBtn.white {
  background: #fff;
  color: #008ad2 !important;
}
.detailBtn.white:after {
  background: url(../images/icon_arrow-blue.png) no-repeat center/contain;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  padding: 0px 25px;
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.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: 75%;
  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;
}

.white {
  color: #fff !important;
}

.blue {
  color: #204483;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.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-10 {
  margin-top: 10px;
}

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

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

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

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

.ml-00 {
  margin-left: 0px !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;
}

.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;
  }
  .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 */