#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 87%;
  background-color: #f3f4f4;
  z-index: -1;
}
#mainimg #mainslider {
  margin-left: 100px;
}
#mainimg #mainslider img {
  height: calc(100vh - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
#mainimg .catch p {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#mainimg .catch .box {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 5px 15px 10px 25px;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
  position: relative;
}
#mainimg .catch .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(0% - 10px);
  right: calc(100% + 10px);
  bottom: 0;
  /*  background-color: #f3f4f4; */
  background-color: rgba(0, 0, 0, 0.45);
}
#mainimg .catch.view .box {
  transition: left 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s, right 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-clip-path 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0.1s, clip-path 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}
#mainimg .catch.view .box::after {
  transition: left 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s, right 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  left: calc(100% + 10px);
  right: calc(0% - 10px);
}
#mainimg .catch.view.remove .box::after {
  display: none;
}
#mainimg .catch .red {
  color: #d74643;
}
#mainimg .catch .ml {
  letter-spacing: -0.4em;
}
#mainimg .catch .small {
  font-size: 40px;
  line-height: 1.6;
}
@media (max-width: 999px) {
  #mainimg #mainslider {
    margin-left: 10px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 38px;
    left: 10px;
  }
  #mainimg .catch .box {
    padding-left: 10px;
  }
  #mainimg .catch .small {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    margin-left: 0;
  }
  #mainimg #mainslider img {
    min-height: 230px;
  }
  #mainimg .catch {
    font-size: 28px;
    left: 0;
  }
  #mainimg .catch .small {
    font-size: 20px;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 20px;
  }
  #mainimg .catch .small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  position: relative;
  padding: 212px 0 120px;
}
#concept::before, #concept::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#concept::before {
  height: 100%;
  background-color: #f3f4f4;
}
#concept::after {
  height: calc(100% - 120px);
  background: url(../images/concept-bg.webp) no-repeat center/cover;
}
#concept h2 {
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #222020;
  text-align: center;
}
#concept h2 small {
  display: flex;
  align-items: center;
  gap: 21px 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #9a302e;
}
#concept h2 small::before {
  content: "";
  width: 32px;
  aspect-ratio: 32/37;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/heading-icon.webp);
}
@media (max-width: 999px) {
  #concept h2 {
    font-size: 40px;
  }
  #concept h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #concept h2 {
    font-size: 30px;
  }
  #concept h2 small {
    font-size: 16px;
    gap: 10px;
  }
  #concept h2 small::before {
    width: 25px;
  }
}
#concept h2 small {
  flex-direction: column;
}
#concept .contents {
  background-color: #fff;
  margin-right: max((100% - 1180px) / 2, 20px);
  padding: 143px 0 136px max((100% - 1180px) / 2, 20px);
}
#concept .contents .block {
  display: flex;
  -moz-column-gap: 3.3898305085%;
       column-gap: 3.3898305085%;
}
#concept .contents .block .image {
  width: 59.3220338983%;
}
#concept .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept .contents .block .txtbox {
  flex: 1;
  position: relative;
  align-content: center;
}
#concept .contents .block .txtbox .bd {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 38px;
  display: flex;
}
#concept .contents .block .txtbox .bd::before, #concept .contents .block .txtbox .bd::after {
  content: "";
  height: 100%;
}
#concept .contents .block .txtbox .bd::before {
  width: 160px;
  background-color: #9a302e;
}
#concept .contents .block .txtbox .bd::after {
  flex: 1;
  background-color: #222020;
}
#concept .contents .block .txtbox .title {
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #222020;
  margin-bottom: 24px;
  position: relative;
  padding-top: 20px;
}
#concept .contents .block .txtbox .title .tx {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#concept .contents .block .txtbox .title .num {
  position: absolute;
  font-size: 20px;
  color: #9a302e;
  top: 0;
  left: 0;
  line-height: 1;
}
#concept .contents .block .txtbox .text {
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #222020;
}
#concept .contents .block:nth-child(odd) .image {
  order: 1;
  margin-right: -9.3220338983%;
}
#concept .contents .block:nth-child(odd) .txtbox {
  margin-left: -7.6271186441%;
  padding: 45px 0 80px 7.6271186441%;
}
#concept .contents .block:nth-child(even) .image {
  margin-left: -9.3220338983%;
}
#concept .contents .block:nth-child(even) .txtbox {
  margin-right: -7.6271186441%;
  padding: 45px 7.6271186441% 15px 11px;
}
#concept .contents .block:not(:last-child) {
  margin-bottom: 59px;
}
#concept .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 400px;
  background-color: #9a302e;
  background-position: center right 30px;
  background-repeat: no-repeat;
  font-size: 18px;
  height: 84px;
  border-radius: 42px;
  background-image: url(../images/arow.webp);
  margin: -48px auto 0;
}
#concept .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #concept .btn a {
    font-size: 16px;
    width: 340px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #concept .btn a {
    font-size: 14px;
    width: 280px;
    height: 60px;
  }
}
@media (max-width: 1599px) {
  #concept .contents .block .text br {
    display: none;
  }
}
@media (max-width: 1450px) {
  #concept .contents .block:nth-child(odd) .image {
    margin-right: -10px;
  }
  #concept .contents .block:nth-child(odd) .txtbox {
    padding-left: 20px;
    margin-left: -10px;
  }
  #concept .contents .block:nth-child(even) .image {
    margin-left: -10px;
  }
  #concept .contents .block:nth-child(even) .txtbox {
    padding-right: 20px;
    margin-right: -10px;
  }
}
@media (max-width: 999px) {
  #concept {
    padding: 170px 0 100px;
  }
  #concept::after {
    height: calc(100% - 80px);
  }
  #concept .contents {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  #concept .contents .block .txtbox {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  #concept .contents .block .txtbox .bd {
    top: 20px;
  }
  #concept .contents .block .txtbox .title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 0;
  }
  #concept .contents .block .txtbox .title .num {
    font-size: 18px;
  }
  #concept .contents .block .txtbox .text {
    font-size: 16px;
  }
  #concept .contents .block:not(:last-child) {
    margin-bottom: 50px;
  }
  #concept .btn a {
    margin-top: -35px;
  }
}
@media (max-width: 767px) {
  #concept {
    padding: 50px 0;
  }
  #concept::after {
    height: 100%;
  }
  #concept .contents {
    padding: 90px 10px;
    margin: 0 20px;
  }
  #concept .contents .block {
    flex-direction: column;
    row-gap: 10px;
    /* &:nth-child(odd){
      .image{
        order: unset;
      }
    } */
  }
  #concept .contents .block .image {
    width: calc(100% - 20px);
    margin: 0 auto 0 !important;
    max-width: 400px;
    order: 1;
  }
  #concept .contents .block .txtbox {
    padding: 20px 15px !important;
    margin: 0 !important;
  }
  #concept .contents .block .txtbox .bd {
    top: 10px;
  }
  #concept .contents .block .txtbox .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #concept .contents .block .txtbox .title .num {
    font-size: 16px;
  }
  #concept .contents .block .txtbox .text {
    font-size: 14px;
  }
  #concept .contents .block:not(:last-child) {
    margin-bottom: 40px;
  }
  #concept .btn a {
    margin-top: -30px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  background: url(../images/service-bg.webp) repeat;
  padding: 90px 0 172px;
}
#service .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
  overflow-x: clip;
}
#service .head h2 {
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#service .head h2 small {
  display: flex;
  align-items: center;
  gap: 21px 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#service .head h2 small::before {
  content: "";
  width: 32px;
  aspect-ratio: 32/37;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/heading-icon2.webp);
}
@media (max-width: 999px) {
  #service .head h2 {
    font-size: 40px;
  }
  #service .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #service .head h2 {
    font-size: 30px;
  }
  #service .head h2 small {
    font-size: 16px;
    gap: 10px;
  }
  #service .head h2 small::before {
    width: 25px;
  }
}
#service .head .btn {
  margin-left: auto;
  margin-top: 18px;
}
#service .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 270px;
  background-color: #9a302e;
  background-position: center right 30px;
  background-repeat: no-repeat;
  font-size: 16px;
  height: 74px;
  border-radius: 37px;
  background-image: url(../images/arow2.webp);
}
#service .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #service .head .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #service .head .btn a {
    width: 230px;
    height: 50px;
  }
}
#service .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 2.9661016949%;
}
#service .contents .block {
  width: 31.3559322034%;
}
#service .contents .block .image {
  aspect-ratio: 370/300;
  position: relative;
  margin-bottom: 12px;
}
#service .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .contents .block .image a {
  transition: all 0.5s ease-out;
}
#service .contents .block .image a:hover {
  opacity: 0.6;
}
#service .contents .block .image a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow3.webp) no-repeat center #9a302e;
}
#service .contents .block .title {
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 999px) {
  #service {
    padding: 80px 0 140px;
  }
  #service .head {
    margin-bottom: 45px;
  }
  #service .contents .block .image a::after {
    width: 40px;
    bottom: 10px;
    right: 10px;
  }
  #service .contents .block .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #service {
    padding: 50px 0 50px;
  }
  #service .head {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: unset;
  }
  #service .head .btn {
    margin-left: unset;
    margin-top: 0;
  }
  #service .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #service .contents .block {
    width: 47%;
  }
  #service .contents .block .image a::after {
    width: 30px;
    background-size: 18px auto;
  }
  #service .contents .block .title {
    font-size: 14px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  background-color: #f3f4f4;
}
#case .mainimage img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
#case .inner {
  display: flex;
  -moz-column-gap: 1.875%;
       column-gap: 1.875%;
}
#case .head {
  padding-left: max((100% - 1180px) / 2, 10px);
  flex: 1;
  background-color: #9a302e;
  margin-top: max(-12.5vw, -200px);
  padding-top: min(7vw, 112px);
}
#case .head h2 {
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#case .head h2 small {
  display: flex;
  align-items: center;
  gap: 21px 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#case .head h2 small::before {
  content: "";
  width: 32px;
  aspect-ratio: 32/37;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/heading-icon2.webp);
}
@media (max-width: 999px) {
  #case .head h2 {
    font-size: 40px;
  }
  #case .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #case .head h2 {
    font-size: 30px;
  }
  #case .head h2 small {
    font-size: 16px;
    gap: 10px;
  }
  #case .head h2 small::before {
    width: 25px;
  }
}
#case .contents {
  width: 53.125%;
  max-width: 850px;
  margin-right: max((100% - 1180px) / 2, 10px);
  padding-bottom: 102px;
}
#case .contents .slide {
  margin: 50px 0 88px;
}
#case .contents .slide .slick-arow {
  position: absolute;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #9a302e;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#case .contents .slide .slick-arow.prev {
  display: none !important;
}
#case .contents .slide .slick-arow.next {
  right: -30px;
  background-image: url(../images/next-arow.webp);
}
#case .contents .slide .slick-list {
  margin: 0 -10px;
}
#case .contents .slide .block {
  margin: 0 10px;
}
#case .contents .btn a {
  margin-left: auto;
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 270px;
  background-color: #9a302e;
  background-position: center right 30px;
  background-repeat: no-repeat;
  font-size: 16px;
  height: 74px;
  border-radius: 37px;
  background-image: url(../images/arow2.webp);
}
#case .contents .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #case .contents .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #case .contents .btn a {
    width: 230px;
    height: 50px;
  }
}
@media (max-width: 1300px) {
  #case .contents .slide .slick-arow.next {
    right: 0;
    top: 100% !important;
    transform: translateY(0%);
  }
}
@media (max-width: 999px) {
  #case .contents {
    padding-bottom: 80px;
  }
  #case .contents .slide {
    margin: 40px 0 60px;
  }
  #case .contents .slide .slick-arow {
    width: 50px;
  }
}
@media (max-width: 767px) {
  #case .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #case .head {
    padding-bottom: 20px;
    margin-right: 10px;
  }
  #case .contents {
    padding-bottom: 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  #case .contents .slide {
    margin: 0 0 50px;
  }
  #case .contents .slide .slick-arow {
    width: 40px;
    background-size: 25px auto;
  }
}

