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


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
}

body {
  color: #535353;
  margin: 0px;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}

h1 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h2 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h4 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h5 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

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

dl {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

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

/* header
---------------------------------------------------- */
/* navigation
---------------------------------------------------- */
#fixedConatct {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
  top: inherit;
  bottom: 0px;
  left: 0px;
  background: #fff;
  padding: 0px 0px 0px 25px;
  -webkit-box-shadow: 0px -5px 5px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px -5px 5px -6px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  #fixedConatct {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0px;
    left: 0px;
    width: 290px;
    height: 50px;
    padding: 0px 15px 0px 50px;
    border-radius: 0 0 15px 0;
  }
}
#fixedConatct .leftCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  padding: 5px 0px;
}
@media (min-width: 768px) {
  #fixedConatct .leftCont {
    padding: 0px;
  }
}
#fixedConatct .leftCont .txt {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  #fixedConatct .leftCont .txt {
    font-size: 1.2rem;
  }
}
#fixedConatct .leftCont .num {
  color: #22ac38;
  font-weight: 700;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 768px) {
  #fixedConatct .leftCont .num {
    font-size: 2.6rem;
  }
}
#fixedConatct .leftCont .num a {
  color: #22ac38;
  text-decoration: none;
}
#fixedConatct .leftCont .num i {
  font-size: 2rem;
  margin-right: 4px;
}
#fixedConatct .rightCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fixedConatct .rightCont .mailBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  background: #22ac38;
  color: #fff;
  border-radius: 0px;
  text-decoration: none;
}
#fixedConatct .rightCont .mailBtn:hover {
  background: #4f9c5b;
}
@media (min-width: 768px) {
  #fixedConatct .rightCont .mailBtn {
    border-radius: 4px;
    width: 36px;
    height: 36px;
  }
}
#fixedConatct .rightCont .mailBtn i {
  font-size: 2.4rem;
}

/* -------------------------------
	Drawer_menu
-------------------------------- */
#sidebar {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  border-bottom-left-radius: 55px;
  overflow: hidden;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
@media (min-width: 576px) {
  #sidebar {
    right: -450px;
    width: 450px;
  }
}
.side-open #sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  padding: 150px 75px 50px;
}
#sidebar .list-sidenav > li {
  text-align: left;
  margin-bottom: 20px;
}
#sidebar .list-sidenav > li > a {
  font-size: 1.6rem;
  width: 100%;
  height: 50px;
  color: #000000;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #dcdcdc;
  border-radius: 7px;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  background: #22ac38;
  color: #fff;
}
#sidebar .sideTel {
  width: 100%;
  height: 100px;
  background: url(../images/bg_menu.gif);
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
#sidebar .sideTel a {
  color: #fff;
}
#sidebar .sideTel i {
  margin-right: 1.6rem;
  -webkit-transform: translate(0, 0.3rem);
          transform: translate(0, 0.3rem);
}
#sidebar .sideTel ruby {
  position: relative;
  display: inline-block;
}
#sidebar .sideTel [data-rt]::before {
  content: attr(data-rt);
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
  font-size: 1.2rem;
}
#sidebar .sideTel rt {
  display: none;
}

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

.hr {
  width: 100%;
  display: block;
  background: url(../images/p01_wave01.png), url(../images/p01_wave02.png), url(../images/p01_img00.jpg);
  background-position: center top, center bottom, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  background-size: auto, auto, auto 100%;
}
@media (min-width: 992px) {
  .hr {
    background: url(../images/p01_wave01.png), url(../images/p01_wave02.png), url(../images/p01_img00.jpg);
    background-position: center top, center bottom, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }
}
.hr .inr {
  width: 100%;
  height: 500px;
  max-width: 1800px;
  position: relative;
}
.hr .inr img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(40vw, 289px);
}

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

