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

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

body {
  color: #25292e;
  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;
  font-weight: 500;
}

h1,
h2,
h3,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.85;
}

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

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #0667b8;
  text-decoration: underline;
  font-weight: 700;
}
a:hover {
  color: #0667b8;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  z-index: 100;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  color: #000;
  background: #fff;
}
@media (min-width: 992px) {
  #header {
    padding: 0px 30px;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  #header {
    height: 80px;
    padding: 0px 30px;
  }
}
#header #logo {
  display: block;
  width: 250px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
@media (min-width: 992px) {
  #header #logo {
    width: 380px;
  }
}
@media (min-width: 1200px) {
  #header #logo {
    width: 400px;
  }
}
@media (min-width: 1400px) {
  #header #logo {
    width: 450px;
  }
}
#header #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #header-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #header-Tel {
  display: none;
}
@media (min-width: 1280px) {
  #header #header-Tel {
    margin-right: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    font-weight: 700;
    color: #003f70;
    padding-bottom: 0.1em;
  }
}
@media (min-width: 1480px) {
  #header #header-Tel {
    margin-right: 1.5rem;
  }
}
#header #header-Tel img {
  width: 3rem;
  margin-right: 1.2rem;
  -webkit-filter: invert(17%) sepia(31%) saturate(4286%) hue-rotate(186deg) brightness(98%) contrast(103%);
          filter: invert(17%) sepia(31%) saturate(4286%) hue-rotate(186deg) brightness(98%) contrast(103%);
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
#header #mainNavi {
  display: none;
}
@media (min-width: 992px) {
  #header #mainNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header #mainNavi > li {
  display: block;
}
#header #mainNavi > li > a {
  padding: 0px 1rem;
  text-decoration: none;
  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;
  line-height: 1;
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #25292e;
}
@media (min-width: 1400px) {
  #header #mainNavi > li > a {
    padding: 0px 2rem;
  }
}
#header #mainNavi > li > a .en {
  font-size: 1.7rem;
  padding-bottom: 0.4rem;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  font-weight: 700;
}
@media (min-width: 1200px) {
  #header #mainNavi > li > a .en {
    font-size: 1.8rem;
  }
}
#header #mainNavi > li > a .ja {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  font-weight: 700;
}
#header #mainNavi > li > a:after {
  width: 0%;
  content: "";
  display: block;
  background: #000;
  height: 1px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  border: none;
}
#header #mainNavi li.active a:after,
#header #mainNavi li a:hover:after {
  width: 100%;
}
#header #mainNavi li.active a,
#header #mainNavi li a:hover {
  color: #003F70 !important;
}
#header.on {
  height: 60px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
#header.on #logo {
  max-width: 400px;
}

/*-------------------------------------------------------------------------------------------*
     *
     * サイドメニュー
     *  
*-------------------------------------------------------------------------------------------*/
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  background: #fff;
  -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: 102;
  padding: 60px 15px 15px;
}
@media (min-width: 576px) {
  #sidebar {
    right: -320px;
    width: 320px;
  }
}
.side-open #sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#sidebar #side-logo {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#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;
}
#sidebar .list-sidenav > li > a {
  color: #000;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 10px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: dashed 1px #5f5f5f;
  font-weight: 500;
}
#sidebar .list-sidenav > li > a .en {
  font-size: 1.8rem;
  font-weight: 700;
}
#sidebar .list-sidenav > li > a .ja {
  font-size: 1.4rem;
  font-weight: 700;
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  color: #003F70;
}
#sidebar .list-sidenav > li.has-submenu > a:after {
  width: 18px;
  right: 4px;
  background: url(../images/icon_plus.svg) no-repeat center/16px;
}
#sidebar .list-sidenav > li.has-submenu > a.on:after {
  right: 4px;
  background: url(../images/icon_minus.svg) no-repeat center/16px;
}
#sidebar .submenu {
  background: #fff;
  display: none;
}
#sidebar .submenu li {
  border-bottom: 1px dashed #cacaca;
}
#sidebar .submenu li a {
  padding: 10px 15px 10px 28px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#sidebar .submenu li a:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#sidebar .submenu li a:hover {
  background: #f7f7f7;
}
#sidebar .submenu li a.active a {
  background: #f7f7f7;
}

