@charset "utf-8";
/* PCサイズ
------------------------------------------------------------*/
@media only screen and (max-width:1400px) {
  .video-box {
    width: 100%;
    height: 620px;
    margin: 0 auto;
    position: relative;
  }
  .video-box .image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
  }
  #top #header-box p {
    z-index: 20;
    text-align: left;
    font-size: 210%;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 140%;
    color: rgb(255, 255, 255);
    margin: 0 0 20px;
    padding: 0px 12px;
  }
}
/* PCサイズ
------------------------------------------------------------*/
@media only screen and (max-width:1180px) {
  .pcclear {
    display: none;
  }
  #wrapper, .inner {
    margin: 0 auto;
    width: 100%;
  }
  #content {
    width: 95%;
    padding: 40px 0 50px;
  }
  #sidebar {
    width: 100%;
    padding: 42px 0;
  }
  #footer {
    margin: 0 auto;
    width: 100%;
  }
  #header-left {
    margin: 0 auto;
    width: 100%;
  }
  .video-box {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    position: relative;
  }
  .video-box .image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
  }
  /* 事業内容
------------------------------------------------------------*/
  .system {
    width: 90%;
    margin: 0 auto 80px;
  }
  .multiWrap li {
    width: 50%;
    padding: 0 20px;
  }
  .multiWrap li.pict {
    padding: 0 20px;
  }
  /* お問合せ
------------------------------------------------------------*/
  table.formTable td, table.formTable th {
    border-bottom: 1px solid #ccc;
    padding: 25px 15px 25px 20px;
    vertical-align: top;
  }
  table.formTable th {
    width: 30%;
    font-weight: bold;
    text-align: left;
  }
  /* 会社概要
------------------------------------------------------------*/
  table#company th {
    width: 140px;
    padding: 14px 10px 14px 15px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
  }
  table#company td {
    padding: 14px 10px 14px 20px;
    vertical-align: top;
  }
  ul.thumbUnder h3 {
    padding-top: 0px;
    font-size: 185%;
    font-weight: bold;
    line-height: 150%;
    margin: 0px 0 20px;
  }
}
/* iPadサイズ
------------------------------------------------------------*/
@media only screen and (max-width:768px) {
  /* ヘッダー
------------------------------------------------------------*/
  /*#top #header-right .upright p,#top #header-right .downright p{
	display: table-cell;
  width: 100%;
  padding: 0% 0% 0 0;
  text-align: right;
	height: 50vh;
}*/
  #top #header-box {
    position: absolute;
    left: 4%;
    top: 33%;
  }
  /* 哲学
------------------------------------------------------------*/
  ul.thumbUnder {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
  }
  ul.thumbUnder li {
    width: 100%;
  }
  ul.thumbUnder li:first-child {
    width: 100%;
    display: block;
    place-items: inherit;
    height: auto;
  }
  .thumbleft {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 0%;
  }
  h2.recentpost {
    margin: 0;
    padding: 0px 0 10px 0px;
    font-size: 120%;
    font-weight: bold;
    line-height: 130%;
    text-align: left;
    color: #000000;
  }
  h2.recentpost br {
    display: none;
  }
  ul.thumbUnder li p {
    margin: 0px 0 10px;
    line-height: 250%;
  }
  /* 事業内容
------------------------------------------------------------*/
  .system {
    width: 99%;
    margin: 0 auto 70px;
  }
  .system p {
    line-height: 30px;
  }
  .multiWrap li {
    width: 60%;
    padding-left: 0px;
    padding-right: 20px;
  }
  .multiWrap li.pict {
    width: 40%;
    padding: 0 20px 0 0;
  }
  /* 会社概要
------------------------------------------------------------*/
  .history {
    width: 99%;
    max-width: 740px;
    margin: 0 auto 0px;
    border: 1px solid #cdcdce;
    padding: 20px 10px 20px 1px;
  }
  .timeline-date {
    width: 130px;
    float: left;
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
    font-size: 1.0rem;
  }
  .timeline-content {
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-top: 25px;
    padding-left: 30px;
    line-height: normal;
    padding-bottom: 30px
  }
  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #f08080;
    position: absolute;
    left: 126px;
    top: 30px;
    border-radius: 100%;
    background-color: #27acd9;
  }
  /* お問合せ
------------------------------------------------------------*/
  .top-banners-box {
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 520px;
    text-align-last: center;
    padding: 30px 0px 25px;
    margin: 0 auto;
    border-radius: 1.4rem;
    box-shadow: 0px 0px 10px #fff;
  }
  a.btn-c {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    padding: 1.1rem 2.3rem 1.3rem 2.4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0em;
    color: #ffffff;
    border-radius: 0.5rem;
    transition: 0.5s;
  }
  /* フッター
------------------------------------------------------------*/
  #footer .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 20px;
    flex-direction: column;
  }
  #footerLogo {
    width: 100%;
    text-align: center;
  }
  .footer-right {
    width: 100%;
    text-align: center;
  }
  #footer ul {
    width: 100%;
    text-align: center;
    /*	margin-right:-20px;*/
  }
}
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
  .spclear {
    display: none;
  }
  /* ボタンのスタイル */
  .hamburger {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 200;
  }
  .video-box {
    width: 100%;
    height: 420px;
    margin: 0 auto;
    position: relative;
  }
  .video-box .image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
  }
  #top #header-box {
    position: absolute;
    left: 3%;
    top: 33%;
    /*  width: 95%;
  height: 180px;*/
  }
  #top #header-box p {
    z-index: 20;
    text-align: left;
    font-size: 155%;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 120%;
    color: rgb(255, 255, 255);
    margin: 0 0 20px;
    display: block;
    padding: 0px 0 0 5px;
  }