/* -------------------------------
	HambergerMenu
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 9999;
  background: #22ac38;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 4px 4px 7px 4px rgba(247, 247, 247, 0.15), -4px -4px 7px 4px rgba(255, 255, 255, 0.3);
          box-shadow: 4px 4px 7px 4px rgba(247, 247, 247, 0.15), -4px -4px 7px 4px rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .menuWrapper {
    width: 80px;
    height: 80px;
    border-bottom-left-radius: 30px;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30%;
  height: 1px;
  margin: auto;
  background: #fff;
}
@media (min-width: 768px) {
  #menuButton span, #menuButton:before, #menuButton:after {
    top: -10px;
  }
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  background: #fff799;
}
#menuButton:before {
  z-index: 2;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
  content: "";
}
@media (min-width: 768px) {
  #menuButton:before {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
}
#menuButton:after {
  z-index: 2;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  content: "";
}
@media (min-width: 768px) {
  #menuButton:after {
    -webkit-transform: translate(0, 7px);
            transform: translate(0, 7px);
  }
}

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

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
.main {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30px;
  background: #fff;
}
@media (min-width: 768px) {
  .main {
    padding: 50px;
  }
}

.main .logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.main .logo img {
  width: min(50vw, 150px);
}

@media screen and (min-width: 768px) {
  .main .logo img {
    width: min(50vw, 230px);
  }
}
.main .swiper-slide {
  height: min(480px, 90vh);
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .main .swiper-slide {
    height: min(850px, 90vh);
  }
}
.main .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .p01_deco01 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 38vw;
}
@media (min-width: 992px) {
  .main .p01_deco01 {
    width: 26vw;
  }
}
.main .p01_deco02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 98;
  width: 42vw;
}
@media (min-width: 992px) {
  .main .p01_deco02 {
    width: 29.6vw;
  }
}
.main .h2Title {
  width: 100%;
  height: 360px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .main .h2Title {
    height: 460px;
  }
}
.main .h2Title.p02 {
  background: url(../images/bg_h2title02.jpg) no-repeat center;
  background-size: auto 100%;
}
.main .h2Title.p03 {
  background: url(../images/bg_h2title03.jpg) no-repeat center;
  background-size: auto 100%;
}
.main .h2Title.p04 {
  background: url(../images/bg_h2title04.jpg) no-repeat center;
  background-size: auto 100%;
}
.main .h2Title.p05 {
  background: url(../images/bg_h2title05.jpg) no-repeat center;
  background-size: auto 100%;
  background-position: right 23% center;
}
@media (min-width: 768px) {
  .main .h2Title.p05 {
    background-position: right 38% center;
  }
}
@media (min-width: 992px) {
  .main .h2Title.p05 {
    background-position: center;
  }
}
.main .h2Title .ja {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .main .h2Title .ja {
    font-size: 4.8rem;
  }
}
.main .h2Title .en {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .main .h2Title .en {
    font-size: 1.6rem;
  }
}
.main .p02_deco01 {
  position: absolute;
  left: 15px;
  bottom: 0;
  max-width: 30vw;
}
.main .p02_deco02 {
  position: absolute;
  right: 15px;
  bottom: 0;
  max-width: 30vw;
}
.main .p05_deco01 {
  position: absolute;
  left: 15px;
  bottom: 0;
  max-width: 18vw;
}

.aboutusWrap {
  width: 100%;
  padding-bottom: 180px;
  background: url(../images/p01_line.gif), url(../images/p01_line.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: left 3.5vw top, right 3.5vw top;
}
@media (min-width: 768px) {
  .aboutusWrap {
    background-position: left 7.5vw top, right 7.5vw top;
  }
}
@media (min-width: 1200px) {
  .aboutusWrap {
    background-position: left 15px top, right 15px top;
    background-size: auto 480px;
  }
}
@media (min-width: 1500px) {
  .aboutusWrap {
    background-position: left 7.5vw top, right 7.5vw top;
    background-size: auto;
  }
}
.aboutusWrap .leftCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutusWrap .rightCont {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1500px) {
  .aboutusWrap .rightCont {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.aboutusWrap .rightCont h3 {
  font-size: 4.5vw;
  margin-left: 8.11vw;
}
@media (min-width: 768px) {
  .aboutusWrap .rightCont h3 {
    font-size: 3rem;
    margin-left: 70px;
  }
}
.aboutusWrap .rightCont p {
  font-size: 2.5vw;
  margin-left: 4.51vw;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .aboutusWrap .rightCont p {
    font-size: 1.8rem;
    margin-left: 50px;
  }
}
.aboutusWrap .rightCont p:last-child {
  margin-left: 0px;
}
.aboutusWrap .rightCont .green {
  font-size: 4.5vw;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .aboutusWrap .rightCont .green {
    font-size: 3rem;
  }
}

.whiteCont {
  background: #fff;
  width: 100%;
}

.workWrap {
  padding: 100px 0px 90px;
  background: url(../images/bg_work01.gif), url(../images/p01_wave04.png), url(../images/bg_work02.gif);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, center bottom, top center;
}

.workSticky {
  position: sticky;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .workSticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.workSticky img {
  margin: 0px;
  max-width: 20vw;
  height: auto;
}
@media (min-width: 1200px) {
  .workSticky img {
    margin: 0px auto;
  }
}

.workBox {
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px 4px rgba(112, 112, 112, 0.15);
          box-shadow: 4px 4px 10px 4px rgba(112, 112, 112, 0.15);
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 30px 30px 30px;
}
@media (min-width: 1200px) {
  .workBox {
    border-radius: 30px 0px 0px 30px;
    padding: 40px 40px 40px 90px;
  }
}
.workBox .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsWrap {
  width: 100%;
  background: #eeeeee url(../images/bg_news-bottom.gif) no-repeat center bottom;
  padding: 150px 0px;
}
.newsWrap .inr {
  height: 300px;
  overflow-y: scroll;
}
.newsWrap .inr::-webkit-scrollbar {
  width: 5px;
}
.newsWrap .inr::-webkit-scrollbar-track {
  background-color: #dcdcdc;
  border-radius: 5px;
}
.newsWrap .inr::-webkit-scrollbar-thumb {
  background-color: #22ac38;
  border-radius: 5px;
}
.newsWrap th {
  line-height: 1;
  padding-top: 40px;
}
.newsWrap th .date {
  margin-right: 50px;
}
.newsWrap th .newIcon {
  color: #d40000;
  font-weight: 700;
}
.newsWrap td {
  padding: 40px 0px;
  border-bottom: solid 1px #aaaaaa;
  margin-left: 8rem;
}

.contactWrap {
  width: 100%;
  background: #fff url(../images/bg_contact.gif) no-repeat;
  background-position: center top 200px;
}
@media (min-width: 768px) {
  .contactWrap {
    background-position: center top 350px;
  }
}
.contactWrap .Cont {
  height: auto;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .contactWrap .Cont {
    height: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0px 90px;
  }
}

.contactBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92px;
  height: 92px;
  border: solid 1px #000;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
.contactBtn:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .contactBtn {
    width: 128px;
    height: 128px;
  }
}

.footer {
  padding: 50px 0px 100px;
  background: #eeeeee;
}
.footer .leftCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .footer .leftCont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .leftCont .f-logo {
  font-size: 2.4rem;
  font-weight: 700;
}
.footer .leftCont .footer-telBtn span {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 64px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  border-radius: 32px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer .leftCont .footer-telBtn span .en {
  font-size: 1.8rem;
  margin: 0 0.8rem 0 0;
  font-weight: 700;
}
.footer .leftCont .footer-fax {
  font-size: 1.8rem;
  width: 350px;
  text-align: center;
  font-weight: 700;
}
.footer .rightCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .footer .rightCont {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer .rightCont .textLink {
  display: none;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .footer .rightCont .textLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .footer .rightCont .textLink {
    font-size: 1.4rem;
  }
}
.footer .rightCont .textLink li {
  margin-left: 1em;
}
.footer .rightCont .textLink li a {
  text-decoration: none;
}
.footer .rightCont .textLink li a:hover {
  text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------*
 *
 * aboutus.html
 *  
 *-------------------------------------------------------------------------------------------*/
