@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
font-family: "Noto Sans JP", sans-serif;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.8;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

/* スマホサイズ（最大幅768px）の場合はspを表示、pcは非表示 */
@media (max-width: 768px) {
    .pc {
        display: none; /* スマホではPC用の要素を非表示 */
    }

    .sp {
        display: block; /* スマホではsp用の要素を表示 */
    }
}

/* PCサイズ以上（769px以上）の場合はpcを表示、spは非表示 */
@media (min-width: 769px) {
    .pc {
        display: block; /* PCではPC用の要素を表示 */
    }

    .sp {
        display: none; /* PCではsp用の要素を非表示 */
    }
}

/* .link-icon の親要素として追加 */
.link-icon-wrapper {
    display: inline-flex; /* インライン要素として横並びを維持しつつFlexboxを適用 */
    justify-content: center; /* 水平方向中央 */
    align-items: center; /* 垂直方向中央 */
    /* .link-icon のサイズと丸みをここで定義 */
    width: 24px;   /* 幅を具体的なピクセル値で設定（例: 24px） */
    height: 24px;  /* 高さを幅と同じ値に設定 */
    border: 2px solid #C72C65; /* 赤い枠線を指定 */
    border-radius: 50%; /* 丸い枠 */
    margin-left: 10px; /* NEWSテキストと矢印の間隔 */
    vertical-align: middle; /* テキストとアイコンの縦位置を中央に揃える */
    margin-top: -2px; /* 他の要素とのバランスを見て調整 */
}

