.sub_title {
  position: relative;
}
.sub_title::before {
  content: "";
  position: absolute;
  background: var(--main-bd);
  height: 1px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sub_title-space {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--main-bg);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 1.5em;
}
@media (max-width: 575.98px) {
  .sub_title-space {
    padding: 0 1em;
  }
}
.sub_title-text {
  font-size: 1.5625em;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin: 0 0;
  line-height: 1.5em;
}
@media (max-width: 575.98px) {
  .sub_title-text {
    letter-spacing: 0.1em;
  }
}
.sub_title-small {
  font-size: 1em;
  color: #FF595C;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  margin: 0;
}

.third_title {
  font-size: 1.25em;
  padding: 0 0 0.25em;
  border-bottom: 1px solid #FF595C;
}
@media (max-width: 767.98px) {
  .third_title {
    font-size: 1.125em;
  }
}

.text_default {
  font-size: 1.125em;
  line-height: 1.8em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .text_default {
    font-size: 1em;
  }
}

.text_default2 {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .text_default2 {
    font-size: 0.9375em;
  }
}

.information_listA {
  border-top: 1px solid var(--main-bd);
}
.information_listA-link {
  display: block;
  border-bottom: 1px solid var(--main-bd);
  padding: 1em 1em;
  position: relative;
  transition: 0.3s;
}
.information_listA-link::before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.information_listA-link:hover, .information_listA-link:active {
  background: #efefef;
  color: #3E3A39;
}
.information_listA-link:hover::before, .information_listA-link:active::before {
  right: 0.5em;
}
.information_listA-date {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
  color: inherit;
}
.information_listA-cat {
  color: #FFFFFF;
  font-size: 0.875em;
  background: #3E3A39;
  padding: 0.5em 0.5em;
  text-align: center;
  margin: 0;
  border-radius: 5px;
  line-height: 1em;
  min-width: 7em;
}
.information_listA-title {
  line-height: 1.4em;
  font-size: 1em;
  margin: 0;
  padding-right: 1em;
  color: inherit;
}

.information_listB-link {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  height: 100%;
  box-shadow: 3px 3px 5px #CCCCCC;
}
.information_listB-link:hover .img_fit img, .information_listB-link:active .img_fit img {
  transform: scale(1.2);
}
.information_listB-link .img_fit img {
  transition: 0.3s;
}
.information_listB-space {
  padding: 0.75em 0.75em;
}
.information_listB-date {
  font-size: 1em;
  margin: 0;
  color: #3E3A39;
  border: 1px solid #CCCCCC;
  background: #FF595C;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25em 0.75em;
  transform: translate(-10%, -50%);
  border-radius: 15px;
}
.information_listB-cat {
  font-size: 1em;
  margin: 0;
  color: #3E3A39;
  border: 1px solid #CCCCCC;
  background: #3E3A39;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.25em 1em;
  transform: translate(10%, 50%);
  border-radius: 15px;
}
.information_listB-title {
  line-height: 1.4em;
  font-size: 1.0625em;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding-right: 1em;
  color: #3E3A39;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.information_listB-excerpt {
  margin: 0 0 1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.9375em;
}

