@charset "UTF-8";
/*
Theme Name: RE:FRE
Theme URL: redeastack.co.jp
Description: Gocco's Template Washington
Author: HRS-RS
Version: 0.0.0
Tags: Company
License URI: redeastack.co.jp
*/
html {
  font-size: 16px;
}

h1, .h1 {
  font-size: 1.25rem;
}

h2, .h2 {
  font-size: 1.125rem;
}

h3, .h3 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

body {
  scroll-margin-top: 150px;
  margin: auto;
  color: #2E2E2E;
  font-family: a-otf-futo-go-b101-pr6n, "太ゴB101", "Futo Go B101";
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body input, body select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}
body ul {
  padding: 0;
  margin: 0;
  list-style: inside;
}
body img {
  width: 100%;
  height: auto;
}
body .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6,
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
body a, body a:hover, body a:active, body a:visited {
  text-decoration: none;
  color: #000000;
}
@media screen and (min-width: 992px) {
  body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  body .pc {
    display: none !important;
  }
}
body.page .wp-block-heading, body.single .wp-block-heading {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 2rem;
}
body.page .band-headding, body.single .band-headding {
  background-color: #9D934D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 1rem;
  line-height: 1;
  margin-bottom: 2rem;
}
body.page .notice, body.single .notice {
  font-size: 0.6875rem;
  color: #411F1F;
}
body.page .notice-red, body.single .notice-red {
  color: #ff0000;
}
body.page .notice a, body.single .notice a {
  font-size: 0.875rem;
  color: #9D934D;
}
body.page .paragraph,
body.page .notice, body.single .paragraph,
body.single .notice {
  line-height: 1.8;
}
body.page p, body.single p {
  line-height: 1.8;
}
body header {
  width: 100%;
}
@media screen and (max-width: 992px) {
  body {
    margin-bottom: 6rem;
  }
}

