@charset "utf-8";

/*====================================================
ttle design
====================================================*/
.bgc_gray {
  background: #2C2C2C;
}
.bgc_lightgray {
  background: #656565;
}
.bgc_red {
  background: #DC000C;
}
.contact .wrap {
  padding: 40px 0;
}
.contact h4 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 0 30px;
}
.contact .btn {
  text-align: center;
}
.contact .btn img {
  max-width: 675px;
  width: 100%;
}
.cts_ttl {
  width: 100%;
  text-align: center;
  font-size: 70px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0 0 60px;
}
.cts_ttl span {
  display: inline-block;
  position: relative;
  padding: 0 0 10px;
}
.cts_ttl span:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #2c2c2c;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*メインビジュアル*/
#top #mv {
  padding: 0;
  position: relative;
  overflow: hidden;
}
#top #mv .keyvisual {
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url(../images/kv.jpg) no-repeat center / cover;
}
#top #mv .wrap {
  padding: 15% 0;
}
#top #mv h2 {
  text-align: center;
}
#top #mv .copy {
  background: #2C2C2C;
  color: #fff;
  padding: 40px 0;
}
#top #mv .copy p {
  color: #fff;
  padding: 0 5%;
  text-align: center;
  font-size: 36px;
  line-height: 1.6em;
  font-weight: bold;
}

/*message*/
#message .wrap {
  padding: 60px 0;
}
#message .cts_ttl {
  font-size: 45px;
  margin: 0 0 30px;
}
#message .cts_ttl.cts_ttl span {
  padding: 0;
}
#message .cts_ttl span:after {
  content: none;
}
#message p {
  font-size: 24px;
  line-height: 2.5em;
  font-weight: bold;
  text-align: center;
}
#message .check_list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.4em;
  padding: 40px 20px;
  border: 1px solid #ccc;
  border-radius: 16px;
}
#message .check_list li {
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  position: relative;
}
#message .check_list li:last-child {
  margin: 0;
}
#message .check_list li:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url("../images/icon_check.svg") no-repeat center / contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}

/*salary*/
#salary p {
  color: #fff;
  font-size: 36px;
  line-height: 1.8em;
  font-weight: 600;
  text-align: center;
}
#salary p .bdr {
  display: inline-block;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
#salary p .bdr:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#salary p .txt_big {
  font-size: 130px;
  line-height: 1em;
  margin: 0 8px;
}

/*guideline*/
#guideline .wrap {
  padding-top: 0;
  padding-bottom: 100px;
  max-width: 796px;
}
dl.table {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px;
  border: 2px solid #2C2C2C;
}
dl.table:last-of-type {
  margin: 0;
}
dl.table dt {
  width: 100%;
  border-bottom: 2px solid #2C2C2C;
  background: #DC000C;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
}
dl.table dt h3 {
  font-size: 26px;
  line-height: 1.4em;
  font-weight: bold;
}
dl.table dd {
  width: 100%;
  background: #fff;
  text-align: center;
  color: #2c2c2c;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 20px 10px;
}
dl.table dd h4 {
  font-weight: bold;
}
dl.table dd .txt_sml {
  font-size: 18px;
  line-height: 1.5em;
}
.caution {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#guideline .caution {
  text-align: left;
  max-width: 520px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
}

/*car_list*/
#car_list h2 {
  text-align: center;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: bold;
}
#car_list h2 img {
  display: block;
  margin: 0 auto 10px;
}
#car_list .lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 20px 0 0 0;
}
#car_list .car_gallery .inner {
  display: block;
  max-width: 1175px;
  margin: 0 auto;
  padding: 40px 0;
}
#car_list .car_gallery .car_name {
  display: block;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 80px;
  text-align: center;
}
#car_list .car_gallery .car_name h3 {
  font-size: 38px;
  line-height: 1.5em;
  font-weight: 900;
  letter-spacing: .3em;
}
#car_list .car_gallery .car_name p {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 1em 0 0 0;
}

