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

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

body {
  color: #333;
  margin: 0px;
  font-family: "Noto Serif JP", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.8;
  overflow-x: hidden;
  font-size: 1.6rem;
}

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

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 40px;
  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: 50px;
    padding: 0px 30px;
  }
}
@media (min-width: 1400px) {
  #header {
    height: 60px;
  }
}
#header #logo {
  display: block;
  width: 240px;
  transition: all 600ms 0s ease;
}
@media (min-width: 576px) {
  #header #logo {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  #header #logo {
    width: 310px;
  }
}
#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 2rem;
  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 {
    font-size: 1.6rem;
  }
}
#header #mainNavi > li > a:after {
  width: 0%;
  content: "";
  display: block;
  background: #3e5066;
  height: 1px;
  transition: all 600ms 0s ease;
}
#header #mainNavi > li#contactButton {
  margin-left: 2rem;
}
#header #mainNavi > li#contactButton a {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-weight: 400;
  height: 100%;
  font-size: 1.7rem;
  background: #3e5066;
  aspect-ratio: 190/38;
  width: 160px;
  padding: 0px;
  transition: all 600ms 0s ease;
}
@media (min-width: 1400px) {
  #header #mainNavi > li#contactButton a {
    width: 190px;
  }
}
#header #mainNavi > li#contactButton a img {
  filter: brightness(0) invert(1);
  width: 16px;
  margin-right: 0.6rem;
}
@media (min-width: 1400px) {
  #header #mainNavi > li#contactButton a img {
    width: 20px;
    margin-right: 0.6rem;
  }
}
#header #mainNavi > li#contactButton a:after {
  display: none;
}
#header #mainNavi > li#contactButton a:hover, #header #mainNavi > li#contactButton a.active a {
  background: #2b507c;
}
#header #mainNavi li.active a:after,
#header #mainNavi li a:hover:after {
  width: 100%;
}
#header.on {
  height: 40px;
}
@media (min-width: 1400px) {
  #header.on {
    height: 50px;
  }
}
#header.on #logo {
  width: 240px;
}
#header.on #mainNavi #contactButton a {
  width: 160px;
}
@media (min-width: 1400px) {
  #header.on #mainNavi #contactButton a {
    width: 190px;
  }
}
#header.on #mainNavi #contactButton a img {
  width: 20px;
  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: 60px 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%;
}
#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.4rem 0px;
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: solid 1px #8a8a8a;
  font-size: 1.6rem;
  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 #3e5066;
  color: #3e5066;
  font-weight: 700;
}
#sidebar .list-sidenav > li.active > a:after,
#sidebar .list-sidenav > li > a:hover:after {
  filter: invert(25%) sepia(4%) saturate(5049%) hue-rotate(174deg) brightness(102%) contrast(80%);
}
#sidebar .list-sidenav > li.active > a:after {
  filter: invert(25%) sepia(4%) saturate(5049%) hue-rotate(174deg) brightness(102%) contrast(80%);
}
#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: #005145;
}

.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%;
  background: #3e5066;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  font-size: 2rem;
  font-weight: 500;
}
#sidebarContact img {
  filter: brightness(0) invert(1);
  margin-right: 1.2rem;
  width: 19px;
  height: auto;
}

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

/* -------------------------------
        オーバーレイ
    -------------------------------- */
.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: 40px;
  height: 40px;
  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: 24px;
  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: 8px;
  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);
}

/*-------------------------------------------------------------------------------------------*
 *
 * ContactBox
 *  
 *-------------------------------------------------------------------------------------------*/
.contact-Wrap {
  background: url(../images/bg_contact.jpg) no-repeat center/auto 100%;
  padding: 60px 30px;
}
@media (min-width: 992px) {
  .contact-Wrap {
    padding: 90px 30px;
  }
}
@media (min-width: 1200px) {
  .contact-Wrap {
    padding: 120px 60px;
  }
}
.contact-Wrap .row > div {
  display: flex;
}
.contact-Wrap .box-left {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0px;
}
@media (min-width: 1200px) {
  .contact-Wrap .box-left {
    border-right: 1px solid #fff;
    border-left: none;
  }
}
.contact-Wrap .box-right {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0px;
}
@media (min-width: 1200px) {
  .contact-Wrap .box-right {
    border-right: none;
    border-left: none;
  }
}
.contact-Wrap a {
  color: #fff;
}
.contact-Wrap .title .en:after {
  display: none;
}

