@charset "UTF-8";
/*color*/
.bg {
  background-color: #f4f8e1;
}

/*---------------------------------------
common
----------------------------------------*/
body {
  overflow-x: hidden;
}

.sub .inner a {
  text-decoration: none;
}

@media only screen and (max-width: 1040px) {
  .tn {
    display: none !important;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.sub section {
  max-width: unset;
  width: 100%;
}

.sub {
  /* btn
-------------------------*/
}

.sub .inner .dot li {
  list-style: disc;
  margin-left: 20px;
}

.sub .inner p {
  font-size: 17px;
  line-height: 2.3rem;
  text-align: left;
}

.sub table.def-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
}

.sub table.def-table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  padding: 1.7rem;
  border: 1px solid #ddd;
  background-color: #96c636;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .sub table.def-table tr th {
    width: 100%;
    display: block;
  }
}

.sub table.def-table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 76%;
  padding: 1.5rem;
  background: #fff;
  border-bottom: #eee 1px solid;
  border-right: #eee 1px solid;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .sub table.def-table tr td {
    width: 100%;
    display: block;
  }
}

.sub table.def-table tr td span {
  font-size: 18px;
  color: #96c636;
}

.sub .br_sp {
  display: none;
}

.sub .br_sp02 {
  display: none;
}

.sub .wp-pagenavi {
  /* wp navi*/
  clear: both;
  text-align: center;
  margin: 50px 0 0;
}

.sub .wp-pagenavi a,
.sub .wp-pagenavi span {
  display: inline-block;
  color: inherit;
  background-color: #22222b;
  border: 2px solid #ffd200;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .wp-pagenavi a:hover,
.sub .wp-pagenavi span:hover {
  border: 2px solid #ffd200;
  background-color: #96c636;
  color: #fff;
  z-index: 10;
}

.sub .wp-pagenavi span.current {
  color: #fff;
  background-color: #96c636;
  border: 2px solid #ffd200;
  font-weight: bold;
}

.sub .yellow_btn {
  margin: 1em 0 0;
  display: block;
  text-decoration: none;
  border-radius: 50px;
  border: 0px solid #000000;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans Japanese", sans-serif, serif, "メイリオ", Meiryo;
  color: #171616;
  background: #ffd200;
}

.sub .yellow_btn a {
  padding: 20px 0;
  display: block;
}

.sub .yellow_btn:hover, .sub .yellow_btn:active {
  text-decoration: none;
  background: #96c636;
}

.sub .yellow_btn:hover a, .sub .yellow_btn:active a {
  color: #171616;
}

.sub .def-btn {
  width: 96%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #96c636;
  position: relative;
  margin: 0 auto;
  -webkit-transition: .4s;
  transition: .4s;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans Japanese", sans-serif, serif, "メイリオ", Meiryo;
}

.sub .def-btn a {
  color: #000;
  display: block;
  text-decoration: none;
}

.sub .def-btn:hover, .sub .def-btn:active {
  background-color: #96c636;
}

@media only screen and (max-width: 767px) {
  .sub .br_sp {
    display: block;
  }
  .sub .br_pc {
    display: none;
  }
  .sub .sub .inner .def-btn {
    width: 100%;
    max-width: 100%;
  }
  .sub .sub .wd30 li.box {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub .sub .wd30 li.box:last-child {
    margin-bottom: 0;
  }
  .sub .sub .wd50 .box {
    width: 100%;
  }
  .sub .sub .wd50 dd {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .sub .wd50 li {
    margin-bottom: 20px;
  }
  .sub .sub .wd50 li:last-child {
    margin-bottom: 0;
  }
  .sub .sub .wd70 .box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .sub .wd70 .s_box {
    width: 100%;
  }
}

@media only screen and (max-width: 496px) {
  .sub .br_sp02 {
    display: block;
  }
}

/*list*/
.sub .inner .list02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .list02 li {
  width: calc(100% - 52%);
}

.sub .inner .list02 li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .list02 li {
    width: 100%;
  }
  .sub .inner .list02 li:nth-child(2) {
    margin-top: 20px;
  }
}

.sub .inner .list03 {
  -webkit-column-gap: 3.5%;
   -moz-column-gap: 3.5%;
        column-gap: 3.5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub .inner .list03 li {
  width: calc(100% - 69%);
  margin-top: 20px;
}

.sub .inner .list03 li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .list03 li {
    width: 100%;
  }
  .sub .inner .list03 li:nth-child(1) {
    margin-top: 0;
  }
}

/*margin*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt140 {
  margin-top: 140px;
}

.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mt120 {
    margin-top: 100px;
  }
}

/*inner*/
.sub .inner {
  width: 96%;
  margin: 0 auto;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .sub .inner {
    width: 90%;
    padding: 40px 0;
  }
}

/*main vis*/
#header.sub_site-header {
  position: static;
}

.sub_mainvis {
  background-color: #96c636;
  position: relative;
  height: 270px;
  margin-top: 50px;
}

.sub_mainvis h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  padding: 40px;
  color: #fff;
}