.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: #003F70 url(../images/bg_btn.jpg) no-repeat center/100% auto;
  color: #fff;
  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;
  font-weight: 700;
  padding: 0px 15px;
  height: 56px;
  font-size: 20px;
}
#sidebarContact img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 1.2rem;
  width: 24px;
  height: auto;
}
#sidebarContact:hover {
  background: #000;
  color: #fff;
}
#sidebarContact:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#sidebarTel {
  font-weight: 700;
  font-size: 7.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  #sidebarTel {
    font-size: 3rem;
  }
}
#sidebarTel img {
  width: 24px;
  margin-right: 0.8rem;
}
#sidebarTel a {
  color: #000;
  text-decoration: none;
}

.time {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

/* -------------------------------
          オーバーレイ
      -------------------------------- */
.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: 101;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* -------------------------------
          HambergerMenu
      -------------------------------- */
.menuWrapper {
  position: fixed;
  right: 15px;
  top: 10px;
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 103;
  display: block;
}
@media (min-width: 992px) {
  .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: #000;
  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;
  -webkit-transform: translate(0, -7px);
          transform: translate(0, -7px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  -webkit-transform: translate(0, 7px);
          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;
  -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);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #064e96;
  color: #fff;
}
#footer #footerBody {
  width: 100%;
  color: #fff;
  padding: 90px 0px 90px;
}
#footer #footerBody a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 120px 0px;
  }
}
#footer #footerBody .footerLeft {
  text-align: center;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft {
    text-align: left;
  }
}
#footer #footerBody .footerLeft #f-logo {
  width: 70vw;
  text-align: center;
  margin: 0px auto;
}
@media (min-width: 768px) {
  #footer #footerBody .footerLeft #f-logo {
    max-width: 320px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft #f-logo {
    text-align: left;
    margin: initial;
  }
}
#footer #footerBody .footerLeft .mapPin {
  width: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.6rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#footer #footerBody .footerLeft .f-tel {
  font-weight: 700;
  line-height: 1.6;
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1;
  }
}
#footer #footerBody .footerRight #textLink {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  height: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #footer #footerBody .footerRight #textLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight #textLink {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#footer #footerBody .footerRight #textLink li {
  margin: 0px 0px 0px 2rem;
}
#footer #footerBody .footerRight #textLink li a {
  text-decoration: none;
  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;
}
#footer #footerBody .footerRight #textLink li a .en {
  font-size: 1.6rem;
  font-weight: 700;
}
#footer #footerBody .footerRight #textLink li a .ja {
  font-size: 12px;
  font-weight: 700;
}
#footer #footerBody .footerRight #textLink li a:hover {
  text-decoration: underline;
}
#footer #copy {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  margin: 0px;
  background: #12395f;
  color: #fff;
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#sliderWrap {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 992px) {
  #sliderWrap {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  #sliderWrap {
    margin-top: 80px;
  }
}
#sliderWrap #catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 86vw;
}
@media (min-width: 1400px) {
  #sliderWrap #catch {
    width: 1374px;
  }
}

