/* ===== front ===== */
.p-front-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100dvh;
  margin-bottom: 5em;
  padding: 0;
  background: #fafafa;
}
@media (max-width: 450px) {
  .p-front-mv {
    height: auto;
  }
}
.p-front-mv__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(var(--headline) + 0.5em);
  background: #002A5C;
}
@media (max-width: 780px) {
  .p-front-mv__headline {
    height: calc(var(--headline) + 1em);
    padding: 0.25em 0;
  }
}
.p-front-mv__headline h1 {
  font-size: clamp(12px, 1.6rem, 16px);
  font-weight: 700;
  color: #fefefe;
  line-height: 1;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.p-front-mv__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0;
}
.p-front-mv__header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  font-size: clamp(8px, 1.6rem, 16px);
}
.p-front-mv__header-right .mv-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
}
@media (max-width: 1000px) {
  .p-front-mv__header-right .mv-menu {
    display: none;
  }
}
.p-front-mv__header-right .mv-menu li {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.p-front-mv__header-right .mv-menu li a:hover {
  color: #3EA6FF;
}
.p-front-mv__container {
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .p-front-mv__container .inner {
    padding: 0 10vw;
  }
}
@media (max-width: 840px) {
  .p-front-mv__container .inner {
    padding: 0 5vw;
  }
}
.p-front-mv__catch {
  font-size: clamp(32px, 7.2rem, 72px);
  font-weight: 700;
  line-height: 1.4;
  color: #002A5C;
  text-shadow: 3px 3px 12px white;
  padding: 1.5em 0 0.5em;
}
@media (max-width: 780px) {
  .p-front-mv__catch {
    font-size: 6.92vw;
    margin-bottom: 0.5em;
  }
}
.p-front-mv__sub {
  font-size: clamp(18px, 3.2rem, 32px);
  font-weight: 700;
  color: #0C50A0;
  text-shadow: 3px 3px 6px white;
  margin-bottom: 1em;
  padding-left: 0.25em;
}
@media (max-width: 780px) {
  .p-front-mv__sub {
    font-size: 5vw;
    margin-bottom: 2em;
  }
}
.p-front-mv__bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.p-front-mv__bg-img .slick-slider li {
  width: 60.9375vw;
  max-width: 1170px;
  aspect-ratio: 16/9;
  padding: 0 1.5em;
  border-radius: 1.5em;
}
@media screen and (orientation: portrait) {
  .p-front-mv__bg-img .slick-slider li {
    aspect-ratio: 9/16;
  }
}
@media screen and (orientation: portrait) and (max-width: 450px) {
  .p-front-mv__bg-img .slick-slider li {
    width: 80vw;
  }
}
.p-front-mv__bg-img .slick-slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
  opacity: 0.8;
}

.p-front-routing {
  position: relative;
  background: rgba(242, 242, 234, 0.8);
}
.p-front-routing__heading {
  margin-bottom: 1.5em;
}
.p-front-routing__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(16px, 8rem, 80px);
  margin-bottom: 5em;
}
@media (max-width: 450px) {
  .p-front-routing__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-front-routing__main-left, .p-front-routing__main-right {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 640px;
  max-height: 360px;
  aspect-ratio: 16/9;
  padding: 4em 1.5em;
  border-radius: 1em;
  border: 3px solid #002A5C;
  background: #fafafa;
}
.p-front-routing__main-left > h3, .p-front-routing__main-right > h3 {
  position: relative;
  z-index: 2;
  font-size: clamp(18px, 3.2rem, 32px);
  font-weight: 600;
  color: #0C50A0;
  text-align: center;
  margin-bottom: 1.5em;
}
.p-front-routing__main-left .p-front-routing__trouble-list, .p-front-routing__main-right .p-front-routing__trouble-list {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-front-routing__main-left .p-front-routing__trouble-item, .p-front-routing__main-right .p-front-routing__trouble-item {
  font-size: clamp(14px, 1.8rem, 18px);
  font-weight: 600;
}
@media (max-width: 450px) {
  .p-front-routing__main-left .p-front-routing__trouble-item, .p-front-routing__main-right .p-front-routing__trouble-item {
    font-size: 2.7vw;
  }
}
.p-front-routing__main-left .p-front-routing__trouble-item::before, .p-front-routing__main-right .p-front-routing__trouble-item::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
  background: url(../images/svg/check-mark.svg) no-repeat center center/contain;
}
@media (max-width: 450px) {
  .p-front-routing__main-left .p-front-routing__trouble-item::before, .p-front-routing__main-right .p-front-routing__trouble-item::before {
    width: 1.25em;
    height: 1.25em;
  }
}
.p-front-routing__main-left > .img-box, .p-front-routing__main-right > .img-box {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 1em 1em 0;
  overflow: hidden;
}
.p-front-routing__main-left > .img-box::before, .p-front-routing__main-right > .img-box::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), color-stop(50%, rgba(250, 250, 250, 0.75)), to(rgba(250, 250, 250, 0.2)));
  background: linear-gradient(to right, #fafafa 0%, rgba(250, 250, 250, 0.75) 50%, rgba(250, 250, 250, 0.2) 100%);
}
.p-front-routing__main-left .c-btn-more, .p-front-routing__main-right .c-btn-more {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(10%, 30%);
          transform: translate(10%, 30%);
}
@media (max-width: 450px) {
  .p-front-routing__main-left .c-btn-more, .p-front-routing__main-right .c-btn-more {
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
  }
}
.p-front-routing__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5em;
}
@media (max-width: 1440px) {
  .p-front-routing__sub {
    gap: 3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 450px) {
  .p-front-routing__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5em;
  }
}
.p-front-routing__sub-item {
  width: 21.875vw;
  max-width: 420px;
}
@media (max-width: 1440px) {
  .p-front-routing__sub-item {
    width: 25vw;
  }
}
@media (max-width: 450px) {
  .p-front-routing__sub-item {
    width: 100%;
    max-width: 320px;
  }
}
.p-front-routing__section-img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-front-strength {
  position: relative;
  background: #fafafa;
}
.p-front-strength__heading {
  margin-bottom: 1em;
}
.p-front-strength__txt {
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 400;
  margin-bottom: 5em;
}
@media (max-width: 450px) {
  .p-front-strength__txt {
    margin-bottom: 1.5em;
  }
}
.p-front-strength__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}
@media (max-width: 450px) {
  .p-front-strength__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5vw 0;
  }
}
.p-front-strength__item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 3em;
}
.p-front-strength__item h3, .p-front-strength__item p {
  position: relative;
  z-index: 1;
  color: #fefefe;
}
.p-front-strength__item h3 {
  font-size: clamp(24px, 8rem, 80px);
  font-weight: 600;
}
.p-front-strength__item h3::after {
  position: absolute;
  bottom: 10%;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #e1e1e1;
}
.p-front-strength__item .txt-box {
  padding: 2em 0;
}
.p-front-strength__item .txt-box p {
  font-size: clamp(14px, 1.6rem, 16px);
}
.p-front-strength__item .txt-box p:nth-child(1) {
  font-size: clamp(18px, 2.4rem, 24px);
  margin-bottom: 0.25em;
}
.p-front-strength__item .bg-img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-front-strength__item .bg-img::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #747474;
  mix-blend-mode: multiply;
}

