@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
.oswald-regular {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  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: 1.8;
  letter-spacing: 0.05em;
  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: linear-gradient(90deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 18%, rgb(0, 0, 0) 17%);
}
@media (min-width: 992px) {
  #header {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  #header {
    height: 60px;
  }
}
#header #logo {
  display: block;
  margin-left: 10px;
  width: 240px;
  transition: all 600ms 0s ease;
}
@media (min-width: 576px) {
  #header #logo {
    width: 280px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  #header #logo {
    width: 304px;
  }
}
#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 1rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (min-width: 992px) {
  #header #mainNavi > li > a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #header #mainNavi > li > a {
    padding: 0px 2.5rem;
  }
}
#header #mainNavi > li > a .en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  transition: all 600ms 0s ease;
}
#header #mainNavi > li > a .ja {
  font-size: 1.3rem;
}
#header #mainNavi > li > a:after {
  width: 0%;
  content: "";
  display: block;
  background: linear-gradient(90deg, rgb(95, 203, 203) 0%, rgb(62, 176, 228) 50%, rgb(34, 106, 179) 100%);
  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%;
  font-size: 1.4rem;
  background: linear-gradient(90deg, rgb(95, 203, 203) 0%, rgb(62, 176, 228) 50%, rgb(34, 106, 179) 100%);
  height: 50px;
  width: 180px;
  transition: all 600ms 0s ease;
  color: #fff;
}
@media (min-width: 1200px) {
  #header #mainNavi > li#contactButton a {
    height: 60px;
    width: 200px;
  }
}
#header #mainNavi > li#contactButton a:hover {
  opacity: 0.8;
}
#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: 40px;
}
@media (min-width: 992px) {
  #header.on {
    height: 50px;
  }
}
@media (min-width: 1400px) {
  #header.on {
    height: 50px;
  }
}
#header.on #logo {
  width: 280px;
}
#header.on #mainNavi li a .en {
  font-size: 1.7rem;
}
#header.on #mainNavi #contactButton a {
  height: 40px;
}
@media (min-width: 992px) {
  #header.on #mainNavi #contactButton a {
    height: 50px;
  }
}
@media (min-width: 1400px) {
  #header.on #mainNavi #contactButton a {
    height: 50px;
  }
}
#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: #000;
  color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 102;
  padding: 75px 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: #fff;
  line-height: 1.2;
  display: flex;
  padding: 1.4rem 0px;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: dashed 1px #5f5f5f;
  font-size: 1.6rem;
  font-weight: 500;
}
#sidebar .list-sidenav > li > a .en {
  font-size: 1.7rem;
  font-family: "Oswald", sans-serif;
}
#sidebar .list-sidenav > li > a .ja {
  font-size: 1.3rem;
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  border-bottom: solid 1px #3690eb;
  color: #3690eb;
}
#sidebar .list-sidenav > li.active > a:after,
#sidebar .list-sidenav > li > a:hover:after {
  filter: invert(47%) sepia(20%) saturate(4509%) hue-rotate(183deg) brightness(90%) contrast(90%);
}
#sidebar .list-sidenav > li.active > a:after {
  filter: invert(47%) sepia(20%) saturate(4509%) hue-rotate(183deg) brightness(90%) contrast(90%);
}
#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: #3099ff;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1.2rem;
  font-size: 2rem;
  font-weight: 500;
}
#sidebarContact .en {
  font-size: 1.9rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
#sidebarContact .ja {
  font-size: 1.5rem;
}

#sidebarTel .tel {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
}
#sidebarTel .tel a {
  color: #fff;
  text-decoration: none;
}
#sidebarTel .tel a:hover {
  color: #fff;
  text-decoration: none;
}

/* -------------------------------
        オーバーレイ
    -------------------------------- */