.sub_mainvis h2 span {
  font-size: 120px;
  display: block;
  font-family: 'Ephesis', sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #ffd200;
  line-height: 35px;
}

@media only screen and (max-width: 1040px) {
  .sub_mainvis {
    height: 250px;
  }
  .sub_mainvis h2 span {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_mainvis {
    margin-top: 100px;
    height: 200px;
  }
  .sub_mainvis h2 span {
    font-size: 60px;
  }
}

@media only screen and (max-width: 496px) {
  .sub_mainvis {
    margin-top: 100px;
    height: 150px;
  }
  .sub_mainvis h2 span {
    font-size: 60px;
  }
}

.bcList {
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  text-align: right;
}

.bcList ul {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.bcList ul li {
  display: inline;
  list-style: none;
}

.bcList ul li a {
  padding-right: 15px;
  padding-left: 15px;
}

.bcList ul li em {
  font-weight: bold;
  font-style: normal;
}

.bcList ul li:after {
  content: ">";
}

.bcList ul li:last-child {
  padding-left: 5px;
}

.bcList ul li:last-child:after {
  display: none;
}

/* slider */
.bxslider_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  list-style: none;
}

.bxslider_thumbnail > li {
  width: calc(100% / 5);
}

.bxslider_thumbnail > li > a {
  display: block;
  position: relative;
  padding-top: 75%;
}

.bxslider_thumbnail > li > a > img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}

.bx-wrapper img {
  display: block;
  width: 100%;
}

.bx-controls-direction .bx-prev {
  color: #ffd200;
  margin: 20px;
  text-transform: uppercase;
}

.bx-controls-direction .bx-next {
  color: #ffd200;
  margin: 20px;
  text-transform: uppercase;
}

.current span {
  display: inline-block;
  color: inherit;
  background-color: #96c636;
  border: 2px solid #96c636;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagenation {
  text-align: center;
}

.pagenation li {
  display: inline;
}

.pagenation li a {
  display: inline-block;
  color: inherit;
  background-color: #ffd200;
  border: 2px solid #ffd200;
  color: #fff;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagenation li a:hover, .pagenation li a:active {
  border: 2px solid #96c636;
  background-color: #96c636;
  color: #fff;
  z-index: 10;
  font-weight: bold;
}

/*---------------------------------------
ttl tex
----------------------------------------*/
.sub .inner .ttl-01 {
  font-size: 50px;
  text-align: left;
  line-height: 50px;
  text-transform: uppercase;
}

.sub .inner .ttl-01 span {
  color: #96c636;
  font-size: 20px;
  letter-spacing: 0.075em;
}

@media only screen and (max-width: 767px) {
  .sub .inner .ttl-01 {
    font-size: 25px;
    line-height: 30px;
  }
  .sub .inner .ttl-01 span {
    font-size: 15px;
  }
}

.sub .inner .ttl-02 {
  font-size: 20px;
  padding: 3px 10px;
  position: relative;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
  padding-left: 16px;
  background-color: #fff;
  border-bottom: #ddd 1px solid;
  border-left: 3px solid #96c636;
}

.sub .inner .ttl-03 {
  font-size: 28px;
  border-bottom: 3px solid #ffd200;
  font-weight: bold;
  position: relative;
  text-align: left;
  text-align: left;
  padding-bottom: 10px;
  line-height: 1.5em;
}

