@charset "UTF-8";
.contents > *:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

.tel_fax {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.tel_fax span {
  display: inline-block;
  width: 100px;
  padding: 0 10px;
  margin: 7px 5px 0;
  background-color: #FAF5EC;
  vertical-align: bottom;
  text-align: center;
}

.category {
}
.category a,
.category span {
  display: inline-block;
  padding: 2px 7px 0;
  margin-bottom: 3px;
  text-decoration: none;
}

.vip_company_link {
  margin-bottom: 20px;
  text-align: center; 
}

.vip_company_link a {
  display: inline-block;
  max-width: 100%;
  width: 600px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
}

.vip_company_link a.blue {
  padding: 15px 0;
  background-color: #1B85DD;
  border-radius: 6px;
  color: #fff;
}

.vip_company_link a.white {
  border: 2px solid #babdbf;
}

.vip_company_link a.white:hover {
  background-color: #babdbf;
  color: #fff;
}

.vip_company_link a.green {
  background-color: #00bcb4;
  border: 2px solid #00bcb4;
  color: #fff;
}

.vip_company_link a.green:hover {
  opacity: 0.7;
}

.vip_company_link a img {
  margin-right: 10px;
  margin-top: -5px;
}

#vip_tab {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  margin-bottom: 10px;
}

#vip_tab > * {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #f7f7f7;
}

#vip_tab > *:not(:first-child) {
  border-left: 1px solid #b1b1b1;
}

#vip_tab a {
  text-decoration: none;
  color: #c0c0c0;
}

#vip_tab a:hover {
  opacity: 0.7;
}

#vip_tab .selected {
  background-color: #e60000;
  color: #fff;
}

.slick-box {
  position: relative;
}

.slick-box .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  padding: 10px 20px;
  background: rgba(0, 0, 0, .25);
}

.slick-box .prevArrow {
  left: 0;
}

.slick-box .nextArrow {
  right: 0;
}

@media (max-width: 519px) {
  .slick-box .arrow {
    padding: 10px 10px;
    height: 49px;
  }
}

.vip_contents .slick-slide img {
  max-width: 100%;
  margin: auto;
}

.user_input {
  margin-top: 30px;
}

.user_input > h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #1B85DD;
  margin-bottom: 15px;
}

.contact_info {
  background-color: #1B85DD;
  padding: 15px 0;
  color: #fff;
}

.contact_info > * {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contact_info > * img {
  margin: 0 8px 4px 0;
}

.contact_info .left {
  border-right: 1px solid #fff;
}

.contact_info .left div {
  width: 100%;
  margin: 15px 0 10px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.contact_info .left span {
  font-size: 10px;
}

.contact_info .right div {
  width: 100%;
}

.contact_info .right a {
  display: block;
  width: 260px;
  background-color: #ff2833;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  padding: 12px;
}

.contact_info .right a:hover {
  opacity: 0.7;
}

#flashMessage {
  color: #D60000;
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0 0;
  text-align: center;
}

#contact_form .error-message {
  color: #D60000;
}

#map {
  width: 100%;
  height: 480px;
  background-color: #ddd;
}

.maplink {
  text-align: center;
}
.maplink a {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 14px 0;
  background-color: #FF8B00;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.maplink a img {
  margin-right: 10px;
  margin-top: -5px;
}

#hellowork_inner {
  padding: 0 20px;
}

#hellowork_detail {
  background-color: #fff;
  padding: 20px;
}

#hellowork_detail h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.vip_contents {
  background-color: #fff;
  padding: 0 20px;
}
@media (max-width: 519px) {
  .vip_contents {
    padding: 0;
  }
}

#vip_header {
  padding: 0 0 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#vip_header h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #1B85DD;
  margin-bottom: 10px;
}
#vip_header .company_name {
  margin-bottom: 10px;
}
#vip_header .company_name img {
  margin-left: 10px;
}
#vip_header .flex {
  gap: calc(4000% / 860);
  align-items: flex-start;
}
#vip_header .flex > img {
  width: calc(40000% / 860);
  aspect-ratio: 260 / 220;
  object-fit: cover;
  object-position: center;
}
#vip_header .flex > div {
  width: calc(52000% / 860);
}
@media (max-width: 519px) {
  #vip_header .flex {
    flex-direction: column;
    gap: 0;
  }
  #vip_header .flex > img,
  #vip_header .flex > div {
    width: 100%;
  }
}
#vip_header .company_condition {
  margin-top: 10px;
}
#vip_header .company_condition span {
  border: 1px solid #1049ae;
  border-radius: 5px;
  display: inline-block;
  color: #1049ae;
  font-size: 11px;
  padding: 0 5px;
  margin-bottom: 3px;
}
#vip_header .recruit_condition {
  margin-top: 10px;
}
#vip_header .recruit_condition a,
#vip_header .recruit_condition span {
  border: 1px solid #e60000;
  border-radius: 5px;
  display: inline-block;
  color: #e60000;
  font-size: 11px;
  padding: 0 5px;
  margin-bottom: 3px;
  text-decoration: none;
}
#vip_header .user_input {
  padding-top: 10px;
  border-top: 1px dotted #333;
  margin-top: 15px;
}
#vip_header .user_input > div {
  padding-bottom: 5px;
  border-bottom: 1px dotted #333;
}
@media (max-width: 519px) {
  #vip_header {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 30px;
  }
}

#vip_info {
  padding-bottom: 15px;
}

#vip_order .user_input {
  margin-top: 0;
}
#vip_order .user_input h4 {
  border: none;
  background-color: #e9eff4;
  text-align: center;
  padding: 10px 10px 5px;
}

.tbl02 .category a {
  padding: 2px 7px 0;
  text-decoration: none;
}

/** agent */
.agent .lastmod {
  text-align: right;
}
.agent .flow > div + div::before {
  content: "↓";
  display: block;
}
.agent .consul .link {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.agent .consul .link > a {
  display: block;
  width: 40%;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  padding: 1em;
  color: #fff;
  font-weight: bold;
}
.agent .consul .link > a:hover {
  color: #fff;
}
.agent .consul .link > a:first-child {
  background: #00BCB4;
}
.agent .consul .link > a:last-child {
  background: #00B900;
}
.agent #vip_header .flex > div:first-child {
  width: 300px;
  text-align: center;
}
.agent #vip_header .flex > div:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 200px;
}
