@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Signika:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@700&display=swap");
.outfit-700 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

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

body {
  color: #333;
  margin: 0px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  font-size: 1.6rem;
  font-weight: 600;
}

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

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

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

li {
  list-style-type: none;
}

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

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#body-Wrap {
  background: url(../images/bg_main.jpg) no-repeat top left/85vw auto;
  padding-top: 60px;
}
@media (min-width: 768px) {
  #body-Wrap {
    background: url(../images/bg_main.jpg) no-repeat top left/80vw auto;
  }
}
@media (min-width: 992px) {
  #body-Wrap {
    background: url(../images/bg_main.jpg) no-repeat top left/75vw auto;
  }
}
@media (min-width: 1200px) {
  #body-Wrap {
    background: url(../images/bg_main.jpg) no-repeat top left/70vw auto;
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  #body-Wrap {
    background: url(../images/bg_main.jpg) no-repeat top left/65vw auto;
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  #body-Wrap {
    background: url(../images/bg_main.jpg) no-repeat top left/60vw auto;
    padding-top: 100px;
  }
}

#body-Wrap-Low {
  background: url(../images/bg_main.jpg) no-repeat top left/70vw auto;
  padding-top: 60px;
}
@media (min-width: 768px) {
  #body-Wrap-Low {
    background: url(../images/bg_main.jpg) no-repeat top left/70vw auto;
  }
}
@media (min-width: 992px) {
  #body-Wrap-Low {
    background: url(../images/bg_main.jpg) no-repeat top left/65vw auto;
  }
}
@media (min-width: 1200px) {
  #body-Wrap-Low {
    background: url(../images/bg_main.jpg) no-repeat top left/60vw auto;
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  #body-Wrap-Low {
    background: url(../images/bg_main.jpg) no-repeat top left/55vw auto;
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  #body-Wrap-Low {
    background: url(../images/bg_main.jpg) no-repeat top left/50vw auto;
    padding-top: 100px;
  }
}

#header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 600ms 0s ease;
  align-items: center;
  padding: 0px 15px;
}
@media (min-width: 1200px) {
  #header {
    padding: 0px 25px;
    height: 80px;
  }
}
@media (min-width: 1400px) {
  #header {
    padding: 0px 35px;
    height: 100px;
  }
}
#header #logo {
  display: block;
  width: 200px;
  transition: all 600ms 0s ease;
}
@media (min-width: 576px) {
  #header #logo {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  #header #logo {
    width: 230px;
  }
}
#header #mainNavi {
  display: none;
}
@media (min-width: 1200px) {
  #header #mainNavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#header #mainNavi > li {
  display: block;
}
#header #mainNavi > li > a {
  padding: 0px 1rem;
  text-decoration: none;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  line-height: 2;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 1400px) {
  #header #mainNavi > li > a {
    padding: 0px 1.5rem;
  }
}
#header #mainNavi > li > a:before {
  width: 0%;
  content: "";
  display: block;
  background: #2378bf;
  height: 2px;
  transition: all 600ms 0s ease;
}
#header #mainNavi li.active > a:before,
#header #mainNavi li > a:hover:before {
  width: 100%;
}
#header.on {
  height: 60px;
  background: #fff;
}
@media (min-width: 1400px) {
  #header.on {
    height: 80px;
  }
}
#header.on #mainNavi #contactButton a {
  height: 40px;
}
@media (min-width: 1400px) {
  #header.on #mainNavi #contactButton a {
    height: 50px;
  }
}
#header.on #mainNavi #contactButton a img {
  width: 21px;
  height: auto;
}

.dropdown-toggle {
  padding-right: 24px !important;
  position: relative;
}
.dropdown-toggle:after {
  position: absolute;
  right: 8px;
  top: 50%;
}

.dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 0.8rem 0px;
  border-bottom: dashed 1px #7e7e7e;
  line-height: 1.2;
  padding-left: 1.6rem;
  position: relative;
}
.dropdown-menu a:hover {
  background: #fafafa;
}
.dropdown-menu a:before {
  content: "";
  display: block;
  width: 5px !important;
  aspect-ratio: 1;
  background: #2378bf;
  position: absolute;
  top: 1.6rem;
  left: 0px;
}

