@charset "utf-8";
/*　株式会社矢神自動車リクルートサイト　*/
/*　共通　*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #0D0D0D;
  letter-spacing: 0.05rem;
  position: relative;
  counter-reset: number 0;
  line-height: 2.4;
  background: rgb(244 244 244);
}
.headline-font-type {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font-type1 {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
  color: #8C8C8C;
  font-weight: 500;
}
address {
  font-style: normal;
}
.flex_lay {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.flex_lay_box {
  width: calc(50% - 1.5rem);
  height: auto;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
  position: relative;
}
#global_menu li a {
  border-color: #ffffff;
}
#header_logo img {
  width: 100%;
  max-width: 30rem;
  height: auto;
}
footer#footer {
  background: #000;
  color: #fff;
  position: relative;
  padding-top: 9rem;
  text-align: center;
  z-index: 0;
}
footer#footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(/wp-content/themes/massive_tcd084/img/footer_logoicon.png);
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-position: right;
  overflow: hidden;
  z-index: -1;
}
footer#footer h2 {
  font-size: 1.4em;
}
p.footer_text_tel {
  font-size: 3em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 2;
}
.footer_copylight {
  margin-top: 5rem;
  background: #707070;
  height: 4rem;
  line-height: 4rem;
}
p.footer_text_copy {
  font-size: 0.8em;
}
a.footer_ori_but {
  width: 100%;
  max-width: 30rem;
  background: #23ac38;
  color: #fff;
  padding: 1rem 0;
  border-radius: 10rem;
  position: relative;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 auto;
}
a.footer_ori_but::after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 2rem;
}
a.footer_ori_but:hover {
  background: #fff;
  color: #23ac38 !important;
}
footer#footer .flex_lay_box {
  width: 100%;
}
footer#footer .flex_lay {
  margin: 0 auto;
  gap: 2rem;
}
p.footer_text_kome {
  margin-bottom: 3rem;
}
.original05_career-section-point-box::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/massive_tcd084/img/il_point_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.original05_career-section-point-box:nth-of-type(3)::before {
  background-image: url(/wp-content/themes/massive_tcd084/img/il_point_02.png);
}
.original05_career-section-point-box:nth-of-type(4)::before {
  background-image: url(/wp-content/themes/massive_tcd084/img/il_point_03.png);
}
section.original06_voice-section .original_inner {
  background: #fff;
  text-align: center;
  padding: 10rem 0;
}
section.recruit-section-7 .original_inner {
  background: #fff;
  position: relative;
  z-index: 0;
  padding-bottom: 10rem;
}
.recruit-header {
  width: 86%;
  margin: 0 auto;
}
.recruit-header img {
  width: 100%;
}
section.recruit-section-7 h3 {
  font-size: 3em;
  width: 86%;
  margin: 0 auto;
}
section.recruit-section-7 .original_inner::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 79%;
  bottom: 0;
  left: 0;
  background: #000;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
table.recruit-table {
  width: 86%;
  margin: 0 auto;
  background: #fff;
  border: solid 0.1rem #000;
  margin-top: 3rem;
}
table.recruit-table tr {
  border-bottom: solid 0.1rem #000;
}
table.recruit-table th {
  width: 25%;
  padding: 1rem 2rem;
  text-align: left;
}
table.recruit-table td {
  line-height: 2;
  padding: 1rem 0;
}
/*　共通レスポンシブ　*/
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 768px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 834px) {}
@media screen and (max-width:430px) {}
@media screen and (max-height:430px) {}
/*　共通___END　*/
/*　オリジナル フロント　*/
div#original01 {
  position: relative;
}
.original_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 834px;
}
.original01_fast_title {
  position: relative;
}
.original01_fast_textbox {
  position: absolute;
  width: 70%;
  max-width: 55rem;
  height: auto;
  bottom: 5rem;
  right: 0;
}
.original01_fast_textbox img {
  width: 100%;
}
.original01_fast_imgbox img {
  width: 100%;
  height: auto;
}
.original01_fast_imgbox {
  background: #fff;
}
.original01_butbox {
  background: #fff;
  padding: 5rem 0 6rem;
}
a.original01_butbox-button {
  background: #23ac38;
  width: 100%;
  max-width: 35rem;
  padding: 1rem 0 2rem;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 10rem;
  margin: 0 auto;
  position: relative;
  box-shadow: 7px 8px #000;
}
a.original01_butbox-button span {
  font-size: 1.4em;
}
.original01_butbox .flex_lay {
  gap: 0;
}
.original01_butbox .flex_lay .flex_lay_box {
  width: 50%;
}
a.original01_butbox-button::after {
  content: "\f078";
  position: absolute;
  bottom: -0.5rem;
  left: calc(50% - 1rem);
  font-family: 'FontAwesome';
}
a.original01_butbox-button:hover {
  background: rgb(244 244 244);
  box-shadow: 7px 8px #ffffff;
  color: #23ac38;
}
section#seibi .original_inner {
  background: #CDD6DD;
}
h2.original02-tittle {
  width: 100%;
  height: 30rem;
  text-align: center;
  line-height: 1.2;
  font-size: 3em;
  position: relative;
  z-index: 1;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
  padding-bottom: 3rem;
}
h2.original02-tittle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/massive_tcd084/img/original02-tittle-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
p.original02-subtittle {
  text-align: center;
  font-size: 2.2em;
  border-bottom: solid 0.1rem #000;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.7;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
p.original02-subtittle strong {
  font-size: 1.5em;
}
.original_problem-cards {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  width: 86%;
  margin: 0 auto;
  padding-bottom: 6rem;
}
.original_problem-cards .card {
  width: calc(50% - 1.5rem);
  background: #fff;
  border: solid 0.7rem rgb(244 244 244);
  box-sizing: border-box;
  text-align: center;
  padding: 5%;
}
.original_problem-cards .card img {
  width: 20rem;
  height: 19rem;
}
.original_problem-cards .card img img {
  width: 100%;
  height: auto;
}
p.card_text {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: -3.5rem;
}
p.card_text span {
  color: #23ac38;
}
section.original03 {
  position: relative;
}
section.original03 .original_inner {
  position: relative;
  background: #fff;
  padding-bottom: 10rem;
}
section.original03 .original_inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/massive_tcd084/img/original03-arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.original03-text-tittle {
  width: 100%;
  top: -5rem;
  position: relative;
}
.original03-text-tittle img {
  width: 100%;
}
section.original03 .feature {
  width: 86%;
  margin: 0 auto;
}
section.original03 .feature h3 {
  font-size: 2.8rem;
}
section.original03 .feature h3 span.num {
  font-family: 'Montserrat';
  font-size: 1.5em;
  color: #23ac38;
  margin-right: 0.5rem;
}
section.original03 .feature p {
  border: solid 0.1rem #23ac38;
  padding: 5%;
  font-size: 1.2em;
  line-height: 2;
}
.original04_change-section-headline-box {
  width: 100%;
  overflow: hidden;
}
.original04_change-section-headline-box img {
  width: 100%;
  margin-left: -20rem;
}
.original04_change-section-image-block {
  width: 86%;
  margin: 0 auto;
  margin-top: 3rem;
}
.original04_change-section-image-block img {
  width: 100%;
}
section.original04_change-section .original_inner {
  position: relative;
}
section.original04_change-section .original_inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/massive_tcd084/img/original04_change-section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.original04_change-section-sub-message h3 {
  color: #fff;
  font-size: 2em;
  position: relative;
}
.original04_change-section-sub-message {
  width: 86%;
  margin: 0 auto;
  color: #fff;
}
.original04_change-section-final-message {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-top: 5rem;
  padding-bottom: 5rem;
}
section.original05_career-section .original_inner {
  background-image: url(/wp-content/themes/massive_tcd084/img/original05-bg.png);
  background-size: cover;
  padding-bottom: 10rem;
}
.original05_career-section-img {
  width: 100%;
}
.original05_career-section-img img {
  width: 100%;
  margin-top: -10%;
}
.original05_career-section-point-box {
  width: 86%;
  margin: 0 auto;
  padding: 4rem 0;
  border-bottom: solid 0.1rem #000;
  position: relative;
}
.point-title-box {
  padding-left: 15rem;
}
.point-title-box h3 {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
section.orignal08-entry-section h2 {
  text-align: center;
  font-size: 2.5em;
  color: #fff;
  line-height: 1.5;
}
section.orignal08-entry-section .original_inner {
  position: relative;
  z-index: 0;
  padding: 10rem 0 12rem;
}
section.orignal08-entry-section .original_inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000e3;
  z-index: -1;
}
section.orignal08-entry-section .original_inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/massive_tcd084/img/orignal08-entry-section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
section.orignal08-entry-section h2::before {
  content: "＼";
  margin-right: 1rem;
  color: #23ac38;
}
section.orignal08-entry-section h2::after {
  content: "／";
  margin-left: 1rem;
  color: #23ac38;
}
a.entry-btn {
  display: block;
  background: #000000;
  width: 100%;
  max-width: 40rem;
  padding: 1rem 0 1rem;
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  color: #fff;
  border-radius: 10rem;
  margin: 0 auto;
  position: relative;
  box-shadow: 7px 8px #23ac38;
  margin-top: 3rem;
}
a.entry-btn::after {
  content: "\f105";
  position: absolute;
  right: 3rem;
  font-family: 'FontAwesome';
}
a.entry-btn:hover {
  background: rgb(244 244 244);
  box-shadow: 7px 8px #ffffff;
  color: #23ac38;
}
/* 全体 */
.company-section {
  margin: 0 auto;
  width: 100%;
  max-width: 834px;
  line-height: 1.8;
  background: #fff;
  padding-top: 8rem;
}
/* セクション見出し */
.company-section h2 {
  font-size: 28px;
  font-weight: bold;
  width: 86%;
  margin: 0 auto;
}
.company-section .en-title {
  color: #00aa55;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
}
/* 会社概要紹介 */
.company-about img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 20px 0 0;
}
.company-about h3 {
  font-size: 20px;
  margin-top: 10px;
  width: 86%;
  margin: 0 auto;
}
.company-about .lead {
  font-weight: bold;
  font-size: 18px;
  width: 86%;
  margin: 0 auto;
  margin-top: 1rem;
}
/* 代表挨拶 */
.company-message {
  width: 86%;
  margin: 0 auto;
  margin-top: 5rem;
  position: relative;
  z-index: 0;
}
.company-message h4 {
  font-size: 18px;
}
.company-message h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.company-message .president {
  font-weight: bold;
  margin-top: 20px;
}
.company-message .label {
  background-color: #00aa55;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
}
/* 会社情報テーブル */
.company-info {
  overflow-x: auto;
  width: 86%;
  margin: 0 auto;
  margin-top: 5rem;
}
.company-info table {
  width: 100%;
  border-collapse: collapse;
}
.company-info th, .company-info td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #23ac38;
  vertical-align: top;
}
.company-info th {
  width: 120px;
  color: #23ac38;
  font-weight: bold;
}
/* 地図 */
.company-section .map {
  width: 86%;
  margin: 0 auto;
  height: 30rem;
  margin-top: 3rem;
}
.company-section .map img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.company-about img {
  width: 86%;
  margin: 0 auto;
  text-align: center;
}
.company-about p {
  width: 86%;
  margin: 0 auto;
  margin-top: 1rem;
}
.company-message p {
  width: 50%;
}
.company-message::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -8%;
  background-image: url(/wp-content/themes/massive_tcd084/img/company-message-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  overflow: hidden;
  background-position: right;
}
section.company-section map {
  width: 86%;
  margin: 0 auto;
  height: 35rem;
}
.company-info table {
  border-top: solid 0.1rem #23ac38;
}
.company-info.company-info-bantora h3 {
  margin-bottom: 1rem;
}
.company-info.company-info-bantora table {
  border-top: solid 0.1rem #131313;
}
.company-info.company-info-bantora th, .company-info.company-info-bantora td {
  border-bottom: solid 0.1rem #131313;
  color: #000;
}
.company-section .original_inner {
  padding-bottom: 5rem;
}
.company-about-img {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
p.company-section-01.en-title {
  width: 86%;
  margin: 0 auto;
}
section.original06_voice-section h2 {
  font-size: 2em;
  position: relative;
  margin-bottom: 4rem;
}
section.original06_voice-section h2::after {
  content: "";
  display: block;
  width: 25rem;
  height: 0.2rem;
  background: #23ac38;
  margin: 0 auto;
  margin-top: 1rem;
}
.n2-ss-section-main-content.n2-ss-layer-with-background {
  box-shadow: 1px 1px 10px #00000017;
  padding: 5% !important;
}
/*　オリジナル フロント　レスポンシブ　*/
@media screen and (max-width:1200px) {}
@media screen and (max-width:834px) {}
@media screen and (max-width:430px) {
  .original01_butbox .flex_lay .flex_lay_box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .original01_butbox {
    padding: 3rem 0 2rem;
  }
  h2.original02-tittle {
    font-size: 2.15em;
    height: 20rem;
  }
  p.original02-subtittle {
    font-size: 1.3em;
  }
  .original_problem-cards .card {
    width: 100%;
  }
  section.original03 .feature h3 {
    font-size: 1.7rem;
  }
  section.original03 .feature p {
    font-size: 1em;
  }
  .original04_change-section-headline-box img {
    margin-left: -9rem;
  }
  section.original03 .original_inner {
    padding-bottom: 6rem;
  }
  .original04_change-section-sub-message h3 {
    font-size: 1.5em;
  }
  .original04_change-section-final-message {
    font-size: 1.5em;
    margin-top: 2rem;
  }
  .original05_career-section-point-box::before {
    width: 7rem;
    background-position: left 0 top 4rem;
  }
  .point-title-box {
    padding-left: 9rem;
  }
  .point-title-box h3 {
    font-size: 1.5em;
  }
  .point-title-box p {
    line-height: 2;
  }
  section.original06_voice-section h2 {
    font-size: 1.4em;
  }
  section.original06_voice-section .original_inner {
    padding: 8rem 0;
  }
  .recruit-header {
    width: 95%;
  }
  section.recruit-section-7 h3 {
    font-size: 2em;
    line-height: 1.5;
  }
  section.recruit-section-7 .original_inner::after {
    height: 89%;
  }
  table.recruit-table th {
    line-height: 1.3;
  }
  table.recruit-table td {
    padding: 1rem;
    padding-left: 0;
  }
  section.orignal08-entry-section h2 {
    font-size: 1.8em;
  }
  section.orignal08-entry-section .original_inner {
    padding: 7rem 0 8rem;
  }
  a.entry-btn {
    width: 86%;
    font-size: 1.5em;
  }
  .company-message p {
    width: 100%;
  }
  .company-message {
    padding-top: 8rem;
    box-sizing: border-box;
  }
  .company-message::after {
    opacity: 0.7;
    background-size: 100% auto;
    background-position: top;
    top: 0;
  }
  #header_logo img {
    max-width: 20rem;
  }
  .original03-text-tittle {
    top: -1rem;
}
}
@media screen and (max-height: 430px) {}
/*　オリジナル フロント___END　*/
/*　固定ページ　*/
h1.catch.animate_item.rich_font_type2.animate {
  font-size: 3em !important;
}
p.sub_title.animate_item.rich_font_type2.animate {
  font-size: 1.5em !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
div#page_header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #178d29cc;
  z-index: 100;
}
.wpcf7 {
  background: none;
}
form.wpcf7-form.init {
  margin: 0;
}
table.mail_table th, table.mail_table td {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0;
  border: none;
  text-align: left;
}
table.mail_table th {
  margin-bottom: 0.5rem;
  color: #23ac38;
}
table.mail_table td {
  margin-bottom: 3.5rem;
}
form.wpcf7-form p {
  line-height: 2rem;
}
span.required, span.required_off {
  color: #da1414;
  font-size: 13px;
  background-color: rgb(244 244 244);
  padding: 0.3rem 0.6rem 0.5rem;
  vertical-align: inherit;
  margin-right: 0.75rem;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
span.required_off {
  color: rgb(134 134 134);
  background-color: rgb(244 244 244);
}
.wpcf7 {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  margin: 0 auto !important;
  font-size: 14px;
  padding-top: 1rem;
}
.wpcf7 p {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.3em;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  border: 1px solid rgb(176 176 176);
  line-height: 2;
}
.wpcf7 input.wpcf7-submit {
  font-size: 2.4rem;
  background-color: #23ac38;
  color: #ffffff;
  width: 100%;
  max-width: 35rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  transition: 0.5s;
  height: 7rem;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10rem;
  position: relative;
  box-shadow: 7px 8px 0 #000;
}
.wpcf7 input.wpcf7-submit:hover {
  background-color: rgb(244 244 244);
  color: #23ac38;
  transform: translatey(0.5rem);
  box-shadow: 7px 8px 0 #ffffff;
}
.kp_contact_birth00 {
  max-width: 8rem;
  margin: 0 0.7rem;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.wpcf7 .wpcf7-list-item {
  display: inline-block;
}
span.kp_contact_text00 {
  font-size: 0.8em;
  color: rgb(155 155 155);
}
a.kp_contact_but_privacy {
  text-decoration: underline;
  font-weight: 400;
  font-size: 0.8em;
  margin-left: 2rem;
  color: #797979;
}
.wpcf7-list-item {
  margin: 0 2rem 0 0;
}
ul.kp_kome_mark {
  margin-bottom: 0;
  margin-left: 0;
}
ul.kp_kome_mark li {
  padding-left: 2rem;
  position: relative;
  color: #ac2323;
}
ul.kp_kome_mark li::marker {
  display: none;
  color: #ffffff;
}
ul.kp_kome_mark li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
}
/*　☆固定ページレスポンシブ　*/
@media screen and (max-width:1200px) {}
@media screen and (max-width:834px) {}
@media screen and (max-width:430px) {}
/*　固定ページ___END　*/