.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: 992px) {
  .menuWrapper {
    width: 50px;
    height: 50px;
  }
}
@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);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #000;
}
#footer #footerBody {
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 60px 15px;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 90px 0px;
  }
}
#footer #footerBody a {
  color: #fff;
  text-decoration: none;
}
#footer #footerBody #f-logo {
  width: 70vw;
  text-align: center;
  margin: 0px auto;
}
@media (min-width: 768px) {
  #footer #footerBody #f-logo {
    max-width: 300px;
    width: 100%;
  }
}
#footer #footerBody .mapPin {
  width: 14px;
  display: inline-block;
  filter: brightness(0) invert(1);
  vertical-align: bottom;
  margin-left: 0.6rem;
}
#footer #footerBody .f-tel {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 3.2rem;
}
@media (min-width: 992px) {
  #footer #footerBody .f-tel {
    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: 768px) {
  #footer #footerBody #textLink {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    text-align: center;
  }
}
#footer #footerBody #textLink li {
  border-right: 1px solid #fff;
}
#footer #footerBody #textLink li:last-child {
  border-right: none;
}
#footer #footerBody #textLink li a {
  padding: 0px 2rem;
  text-decoration: none;
}
#footer #footerBody #textLink li a:hover {
  text-decoration: underline;
}
#footer #copy {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  margin: 0px;
  background: #222222;
  color: #fff;
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#sliderWrap {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-left: 18%;
  background: #222222;
  overflow: hidden;
}
@media (min-width: 992px) {
  #sliderWrap {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  #sliderWrap {
    padding-top: 60px;
  }
}
#sliderWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: url(../images/filter.png) repeat;
}
#sliderWrap #catch {
  position: absolute;
  bottom: 5vw;
  left: 5vw;
  z-index: 1;
  width: 70vw;
  z-index: 3;
  bottom: 30px;
}
@media (min-width: 576px) {
  #sliderWrap #catch {
    width: 75vw;
  }
}
@media (min-width: 768px) {
  #sliderWrap #catch {
    width: 85vw;
    left: 30px;
  }
}

#mainSlider {
  width: 100%;
  line-height: 1;
  position: relative;
  z-index: 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: 20px;
  z-index: 10;
  width: 9px;
  height: 160px;
}
.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  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: 14px;
  writing-mode: vertical-lr;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}
@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;
  }
}
.blackLine-Right {
  background: url(../images/bg_blackline-right.gif.jpg) repeat-y top center/100% auto;
  color: #fff;
  padding: 60px 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blackLine-Right {
    padding: 120px 15px;
  }
}
.blackLine-Right.noneSpace {
  padding: 60px 15px;
}
@media (min-width: 992px) {
  .blackLine-Right.noneSpace {
    padding: 60px 0px;
  }
}

.blackLine-Left {
  background: url(../images/bg_blackline-left.gif.jpg) repeat-y top center/100% auto;
  color: #fff;
  padding: 60px 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blackLine-Left {
    padding: 120px 15px;
  }
}
.blackLine-Left.noneSpace {
  padding: 60px 15px;
}
@media (min-width: 992px) {
  .blackLine-Left.noneSpace {
    padding: 60px 0px;
  }
}

.about-List {
  line-height: 1.4;
}
.about-List li {
  margin-bottom: 2.5rem;
  padding-left: 4.5rem;
  font-size: 2.4rem;
  position: relative;
  font-weight: 700;
}
.about-List li::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../images/icon_dot.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 2.9rem;
}
.about-List li span {
  font-size: 4.8rem;
  margin-right: 2.5rem;
}

.filtered-Image {
  position: relative;
  max-width: initial;
  width: 100%;
  height: 100%;
}
.filtered-Image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/filter.png) repeat;
  z-index: 2;
}
.filtered-Image img {
  position: relative;
  z-index: 1;
}

.about-Image {
  display: block;
  position: relative;
  top: 0px;
  right: 0;
}
@media (min-width: 1200px) {
  .about-Image {
    position: absolute;
    top: 0px;
    right: -992px;
  }
}
.about-Image img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .about-Image img {
    max-width: initial;
  }
}

