/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

top page style

---------------------------------------------- */
.top-newjob-swiper {
  position: relative;
}

.swiper-navi-wrap {
  height: 40px;
  width: 87px;
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
  background: #fff;
  border: 1px solid #ff5115;
  border-radius: 10px;
  bottom: auto;
  height: 40px;
  left: auto;
  margin: 0;
  outline: none;
  position: absolute;
  right: auto;
  top: auto;
  width: 40px;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  border: 2px solid #ff5115;
  border-left: none;
  border-top: none;
  content: "";
  display: block;
  height: 9px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 9px;
}

.swiper-button-next {
  right: 0;
  top: 0;
}

.swiper-button-next:before {
  margin-left: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-button-prev {
  left: 0;
  top: 0;
}

.swiper-button-prev:before {
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.interview-pagination {
  bottom: -140px !important;
}

.interview-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.4) !important;
  margin: 0 10px !important;
  outline: none;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: .3s;
  transition: .3s;
}

.interview-pagination .swiper-pagination-bullet-active {
  background: #ff5115 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ------------------- */
/* top Hello */
/* ------------------- */
.topHello {
  position: relative;
}

.topHello_inner {
  position: relative;
}

.topHello_head {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 4;
}

.topHello_head .hello_logo img {
  max-width: 118px;
}

.topHello_head .hello_copy {
  margin-top: 10px;
}

.topHello_head .hello_readEn {
  margin-top: 10px;
}

.topHello_head .hello_readEn .hello_copyEn_inline-1 {
  line-height: 1;
}

.topHello_head .hello_readEn .hello_copyEn_inline-2 {
  line-height: 1;
}

.topHello .helloFade {
  opacity: 0;
}

.topHello .decoration_set_item {
  opacity: 0;
  position: absolute;
  z-index: 0;
}

.topHello .decoration_set_item.decoration_set_item-1 {
  bottom: 65%;
  left: 60%;
  top: auto;
}

.topHello .decoration_set_item.decoration_set_item-1 img {
  max-width: 354px;
}

.topHello .decoration_set_item.decoration_set_item-2 {
  left: calc(100% - 100px);
  top: 100px;
}

.topHello .decoration_set_item.decoration_set_item-2 img {
  max-width: 71.2px;
}

.topHello .decoration_set_item.decoration_set_item-3 {
  left: auto;
  right: 70%;
  top: 40px;
}

.topHello .decoration_set_item.decoration_set_item-3 img {
  max-width: 120.8px;
}

.topHello .decoration_set_item.decoration_set_item-4 {
  left: 75%;
  top: 180px;
}

.topHello .decoration_set_item.decoration_set_item-4 img {
  max-width: 174.15px;
}

.topHello .decoration_set_item.decoration_set_item-5 {
  left: auto;
  right: 55%;
  top: 300px;
}

.topHello .decoration_set_item.decoration_set_item-5 img {
  max-width: 222px;
}

.topHello .decoration_set_item.decoration_set_item-6 {
  left: 60%;
  top: 370px;
}

.topHello .decoration_set_item.decoration_set_item-6 img {
  max-width: 164px;
}

.topHello .decoration_set_item.decoration_set_item-7 {
  left: auto;
  right: 60%;
  top: 510px;
}

.topHello .decoration_set_item.decoration_set_item-7 img {
  max-width: 130.5px;
}

.topHello .welcomText {
  left: 50%;
  position: absolute;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

.topHello .welcomText img {
  max-width: 47.6px;
}

/* ------------------- */
/* top topAbout */
/* ------------------- */
.topAbout {
  position: relative;
  z-index: 3;
}

.topAbout_inner {
  position: relative;
}

.topAbout_text {
  margin: 0 auto;
  max-width: 580px;
  opacity: 0;
}

.topAbout_copy {
  color: #ff5115;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}

.topAbout_description {
  margin-top: 10px;
}

.topAbout .decoration_set_item {
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.topAbout .decoration_set_item.decoration_set_item-1 {
  left: 60%;
  top: 100%;
}

.topAbout .decoration_set_item.decoration_set_item-1 img {
  max-width: 176.5px;
}

/* ------------------- */
/* top Search panel */
/* ------------------- */
.topSearch {
  position: relative;
  z-index: 2;
}

.topSearch_inner {
  position: relative;
}

.topSearch_inner:after {
  background: #f6f7fd url(../images/bg-stripe-white1.png) repeat 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3000px;
  z-index: -1;
}

.topSearch_head {
  margin: 0 auto 50px;
}

.topSearch_image {
  border-radius: 50%;
  margin-bottom: -40px;
  overflow: hidden;
}

.topSearch_body {
  position: relative;
  width: 100%;
}

.topSearch_body:before {
  border: 2px solid #eee;
  border-right: none;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2000px;
}

.topSearch_title {
  position: relative;
}

.topSearch_title .decoration {
  bottom: -30px;
  position: absolute;
  right: 0;
}

.topSearch_title .decoration img {
  width: 103.6px;
}

.topSearch_col-search {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.topSearch_col-search .search-toggle,
.topSearch_col-search .job_result_total {
  display: none;
}

.topSearch .search_panel .search_body {
  display: block;
}

.topSearch .decoration_set_item {
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.topSearch .decoration_set_item.decoration_set_item-1 {
  bottom: -120px;
  right: -5%;
}

.topSearch .decoration_set_item.decoration_set_item-1 img {
  max-width: 220.5px;
}

.topSearch .decoration_set_item.decoration_set_item-2 {
  bottom: 35px;
  right: 50%;
}

.topSearch .decoration_set_item.decoration_set_item-2 img {
  max-width: 152px;
}

.topSearch .decoration_set_item.decoration_set_item-3 {
  bottom: -30px;
  right: 80%;
}

.topSearch .decoration_set_item.decoration_set_item-3 img {
  max-width: 98px;
}

/* ------------------- */
/* top topRecruit */
/* ------------------- */
.topRecruit {
  padding-bottom: 50px;
  padding-left: 5%;
  padding-top: 50px;
  position: relative;
  z-index: 3;
}

.topRecruit_head {
  position: relative;
}

.topRecruit_head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topRecruit_head .top_btnArea {
  white-space: nowrap;
}

.topRecruit_head_image {
  bottom: -30px;
  max-width: 111.5px;
  position: absolute;
  right: -10px;
}

.topRecruit_body {
  margin-top: 20px;
}

.topRecruit_body_inner {
  position: relative;
}

.topRecruit_body .job_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topRecruit_body .job {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 214px;
  flex: 0 0 214px;
  margin-right: 30px;
  max-width: 214px;
}

.topRecruit_body .job > a {
  display: block;
}

.topRecruit_body .job .job_txt_wrap_meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topRecruit_body .job_ttl {
  color: #333;
  font-size: 14px;
  margin-top: 5px;
}

.topRecruit_body .job_area {
  margin-bottom: -10px;
  position: relative;
  z-index: 3;
}

.topRecruit_body .job_area span {
  background: #ff5115;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 5px 7px;
  position: relative;
}

.topRecruit_body .job_area span:before {
  border: 3px solid #ff5115;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 9px;
  position: absolute;
  top: 100%;
  width: 0;
}

.topRecruit_body .job_img {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.topRecruit_body .job_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}

.topRecruit_body .job_img img {
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.topRecruit .swiper-navi-wrap {
  left: 0;
  position: absolute;
  right: auto;
  top: calc(100% + 70px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topRecruit .top_btnArea {
  margin-top: 57px;
  text-align: right;
}

/* ------------------- */
/* top topInterview */
/* ------------------- */
.topInterview {
  padding-bottom: 450px;
  padding-top: 170px;
  position: relative;
}

.topInterview_inner {
  max-width: 928px;
  position: relative;
}

.topInterview_head {
  max-width: 355px;
  position: relative;
  width: 100%;
  z-index: 5;
}

.topInterview_head_description {
  margin-top: 10px;
}

.topInterview_head .top_btnArea {
  margin-top: 10px;
}

.topInterview_body {
  margin-top: 40px;
  position: relative;
  z-index: 3;
}

.topInterview_body_inner {
  position: relative;
}

.topInterview_body_inner:before {
  background: #deffe4 url(../images/bg-stripe-white1.png) repeat 0 0;
  content: "";
  display: block;
  height: 500px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3000px;
  z-index: 0;
}

.topInterview_body_inner:after {
  background: #ff5115;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1000px;
  left: 70%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1000px;
  z-index: 0;
}

.topInterview .top-interview-swiper {
  overflow: visible;
}

.topInterview .staffList_item {
  opacity: 0;
  pointer-events: none;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

.topInterview .staffList_item.swiper-slide-active {
  opacity: 1;
  pointer-events: inherit;
}

.topInterview .staffList_item > a {
  display: block;
  margin: auto;
  max-width: 300px;
  position: relative;
}

.topInterview .staffList_image .staffList_item_image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.topInterview .staffList_image .staffList_item_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.topInterview .staffList_image img {
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.topInterview .staffList_text {
  bottom: -90px;
  color: #333;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.topInterview .staffList_text_inner {
  position: relative;
}

.topInterview .staffList_text .staffList_item_title {
  line-height: 1.6;
  margin-bottom: 5px;
}

.topInterview .staffList_text .staffList_item_title span {
  background: white;
  -webkit-filter: drop-shadow(-5px 0px 0px white) drop-shadow(5px 0px 0px white);
  filter: drop-shadow(-5px 0px 0px white) drop-shadow(5px 0px 0px white);
  font-size: 14px;
  font-weight: bold;
}

.topInterview .staffList_text .staff_item_name {
  display: block;
  font-size: 16px;
}

.topInterview .staffList_text .staff_item_join,
.topInterview .staffList_text .staff_item_position {
  font-size: 12px;
  margin-right: 20px;
}

.topInterview .staffList_text .staff_item_link span {
  font-size: 13px;
  font-weight: bold;
}

.topInterview .swiper-navi-wrap {
  position: absolute;
  z-index: 10;
}

.topInterview .decoration_set_item {
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.topInterview .decoration_set_item.decoration_set_item-1 {
  left: auto;
  right: 15%;
  top: -170px;
}

.topInterview .decoration_set_item.decoration_set_item-1 img {
  max-width: 89px;
}

.topInterview .decoration_set_item.decoration_set_item-2 {
  left: auto;
  right: 30%;
  top: -100px;
}

.topInterview .decoration_set_item.decoration_set_item-2 img {
  max-width: 168.5px;
}

.topInterview .decoration_set_item.decoration_set_item-3 {
  bottom: -380px;
  left: auto;
  right: 35%;
  top: auto;
}

.topInterview .decoration_set_item.decoration_set_item-3 img {
  max-width: 212px;
}

.topInterview .decoration_set_item.decoration_set_item-4 {
  bottom: -480px;
  left: auto;
  right: 3%;
  top: auto;
}

.topInterview .decoration_set_item.decoration_set_item-4 img {
  max-width: 144.5px;
}

/* ------------------- */
/* top section image */
/* ------------------- */
.sectionImage_image {
  background: url(../images/sectionImage1.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
}

/* ------------------- */
/* top topWorks /  top topCharme / top topFaq  */
/* ------------------- */
/* common  */
.topWorks_inner,
.topCharm_inner,
.topFaq_inner {
  position: relative;
}

.topWorks_image,
.topCharm_image,
.topFaq_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 448px;
  flex: 0 1 448px;
}

.topWorks_image_inner,
.topCharm_image_inner,
.topFaq_image_inner {
  overflow: hidden;
}

.topWorks_text,
.topCharm_text,
.topFaq_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 355px;
  flex: 0 1 355px;
}

.topWorks_description,
.topCharm_description,
.topFaq_description {
  margin-top: 10px;
}

.topWorks .top_btnArea,
.topCharm .top_btnArea,
.topFaq .top_btnArea {
  margin-top: 10px;
}

/* top topWorks - only  */
.topWorks {
  margin-bottom: 50px;
  margin-top: 70px;
}

/* top topCharm - only  */
.topCharm {
  margin-top: 50px;
}

.topCharm_inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.topCharm_text {
  margin-left: 0;
}

.topCharm .decoration_set_item {
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.topCharm .decoration_set_item.decoration_set_item-1 {
  bottom: -170px;
  left: auto;
  right: 10%;
  top: auto;
}

.topCharm .decoration_set_item.decoration_set_item-1 img {
  max-width: 193px;
}

/* top topFaq - only  */
.topFaq {
  margin-top: 130px;
}

.topFaq .decoration_set_item {
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.topFaq .decoration_set_item.decoration_set_item-1 {
  bottom: -170px;
  left: 10%;
  top: auto;
}

.topFaq .decoration_set_item.decoration_set_item-1 img {
  max-width: 100px;
}

@media (min-width: 48em) {
  .swiper-navi-wrap {
    right: calc(100% + 20px);
  }
  .interview-pagination {
    left: 0 !important;
    text-align: left !important;
    width: auto !important;
  }
  .topHello_inner {
    height: 790px;
    margin-bottom: 50px;
  }
  .topHello_head .hello_logo img {
    max-width: 236px;
  }
  .topHello_head .hello_copy {
    margin-top: 25px;
  }
  .topHello_head .hello_copy_inner_row {
    margin-bottom: 10px;
  }
  .topHello_head .hello_copy_inner_row .hello_copy_inline-1 img {
/*    max-width: 448px;*/
    max-width: 314px;
  }
  .topHello_head .hello_copy_inner_row .hello_copy_inline-2 img {
/*    max-width: 357px;*/
    max-width: 314px;
  }
  .topHello_head .hello_copy_inner_row .hello_copy_inline-3 img {
/*    max-width: 408px;*/
    max-width: 399px;
  }
  .topHello_head .hello_readEn {
    margin-top: 20px;
  }
  .topHello_head .hello_readEn .hello_subCopyEn_inner .hello_copyEn_inner_row {
    margin-bottom: 15px;
  }
  .topHello_head .hello_readEn .hello_copyEn_inline-1 img {
    max-width: 317px;
  }
  .topHello_head .hello_readEn .hello_copyEn_inline-2 img {
    max-width: 246px;
  }
  .topHello .decoration_set_item.decoration_set_item-1 {
    left: calc(100% - 354px);
    top: -221px;
  }
  .topHello .decoration_set_item.decoration_set_item-1 img {
    max-width: 708px;
  }
  .topHello .decoration_set_item.decoration_set_item-2 {
    left: calc(100% - 537px);
    top: -18px;
  }
  .topHello .decoration_set_item.decoration_set_item-2 img {
    max-width: 178px;
  }
  .topHello .decoration_set_item.decoration_set_item-3 {
    left: 182px;
    top: -68px;
  }
  .topHello .decoration_set_item.decoration_set_item-3 img {
    max-width: 302px;
  }
  .topHello .decoration_set_item.decoration_set_item-4 {
    left: -16px;
    top: 142px;
  }
  .topHello .decoration_set_item.decoration_set_item-4 img {
    max-width: 387px;
  }
  .topHello .decoration_set_item.decoration_set_item-5 {
    left: 84px;
    top: 472px;
  }
  .topHello .decoration_set_item.decoration_set_item-5 img {
    max-width: 444px;
  }
  .topHello .decoration_set_item.decoration_set_item-6 {
    left: 694px;
    top: 550px;
  }
  .topHello .decoration_set_item.decoration_set_item-6 img {
    max-width: 328px;
  }
  .topHello .decoration_set_item.decoration_set_item-7 {
    left: 1052px;
    top: 510px;
  }
  .topHello .decoration_set_item.decoration_set_item-7 img {
    max-width: 261px;
  }
  .topHello .welcomText {
    top: 44px;
  }
  .topHello .welcomText img {
    max-width: 68px;
  }
  .topAbout {
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .topAbout_copy {
    font-size: 26px;
    text-align: center;
  }
  .topAbout_description {
    text-align: center;
  }
  .topAbout .decoration_set_item.decoration_set_item-1 {
    left: calc(100% - 20px);
    top: -44px;
  }
  .topAbout .decoration_set_item.decoration_set_item-1 img {
    max-width: 353px;
  }
  .topSearch_inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topSearch_inner:after {
    height: 95%;
    top: 20%;
  }
  .topSearch_head {
    margin: 0px 95px 0 -280px;
  }
  .topSearch_image {
    height: 670px;
    width: 670px;
  }
  .topSearch_body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 425px;
    flex: 0 0 425px;
  }
  .topSearch_title .decoration img {
    width: 148px;
  }
  .topSearch .decoration_set_item.decoration_set_item-1 {
    bottom: 122px;
    right: -295px;
  }
  .topSearch .decoration_set_item.decoration_set_item-1 img {
    max-width: 441px;
  }
  .topSearch .decoration_set_item.decoration_set_item-2 {
    bottom: -123px;
    right: -115px;
  }
  .topSearch .decoration_set_item.decoration_set_item-2 img {
    max-width: 304px;
  }
  .topSearch .decoration_set_item.decoration_set_item-3 {
    bottom: -170px;
    right: 174px;
  }
  .topSearch .decoration_set_item.decoration_set_item-3 img {
    max-width: 196px;
  }
  .topRecruit {
    padding-bottom: 120px;
    padding-left: 20%;
    padding-top: 100px;
  }
  .topRecruit_head_inner {
    padding-right: 30px;
  }
  .topRecruit_head_image {
    bottom: -20px;
    max-width: 223px;
    right: 0;
  }
  .topInterview {
    padding-bottom: 170px;
    padding-top: 0;
  }
  .topInterview_head {
    margin-left: 20%;
  }
  .topInterview_head .top_btnArea {
    margin-top: 20px;
  }
  .topInterview_body {
    margin-top: 10px;
    padding-left: 47%;
  }
  .topInterview_body_inner:after {
    left: 50%;
  }
  .topInterview .staffList_item > a {
    margin: inherit;
    max-width: 473px;
  }
  .topInterview .staffList_text .staffList_item_title span {
    font-size: 18px;
  }
  .topInterview .swiper-navi-wrap {
    right: calc(100% + 40px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .topInterview .decoration_set_item.decoration_set_item-1 {
    left: -310px;
    top: 0;
  }
  .topInterview .decoration_set_item.decoration_set_item-1 img {
    max-width: 178px;
  }
  .topInterview .decoration_set_item.decoration_set_item-2 {
    left: -125px;
    top: 196px;
  }
  .topInterview .decoration_set_item.decoration_set_item-2 img {
    max-width: 337px;
  }
  .topInterview .decoration_set_item.decoration_set_item-3 {
    left: -265px;
    top: 410px;
  }
  .topInterview .decoration_set_item.decoration_set_item-3 img {
    max-width: 424px;
  }
  .topInterview .decoration_set_item.decoration_set_item-4 {
    left: -357px;
    top: 884px;
  }
  .topInterview .decoration_set_item.decoration_set_item-4 img {
    max-width: 289px;
  }
  .sectionImage_image {
    height: 540px;
  }
  .topWorks_inner,
  .topCharm_inner,
  .topFaq_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topWorks_text,
  .topCharm_text,
  .topFaq_text {
    margin-left: 50px;
  }
  .topWorks_description,
  .topCharm_description,
  .topFaq_description {
    margin-top: 15px;
  }
  .topWorks .top_btnArea,
  .topCharm .top_btnArea,
  .topFaq .top_btnArea {
    margin-top: 20px;
  }
  .topWorks {
    margin-bottom: -40px;
    margin-top: 100px;
  }
  .topCharm {
    margin-top: -40px;
  }
  .topCharm_text {
    margin-right: 50px;
  }
  .topCharm .decoration_set_item.decoration_set_item-1 {
    left: -260px;
    top: -83px;
  }
  .topCharm .decoration_set_item.decoration_set_item-1 img {
    max-width: 386px;
  }
  .topFaq {
    margin-top: 80px;
  }
  .topFaq .decoration_set_item.decoration_set_item-1 {
    left: 100%;
    top: 67px;
  }
  .topFaq .decoration_set_item.decoration_set_item-1 img {
    max-width: 200px;
  }
}

@media (max-width: 47.99em) {
  .topHello_inner {
    height: 500px;
  }
  .topHello_head .hello_copy_inner_row .hello_copy_inline-1 img {
/*    max-width: 224px;*/
    max-width: calc(314px*.6);
    width: 100%;
  }
  .topHello_head .hello_copy_inner_row .hello_copy_inline-2 img {
/*    max-width: 178.5px;*/
    max-width: calc(314px*.6);
    width: 100%;
  }
  .topHello_head .hello_copy_inner_row .hello_copy_inline-3 img {
/*    max-width: 204px;*/
    max-width: calc(399px*.6);
    width: 100%;
  }
  .topHello_head .hello_readEn .hello_subCopyEn_inner .hello_copyEn_inner_row {
    margin-bottom: 10px;
  }
  .topHello_head .hello_readEn .hello_copyEn_inline-1 img {
    max-width: 158.5px;
    width: 100%;
  }
  .topHello_head .hello_readEn .hello_copyEn_inline-2 img {
    max-width: 123px;
    width: 100%;
  }
  .topAbout {
    margin-top: 30px;
    padding-bottom: 70px;
    padding-top: 50px;
  }
  .topSearch_inner {
    margin-bottom: 50px;
    padding-bottom: 180px;
    padding-top: 60px;
  }
  .topSearch_image {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    width: 70%;
  }
  .topRecruit_head_inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 5%;
  }
  .topRecruit_head_title .sectionTitle .en {
    margin-bottom: -.5em;
  }
  .topInterview .swiper-navi-wrap {
    left: calc(50% + 60px);
    top: calc(100% + 55px);
  }
  .topWorks_image,
  .topCharm_image,
  .topFaq_image {
    margin-bottom: 20px;
  }
}

@media (min-device-width: 768px) {
  .topRecruit_body .job > a:hover {
    opacity: .8;
  }
  .topInterview .staffList_item > a:hover {
    opacity: .8;
  }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .topInterview .staffList_text .staffList_item_title span {
    -webkit-box-shadow: -5px 0px 0px 0px white, 5px 0px 0px 0px white;
    box-shadow: -5px 0px 0px 0px white, 5px 0px 0px 0px white;
  }
}