.dropdown-menu.show {
  width: 280px;
  font-size: 1.4rem;
  margin-top: 6px !important;
  padding: 8px 15px !important;
}
@media (min-width: 1400px) {
  .dropdown-menu.show {
    font-size: 1.6rem;
  }
}

/*-------------------------------------------------------------------------------------------*
     *
     * サイドメニュー
     *  
*-------------------------------------------------------------------------------------------*/
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 102;
  padding: 60px 15px 15px;
}
@media (min-width: 576px) {
  #sidebar {
    right: -320px;
    width: 320px;
  }
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
#sidebar #side-logo {
  width: 230px;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  font-size: 18px;
}
#sidebar .list-sidenav > li {
  text-align: left;
  margin-bottom: 5px;
}
#sidebar .list-sidenav > li > a {
  line-height: 1.2;
  display: flex;
  padding: 16px 0px;
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: dashed 1px #5f5f5f;
  font-size: 16px;
  font-weight: 500;
}
#sidebar .list-sidenav > li > a:after {
  content: url(../images/icon_arrow.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  border-bottom: solid 1px #2378bf;
  color: #2378bf;
}
#sidebar .list-sidenav > li.active > a:after,
#sidebar .list-sidenav > li > a:hover:after {
  filter: invert(35%) sepia(97%) saturate(668%) hue-rotate(172deg) brightness(94%) contrast(88%);
}
#sidebar .list-sidenav > li.active > a:after {
  filter: invert(35%) sepia(97%) saturate(668%) hue-rotate(172deg) brightness(94%) contrast(88%);
}
#sidebar .submenu {
  background: #fff;
  display: none;
}
#sidebar .submenu li {
  border-bottom: 1px dashed #b4b4b4;
}
#sidebar .submenu li a {
  padding: 1rem;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sidebar .submenu li a:hover {
  color: #2378bf;
}

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

#sidebarTel .tel {
  font-weight: 700;
  color: #2378bf;
  font-family: "Outfit", sans-serif;
}
#sidebarTel .tel .en {
  font-size: 2.4rem;
}
#sidebarTel .tel .num {
  font-size: 3rem;
}
#sidebarTel .time {
  font-size: 1.3rem;
  line-height: 1.4;
}

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

/* -------------------------------
        HambergerMenu
    -------------------------------- */
.menuWrapper {
  position: fixed;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  transform: translate3d(0, 0, 0);
  z-index: 103;
  display: block;
}
@media (min-width: 1200px) {
  .menuWrapper {
    display: none;
  }
}

@media (min-width: 1200px) {
  .side-open .menuWrapper {
    display: block;
  }
}
#menuButton {
  background: #333;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -7px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 7px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

body.side-open #menuButton {
  display: block;
}

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

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: linear-gradient(135deg, rgb(62, 150, 219) 0%, rgb(0, 104, 179) 100%);
}
#footer #footerBody {
  width: 100%;
  font-weight: 500;
  color: #fff;
  padding: 90px 16px 90px;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 150px 14px;
  }
}
#footer #footerBody a {
  color: #fff;
  text-decoration: none;
}
#footer #footerBody .footerLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft {
    align-items: flex-start;
  }
}
#footer #footerBody .footerLeft #f-logo {
  width: 70vw;
  text-align: center;
}
@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;
  }
}
#footer #footerBody .footerLeft .mapPin {
  display: inline-block;
  filter: brightness(0) invert(1);
  vertical-align: middle;
  margin-left: 0.6rem;
  width: 11px;
  line-height: 0.01;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft .mapPin {
    width: 14px;
  }
}
#footer #footerBody .footerLeft .f-tel {
  line-height: 1.6;
  font-size: 5vw;
}
@media (min-width: 768px) {
  #footer #footerBody .footerLeft .f-tel {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft .f-tel {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerLeft .f-tel {
    line-height: 1;
  }
}
#footer #footerBody .footerRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#footer #footerBody .footerRight #textLink {
  display: none;
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight #textLink {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 600;
    height: 41px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight #textLink {
    justify-content: flex-end;
  }
}
#footer #footerBody .footerRight #textLink li {
  margin: 0px 0px 0px 2rem;
}
#footer #footerBody .footerRight #textLink li a {
  text-decoration: none;
}
#footer #footerBody .footerRight #textLink li a:hover {
  text-decoration: underline;
}
#footer #footerBody .footerRight #copy {
  text-align: center;
  font-size: 13px;
  margin: 0px;
  font-weight: 400;
}
@media (min-width: 992px) {
  #footer #footerBody .footerRight #copy {
    text-align: right;
  }
}