.p-front-media {
  position: relative;
  padding: 0;
  background: rgba(242, 242, 234, 0.8);
}
.p-front-media > .inner {
  padding: 11.11111112dvh 0;
}
@media (max-width: 1550px) {
  .p-front-media > .inner {
    padding-inline: 5vw;
  }
}
@media (max-width: 450px) {
  .p-front-media > .inner {
    padding-inline: 2.5vw;
  }
}
@media (max-width: 450px) {
  .p-front-media__heading {
    font-size: clamp(16px, 4.75vw, 20px);
  }
}
.p-front-media .sub-sec {
  padding: 3.7037037vh 0;
}
.p-front-media .c-heading-txt--sub {
  margin-bottom: 1em;
}
.p-front-media .c-heading-txt--sub > span {
  display: inline-block;
  width: 5em;
  height: 3px;
  background-color: #002A5C;
  vertical-align: middle;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
}
.p-front-media__sub-title {
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 600;
  margin: 1em 0;
}
@media (max-width: 450px) {
  .p-front-media__sub-title > .intro-line {
    display: none;
  }
}
.p-front-media__txt {
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 400;
  margin: 3em 0;
}
.p-front-media .bg-mv {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #F2F2EA;
}
.p-front-media .bg-mv > .bg-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #F2F2EA;
  overflow: hidden;
}
.p-front-media .bg-mv video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (orientation: portrait) {
  .p-front-media .bg-mv video {
    height: 100vh;
  }
}

.p-front-media__article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5em;
  width: 100%;
}
@media (max-width: 450px) {
  .p-front-media__article-list {
    overflow-x: auto;
  }
}
.p-front-media__article-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 450px) {
  .p-front-media__article-item {
    width: 80%;
  }
}
.p-front-media__article-item > article {
  position: relative;
  width: 100%;
  border-radius: 1em;
  overflow: hidden;
}
.p-front-media__article-item > article > .img-box {
  width: 100%;
  aspect-ratio: 4/3;
}
.p-front-media__article-item > article > .content {
  width: 100%;
  padding: 2em 1.5em;
  background: #fafafa;
}
.p-front-media__article-item > article > .content h4, .p-front-media__article-item > article > .content p {
  height: 3.2em;
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-front-media__article-item > article > .content .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
}
.p-front-media__article-empty {
  font-size: clamp(14px, 2.4rem, 24px);
}
.p-front-media__article .c-btn-more {
  margin: 2em 0 0 auto;
}