.name {
  text-align: right;
  font-size: 3rem;
}
.name small {
  font-size: 1.6rem;
}

.waveWrap {
  background: #f0f0f0 url(../images/bg_news-bottom.gif) no-repeat center bottom;
  position: relative;
  padding: 0px 0px 100px;
}

.waveBG {
  width: 100%;
  height: 400px;
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff url(../images/bg_wave-top.gif) no-repeat center top 200px;
  z-index: 1;
}
.waveBG.fixed {
  position: fixed;
  top: 0;
}

.waveBG + div {
  position: relative;
  z-index: 2;
  margin-top: -400px;
}

.dotList {
  list-style: none;
}
.dotList li {
  padding-left: 1.5rem;
  position: relative;
}
.dotList li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #626262;
  position: absolute;
  left: 0px;
  top: 11px;
}

.commonTable {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.commonTable thead {
  background: #4f9c5b;
  color: #fff;
  text-align: center;
}
.commonTable thead th {
  border-right: solid 1px #fff;
}
.commonTable th,
.commonTable td {
  padding: 15px 10px;
}
.commonTable tbody {
  text-align: center;
}
.commonTable tbody tr {
  border-bottom: solid 1px #fff;
}
.commonTable tbody th {
  background: #e1e1e1;
  border-right: solid 1px #fff;
}
.commonTable tbody td {
  background: #f4f4f4;
}
.commonTable.result {
  min-width: 480px;
}
.commonTable.cost {
  min-width: 800px;
}
.commonTable.cost tbody tr:nth-child(1) td:nth-child(2),
.commonTable.cost tbody tr:nth-child(7) td:nth-child(2) {
  text-align: center !important;
}
.commonTable.cost tbody tr:nth-child(1) td:nth-child(3),
.commonTable.cost tbody tr:nth-child(7) td:nth-child(3) {
  text-align: left;
}
.commonTable.cost tbody tr:not(:first-child) td:nth-child(2) {
  text-align: left;
}

.map {
  width: 100%;
  height: 350px;
}

.tableWrap {
  overflow-x: scroll;
  width: 100%;
}

.note {
  text-align: center;
  padding: 30px 15px;
  background-color: rgb(228, 228, 228);
  border-radius: 15px;
}

/*-------------------------------------------------------------------------------------------*
 *
 * administrative-scrivener.html
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * tax-accountant.html
 *  
 *-------------------------------------------------------------------------------------------*/
.flowList li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #e4e4e4;
  width: 100%;
  min-height: 60px;
  padding: 4px 30px 4px 4px;
  border-radius: 30px;
  position: relative;
}
.flowList li .step {
  position: absolute;
  top: -24px;
  color: #4f9c5b;
  font-weight: 700;
  left: 0px;
}
.flowList li .icon {
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 18px;
}
.flowList li .txt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: calc(100% - 58px);
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 56px;
}