.contact-Tel {
  color: #fff;
  font-size: 6vw;
  line-height: 1;
}
@media (min-width: 992px) {
  .contact-Tel {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .contact-Tel {
    font-size: 5.2rem;
    margin-bottom: 0px;
  }
}
.contact-Tel span {
  display: flex;
  align-items: center;
}
.contact-Tel img {
  margin-right: 1.6rem;
  vertical-align: middle;
  width: 6vw;
  filter: brightness(0) invert(1);
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .contact-Tel img {
    width: 46px;
  }
}
@media (min-width: 992px) {
  .contact-Tel img {
    width: auto;
  }
}
.contact-Tel a {
  text-decoration: none;
  color: #fff;
}

.contact-Recruit {
  color: #fff;
  font-size: 6vw;
}
@media (min-width: 992px) {
  .contact-Recruit {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .contact-Recruit {
    font-size: 5.2rem;
    margin-bottom: 0px;
  }
}
.contact-Recruit img:nth-child(1) {
  margin-right: 1.6rem;
  vertical-align: middle;
  width: 6.4vw;
}
@media (min-width: 768px) {
  .contact-Recruit img:nth-child(1) {
    width: 54px;
  }
}
@media (min-width: 992px) {
  .contact-Recruit img:nth-child(1) {
    width: auto;
  }
}
.contact-Recruit img:nth-child(2) {
  margin-left: 3.2rem;
  vertical-align: middle;
  width: 20px;
}
@media (min-width: 992px) {
  .contact-Recruit img:nth-child(2) {
    width: auto;
  }
}
.contact-Recruit a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #414141;
}
#footer #footerBody {
  width: 100%;
  color: #fff;
  padding: 60px 0px 70px;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 90px 0px 90px;
  }
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 120px 0px 140px;
  }
}
#footer #footerBody a {
  color: #fff;
  text-decoration: none;
}
#footer #footerBody .footerLeft {
  text-align: center;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft {
    text-align: left;
  }
}
#footer #footerBody .footerLeft #f-logo {
  width: 60vw;
  text-align: center;
  filter: brightness(0) invert(1);
  margin: 0px auto;
}
@media (min-width: 768px) {
  #footer #footerBody .footerLeft #f-logo {
    max-width: 320px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft #f-logo {
    text-align: left;
    margin: inherit;
  }
}
#footer #footerBody .footerLeft .mapPin {
  width: 14px;
  display: inline-block;
  filter: brightness(0) invert(1);
  vertical-align: bottom;
  margin-left: 0.6rem;
}
#footer #footerBody .footerLeft .f-tel {
  font-weight: 400;
  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 #textLink {
  display: none;
  justify-content: center;
  font-size: 1.4rem;
  height: 41px;
  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 2rem;
}
#footer #footerBody .footerRight #textLink li a {
  text-decoration: none;
}
#footer #footerBody .footerRight #textLink li a:hover {
  text-decoration: underline;
}
#footer #copy {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  margin: 0px;
  background: #000;
  color: #fff;
}

#pagetop {
  width: 40px;
}
@media (min-width: 992px) {
  #pagetop {
    width: 66px;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#sliderWrap {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
#sliderWrap #catch {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  z-index: 1;
  width: 85vw;
}
@media (min-width: 768px) {
  #sliderWrap #catch {
    width: 60vw;
    left: 60px;
  }
}
@media (min-width: 1200px) {
  #sliderWrap #catch {
    width: 50vw;
  }
}
@media (min-width: 1600px) {
  #sliderWrap #catch {
    width: auto;
    left: 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: 1200px) {
  #mainSlider li img:nth-child(1) {
    display: block;
  }
  #mainSlider li img:nth-child(2) {
    display: none;
  }
  #mainSlider li img:nth-child(3) {
    display: none;
  }
}