.p-front-media__case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  width: 100%;
}
@media (max-width: 450px) {
  .p-front-media__case-list {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-front-media__case-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 450px) {
  .p-front-media__case-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}
.p-front-media__case-item > a:hover {
  color: #3EA6FF;
}
.p-front-media__case-item > a:hover article > .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-front-media__case-item article {
  width: 100%;
  height: 100%;
  border-radius: 1em;
  overflow: hidden;
  background: #fafafa;
}
.p-front-media__case-item article > .img-box {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-front-media__case-item article > .img-box img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-front-media__case-item article > .content {
  width: 100%;
  padding: 1.5em;
}
.p-front-media__case-empty {
  font-size: clamp(14px, 2.4rem, 24px);
}
.p-front-media__case .c-btn-more {
  margin: 2em 0 0 auto;
}

.p-front-media__services-container {
  margin-bottom: 5em;
}
.p-front-media__services-container h4 {
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 600;
  margin: 1em 0;
}
.p-front-media__services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  width: 100%;
}
@media (max-width: 450px) {
  .p-front-media__services-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-front-media__services-list--1 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 450px) {
  .p-front-media__services-list--1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-front-media__services-list--1 > .p-front-media__services-item > a {
  padding: 1em 3em;
}
@media (max-width: 450px) {
  .p-front-media__services-list--1 > .p-front-media__services-item > a {
    padding: 1em 1.5em;
  }
}
.p-front-media__services-item {
  width: 100%;
  border-radius: 1em;
  -webkit-box-shadow: 5px 0 10px rgba(34, 34, 34, 0.25), 0 5px 10px rgba(34, 34, 34, 0.25);
          box-shadow: 5px 0 10px rgba(34, 34, 34, 0.25), 0 5px 10px rgba(34, 34, 34, 0.25);
}
.p-front-media__services-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2em 3em;
  border-radius: inherit;
}
@media (max-width: 450px) {
  .p-front-media__services-item a {
    padding: 1em;
  }
}
.p-front-media__services-item a:hover .img-box::after {
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: initial;
}
.p-front-media__services-item a:hover span {
  color: #002A5C;
}
.p-front-media__services-item a span {
  position: relative;
  z-index: 3;
  font-size: clamp(16px, 2.4rem, 24px);
  font-weight: 600;
  color: #fefefe;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-front-media__services-item a .img-box {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.p-front-media__services-item a .img-box::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #6991C1;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 450px) {
  .p-front-faq {
    padding: 10vh 0 10%;
  }
}
.p-front-faq__container {
  position: relative;
  width: 100%;
  padding: 5em 0;
  border-radius: 1em;
  background: #F2F2EA;
}
@media (max-width: 450px) {
  .p-front-faq__container {
    padding: 3em 5vw;
  }
}
.p-front-faq h2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 450px) {
  .p-front-faq h2 {
    width: 80%;
    text-align: center;
  }
}
.p-front-faq__list {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 3em;
}
@media (max-width: 450px) {
  .p-front-faq__list {
    margin: 0 auto 1.5em;
  }
}
.p-front-faq__question {
  position: relative;
  cursor: pointer;
  padding: 1.5em 2em;
  padding-left: 4em;
  margin-bottom: 1em;
  border-radius: 1.5rem;
  background: #fafafa;
  font-size: clamp(16px, 2.4rem, 24px);
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .p-front-faq__question {
    padding: 1em 3em;
  }
}
.p-front-faq__question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 1.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFDA10;
}
@media (max-width: 780px) {
  .p-front-faq__question::before {
    top: 1.5em;
  }
}
.p-front-faq__question::after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  font-size: clamp(32px, 4.5rem, 45px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #FFDA10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .p-front-faq__question::after {
    right: 0.25em;
  }
}
.p-front-faq__answer {
  position: relative;
  max-height: 0;
  padding: 0 3em;
  overflow: hidden;
  font-size: clamp(16px, 1.8rem, 18px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-front-faq__answer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFDA10;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
.p-front-faq .p-front-faq__item.active .p-front-faq__question {
  margin-bottom: 0;
  border-radius: 1.5rem 1.5rem 0 0;
}
.p-front-faq .p-front-faq__item.active .p-front-faq__question::after {
  content: "-";
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-front-faq .p-front-faq__item.active .p-front-faq__answer {
  max-height: 150px;
  margin-bottom: 1em;
  padding: 1em 3em 2em;
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: #fafafa;
}
.p-front-faq .p-front-faq__item.active .p-front-faq__answer::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 780px) {
  .p-front-faq .p-front-faq__item.active .p-front-faq__answer {
    max-height: 280px;
  }
}
@media (max-width: 450px) {
  .p-front-faq .p-front-faq__item.active .p-front-faq__answer {
    max-height: 320px;
  }
}
.p-front-faq .c-btn-more {
  margin: 0 auto;
}
@media (max-width: 450px) {
  .p-front-faq .c-btn-more > span {
    font-size: 12px;
  }
}

.p-front-contact h2 {
  margin: 0 auto 1em 0;
}
@media (max-width: 450px) {
  .p-front-contact h2 {
    font-size: 6.33333333vw;
  }
}
.p-front-contact h2, .p-front-contact p {
  text-align: left;
}
@media (max-width: 450px) {
  .p-front-contact .p-front-cta__txt br {
    display: none;
  }
}/*# sourceMappingURL=front.css.map */