.latticeBox {
  background: url(../images/bg_lattice.gif);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 7px -4px #777777 inset;
          box-shadow: 0px 0px 7px -4px #777777 inset;
}
@media (min-width: 992px) {
  .latticeBox {
    padding: 30px 60px;
  }
}

.numList {
  list-style: decimal outside;
  margin-left: 1em;
}
.numList li {
  list-style-type: decimal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.numList li::marker {
  font-weight: 700;
  color: #4f9c5b;
}

.nolineTable {
  width: 100%;
}
.nolineTable th {
  padding: 5px 15px 5px 0px;
}
.nolineTable td {
  padding: 5px 0px 5px 15px;
}
.nolineTable th,
.nolineTable td {
  vertical-align: top;
  line-height: 1.2;
}
.nolineTable th {
  white-space: nowrap;
}

/* ------20240402追記------ */
.line_h_adjuster{
  line-height: 1.2;
}


/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactTel {
  width: 100%;
  height: 100px;
  color: #000;
  font-size: 3.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.contactTel a {
  text-decoration: none;
}
.contactTel i {
  margin-right: 1.6rem;
  -webkit-transform: translate(0, 0.3rem);
          transform: translate(0, 0.3rem);
}
.contactTel ruby {
  position: relative;
  display: inline-block;
}
.contactTel [data-rt]::before {
  content: attr(data-rt);
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
  font-size: 1.2rem;
}
.contactTel rt {
  display: none;
}

.table_float {
  width: 100%;
  margin-bottom: 10px;
}
.table_float th {
  width: 100%;
  padding: 15px 15px 10px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  display: block;
}
.table_float th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.table_float th .required {
  margin-left: 0.5em;
}
.table_float td {
  width: 100%;
  padding: 15px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}

@media (min-width: 992px) {
  .table_float table {
    width: 100%;
    display: table;
  }
  .table_float th {
    width: 25%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .table_float th div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .table_float td {
    padding: 18px 0px 18px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
textarea {
  width: 100%;
}

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

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

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

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

.formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  height: 50px;
  background: #000;
  color: #fff;
  position: relative;
  border-radius: 30px;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 1.4rem;
  }
}
.formBtn:hover {
  background: #999;
  text-decoration: none;
}
.formBtn.back:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.5em;
}
.formBtn.next:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.5em;
}

button.formBtn {
  border: none;
  outline: none;
}
button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 14px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px #999 inset;
          box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-break: break-all;
}
.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;
}