.business-Image {
  display: block;
  position: relative;
  top: 0px;
  left: 0;
}
@media (min-width: 1200px) {
  .business-Image {
    position: absolute;
    top: 0px;
    left: -992px;
  }
}
.business-Image img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .business-Image img {
    max-width: initial;
  }
}

.contact-List {
  display: flex;
}
.contact-List li {
  width: 25%;
  border-right: solid 1px #fff;
}
.contact-List li:last-child {
  border-right: none;
}

.telNumber {
  font-size: 8.2vw;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .telNumber {
    font-size: 5.4rem;
  }
}
.telNumber img {
  display: inline-block;
  margin-right: 1.6vw;
  vertical-align: baseline;
  width: 5.4vw;
}
@media (min-width: 768px) {
  .telNumber img {
    width: auto;
    margin-right: 1.6rem;
  }
}
.telNumber a {
  color: #fff;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * business.html
 *  
 *-------------------------------------------------------------------------------------------*/
.max1500 {
  max-width: 1500px;
}

.catch-Title .en {
  font-family: "Oswald", sans-serif;
  font-size: 12vw;
  margin-bottom: 2rem;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .catch-Title .en {
    font-size: 7.2rem;
  }
}
.catch-Title .ja {
  font-size: 4.2vw;
  display: block;
}
@media (min-width: 768px) {
  .catch-Title .ja {
    font-size: 2.2rem;
  }
}

.catch-Cont {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 25px;
  width: 100%;
}
@media (min-width: 1200px) {
  .catch-Cont {
    height: 100%;
    padding: 50px 50px;
  }
}
.catch-Cont .tit {
  font-size: 6vw;
  margin-bottom: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .catch-Cont .tit {
    font-size: 3.2rem;
  }
}

/* Accordion side menu
---------------------------------------------------- */
.accordion {
  border-left: solid 1px #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.accordion dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  cursor: pointer;
}
@media (min-width: 992px) {
  .accordion dt {
    width: 25%;
  }
}
.accordion dd {
  display: none;
  width: 100%;
  float: left;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  margin: 0px;
}
@media (min-width: 992px) {
  .accordion dd {
    width: 25%;
  }
}
.accordion dd:nth-child(n+2):nth-child(-n+4) {
  border-top: none;
}
@media (min-width: 992px) {
  .accordion dd:nth-child(n+2):nth-child(-n+4) {
    border-top: solid 1px #000;
  }
}
.accordion dd a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 12px 40px 12px 20px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.accordion dd a:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
.accordion dd a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.hamburgerMenu {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 24px;
  height: 18px;
  float: right;
  display: block;
  background: none;
  border: none;
}
.hamburgerMenu span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.hamburgerMenu:focus {
  outline: none;
}
.hamburgerMenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}
.hamburgerMenu span:nth-of-type(1) {
  top: 0;
}
.hamburgerMenu span:nth-of-type(2) {
  top: 9px;
}
.hamburgerMenu span:nth-of-type(3) {
  bottom: 0;
}

.active .hamburgerMenu span:nth-of-type(1) {
  transform: translateY(8.5px) rotate(-315deg);
}
.active .hamburgerMenu span:nth-of-type(2) {
  opacity: 0;
}
.active .hamburgerMenu span:nth-of-type(3) {
  transform: translateY(-8.5px) rotate(315deg);
}

@media (min-width: 992px) {
  .accordion dt {
    background-image: none;
    cursor: default;
  }
  .accordion dt.active {
    background-image: none;
  }
  .accordion dd {
    display: block;
  }
  .hamburgerMenu {
    display: none;
  }
}
/*   ===   END   ===   */
.category-Title {
  background: #000;
  color: #fff;
  padding: 1.2rem 2rem 1.2rem 4rem;
  font-size: 2.4rem;
  line-height: 1.4;
  position: relative;
}
.category-Title::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  background: url(../images/icon_dot.png) no-repeat center/contain;
  left: 1.6rem;
  top: 50%;
  transform: translate(0, -50%);
}

