@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=Outfit: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: #141f3d;
  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.7rem;
}

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 {
  padding-right: 90px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
}
@media (min-width: 992px) {
  #header {
    height: 85px;
  }
}
#header #logo {
  height: 100%;
}
#header #logo img {
  height: 100%;
}

#header-Tel {
  display: none;
}
@media (min-width: 576px) {
  #header-Tel {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    display: block;
  }
}
#header-Tel a {
  text-decoration: none;
}

#mainVisual {
  width: 100%;
  background: url(../images/main_visual.jpg) no-repeat center/auto 100%;
  margin-top: 60px;
  display: flex;
  align-items: center;
  height: 120vw;
}
@media (min-width: 576px) {
  #mainVisual {
    height: 690px;
  }
}
@media (min-width: 992px) {
  #mainVisual {
    height: 760px;
    margin-top: 85px;
  }
}
@media (min-width: 1400px) {
  #mainVisual {
    height: 820px;
  }
}
#mainVisual h2 {
  margin-left: 30px;
  width: calc(100% - 60px);
}
@media (min-width: 992px) {
  #mainVisual h2 {
    margin-left: 60px;
    width: auto;
  }
}
@media (min-width: 1400px) {
  #mainVisual h2 {
    margin-left: 100px;
  }
}

/* -------------------------------

   // ハンバーガーメニュー

-------------------------------- */
#nav-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
  cursor: pointer;
  z-index: 1000;
}
@media (min-width: 576px) {
  #nav-toggle {
    top: 17px;
    right: 25px;
  }
}
@media (min-width: 992px) {
  #nav-toggle {
    top: 29px;
  }
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/*-------------------------------------------------------------------------------------------*
     *
     * サイドメニュー
     *  
*-------------------------------------------------------------------------------------------*/
#gloval-nav {
  background: #fff;
  color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 29px;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 999;
}
#gloval-nav .container {
  height: 100%;
  padding: 30px 0px;
  transform: translateZ(0);
}

.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav {
  overflow-y: scroll;
}
#gloval-nav #gloval-nav_Logo {
  margin-bottom: 30px;
}
#gloval-nav a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
  margin-bottom: 30px;
}
#gloval-nav ul li {
  transform: translateX(-200px);
  transition: transform 1.3s ease;
  position: relative;
  line-height: 1;
}
#gloval-nav ul li:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #000;
  left: 0px;
  position: absolute;
  transition: all 1s 0s ease;
}
#gloval-nav ul li:hover:after {
  width: 100%;
}
@media (min-width: 576px) {
  #gloval-nav ul li:hover:after {
    width: 500px;
  }
}
#gloval-nav ul li.active:after {
  width: 100%;
}
@media (min-width: 576px) {
  #gloval-nav ul li.active:after {
    width: 500px;
  }
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li .en {
  font-family: "Outfit", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  color: #000;
  display: block;
}
#gloval-nav ul li .ja {
  font-size: 1.6rem;
  font-weight: 900;
  display: block;
  color: #333;
}
#gloval-nav #gloval-nav_Adress {
  line-height: 1.4;
  margin-bottom: 30px;
  transition-delay: 1.15s;
  transform: translateX(-200px);
  transition: transform 1.3s ease;
}
#gloval-nav #gloval-nav_Adress dt {
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
#gloval-nav #gloval-nav_Adress dd {
  font-weight: 700;
  font-size: 1.4rem;
}
#gloval-nav #gloval-nav_Adress a {
  text-decoration: none;
}
#gloval-nav #gloval-nav_Copy {
  font-size: 12px;
  font-weight: 700;
  transition-delay: 1.3s;
  transform: translateX(-200px);
  transition: transform 1.3s ease;
}

