/* Generated from tbuilder_layout_part: contact-cta */
.themify_builder_content-6194 .tb_n37e688.module_row{margin-bottom:40px;margin-top:40px}
.themify_builder_content-6194 .tb_b0bo688.module_column{padding-bottom:0}
.themify_builder_content-6194 .tb_ux0l688.module-plain-text a,.themify_builder_content-6194 .tb_ux0l688.module-plain-text a:hover{color:#fff}
.themify_builder_content-6194 .tb_ux0l688.module-plain-text{width:100%;text-align:center}
/*Builder Custom CSS START*/
.single-bottoms {
  display: flex;
	flex-wrap: wrap;
  gap: 30px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1250px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .single-bottoms {
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    padding-bottom: 60px;
  }
}
.single-bottoms__link {
  align-items: center;
  border: solid 2px #fff;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding-bottom: 85px;
  padding-top: 85px;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .single-bottoms__link:hover {
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .single-bottoms__link {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.single-bottoms__link-on {
  background-image: linear-gradient(135deg, #ca1617 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  transition: background 500ms ease-in-out;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .single-bottoms__link-on:hover {
    background-position: 0;
  }
}
.single-bottoms__txts {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.single-bottoms__txts-en {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .single-bottoms__txts-en {
    font-size: 20px;
  }
}
.single-bottoms__txts-ja {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .single-bottoms__txts-ja {
    font-size: 12px;
  }
}
/*Builder Custom CSS END*/