#pagetop {
  z-index: 10;
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#movieWrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 110vw;
}
@media (min-width: 576px) {
  #movieWrap {
    height: 630px;
  }
}
@media (min-width: 992px) {
  #movieWrap {
    height: 760px;
  }
}
@media (min-width: 1400px) {
  #movieWrap {
    height: 800px;
  }
}
#movieWrap .h2-Wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15%;
  z-index: 1;
}
#movieWrap #catch {
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  margin-left: 14px;
}
@media (min-width: 576px) {
  #movieWrap #catch {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  #movieWrap #catch {
    margin-left: 0px;
  }
}
#movieWrap #catch .en {
  font-family: "Outfit", sans-serif;
  font-size: 14.4vw;
  line-height: 1.2;
}
@media (min-width: 576px) {
  #movieWrap #catch .en {
    font-size: 10rem;
  }
}
#movieWrap #catch .en.top {
  margin-bottom: -0.4em;
}
#movieWrap #catch .txt1 {
  font-size: 3.6vw;
}
@media (min-width: 576px) {
  #movieWrap #catch .txt1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  #movieWrap #catch .txt1 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  #movieWrap #catch .txt1 {
    font-size: 4rem;
  }
}
#movieWrap #catch .txt2 {
  font-size: 2.1vw;
}
@media (min-width: 576px) {
  #movieWrap #catch .txt2 {
    font-size: 1.5rem;
  }
}
#movieWrap .movieCont {
  width: 78vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  #movieWrap .movieCont {
    width: 75vw;
  }
}
#movieWrap .movieCont video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