.open #gloval-nav li {
  transform: translateX(0);
}
.open #gloval-nav #gloval-nav_Adress {
  transform: translateX(0);
}
.open #gloval-nav #gloval-nav_Copy {
  transform: translateX(0);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #40444e;
}
#footer #footerBody {
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 60px 15px 30px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 90px 0px;
    text-align: left;
  }
}
#footer #footerBody a {
  color: #fff;
  text-decoration: none;
}
#footer #footerBody #f-logo {
  width: 50vw;
  margin: 0px auto;
}
@media (min-width: 992px) {
  #footer #footerBody #f-logo {
    max-width: 300px;
    width: 100%;
    margin: initial;
  }
}
#footer #footerBody .mapPin {
  width: 14px;
  display: inline-flex;
  filter: brightness(0) invert(1);
  margin-left: 0.6rem;
}
#footer #footerBody .f-tel {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 2rem;
}
@media (min-width: 992px) {
  #footer #footerBody .f-tel {
    text-align: left;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .f-tel {
    line-height: 1;
  }
}
#footer #footerBody .f-tel .num {
  margin-right: 0;
}
@media (min-width: 992px) {
  #footer #footerBody .f-tel .num {
    margin-right: 1em;
  }
}
#footer #footerBody #textLink {
  display: none;
}
@media (min-width: 992px) {
  #footer #footerBody #textLink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
    text-align: left;
  }
}
#footer #footerBody #textLink li:last-child {
  border-right: none;
}
#footer #footerBody #textLink li a {
  padding: 0px 4rem 0px 0px;
  text-decoration: none;
}
#footer #footerBody #textLink li a:hover {
  text-decoration: underline;
}
#footer #copy {
  font-size: 1.2rem;
  font-weight: 700;
}

#pagetop {
  bottom: 30px;
  right: 3px;
  transform-origin: right bottom;
  transform: scale(0.75);
}
@media (min-width: 992px) {
  #pagetop {
    bottom: 30px;
    right: 30px;
    transform: scale(1);
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
.title-about {
  padding: 90px 0px;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .title-about {
    padding: 120px 0px;
  }
}
.title-about:after {
  content: "About Us";
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 24vw;
  color: #f3f3f8;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 992px) {
  .title-about:after {
    font-size: 24rem;
  }
}
.title-about h3 {
  font-size: 8vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin: 0px auto;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .title-about h3 {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .title-about h3 {
    font-size: 6rem;
  }
}

.about-Wrap {
  padding: 60px 0px 90px;
  background: #f0f1f7;
  background: linear-gradient(90deg, rgb(240, 241, 247) 0%, rgb(242, 244, 245) 35%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
}
.about-Wrap .container {
  position: relative;
}
.about-Wrap .container:before {
  content: "____ CONCEPT";
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 0;
  font-size: 3.6rem;
  transform: rotate(90deg);
  left: 0px;
  top: 0px;
  transform-origin: left top;
}

.subTitle-about {
  font-size: 6.25vw;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 576px) {
  .subTitle-about {
    font-size: 3.6rem;
  }
}

.instagram-Wrap {
  padding: 90px 0px 120px;
  background: url(../images/bg_instagram.jpg) no-repeat center bottom;
}
.instagram-Wrap .container {
  background: #fff;
  padding: 0px 7.5px 60px;
}
@media (min-width: 992px) {
  .instagram-Wrap .container {
    padding: 0px 7.5px 120px;
  }
}

.heightCont {
  display: flex;
  height: 100%;
  align-items: center;
}
.heightCont .inr {
  position: relative;
}
.heightCont .inr .img01 {
  display: none;
}
@media (min-width: 992px) {
  .heightCont .inr .img01 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(80%, 120%) scale(0.75);
    transform-origin: left top;
  }
}
@media (min-width: 1200px) {
  .heightCont .inr .img01 {
    transform: translate(80%, 115%) scale(1);
  }
}
.heightCont .inr .img02 {
  display: none;
}
@media (min-width: 992px) {
  .heightCont .inr .img02 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-110%, 80%) scale(0.75);
    transform-origin: right top;
  }
}
@media (min-width: 1200px) {
  .heightCont .inr .img02 {
    transform: translate(-110%, 100%) scale(1);
  }
}

.external-Links {
  background: url(../images/icon_link.png) no-repeat left center;
  padding-left: 28px;
  display: inline-block;
}

.news-Wrap {
  background: #f8fafe;
  width: 100%;
  padding: 50px 0px;
}

.news-table {
  width: 100%;
  border-top: none;
  border-top: dashed 1px #adaeb1;
}
.news-table th {
  width: 100%;
  padding: 25px 0px 15px 0px;
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
}
.news-table td {
  width: 100%;
  border-bottom: none;
  padding: 7px 0px 25px 0px;
  line-height: 1.8;
  border-bottom: dashed 1px #adaeb1;
  font-weight: 400;
}
.news-table td a {
  display: block;
  padding: 0px 45px 0px 0px;
  position: relative;
  width: 100%;
}
.news-table td a:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
}

.date {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.4rem;
}

.icon-New {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #e73939;
  display: inline-flex;
  padding-bottom: 0.2rem;
}