.note {
  padding-left: 2.2rem;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px #000;
  position: relative;
}
.note:before {
  content: "";
  display: block;
  background: #000;
  width: 7px;
  aspect-ratio: 1;
  position: absolute;
  line-height: 1.4;
  left: 4px;
  top: 1.2rem;
}

.sticky-SideMenu {
  position: initial;
  top: 60px;
}
@media (min-width: 992px) {
  .sticky-SideMenu {
    postion: -webkit-sticky;
    position: sticky;
  }
}

/* 
	paging
 *--------------------------------------------*/
.paging {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #333;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0px 12px;
  border: 1px solid #ccc;
}

div.paging span.current {
  background: #000;
  border: 1px solid #636;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  zoom: 1;
  min-width: 38px;
  height: 38px;
  padding: 0px 12px;
  text-decoration: none;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #ccc;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/*-------------------------------------------------------------------------------------------*
 *
 * recruit.html
 *  
 *-------------------------------------------------------------------------------------------*/
.objectFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.flowBox1 {
  display: flex;
  border-radius: 8px;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 100%;
  background: #fff;
}
.flowBox1 .flow-img {
  margin-bottom: 1rem;
}
.flowBox1 .tit {
  font-size: 6vw;
  color: #000;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .flowBox1 .tit {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .flowBox1 .tit {
    font-size: 2.2rem;
  }
}

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

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

.tabs li {
  margin-bottom: 5px;
  width: 100%;
}
@media (min-width: 1200px) {
  .tabs li {
    width: 33%;
  }
}
.tabs li a {
  font-size: 1.9rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  text-decoration: none;
  border: solid 1px #000;
  cursor: pointer;
  padding: 15px;
  background: #fff;
  position: relative;
}
.tabs li a:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
.tabs li a:hover {
  background: #fafafa;
}
.tabs li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs li a.active {
  background: #000;
  color: #fff;
}
.tabs li a.active:before {
  filter: brightness(0) invert(1);
}

.tab-pane {
  width: 100%;
}