/*text animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.anime-up.displayed span {
  animation: showText 1s backwards;
  display: inline-block;
}

.anime-up.displayed > span {
  overflow: hidden;
}

.anime-up.displayed > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

.scroll_down2 {
  position: absolute;
  bottom: -70px;
  left: 40px;
  z-index: 10;
  width: 9px;
  height: 200px;
  z-index: 2;
  transform: scale(0.75);
  transform-origin: left bottom;
}
@media (min-width: 768px) {
  .scroll_down2 {
    left: 5vw;
  }
}
@media (min-width: 992px) {
  .scroll_down2 {
    transform: scale(1);
  }
}
.scroll_down2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #062f68;
  animation: circlemove 4s ease-in-out infinite, cirlemovehide 4s ease-out infinite;
  z-index: 1;
}
.scroll_down2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 160px;
  background: #fff;
}
.scroll_down2 .txt {
  position: absolute;
  left: 0;
  top: 0px;
  color: #fff;
  font-size: 14px;
  transform: translate(-50%, 0);
  text-decoration: none;
}
@keyframes circlemove {
  0% {
    bottom: 160px;
  }
  60% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.newsCont {
  padding: 75px 14px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .newsCont {
    padding: 150px 0px;
  }
}

.news-table {
  width: 100%;
}
.news-table th,
.news-table td {
  display: block;
}
@media (min-width: 992px) {
  .news-table th,
  .news-table td {
    display: table-cell;
  }
}
.news-table th {
  width: 100%;
  border-bottom: solid 1px #e3e3e3;
  padding: 15px 0px;
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: top;
}
@media (min-width: 992px) {
  .news-table th {
    width: 24%;
    padding: 30px 0px;
  }
}
.news-table th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-table td {
  width: 100%;
  border-bottom: none;
  padding: 15px 0px 30px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .news-table td {
    padding: 30px 0px 30px 40px;
    width: auto;
    border-bottom: solid 1px #e3e3e3;
  }
}
.news-table .date {
  display: inline-block;
  font-weight: 700;
  margin-right: 2rem;
}
.news-table .icon-New {
  background: #ea2700;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-left: 1.2rem;
  width: 63px;
  height: 19px;
  line-height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.2rem;
  transform: scale(0.75);
}
@media (min-width: 992px) {
  .news-table .icon-New {
    transform: scale(1);
  }
}
.news-table .icon-Pdf {
  margin-left: 16px;
  display: inline-block;
  margin-top: 4px;
}
.news-table .icon-Pdf:hover {
  opacity: 0.6;
}

.decoration {
  position: absolute;
  max-width: 50%;
}
@media (min-width: 768px) {
  .decoration {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .decoration {
    max-width: 100%;
  }
}

.positon-TR {
  top: 0;
  right: 0;
}

.positon-TL {
  top: 0;
  left: 0;
}

.positon-BR {
  bottom: 0;
  right: 0;
}

.positon-BL {
  bottom: 0;
  left: 0;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.z-index4 {
  z-index: 4;
}

.blur-circle01 {
  transform: translate3d(50%, -40%, 0);
  will-change: transform;
  overflow: hidden;
}

.loop-Slider li {
  padding: 0px 15px;
  background: #fff;
}
.loop-Slider li a:hover {
  opacity: 0.8;
}

.caption {
  display: inline-block;
  border-left: solid 6px #2378bf;
  padding-left: 1.8rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .caption {
    padding-left: 2.4rem;
    font-size: 2.8rem;
    border-left: solid 10px #2378bf;
  }
}

.company-Cont {
  overflow: hidden;
  background: url(../images/bg_company.jpg) no-repeat top center/100% auto;
  width: 100%;
  padding: 0px 14px;
}

.company-Image {
  display: none;
}
@media (min-width: 1200px) {
  .company-Image {
    display: block;
    width: 990px;
    position: absolute;
    top: 0px;
    right: -1115px;
    max-width: initial;
  }
}

.banner-Link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 0px 24px;
  background: #e9f2f9;
  color: #005aa6;
  font-size: 1.8rem;
  font-weight: 700;
  height: 60px;
  text-decoration: none;
  transition: all 600ms 0s ease;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .banner-Link {
    height: 80px;
  }
}
@media (min-width: 1400px) {
  .banner-Link {
    height: 100px;
  }
}
.banner-Link:hover {
  background: #c4e4fb;
  color: #005aa6;
}
.banner-Link:after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  background: #fff url(../images/icon_arrow-blue.png) no-repeat center;
}
@media (min-width: 768x) {
  .banner-Link:after {
    width: 50px;
  }
}

.contact-Cont {
  width: 100%;
  padding: 130px 14px;
  background: url(../images/bg_contact.jpg) no-repeat center/auto 100%;
}

.tel-Number {
  font-weight: 700;
  color: #fff;
  display: flex;
  height: 100%;
  line-height: 1;
  flex-direction: column;
  align-items: center;
}
.tel-Number a {
  text-decoration: none;
  color: #fff;
}
.tel-Number a:hover {
  text-decoration: none;
  color: #fff;
}
.tel-Number .num {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 9vw;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .tel-Number .num {
    font-size: 4.8rem;
  }
}
@media (min-width: 992px) {
  .tel-Number .num {
    margin-bottom: 0;
  }
}
.tel-Number .num img {
  margin-right: 1rem;
  width: 8vw;
  margin-top: 1vw;
}
@media (min-width: 576px) {
  .tel-Number .num img {
    margin-top: 8px;
    width: auto;
  }
}
.time {
  margin-top: 0rem;
}

.mailBtn {
  display: inline-flex;
  font-size: 2.4rem;
  max-width: 430px;
  width: 100%;
  height: 90px;
  background: #2378bf;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 600ms 0s ease;
}
@media (min-width: 992px) {
  .mailBtn {
    height: 110px;
  }
}
.mailBtn img {
  transition: all 600ms 0s ease;
  margin-right: 2.4rem;
}
.mailBtn:hover {
  background: #fff;
  color: #348dd6;
  text-decoration: none;
}
.mailBtn:hover img {
  filter: invert(53%) sepia(99%) saturate(2061%) hue-rotate(183deg) brightness(88%) contrast(88%);
}

/*-------------------------------------------------------------------------------------------*
 *
 * business.html 
 *  
 *-------------------------------------------------------------------------------------------*/