.lable {
  border: solid 1px #333;
  min-width: 100px;
  height: 18px;
  display: inline-block;
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin-right: 2rem;
  padding: 4px 16px 0px;
}
@media (min-width: 992px) {
  .lable {
    padding: 2px 16px 0px;
  }
}
.lable.lable01 {
  border-color: #5e7ed9;
  color: #5e7ed9;
}
.lable.lable02 {
  border-color: #7361d8;
  color: #7361d8;
}
.lable.lable03 {
  border-color: #8d5ed2;
  color: #8d5ed2;
}
.lable.lable04 {
  border-color: #b05cc1;
  color: #b05cc1;
}
.lable.lable05 {
  border-color: #c95e9c;
  color: #c95e9c;
}
.lable.lable06 {
  border-color: #d95e76;
  color: #d95e76;
}
.lable.lable07 {
  border-color: #d97e5e;
  color: #d97e5e;
}
.lable.lable08 {
  border-color: #d9a35e;
  color: #d9a35e;
}
.lable.lable09 {
  border-color: #d9c55e;
  color: #d9c55e;
}
.lable.lable10 {
  border-color: #b9d95e;
  color: #b9d95e;
}
.lable.lable11 {
  border-color: #7ed95e;
  color: #7ed95e;
}
.lable.lable12 {
  border-color: #5ed9a8;
  color: #5ed9a8;
}

.recruit-Clumb {
  position: relative;
  margin-top: 200px;
  z-index: 2;
}
.recruit-Clumb .inr {
  padding: 25px;
  background: #fff;
}
@media (min-width: 992px) {
  .recruit-Clumb .inr {
    padding: 50px;
  }
}
.recruit-Clumb .img {
  max-width: inherit;
  position: absolute;
  width: auto;
  top: 0;
  left: 0px;
  transform: translate(-30%, -60%) scale(0.5);
  z-index: -1;
}
@media (min-width: 992px) {
  .recruit-Clumb .img {
    transform: translate(-60%, -40%) scale(1);
  }
}
@media (min-width: 1200px) {
  .recruit-Clumb .img {
    transform: translate(-80%, -40%);
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * news_detail.html
 *  
 *-------------------------------------------------------------------------------------------*/
.textBox2 {
  background: #f7f7f7;
  padding: 60px 30px;
}

.attachedButton {
  display: inline-flex;
  width: 100%;
  height: 68px;
  color: #fff;
  background: #454545;
  align-items: center;
  padding: 0px 48px 0px 56px;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
.attachedButton:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_dot.png) no-repeat center/contain;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton:hover {
  border: solid 2px #454545;
  background: #fff;
  color: #454545;
  text-decoration: none;
}
.attachedButton:hover:before {
  filter: invert(29%) sepia(1%) saturate(521%) hue-rotate(68deg) brightness(93%) contrast(99%);
}
.attachedButton:hover:after {
  filter: invert(29%) sepia(1%) saturate(521%) hue-rotate(68deg) brightness(93%) contrast(99%);
}
.attachedButton.pdf {
  background: #ba3434;
  border: solid 2px #fff;
  color: #fff;
}
.attachedButton.pdf::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_pdf.png);
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton.pdf:after {
  filter: brightness(0) invert(1);
}
.attachedButton.pdf:hover {
  border: solid 2px #ba3434;
}
.attachedButton.pdf:hover:before {
  filter: none;
}
.attachedButton.pdf:hover:after {
  filter: invert(28%) sepia(32%) saturate(2835%) hue-rotate(332deg) brightness(87%) contrast(87%);
}
.attachedButton.excel {
  background: #3c6e3e;
  border: solid 2px #fff;
  color: #fff;
}
.attachedButton.excel::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_excel.png);
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton.excel:after {
  filter: brightness(0) invert(1);
}
.attachedButton.excel:hover {
  border: solid 2px #3c6e3e;
}
.attachedButton.excel:hover:before {
  filter: none;
}
.attachedButton.excel:hover:after {
  filter: invert(38%) sepia(15%) saturate(1264%) hue-rotate(73deg) brightness(94%) contrast(94%);
}
.attachedButton.word {
  background: #2e3d7f;
  border: solid 2px #fff;
  color: #fff;
}
.attachedButton.word::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_word.png);
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton.word:after {
  filter: brightness(0) invert(1);
}
.attachedButton.word:hover {
  border: solid 2px #2e3d7f;
}
.attachedButton.word:hover:before {
  filter: none;
}
.attachedButton.word:hover:after {
  filter: invert(20%) sepia(97%) saturate(645%) hue-rotate(198deg) brightness(92%) contrast(95%);
}
.attachedButton.pdf:hover {
  background: #fff;
  color: #a53434;
}
.attachedButton.excel:hover {
  background: #fff;
  color: #3c6e3e;
}
.attachedButton.word:hover {
  background: #fff;
  color: #2e3d7f;
}