.img_slider {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
}
.img_slider-visual {
  position: relative;
  width: 100%;
}
.img_slider-visual.main_visual {
  height: 100svh;
  min-height: 450px;
}
.img_slider-visual .carousel {
  height: 100%;
}
.img_slider-visual .carousel .carousel-inner {
  height: 100%;
}
.img_slider-visual .carousel .carousel-inner .carousel-item {
  height: 100%;
  transition-duration: 2s;
}
.img_slider-visual .carousel .carousel-inner .carousel-item.active {
  opacity: 1 !important;
}
.img_slider-visual .carousel-indicators {
  z-index: 10;
  bottom: 3%;
}
.img_slider-visual .carousel-indicators [data-bs-target] {
  transition: 0.5s;
}
.img_slider-visual .carousel-indicators [data-bs-target]:focus-visible {
  outline: none;
}
.img_slider-visual .carousel-indicators [data-bs-target].active {
  background-color: #000000;
}
.img_slider-visual .carousel-control-prev, .img_slider-visual .carousel-control-next {
  z-index: 10;
  width: 5%;
}
@media (max-width: 767.98px) {
  .img_slider-visual .carousel-control-prev, .img_slider-visual .carousel-control-next {
    width: 10%;
  }
}
.img_slider-visual .carousel-control-prev i, .img_slider-visual .carousel-control-next i {
  color: #3E3A39;
}
.img_slider-catch {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.img_slider-catch-space {
  padding: 1em;
}
.img_slider-catch-text01 {
  text-align: center;
  color: #3E3A39;
  text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;
  font-size: 3.75em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1199.98px) {
  .img_slider-catch-text01 {
    font-size: 3.125em;
  }
}
@media (max-width: 767.98px) {
  .img_slider-catch-text01 {
    font-size: 2.1875em;
  }
}
.img_slider-catch-text02 {
  text-align: center;
  color: #3E3A39;
  text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;
  font-size: 1.5625em;
  line-height: 1.8em;
}
@media (max-width: 1199.98px) {
  .img_slider-catch-text02 {
    font-size: 1.25em;
  }
}
@media (max-width: 767.98px) {
  .img_slider-catch-text02 {
    font-size: 1.125em;
  }
}

.overview1 {
  border-top: 1px solid var(--main-bd);
  border-color: var(--main-bd) !important;
}
.overview1 th, .overview1 td {
  padding: 1.5em 1.5em;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 767.98px) {
  .overview1 th, .overview1 td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .overview1 th, .overview1 td {
    padding: 0.75em 1em;
  }
}
.overview1 th {
  background: rgba(255, 89, 92, 0.8);
  color: #FFFFFF;
  width: 220px;
  vertical-align: middle;
}
@media (max-width: 1199.98px) {
  .overview1 th {
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .overview1 th {
    display: block;
    width: 100%;
  }
}
.overview1 td {
  color: var(--main-text);
}

.overview2 {
  border-top: 1px solid var(--main-bd);
  border-color: var(--main-bd) !important;
}
.overview2 th, .overview2 td {
  color: var(--main-text);
  padding: 1.5em 1.5em;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 767.98px) {
  .overview2 th, .overview2 td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .overview2 th, .overview2 td {
    padding: 0.75em 1em;
  }
}
.overview2 th {
  background: transparent;
  width: 220px;
  vertical-align: middle;
}
@media (max-width: 1199.98px) {
  .overview2 th {
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .overview2 th {
    border-bottom: none;
    padding-bottom: 0.25em;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .overview2 td {
    padding-top: 0.25em;
  }
}

.foreword1 {
  position: relative;
  margin-right: 5%;
}
@media (max-width: 991.98px) {
  .foreword1 {
    margin-right: 0;
  }
}
.foreword1-img {
  position: relative;
  left: 5%;
  width: 60%;
}
@media (max-width: 1199.98px) {
  .foreword1-img {
    width: 80%;
    left: 0%;
  }
}
@media (max-width: 991.98px) {
  .foreword1-img {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .foreword1-img {
    width: 90%;
  }
}
.foreword1-space {
  position: relative;
  margin-top: -30%;
  background: #FFFFFF;
  padding: 2em;
}
@media (max-width: 991.98px) {
  .foreword1-space {
    margin-top: -20%;
  }
}
@media (max-width: 767.98px) {
  .foreword1-space {
    margin-top: -20%;
  }
}
@media (max-width: 575.98px) {
  .foreword1-space {
    margin-top: -10%;
  }
}
.foreword1-title {
  color: rgba(255, 89, 92, 0.9);
  font-weight: bold;
  font-size: 5em;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .foreword1-title {
    font-size: 4.375em;
  }
}
@media (max-width: 1199.98px) {
  .foreword1-title {
    font-size: 3.75em;
  }
}
@media (max-width: 575.98px) {
  .foreword1-title {
    font-size: 3.75em;
  }
}
.foreword1-text {
  color: #3E3A39;
  font-size: 1.125em;
  line-height: 1.8em;
  font-weight: bolder;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .foreword1-text {
    font-size: 1em;
  }
}
.foreword1.right_space {
  margin-right: 0;
  margin-left: 5%;
}
@media (max-width: 991.98px) {
  .foreword1.right_space {
    margin-left: 0;
  }
}
.foreword1.right_space .foreword1-img {
  margin-left: auto;
  left: auto;
  right: 5%;
}
@media (max-width: 1199.98px) {
  .foreword1.right_space .foreword1-img {
    width: 80%;
    right: 0%;
  }
}
@media (max-width: 991.98px) {
  .foreword1.right_space .foreword1-img {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .foreword1.right_space .foreword1-img {
    width: 90%;
  }
}

.foreword2 {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--main-bd);
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.foreword2.hvr_none {
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .foreword2 .img_fit {
    aspect-ratio: 2/1 !important;
  }
}
@media (max-width: 575.98px) {
  .foreword2 .img_fit {
    min-height: auto;
  }
}
.foreword2 .img_fit-back {
  transition: 0.3s;
}
.foreword2 .img_fit-text {
  letter-spacing: 0.25em;
}
@media (max-width: 767.98px) {
  .foreword2 .img_fit-text {
    letter-spacing: 0.1em;
  }
}
.foreword2-space {
  flex: 1 1 auto;
  padding: 1em;
}
.foreword2-title {
  font-weight: bolder;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
}
.foreword2-text {
  color: var(--main-text);
  margin: 0;
}
@media (max-width: 1199.98px) {
  .foreword2-text {
    font-size: 0.9375em;
  }
}
.foreword2-detail {
  margin: auto 1em 1em auto;
  border: 1px solid #FF595C;
  background: #FF595C;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 0.75em;
  line-height: 1em;
  transition: 0.3s;
}
.foreword2-detail i {
  transition: 0.3s;
}
.foreword2:hover .img_fit-back, .foreword2:active .img_fit-back, .foreword2:focus .img_fit-back {
  transform: scale(1.1);
}
.foreword2:hover .img_fit::after, .foreword2:active .img_fit::after, .foreword2:focus .img_fit::after {
  background: transparent;
}
.foreword2:hover .foreword2-detail, .foreword2:active .foreword2-detail, .foreword2:focus .foreword2-detail {
  background: #FFFFFF;
  color: #FF595C;
}
.foreword2:hover .foreword2-detail i, .foreword2:active .foreword2-detail i, .foreword2:focus .foreword2-detail i {
  transform: translateX(10px);
}

.foreword3 {
  position: relative;
}
.foreword3-title {
  color: rgba(255, 89, 92, 0.3);
  font-weight: bold;
  font-size: 6.25em;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin: 0 0 -0.5em;
}
@media (max-width: 1199.98px) {
  .foreword3-title {
    font-size: 4.375em;
  }
}
@media (max-width: 575.98px) {
  .foreword3-title {
    font-size: 3.75em;
  }
}
.foreword3-title.right_text {
  text-align: flex-end;
}
.foreword3-text {
  font-size: 1.125em;
  line-height: 1.8em;
  font-weight: bolder;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .foreword3-text {
    font-size: 1em;
  }
}

.foreword4 {
  position: relative;
  margin-right: 5%;
}
@media (max-width: 991.98px) {
  .foreword4 {
    margin-right: 0;
  }
}
.foreword4-img {
  position: relative;
  left: 20%;
  width: 40%;
  aspect-ratio: 7/8;
}
@media (max-width: 1199.98px) {
  .foreword4-img {
    width: 50%;
    left: 15%;
  }
}
@media (max-width: 991.98px) {
  .foreword4-img {
    width: 50%;
    left: 10%;
  }
}
@media (max-width: 767.98px) {
  .foreword4-img {
    width: 60%;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .foreword4-img {
    width: 80%;
  }
}
.foreword4-space {
  position: relative;
  margin-top: -50%;
  background: #FFFFFF;
  padding: 2em;
}
@media (max-width: 991.98px) {
  .foreword4-space {
    margin-top: -60%;
  }
}
@media (max-width: 767.98px) {
  .foreword4-space {
    margin-top: -40%;
  }
}
@media (max-width: 575.98px) {
  .foreword4-space {
    margin-top: -15%;
  }
}
.foreword4-title {
  color: rgba(255, 89, 92, 0.9);
  font-weight: bold;
  font-size: 5em;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .foreword4-title {
    font-size: 3.75em;
  }
}
@media (max-width: 991.98px) {
  .foreword4-title {
    font-size: 3.75em;
  }
}
@media (max-width: 575.98px) {
  .foreword4-title {
    font-size: 3.75em;
  }
}
.foreword4-text {
  color: #3E3A39;
  font-size: 1.125em;
  line-height: 1.8em;
  font-weight: bolder;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .foreword4-text {
    font-size: 1em;
  }
}
.foreword4.right_space {
  margin-right: 0;
  margin-left: 5%;
}
@media (max-width: 991.98px) {
  .foreword4.right_space {
    margin-left: 0;
  }
}
.foreword4.right_space .foreword4-img {
  margin-left: auto;
  left: auto;
  right: 20%;
}
@media (max-width: 1199.98px) {
  .foreword4.right_space .foreword4-img {
    width: 50%;
    right: 15%;
  }
}
@media (max-width: 991.98px) {
  .foreword4.right_space .foreword4-img {
    width: 50%;
    right: 10%;
  }
}
@media (max-width: 767.98px) {
  .foreword4.right_space .foreword4-img {
    width: 60%;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .foreword4.right_space .foreword4-img {
    width: 80%;
  }
}

.image_link {
  display: block;
}
@media (max-width: 575.98px) {
  .image_link.img_fit .img_fit-back {
    aspect-ratio: 16/9;
  }
}
.image_link-space {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.image_link-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.1875em;
  font-weight: bolder;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 1199.98px) {
  .image_link-title {
    font-size: 1.5625em;
  }
}
.image_link-text {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5625em;
  font-weight: bolder;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 1199.98px) {
  .image_link-text {
    font-size: 1.25em;
  }
}

.contents_link {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 991.98px) {
  .contents_link {
    flex-direction: column;
  }
}
.contents_link-img {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
}
@media (max-width: 991.98px) {
  .contents_link-img {
    width: 100%;
    height: 350px;
    position: relative;
  }
}
.contents_link-img .img_fit-back {
  position: absolute;
  transition: 0.3s;
}
.contents_link-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FF595C;
  height: auto;
  width: 50%;
  z-index: 1;
  min-height: 300px;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding: 5% 5% 5% 10%;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .contents_link-info {
    width: 100%;
    -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -20%;
    padding: 2em 2em 2em 2em;
  }
}
.contents_link-info-title {
  font-size: 3.125em;
  letter-spacing: 0.05em;
  font-style: italic;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 991.98px) {
  .contents_link-info-title {
    text-align: right;
  }
}
.contents_link-info-name {
  font-size: 1.5625em;
  font-weight: bolder;
  margin: 0;
}
@media (max-width: 991.98px) {
  .contents_link-info-name {
    text-align: right;
  }
}
.contents_link-info-text {
  font-size: 1.125em;
  line-height: 1.75em;
  margin: 0;
}
.contents_link:hover .img_fit-back, .contents_link:active .img_fit-back, .contents_link:focus .img_fit-back {
  transform: scale(1.2);
}
.contents_link.right_link {
  justify-content: start;
}
@media (max-width: 991.98px) {
  .contents_link.right_link {
    flex-direction: column-reverse;
  }
}
.contents_link.right_link .contents_link-img {
  left: auto;
  right: 0;
}
.contents_link.right_link .contents_link-info {
  padding: 5% 10% 5% 5%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}
@media (max-width: 991.98px) {
  .contents_link.right_link .contents_link-info {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: -20%;
    padding: 2em 2em 2em 2em;
  }
}
@media (max-width: 991.98px) {
  .contents_link.right_link .contents_link-info-title {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .contents_link.right_link .contents_link-info-name {
    text-align: left;
  }
}

.google_map iframe {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  aspect-ratio: 10/3;
}
@media (max-width: 1199.98px) {
  .google_map iframe {
    aspect-ratio: 10/5;
  }
}
@media (max-width: 767.98px) {
  .google_map iframe {
    aspect-ratio: 10/6;
  }
}
@media (max-width: 575.98px) {
  .google_map iframe {
    aspect-ratio: 10/8;
  }
}

.contact_form .form-control {
  font-size: 1.125em;
  border-color: #3E3A39;
}
.contact_form input[type=text], .contact_form input[type=tel], .contact_form input[type=email], .contact_form textarea {
  padding: 0.5rem 1rem;
  background: #fafafa;
}
@media (max-width: 767.98px) {
  .contact_form input[type=text], .contact_form input[type=tel], .contact_form input[type=email], .contact_form textarea {
    padding: 0.5rem 0.5rem;
  }
}
.contact_form input[type=text]:focus, .contact_form input[type=tel]:focus, .contact_form input[type=email]:focus, .contact_form textarea:focus {
  background: #FFFFFF;
}
.contact_form textarea {
  height: 250px;
}
.contact_form-required {
  color: #CC0000;
  font-weight: bold;
}
.contact_form-label {
  font-size: 1.125em;
  font-weight: bold;
}
.contact_form-confirm {
  padding-left: 1em;
  text-indent: -1em;
  text-align: center;
  line-height: 1.75em;
}
.contact_form .wpcf7-submit {
  display: block;
  color: #FFFFFF;
  background: #FF595C;
  border: 1px solid #FF595C;
  padding: 15px 15px;
  border-radius: 50px;
  text-align: center;
  transition: All 0.2s ease;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
  font-weight: bold;
}
.contact_form .wpcf7-submit:hover, .contact_form .wpcf7-submit:focus, .contact_form .wpcf7-submit:active {
  text-decoration: none;
  background: #FFFFFF;
  color: #FF595C !important;
}
.contact_form .wpcf7-submit:disabled {
  opacity: 0.3;
}

.jarallax {
  overflow: hidden;
  height: 500px;
}
@media (max-width: 1199.98px) {
  .jarallax {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .jarallax {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .jarallax {
    height: 250px;
  }
}
.jarallax.back_opacity {
  position: relative;
}
.jarallax.back_opacity::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.banner_contact {
  background: #FF595C;
  padding: 1.5em 1em;
}
.banner_contact-space {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 2em;
  -moz-column-gap: 4em;
       column-gap: 4em;
}
@media (max-width: 767.98px) {
  .banner_contact-space {
    row-gap: 1em;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
.banner_contact-title {
  color: #FFFFFF;
  font-size: 1.875em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .banner_contact-title {
    font-size: 1.5625em;
  }
}
.banner_contact-text {
  color: #FFFFFF;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .banner_contact-text {
    font-size: 1.125em;
  }
}
.banner_contact-text2 {
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .banner_contact-text2 {
    font-size: 1em;
  }
}
.banner_contact-number {
  color: #FFFFFF;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .banner_contact-number {
    font-size: 1.5625em;
  }
}
.banner_contact-btn {
  display: inline-block;
  color: #FF595C;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  background: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 10em;
  padding: 0.25em 0.75em;
}
.banner_contact-btn:hover, .banner_contact-btn:active, .banner_contact-btn:focus {
  background: #FF595C;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .banner_contact-btn {
    font-size: 1.125em;
  }
}