/* Accordion side menu
---------------------------------------------------- */
.category-Title {
  border-left: solid 10px #2378bf;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 2rem 0 4rem;
  font-size: 2.4rem;
  line-height: 1.4;
  position: relative;
}
.category-Title span {
  padding: 1.2rem 0 1.2rem 0;
  display: block;
  border-bottom: solid 1px #2378bf;
}

.accordion dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #2378bf;
  cursor: pointer;
}
.accordion dd {
  display: none;
}
.accordion dd ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.accordion dd li a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 18px 20px;
  color: #333;
  background: rgba(255, 255, 255, 0.9) url(../images/icon_arrow.svg) no-repeat right center;
  font-size: 14px;
  text-decoration: none;
}
.accordion dd li a:hover {
  text-decoration: none;
  color: #2378bf;
  background: #f6fbff url(../images/icon_arrow.svg) no-repeat right center;
  border-bottom: 1px solid #2378bf;
}
.accordion dd li.active a {
  color: #2378bf;
  background: #f6fbff url(../images/icon_arrow.svg) no-repeat right center;
  border-bottom: 1px solid #2378bf;
}

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

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

@media (min-width: 992px) {
  .accordion dt {
    background-image: none;
    cursor: default;
  }
  .accordion dt.active {
    background-image: none;
  }
  .accordion dd {
    display: block;
  }
  .hamburgerMenu {
    display: none;
  }
}
/*   ===   END   ===   */
.thumbnail01 .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.thumbnail01 .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 20%;
}

.textBox {
  padding: 30px 0px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.video-Cont {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
}
.video-Cont video {
  width: 100%;
}
.video-Cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky {
  position: sticky;
  top: 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * company.html
 *  
 *-------------------------------------------------------------------------------------------*/
.dotList li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.dotList li:last-child {
  margin-bottom: 0;
}
.dotList li:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #0a4d9b;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.dotList.Horizonal {
  display: flex;
  flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}
.dotList.white li:before {
  background: #fff;
}

.dotList-Large li {
  padding-left: 2.4rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
}
.dotList-Large li:last-child {
  margin-bottom: 0;
}
.dotList-Large li:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: solid 4px #0a4d9b;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.dotList-Large.Horizonal {
  display: flex;
  flex-wrap: wrap;
}
.dotList-Large.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}
.dotList-Large.white li:before {
  background: #fff;
}

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

.float-Image {
  float: left;
  margin: 0px 2.5rem 1.5rem 0px;
  width: 35%;
}
@media (min-width: 768px) {
  .float-Image {
    width: auto;
  }
}