.news {
  width: 100%;
  padding: 0px;
  margin: 0px auto 0;
  border: 1px solid #aaa;
}
  /* 事業内容
------------------------------------------------------------*/
  .multiWrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .multiWrap-under {
    flex-direction: column-reverse;
  }
  .multiWrap li {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .multiWrap li.pict {
    width: 100%;
    padding: 30px 10px 0;
    margin: auto;
    max-width: 500px;
  }
  .multiWrap p.point {
    border: 3px #000000 solid;
    padding: 5px 26px 5px 26px;
    margin: 0;
    display: inline;
    font-weight: bold;
    font-size: 140%;
    min-width: 260px;
  }
  h2.bloq {
    font-size: 140%;
    padding: 10px 0 10px 15px;
    margin: 30px 0 20px 0px;
    font-weight: bold;
  }
  .multiWrap p {
    margin-left: 20px
  }
  .system {
    width: 99%;
    margin: 0 auto 50px;
  }
  /* お問合せ
------------------------------------------------------------*/
  table.formTable {
    width: 100%;
    margin: 0 auto 30px;
    border-collapse: collapse;
  }
  table.formTable td, table.formTable th {
    border-bottom: 1px solid #ccc;
    padding: 30px 20px 20px 20px;
    vertical-align: top;
    display: block;
    width: 100%;
  }
  table.formTable th {
    width: 100%;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0px;
  }
  table.formTable td {
    color: #999999;
  }
  p.error_messe {
    margin: 5px 0;
    color: red;
  }
  .gotyuui {
    margin: 0 auto 30px;
    width: 100%;
  }
  .required::after {
    content: "必須";
    background-color: #c9151e;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 11px;
    padding: 4px 7px;
    margin: 1px 0 0 8px;
    line-height: 1;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
  }
  /* バナー
------------------------------------------------------------*/
  #top-banners {
    width: 100%;
    margin: 0 auto 0;
    background-image: url("images/b6.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    height: 480px;
    background-position: center bottom;
  }
  #top-banners-inner {
    background-color: rgba(25, 13, 10, 0.3);
    font-family: "Noto Sans JP";
    transform: rotate(0.03deg);
    height: 480px;
  }
  #top-banners h2 {
    padding-top: 50px;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .over-box {
    width: 90%;
    margin: 0 auto;
  }
  #top-banners p.over {
    line-height: 160%;
    letter-spacing: normal;
    font-size: 120%;
  }
  p.denwa1 {
    pointer-events: none;
    cursor: default;
    font-size: 200%;
    text-wrap: nowrap;
    display: block;
    font-weight: 600;
    letter-spacing: .10em;
    margin-bottom: 10px;
    color: #008bf0;
  }
  p.denwa1 span {
    pointer-events: none;
    cursor: default;
    color: #f08080;
    font-size: 90%;
    font-weight: 400;
    color: #000;
    padding-right: 5px
  }
  .denwa2 {
    margin: 0 0px 15px 5px;
    color: #000;
    font-size: 100%;
  }
  .top-banners-box {
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 400px;
    text-align-last: center;
    padding: 30px 0px 25px;
    margin: 0 auto;
    border-radius: 1.4rem;
    box-shadow: 0px 0px 10px #fff;
  }
  a.btn-c {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    padding: 1.1rem 2.0rem 1.3rem 2.0rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0em;
    color: #ffffff;
    border-radius: 0.5rem;
    transition: 0.5s;
  }
  a.btn-c::before {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 19px;
    margin-right: 20px;
    background-image: url('images/mail.png');
    background-position: center;
    background-size: contain;
  }
  /* 会社概要
------------------------------------------------------------*/
  table#company th {
    width: 130px;
    padding: 14px 1px 14px 15px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
  }
  table#company td {
    padding: 14px 1px 14px 20px;
    vertical-align: top;
  }
  .timeline-date {
    width: 28%;
    float: left;
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
    font-size: 1.0rem;
  }
  .timeline-content {
    float: left;
    width: 72%;
    border-left: 3px #e5e5d1 solid;
    padding-top: 25px;
    padding-left: 20px;
    line-height: normal;
    padding-bottom: 30px
  }
  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #f08080;
    position: absolute;
    left: 27%;
    top: 30px;
    border-radius: 100%;
    background-color: #27acd9;
  }
  /* フォーム
------------------------------------------------------------*/
  input[type="text"], textarea {
    vertical-align: middle;
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #f8f8f8;
  }
  textarea {
    height: 180px;
    line-height: 1.6;
  }
  /* ポリシー
------------------------------------------------------------*/
  .policy {
    width: 100%;
    height: 240px;
    overflow: scroll;
    font-size: 90%;
    margin: 0 auto 30px;
    text-align: left;
    padding: 0 15px 10px 20px;
  }
  .post h3 {
    margin: 0px;
    padding: 15px 0;
    font-size: 120%;
    font-weight: bold;
  }
  .policy p {
    margin-bottom: 8px;
  }
  /* フッター
------------------------------------------------------------*/
  #footer .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px;
    flex-direction: column;
  }
  #footerLogo {
    width: 100%;
    text-align: center;
  }
  .footer-right {
    width: 100%;
    text-align: center;
  }
  #footer ul {
    width: 100%;
    text-align: center;
    /*margin-right:-10px;*/
  }
  #footer ul li {
    display: inline-block;
    text-align: left;
    padding: 5px 0;
    margin-right: 12px;
  }
  #footer ul li a {
    padding: 0 0 0 10px;
    color: #000000;
    font-weight: normal;
  }
}
/* 幅460px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 460px) {
  .sp-block {
    display: block;
  }
  .content {
    width: 90%;
    padding: 60px 0 60px;
    margin: 0 auto;
  }
  .top-line {
    position: relative;
    width: 100%;
    height: 110px;
    background-color: #2d4180;
    z-index: 100;
  }
  .top-line h2 {
    padding-top: 30px;
    text-align: center;
    font-size: 200%;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 200;
  }
  #top #header-left h1.top1 img {
    width: 200px;
    height: auto;
  }
  #top #header-box {
    position: absolute;
    left: 3%;
    top: 33%;
    /*  width: 95%;
  height: 130px;*/
  }
  #top #header-box p {
    z-index: 20;
    text-align: left;
    font-size: 130%;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 120%;
    color: rgb(255, 255, 255);
    margin: 0 0 20px;
    display: block;
    padding: 0px 0 0 0px;
  }
  .video-box {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    position: relative;
  }
  .video-box .image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
  .btn {
    color: #fff;
    font-size: 90%;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
    line-height: 33px;
    width: 150px;
    height: 35px;
    background: #ff701e;
    margin: auto;
    border: 2px solid #ff701e;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 50px;
    text-decoration: none;
  }
  .btn:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 20px;
    transition: all 0.2s;
  }
  h2.new {
    font-size: 170%;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 17px;
    margin-left: 5px;
    font-family: 'Caveat', cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  /* 哲学
------------------------------------------------------------*/
  h2.recentpost {
    margin: 0;
    padding: 30px 0 10px 0px;
    font-size: 110%;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
  }
  ul.thumbUnder h3 {
    padding-top: 5px;
    font-size: 175%;
    font-weight: bold;
    line-height: 140%;
    margin: 0px 0 20px;
  }
  ul.thumbUnder li p {
    margin: 0px 0 10px;
    line-height: 230%;
  }
  /* お知らせ
------------------------------------------------------------*/
  .news-box {
    width: 90%;
    padding: 50px 0 60px;
    margin: 0 auto;
  }
  .news p {
    border-bottom: 1px dotted #ccc;
    padding: 20px 5px 10px 5px;
  }
  /* バナー
------------------------------------------------------------*/
  #top-banners p.over {
    line-height: 140%;
    letter-spacing: normal;
    font-size: 100%;
  }
  p.denwa1 {
    pointer-events: none;
    cursor: default;
    font-size: 190%;
    text-wrap: nowrap;
    display: block;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 8px;
    color: #008bf0;
  }
  p.denwa1 span {
    pointer-events: none;
    cursor: default;
    color: #f08080;
    font-size: 80%;
    font-weight: 400;
    color: #000;
    padding-right: 5px
  }
  .denwa2 {
    margin: 0 0px 15px 5px;
    color: #000;
    font-size: 90%;
  }
  .top-banners-box {
    background-color: rgba(255, 255, 255, 0.6);
    min-width: 290px;
    max-width: 85%;
    text-align-last: center;
    padding: 20px 0px 20px;
    margin: 0 auto;
    border-radius: 1.0rem;
    box-shadow: 0px 0px 10px #fff;
  }
  a.btn-c {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    padding: 1.1rem 1.4rem 1.3rem 1.4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0em;
    color: #ffffff;
    border-radius: 0.5rem;
    transition: 0.5s;
  }
  a.btn-c::before {
    content: " ";
    display: inline-block;
    width: 23px;
    height: 15px;
    margin-right: 10px;
    background-image: url('images/mail.png');
    background-position: center;
    background-size: contain;
  }
  /* 会社概要
------------------------------------------------------------*/
  table#company {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 90px;
    border-top: 1px solid #cdcdce;
    border-left: 1px solid #cdcdce;
    display: block;
  }
  table#company th {
    width: 100%;
    padding: 10px 10px 5px 15px;
    text-align: left;
    font-weight: bold;
    vertical-align: bottom;
    display: block;
    border-bottom: 2px solid #f08080;
    border-right: 1px solid #cdcdce;
  }
  table#company td {
    padding: 14px 10px 14px 15px;
    vertical-align: top;
    display: block;
    border-bottom: 1px solid #cdcdce;
    border-right: 1px solid #cdcdce;
  }
  .history {
    width: 99%;
    max-width: 740px;
    margin: 0 auto 0px;
    border: 1px solid #cdcdce;
    padding: 10px;
  }
  .timeline li {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .timeline > li {
    margin: 0 0 0px;
  }
  .timeline-date {
    float: none;
    width: 100%;
    margin: 16px 0 0 0px;
    font-size: 0.9rem;
    text-align: left;
  }
  .timeline-date span {
    font-size: 1.4rem;
    color: #2d4180;
    padding-right: 8px;
  }
  .timeline-date br {
    display: none;
  }
  .timeline-content {
    width: 100%;
    float: none;
    border-left: none;
    margin: 0px 10px 0 0;
    padding: 5px 0 13px 20px;
    border-bottom: 3px dotted #e5e5d1;
  }
  .timeline-content.last-c {
    border-bottom: none;
  }
  .timeline-content:before {
    left: 1px;
    top: 52px;
  }
  /* 事業内容
------------------------------------------------------------*/
  .multiWrap p.point {
    border: 3px #000000 solid;
    padding: 5px 21px 6px 21px;
    margin: 0;
    display: inline-block;
    font-weight: bold;
    font-size: 140%;
    min-width: 280px;
  }
  .multiWrap li.pict {
    width: 100%;
    padding: 30px 0px 0 0;
  }
  h2.bloq {
    font-size: 140%;
    padding: 10px 0 10px 10px;
    margin: 30px 0 20px 0px;
    font-weight: bold;
  }
  a.btn-sumrey {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 85%;
    max-width: 360px;
    margin: auto;
    padding: 0.8rem 3.5rem 0.8rem 3rem;
    font-weight: bold;
    background: #27acd9;
    color: #fff;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
  }
  /* お問合せ
------------------------------------------------------------*/
  table.formTable td, table.formTable th {
    border-bottom: 1px solid #ccc;
    padding: 20px 10px 20px 0px;
    vertical-align: top;
    display: block;
    width: 100%;
  }
  table.formTable th {
    width: 100%;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0px;
  }
  /* フッター
------------------------------------------------------------*/
  #footer .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 15px;
    flex-direction: column;
  }
  #footerLogo {
    width: 100%;
    text-align: center;
  }
  #footerLogo {
    width: 100%;
    text-align: center;
  }
  #footerLogo img {
    width: 150px;
    height: auto;
  }
  .footer-right {
    width: 100%;
    text-align: center;
  }
  #footer ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
  }
  #footer ul li {
    width: 100%;
    text-align: center;
    padding: 8px 0px 10px;
    margin: 0px;
  }
  #footer ul li.top-li {
    display: none;
  }
  #footer ul li a {
    font-weight: normal;
  }
  #footer ul li a span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition:
      all .5s;
    transition:
      all .5s;
  }
  /* メインメニュー　PC用
------------------------------------------------------------*/
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 200px;
    height: 100%;
    background-color: #f8f8f8;
    color: #333;
    transition: right 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1000;
  }
}