/* 実際の矢印のスタイル */
.link-icon {
    color: #C72C65; /* 矢印を赤色に設定 */
    font-size: 14px; /* 矢印のサイズを調整 */
    font-weight: bold;
    background-color: transparent; /* 背景色を透明にして中塗りなし */
    /* ここではline-heightやwidth/heightは不要 */
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * 1.5rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #65acc1 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #65acc1 !important;
  border-color: #65acc1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #89c0d0 !important;
  border-color: #89c0d0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #89c0d0 !important;
  border-color: #89c0d0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #65acc1;
  color: #65acc1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3c8094 !important;
  background-color: transparent !important;
  border-color: #3c8094 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #65acc1 !important;
  border-color: #65acc1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #65acc1 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #377689 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #65acc1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #65acc1;
  border-color: #65acc1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #65acc1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0dde6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #65acc1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #65acc1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #65acc1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #65acc1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #65acc1;
  border-bottom-color: #65acc1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #65acc1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2365acc1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uODy7wa4Db {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/198-1.png");
}
.cid-uODy7wa4Db .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uODy7wa4Db .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODy7wa4Db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODy7wa4Db .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uODy7wa4Db .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uODy7wa4Db {
    align-items: center;
  }
  .cid-uODy7wa4Db .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uODy7wa4Db .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uODy7wa4Db {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uODy7wa4Db .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uODy7wa4Db .content-wrap {
    width: 100%;
  }
}
.cid-uODy7wa4Db .mbr-section-title {
  text-align: center;
  color: #066285;
}
.cid-uODy7wa4Db .mbr-text,
.cid-uODy7wa4Db .mbr-section-btn {
  text-align: center;
}
.cid-uODy7wa4Db P {
  text-align: center;
  color: #066285;
}
.cid-uWpS13KtJI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWpS13KtJI .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uWpS13KtJI .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uWpS13KtJI .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uR8urIzyMY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR8urIzyMY .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uR8urIzyMY .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uR8urIzyMY .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uR8uUg0bS9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR8uUg0bS9 .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uR8uUg0bS9 .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uR8uUg0bS9 .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uR8v2opW9q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR8v2opW9q .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uR8v2opW9q .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uR8v2opW9q .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uR8w1l1LGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR8w1l1LGm .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uR8w1l1LGm .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uR8w1l1LGm table.company-info {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.8;
}
.cid-uR8w1l1LGm .company-info th,
.cid-uR8w1l1LGm .company-info td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.cid-uR8w1l1LGm .company-info tr {
  border-bottom: 1px solid #99c5d2;
}
.cid-uR8w1l1LGm .company-info th {
  width: 200px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.cid-uR8w1l1LGm .company-info strong {
  font-weight: bold;
}
@media (max-width: 600px) {
  .cid-uR8w1l1LGm .company-info th,
  .cid-uR8w1l1LGm .company-info td {
    display: block;
    width: 100%;
  }
  .cid-uR8w1l1LGm .company-info th {
    background: #f0f8fb;
  }
}
.cid-uR8w1l1LGm .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uODViBa32n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uODViBa32n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODViBa32n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uODViBa32n .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uODViBa32n .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uODViBa32n .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uODViBa32n .card-wrapper {
  background: #ffffff;
}
.cid-uODViBa32n .mbr-text,
.cid-uODViBa32n .mbr-section-btn {
  color: #606060;
  text-align: left;
}
.cid-uODViBa32n .card-title,
.cid-uODViBa32n .card-box {
  text-align: left;
  color: #000000;
}
.cid-uODTAEo7Bd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uODTAEo7Bd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODTAEo7Bd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uODTAEo7Bd .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uODTAEo7Bd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uODTAEo7Bd .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uODTAEo7Bd .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uODTAEo7Bd .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uODTAEo7Bd .row {
  flex-direction: row-reverse;
}
.cid-uODTAEo7Bd .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uODTAEo7Bd .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uODTAEo7Bd .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uODTAEo7Bd .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uODTAEo7Bd .image-wrapper {
  padding: 0 1rem;
}
.cid-uODTAEo7Bd img,
.cid-uODTAEo7Bd .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uODTAEo7Bd img,
  .cid-uODTAEo7Bd .image-wrapper {
    max-height: 350px;
  }
}
.cid-uODTAEo7Bd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uODTAEo7Bd .mbr-text {
  color: #000000;
}
.cid-uODTAEo7Bd .mbr-text,
.cid-uODTAEo7Bd .mbr-section-btn {
  text-align: left;
}
.cid-uODTAEo7Bd .price {
  color: #232323;
  text-align: left;
}
.cid-uODTAEo7Bd .content-head {
  max-width: 800px;
}
.cid-uODTAEo7Bd .mbr-section-maintitle {
  text-align: center;
}
.cid-uODTAEo7Bd .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uWsIAIvMvG {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hayama.jpg");
}
.cid-uWsIAIvMvG .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uWsIAIvMvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWsIAIvMvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWsIAIvMvG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uWsIAIvMvG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uWsIAIvMvG {
    align-items: center;
  }
  .cid-uWsIAIvMvG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWsIAIvMvG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWsIAIvMvG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWsIAIvMvG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWsIAIvMvG .content-wrap {
    width: 100%;
  }
}
.cid-uWsIAIvMvG .mbr-section-title {
  text-align: center;
  color: #066285;
}
.cid-uWsIAIvMvG .mbr-text,
.cid-uWsIAIvMvG .mbr-section-btn {
  text-align: center;
}
.cid-uWsIAIvMvG P {
  text-align: center;
  color: #066285;
}
.cid-uWsJ3PeFHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWsJ3PeFHS .mbr-text {
  color: #000000;
}
.cid-uWsJ3PeFHS .mbr-section-subtitle {
  color: #000000;
}
.cid-uWsJ3PeFHS .mbr-section-title {
  color: #000000;
}
.cid-uWsPiFOk6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWsPiFOk6r .mbr-text {
  color: #000000;
}
.cid-uWsPiFOk6r .backcolor {
  background-color: #79c8d5;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}
.cid-uWsPiFOk6r .mbr-section-subtitle {
  text-align: left;
}
.cid-uWsPiFOk6r .width {
  max-width: 1200px;
  margin: 0 auto;
}
.cid-uWsSPlgLxG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWsSPlgLxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWsSPlgLxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWsSPlgLxG .row {
  flex-direction: row-reverse;
}
.cid-uWsSPlgLxG .mbr-description {
  text-align: left;
}
.cid-uWsSPlgLxG .backcolor {
  background-color: #79c8d5;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}
.cid-uWsSPlgLxG .border2 {
  margin-top: 20px;
  border-bottom: 3px #79c8d5 solid ;
}
.cid-uODVH4N1eC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uODVH4N1eC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uODVH4N1eC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uODVH4N1eC .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uODVH4N1eC .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uODVH4N1eC .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uODVH4N1eC .card-wrapper {
  background: #ffffff;
}
.cid-uODVH4N1eC .mbr-text,
.cid-uODVH4N1eC .mbr-section-btn {
  color: #606060;
  text-align: left;
}
.cid-uODVH4N1eC .card-title,
.cid-uODVH4N1eC .card-box {
  text-align: left;
  color: #000000;
}
.cid-uOE1zDMOkH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOE1zDMOkH .mbr-text {
  color: #606060;
}
.cid-uOE1zDMOkH .mbr-section-subtitle {
  color: #000000;
}
.cid-uOE1zDMOkH .mbr-section-title {
  color: #066285;
}
#custom-html-6 {
  /* 共通の背景設定（PCでもスマホでも共通） */
  /* PC用の背景画像 */
  /* スマホ用の背景画像 */
}
#custom-html-6 .full-screen-element {
  width: 100%;
  height: 100vh;
  /* 画面いっぱいの高さ */
  max-height: 1080px;
  background-size: cover;
  background-position: center;
  background-color: #65acc1;
}
@media (min-width: 992px) {
  #custom-html-6 .full-screen-element {
    background-image: url('../../../assets/images/main-jp-pc.png');
    /* PC用背景画像 */
  }
}
@media (max-width: 991px) {
  #custom-html-6 .full-screen-element {
    background-image: url('../../../assets/images/main-jp-sp.png');
    /* スマホ用背景画像 */
  }
}
#custom-html-7 {
  /* コンテナの設定 */
  /* ニュースのアイテム（流れるテキスト） */
  /* アニメーションの設定 */
  /* .news-back の背景色とその他のスタイル */
}
#custom-html-7 .news-container {
  width: 100%;
  max-width: 1280px;
  /* 横幅1280px */
  height: 50px;
  /* 縦幅100px */
  margin: 0 auto;
  overflow: hidden;
  /* 内容がはみ出さないようにする */
  position: relative;
  padding-top: 20px;
  display: flex;
  /* 横並びにするためにフレックスボックスを使用 */
}
#custom-html-7 .gap {
  margin-right: 30px;
  display: inline;
}
#custom-html-7 .news-item {
  white-space: nowrap;
  /* テキストが改行されないように */
  color: #333;
  /* テキストカラー */
  padding-right: 100%;
  /* テキストが流れるスペースを作るため右側に余白 */
  position: absolute;
  animation: scroll-news 20s linear infinite;
  /* アニメーションの時間を20秒に変更 */
}
@keyframes scroll-news {
  0% {
    left: 100%;
    /* 初期位置は右端 */
  }
  50% {
    left: 0%;
    /* 中間で中央に表示 */
  }
  100% {
    left: -100%;
    /* 終了位置は左端（テキストが完全に流れて消える） */
  }
}
#custom-html-7 .news-back {
  background-color: #066285;
  /* 背景色を指定 */
  color: white;
  /* 文字色を白に */
  padding: 5px 15px;
  margin-right: 5px;
}
#custom-html-a {
  /* Type valid CSS here */
  /* 画像カルーセルのスタイル */
  /* 各画像の設定 */
  /* 画像の切り替えアニメーション */
  /* 各画像のアニメーション設定 */
}
#custom-html-a div {
  padding: 20px 0;
  color: #777;
  text-align: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#custom-html-a .title1 {
  width: 100%;
}
@media (min-width: 768px) {
  #custom-html-a .col-md {
    padding-right: 20px;
    /* 右側の余白を追加 */
    padding-left: 20px;
    /* 左側の余白を追加 */
  }
  #custom-html-a .row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    /* アイテムを折り返し可能に */
    justify-content: space-between;
    /* 2列の間隔を均等に */
  }
}
#custom-html-a .image-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  /* 高さはお好みで調整 */
  overflow: hidden;
}
@media (max-width: 768px) {
  #custom-html-a .image-carousel {
    position: relative;
    width: 100%;
    height: 300px;
    /* 高さはお好みで調整 */
    overflow: hidden;
  }
}
#custom-html-a .carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* 画像が枠にぴったり収まるように */
  opacity: 100;
  /* 初期状態では画像を非表示 */
  transition: opacity 2s ease-in-out;
  /* フェードイン・フェードアウトのアニメーション */
}
@keyframes imageCycle {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#custom-html-a .carousel-image:nth-child(1) {
  animation: imageCycle 6s infinite;
}
#custom-html-a .carousel-image:nth-child(2) {
  animation: imageCycle 6s 2s infinite;
  /* 2秒遅れてアニメーション開始 */
}
#custom-html-a .carousel-image:nth-child(3) {
  animation: imageCycle 6s 4s infinite;
  /* 4秒遅れてアニメーション開始 */
}
#custom-html-c .back-1 {
  background-color: #E0EAEC;
  width: 100%;
  heigth: auto;
}
#custom-html-c .container {
  padding: 20px 0;
  color: #777;
  text-align: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#custom-html-c .title1 {
  width: 100%;
}
@media (min-width: 768px) {
  #custom-html-c .col-md {
    padding-right: 20px;
    /* 右側の余白を追加 */
    padding-left: 20px;
    /* 左側の余白を追加 */
  }
  #custom-html-c .row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    /* アイテムを折り返し可能に */
    justify-content: space-between;
    /* 2列の間隔を均等に */
  }
}
#custom-html-e {
  /* 親要素にフレックスボックスを適用 */
  /* h2のスタイル */
  /* 画像のスタイル */
}
#custom-html-e .title-container {
  display: flex;
  /* 横並びにする */
  align-items: center;
  /* 縦方向で中央揃え */
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  white-space: nowrap;
}
#custom-html-e .title {
  font-size: 2rem;
  /* フォントサイズ */
  margin-right: 20px;
  /* h2と画像の間に余白を追加 */
  color: #066285;
  font-weight: bold;
}
#custom-html-e .image {
  width: 100%;
}
.cid-uJ0SkhDaUo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ0SkhDaUo img,
.cid-uJ0SkhDaUo .item-img {
  width: 100%;
}
.cid-uJ0SkhDaUo .item:focus,
.cid-uJ0SkhDaUo span:focus {
  outline: none;
}
.cid-uJ0SkhDaUo .item-wrapper {
  position: relative;
}
.cid-uJ0SkhDaUo .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJ0SkhDaUo .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ0SkhDaUo .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uJ0SkhDaUo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJ0SkhDaUo .mbr-section-title {
  color: #232323;
  text-align: left;
  margin: 0 auto;
}
.cid-uJ0SkhDaUo .mbr-text,
.cid-uJ0SkhDaUo .mbr-section-btn {
  text-align: left;
  color: #606060;
}
.cid-uJ0SkhDaUo .item-title {
  text-align: left;
}
.cid-uJ0SkhDaUo .item-subtitle {
  text-align: left;
}
.cid-uJ0SkhDaUo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uJ0SkhDaUo .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJ0SkhDaUo .embla__button--next,
.cid-uJ0SkhDaUo .embla__button--prev {
  display: flex;
}
.cid-uJ0SkhDaUo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uJ0SkhDaUo .embla__button {
    display: none;
  }
}
.cid-uJ0SkhDaUo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJ0SkhDaUo .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uJ0SkhDaUo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ0SkhDaUo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJ0SkhDaUo .embla__button {
    top: auto;
  }
}
.cid-uJ0SkhDaUo .embla {
  position: relative;
  width: 100%;
}
.cid-uJ0SkhDaUo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJ0SkhDaUo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJ0SkhDaUo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJ0SkhDaUo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJ0SkhDaUo .tag1 {
  font-size: 0.8rem;
  background-color: #000;
  color: white;
  padding: 5px 15px;
  margin-right: 5px;
}
.cid-uJ0SkhDaUo .tag2 {
  font-size: 0.8rem;
  border: 1px solid #000;
  color: #000;
  padding: 5px 15px;
  margin-right: 5px;
}
.cid-uJ0SkhDaUo .item-content {
  text-align: left;
}
#custom-html-f {
  /* 親要素にフレックスボックスを適用 */
  /* h2のスタイル */
  /* 画像のスタイル */
}
#custom-html-f .back {
  background-color: #E0EAEC;
  width: 100%;
}
#custom-html-f .title-container {
  display: flex;
  /* 横並びにする */
  align-items: center;
  /* 縦方向で中央揃え */
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  white-space: nowrap;
}
#custom-html-f .title {
  font-size: 2rem;
  /* フォントサイズ */
  margin-right: 20px;
  /* h2と画像の間に余白を追加 */
  color: #066285;
  font-weight: bold;
}
#custom-html-f .image {
  width: 100%;
  /* 画像の幅を指定 */
  height: auto;
  /* 高さは自動調整 */
}
.cid-uJ1ps4n0sF {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e0eaec;
}
.cid-uJ1ps4n0sF .tag3 {
  font-size: 0.8rem;
  background-color: #066285;
  color: white;
  padding: 5px 15px;
  margin-right: 5px;
}
.cid-uJ1ps4n0sF .mbr-text {
  color: #606060;
}
#custom-html-h {
  /* 親要素にフレックスボックスを適用 */
  /* h2のスタイル */
  /* 画像のスタイル */
}
#custom-html-h .title-container {
  display: flex;
  /* 横並びにする */
  align-items: center;
  /* 縦方向で中央揃え */
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  white-space: nowrap;
  margin-bottom: 20px;
}
#custom-html-h .title {
  font-size: 2rem;
  /* フォントサイズ */
  margin-right: 20px;
  /* h2と画像の間に余白を追加 */
  color: #066285;
  font-weight: bold;
}
#custom-html-h .image {
  width: 100%;
  /* 画像の幅を指定 */
  height: auto;
  /* 高さは自動調整 */
}
#custom-html-h .container {
  padding: 20px 0;
  color: #777;
  text-align: left;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #custom-html-h .col-md {
    padding-right: 20px;
    /* 右側の余白を追加 */
    padding-left: 20px;
    /* 左側の余白を追加 */
  }
  #custom-html-h .row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    /* アイテムを折り返し可能に */
    justify-content: space-between;
    /* 2列の間隔を均等に */
  }
}
#custom-html-h .tag2 {
  width: 150px;
  max-width: 100%;
  font-size: 0.8rem;
  border: 1px solid #000;
  color: #000;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uJ1vuPbYX7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/198.png");
}
.cid-uJ1vuPbYX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ1vuPbYX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ1vuPbYX7 .bookicon {
  width: 2rem;
}
.cid-uJ1vuPbYX7 h3 {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uJ1vuPbYX7 .mbr-section-title {
  color: #066285;
}
.cid-uJ1vuPbYX7 .mbr-section-subtitle {
  text-align: left;
  color: #606060;
}
.cid-uJ1vuPbYX7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uOE0fltwxW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uOE0fltwxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOE0fltwxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOE0fltwxW .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOE0fltwxW .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uOE0fltwxW .content-wrap .cont-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOE0fltwxW .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOE0fltwxW .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #65acc1;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uOE0fltwxW .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uOE0fltwxW .mbr-section-title {
  color: #404349;
}
.cid-uOE0fltwxW .mbr-desc {
  color: #b19a7c;
}
.cid-uOE0fltwxW .mbr-text {
  color: #404349;
}
.cid-uOE0fltwxW label {
  color: #404349;
}
.cid-uTE4N4n3Mm {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/198-1.png");
}
.cid-uTE4N4n3Mm .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uTE4N4n3Mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTE4N4n3Mm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTE4N4n3Mm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uTE4N4n3Mm .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uTE4N4n3Mm {
    align-items: center;
  }
  .cid-uTE4N4n3Mm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTE4N4n3Mm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTE4N4n3Mm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTE4N4n3Mm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTE4N4n3Mm .content-wrap {
    width: 100%;
  }
}
.cid-uTE4N4n3Mm .mbr-section-title {
  text-align: center;
  color: #066285;
}
.cid-uTE4N4n3Mm .mbr-text,
.cid-uTE4N4n3Mm .mbr-section-btn {
  text-align: center;
}
.cid-uTE4N4n3Mm P {
  text-align: center;
  color: #066285;
}
.cid-uTE4N4ZJSG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTE4N4ZJSG .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uTE4N4ZJSG .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uTE4N4ZJSG .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uTE4N5hrM9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTE4N5hrM9 .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uTE4N5hrM9 .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uTE4N5hrM9 .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uTE4N5Aw8a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTE4N5Aw8a .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uTE4N5Aw8a .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uTE4N5Aw8a .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uTE4N5Wmow {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTE4N5Wmow .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uTE4N5Wmow .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uTE4N5Wmow .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uTE5HUeCPI {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/198-1.png");
}
.cid-uTE5HUeCPI .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uTE5HUeCPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTE5HUeCPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTE5HUeCPI .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uTE5HUeCPI .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uTE5HUeCPI {
    align-items: center;
  }
  .cid-uTE5HUeCPI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTE5HUeCPI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTE5HUeCPI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTE5HUeCPI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTE5HUeCPI .content-wrap {
    width: 100%;
  }
}
.cid-uTE5HUeCPI .mbr-section-title {
  text-align: center;
  color: #066285;
}
.cid-uTE5HUeCPI .mbr-text,
.cid-uTE5HUeCPI .mbr-section-btn {
  text-align: center;
}
.cid-uTE5HUeCPI P {
  text-align: center;
  color: #066285;
}
.cid-uTE5HUTCJd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTE5HUTCJd .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uTE5HUTCJd .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uTE5HUTCJd .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uTE5HVaijJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTE5HVaijJ .mbr-section-subtitle {
  color: #65acc1;
}
.cid-uTE5HVaijJ .border2 {
  margin-top: 20px;
  border-bottom: 2px #000 solid ;
}
.cid-uTE5HVaijJ .width {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.cid-uTE66Cf6Ge {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e0eaec;
}
.cid-uTE66Cf6Ge .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uTE66Cf6Ge .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #066285;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uTE66Cf6Ge .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uTE66Cf6Ge .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-uTE66Cf6Ge .mbr-timeline-title,
.cid-uTE66Cf6Ge .mbr-timeline-text {
  color: #ffffff;
}
.cid-uTE66Cf6Ge .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-uTE66Cf6Ge .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uTE66Cf6Ge .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uTE66Cf6Ge .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #066285;
  top: 20px;
  margin-left: -30px;
}
.cid-uTE66Cf6Ge .iconsBackground span {
  color: #ffffff;
}
.cid-uTE66Cf6Ge .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uTE66Cf6Ge .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #066285;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-uTE66Cf6Ge .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-uTE66Cf6Ge .iconsBackground {
    left: 1.5rem;
  }
  .cid-uTE66Cf6Ge .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uTE66Cf6Ge .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uTE66Cf6Ge .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uTE66Cf6Ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTE66Cf6Ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTE66Cf6Ge .mbr-section-title {
  color: #066285;
}