.responsiveTable5 {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media (min-width: 768px) {
  .responsiveTable5 {
    width: 100%;
    display: table;
    border-bottom: none;
  }
}
.responsiveTable5 tbody {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .responsiveTable5 tbody {
    display: table-row-group;
  }
}
.responsiveTable5 tr {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .responsiveTable5 tr {
    display: table-row;
  }
}
.responsiveTable5 tr:first-child th {
  border-top: solid 1px #2378bf;
}
.responsiveTable5 tr:first-child td {
  border-top: none;
}
@media (min-width: 768px) {
  .responsiveTable5 tr:first-child td {
    border-top: solid 1px #ccc;
  }
}
.responsiveTable5 th {
  width: 100%;
  padding: 15px 0px 0px;
  font-weight: bold;
  border-top: solid 1px #2378bf;
  line-height: 140%;
  display: block;
  font-weight: 700;
}
.responsiveTable5 th:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  aspect-ratio: 1;
  background: #2378bf;
  margin-right: 1.2rem;
  margin-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .responsiveTable5 th {
    padding: 25px 0px;
    width: 30%;
    border-top: none;
    border-bottom: solid 1px #2378bf;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
}
.responsiveTable5 td {
  width: 100%;
  padding: 10px 0px 25px;
  border-bottom: none;
  line-height: 140%;
  display: block;
}
@media (min-width: 768px) {
  .responsiveTable5 td {
    padding: 25px 15px;
    border-top: none;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}

.historyTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 25px;
  width: 100%;
  display: table;
  border-bottom: none;
}
.historyTable tr:nth-child(even) {
  background: #fafafa;
}
.historyTable 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) {
  .historyTable th {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 25px 15px;
  }
}
.historyTable 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) {
  .historyTable th div:before {
    margin-bottom: 0.4rem;
  }
}
.historyTable th div span {
  font-size: 2rem;
}
.historyTable 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) {
  .historyTable td {
    border-top: solid 1px #ccc;
    display: table-cell;
  }
}
.historyTable td div {
  padding: 0px 15px;
  border-left: none;
}
@media (min-width: 768px) {
  .historyTable td div {
    padding: 0px 25px;
    border-left: solid 1px #ccc;
  }
}

