<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.voice_section_wrapper {
  display: flex;
  gap: 50px;
}

.voice_section_wrapper .voice_section_img,
.voice_section_wrapper .voice_section_txt{
  width: 50%;
}

.voice_section_wrapper .voice_section_img img {
  max-width: 100%;
  width: auto;
}

.voice_link_btn{
  display: flex;
  justify-content: space-around;
}

.voice_link_btn .btnTop{
  padding: 8px 100px;
  font-size: 16px;
}

/*20240329追加*/
.company_message_wrapper {
    display: flex;
    gap: 80px;
}

.company_message_img {
    width: 54%;
    max-width: 100%;
}

.company_message_img  img {
    max-width: 100%;
    border-radius: 8px;
}

.company_message_txt {
    width: 100%;
}

.company_message_txt p{
  margin-bottom:8px;
}

.company_message_txt p.ta-r{
  margin-top: 16px;
}

.recruit_container_items{
  margin-bottom: 40px;
}

/*サービスページ改修*/
.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px 40px;
}

.service_item {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.service_item .anchorBtn-B__item a {
  width: 100%;
}

.anchorBtn-B__item a:after {
  right: 10%;
}

h3.service_sec_title {
  background: #f4f2f0;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}

.service_item p.anchorBtn-B__item {
  padding: 10px 0;
}

.service_item img{
  border-radius: 5px;
}

.service_item .btnTop--02{
  margin-top: 15px;
}

.service_lead{
  font-size: 24px;
  color: #01769e;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}

/*20240514追加*/
.eventdetail_recruit--block.eventdetail_head {
  position: relative;
  gap: 23px;
  z-index: 1;
  background: transparent;
  margin-bottom: -127px;
}
.eventdetail_recruit--block .isSp {
  display: none;
}
.eventdetail_recruit--block .eventdetail_head_misc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 21px;
}
.eventdetail_recruit--block .eventdetail_head_misc_inner {
  padding-top: 5px;
}
.eventdetail_recruit--block .eventdetail_head_worker {
  font-size: 27px;
  font-weight: bold;
}
.eventdetail_recruit--block .event_block_note {
  margin: 0;
}
.eventdetail_recruit--block .eventdetail_head_info + .eventdetail_head_info {
  margin-top: 20px;
}
.eventdetail_recruit--block .eventdetail_head_info_head {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #209ad1;
  padding: 0;
}
.eventdetail_recruit--block .eventdetail_head_info_body small {
  font-size: 11px;
}
.eventdetail_recruit--block .event_block_btn {
  width: 260px;
  margin-left: 0;
  margin-top: 23px;
}
.eventdetail_recruit--block .event_block_btn:hover {
  color: #fff;
  background: #71c1e5;
}
.eventdetail_recruit--block .eventdetail_head_img {
  display: block;
  width: 428px;
  aspect-ratio: auto;
}
.eventdetail_recruit--block .eventdetail_head_img--ex1 {
  width: 356px;
}
.eventdetail_recruit--block .eventdetail_head_img--ex2 {
  width: 211px;
  margin: -56px 0 0 auto;
}
.recruit_interview--contents {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #ebf8ff;
}
.recruit_interview--contents:before {
  position: absolute;
  content: "";
  z-index: -1;
  min-width: 1000px;
  width: 100vw;
  height: calc(100% + 115px);
  top: 0;
  left: calc((50vw - 500px) * -1);
  right: auto;
  background-color: #ebf8ff;
}
@media screen and (max-width: 1000px) {
  .recruit_interview--contents:before {
    left: 0;
  }
}
.recruit_interview--contents .isSp {
  display: none;
}
.recruit_interview--bg {
  position: relative;
  width: 100vw;
  height: 303px;
  min-width: 1000px;
  overflow: visible;
  margin-bottom: -176px;
  margin: 0 calc((50vw - 500px) * -1) -176px;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .recruit_interview--bg {
    margin-left: 0;
    margin-right: 0;
  }
}
.recruit_interview--bg img {
  width: 100%;
  height: 100%;
}
.recruit_interview--subhead2 {
  font-family: 'noto serif jp', serif;
  text-align: center;
  color: #209ad1;
  font-size: 12px;
  margin-bottom: 10px;
}
.recruit_interview--head2 {
  text-align: center;
  font-size: 26px;
  /*margin-bottom: 40px;*/
  margin-bottom: 60px;
}
.recruit_interview--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  list-style: none;
}
.recruit_interview--item {
  background: #209ad1;
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.161);
          box-shadow: 0px 1px 4px rgba(0,0,0,0.161);
}
.recruit_interview--link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 167px auto;
  grid-template-columns: ;
}
.recruit_interview--img img {
  width: 100%;
}
.recruit_interview--example {
  color: #fff;
  padding: 27px 16px 27px 22px;
}
.recruit_interview--name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  border-bottom: solid 1px #fff;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.recruit_interview--base {
  font-weight: 500;
  line-height: calc(38 / 28);
}
.recruit_interview--mv {
  margin-top: 45px;
  /*padding: 57px 76px;*/
  padding: 57px 50px;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.recruit_interview--mv.employee_1 {
  background-image: url("/cms/pc/img/recruit/details/gyomu/interview1_mv.png");
}
.recruit_interview--mv.employee_2 {
  background-image: url("/cms/pc/img/recruit/details/gyomu/interview2_mv.png");
}
.recruit_interview--head3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.recruit_interview--mv-block {
  width: 593px;
  background: rgba(255,255,255,0.85);
  padding: 21px 16px;
}
.recruit_interview--mv-name {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 13px;
}
.recruit_interview--mv-txt {
  line-height: calc(39 / 28);
}
.recruit_interview--faq-block {
  position: relative;
  padding: 40px 50px 25px;
  background: #fff;
}
.recruit_interview--faq-block + .event_block_btn {
  width: 410px;
  height: 60px;
  margin: 45px auto 0;
}
.recruit_interview--faq-block + .event_block_btn:hover {
  color: #fff;
  background: #71c1e5;
}
.recruit_interview--faq-quest {
  padding: 13px;
  font-weight: bold;
  color: #fff;
  background: #209ad1;
}
.recruit_interview--faq-answer {
  padding: 25px 0;
}
.recruit_interview--faq-txt + .recruit_interview--faq-txt {
  margin-top: 25px;
}
.recruit_interview--faq-image {
  max-width: 460px;
  margin: 35px auto 0;
}
.recruit_interview--faq-image img {
  width: 100%;
}
body:has(.recruit_details_kv) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body:has(.recruit_details_kv) .pageTitle.mb-40 {
  display: none;
}
body:has(.recruit_details_kv) .contentArea {
  width: 100%;
  padding: 0;
}
body:has(.recruit_details_kv) .breadCrumb {
  width: 1000px;
  margin: 0 auto;
}
.recruit_details_kv {
  position: relative;
}
.recruit_details_kv img {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_details_kv_ttl {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 42px;
  line-height: 1.9em;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.recruit_details_items {
  color: #00f;
}
.recruittype_block_container {
  background-color: #ebf8ff;
  padding-bottom: 120px;
  margin-bottom: -12px;
}
.recruittype_block_ttl {
  padding-top: 44px;
  font-family: Noto Serif JP;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #209ad1;
  height: 57px;
  margin-bottom: 35px;
}
.recruittype_block_ttl h2 {
  font-size: 26px;
  color: #3a3a3a;
}
.recruittype_block_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  width: 1000px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruittype_block_item {
  width: 100%;
  aspect-ratio: 480/200;
  position: relative;
}
.recruittype_block_item img,
.recruittype_block_item p {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruittype_block_item:hover img,
.recruittype_block_item:hover p {
  opacity: 0.7;
}
.recruittype_block_item_text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 23px;
  font-weight: 600;
  color: #3a3a3a;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.recruittype_block_item_text .bg:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 23px;
  background-color: #fff;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.65;
  z-index: -1;
}
.event_block {
  width: 1000px;
  padding: 40px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px auto;
  grid-template-columns: 380px auto;
  gap: 30px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event_block &gt; * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_block:hover {
  background: #f8fcfd;
}
.event_block:hover .event_block_btn {
  color: #fff;
  background: #71c1e5;
}
.event_block_img {
  aspect-ratio: 380/199;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event_block_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.event_block_misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.event_block_date {
  font-size: 12px;
  color: #3a3a3a;
}
.event_block_note {
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: #3a3a3a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.event_block_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.event_block_info + .event_block_info {
  margin-top: 7px;
}
.event_block_info_head {
  min-width: 73px;
  height: 20px;
  padding: 0 0.5em;
  background: #71c1e5;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 10px;
  color: #fff;
}
.event_block_info_body {
  font-size: 14px;
  color: #3a3a3a;
}
.event_block_btn,
.eventdetail_submit_btn {
  width: 200px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  font-size: 14px;
  color: #fff;
  background: #002f5f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event_block_btn:after,
.eventdetail_submit_btn:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 11px;
  height: 5px;
  background-image: url("/cms/img/arrow__white.png");
}
.eventdetail_submit_btn {
  width: 244px;
}
.eventdetail_submit_btn.is_disable {
  background: #ccc;
  pointer-events: none;
}
.eventdetail_submit_btn:hover {
  opacity: 0.7;
  color: #fff;
}
.event_block_btn {
  margin-left: auto;
}
.eventdetail_head {
  width: 1000px;
  /*padding: 10px 0 40px;*/
  padding: 10px 0 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 423px;
  grid-template-columns: auto 423px;
  gap: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eventdetail_head &gt; * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventdetail_head_img {
  aspect-ratio: 423/221;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eventdetail_head_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.eventdetail_head_misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.eventdetail_head_date {
  font-size: 12px;
  color: #3a3a3a;
}
.eventdetail_head_note {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #3a3a3a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.4;
}
.eventdetail_head_misc_inner {
  padding-top: 10px;
}
.eventdetail_head_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.eventdetail_head_info + .eventdetail_head_info {
  margin-top: 7px;
}
.eventdetail_head_info_head {
  min-width: 73px;
  height: 20px;
  padding: 0 0.5em;
  background: #71c1e5;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 10px;
  color: #fff;
}
.eventdetail_head_info_body {
  font-size: 14px;
  color: #3a3a3a;
}
.eventdetail_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventdetail_content &gt; * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventdetail_content_head {
  width: 100%;
  min-height: 47px;
  padding: 12px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #002f5f;
  color: #fff;
  font-size: 18px;
}
.eventdetail_content_list {
  margin: 30px 0;
  padding: 0 30px;
}
.eventdetail_content_list_item {
  margin-left: 1.5em;
  font-size: 14px;
  list-style-image: url("/cms/img/listmarker.png");
}
.eventdetail_content_list_item + .eventdetail_content_list_item {
  margin-top: 15px;
}
.eventdetail_content_note {
  margin: 30px 0;
  padding: 0 30px;
}
.eventdetail_content_note +.eventdetail_content_note {
  margin: 10px 0 30px;
}
.eventdetail_speaker {
  width: 1000px;
  margin: 30px 0;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px auto;
  grid-template-columns: 170px auto;
  gap: 30px;
  background: #f1f9fa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eventdetail_speaker &gt; * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventdetail_speaker_img {
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eventdetail_speaker_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.eventdetail_speaker_misc {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.eventdetail_speaker_head {
  font-size: 16px;
  font-weight: bold;
  color: #114b86;
}
.eventdetail_speaker_name {
  font-size: 18px;
}
.eventdetail_speaker_asid {
  font-size: 12px;
  color: #3a3a3a;
}
.eventdetail_speaker_note {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.eventdetail_content_summary {
  margin: 30px 0;
  padding: 0 30px;
}
.eventdetail_content_summary_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 1.5em;
  padding-bottom: 1em;
  font-size: 14px;
  border-bottom: 1px solid #dcdcdc;
}
.eventdetail_content_summary_item + .eventdetail_content_summary_item {
  margin-top: 15px;
}
.eventdetail_content_summary_item:last-child {
  margin-bottom: 10px;
}
.eventdetail_content_summary_item_head {
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
}
.eventdetail_content_summary_item_head:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background-image: url("/cms/img/listmarker.png");
}
.eventdetail_content_summary_item_body {
  font-size: 14px;
  color: #3a3a3a;
}
.eventdetail_submit_container {
  width: 100%;
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventdetail_submit_container &gt; * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventdetail_submit_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eventdetail_submit_agree_note {
  font-size: 14px;
  cursor: pointer;
}
.eventdetail_submit_agree_note a {
  font-weight: bold;
  color: #114b86;
  text-decoration: underline;
}
.eventdetail_submit_agree_chexk {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 18px;
  width: 18px;
  margin: 4px;
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  cursor: pointer;
}
.eventdetail_submit_agree_chexk:checked {
  border: 1px solid #3a3a3a;
}
.eventdetail_submit_agree_chexk:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 3px;
  top: -8px;
  width: 10px;
  height: 20px;
  border: solid #114b86;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.eventdetail_submit_agree_chexk:focus-visible {
  outline: 2px solid #114b86;
  outline-offset: 2px;
}

.recruit_detail_top_section{
  margin-bottom: 57px;
}

.recruit_detail_top_section_ttl{
  font-size: 28px;
}

.recruit_interview--mv.driver01{
  background-image: url("/cms/pc/img/recruit/detail/interview1_mv.png");
}

.recruit_career_bnr{
  display: flex;
  justify-content: center;
}

.recruit_career_bnr img{
  width: 700px;
}

.recruit_interview--mv-block.no-human{
  width: auto;
}

.recruit_interview--faq-image.mw-600{
  max-width: 600px;
}</pre></body></html>