.sub .inner .ttl-03:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #96c636;
  bottom: -3px;
  width: 8%;
}

.sub .inner .ttl-03 span {
  font-size: 40px;
  color: #96c636;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .ttl-03 {
    font-size: 18px;
  }
}

.sub .inner .catch-01 {
  font-size: 22px;
  line-height: 2.6rem;
  text-align: center;
  font-weight: bold;
}

.sub .inner .catch-01 span {
  color: #519344;
}

@media only screen and (max-width: 767px) {
  .sub .inner .catch-01 {
    font-size: 16px;
    text-align: left;
  }
}

.sub .inner .catch-02 {
  font-size: 22px;
  font-weight: bold;
  color: #519344;
}

@media only screen and (max-width: 767px) {
  .sub .inner .catch-02 {
    font-size: 16px;
  }
}

/*---------------------------------------
	sitemap
----------------------------------------*/
.sub .inner .sitemap_list li {
  width: calc(100% - 70%);
  margin-top: 30px;
}

.sub .inner .sitemap_list li a {
  width: 100%;
  min-width: 250px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .sitemap_list li {
    width: 100%;
  }
}

/*---------------------------------------
	news
----------------------------------------*/
.sub .inner .news_box ul li {
  letter-spacing: 0.075em;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  padding: 20px 0;
  border-bottom: dashed #ddd 1px;
  font-family: 'Barlow', sans-serif;
}

.sub .inner .news_box ul li dl dt {
  width: 14%;
  color: #96c636;
}

.sub .inner .news_box ul li dl dd {
  width: 84%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.sub .inner .news_box ul li dl dd a {
  font-family: 'Barlow', sans-serif;
}

.sub .inner .news_detail .day {
  margin-top: 10px;
  font-family: 'Barlow', sans-serif;
  color: #96c636;
}

.sub .inner .news_detail .tex {
  margin-top: 10px;
}

.sub .inner .news_detail .news_btn {
  width: 250px;
  margin: 10px auto;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .news_detail .news_btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sub .inner .news_box ul li dl dt {
    width: 100%;
    text-align: left;
  }
  .sub .inner .news_box ul li dl dd {
    width: 100%;
  }
}

/*---------------------------------------
	contact
----------------------------------------*/
.sub .inner .contact_text {
  margin-top: 60px;
}

.sub .inner .contact-form input {
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
}

.sub .inner .contact-form input[type="radio"] {
  width: auto;
}

.sub .inner .contact-form textarea {
  border: none;
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
}

.sub .inner .checkbox input {
  display: inline-block;
  width: 20px;
}

.sub .inner .contact_btn {
  text-align: center;
}

.sub .inner .contact_btn input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: #96c636 solid 2px;
  background: #96c636;
}

.sub .inner .contact_btn input:hover {
  background: #fff;
  border: #96c636 solid 2px;
  color: #96c636;
}

.sub .inner .contact_btn p {
  margin-top: 10px;
}

.sub .inner *:focus {
  outline: none;
}

.sub .inner .clrred {
  color: #cc0000;
}

.sub .inner .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .inner .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

.sub .inner .contact_btn .contact_back {
  display: block;
  position: relative;
}

.sub .inner .contact_btn .contact_back::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 55%;
  left: 38%;
}

.sub .inner .contact_btn .contact_back .input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}

.sub .inner .contact_btn .contact_back a {
  position: relative;
  color: #fff;
  display: block;
  background-color: #f68104;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .inner .contact_btn .contact_back a:hover {
  background: #262f3a;
  opacity: 0.7;
}

