@charset "UTF-8";
/**/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

/*
 * grid
 * version:v1.0
 * Developer:popodesign
 * URL:https://popo-design.net
 */
/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  color: #000;
  font-family: 'M PLUS 1p', sans-serif;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0; }

section {
  /*上のみスペース*/
  padding: 4rem 0 0; }

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 2.0rem;
  position: relative; }

.row {
  /* スマホ・タブレット、ブロックを縦に表示 */
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  width: 100%; }

.row p {
  margin-bottom: 1.5rem;
  text-indent: 1em; }

.col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%; }

@media (min-width: 1025px) {
  .row {
    /* 1025px以上の表示 */
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0; }

  .col {
    margin-left: 4%; }

  .col:first-child {
    margin-left: 0; }

  .row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%; }

  .row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%; }

  .row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%; }

  .row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%; }

  .row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%; }

  .row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%; }

  .row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%; }

  .row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%; }

  .row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%; }

  .row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%; }

  .row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%; }

  .row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* オフセット */
  .row .col.offset-0 {
    margin-left: 4%; }

  .row .col.offset-1 {
    margin-left: 8.66666666667%; }

  .row .col.offset-2 {
    margin-left: 17.3333333333%; }

  .row .col.offset-3 {
    margin-left: 26%; }

  .row .col.offset-4 {
    margin-left: 34.6666666667%; }

  .row .col.offset-5 {
    margin-left: 43.333333333%; }

  .row .col.offset-6 {
    margin-left: 52%; }

  .row .col.offset-7 {
    margin-left: 60.6666666667%; }

  .row .col.offset-8 {
    margin-left: 69.3333333333%; }

  .row .col.offset-9 {
    margin-left: 78.0%; }

  .row .col.offset-10 {
    margin-left: 86.6666666667%; }

  .row .col.offset-11 {
    margin-left: 95.3333333333%; } }
/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em; }

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* モバイル表示 */
@media (min-width: 600px) {
  h1 {
    font-size: 4.0rem; }

  h2 {
    font-size: 3.5rem; }

  h3 {
    font-size: 3.2rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* ふわっと表示=途中！
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
header {
  background-color: #00F;
  width: 100%;
  height: 80px;
  position: fixed;
  /*固定する*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }

#sp-top {
  margin-top: 80px; }

/* fixedスペース */
.head-inner {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative; }

h1.header-title {
  /*0~599px*/
  margin: 0;
  width: 160px; }

.header-title img {
  display: block;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 600px) {
  /*600~1024px*/
  header {
    height: 100px; }

  #sp-top {
    margin-top: 100px; }

  /* fixedスペース */
  h1.header-title {
    width: 220px; } }
@media screen and (min-width: 1025px) {
  /*1025px以上*/
  header {
    height: 120px; }

  #sp-top {
    margin-top: 120px; }

  /* fixedスペース */
  .head-inner {
    padding: 0 80px 0 40px; }

  h1.header-title {
    width: 280px; } }
.header-nav {
  /* ヘッダーのナビ部分 */
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: rgba(0, 0, 0, 0.9);
  transition: ease .4s; }

.header-nav ul,
.header-nav ul li {
  margin: 0; }

.nav-items li {
  list-style: none; }

@media screen and (min-width: 1025px) {
  /* 1025px以上 */
  .header-nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 58%; }

  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between; } }
.nav-items {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0; }

@media screen and (min-width: 1025px) {
  /* 1025px以上 */
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0); } }
/* ナビのリンク */
.nav-link a {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 5px;
  font-size: 20px;
  color: #999;
  margin-bottom: 0.75rem; }

li.subp {
  margin-left: 1.2em;
  white-space: nowrap;
  list-style-image: url("../img/dotblue.png");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left 2px; }

li.subp a {
  color: #FFF; }

li.subp a:hover {
  background-color: #00F; }

@media screen and (min-width: 1025px) {
  /* 1025px以上 */
  .nav-link a {
    color: #FFF;
    margin-bottom: 0; }

  li.subp {
    /*PCの時はアイコン消す*/
    margin-left: 1.2em;
    list-style-image: none;
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: left 2px; }

  li.subp span {
    font-size: 75%; }

  .nav-items {
    /*子階層以降共通*/
    list-style-type: none; }

  .nav-items > li {
    display: inline-block;
    position: relative; }

  .nav-items > li > ul {
    display: none; }

  .nav-items > li:hover ul {
    display: block;
    position: absolute;
    padding: 1rem;
    margin: 0;
    left: 0;
    top: 2em;
    width: auto;
    white-space: nowrap;
    list-style-type: none;
    background-color: #00F;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); }

  .nav-items > li:hover li a {
    padding: 4px 8px;
    font-size: 18px; } }
/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%; }

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 10000; }

@media screen and (min-width: 1025px) {
  /* 1025px以上 */
  .hamburger {
    display: none; } }
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: relative;
  transition: ease .4s;
  display: block; }