/* ----------------------------------------------
campany-recruit
------------------------------------------------- */
#campany-recruit {
  display: flex;
  overflow-x: clip;
}
#campany-recruit article {
  position: relative;
}
#campany-recruit article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#campany-recruit article a:hover {
  opacity: 1;
}
#campany-recruit article a:hover .bg::after {
  opacity: 0;
}
#campany-recruit article a .content::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow4.webp) no-repeat center #9a302e;
}
#campany-recruit article .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#campany-recruit article .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#campany-recruit article .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 63, 72, 0.4);
  transition: all 0.5s ease-out;
}
#campany-recruit article .content {
  position: relative;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
#campany-recruit article .content h2 {
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#campany-recruit article .content h2 small {
  display: flex;
  align-items: center;
  gap: 21px 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#campany-recruit article .content h2 small::before {
  content: "";
  width: 32px;
  aspect-ratio: 32/37;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/heading-icon2.webp);
}
@media (max-width: 999px) {
  #campany-recruit article .content h2 {
    font-size: 40px;
  }
  #campany-recruit article .content h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #campany-recruit article .content h2 {
    font-size: 30px;
  }
  #campany-recruit article .content h2 small {
    font-size: 16px;
    gap: 10px;
  }
  #campany-recruit article .content h2 small::before {
    width: 25px;
  }
}
#campany-recruit article .content .text {
  /* font-family: 'Noto Sans JP', sans-serif;
  font-weight: $weight; */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #fff;
}
#campany-recruit article.campany {
  flex: 1;
}
#campany-recruit article.campany .content h2 {
  margin-bottom: 42px;
}
#campany-recruit article.recruit {
  width: 35%;
  min-width: 415px;
}
#campany-recruit article.recruit .content {
  /* .text{
    @include fontnoto(100);
    font-size: 24px;
    @include lh(24,40);
    letter-spacing: 0.08em;
    color: #fff;
  } */
}
#campany-recruit article.recruit .content h2 {
  margin-bottom: 38px;
}
#campany-recruit article:nth-child(odd) .content {
  padding-left: max((100vw - 1180px) / 2, 10px);
  padding-right: 10px;
}
#campany-recruit article:nth-child(even) .content {
  /*  padding-right: 8%;
   padding-left: 10px; */
  padding-left: 10%;
  padding-right: 10px;
  /* .txtbox{
    padding-right: 18px;
  } */
}
@media (max-width: 999px) {
  #campany-recruit article a .content::after {
    right: 20px;
    bottom: 20px;
    width: 50px;
  }
  #campany-recruit article .content .text {
    font-size: 16px;
  }
  #campany-recruit article.campany .content h2 {
    margin-bottom: 30px;
  }
  #campany-recruit article.recruit {
    min-width: 340px;
  }
  #campany-recruit article.recruit .content {
    /* .text{
      font-size: 20px;
    } */
  }
  #campany-recruit article.recruit .content h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #campany-recruit {
    flex-direction: column;
  }
  #campany-recruit article a .content::after {
    right: 10px;
    bottom: 10px;
    width: 40px;
  }
  #campany-recruit article .content .text {
    font-size: 13px;
  }
  #campany-recruit article.campany .content h2 {
    margin-bottom: 10px;
  }
  #campany-recruit article.recruit {
    width: 100%;
    min-width: unset;
  }
  #campany-recruit article.recruit .content {
    padding-left: 10px;
    /* .text{
      font-size: 16px;
    } */
  }
  #campany-recruit article.recruit .content h2 {
    margin-bottom: 10px;
  }
  #campany-recruit article:nth-child(even) .content {
    justify-items: unset;
  }
}/*# sourceMappingURL=index.css.map */