.sub .inner .contact_btn .contact_back a img {
  width: 6px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.sub .inner .contact_btn .contact_back *:focus {
  outline: none;
}

.sub .inner .contact_btn .contact_back .clrred {
  color: #96c636;
}

.sub .inner .contact_btn .contact_back .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .inner .contact_btn .contact_back .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .contact_btn .contact_back .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

/*---------------------------------------
	about
----------------------------------------*/
.sub .inner .about_img {
  border-radius: 30px;
}

.sub .inner .message_right {
  text-align: right;
  font-weight: bold;
}

/*---------------------------------------
	recruit-guide
----------------------------------------*/
.sub .inner .recruit_list_ttl {
  text-align: center;
  color: #96c636;
  font-size: 20px;
  font-weight: bold;
}

.sub .inner .recruit_list_btn {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.sub .inner .recruit_contact_btn {
  margin-top: 60px;
}

.sub .inner .recruit_contact_btn a:hover, .sub .inner .recruit_contact_btn a:active {
  text-decoration: none;
  background: #96c636;
}

.sub .inner .recruit_contact_btn a:hover a, .sub .inner .recruit_contact_btn a:active a {
  color: #171616;
}

/*---------------------------------------
	recruit
----------------------------------------*/
.sub .inner .recruit_list .catch-01 {
  text-align: left;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .recruit_list .catch-01 {
    font-size: 16px;
  }
}

.sub .inner .introduction_name {
  text-align: center;
  color: #96c636;
  font-weight: bold;
}

/*---------------------------------------
	service
----------------------------------------*/
.sub .inner .strengths_catch {
  background-color: #96c636;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
}

.sub .inner .strengths_catch .catch-01 {
  font-size: 25px;
  color: #fff;
}

.sub .inner .strengths_catch .catch-01 span {
  color: #ffd200;
}

@media only screen and (max-width: 767px) {
  .sub .inner .strengths_catch .catch-01 {
    font-size: 16px;
  }
}

.sub .inner .strengths_catch .text {
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sub .inner .strengths_catch .text {
    text-align: left;
  }
}

.sub .inner .ervice_box {
  background-color: #fff;
  padding: 10px 25px 10px 25px;
}

.sub .inner .ervice_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub .inner .ervice_flex li {
  width: calc(100% - 77%);
  margin-top: 20px;
}

.sub .inner .ervice_flex li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .ervice_flex li {
    width: 100%;
  }
  .sub .inner .ervice_flex li:nth-child(1) {
    margin-top: 0;
  }
}

.sub .inner .srvice_name {
  color: #96c636;
  text-align: center;
  font-weight: bold;
}

/*---------------------------------------
works
----------------------------------------*/
.sub .inner .works_flex {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub .inner .works_flex li {
  margin-top: 40px;
  margin-left: 30px;
  width: calc(100% - 72%);
}

@media only screen and (max-width: 767px) {
  .sub .inner .works_flex li {
    width: 100%;
  }
}

.sub .inner .works_detail .img_box {
  margin-top: 40px;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.sub .inner .works_detail .img_box img {
  display: block;
  width: 100%;
  height: auto;
}

.sub .inner .works_detail .bfaf_box {
  padding: 0;
  background-color: transparent;
}

.sub .inner .works_detail .bfaf_box p {
  margin-top: 0;
}

.sub .inner .works_detail .fex_bfaf {
  width: 80%;
  margin: 40px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub .inner .works_detail .fex_bfaf .bf {
  width: calc(100% - 54%);
  position: relative;
}

.sub .inner .works_detail .fex_bfaf .bf img {
  width: 100%;
}

.sub .inner .works_detail .fex_bfaf .bf p {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  padding: 0.5rem 1rem;
  width: 90px;
  text-align: center;
  background-color: #96c636;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}

.sub .inner .works_detail .fex_bfaf .bf::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/works/arw_bfaf.png) no-repeat;
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .sub .inner .works_detail .fex_bfaf .bf::after {
    top: 108%;
    right: 48%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media only screen and (max-width: 767px) {
  .sub .inner .works_detail .fex_bfaf .bf {
    width: 100%;
  }
}

.sub .inner .works_detail .fex_bfaf .af {
  width: calc(100% - 54%);
  position: relative;
}

.sub .inner .works_detail .fex_bfaf .af img {
  width: 100%;
}

.sub .inner .works_detail .fex_bfaf .af p {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  width: 90px;
  padding: 0.5rem 1rem;
  background: #96c636;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .sub .inner .works_detail .fex_bfaf .af {
    width: 100%;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .sub .inner .works_detail .fex_bfaf {
    width: 100%;
  }
}
/*# sourceMappingURL=sub.css.map */