.hamburger span:nth-child(1) {
  top: -6px; }

.hamburger span:nth-child(2) {
  margin: 8px 0; }

.hamburger span:nth-child(3) {
  top: 6px; }

/* ハンバーガーメニュークリック後のスタイル */
.header-nav.active {
  transform: translateX(0); }

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg); }

.hamburger.active span:nth-child(2) {
  opacity: 0; }

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg); }

/*==================================
　中心から外に線が伸びる（下部）
===================================*/
@media screen and (min-width: 1025px) {
  /* 1025px以上 */
  .nav-items li a {
    /*線の基点とするためrelativeを指定*/
    position: relative; }

  .nav-items li.current a,
  .nav-items li a:hover {
    color: #FFF; }

  .nav-items li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0%;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background: #FFF;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: center top;
    /*上部中央基点*/ }

  /*現在地とhoverの設定*/
  .nav-items li.current a::after,
  .nav-items li a:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/ } }
/* slick-slider設定
-------------------------------------*/
.slick img {
  width: 100%;
  object-fit: cover; }

.slick-slide {
  height: auto !important; }

.slick-next {
  right: 0 !important; }

.slick-prev {
  left: 0 !important; }

.slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important; }

.slick-arrow:before {
  font-size: 32px !important; }

footer {
  padding: 3rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../img/egg-shell.png");
  background-repeat: repeat; }

footer h5 {
  font-size: 1.8rem;
  color: #DDD;
  border-bottom: 1px solid #FFF;
  margin-bottom: 0.6rem; }

footer h2 {
  font-weight: bold;
  text-align: center;
  color: #FFF;
  vertical-align: middle;
  padding: 2px;
  margin-bottom: 4px; }

footer h2 span {
  margin-left: 0.5rem;
  font-weight: normal;
  font-size: 80%;
  vertical-align: middle; }