/*-------------------------------------------------------------------------------------------*
 *
 * service.html 
 *  
 *-------------------------------------------------------------------------------------------*/
.readTitle-Wrap {
  padding: 60px 0px;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .readTitle-Wrap {
    padding: 90px 0px;
  }
}
.readTitle-Wrap.service:after {
  content: "Best\aProposal";
}
.readTitle-Wrap.company:after {
  content: "Corporate\aphilosophy";
  font-size: 18vw;
}
@media (min-width: 992px) {
  .readTitle-Wrap.company:after {
    font-size: 20rem;
  }
}
@media (min-width: 1200px) {
  .readTitle-Wrap.company:after {
    font-size: 24rem;
  }
}
.readTitle-Wrap:after {
  white-space: pre;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 24vw;
  color: #f3f3f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0.8;
}
@media (min-width: 992px) {
  .readTitle-Wrap:after {
    font-size: 24rem;
  }
}
.readTitle-Wrap h3 {
  font-size: 7.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin: 0px auto;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .readTitle-Wrap h3 {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .readTitle-Wrap h3 {
    text-align: left;
    font-size: 6rem;
  }
}
.readTitle-Wrap p {
  position: relative;
  z-index: 3;
}

.perpule-Wrap {
  background: #f8fafe;
  padding: 60px 0px;
}
@media (min-width: 992px) {
  .perpule-Wrap {
    padding: 90px 0px;
  }
}

.guidance-Wrap {
  padding: 90px 0px 60px;
  background: url(../images/bg_guidance.jpg) no-repeat center bottom;
}
.guidance-Wrap .inr {
  background: #fff;
  padding: 30px;
}
@media (min-width: 992px) {
  .guidance-Wrap .inr {
    padding: 30px 90px;
  }
}

.guidance-List li {
  margin-bottom: 3rem;
  background: #6c73b5;
  color: #fff;
  font-weight: 700;
  padding: 1.2rem 2.4rem;
  font-size: 2.4rem;
  position: relative;
  line-height: 1.4;
}
.guidance-List li:before {
  content: "";
  display: block;
  display: inline-block;
  width: 38px;
  height: 18px;
  background: #6c73b5;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -17px;
  left: 30px;
}
@media (min-width: 992px) {
  .guidance-List li:before {
    left: 60px;
  }
}
.guidance-List li .num {
  font-family: "Outfit", sans-serif;
  margin-right: 1.6rem;
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .guidance-List li .num {
    display: inline;
    font-size: 2.4rem;
    margin-bottom: 0rem;
  }
}
.guidance-List li:last-child {
  margin-bottom: 0px;
}

.responsiveTable {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media (min-width: 768px) {
  .responsiveTable {
    width: 100%;
    display: table;
    border-bottom: none;
  }
}
.responsiveTable a {
  text-decoration: none;
}
.responsiveTable tbody {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .responsiveTable tbody {
    display: table-row-group;
  }
}
.responsiveTable tr {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .responsiveTable tr {
    display: table-row;
  }
}
.responsiveTable tr:first-child th {
  border-top: solid 1px #6c73b5;
}
.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 #6c73b5;
  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 #6c73b5;
    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;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * recruit.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * 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;
  width: 0.5rem;
  height: 0.5rem;
  background: #6c73b5;
  position: absolute;
  left: 0;
  top: 0.9rem;
}
.dotList.Horizonal {
  display: flex;
  flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
}

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

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contact-Tel {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 8vw;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .contact-Tel {
    font-size: 5.6rem;
  }
}
@media (min-width: 992px) {
  .contact-Tel {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .contact-Tel {
    font-size: 4.8rem;
  }
}
.contact-Tel a {
  text-decoration: none;
}

.textBox {
  background: #fff;
  padding: 60px 30px;
}

.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;
  align-items: center;
}
.mailfoamTable th .required {
  margin-left: 1.6rem;
}
.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: 35%;
    font-weight: bold;
    border-top: solid 1px #6c73b5;
    border-bottom: solid 1px #6c73b5;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .mailfoamTable th {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .mailfoamTable th div {
    justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 20px 0px 20px 15px;
    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: 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;
  transform: translate(0, -50%);
}
.select-Wrap select {
  -webkit-appearance: none;
}

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: #df443e;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  line-height: 1em;
}