#mainSlider {
  width: 100%;
  position: relative;
  /* before要素 */
}
#mainSlider .sp-buttons {
  padding-top: 0px;
  position: absolute;
  bottom: 0px;
}
#mainSlider .sp-button {
  width: 13.6666666667%;
  height: 2px;
  position: relative;
  background: #fff;
  border-radius: 0;
  border: 0;
}
#mainSlider .sp-selected-button:before {
  -webkit-animation-name: sliderpro-bg-color01;
  animation-name: sliderpro-bg-color01;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 0;
  content: "";
  display: inline-block;
  height: 100%;
  background: #333;
  top: 0;
  left: 0;
  position: absolute;
}
@-webkit-keyframes sliderpro-bg-color01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes sliderpro-bg-color01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* スクロールダウンの位置 */
.scroll_down {
  position: absolute;
  bottom: 45px;
  right: 45px;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 10;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media (min-width: 1400px) {
  .scroll_down {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.scroll_down a {
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.scroll_down a .arrow {
  position: absolute;
  width: 28px;
  height: 3px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 6s ease-out infinite;
  animation: move 6s ease-out infinite;
}
.scroll_down a .arrow:first-child {
  -webkit-animation: move 6s ease-out 2s infinite;
  animation: move 6s ease-out 2s infinite;
}
.scroll_down a .arrow:nth-child(2) {
  -webkit-animation: move 6s ease-out 4s infinite;
  animation: move 6s ease-out 4s infinite;
}
.scroll_down a .arrow:before, .scroll_down a .arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.scroll_down a .arrow:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}
.scroll_down a .arrow:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}
.scroll_down a .text {
  display: block;
  margin-top: 60px;
  margin-left: -14px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 700;
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.wrapper {
  padding: 75px 0px;
}
@media (min-width: 992px) {
  .wrapper {
    padding: 150px 0px;
  }
}
.wrapper.bg-Square {
  background: url(../images/bg_square.jpg) no-repeat top center;
}
.wrapper.bg-Gray {
  background: #fafafa;
}

.aboutBox .row > div {
  position: relative;
}
.aboutBox .row > div .img {
  display: none;
}
@media (min-width: 1200px) {
  .aboutBox .row > div .img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-90%, 0px);
            transform: translate(-90%, 0px);
    z-index: 1;
    display: block;
  }
}

.box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
  padding: 30px;
  margin-top: 0px;
  box-shadow: 15px 15px 0px 0px rgba(217, 228, 239, 0.75);
  -webkit-box-shadow: 15px 15px 0px 0px rgba(217, 228, 239, 0.75);
  -moz-box-shadow: 15px 15px 0px 0px rgba(217, 228, 239, 0.75);
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .box {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .box {
    margin-top: 150px;
  }
}

.business-Wrap {
  background: url(../images/bg_business.jpg) no-repeat top center/auto 75%;
}
@media (min-width: 992px) {
  .business-Wrap {
    background: url(../images/bg_business.jpg) no-repeat top center;
  }
}
.business-Wrap .business-Box {
  background: #fff;
  padding: 30px;
  border-bottom: solid 15px #d9e4ef;
}
@media (min-width: 992px) {
  .business-Wrap .business-Box {
    padding: 60px;
    border-bottom: solid 30px #d9e4ef;
  }
}
@media (min-width: 1200px) {
  .business-Wrap .business-Box {
    padding: 60px 90px;
  }
}

.recruitBox .row > div {
  position: relative;
}
.recruitBox .row > div .img {
  display: none;
}
@media (min-width: 1200px) {
  .recruitBox .row > div .img {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(90%, 0px);
            transform: translate(90%, 0px);
    z-index: 1;
    display: block;
  }
}

.contact-Wrap {
  background: url(../images/bg_contact.jpg) no-repeat center/auto 100%;
}
.contact-Wrap .contact-Box {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 15px;
  height: 100%;
}
@media (min-width: 992px) {
  .contact-Wrap .contact-Box {
    padding: 45px 15px;
  }
}
.contact-Wrap .contact-Box .num {
  color: #064d95;
  font-weight: 700;
  font-size: 4.8rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .contact-Wrap .contact-Box .num {
    font-size: 4.2rem;
  }
}
@media (min-width: 1400px) {
  .contact-Wrap .contact-Box .num {
    font-size: 4.8rem;
  }
}
.contact-Wrap .contact-Box .num a {
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * business.html
 *  
 *-------------------------------------------------------------------------------------------*/
.cards {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
  padding: 20px;
  height: 100%;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(215, 226, 238, 0.75);
          box-shadow: 5px 5px 0px 0px rgba(215, 226, 238, 0.75);
  aspect-ratio: 3/2;
  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;
}
@media (min-width: 992px) {
  .cards {
    -webkit-box-shadow: 10px 10px 0px 0px rgba(215, 226, 238, 0.75);
            box-shadow: 10px 10px 0px 0px rgba(215, 226, 238, 0.75);
  }
}
@media (min-width: 1200px) {
  .cards {
    aspect-ratio: 1;
  }
}
@media (min-width: 1400px) {
  .cards {
    padding: 30px;
  }
}
.cards dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.cards dl dt {
  background: #0667b8;
  border-radius: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  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;
  padding-bottom: 0.1em;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.cards dl dd {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 3.4vw;
}
@media (min-width: 576px) {
  .cards dl dd {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .cards dl dd {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .cards dl dd {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .cards dl dd {
    font-size: 2.6rem;
  }
}
@media (min-width: 1500px) {
  .cards dl dd {
    font-size: 3rem;
  }
}

.result-Table {
  width: 100%;
  display: table;
  border-bottom: none;
}
.result-Table thead {
  background: #3583c2;
  color: #fff;
}
.result-Table tbody th,
.result-Table tbody td {
  border-bottom: solid 1px #ccc;
}
.result-Table tbody tr:nth-child(even) {
  background: #f3f6f8;
}
.result-Table th {
  padding: 15px 15px 15px;
  width: 70%;
  font-weight: bold;
  line-height: 140%;
  display: table-cell;
  vertical-align: middle;
}
.result-Table td {
  width: 30%;
  padding: 18px 10px;
  line-height: 140%;
  display: table-cell;
}

/*-------------------------------------------------------------------------------------------*
 *
 * recruit.html
 *  
 *-------------------------------------------------------------------------------------------*/
.flowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #0667b8;
  border-radius: 8px;
  aspect-ratio: initial;
  -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;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.flowBox .step {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 700;
  background: #0667b8;
  color: #fff;
  width: 36px;
  height: 36px;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  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;
}
.flowBox .tit {
  line-height: 1.2;
  color: #0667b8;
  height: 100%;
  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;
  text-align: center;
  font-size: 4.166vw;
}
@media (min-width: 576px) {
  .flowBox .tit {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .flowBox .tit {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .flowBox .tit {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .flowBox .tit {
    font-size: 2.4rem;
  }
}

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

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

.dotList li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.dotList li:last-child {
  margin-bottom: 0;
}
.dotList li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.dotList.Horizonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}

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

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactBox {
  width: 100%;
}
.contactBox a {
  text-decoration: none;
  color: #25292e;
}
.contactBox dd {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
  -webkit-box-shadow: 5px 5px 0px 0px rgba(217, 228, 239, 0.75);
          box-shadow: 5px 5px 0px 0px rgba(217, 228, 239, 0.75);
  padding: 30px 0px;
  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;
}
.contactBox dd .num {
  font-size: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  font-weight: 700;
}
.contactBox dd .num img {
  height: 1em;
  margin-right: 0.6rem;
}
.contactBox dd .time {
  padding-top: 1em;
}

.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 20px 0px 20px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  display: block;
}
.mailfoamTable th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mailfoamTable th .required {
  margin-left: 1.6rem;
}
.mailfoamTable td {
  width: 100%;
  padding: 20px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}
.mailfoamTable td .form-control {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
}

@media (min-width: 768px) {
  .mailfoamTable table {
    width: 100%;
    display: table;
  }
  .mailfoamTable th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .mailfoamTable th div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 20px 0px 20px 20px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
.select-Wrap {
  position: relative;
  display: inline-block;
  width: 80%;
}
@media (min-width: 768px) {
  .select-Wrap {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .select-Wrap {
    width: 25%;
  }
}
.select-Wrap:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 80%);
  width: 8px;
  aspect-ratio: 1;
  top: calc(50% + 1px);
  right: 4%;
  background: #333;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.select-Wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  width: 100%;
}

.form15 {
  width: 20%;
  display: inline-block;
}

.form25 {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .form25 {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .form25 {
    width: 25%;
  }
}

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

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

.required {
  background: #df443e;
  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: 475px;
  min-height: 56px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 75, 146)), to(rgb(5, 137, 230)));
  background: linear-gradient(90deg, rgb(6, 75, 146) 0%, rgb(5, 137, 230) 100%);
  color: #fff;
  position: relative;
  font-size: 3.2vw;
  line-height: 1.2;
  padding: 8px 0px;
  border: none;
  border-radius: 30px;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn.back:before {
  content: "";
  width: 32px;
  height: 32px;
  border-left: solid 1px #fff;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  background: url(../images/icon_arrow.svg) no-repeat center/50%;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
}
.formBtn.back:hover:before {
  text-decoration: none;
  -webkit-transform: translate(-4px, -50%) scale(-1, 1);
          transform: translate(-4px, -50%) scale(-1, 1);
}
.formBtn.next:after {
  content: "";
  width: 32px;
  height: 32px;
  border-left: solid 1px #fff;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  background: url(../images/icon_arrow.svg) no-repeat center/50%;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.formBtn.next:hover:after {
  text-decoration: none;
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.formBtn button.formBtn {
  border: none;
  outline: none;
}
.formBtn button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 13px;
  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-wrap: break-word;
  text-align: justify;
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}
.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
#h2Title {
  height: 300px;
  display: -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;
  margin-top: 60px;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  #h2Title {
    height: 430px;
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    margin-top: 80px;
    height: 480px;
  }
}
@media (min-width: 1400px) {
  #h2Title {
    height: 530px;
  }
}
#h2Title.p02 {
  background: url(../images/bg_h2title02.jpg) no-repeat center/auto 100%;
}
#h2Title.p03 {
  background: url(../images/bg_h2title03.jpg) no-repeat center left 80%/auto 100%;
}
#h2Title.p04 {
  background: url(../images/bg_h2title04.jpg) no-repeat center/auto 100%;
}
#h2Title.p05 {
  background: url(../images/bg_h2title05.jpg) no-repeat center/auto 100%;
}
#h2Title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  text-align: center;
}
#h2Title h2 .en {
  font-family: "Allura", cursive;
  font-weight: 700;
  font-size: 20vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(24, 177, 178)), to(rgb(107, 254, 249)));
  background: linear-gradient(90deg, rgb(24, 177, 178) 0%, rgb(107, 254, 249) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.6;
  position: relative;
  padding-right: 0.2em;
}
@media (min-width: 576px) {
  #h2Title h2 .en {
    font-size: 12rem;
  }
}
@media (min-width: 992px) {
  #h2Title h2 .en {
    font-size: 14rem;
  }
}
@media (min-width: 1200px) {
  #h2Title h2 .en {
    font-size: 15rem;
  }
}
#h2Title h2 .en:after {
  content: "";
  display: block;
  aspect-ratio: 377/10;
  width: 80%;
  background: url(../images/h2_line.png) no-repeat center/cover;
  margin: 0px auto;
  opacity: 1;
}
@media (min-width: 576px) {
  #h2Title h2 .en:after {
    width: 377px;
  }
}
#h2Title h2 .ja {
  font-size: 4.6vw;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (min-width: 576px) {
  #h2Title h2 .ja {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  #h2Title h2 .ja {
    font-size: 4.8rem;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.title .en {
  font-size: 16vw;
  font-family: "Allura", cursive;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(24, 100, 178)), to(rgb(107, 179, 254)));
  background: linear-gradient(90deg, rgb(24, 100, 178) 0%, rgb(107, 179, 254) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  font-weight: 400;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}