.responsiveTable4 {
  width: 100%;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .responsiveTable4 {
    display: table;
  }
}
.responsiveTable4.green th {
  background: #33665f;
}
.responsiveTable4.green td {
  color: #000;
}
.responsiveTable4.black th {
  background: #464646;
}
.responsiveTable4 th {
  width: 100%;
  padding: 12px 15px;
  font-weight: 400;
  border-top: none;
  line-height: 140%;
  display: block;
  color: #fff;
}
@media (min-width: 768px) {
  .responsiveTable4 th {
    width: 30%;
    padding: 20px 15px;
    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: #fff;
  color: #000 !important;
}
@media (min-width: 768px) {
  .responsiveTable4 td {
    padding: 20px 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}

.qa-set {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.qa-all .q-box {
  color: #fff;
  padding: 10px 30px 10px 60px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  background: #000;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .qa-all .q-box {
    font-size: 2rem;
    padding: 15px 60px 15px 90px;
  }
}

.qa-all .q-box::before {
  content: "";
  display: block;
  font-weight: 500;
  background: url(../images/icon_q.png) no-repeat center/contain;
  line-height: 1;
  aspect-ratio: 60/68;
  width: 35px;
  font-size: 6rem;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .qa-all .q-box::before {
    font-size: 8rem;
    width: 50px;
    left: 15px;
  }
}

.qa-all .q-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  aspect-ratio: 1;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background: url(../images/drawermenu_plus.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .qa-all .q-box::after {
    width: 40px;
    right: 15px;
  }
}

.qa-all .q-open::after {
  background: url(../images/drawermenu_minus.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
}

.qa-all .a-box {
  margin-top: 15px;
  background-color: #fff;
  color: #000;
  border: 1px solid #c2c2c2;
  padding: 15px 30px 15px 60px;
  display: none;
  position: relative;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .qa-all .a-box {
    font-size: 2rem;
    padding: 25px 60px 25px 90px;
  }
}
.qa-all .a-box div {
  min-height: 50px;
}

.qa-all .a-box::before {
  content: "";
  display: block;
  position: absolute;
  font-size: 8rem;
  aspect-ratio: 60/68;
  width: 35px;
  background: url(../images/icon_a.png) no-repeat center/contain;
  font-weight: 500;
  top: 10px;
  left: 10px;
  line-height: 1;
}
@media (min-width: 992px) {
  .qa-all .a-box::before {
    width: 50px;
    left: 15px;
  }
}

.flowBox5 {
  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;
}
@media (min-width: 992px) {
  .flowBox5 {
    margin: 0px 15px;
  }
}
@media (min-width: 1200px) {
  .flowBox5 {
    margin: 0px 30px;
  }
}
.flowBox5.black {
  background: #000;
}
.flowBox5.black.arrow:after {
  background: #000;
}
.flowBox5.gray {
  background: #222;
}
.flowBox5.gray.arrow:after {
  background: #222;
}
.flowBox5.arrow:after {
  content: "";
  aspect-ratio: 1;
  width: 20px;
  clip-path: polygon(50% 60%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%) rotate(-90deg);
  z-index: 2;
}
@media (min-width: 992px) {
  .flowBox5.arrow:after {
    width: 40px;
    right: -40px;
  }
}
.flowBox5 .img {
  margin: 0px;
}
.flowBox5 .step {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.flowBox5 .tit {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
.flowBox5 .txt {
  display: flex;
  padding: 0px 15px 15px;
  color: #333;
  margin: 0px;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 1400px) {
  .flowBox5 .txt {
    padding: 0px 30px;
    text-align: center;
  }
}

.mapBtn {
  font-size: 14px;
  color: #fff;
  padding: 2px 16px 4px 12px;
  background: linear-gradient(90deg, rgb(95, 203, 203) 0%, rgb(62, 176, 228) 50%, rgb(34, 106, 179) 100%);
  line-height: 1;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  width: 160px;
  text-decoration: none;
  position: relative;
}
.mapBtn:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%);
}
.mapBtn:hover {
  color: #fff;
  opacity: 0.8;
}

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

.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 15px 15px 10px 15px;
  font-weight: 400;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 1;
  display: block;
  background: #222;
  color: #fff;
}
.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 {
    padding: 15px;
    width: 30%;
    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 15px;
    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: #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;
  height: 56px;
  background: #222;
  color: #fff;
  position: relative;
  font-size: 3.6vw;
  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: 24px;
  height: 24px;
  margin-right: 0.6rem;
  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);
}

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;
  width: 100%;
  padding-top: 40px;
  position: relative;
  background: #222222;
}
@media (min-width: 992px) {
  #h2Title {
    padding-top: 50px;
    height: 480px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    padding-top: 60px;
    height: 520px;
  }
}
#h2Title:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/filter.png) repeat;
  z-index: 1;
}
#h2Title:after {
  content: "";
  display: block;
  position: absolute;
  width: 82%;
  height: 100%;
  top: 0;
  right: 0;
}
#h2Title.p02:after {
  background: url(../images/bg_h2title02.jpg) no-repeat center/auto 100%;
}
#h2Title.p03:after {
  background: url(../images/bg_h2title03.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title.p04:after {
  background: url(../images/bg_h2title04.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title.p05:after {
  background: url(../images/bg_h2title05.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title h2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  z-index: 3;
}
@media (min-width: 992px) {
  #h2Title h2 {
    left: 30px;
  }
}
#h2Title h2 .ja {
  font-size: 8vw;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  #h2Title h2 .ja {
    font-size: 7.2rem;
  }
}
#h2Title h2 .en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 14vw;
  text-align: left;
  color: #fff;
  line-height: 1;
  border-top: solid 1px #fff;
  padding-top: 1rem;
}
@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: 12rem;
  }
}