.wpcf7 .form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.wpcf7 .form-wrapper .field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.wpcf7 .form-wrapper .field-group label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.wpcf7 .form-wrapper .field-group label .required-sign {
  padding-left: 0.5rem;
  color: #ff0000;
  font-size: 0.75rem;
}
.wpcf7 .form-wrapper .field-group-grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.wpcf7 .form-wrapper .field-group-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 992px) {
  .wpcf7 .form-wrapper .field-group-grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.wpcf7 .form-wrapper .field-group-grid-1, .wpcf7 .form-wrapper .field-group-grid-2 {
  display: grid;
  gap: 0.75rem;
}
.wpcf7 .form-wrapper .field-group-grid-1 .field_text, .wpcf7 .form-wrapper .field-group-grid-2 .field_text {
  width: 100%;
  border: 1px solid #D3D7D7;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
}
.wpcf7 .form-wrapper .field_submit {
  padding: 1rem 5rem;
  border: none;
  background-color: #9D934D;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.25rem;
}
.wpcf7 .form-wrapper .wpcf7-form-control-wrap label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.wpcf7 .form-wrapper .wpcf7-form-control-wrap label input {
  border-radius: 0.25rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.navigation_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: calc(100vw - 2rem);
  padding: 1rem;
}
.navigation_header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.navigation_header__info--logo img {
  height: 32px;
}
.navigation_header__info--button img {
  height: 35px;
  width: auto;
}

.overlay_navigation {
  display: none;
  position: fixed;
  background-color: #F4F2EC;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.overlay_navigation.open {
  display: block;
  background-color: #F4F2EC;
}
.overlay_navigation .navigation__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 73px;
}
.overlay_navigation .navigation__header div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.overlay_navigation .navigation__header div:nth-child(2) button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  width: 65px;
  background-color: initial;
  border: none;
}
.overlay_navigation .navigation__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  margin-bottom: 2rem;
}
.overlay_navigation .navigation__logo img {
  height: 32px;
  padding-left: 1.5rem;
  width: auto;
}
.overlay_navigation > ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overlay_navigation > ul li {
  height: 60px;
  border-bottom: 1px solid #C7C6C2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
}
.overlay_navigation > ul li:first-child {
  border-top: 1px solid #C7C6C2;
}
.overlay_navigation > ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.overlay_navigation .navigation__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5rem;
  margin-top: 2rem;
}
.overlay_navigation .navigation__footer ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.navigation_footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
}
.navigation_footer div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation_footer div a:first-child {
  width: 140px;
  height: 100%;
  background-color: #ff0000;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 15px 0 0;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.navigation_footer div a:last-child {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  background-color: #EFEDED;
  border-radius: 15px 0 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.navigation_footer div a:last-child svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.navigation_footer div a:last-child div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation_footer div a:last-child div span:nth-child(1) {
  font-size: 0.625rem;
}
.navigation_footer div a:last-child div span:nth-child(2) {
  font-weight: bold;
}

.front_header {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F8F7;
  position: relative;
  height: 200vh;
}
.front_header__image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  top: 0;
}
.front_header__logo {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.front_header__logo img {
  width: 55%;
}
@media screen and (max-width: 992px) {
  .front_header {
    height: 100dvh;
  }
  .front_header__image {
    height: 100dvh;
  }
  .front_header__logo {
    aspect-ratio: auto;
    width: 100%;
    position: absolute;
    height: 100dvh;
  }
  .front_header__logo img {
    width: 80%;
  }
}
.front_navigation {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.front_navigation__wrapper {
  margin: 54px 43px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  width: 100%;
  height: 72px;
  border-radius: 72px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.front_navigation__wrapper--logo {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.front_navigation__wrapper--logo a {
  display: inline-block;
  height: 37px;
}
.front_navigation__wrapper--logo a img {
  height: 37px;
}
.front_navigation__wrapper--menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.front_navigation__wrapper--menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  list-style: none;
}
.front_navigation__wrapper--menu ul li a {
  text-decoration: none;
  font-weight: bold;
}
.front_navigation__wrapper--menu .call_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
  background-color: #E60013;
  color: #ffffff;
  height: 72px;
  border-radius: 0 50px 50px 35px;
  border: 3px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 8px;
  font-weight: bold;
}

.area {
  overflow: hidden;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.area__title {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.area__title h3, .area__title h4 {
  margin: 0;
}
.area__title h3 {
  font-size: 2rem;
}
.area__title h4 {
  font-size: 0.8125rem;
  color: #E60013;
}
@media screen and (max-width: 992px) {
  .area {
    margin: 6rem auto;
  }
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  gap: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 992px) {
  .wrap {
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2rem;
    width: calc(100% - 4rem);
  }
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.item__image {
  position: relative;
  max-width: 580px;
  width: 100%;
}
.item__image a {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: #E60013;
  border-radius: 50px;
  border: 1px solid #E60013;
  font-size: 1rem;
  padding: 1rem 2.5rem;
  background-color: #ffffff;
}
.item__image a:active, .item__image a:hover, .item__image a:visited {
  color: #E60013;
}
.item__detail {
  width: 100%;
}
.item__detail--label {
  font-size: 1rem;
  color: #2B2B2B;
}
.item__detail--title {
  font-size: 2.25rem;
  color: #E60013;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}
.item__detail--title img {
  height: 48px;
  width: auto;
}
.item__detail--desc {
  font-size: 1rem;
  color: #2B2B2B;
}
@media screen and (max-width: 992px) {
  .item {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .item__image {
    width: auto;
    margin: 1rem;
  }
  .item__image a {
    right: 0;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
  .item__detail {
    width: 300px;
  }
  .item__detail--title img {
    max-width: 300px;
    width: auto;
    height: 100%;
    max-height: 32px;
  }
  .item__detail--desc {
    font-size: 0.875rem;
  }
}

.js-title {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 5;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 1rem;
  font-weight: bold;
  font-size: 2.25rem;
  height: 100vh;
  text-align: center;
}

.js-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 6rem);
}
@media screen and (max-width: 992px) {
  .js-item {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .js-title {
    display: none;
  }
}
.section_news {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .section_news {
    margin: 0 auto 6rem;
  }
}
.section_news__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_news__title h3, .section_news__title h4 {
  margin: 0;
}
.section_news__title h3 {
  font-size: 2rem;
}
.section_news__title h4 {
  font-size: 0.8125rem;
  color: #E60013;
}
.section_news__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .section_news__body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section_news__body .news_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 42px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.section_news__body .news_item__image {
  width: 195px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 15px;
}
.section_news__body .news_item__image img {
  aspect-ratio: 195/130;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_news__body .news_item__detail--date {
  font-size: 0.8125rem;
  color: #2B2B2B;
}
.section_news__body .news_item__detail--category span {
  padding: 0.5rem 1rem;
  border: 1px solid #E60013;
  border-radius: 15px;
  color: #E60013;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 1rem;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .section_news__body .news_item {
    padding: 0 1rem 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_news__body .news_item__image {
    width: auto;
  }
  .section_news__body .news_item__image img {
    aspect-ratio: 1;
    border-radius: 15px;
    width: 100px;
  }
}
.section_news__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0;
}
.section_news__footer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border: 1px solid #E60013;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-weight: bold;
}

footer {
  background-color: #ffffff;
}

.section_linkset__container {
  width: calc(100% - 112px);
  height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .section_linkset__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: initial;
    width: 100%;
    padding-bottom: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section_linkset__container::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.section_linkset__container .link_item {
  z-index: 1;
  width: 320px;
}
.section_linkset__container .link_item__message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}
.section_linkset__container .link_item__message--text {
  font-size: 1.125rem;
  font-weight: bold;
}
.section_linkset__container .link_item__message--anchor {
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #ffffff;
}
.section_linkset__container .link_item__sub {
  font-size: 0.8125rem;
  border-top: 1px solid #ffffff;
  width: 100%;
  margin-top: 2rem;
  padding-top: 1rem;
}
.section_linkset__container .link_item:first-child .link_item__message {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.section_linkset__container .link_item:first-child .link_item__sub {
  text-align: start;
}
.section_linkset__container .link_item:last-child .link_item__message {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.section_linkset__container .link_item:last-child .link_item__sub {
  text-align: end;
}

.section_gmap__iframe {
  height: 480px;
  width: 100%;
  border: none;
}

.section_banner {
  padding-top: 60px;
  max-width: 1150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: auto;
  width: 100%;
}
.section_banner img {
  aspect-ratio: 370/112;
  max-width: 370px;
}
@media screen and (max-width: 992px) {
  .section_banner {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.section_footer {
  margin: 64px auto 32px;
  max-width: 1150px;
}
@media screen and (max-width: 992px) {
  .section_footer {
    padding: 0 2rem;
  }
}
.section_footer .footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.section_footer .footer_content__info--image img {
  height: 32px;
}
.section_footer .footer_content__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.section_footer .footer_content__navigation > ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.section_footer .footer_content__navigation > ul > li {
  padding-bottom: 0.5rem;
  width: 225px;
  border-bottom: 1px solid #E0E0E0;
  font-weight: bold;
}
.section_footer .footer_content__navigation > ul > li > span {
  padding-bottom: 0.5rem;
  width: 225px;
  border-bottom: 1px solid #E0E0E0;
  display: block;
}
.section_footer .footer_content__navigation > ul > li a {
  font-size: 0.8125rem;
  text-decoration: none;
  color: #2B2B2B;
}
.section_footer .footer_content__navigation > ul > li > ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
}
.section_footer .footer_content__navigation > ul > li > ul > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  .section_footer .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .section_footer .footer_content__info--text {
    display: none;
  }
  .section_footer .footer_content__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
  .section_footer .footer_content__navigation > ul:nth-child(n+2) {
    display: none;
  }
  .section_footer .footer_content__navigation > ul > li {
    width: 100%;
    padding-bottom: 1rem;
  }
  .section_footer .footer_content__navigation > ul > li > span {
    width: 100%;
  }
  .section_footer .footer_content__navigation > ul > li > a {
    font-size: 1rem;
  }
}

.section_copyright {
  margin-top: 1px solid #E0E0E0;
}
.section_copyright__text {
  max-width: 1150px;
  margin: auto;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.6875rem;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_header {
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .section_header {
    height: 420px;
  }
}

.section_title {
  max-width: 1150px;
  padding-top: 60px;
  margin: 0 auto;
  height: calc(100vh - 480px);
}
.section_title h1, .section_title h3 {
  margin: 0;
}
.section_title h1 {
  font-weight: bold;
  font-size: 2.25rem;
  color: #2B2B2B;
}
.section_title h3 {
  font-size: 0.625rem;
  color: #0A0A0A;
  font-weight: normal;
  color: #E60013;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .section_title {
    margin: 0;
    padding: 1rem;
    height: calc(100vh - 420px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section_title h1 {
    font-size: 1.75rem;
  }
}
.section_title__links {
  max-width: 1150px;
  margin: 2rem auto;
}
.section_title__links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_title__links ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: bold;
}
.section_title__links ul li a span:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 992px) {
  .section_title__links {
    padding: 0 1rem;
  }
}

.page {
  background-color: #F8F8F7;
}

.page-template-driving_range .table__header {
  font-size: 1.3125rem;
  font-weight: bold;
}
.page-template-driving_range .table__body table {
  width: 100%;
}
.page-template-driving_range .table__body table th:nth-child(1) {
  width: 180px;
}
.page-template-driving_range .table__body table th, .page-template-driving_range .table__body table td {
  height: 52px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.page-template-driving_range .table__body table th {
  background-color: #E0E0E0;
}
.page-template-driving_range .table__body table td {
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .page-template-driving_range .table__body table th:nth-child(1) {
    font-size: 0.75rem;
    width: 86px;
  }
  .page-template-driving_range .table__body table th, .page-template-driving_range .table__body table td {
    font-size: 0.75rem;
    padding: 0.75rem;
  }
}
.page-template-driving_range .section_business_hour {
  max-width: 860px;
  margin: 5rem auto;
}
@media screen and (max-width: 992px) {
  .page-template-driving_range .section_business_hour {
    padding: 0 1rem;
  }
}
.page-template-driving_range .section_business_hour {
  max-width: 860px;
  margin: 5rem auto;
}
@media screen and (max-width: 992px) {
  .page-template-driving_range .section_business_hour {
    padding: 0 1rem;
  }
}
.page-template-driving_range #business_hour, .page-template-driving_range #self, .page-template-driving_range #regular, .page-template-driving_range #hourly {
  scroll-margin-top: 150px;
}

.page-template-facility .section_introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.page-template-facility .section_introduction div:nth-child(1) {
  font-weight: bold;
  font-size: 1.75rem;
}
.page-template-facility .section_facility {
  margin: 60px 0;
}
.page-template-facility .section_facility .facility__wrapper {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 51px;
}
@media screen and (max-width: 992px) {
  .page-template-facility .section_facility .facility__wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 1rem;
  }
}
.page-template-facility .section_facility .facility__wrapper .facility__image {
  width: 100%;
}
.page-template-facility .section_facility .facility__wrapper .facility__image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.page-template-facility .section_facility .facility__wrapper .facility__name {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto;
}
.page-template-first_time .section_introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.page-template-first_time .section_introduction div:nth-child(1) {
  font-weight: bold;
  font-size: 1.75rem;
}
.page-template-first_time .section_steps {
  max-width: 1150px;
  margin: 1rem auto 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}
.page-template-first_time .section_steps ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1150px;
  margin: 0 auto;
  gap: 3rem;
}
.page-template-first_time .section_steps ul .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 3rem;
  border: 2px solid #E60013;
  border-radius: 15px;
}
.page-template-first_time .section_steps ul .step__image {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-template-first_time .section_steps ul .step__description {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1rem 0;
}
.page-template-first_time .section_steps ul .step__description--icon {
  width: 150px;
  height: 54px;
  background-color: #e60013;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page-template-first_time .section_steps ul .step__description--icon:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/wp-content/themes/refre/images//rect_bottom.png);
  bottom: -14px;
  height: 16px;
  width: 16px;
  left: 26px;
}
.page-template-first_time .section_steps ul .step__description--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  color: #E60013;
  font-weight: bold;
}
.page-template-first_time .section_steps ul .step__description--title img {
  width: 24px;
  height: auto;
}
.page-template-first_time .section_steps ul .step__description--title span {
  font-weight: bold;
}
.page-template-first_time .section_steps ul .step__description--message {
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .page-template-first_time .section_steps ul .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  .page-template-first_time .section_steps ul .step__image {
    width: 100%;
  }
  .page-template-first_time .section_steps ul .step__description {
    position: relative;
  }
  .page-template-first_time .section_steps ul .step__description--icon {
    top: -58px;
    position: absolute;
    height: 42px;
  }
  .page-template-first_time .section_steps ul .step__description--message {
    font-size: 0.8125rem;
  }
}

.archive {
  background-color: #F8F8F7;
}

.archive .section_title {
  padding-top: 200px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .archive .section_title {
    padding-top: 75px;
  }
}
.archive .post_container {
  margin: 100px 0 100px;
}
@media screen and (max-width: 992px) {
  .archive .post_container {
    margin: 30px 0 100px;
  }
}
.archive .post_container .post_wrapper {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 51px;
}
@media screen and (max-width: 992px) {
  .archive .post_container .post_wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 1rem;
  }
}
.archive .post_container .post_wrapper .post_content {
  position: relative;
}
.archive .post_container .post_wrapper .post_content__image {
  width: 100%;
}
.archive .post_container .post_wrapper .post_content__image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  aspect-ratio: 340/180;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .post_container .post_wrapper .post_content__title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem auto 0.5rem;
}
.archive .post_container .post_wrapper .post_content__category span {
  font-size: 0.625rem;
  padding: 0.5rem 1rem;
  color: #E60013;
  border: 1px solid #E60013;
  border-radius: 50px;
  font-weight: bold;
}

.section_index {
  margin-bottom: 100px;
}
.section_index .index_holder {
  max-width: 1150px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
.section_index .index_holder ul {
  padding: 4rem 3rem;
  width: 50%;
  border-radius: 1rem;
  list-style: none;
  background-color: #ffffff;
}
.section_index .index_holder ul li {
  padding: 1rem;
  border-bottom: 1px solid #E0E0E0;
}
.section_index .index_holder ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .section_index .index_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }
  .section_index .index_holder ul {
    margin-top: 30px;
    padding: 30px;
    width: 100%;
    position: relative;
  }
  .section_index .index_holder ul li a svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .section_index .index_holder ul::before {
    content: "カテゴリ";
    display: block;
    font-weight: bold;
    position: absolute;
    top: -2rem;
  }
  .section_index .index_holder ul:nth-child(1)::before {
    content: "カテゴリ";
  }
  .section_index .index_holder ul:nth-child(2)::before {
    content: "アーカイブ";
  }
}

.single-post {
  background-color: #F8F8F7;
}
.single-post .post_container {
  margin: 170px 0 100px;
}
@media screen and (max-width: 992px) {
  .single-post .post_container {
    padding: 20px 30px 0;
    margin: 30px 0 60px;
  }
}
.single-post .post_container .post_wrapper {
  max-width: 620px;
  margin: auto;
}
.single-post .post_container .post_wrapper .post_content__title {
  font-size: 2.25rem;
  font-weight: bold;
}
.single-post .post_container .post_wrapper .post_content__category span {
  font-size: 0.625rem;
  padding: 0.5rem 1rem;
  color: #E60013;
  border: 1px solid #E60013;
  border-radius: 50px;
  font-weight: bold;
}
.single-post .post_container .post_pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 620px;
  margin: 60px auto 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post .post_container .post_pagination__prev, .single-post .post_container .post_pagination__next {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-post .post_container .post_pagination__prev img, .single-post .post_container .post_pagination__next img {
  height: 22px;
}
.single-post .post_container .post_pagination__prev {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.single-post .post_container .post_pagination__index {
  position: relative;
}
.single-post .post_container .post_pagination__index a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-weight: bold;
}
.single-post .post_container .post_pagination__index a img {
  width: 20px;
  height: auto;
}
.single-post .post_container .post_pagination__index:before {
  content: "";
  position: absolute;
  border-top: 1px solid #E0E0E0;
  display: block;
  width: 100%;
  top: -18px;
}
.single-post .post_container .post_pagination__next {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.faq_container {
  margin: 60px 0 100px;
}
@media screen and (max-width: 992px) {
  .faq_container {
    padding: 0 30px;
    margin: 30px 0 60px;
  }
}
.faq_container .faq_wrapper {
  max-width: 1150px;
  margin: auto;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq_container .faq_wrapper .faq_content {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 40px 0;
}
.faq_container .faq_wrapper .faq_content__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
.faq_container .faq_wrapper .faq_content__question--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  gap: 1rem;
}
.faq_container .faq_wrapper .faq_content__question--title img {
  width: 38px;
}
.faq_container .faq_wrapper .faq_content__question--arrow img {
  width: 13px;
}
.faq_container .faq_wrapper .faq_content__answer {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  gap: 1rem;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.faq_container .faq_wrapper .faq_content__answer p {
  margin: 0;
}
.faq_container .faq_wrapper .faq_content__answer img {
  width: 38px;
}
@media screen and (max-width: 992px) {
  .faq_container .faq_wrapper .faq_content {
    padding: 25px 25px 0;
    font-size: 0.8125rem;
  }
  .faq_container .faq_wrapper .faq_content__question {
    padding-bottom: 25px;
  }
  .faq_container .faq_wrapper .faq_content__question--title img {
    height: 33px;
  }
  .faq_container .faq_wrapper .faq_content__question--arrow img {
    height: 10px;
  }
  .faq_container .faq_wrapper .faq_content__answer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .faq_container .faq_wrapper .faq_content__answer p {
    font-size: 0.8125rem;
  }
  .faq_container .faq_wrapper .faq_content__answer img {
    height: 33px;
  }
}
.faq_container .faq_wrapper .open .faq_content__question--arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq_container .faq_wrapper .open .faq_content__answer {
  border-top: 1px solid #F4F2EC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body {
  --red: #E60013;
}
body .text-white {
  color: #ffffff !important;
}
body .text-red {
  color: var(--red) !important;
}
body .bg-red {
  background-color: var(--red) !important;
}
body .font-normal {
  font-weight: normal;
}
body .font-bold {
  font-weight: bold;
}
body .text-xs {
  font-size: 0.625rem;
}
body .text-sm {
  font-size: 0.8125rem;
}
body .text-md {
  font-size: 1rem;
}
body .text-lg {
  font-size: 1.25rem;
}
body .text-xl {
  font-size: 1.5rem;
}

@-webkit-keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@-webkit-keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes slideUpLarge {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUpLarge {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideDownLarge {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideDownLarge {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}
@keyframes moveDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}
@-webkit-keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes roadRunnerIn {
  0% {
    -webkit-transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    -webkit-transform: translateX(30px) skewX(0deg) scaleX(0.9);
            transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerIn {
  0% {
    -webkit-transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    -webkit-transform: translateX(30px) skewX(0deg) scaleX(0.9);
            transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@-webkit-keyframes roadRunnerOut {
  0% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    -webkit-transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
            transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    -webkit-transform: translateX(1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes roadRunnerOut {
  0% {
    -webkit-transform: translateX(0px) skewX(0deg) scaleX(1);
            transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    -webkit-transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
            transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    -webkit-transform: translateX(1500px) skewX(30deg) scaleX(1.3);
            transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@-webkit-keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@-webkit-keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@-webkit-keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@-webkit-keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@-webkit-keyframes bondJamesBond {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  80% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes bondJamesBond {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  80% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@-webkit-keyframes killShot {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(300px) rotate(45deg);
            transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes killShot {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(300px) rotate(45deg);
            transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}
@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}
@-webkit-keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}/*# sourceMappingURL=style.css.map */