.detailBtn-Large {
  display: inline-flex;
  font-size: 4vw;
  max-width: 430px;
  width: 100%;
  height: 60px;
  background: #2378bf;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  align-items: center;
}
@media (min-width: 576px) {
  .detailBtn-Large {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .detailBtn-Large {
    height: 90px;
  }
}
.detailBtn-Large img {
  margin-top: 0.4rem;
  margin-left: 2.4rem;
  filter: brightness(0) invert(1);
}
.detailBtn-Large.pdf:before {
  width: 21px;
  aspect-ratio: 1;
  content: "";
  display: inline-block;
  margin-right: 2.4rem;
  background: url(../images/icon_pdf.png) no-repeat center/contain;
  filter: brightness(0) invert(1);
}
.detailBtn-Large:hover {
  background: #348dd6;
  color: #fff;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactBanner {
  background: #2378bf;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: initial;
}
@media (min-width: 992px) {
  .contactBanner {
    flex-direction: row;
    height: 240px;
    padding: 30px;
  }
}
.contactBanner dt {
  width: 100%;
  border-right: none;
  border-bottom: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4vw;
  font-size: 5vw;
}
@media (min-width: 576px) {
  .contactBanner dt {
    padding-bottom: 20px;
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .contactBanner dt {
    font-size: 2.4rem;
    justify-content: flex-start;
    width: 30%;
    border-right: solid 1px;
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.contactBanner dd {
  margin-bottom: 0px;
  width: 100%;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4vw;
}
@media (min-width: 576px) {
  .contactBanner dd {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contactBanner dd {
    padding-top: 0px;
    width: 70%;
    padding-left: 60px;
    align-items: flex-start;
  }
}
.contactBanner dd .tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contactBanner dd .tel {
    flex-direction: row;
  }
}
.contactBanner dd .tel a {
  text-decoration: none;
  color: #fff;
}
.contactBanner dd .tel a:hover {
  text-decoration: none;
  color: #fff;
}
.contactBanner dd .tel img {
  margin-right: 1.2rem;
  width: 6.4vw;
}
@media (min-width: 992px) {
  .contactBanner dd .tel img {
    width: auto;
  }
}
.contactBanner dd .tel .num {
  font-size: 7.2vw;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  margin-right: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .contactBanner dd .tel .num {
    font-size: 4.2rem;
  }
}

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

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

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

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

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

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

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

.formBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 475px;
  height: 56px;
  background: #444;
  color: #fff;
  position: relative;
  font-size: 3.8vw;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #666;
  text-decoration: none;
}
.formBtn.back:before {
  content: "";
  background: url(../images/icon_arrow-left.svg) no-repeat center/contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1.2rem;
  filter: brightness(0) invert(1);
}
.formBtn.next:after {
  content: "";
  background: url(../images/icon_arrow-right.svg) no-repeat center/contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  margin-right: 1.2rem;
}

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

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 12px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-wrap: break-word;
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

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

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

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
#h2Title-Wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 90vw;
}
@media (min-width: 576px) {
  #h2Title-Wrap {
    height: 440px;
  }
}
@media (min-width: 992px) {
  #h2Title-Wrap {
    height: 480px;
  }
}
@media (min-width: 1400px) {
  #h2Title-Wrap {
    height: 520px;
  }
}
#h2Title-Wrap .h2-Wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
#h2Title-Wrap #h2Title {
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  margin-left: 14px;
}
#h2Title-Wrap #h2Title .en {
  font-family: "Outfit", sans-serif;
  font-size: 14.4vw;
  line-height: 1.2;
}
@media (min-width: 576px) {
  #h2Title-Wrap #h2Title .en {
    font-size: 10rem;
  }
}
#h2Title-Wrap #h2Title .ja {
  margin-top: -1rem;
  font-size: 5.4vw;
  line-height: 1;
  border-left: solid 10px #fff;
  padding-left: 2.4rem;
}
@media (min-width: 576px) {
  #h2Title-Wrap #h2Title .ja {
    font-size: 4rem;
  }
}
#h2Title-Wrap .h2-Background {
  width: 80vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  #h2Title-Wrap .h2-Background {
    width: 75vw;
  }
}
#h2Title-Wrap .h2-Background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.title {
  display: flex;
  flex-direction: column;
  position: relative;
}
.title .en {
  font-size: 12vw;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  color: transparent;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .title .en {
    font-size: 10rem;
  }
}
.title .en em {
  opacity: 0;
  font-style: normal;
  -webkit-background-clip: text;
  background: #2378bf url(../images/bg_ttile.jpg) no-repeat left center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title .en:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #2378bf;
  transition: all 900ms 0s ease;
  transform: translate(-100%, 0);
}
.title.active .en em {
  animation: shutterAnimation-txt 1s forwards;
}
.title.active .en:before {
  animation: shutterAnimation-before 1s forwards;
}
.title .ja {
  position: relative;
  overflow: hidden;
}
.title .ja em {
  opacity: 0;
  font-size: 3.6vw;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  .title .ja em {
    font-size: 2rem;
  }
}
.title .ja:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #333;
  transition: all 900ms 0s ease;
  transform: translate(-101%, 0);
}
.title.active .ja em {
  animation: shutterAnimation-txt 1s forwards;
}
.title.active .ja:before {
  animation: shutterAnimation-before 1s 0.3s forwards;
}
.title.center {
  align-items: center;
}
.title.center .en {
  text-align: center;
}
.title.center .ja {
  padding: 0px 3.6rem;
}
.title.white .en {
  background: none;
  -webkit-text-fill-color: #fff;
}
.title.white .ja {
  color: #fff;
}
@keyframes shutterAnimation-txt {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shutterAnimation-before {
  0% {
    transform: translate(-101%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.subTitle {
  font-size: 5.4vw;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .subTitle {
    font-size: 4rem;
  }
}

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

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

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  width: 230px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}
.detailBtn:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow-cricle.png) no-repeat center/contain;
  transition: all 600ms 0s ease;
}
@media (min-width: 992px) {
  .detailBtn:after {
    width: 90px;
  }
}
.detailBtn:hover:after {
  transform: scale(1.1);
}

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

.h100 {
  height: 100%;
}

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

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

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

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.photo-ofi .txt {
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  color: #fff;
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0px;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.white {
  color: #fff;
}

.pbb {
  page-break-before: always;
}

.lh1 {
  line-height: 1 !important;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .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 */