/***********************
          BACE
***********************/
html.lock {
  overflow-y: hidden;
}
body {
  line-height: 1.78;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin: 0;
  color: #1F1F1F;
}
a {
  text-decoration: none;
  opacity: 1;
  transition: .2s ease-out;
  color: #1F1F1F;
}
a:active, a:hover {
  opacity: .8;
  text-decoration: none;
  color: #1F1F1F;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
h2 {
  font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem)
}
h3 {
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
}
p {
  font-size: 16px;
  line-height: 2.1em;
  font-weight: 500;
}
@media (max-width: 489px) {
  p {
    font-size: 3.6vw;
  }
}
ol, ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  list-style-position: inside;
}
dl {
  margin: 0;
}
dl dd {
  margin-left: 0;
}
iframe {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  caret-color: transparent;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure {
  margin: 0;
}
.zoom figure {
  overflow: hidden;
}
.zoom figure img {
  transition: .3s ease-out;
  transform: scale(1, 1);
}
.zoom:hover figure img {
  transform: scale(1.1, 1.1);
}
/***********************
        ROOT
***********************/ :root {
  --white-color: #ffffff;
  --black-color: #000000;
  --black-color2: #1F1F1F;
  --gray-color: #F4F4F4;
  --gray-color2: #C6C6C6;
  --gray-color3: #707070;
  --gray-color4: #8E8E8E;
  --gray-color5: #F5F5F5;
  --red-color: #D60808;
  --red-color2: #D60A07;
  --blue-color: #387CD6;
  --blue-color2: #69AAF0;
  --sub-color: #B9B9B9;
  --darkgray-color: #4B4B4B;
  --lightgray-color: #E8E8E8;
  --lightgray-color2: #EFEFEF;
  --linegray-color: #A3A3A3;
  --orange-color: #FFB653;
  --orange-color2: #EA9D36;
  --lightperple-color: #AA9ADD;
  --lightorange-color: #F0A977;
  --lightgreen-color: #83CBAD;
}
.gray_bg {
  background-color: var(--gray-color);
}
@media (max-width: 489px) {
  br.br_none {
    display: none;
  }
}
/***********************
        CONTAINER
***********************/
.container {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 990px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 991px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
.sub_container {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
}
/***********************
         HEADER
***********************/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transition: background-color height .3s ease-out;
}
body.is-animation header {
  background-color: rgba(255, 255, 255, 0.8);
}
header #logo {
  aspect-ratio: 175 / 32;
}
header #logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header #navigation ul li a {
  display: block;
  font-weight: 600;
}
header #navigation ul li a > span {
  display: block;
}
header #navigation .sp_info a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--red-color);
  border-radius: 50px;
  width: fit-content;
}
header #navigation .sp_info a span {
  color: #FFFFFF;
  font-weight: 800;
}
header #navigation .sp_info a span:first-of-type {
  display: flex;
  align-items: center;
}
header #navigation .sp_info a span:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #FFFFFF;
}
header #navigation .sp_info a span:last-of-type {
  display: block;
}
#navigation .sp_info a::after {
  content: "";
  display: block;
  aspect-ratio: 1 / 1;
  background: url("../img/default/arrow-red.webp") no-repeat center / contain;
}
@media (max-width: 990px) {
  header {
    padding: 25px;
    height: 70px;
  }
  header #logo {
    position: relative;
    z-index: 3;
    width: 180px;
  }
  header #nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  header #navigation {
    display: none;
    height: 100vh;
    background: linear-gradient(231deg, rgba(79, 192, 235, 1) 0%, rgba(140, 161, 214, 1) 100%);
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
  header #navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  header #navigation ul li {
    width: calc(50% - 12.5px);
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
  }
  header #navigation ul li a {
    font-size: 15px;
    line-height: 1.45;
  }
  header #navigation ul li a > span {
    font-size: 10px;
  }
  header #navigation .sp_info {
    margin-top: 45px;
  }
  header #navigation .sp_info a {
    padding: 15px 25px;
  }
  header #navigation .sp_info a span:first-of-type {
    font-size: 16px;
  }
  header #navigation .sp_info a span:first-of-type::after {
    height: 30px;
    margin-left: 14px;
    margin-right: 14px;
  }
  header #navigation .sp_info a span:last-of-type {
    font-size: 25px;
  }
  header #navigation .sp_info a::after {
    width: 35px;
    margin-left: 15px;
  }
  body.is-animation header #navigation .sp_info {
    display: none;
  }
  header .menu-trigger {
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  header #navigation .sp_info a span:first-of-type {
    font-size: 14px;
  }
  header #navigation .sp_info a span:last-of-type {
    font-size: 20px;
  }
}
@media (max-width: 489px) {
  header #logo {
    width: 30vw;
  }
  header #navigation {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  header #navigation ul {
    gap: 4vw;
  }
  header #navigation ul li {
    width: calc(50% - 2vw);
    padding-bottom: 3vw;
  }
  header #navigation ul li a {
    font-size: 4vw;
  }
  header #navigation ul li a > span {
    font-size: 2.8vw;
  }
  header #navigation .sp_info {
    margin-top: 20vw;
    display: none;
  }
  header #navigation .sp_info a {
    padding: 3vw 4.5vw;
  }
  header #navigation .sp_info a span:first-of-type {
    font-size: 3.4vw;
  }
  header #navigation .sp_info a span:first-of-type::after {
    height: 4vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  header #navigation .sp_info a span:last-of-type {
    font-size: 4vw;
  }
  header #navigation .sp_info a::after {
    width: 5vw;
    margin-left: 3vw;
  }
}
@media (min-width: 991px) {
  header {
    height: 115px;
    padding: 30px;
  }
  header #logo {
    width: 100px;
  }
  header #navigation {
    display: block !important;
    height: inherit !important;
  }
  header #navigation ul {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  header #navigation ul li a {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
  }
  header #navigation ul li a > span {
    font-size: 8px;
  }
  header #navigation .sp_info {
    display: none;
  }
  body.is-animation header {
    background-color: rgba(255, 255, 255, 0.8);
    height: 90px;
  }
}
@media (min-width: 1120px) {
  header #logo {
    width: 150px;
  }
  header #navigation ul {
    gap: 12px;
  }
  header #navigation ul li a {
    font-size: 14px;
  }
  header #navigation ul li a > span {
    font-size: 10px;
  }
}
@media (min-width: 1480px) {
  header #logo {
    width: 188px;
  }
  header #navigation ul {
    gap: 24px;
  }
  header #navigation ul li a {
    font-size: 16px;
  }
  header #navigation ul li a > span {
    font-size: 13px;
  }
}
/****************************
   Menu Trigger
****************************/
header .menu-trigger {
  display: none;
}
@media (max-width: 990px) {
  header .menu-trigger {
    border: none;
    cursor: pointer;
    width: 40px;
    aspect-ratio: 1 / 1;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background-color: var(--black-color);
  }
  header .menu-trigger .menu-trigger_line {
    width: 25px;
    height: 15px;
    cursor: pointer;
    position: relative;
  }
  header .menu-trigger .menu-trigger_line > span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    transition: all .5s;
    caret-color: transparent;
    background-color: #FFFFFF;
  }
  header .menu-trigger .menu-trigger_line > span:nth-child(1) {
    top: 0;
  }
  header .menu-trigger .menu-trigger_line > span:nth-child(2) {
    top: 6.5px;
  }
  header .menu-trigger .menu-trigger_line > span:nth-child(3) {
    bottom: 0;
  }
  header.show .menu-trigger .menu-trigger_line > span:nth-child(1) {
    transform: rotate(42deg) translateY(-3.5px);
    transform-origin: left center;
  }
  header.show .menu-trigger .menu-trigger_line > span:nth-child(2) {
    opacity: 0;
    animation: unset;
  }
  header.show .menu-trigger .menu-trigger_line > span:nth-child(3) {
    transform: rotate(-42deg) translateY(3.5px);
    transform-origin: left center;
    left: 1px;
    bottom: 1px;
  }
}
/***********************
          FV
***********************/
#fv {
  height: 100vh;
  min-height: 695px;
  position: relative;
  overflow: hidden;
}
#fv .fv_bg {
  position: absolute;
  top: 0;
  left: 0;
}
#fv .fv_bg, #fv .fv_bg figure {
  width: 100%;
  height: 100%;
}
#fv .fv_bg figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#fv .fv_text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 170 / 77;
}
#fv .fv_text picture {
  width: 100%;
  height: 100%;
}
#fv .fv_text picture img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#fv .fv_info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7)
}
#fv .fv_info a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--red-color);
  border-radius: 50px;
  width: fit-content;
}
#fv .fv_info a span {
  color: #FFFFFF;
  font-weight: 800;
}
#fv .fv_info a span:first-of-type {
  display: flex;
  align-items: center;
}
#fv .fv_info a span:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #FFFFFF;
}
#fv .fv_info a span:last-of-type {
  display: block;
}
#fv .fv_info a::after {
  content: "";
  display: block;
  aspect-ratio: 1 / 1;
  background: url("../img/default/arrow-red.webp") no-repeat center / contain;
}
@media (max-width: 990px) {
  #fv .fv_text {
    width: 80%;
    top: 45%;
	aspect-ratio: 417 / 312;
  }
  #fv .fv_info {
    padding: 15px;
  }
  #fv .fv_info a {
    padding: 15px 25px;
  }
  #fv .fv_info a span:first-of-type {
    font-size: 18px;
  }
  #fv .fv_info a span:first-of-type::after {
    height: 30px;
    margin-left: 14px;
    margin-right: 14px;
  }
  #fv .fv_info a span:last-of-type {
    font-size: 25px;
  }
  #fv .fv_info a::after {
    width: 35px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #fv .fv_text {
    width: 90%;
  }
  #fv .fv_info a span:first-of-type {
    font-size: 16px;
  }
  #fv .fv_info a span:first-of-type::after {
    height: 25px;
    margin-left: 12px;
    margin-right: 12px;
  }
  #fv .fv_info a span:last-of-type {
    font-size: 22px;
  }
  #fv .fv_info a::after {
    width: 30px;
  }
}
@media (max-width: 489px) {
  #fv {
    height: 50vh;
    min-height: 460px;
    /*height: 80vh;*/
    /*min-height: 550px;*/
  }
  #fv .fv_text {
    width: 105vw;
    top: 53%;
    /*top: 45%;*/
  }
  #fv .fv_info {
    padding: 3vw;
    position: fixed;
    z-index: 100;
  }
  #fv .fv_info a {
    padding: 3vw 4.5vw;
  }
  #fv .fv_info a span:first-of-type {
    font-size: 3.4vw;
  }
  #fv .fv_info a span:first-of-type::after {
    height: 4vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  #fv .fv_info a span:last-of-type {
    font-size: 4vw;
  }
  #fv .fv_info a::after {
    width: 5vw;
    margin-left: 3vw;
  }
}
@media (min-width: 490px) {
  body.is-animation #fv .fv_info {
    animation: fv_info .8s ease-in forwards;
    z-index: 100;
    position: fixed;
    opacity: 0;
  }
}
@media (min-width: 991px) {
  #fv .fv_text {
    height: 55%;
    top: 47%;
  }
  #fv .fv_info {
    padding: 17px;
  }
  #fv .fv_info a {
    padding: 16px 30px;
  }
  #fv .fv_info a span:first-of-type {
    font-size: 20px;
  }
  #fv .fv_info a span:first-of-type::after {
    height: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }
  #fv .fv_info a span:last-of-type {
    font-size: 27px;
  }
  #fv .fv_info a::after {
    width: 38px;
    margin-left: 20px;
  }
}
@keyframes fv_info {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/***********************
          MAIN
***********************/
main {
  overflow-x: hidden;
}
/***********************
          TEL
***********************/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/***********************
          FOOTER
***********************/
footer {
  background-color: var(--black-color);
  padding-top: min(75px, 30vw);
  padding-bottom: min(130px, 45vw);
}
footer .footer_wrap {
  width: 90vw;
  max-width: 1525px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_wrap .footer_head .f_logo {
  aspect-ratio: 41 / 24;
}
footer .footer_wrap .footer_head .f_logo figure {
  width: 100%;
  height: 100%;
}
footer .footer_wrap .footer_head .f_logo figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .footer_wrap .footer_head p {
  margin-top: 1em;
  color: var(--white-color);
}
footer .footer_wrap .footer_info .footer_info__nav p {
  color: var(--white-color);
}
footer .footer_wrap .footer_info .footer_info__nav ol li a {
  color: var(--white-color);
}
footer .footer_wrap .footer_info .copyright {
  margin-top: 2em;
  display: block;
  color: var(--white-color);
}
@media (max-width: 767px) {
  footer .footer_wrap {
    text-align: center;
  }
  footer .footer_wrap .footer_head .f_logo {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_wrap .footer_head p {
    font-size: 16px;
  }
  footer .footer_wrap .footer_info {
    margin-top: 40px;
  }
  footer .footer_wrap .footer_info p {
    font-size: 16px;
  }
  footer .footer_wrap .footer_info .footer_info__nav ol li a {
    font-size: 16px;
  }
  footer .footer_wrap .footer_info .copyright {
    font-size: 16px;
  }
}
@media (max-width: 489px) {
  footer {
    padding-top: 25vw;
    padding-bottom: 30vw;
  }
  footer .footer_wrap .footer_head .f_logo {
    width: 45vw;
  }
  footer .footer_wrap .footer_head p {
    font-size: 3.6vw;
  }
  footer .footer_wrap .footer_info {
    margin-top: 7vw;
  }
  footer .footer_wrap .footer_info p {
    font-size: 3.6vw;
  }
  footer .footer_wrap .footer_info .footer_info__nav ol li a {
    font-size: 3.6vw;
  }
  footer .footer_wrap .footer_info .copyright {
    font-size: 3.6vw;
  }
}
@media (min-width: 490px) {
  footer .footer_wrap .footer_info .footer_info__nav ol li a {
    font-size: 16px;
  }
  footer .footer_wrap .footer_info .copyright {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  footer .footer_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer_wrap .footer_head .f_logo {
    width: 150px;
  }
  footer .footer_wrap .footer_head p {
    font-size: 12px;
  }
  footer .footer_wrap .footer_info {
    text-align: right;
  }
  footer .footer_wrap .footer_info p {
    font-size: 12px;
  }
  footer .footer_wrap .footer_info .footer_info__nav ol li a {
    font-size: 12px;
  }
  footer .footer_wrap .footer_info .copyright {
    font-size: 12px;
  }
}
@media (min-width: 991px) {
  footer .footer_wrap .footer_head .f_logo {
    width: 240px;
  }
  footer .footer_wrap .footer_head p {
    font-size: 16px;
  }
  footer .footer_wrap .footer_info p {
    font-size: 16px;
  }
  footer .footer_wrap .footer_info .footer_info__nav ol li a {
    font-size: 16px;
  }
  footer .footer_wrap .footer_info .copyright {
    font-size: 16px;
  }
}
@media (min-width: 1480px) {
  footer .footer_wrap .footer_head .f_logo {
    width: 305px;
  }
  footer .footer_wrap .footer_head p {
    font-size: 20px;
  }
  footer .footer_wrap .footer_info .footer_info__nav ol li a {
    font-size: 20px;
  }
  footer .footer_wrap .footer_info .copyright {
    font-size: 20px;
  }
}
/***********************
          TITLE
***********************/
.sub_head {
  position: relative;
  aspect-ratio: 88 / 73;
}
.sub_head figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 300px 300px 0;
  overflow: hidden;
}
.sub_head figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub_head .sub_head__title {
  position: absolute;
  right: 0;
  transform: translate(100%, 0)
}
.sub_head .sub_head__title span {
  display: block;
  color: #FFFFFF;
  font-weight: 800;
  text-shadow: 0px 3px 15px rgba(36, 36, 36, .67);
  line-height: 1;
  margin-bottom: .2em;
  word-break: keep-all;
  width: max-content;
}
.sub_head .sub_head__title h2 {
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 0px 3px 15px rgba(36, 36, 36, .67);
}
.versatility_head {
  position: relative;
  aspect-ratio: 127 / 73;
}
.versatility_head figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 300px 300px 0;
  overflow: hidden;
}
.versatility_head figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.versatility_head .versatility_head__title {
  position: absolute;
  left: 75%;
}
.versatility_head .versatility_head__title span {
  display: block;
  color: #FFFFFF;
  font-weight: 800;
  text-shadow: 0px 3px 15px rgba(36, 36, 36, .67);
  line-height: 1;
  margin-bottom: .2em;
  word-break: keep-all;
  width: max-content;
}
.versatility_head .versatility_head__title h2 {
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 0px 3px 15px rgba(36, 36, 36, .67);
}
.center_title {
  text-align: center;
}
.center_title span {
  display: block;
  line-height: 1;
  margin-bottom: min(4px, 1vw);
  font-weight: 800;
}
.center_title h2 {
  display: block;
}
@media (max-width: 990px) {
  .sub_head {
    width: 250px;
    margin-bottom: 80px;
  }
  .sub_head .sub_head__title {
    top: 16%;
    right: 65px;
  }
  .sub_head .sub_head__title span {
    font-size: 45px;
  }
  .sub_head .sub_head__title h2 {
    font-size: 22px;
  }
  .versatility_head {
    width: 250px;
  }
  .versatility_head .versatility_head__title {
    top: 16%;
  }
  .versatility_head .versatility_head__title span {
    font-size: 45px;
  }
  .versatility_head .versatility_head__title h2 {
    font-size: 22px;
  }
  .event_area .event_main p {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 489px) {
  .sub_head {
    aspect-ratio: 8 / 5;
    width: 58vw;
    margin-bottom: 18vw;
  }
  .sub_head .sub_head__title {
    top: 20%;
    right: 20vw;
  }
  .sub_head .sub_head__title span {
    font-size: 8vw;
  }
  .sub_head .sub_head__title h2 {
    font-size: 4.5vw;
  }
  .sub_head p {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .versatility_head {
    aspect-ratio: 8 / 5;
    width: 58vw;
  }
  .versatility_head .versatility_head__title {
    top: 20%;
  }
  .versatility_head .versatility_head__title span {
    font-size: 8vw;
  }
  .versatility_head .versatility_head__title h2 {
    font-size: 4.5vw;
  }
  .versatility_head p {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .center_title span {
    font-size: 9vw;
    font-weight: 500;
  }
  .center_title h2 {
    font-size: 3.6vw;
  }
}
@media (min-width: 490px) {
  .center_title span {
    font-size: 45px;
  }
  .center_title h2 {
    font-size: 18px;
  }
}
@media (min-width: 991px) {
  .sub_head {
    width: 350px;
  }
  .sub_head .sub_head__title {
    top: 20%;
    right: 60px;
  }
  .sub_head .sub_head__title span {
    font-size: 45px;
  }
  .sub_head .sub_head__title h2 {
    font-size: 18px;
  }
  .versatility_head {
    width: 350px;
  }
  .versatility_head .versatility_head__title {
    top: 20%;
  }
  .versatility_head .versatility_head__title span {
    font-size: 45px;
  }
  .versatility_head .versatility_head__title h2 {
    font-size: 18px;
  }
  .center_title span {
    font-size: 73px;
  }
  .center_title h2 {
    font-size: 28px;
  }
}
@media (min-width: 1480px) {
  .sub_head {
    width: 438px;
  }
  .sub_head .sub_head__title span {
    font-size: 60px;
  }
  .sub_head .sub_head__title h2 {
    font-size: 20px;
  }
  .versatility_head {
    width: 438px;
  }
  .versatility_head .versatility_head__title span {
    font-size: 60px;
  }
  .versatility_head .versatility_head__title h2 {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .sub_head .sub_head__title span {
    font-size: 73px;
  }
  .sub_head .sub_head__title h2 {
    font-size: 28px;
  }
  .versatility_head .versatility_head__title span {
    font-size: 73px;
  }
  .versatility_head .versatility_head__title h2 {
    font-size: 28px;
  }
}
@media (min-width: 1880px) {
  .sub_head {
    width: 438px;
  }
  .versatility_head {
    width: 634px;
  }
}
.grecaptcha-badge {
  z-index: 101;
}
@media (max-width: 680px) {
  .grecaptcha-badge {
    bottom: 105px !important;
  }
}
@media (max-width: 489px) {
  .grecaptcha-badge {
    bottom: 18vw !important;
  }
}