@media (min-width: 768px) {
  .title .en {
    font-size: 12rem;
  }
}
@media (min-width: 1200px) {
  .title .en {
    font-size: 14rem;
  }
}
.title .en:after {
  display: block;
  content: "";
  aspect-ratio: 287/24;
  width: 70%;
  background: url(../images/line.png) no-repeat center/cover;
  position: absolute;
  bottom: -3px;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
@media (min-width: 768px) {
  .title .en:after {
    width: 287px;
  }
}
.title .ja {
  font-size: 5.6vw;
  font-weight: 700;
  margin-left: 0.2em;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .title .ja {
    font-size: 6rem;
  }
}
.title.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title.center .en {
  text-align: center;
}
.title.center .en:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.title.center .ja {
  padding: 0px 3.6rem;
}
.title.yellow .en {
  color: #ffcc00;
}
.title.yellow .ja {
  color: #ffcc00;
}

.title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.title2 .ja {
  font-size: 3.6vw;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .title2 .ja {
    font-size: 1.8rem;
  }
}
.title2 .en {
  font-size: 9vw;
  font-family: "Allura", cursive;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0;
  color: #000;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .title2 .en {
    font-size: 6.8rem;
  }
}
@media (min-width: 1200px) {
  .title2 .en {
    font-size: 7.8rem;
  }
}
.title2.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title2.center .en {
  text-align: center;
}
.title2.center .ja {
  padding: 0px 3.6rem;
}
.title2.yellow .en {
  color: #ffcc00;
}
.title2.yellow .ja {
  color: #ffcc00;
}