.required {
  background: #df443e;
  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;
  min-height: 56px;
  background: #3d3e4c;
  color: #fff;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.2;
  padding: 8px 0px;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #444661;
  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-right: 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: 360px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  width: 100%;
  background: url(../images/main_visual.jpg) no-repeat center/auto 100%;
}
@media (min-width: 576px) {
  #h2Title {
    height: 400px;
  }
}
@media (min-width: 992px) {
  #h2Title {
    height: 400px;
    background: url(../images/main_visual.jpg) no-repeat center/100% auto;
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    height: 480px;
  }
}
@media (min-width: 1400px) {
  #h2Title {
    margin-top: 60px;
  }
}
#h2Title h2 {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #fff;
  margin-left: 5.2vw;
}
@media (min-width: 576px) {
  #h2Title h2 {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  #h2Title h2 {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  #h2Title h2 {
    margin-left: 120px;
  }
}
#h2Title h2 .en {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 18vw;
  text-align: left;
  border-bottom: solid 2px #fff;
  padding-right: 0.5em;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  #h2Title h2 .en {
    font-size: 14rem;
    padding-right: 1em;
  }
}
@media (min-width: 768px) {
  #h2Title h2 .en {
    font-size: 16rem;
  }
}
@media (min-width: 1200px) {
  #h2Title h2 .en {
    font-size: 17rem;
  }
}
#h2Title h2 .ja {
  font-size: 5.2vw;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #h2Title h2 .ja {
    font-size: 3.6rem;
  }
}

.title {
  display: flex;
  flex-direction: column;
  position: relative;
}
.title .en {
  font-size: 12vw;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  color: #9095c5;
  line-height: 1;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
@media (min-width: 576px) {
  .title .en {
    font-size: 6.4rem;
  }
}
@media (min-width: 1200px) {
  .title .en {
    font-size: 6.4rem;
  }
}
.title .ja {
  font-size: 3.6vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .title .ja {
    font-size: 1.8rem;
  }
}
.title.center {
  align-items: center;
}
.title.center .en {
  text-align: center;
}
.title.center .ja {
  padding: 0px 3.6rem;
}
.title.white .en {
  color: #fff;
}
.title.white .ja {
  color: #fff;
}
.title.white .ja:before {
  background: #fff;
}
.title.white .ja:after {
  background: #fff;
}

.title2 {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 8vw;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  color: #141f3d;
  line-height: 1;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  border-left: 8px solid #141f3d;
  padding-left: 2.4rem;
}
@media (min-width: 576px) {
  .title2 {
    font-size: 5.6rem;
  }
}

.subTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.subTitle .en {
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color: #6c73b5;
  font-size: 2.7vw;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .subTitle .en {
    font-size: 1.6rem;
  }
}
.subTitle .ja {
  font-size: 5.6vw;
  font-weight: 500;
}
@media (min-width: 576px) {
  .subTitle .ja {
    font-size: 3rem;
  }
}

.subTitle2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0a5cb8;
}

.read {
  font-size: 2.4rem;
  font-weight: 700;
  color: #6c73b5;
  border-left: 4px solid #6c73b5;
  padding-left: 1.8rem;
  line-height: 1.2;
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: inline-flex;
  background: #3d3e4c;
  color: #fff;
  font-weight: 700;
  max-width: 524px;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 2.1rem;
  text-align: center;
  position: relative;
  padding-bottom: 0.2rem;
}
@media (min-width: 992px) {
  .detailBtn {
    height: 80px;
  }
}
.detailBtn:after {
  content: "";
  width: 60px;
  height: 40px;
  background: url(../images/icon_arrow.svg) no-repeat center;
  transition: all 600ms 0s ease;
  filter: brightness(0) invert(1);
  border-left: solid 1px #fff;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
}
.detailBtn:hover {
  color: #fff;
  background: #444661;
}
.detailBtn.back:after {
  background: url(../images/icon_arrow-left.svg) no-repeat center;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

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

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

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

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

.blue {
  color: #9095c5;
}

.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: 3.8vw;
}
@media (min-width: 576px) {
  .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: 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;
  }
}
.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;
}

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