#contact {
  margin-bottom: 60px;
}
#contact .wrap {
  max-width: 800px;
}
#contact .cts_ttl {
  font-size: 48px;
}
#contact .btn_wrap {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 40px 0 0 0;
}
#contact .scrl_box {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 1em;
  max-height: 200px;
  overflow: scroll;
}
.btnSubmit {
  width: 300px;
  border: none;
  color: #fff!important;
  background: linear-gradient(#ec6e6c,#cb0600);
  border-radius: 6px;
  margin: 0;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  padding: 15px 1em;
  cursor: pointer;
  text-decoration: none!important;
  text-align: center;
}
.btnSubmit.back {
  background: linear-gradient(#aba8a8,#7c7a7a);
}
#contact .form_box {
  justify-content: flex-start;
  gap: 40px;
  padding: 25px 0;
  border-top: 1px solid #ccc;
}
#contact .form_box .tit {
  width: 200px;
  font-weight: bold;
}
#contact .form_box .input_box {
  width: calc(100% - 240px);
}
#contact .form_box.pp {
  justify-content: center;
  gap: 20px;
}
#contact .form_box.pp .tit,
#contact .form_box.pp .input_box,
#contact .form_box.pp .checkBox {
  width: 100%;
}
#contact .form_box.pp .tit,
#contact .form_box.pp .checkBox {
  text-align: center;
}
#contact .form_box .input_box .full {
  width: 100%;
  display: block;
}
#contact .form_box .input_box .full:not(:last-of-type) {
  margin-bottom: 15px;
}
#contact .form_box .sub_tit,
#contact .form_box h3 {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 0 5px;
}
#contact .form_box h3 {
  margin: 0 0 10px;
}
form input {
  font-size: 16px;
  line-height: 1.5em;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="password"] {
	font-size: 16px;
	line-height: 1.5em;
	padding: 5px 10px;
	border: 1px solid #ccc;
  border-radius: 5px;
	background: #fff;
}
select {
	font-size: 16px;
	line-height: 1.5em;
	padding: 5px 10px;
	border: 1px solid #ccc;
  border-radius: 5px;
	background: #fff;
}
label,
.checkBox label {
  cursor: pointer;
  display: inline-block;
}
form textarea {
	font-size: 16px;
	line-height: 1.5em;
	height: 10em;
	padding: 10px;
	border: 1px solid #ccc;
  border-radius: 5px;
	background: #fff;
}
form .tit span.req {
  color: red;
  margin: 0 0 0 3px;
}
form .wd-s {max-width: 150px; width: 100%;}
form .wd-m {max-width: 350px; width: 100%;}
form .wd-l {width: 100%;}
form .select-s {max-width: 150px; width: 80px;}
form .select-m {max-width: 350px; width: 100px;}
form .select-l {width: 120px;}
form .error-msg {
  color: red;
  font-size: 13px;
  line-height: 1.5em;
}
form input.disabled {
  display: none;
}
.formTable {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.formTable th,
.formTable td {
  text-align: left;
  padding: 10px;
}
.formTable th {
  width: 35%;
}
.formTable td {
  width: 65%;
}
#contact.thanks .wrap {
  padding: 80px 0;
  max-width: 800px;
}
#contact.thanks h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 0 1.5em;
}


/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .cts_ttl {
    font-size: 10vw;
    margin: 0 0 40px;
  }
  #top #mv .keyvisual {
    background: none;
    position: relative;
  }
  #top #mv .wrap {
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #top #mv .copy p {
    font-size: 5.8vw;
  }
  #message .wrap {
    padding: 40px 0;
  }
  #message .cts_ttl {
    font-size: 8.5vw;
    margin: 0 0 20px;
  }
  #message p {
    font-size: 3.5vw;
    line-height: 2em;
  }
  #message .check_list {
    font-size: 17px;
    padding: 20px;
  }
  #message .check_list li {
    padding: 0 0 0 25px;
  }
  #message .check_list li:before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
  #salary .wrap {
    padding: 20px 0;
  }
  #salary p {
    font-size: 5.8vw;
  }
  #salary p .txt_big {
    font-size: 20vw;
  }
  dl.table dt h3 {
    font-size: 4.8vw;
  }
  dl.table dd {
    font-size: 4vw;
  }
  #guideline .caution {
    font-size: 3.2vw;
  }
  dl.table dd .txt_sml {
    font-size: 3.4vw;
  }
  #guideline .wrap {
    padding-bottom: 50px;
  }
  #car_list h2 {
    font-size: 7vw;
    line-height: 1.4em;
  }
  #car_list .lead {
    font-size: 3.6vw;
  }
  #car_list .car_gallery .car_name h3 {
    font-size: 5vw;
    letter-spacing: .2em;
  }
  #car_list .car_gallery .car_name p {
    font-size: 4vw;
    margin: 0.5em 0 0 0;
  }
  #car_list .car_gallery .inner {
    padding: 20px 0;
  }
  #car_list .car_gallery .car_name {
    padding: 15px 0 40px;
  }
  .contact h4 {
    font-size: 4.6vw;
    margin: 0 0 15px;
  }
  .formTable tr {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .formTable th,
  .formTable td {
    display: block;
    width: 100%;
    padding: 0;
  }
  #contact .cts_ttl {
    font-size: 7vw;
  }
  #contact .form_box {
    gap: 10px;
    padding: 20px 0;
  }
  #contact .form_box .tit {
    width: 100%;
    font-weight: bold;
  }
  #contact .form_box .input_box {
    width: 100%;
  }
  label,
  .checkBox label {
    width: 100%;
  }
  label.styleSelect {
    width: auto;
  }
  form .select-l {
    width: 100px;
  }
  form .select-s {
    width: 70px;
  }
	
}