.subTitle {
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 1.2;
  background: #0667b8;
  color: #fff;
  padding: 0 0.6em 0.1em;
}
@media (min-width: 576px) {
  .subTitle {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .subTitle {
    font-size: 3rem;
  }
}

.subTitle2 {
  font-size: 5.4vw;
  font-weight: 700;
  line-height: 1.2;
  border-left: solid 5px #0667b8;
  padding-left: 0.5em;
  padding-bottom: 0.1em;
}
@media (min-width: 576px) {
  .subTitle2 {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .subTitle2 {
    font-size: 3.2rem;
  }
}

.subTitle3 {
  font-size: 4.16vw;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #0667b8;
}
@media (min-width: 576px) {
  .subTitle3 {
    font-size: 3rem;
  }
}

.read {
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .read {
    font-size: 3rem;
  }
}

.read2 {
  font-size: 3.8vw;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .read2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .read2 {
    font-size: 3.6rem;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 75, 146)), to(rgb(5, 137, 230)));
  background: linear-gradient(90deg, rgb(6, 75, 146) 0%, rgb(5, 137, 230) 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 380px;
  width: 100%;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 32px;
  padding: 0px 24px 0.1em !important;
  text-decoration: none;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  position: relative;
}
@media (min-width: 992px) {
  .detailBtn {
    font-size: 2.4rem;
    height: 62px;
    padding: 0px 32px !important;
  }
}
.detailBtn:after {
  content: "";
  width: 32px;
  height: 32px;
  border-left: solid 1px #fff;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  background: url(../images/icon_arrow.svg) no-repeat center/50%;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.detailBtn:hover {
  color: #fff;
}
.detailBtn:hover:after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}

.pdfBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #d01d1d;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 410px;
  width: 100%;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 32px;
  padding: 0px 20px !important;
  text-decoration: none;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
.pdfBtn:after {
  content: "";
  width: 20px;
  height: 24px;
  background: url(../images/icon_pdf.png) no-repeat center;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.pdfBtn:hover {
  color: #d01d1d;
  background: #FFF;
  border: solid 1PX #d01d1d;
}
.pdfBtn:hover:after {
  -webkit-filter: invert(23%) sepia(100%) saturate(2211%) hue-rotate(352deg) brightness(86%) contrast(89%);
          filter: invert(23%) sepia(100%) saturate(2211%) hue-rotate(352deg) brightness(86%) contrast(89%);
}

.alignHeightBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.blue {
  color: #064d95;
}

.textAline-Justify {
  text-align: justify;
}

.heightCont {
  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;
  height: 100%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

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

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

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

.objectfit-Img {
  width: 100%;
  height: 100%;
}
.objectfit-Img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.black {
  color: #000 !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;
}

.lh1 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.fs24 {
  font-size: 4.16vw;
}
@media (min-width: 576px) {
  .fs24 {
    font-size: 2.4rem;
  }
}

.fs28 {
  font-size: 4.86vw;
}
@media (min-width: 576px) {
  .fs28 {
    font-size: 2.8rem;
  }
}

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

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

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

.fs-18 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.m-auto {
  margin: 0px auto;
}

.mt-00 {
  margin-top: 0px;
}

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

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

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

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

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

@media (min-width: 576px) {
  .mt-sm-00 {
    margin-top: 0px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .mt-md-00 {
    margin-top: 0px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-00 {
    margin-top: 0px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-00 {
    margin-top: 0px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mt-xxl-90 {
    margin-top: 90px;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

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

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

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

@media (min-width: 768px) {
  .ml-md-00 {
    margin-left: 0px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-30 {
    margin-left: 3dvh !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-00 {
    margin-left: 0px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-30 {
    margin-left: 3dvh !important;
  }
}
.mr-05 {
  margin-right: 5px !important;
}

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

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

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

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb150 {
  margin-bottom: 75px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb200 {
  margin-bottom: 100px !important;
}

.mb220 {
  margin-bottom: 110px !important;
}

.mb240 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
}
.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb250 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
  .mb-210 {
    margin-bottom: 210px !important;
  }
  .mb-240 {
    margin-bottom: 240px !important;
  }
}/*# sourceMappingURL=style.css.map */