@charset "UTF-8";
.recruit {
  margin-top: 2.5rem;
}
.recruit-ul--mt23 {
  margin-top: 1.15rem;
}
.recruit-ul li {
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.85rem;
  color: #fff;
  line-height: 1.25rem;
}
.recruit-ul li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-ul li .indp {
  display: inline-block;
  padding-left: 1rem;
}
.recruit-ul li .indp--pdl31 {
  padding-left: 1.55rem;
}
.recruit__nav {
  position: relative;
  z-index: 30;
}
.recruit__nav.fixed {
  position: fixed;
  top: 2.9rem;
  left: 50%;
  width: 100%;
  max-width: calc(1520px + 3% + 3%);
  padding: 0 3%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .recruit__nav.fixed {
    top: 3rem;
  }
}
.recruit__nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.recruit__nav__item {
  width: calc(20% + 1px);
  margin-left: -1px;
}
@media screen and (max-width: 640px) {
  .recruit__nav__item {
    width: calc(33.3333333333% + 1px);
  }
}
@media screen and (max-width: 500px) {
  .recruit__nav__item {
    width: calc(50% + 1px);
  }
}
.recruit__nav__item a,
.recruit__nav__item button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 2.5rem;
  padding: 0.75rem 0.5rem;
  background-color: #000;
  border: 1px solid #fff;
  font-size: 0.85rem;
  text-align: center;
  color: #fff;
}
.recruit__nav__item a:hover, .recruit__nav__item a.active,
.recruit__nav__item button:hover,
.recruit__nav__item button.active {
  background-color: #fff;
  color: #000;
}
.recruit__nav__item a.mPS2id-highlight,
.recruit__nav__item button.mPS2id-highlight {
  background-color: #fff;
  color: #000;
  z-index: 3;
}
.recruit__nav__item a:focus,
.recruit__nav__item button:focus {
  outline: dashed #2189ff;
}
.recruit__content {
  margin-top: 2.85rem;
}
.recruit__box {
  margin-bottom: 4.95rem;
}
.recruit__box:last-child {
  margin-bottom: 0;
}
.recruit__box__content {
  margin-top: 2.35rem;
}
.recruit__box__content--flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .recruit__box__content--flex {
    flex-direction: column;
  }
}
.recruit__box__left {
  position: relative;
}
@media screen and (max-width: 1385px) {
  .recruit__box__left {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .recruit__box__left {
    width: 100%;
  }
}
.recruit__box__right {
  position: relative;
  width: 100%;
  max-width: 642px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1385px) {
  .recruit__box__right {
    width: 50%;
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .recruit__box__right {
    width: 100%;
    margin-top: 2rem;
  }
}
.recruit__box .condition {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.recruit__box .condition + .condition {
  margin-top: 4.15rem;
}
@media screen and (max-width: 1023px) {
  .recruit__box .condition + .condition {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .recruit__box .condition {
    flex-direction: column;
  }
}
.recruit__box .condition--w220 .condition__title {
  width: 11rem;
}
.recruit__box .condition--w220 .condition__content {
  width: calc(100% - 11rem);
}
@media screen and (max-width: 1200px) {
  .recruit__box .condition--w220 .condition__content {
    width: 100%;
  }
}
.recruit__box .condition__title {
  display: block;
  position: relative;
  width: 6.2rem;
  height: 1.7rem;
  padding: 3px 0;
  border-radius: 17px;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.recruit__box .condition__content {
  width: calc(100% - 6.2rem);
  padding-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .recruit__box .condition__content {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
  }
}
.recruit__box .condition__list li {
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.25rem;
}
.recruit__box .condition__list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.recruit__box .condition-in {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.recruit__box .condition-in + .condition-in {
  margin-top: 3.95rem;
}
@media screen and (max-width: 1023px) {
  .recruit__box .condition-in + .condition-in {
    margin-top: 2rem;
  }
}
.recruit__box .condition-in__title {
  display: block;
  position: relative;
  width: 2.75rem;
  padding: 0 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.recruit__box .condition-in__title::before, .recruit__box .condition-in__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0.15rem;
  height: 1.1rem;
  background-color: #fff;
}
.recruit__box .condition-in__title::before {
  left: 0;
}
.recruit__box .condition-in__title::after {
  right: 0;
}
.recruit__box .condition-in__content {
  position: relative;
  width: calc(100% - 2.75rem);
  padding-left: 0.75rem;
}
.recruit__box .benefits {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 3.45rem;
  margin: -2.575rem -1rem;
}
@media screen and (max-width: 1200px) {
  .recruit__box .benefits {
    margin: -2rem -1rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit__box .benefits {
    margin: -1rem;
  }
}
.recruit__box .benefits__item {
  position: relative;
  width: 20%;
  padding: 2.575rem 1rem;
}
@media screen and (max-width: 1200px) {
  .recruit__box .benefits__item {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit__box .benefits__item {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 640px) {
  .recruit__box .benefits__item {
    width: 50%;
    padding: 1rem 1rem;
  }
}
.recruit__box .benefits__title {
  font-family: "yg-jalnan";
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
}
.recruit__box .benefits__content {
  margin-top: 1.55rem;
  letter-spacing: -0.05em;
}
.recruit__title {
  position: relative;
  padding-left: 0.7rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
.recruit__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
}
.recruit .recruit__box + .recruit__box {
  padding-top: 2.25rem;
  border-top: 1px dashed #fff;
}
.recruit .tip {
  position: relative;
  width: 100%;
  max-width: 1117px;
  margin: 2.4rem auto 0;
  border: 1px solid #fff;
  padding: 9px;
}
.recruit .tip__box {
  position: relative;
  border: 1px solid #fff;
  padding: 3.25rem 2.25rem 1.25rem 2.4rem;
}
@media screen and (max-width: 720px) {
  .recruit .tip__box {
    padding: 3rem 2rem;
  }
}
.recruit .tip__head {
  position: relative;
}
.recruit .tip__title {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
.recruit .tip__text {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: #fff;
  text-align: center;
}
.recruit .tip__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.8rem;
}
@media screen and (max-width: 800px) {
  .recruit .tip__item {
    flex-direction: column;
    align-items: baseline;
  }
}
.recruit .tip__item__title {
  color: #fff;
}
.recruit .tip__item__title em {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
}
.recruit .tip__item__title span {
  display: block;
  font-size: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .recruit .tip__item__title span {
    font-size: 0.85rem;
  }
}
.recruit .tip__item__text {
  width: 50%;
  font-size: 0.85rem;
  line-height: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .recruit .tip__item__text {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.recruit .tip__foot {
  margin-top: 4.15rem;
  font-size: 0.85rem;
  color: #fff;
  text-align: center;
}

.contact {
  position: relative;
}
.contact__title {
  font-weight: 400;
  font-size: 1.75rem;
  text-align: center;
  color: #fff;
}
.contact__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.75rem;
  border-top: 1px solid #fff;
}
.contact__item {
  position: relative;
  width: 33.3333333333%;
  border-right: 1px solid #fff;
  padding: 2.35rem 0.5rem 2.55rem;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}
.contact__item:last-child {
  border-right-width: 0;
}
@media screen and (max-width: 1023px) {
  .contact__item {
    font-size: 0.85rem;
    padding: 2rem 1rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .contact__item {
    width: 100%;
    border-right-width: 0;
    border-bottom: 1px solid #fff;
    text-align: left;
  }
}
.contact__itemTitle {
  font-weight: 400;
  color: #fff;
}
.contact__itemTitle .color-blue {
  color: #009BD3;
}
.contact__itemBox {
  display: inline-block;
  text-align: left;
}
.contact__itemUl {
  position: relative;
}
.contact__itemUl li {
  position: relative;
  margin-top: 5px;
}
.contact__itemText {
  display: inline-block;
  position: relative;
  padding-left: 1.1rem;
  vertical-align: top;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 0.85rem 0.85rem;
  background-position: 0 1px;
}
.contact__itemText--mark {
  background-image: url(../imgs/icon/ico_white_mark.svg);
}
.contact__itemText--tel {
  background-image: url(../imgs/icon/ico_white_tel.svg);
}
.contact__itemText--doc {
  background-image: url(../imgs/icon/ico_white_doc.svg);
}
.contact__itemText + .contact__itemText {
  margin-left: 4px;
}
.contact__foot {
  margin-top: 5.75rem;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .contact__foot {
    margin-top: 3rem;
    font-size: 0.85rem;
  }
}
.contact__foot__head {
  display: inline-block;
  position: relative;
  text-align: left;
}
.contact__foot__head p.mt10 {
  margin-top: 0.5rem;
}
.contact__foot__headText {
  display: inline-block;
  position: relative;
  padding-left: 1.1rem;
  vertical-align: top;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 0.85rem 0.85rem;
  background-position: 0 1px;
}
.contact__foot__headText--email {
  background-image: url(../imgs/icon/ico_white_email.svg);
}
.contact__foot__headText--web {
  background-image: url(../imgs/icon/ico_white_web.svg);
}
.contact__sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.9rem;
}
.contact__sns__text {
  position: relative;
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 0.95rem;
  line-height: 1.25rem;
  color: #fff;
}
.contact__sns__ico {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  color: #fff;
  font-size: 0.8rem;
}
.contact__sns__ico--youtube {
  background-image: url(../imgs/icon/ico_cricle_youtube.svg);
}
.contact__sns__ico--facebook {
  background-image: url(../imgs/icon/ico_cricle_facebook.svg);
}
.contact__sns__ico--insta {
  background-image: url(../imgs/icon/ico_cricle_insta.svg);
}
.contact__sns__ico--blog {
  background-image: url(../imgs/icon/ico_cricle_blog.svg);
}
.contact__sns__ico + .contact__sns__ico {
  margin-left: 0.6rem;
}

@media screen and (max-height: 800px) {
  .contact {
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    height: auto !important;
  }
}
.contact img {
  max-width: 100%;
}
.contact .fp-tableCell {
  vertical-align: top;
  padding-top: 5.7rem;
}
@media screen and (max-height: 800px) {
  .contact .fp-tableCell {
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .contact .fp-tableCell {
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: auto !important;
  }
}
.contact__title {
  font-weight: 900;
  font-size: 1.5rem;
  text-align: center;
  color: #000;
}
.contact__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 2.05rem;
}
@media screen and (max-width: 1024px) {
  .contact__content {
    flex-direction: column;
  }
}
.contact .contact__left {
  width: 100%;
  max-width: 819px;
}
@media screen and (max-width: 1624px) {
  .contact .contact__left {
    max-width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .contact .contact__left {
    max-width: 100%;
  }
}
.contact .contact__right {
  padding-left: 1.1rem;
  width: 100%;
  max-width: 670px;
}
@media screen and (max-width: 1624px) {
  .contact .contact__right {
    max-width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .contact .contact__right {
    max-width: 100%;
    margin-top: 3rem;
    padding-left: 0;
  }
}
.contact .family-company {
  width: 100%;
  padding-bottom: 0.8rem;
  padding-right: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .contact .family-company {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
.contact .family-company__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 0.75rem;
  margin: -0.275rem;
}
.contact .family-company__item {
  position: relative;
  width: 50%;
  padding: 0.275rem;
}
.contact .family-company__item img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .contact .family-company__item img {
    width: 100%;
  }
}
.contact .space {
  margin-top: 0.425rem;
  padding-right: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .contact .space {
    padding-right: 0;
    margin-top: 1.5rem;
  }
}
.contact .space__content {
  margin-top: 0.7rem;
}
.contact .space__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -5.5px;
}
.contact .space__item {
  position: relative;
  width: 50%;
  padding: 5.5px;
}
@media screen and (max-width: 550px) {
  .contact .space__item {
    width: 100%;
  }
}
.contact .space__box {
  position: relative;
  width: 100%;
  height: 339px;
  padding: 0.65rem 0.8rem;
  background-color: #F1F4F9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
}
@media screen and (max-width: 810px) {
  .contact .space__box {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .contact .space__box {
    height: 220px;
  }
}
.contact .space__box--bg1 {
  background-image: url(../imgs/main/section4/space_bg1.png);
}
.contact .space__box--bg2 {
  background-image: url(../imgs/main/section4/space_bg2.png);
  background-position: 100% 100%;
}
.contact .space__box dt {
  font-family: "yg-jalnan";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
}
.contact .space__box dd {
  font-size: 0.7rem;
  line-height: 1.25rem;
  color: #000;
}
.contact .space .naverplace {
  position: absolute;
  bottom: 0.5rem;
  left: 0.55rem;
  z-index: 10;
}
.contact .space .naverplace a {
  display: block;
  position: relative;
}
.contact .space .naverplace__box {
  position: relative;
  display: block;
  width: 6.4rem;
  height: 2.5rem;
  background-image: url(../imgs/common/naverplace.svg);
  background-size: 6.4rem 2.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #50aa34;
}
.contact .space .naverplace__box2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 2.5rem;
  background-size: 6.4rem 2.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #2189ff;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.contact__stitle {
  position: relative;
}
.contact__stitle span {
  display: block;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1;
  color: #757575;
}
.contact__stitle em {
  display: block;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1;
  color: #000;
}
.contact .shop {
  position: relative;
}
.contact .shop__head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.contact .shop .btn-shop-pause {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #737373;
  color: #000;
  text-align: center;
  line-height: 1.3rem;
  font-size: 1rem;
}
.contact .shop .btn-shop-pause:focus {
  outline: dashed #2189ff;
}
.contact .shop__content {
  margin-top: 0.75rem;
}
.contact .shop__slider-wrap {
  position: relative;
  width: 100%;
  max-width: 393px;
  padding: 0 1rem 0 1rem;
  margin: 0 auto;
}
.contact .shop__slider-wrap .btn-shop-prev,
.contact .shop__slider-wrap .btn-shop-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.4rem 0.7rem;
  transform: translateY(-50%);
  z-index: 3;
}
.contact .shop__slider-wrap .btn-shop-prev:focus,
.contact .shop__slider-wrap .btn-shop-next:focus {
  outline: dashed #2189ff;
}
.contact .shop__slider-wrap .btn-shop-prev {
  left: 0;
  background-image: url(../imgs/icon/ico_black_left_arr.svg);
}
.contact .shop__slider-wrap .btn-shop-next {
  right: 0;
  background-image: url(../imgs/icon/ico_black_right_arr.svg);
}
.contact .shop__slider-wrap .swiper-button-lock {
  display: none !important;
}
.contact .shop__box {
  position: relative;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding: 0.45rem;
  border: 1px solid #F1F4F9;
}
.contact .shop__box a:focus {
  outline: dashed #2189ff;
}
.contact .shop__link {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 3.7rem;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.81);
  font-size: 0.65rem;
  line-height: 1.15rem;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .contact .shop__link {
    font-size: 0.8rem;
  }
}
.contact .company-info {
  width: 100%;
  padding: 1.16rem 1.1rem 1.6rem;
  background-color: #F1F4F9;
  color: #000;
  margin-top: 2rem;
  font-size: 0.7rem;
}
@media screen and (max-width: 1023px) {
  .contact .company-info {
    font-size: 0.85rem;
  }
}
.contact .company-info__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 1.16rem;
}
.contact .company-info__left {
  width: 50%;
  padding-right: 0.85rem;
  border-right: 1px solid #696969;
}
@media screen and (max-width: 540px) {
  .contact .company-info__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.85rem;
    border-right: none;
    border-bottom: 1px solid #696969;
  }
}
.contact .company-info__left dl + dl {
  margin-top: 1.16rem;
}
.contact .company-info__left dl dt {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
}
.contact .company-info__left dl dt .color-blue {
  color: #0078A3 !important;
}
@media screen and (max-width: 1024px) {
  .contact .company-info__left dl dt {
    font-size: 0.9rem;
  }
}
.contact .company-info__left dl dd {
  font-size: 0.7rem;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .contact .company-info__left dl dd {
    font-size: 0.9rem;
  }
}
.contact .company-info .text {
  display: inline-block;
  position: relative;
  padding-left: 0.8rem;
  font-size: 0.7rem;
  vertical-align: top;
  color: #000 !important;
  background-repeat: no-repeat;
  background-size: 0.65rem 0.65rem;
  background-position: 0 1px;
  letter-spacing: -0.05em;
}
.contact .company-info .text a {
  color: #000 !important;
}
@media screen and (max-width: 1024px) {
  .contact .company-info .text {
    font-size: 0.9rem;
    background-size: 1rem 1rem;
    padding-left: 1.1rem;
  }
}
.contact .company-info .text--mark {
  background-image: url(../imgs/icon/ico_mark.svg);
}
.contact .company-info .text--tel {
  background-image: url(../imgs/icon/ico_tel.svg);
}
.contact .company-info .text--doc {
  background-image: url(../imgs/icon/ico_doc.svg);
}
.contact .company-info .text--email {
  background-image: url(../imgs/icon/ico_email.svg);
}
.contact .company-info .text--web {
  background-image: url(../imgs/icon/ico_web.svg);
}
.contact .company-info .text + .text {
  margin-left: 4px;
}
.contact .company-info__right {
  width: 50%;
  padding-left: 1.25rem;
}
@media screen and (max-width: 540px) {
  .contact .company-info__right {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }
}
.contact .company-info__title {
  text-align: center;
}
.contact .company-info__title .logo {
  display: inline-block;
  position: relative;
  width: 8.2rem;
  height: 1.8rem;
  background-image: url(../imgs/common/black_logo2.svg);
  background-size: 8.2rem auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.contact .company-info__title img {
  max-width: 8.2rem;
}
.contact .company-info .copy {
  position: relative;
  margin-top: 1.16rem;
}
.contact .company-info__text {
  margin-top: 3.1rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #000 !important;
}
@media screen and (max-width: 1023px) {
  .contact .company-info__text {
    font-size: 0.9rem;
  }
}
.contact .company-info .sns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}
.contact .company-info .sns__ico {
  position: relative;
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0.85rem 0.85rem;
  color: #fff;
  font-size: 0.8rem;
}
.contact .company-info .sns__ico:focus {
  outline: dashed #2189ff;
}
.contact .company-info .sns__ico--youtube {
  background-image: url(../imgs/icon/ico_cricle_youtube.svg);
}
.contact .company-info .sns__ico--facebook {
  background-image: url(../imgs/icon/ico_cricle_facebook.svg);
}
.contact .company-info .sns__ico--insta {
  background-image: url(../imgs/icon/ico_cricle_insta.svg);
}
.contact .company-info .sns__ico--blog {
  background-image: url(../imgs/icon/ico_cricle_blog.svg);
}
.contact .company-info .sns__ico + .sns__ico {
  margin-left: 0.35rem;
}
.contact .company-info .sns__ico + span {
  margin-left: 0.35rem;
}/*# sourceMappingURL=contact.css.map */