.title {
  display: flex;
  flex-direction: column;
}
.title .en {
  font-size: 12vw;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .title .en {
    font-size: 8.2rem;
  }
}
@media (min-width: 1200px) {
  .title .en {
    font-size: 7.2rem;
  }
}
.title .en:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 1px;
  vertical-align: middle;
  background: #000;
  position: absolute;
  left: 0px;
  bottom: -2.6rem;
}
@media (min-width: 768px) {
  .title .en:after {
    bottom: -2.6rem;
  }
}
.title .ja {
  display: inline-block;
  font-size: 3.6vw;
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .title .ja {
    font-size: 2.2rem;
  }
}
.title.center {
  align-items: center;
}
.title.center .en {
  text-align: center;
}
.title.center .en:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.title.center .ja {
  padding: 0px 3.6rem;
}
.title.lg-left .en {
  text-align: center;
}
.title.lg-left .en:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.title.lg-left .ja {
  text-align: center;
}
@media (min-width: 992px) {
  .title.lg-left .en {
    text-align: left;
  }
  .title.lg-left .en:after {
    left: 0;
    transform: translate(0, 0);
  }
  .title.lg-left .ja {
    text-align: left;
  }
}
.title.Horizonal {
  align-items: flex-end;
  flex-direction: row;
}
.title.Horizonal .en {
  margin-bottom: 0px;
  padding-right: 125px;
}
.title.Horizonal .en:after {
  left: initial;
  bottom: 2.5rem;
  right: 25px;
}
.title.white .en {
  color: #fff;
}
.title.white .en:after {
  background: #fff;
}
.title.white .ja {
  color: #fff;
}

.subTitle {
  padding-left: 2.6rem;
  line-height: 1.2;
  position: relative;
  font-size: 5.4vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .subTitle {
    font-size: 2.6rem;
  }
}
.subTitle:before {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  display: block;
  background: url(../images/icon_dot.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 2vw;
}
@media (min-width: 768px) {
  .subTitle:before {
    top: 1.2rem;
  }
}
.subTitle.black:before {
  background: url(../images/icon_dot.png) no-repeat center/contain;
  filter: brightness(0);
}

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

.read {
  font-size: 2rem;
  font-weight: 700;
}
.read:before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  background: #0a5cb8;
  margin-right: 8px;
  vertical-align: middle;
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * list
 *  
 *-------------------------------------------------------------------------------------------*/
.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: #0a4d9b;
  position: absolute;
  left: 0;
  top: 0.9rem;
}
.dotList.Horizonal {
  display: flex;
  flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}

/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: inline-flex;
  background: linear-gradient(90deg, rgb(95, 203, 203) 0%, rgb(62, 176, 228) 50%, rgb(34, 106, 179) 100%);
  color: #fff;
  font-weight: 400;
  width: 270px;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 1.8rem;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
}
.detailBtn:before {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  width: 7px;
  height: 10px;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  transition: all 600ms 0s ease;
  transform: translate(0, -50%);
}
.detailBtn:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin-left: 1.8rem;
}
.detailBtn:hover {
  color: #fff;
  opacity: 0.9;
}
.detailBtn:hover:before {
  transform: translate(4px, 0);
}
.detailBtn.large {
  width: 100%;
  max-width: 360px;
  height: 56px;
  font-size: 2.4rem;
}
.detailBtn.large:after {
  display: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.heightCont {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

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

.padding-Right {
  padding-left: 0px;
}
@media (min-width: 1200px) {
  .padding-Right {
    padding-right: 8.3%;
  }
}

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

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

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

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