/*-------------------------------------------------------------------------------------------*
 *
 * btn
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000000;
  width: 200px;
  height: 40px;
  background: #1b1b1b;
  color: #fff;
  border-radius: 25px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media (min-width: 768px) {
  .detailBtn {
    font-size: 1.4rem;
    width: 250px;
    height: 50px;
  }
}
.detailBtn:before {
  font: var(--fa-font-solid);
  content: "\f08e";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #626262;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
.detailBtn:hover {
  color: #fff;
  background: #2f2f2f;
}
.detailBtn:hover:before {
  color: #fff;
}

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.title .en {
  font-size: 6rem;
  font-weight: 700;
  color: #000000;
  padding: 0px 18px 4px 0px;
  background: url(../images/titile_bg.gif) no-repeat right bottom;
}

.title-BGnone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.title-BGnone .en {
  font-size: 6rem;
  font-weight: 700;
  color: #000000;
  padding: 0px 18px 4px 0px;
}

.sub {
  font-weight: 700;
  color: #434343;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub:after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #434343;
  margin-left: 24px;
}

.subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subTitle .ja {
  font-size: 3rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.subTitle .en {
  font-size: 1.4rem;
}

.subTitle2 {
  font-size: 4.8vw;
  color: #434343;
  font-weight: 700;
}
@media (min-width: 576px) {
  .subTitle2 {
    font-size: 3rem;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 13px;
  z-index: 10;
}
@media (min-width: 768px) {
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
}

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

.green {
  color: #22ac38;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.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;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

@media (min-width: 576px) {
  .ta-sm-c {
    text-align: center !important;
  }
  .ta-sm-r {
    text-align: right !important;
  }
  .ta-sm-l {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .ta-md-c {
    text-align: center !important;
  }
  .ta-md-r {
    text-align: right !important;
  }
  .ta-md-l {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .ta-lg-c {
    text-align: center !important;
  }
  .ta-lg-r {
    text-align: right !important;
  }
  .ta-lg-l {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .ta-xl-c {
    text-align: center !important;
  }
  .ta-xl-r {
    text-align: right !important;
  }
  .ta-xl-l {
    text-align: left !important;
  }
}
.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;
}

.indent-1 {
  padding-left: -1em;
  text-indent: 1em;
}

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

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

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

.fs-16 {
  font-size: 1.6rem;
}

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

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

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

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

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

.mr-05 {
  margin-right: 5px !important;
}

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

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

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

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

@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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@media (min-width: 1500px) {
  .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;
  }
}/*# sourceMappingURL=style.css.map */