@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Zen+Maru+Gothic:wght@300;400;500&display=swap");
.global_menu > ul > li > a {
  font-size: 15px;
  padding: 0 20px;
}

#index_content1_top .box {
  height: 334px;
}
#index_content1_top .desc {
  font-size: 15px;
}

#index_info .desc {
  margin: 0 0 60px 0;
}

.p-front-page-recruit {
  background-color: #349CC3;
  margin-bottom: 80px;
  padding: 60px 0;
  text-align: center;
}

.p-front-page-recruit__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: white;
  text-decoration: none;
  margin: auto;
  height: 110px;
  width: 550px;
  line-height: 112px;
  font-size: 26px;
}

.p-front-page-recruit__button:hover {
  background-color: #70B9D5;
  color: white;
  text-decoration: none;
}

.p-front-page-recruit__button::before, .p-front-page-recruit__button::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: url("../img/common/titleSub-line.png") center center no-repeat;
  background-size: cover;
}

.recruit-fix-button {
  display: block;
  width: 1em;
  padding: 1em 0.65em 1em 0.8em;
  line-height: 1.2;
  /*font-weight: 500;*/
  background: #349cc3;
  font-size: 20px;
  color: white;
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 999999;
  border-style: solid;
  border-color: white;
  border-width: 1px 0 1px 1px;
}

.recruit-fix-button:hover {
  text-decoration: none;
  background: white;
  border-color: #349cc3;
}

/* 見出し */
#header_tel span.label, #index_content1 .headline, #index_news .headline, #index_staff_headline, #index_info_headline, #footer_logo_text, #main_image_headline, #staff_name, #staff_headline, #index_staff_head h3, #page_template1 .headline, #page_template2 .headline, #page_template3 .headline, #page_template4 .pt_layout6 .headline, #archive_post_list .title, #header_tel span.number, #logo_text, #main_image3 h2, #post_title {
  font-family: "Noto Sans JP", sans-serif;
}

.headline2 {
  font-family: "Noto Sans JP", sans-serif;
}

#index_content1_bottom .desc {
  margin-top: 2em;
}

#index_info_headline {
  padding-top: 0;
}

.pt_layout1 .headline {
  margin: 0 0 0.5em;
}

.oem_contact_btn {
  margin: 74px auto;
}
.oem_contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 74px;
  border: 2px solid #323e98;
  border-radius: 40px;
  font-size: 19px;
  font-weight: bold;
  color: #323e98;
  margin: 0 auto;
}
.oem_contact_btn a:hover {
  background: #142398;
  color: white;
  text-decoration: none;
}

.bn_novelty {
  width: 528px;
  margin: 0 auto 24px;
}
.bn_novelty a {
  display: block;
}
.bn_novelty a:hover {
  filter: contrast(1.2);
}
.bn_novelty img {
  width: 100%;
}

/*# sourceMappingURL=override.css.map */
