@charset "UTF-8";
/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

.bg-purple {
  background: #f1f0f3;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 750px) {
  a {
    transition: all 0.3s;
  }
  a::before, a::after {
    transition: all 0.3s;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

@media screen and (min-width: 750px) {
  .l-inner-lg {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-lg {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-ex {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-sm {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-sm {
    padding: 0 1.5rem;
  }
}

body {
  letter-spacing: 0.05em;
}

/* ------------------------------
- common
------------------------------ */
@media screen and (min-width: 1200px) {
  body {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 7rem;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  position: relative;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    height: 7rem;
  }
}

.headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .headerLogo {
    background-image: url("../img/common/header_logo_bg.png");
    background-position: right center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .headerLogo {
    width: 27rem;
  }
}
@media screen and (max-width: 1199px) {
  .headerLogo {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .headerLogo__img {
    width: 14.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .header__right {
    display: flex;
    padding: 1.8rem 4rem;
    gap: 3.7rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header__right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30rem;
    transform: translateX(30rem);
    background: #432C87;
    color: #fff;
    overflow: auto;
    transition: all 0.3s;
    opacity: 0;
    z-index: 11;
  }
  .is-active .header__right {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .header__right {
    padding: 10rem 3rem 3rem;
  }
}
@media screen and (max-width: 749px) {
  .header__right {
    padding: 6rem 3rem 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .headerNav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .headerNav {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 1200px) {
  .headerNav__anc + .headerNav__anc {
    padding-left: 2rem;
    margin-left: 2rem;
    border-left: 1px solid #DEDEDE;
  }
  .headerNav__anc:hover {
    color: #432C87;
  }
}
@media screen and (max-width: 1199px) {
  .headerNav__anc {
    display: block;
  }
  .headerNav__anc + .headerNav__anc {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .headerContact {
    display: flex;
    align-items: center;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .headerContact {
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  .headerContact__phone {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 749px) {
  .headerContact__phone {
    font-size: 2rem;
  }
}
.headerContact__phone:hover {
  color: #432C87;
}

.headerContact__btn {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .headerContact__btn {
    width: 17.8rem;
    padding: 2rem;
    background: #432C87;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .headerContact__btn {
    background: #fff;
    color: #432C87;
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

.header__ham {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}
@media screen and (min-width: 1200px) {
  .header__ham {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .header__ham {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header__ham {
    right: 0;
    width: 7rem;
    height: 7rem;
    background: #432C87;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.header__ham span {
  display: block;
  width: 4rem;
  height: 3px;
  background: #fff;
  border-radius: 999px;
  transition: all 0.3s;
}
.header__ham span + span {
  margin-top: 0.7rem;
}
.is-active .header__ham span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 7px);
}
.is-active .header__ham span:nth-child(2) {
  opacity: 0;
}
.is-active .header__ham span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

@media screen and (min-width: 750px) {
  .footer {
    font-size: 1.6rem;
    padding-top: 3.9rem;
    padding-bottom: 3.4rem;
  }
}
@media screen and (max-width: 749px) {
  .footer {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    gap: 2rem 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .footerLogo {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 749px) {
  .footerLogo {
    display: inline-block;
    width: 25rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__right {
    display: flex;
    justify-content: space-between;
    gap: 1rem 9rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .footer__right {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .footer__right {
    margin-top: 1.5rem;
  }
}

.footer__address {
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  .footer__address {
    margin-bottom: 1rem;
  }
}

.footerMenu__anc {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footerMenu__anc::after {
  content: "\e900";
  font-family: "icomoon" !important;
}
.footerMenu__anc:hover {
  color: #432C87;
}

.cv {
  background-image: url("../img/common/cv_bg.jpg");
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .cv {
    padding-top: 7rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 749px) {
  .cv {
    padding: 5rem 0;
  }
}

.cv__title {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .cv__title {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__title {
    font-size: 5.5rem;
  }
}

.cv__box {
  background: #432C87;
}
@media screen and (min-width: 1024px) {
  .cv__box {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media screen and (min-width: 750px) {
  .cv__box {
    padding: 5.5rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__box {
    padding: 3rem 2rem;
  }
}

.cv__col {
  color: white;
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .cv__col + .cv__col {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__col + .cv__col {
    margin-top: 2rem;
  }
}

.cv__phone__title {
  color: white;
}
@media screen and (min-width: 750px) {
  .cv__phone__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__phone__title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.cv__phone__title::after {
  content: "";
  height: 3px;
  width: 3rem;
  display: block;
  background: white;
}
@media screen and (min-width: 750px) {
  .cv__phone__title::after {
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 749px) {
  .cv__phone__title::after {
    margin: 0.7rem auto 0;
  }
}

.cv__phone {
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (min-width: 750px) {
  .cv__phone {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__phone {
    font-size: 3.2rem;
  }
}
.cv__phone:hover {
  color: #432C87;
}

.cv__btn {
  width: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #432C87;
  position: relative;
  max-width: 100%;
  border: 1px solid #fff;
  background: #fff;
  color: #222222;
}
@media screen and (max-width: 1023px) {
  .cv__btn {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .cv__btn {
    height: 7rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .cv__btn {
    height: 5.5rem;
    font-size: 1.4rem;
  }
}
.cv__btn + .cv__btn {
  margin-top: 0.8rem;
}
.cv__btn::after {
  content: "\e900";
  display: block;
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  color: #432C87;
}
.cv__btn:hover {
  background: #DEDEDE;
}

@media screen and (min-width: 1024px) {
  .cv__col__bar {
    background: #DEDEDE;
    height: auto;
    width: 1px;
    align-self: stretch;
  }
}
@media screen and (max-width: 1023px) {
  .cv__col__bar {
    margin-top: 2rem;
  }
}

.sec {
  position: relative;
}
@media screen and (min-width: 750px) {
  .sec {
    padding: 8rem 0;
    font-size: 1.6rem;
  }
  .sec.-triangle-top {
    padding-top: 16rem;
  }
  .sec.-triangle-bottom {
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 749px) {
  .sec {
    padding: 5rem 0;
    font-size: 1.4rem;
  }
  .sec.-triangle-top {
    padding-top: 8rem;
  }
  .sec.-triangle-bottom {
    padding-bottom: 8rem;
  }
}
.sec.-pb0 {
  padding-bottom: 0;
}
.sec.-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 750px) {
  .secHead {
    margin-bottom: 5.5rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead {
    margin-bottom: 3.5rem;
  }
}

.secHead__en {
  font-weight: 600;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: transparent;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .secHead__en {
    font-size: 4.8rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead__en {
    font-size: 2.8rem;
    gap: 1.5rem;
  }
}
.secHead__en.-stroke-purple {
  color: #432C87;
}
.secHead__en.-stroke-purple::after {
  background: #DEDEDE;
}
.secHead__en.-stroke-white {
  color: #fff;
}
.secHead__en.-stroke-white::after {
  background: #ffffff;
}
.secHead__en::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
}

.secHead__jp {
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .secHead__jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead__jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 750px) {
  .secHead__en + .secHead__jp {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead__en + .secHead__jp {
    margin-top: 0.8rem;
  }
}
.secHead__jp::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #432C87;
  transform: skewX(-30deg);
}

.secHead__jp__inner {
  position: relative;
  z-index: 1;
}

.secHead__lead {
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .secHead__lead {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .secHead__lead {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

.sec__triangle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .sec__triangle {
    height: 55px;
  }
}
.sec__triangle.-top {
  top: -1px;
}
.sec__triangle.-bottom {
  bottom: -1px;
}

.sec__paragraph {
  line-height: 1.8;
}

@media screen and (min-width: 750px) {
  .sec__block + .sec__block {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 749px) {
  .sec__block + .sec__block {
    margin-top: 4rem;
  }
}

.kv {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.kv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .kv__inner {
    height: 30rem;
  }
}
@media screen and (max-width: 749px) {
  .kv__inner {
    height: 20rem;
  }
}

.kv__en {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-family: "Poppins", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  .kv__en {
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .kv__en {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}

.kv__jp {
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .kv__jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .kv__jp {
    font-size: 1.8rem;
  }
}

.kv {
  background-image: url("../img/contact/kv_pc.jpg");
  color: #fff;
}

@media screen and (min-width: 750px) {
  .contact__head {
    text-align: center;
  }
}

.contact__title {
  color: #432C87;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .contact__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .contact__title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}

.contact__link {
  color: #007fff;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .contact__container {
    margin: 4rem auto 0;
    width: 94rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .contact__container {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__item {
    display: flex;
    gap: 1rem;
  }
}
@media screen and (min-width: 750px) {
  .contact__item + .contact__item {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .contact__item + .contact__item {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__label {
    font-size: 1.8rem;
    width: 23rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 749px) {
  .contact__label {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.-required .contact__label::after {
  content: "必須";
  background: #ff0000;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  margin-left: 1rem;
  line-height: 1;
}

.contact__field__wrapper {
  flex: 1;
}

.contact__field {
  padding: 1rem 1.5rem;
  width: 100%;
  border: none;
  border-radius: 5px;
  border: 1px solid #fff;
  transform: all 0.3s;
  height: 4.4rem;
}
.contact__field:focus {
  outline: none;
  border: 1px solid #432C87;
}
.contact__field::-moz-placeholder {
  color: #cccccc;
}
.contact__field::placeholder {
  color: #cccccc;
}
@media screen and (min-width: 1024px) {
  .contact__field.-zip {
    width: 29rem;
  }
}
@media screen and (min-width: 750px) {
  .contact__field.-address {
    height: 23rem;
  }
}
@media screen and (max-width: 749px) {
  .contact__field.-address {
    height: 15rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__foot {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 749px) {
  .contact__foot {
    margin-top: 3rem;
  }
}

.contact__submit__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: #fff;
  background: #432C87;
  border: none;
  margin: 0 auto;
  transform: all 0.3s;
  position: relative;
}
@media screen and (min-width: 750px) {
  .contact__submit__btn {
    width: 40rem;
    max-width: 100%;
    height: 8.6rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .contact__submit__btn {
    width: 100%;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.contact__submit__btn:hover {
  opacity: 0.9;
}
.contact__submit__btn::after {
  content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .contact__submit__btn::after {
    right: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .contact__submit__btn::after {
    right: 1.5rem;
  }
}

.contact__content {
  border: 1px solid #DEDEDE;
  background: #fff;
}
@media screen and (min-width: 750px) {
  .contact__content {
    max-width: 100%;
    width: 94rem;
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 749px) {
  .contact__content {
    margin-top: 4rem;
  }
}

.contactCont__row {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .contactCont__row {
    flex-wrap: wrap;
  }
}

.contactCont__col.-img {
  min-width: 265px;
  width: 30%;
}
.contactCont__col.-txt {
  padding: 0 4rem;
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .contactCont__col.-txt {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 749px) {
  .contactCont__col.-img {
    width: 100%;
  }
  .contactCont__col.-txt {
    width: 100%;
    padding: 1.4rem;
  }
}

.contactCont__img {
  width: 100%;
}

.contactCont__txt {
  font-size: 2rem;
  color: #432C87;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .contactCont__txt {
    font-size: 1.6rem;
  }
}

.contactCont__list {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .contactCont__list {
    margin-top: 1.6rem;
  }
}

.contactCont__item {
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
}
.contactCont__item + .contactCont__item {
  margin-top: 1.2rem;
}
.contactCont__item::before {
  content: "";
  display: inline-block;
  background-image: url("/royal-purple/assets/img/contact/checkbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5rem;
  margin-top: 1px;
  width: 17px;
  height: 14px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .contactCont__item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 749px) {
  .contactCont__item::before {
    width: 1.7rem;
    height: 1.4rem;
  }
}/*# sourceMappingURL=contact.css.map */