footer p {
  font-size: 1.8rem;
  text-align: center;
  color: #FFF; }

footer img {
  display: block;
  margin: auto; }

/*フッターリスト
-------------------------------------*/
footer ul.f-icon {
  margin: 0 0 2rem;
  list-style: none; }

footer ul.f-icon li {
  padding-left: 16px;
  line-height: 1.6em;
  background: url(../img/dotblue.svg) left 0px top 6px no-repeat; }

footer ul.f-icon li a {
  margin-bottom: 0.5rem;
  transition-duration: .5s;
  color: #FFF; }

footer ul.f-icon li a:hover {
  transition-duration: .5s;
  color: #0066CC; }

footer ul.f-icon li span {
  font-size: 75%; }

/*コピーライト
-------------------------------------*/
.copyright {
  color: #FFF;
  text-align: center;
  padding: 1rem 0;
  background-color: #000; }

.copyright a {
  color: #000;
  text-decoration: none;
  display: inline-block; }

img {
  margin: 0;
  max-width: 100%;
  height: auto;
  /*高さ自動*/ }

a {
  display: block;
  color: #666;
  text-decoration-line: none; }

a:hover {
  color: #999; }

a img:hover {
  opacity: 0.8; }

.underline {
  border-bottom: 3px solid #000;
  padding-bottom: 0.5rem; }

/*メインコンテンツ
-------------------------------------*/
main {
  margin: 5rem 0 5rem 0; }

/*キャッチタイトル
-------------------------------------*/
.catch {
  text-align: center;
  color: #666;
  font-size: 4.0rem;
  margin-bottom: 3rem; }

/* 斜面カット
-------------------------------------*/
.slant0bg {
  /* TOP白 */
  width: 100%;
  padding: 50px 0 50px 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
  background-color: #FFF; }

.slant1bg {
  /* TOPグレー */
  width: 100%;
  padding: 50px 0 50px 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
  background-color: #777777; }

.slant2bg {
  width: 100%;
  padding: 75px 0;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
  background-color: #ab9180;
  margin-top: calc(0% - 7vw); }

.slant3bg {
  width: 100%;
  padding: 75px 0;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
  background-color: #474747;
  margin-top: calc(0% - 7vw); }

.slant4bg {
  width: 100%;
  padding: 25px 0 0 0;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
  background-image: url("../img/egg-shell.jpg");
  background-repeat: repeat;
  margin-top: calc(0% - 7vw); }

h2.sub-title {
  color: #FFF;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  padding-bottom: 8px; }

p.sub-comment {
  font-size: 1.8rem;
  line-height: 1.75;
  color: #FFF; }

.center {
  text-align: center; }

figure {
  margin-bottom: 2rem; }

@media screen and (min-width: 1025px) {
  /*PC*/
  .slant0bg,
  .slant1bg {
    padding: 100px 0 150px 0; }

  .slant2bg {
    padding: 150px 0; }

  .slant3bg {
    padding: 150px 0; }

  .slant4bg {
    padding: 75px 0 0 0; }

  .row.reverse {
    flex-direction: row-reverse; } }
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6; }

#pagetop a {
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none; }

#pagetop a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 24px;
  color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

#pagetop a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

/* 会社概要 */
.company dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 4rem; }

.company dt {
  flex-basis: 22%;
  white-space: nowrap;
  padding: 12px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc; }

.company dd {
  flex-basis: 78%;
  padding: 12px;
  background-color: #fff;
  border-bottom: 1px solid #ccc; }

.company dl:first-child {
  border-top: 1px solid #ccc; }

@media screen and (max-width: 559px) {
  .company dl {
    flex-flow: column;
    width: 100%;
    margin: 0 auto 4rem; } }
iframe {
  /*グレーマップ*/
  filter: grayscale(1); }

h2.form-title {
  color: #00F;
  text-shadow: 2px 2px 4px #000; }

.sendform dl {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  border-bottom: 1px solid #ccc; }

.sendform dt {
  flex-basis: 18%;
  padding: 20px; }

.sendform dd {
  flex-basis: 82%;
  padding: 20px;
  font-size: 120%; }

.sendform dt,
.sendform dd {
  color: #555; }

.sendform dd ::placeholder {
  color: #DDD; }

.sendform dd span {
  font-size: 75%;
  color: #00F;
  margin-left: 0.5rem; }

.sendform ul li {
  list-style-type: none; }

.sendform dd input,
.sendform dd textarea {
  border: 1px solid #AAA;
  border-radius: 4px;
  padding: 4px 8px; }

.sendform dd input[type=text] {
  width: 50%; }

.sendform dd input[type=radio] {
  margin-right: 0.5rem; }

.sendform dd textarea {
  width: 100%; }

ul.btncenter {
  margin: 0;
  /* 余分なマージンを消去 */
  padding: 0;
  /* 余分なパディングを消去 */
  text-align: center;
  /* 中央寄せ */ }

ul.btncenter li {
  display: inline-block; }

.form-button {
  display: inline-block;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  padding: 8px 24px;
  background: #00F;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  box-shadow: 2px 2px 4px #666;
  border: 1px solid #EEE;
  margin: 12px;
  float: left; }

.form-button:hover {
  box-shadow: none;
  color: #000066;
  background: #fff; }

.caution-txt {
  color: #999;
  font-size: 80%; }

@media screen and (max-width: 768px) {
  /*768px以下*/
  .sendform dl {
    flex-flow: column; }

  .sendform dt {
    padding: 20px 0 0 0; }

  .sendform dd input[type=text] {
    width: 100%; }

  .sendform dt, .sendform dd {
    flex-basis: 100%;
    width: 100%; } }
/* アコーディオン
-------------------------------------*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto; }

.accordion-area li {
  margin: 10px 0; }

.accordion-area section {
  border: 1px solid #ccc; }

.accordion-area section {
  padding-top: 20px; }

.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 2rem;
  font-weight: normal;
  padding: 0% 0% 0% 50px;
  transition: all .5s ease; }

.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333; }

.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg); }

.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg); }

.title.close::before {
  transform: rotate(45deg); }

.title.close::after {
  transform: rotate(-45deg); }

.box {
  display: none;
  /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%; }





/* formbtn */
#formmark {
    margin: 20rem 0;
    }
.formbtn{
  text-decoration:none;
  font-size: 2rem;
  color:#333;
  display:block;
  max-width:320px;
  margin:0 auto;
  border:solid 1px #bbb;
  line-height:72px;
  text-align:center;
  transition:0.5s;
  position:relative;
  border-radius:36px;
}
.formbtn:before{
  content:"";
  display:block;
  width:12px;
  height:12px;
  border-right:solid 3px #bbb;
  border-bottom:solid 3px #bbb;
  transform:rotate(-45deg);
  position:absolute;
  transition:0.3s;
  top:50%;
  right:24px;
  margin-top:-6px;
}
.formbtn:hover{
  color:#fff;
  background:#333;
}
.formbtn:hover:before{
  border-color:#fff;
}