/* スクロールダウンの位置 */
.scroll_down {
  position: absolute;
  bottom: 15px;
  right: 30px;
  z-index: 10;
  width: 9px;
  height: 160px;
}
.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 4s ease-in-out infinite, cirlemovehide 4s ease-out infinite;
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 160px;
  background: #fff;
}
.scroll_down .txt {
  position: absolute;
  left: 5px;
  top: 0px;
  color: #fff;
  font-size: 12px;
  writing-mode: vertical-lr;
  text-decoration: none;
}
@keyframes circlemove {
  0% {
    bottom: 160px;
  }
  60% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.heightCont {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.bg_sky {
  background: url(../images/bg_nakayama.jpg) no-repeat top left 20%;
  padding: 0px 30px;
}
@media (min-width: 992px) {
  .bg_sky {
    background: url(../images/bg_nakayama.jpg) no-repeat top center;
  }
}

.bg_sky-Top {
  background: url(../images/bg_nakayama.jpg) no-repeat top left 20%;
  padding: 60px 30px;
}
@media (min-width: 992px) {
  .bg_sky-Top {
    background: url(../images/bg_nakayama.jpg) no-repeat top center;
    padding: 90px 30px;
  }
}

.bg_skyBlue {
  background: #e1f0ff url(../images/bg_logo.png) no-repeat right 30px top 30px/80vw;
  padding: 60px 30px;
}
@media (min-width: 992px) {
  .bg_skyBlue {
    padding: 90px 30px;
    background: #e1f0ff url(../images/bg_logo.png) no-repeat right 100px top 90px;
  }
}

.bg_skyBlue-Low {
  background: #e1f0ff url(../images/bg_logo.png) no-repeat right 30px top 30px/80vw;
  padding: 15px 30px 60px;
}
@media (min-width: 992px) {
  .bg_skyBlue-Low {
    padding: 30px 30px 90px;
    background: #e1f0ff url(../images/bg_logo.png) no-repeat right 100px top 90px;
  }
}

.topBanner {
  aspect-ratio: 617/345;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: all 600ms 0s ease;
}
.topBanner.business {
  background: url(../images/p01_img02.jpg) no-repeat center/contain;
}
.topBanner.constraction {
  background: url(../images/p01_img03.jpg) no-repeat center/contain;
}
.topBanner .ja {
  font-size: 3.6rem;
  margin-bottom: 0.8rem;
}
.topBanner .en {
  font-size: 1.4rem;
}
.topBanner:hover {
  opacity: 0.9;
  color: #abd1ff;
}

.textBox-right {
  transform: translateX(0px);
}
@media (min-width: 1560px) {
  .textBox-right {
    transform: translateX(100px);
  }
}

.textBox-left {
  transform: translateX(0px);
}
@media (min-width: 1560px) {
  .textBox-left {
    transform: translateX(-100px);
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * business.html 
 *  
 *-------------------------------------------------------------------------------------------*/
.blurImage {
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.blurImage img {
  position: relative;
  z-index: 2;
}
.blurImage span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  z-index: 1;
  opacity: 0.5;
}

.businessTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 25px;
  width: 100%;
  display: table;
  border-bottom: none;
}
.businessTable tr:nth-child(even) {
  background: #fafafa;
}
.businessTable th {
  line-height: 140%;
  padding: 25px 0px 25px 15px;
  width: 100%;
  font-weight: bold;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  display: block;
}
@media (min-width: 768px) {
  .businessTable th {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 25px 15px;
  }
}
.businessTable th div:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #27395d;
  margin-right: 0.8rem;
  margin-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .businessTable th div:before {
    margin-bottom: 0.4rem;
  }
}
.businessTable th div span {
  font-size: 2rem;
  margin-right: 0.4rem;
}
.businessTable td {
  line-height: 140%;
  padding: 25px 0px;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 160%;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .businessTable td {
    border-top: solid 1px #ccc;
    display: table-cell;
  }
}
.businessTable td div {
  padding: 0px 15px;
  border-left: none;
}
@media (min-width: 768px) {
  .businessTable td div {
    padding: 0px 25px;
    border-left: solid 1px #ccc;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * company.html
 *  
 *-------------------------------------------------------------------------------------------*/
.bg_okayama {
  background: url(../images/bg_okayama.jpg) no-repeat top center;
  padding: 30px 30px 60px;
}
@media (min-width: 992px) {
  .bg_okayama {
    padding: 30px 30px 90px;
  }
}

.responsiveTable {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media (min-width: 768px) {
  .responsiveTable {
    width: 100%;
    display: table;
    border-bottom: none;
  }
}
.responsiveTable tr:first-child th {
  border-top: solid 1px #6d6d6d;
}
.responsiveTable tr:first-child td {
  border-top: none;
}
@media (min-width: 768px) {
  .responsiveTable tr:first-child td {
    border-top: solid 1px #ccc;
  }
}
.responsiveTable th {
  width: 100%;
  padding: 25px 0px 0px;
  font-weight: bold;
  border-top: solid 1px #6d6d6d;
  line-height: 140%;
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .responsiveTable th {
    padding: 25px 0px;
    width: 30%;
    border-top: none;
    border-bottom: solid 1px #6d6d6d;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
}
.responsiveTable td {
  width: 100%;
  padding: 7px 0px 25px;
  border-bottom: none;
  line-height: 140%;
  display: block;
}
@media (min-width: 768px) {
  .responsiveTable td {
    padding: 25px 15px;
    border-top: none;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}

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

/*-------------------------------------------------------------------------------------------*
 *
 * recruit.html
 *  
 *-------------------------------------------------------------------------------------------*/
.qualificationBox {
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  height: 100%;
  background: #fff;
  padding: 15px 5px;
  border: 3px solid #3e5066;
}
@media (min-width: 992px) {
  .qualificationBox {
    border-radius: 20px;
  }
}
.qualificationBox img {
  width: 80px;
  margin: 0px auto;
}
.qualificationBox .tit {
  font-size: 2vw;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .qualificationBox .tit {
    font-size: 1.4rem;
  }
}
.qualificationBox .txt {
  display: flex;
  padding: 0px 15px 15px;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .qualificationBox .txt {
    padding: 0px 30px;
  }
}

.interviewDL dt {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.interviewDL dd {
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

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

.flowBox {
  display: flex;
  border-radius: 8px;
  aspect-ratio: initial;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  height: 100%;
  margin: 0px 5px;
  padding: 25px 0px 15px;
  background: #3e5066;
  color: #fff;
}
@media (min-width: 992px) {
  .flowBox {
    margin: 0px 15px;
  }
}
@media (min-width: 1200px) {
  .flowBox {
    margin: 0px 30px;
  }
}
.flowBox.arrow:after {
  content: "";
  aspect-ratio: 1;
  width: 40px;
  background: #3e5066;
  -webkit-clip-path: polygon(51% 70%, 0 0, 100% 0);
  clip-path: polygon(50% 60%, 0 0, 100% 0);
  position: absolute;
  top: inherit;
  bottom: -40px;
  right: inherit;
  left: 50%;
  transform: translate(-50%, 0) rotate(0deg);
  z-index: 2;
}
@media (min-width: 768px) {
  .flowBox.arrow:after {
    top: 50%;
    bottom: inherit;
    right: -40px;
    right: -40px;
    left: inherit;
    transform: translate(0, -50%) rotate(-90deg);
  }
}
.flowBox .img {
  margin: 0px;
}
.flowBox .step {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 700;
  background: #1c88db;
  color: #fff;
  width: 36px;
  height: 36px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowBox .tit {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
.flowBox .txt {
  display: flex;
  padding: 0px 15px 15px;
  color: #fff;
  margin: 0px;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 1400px) {
  .flowBox .txt {
    padding: 0px 30px;
    text-align: center;
  }
}

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

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contactBox a {
  text-decoration: none;
}

.tel {
  font-size: 6vw;
  line-height: 1;
}
@media (min-width: 992px) {
  .tel {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .tel {
    font-size: 5.2rem;
    margin-bottom: 0px;
  }
}
.tel span {
  display: flex;
  align-items: center;
}
.tel img {
  margin-right: 1.6rem;
  vertical-align: middle;
  width: 5vw;
  -webkit-filter: invert(28%) sepia(14%) saturate(1091%) hue-rotate(173deg) brightness(97%) contrast(89%);
  margin-top: 6px;
  filter: invert(28%) sepia(14%) saturate(1091%) hue-rotate(173deg) brightness(97%) contrast(89%);
}
@media (min-width: 992px) {
  .tel img {
    width: 48px;
  }
}
.tel a {
  text-decoration: none;
}

.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 #ccc;
  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 #ccc;
    border-bottom: solid 1px #ccc;
    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: #e0625d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 17px;
  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: #3e5066;
  color: #fff;
  position: relative;
  font-size: 3vw;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #2b507c;
  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: 0.5em;
  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-right: 0.5em;
}

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: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 992px) {
  #h2Title {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    height: 480px;
  }
}
@media (min-width: 1400px) {
  #h2Title {
    margin-top: 60px;
  }
}
#h2Title.p02 {
  background: url(../images/bg_h2title02.jpg) no-repeat center/auto 100%;
}
#h2Title.p03 {
  background: url(../images/bg_h2title03.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title.p04 {
  background: url(../images/bg_h2title04.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title.p05 {
  background: url(../images/bg_h2title05.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title.p06 {
  background: url(../images/bg_h2title06.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title h2 {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
@media (min-width: 768px) {
  #h2Title h2 {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  #h2Title h2 {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  #h2Title h2 {
    margin-left: 80px;
  }
}
@media (min-width: 1400px) {
  #h2Title h2 {
    margin-left: 100px;
  }
}
#h2Title h2 .en {
  font-weight: 400;
  font-size: 14vw;
  text-align: left;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@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: 400;
  line-height: 1;
  background: #fff;
  width: 100%;
  padding: 0.6rem 1.6rem;
}
@media (min-width: 768px) {
  #h2Title h2 .ja {
    font-size: 3rem;
  }
}

.title {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.title .en {
  font-size: 3vw;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .title .en {
    font-size: 1.8rem;
  }
}
.title .en:after {
  content: "";
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 1px;
  background: #000;
  vertical-align: middle;
  margin-left: 0.8rem;
}
@media (min-width: 992px) {
  .title .en:after {
    max-width: 240px;
  }
}
.title .ja {
  font-size: 6vw;
  color: #3e5066;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .title .ja {
    font-size: 4.8rem;
  }
}
.title.center {
  align-items: center;
}
.title.center .en {
  text-align: center;
}
.title.center .en:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .title.center .en:after {
    bottom: -40px;
  }
}
.title.white .en {
  color: #fff;
}
.title.white .ja {
  color: #fff;
}
.title.white .ja:before {
  background: #fff;
}
.title.white .ja:after {
  background: #fff;
}

.title2 {
  font-size: 6vw;
  color: #3e5066;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .title2 {
    font-size: 4.8rem;
  }
}

.read {
  font-size: 3.6vw;
  font-weight: 700;
  color: #27395d;
}
@media (min-width: 992px) {
  .read {
    font-size: 1.8rem;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: inline-flex;
  background: #3e5066;
  color: #fff;
  font-weight: 400;
  width: 240px;
  aspect-ratio: 310/54;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .detailBtn {
    width: 306px;
  }
}
.detailBtn:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  transition: all 600ms 0s ease;
}
@media (min-width: 992px) {
  .detailBtn:after {
    width: 13px;
    height: 13px;
  }
}
.detailBtn:hover {
  color: #fff;
  background: #375a85;
}
.detailBtn:hover:after {
  transform: translate(4px, 0);
}

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

.blue {
  color: #27395d;
}

.white {
  color: #fff;
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
}
.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;
}

@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;
  }
}
.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-180 {
  margin-bottom: 180px !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-180 {
    margin-bottom: 180px !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-180 {
    margin-bottom: 180px !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-180 {
    margin-bottom: 180px !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-180 {
    margin-bottom: 180px !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-180 {
    margin-bottom: 180px !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-180 {
    margin-bottom: 180px !important;
  }
}/*# sourceMappingURL=style.css.map */