@charset "UTF-8";
/*  全体共通
===================*/
.SPonly {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .SPonly {
    display: none;
  }
}

.SP-TB {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .SP-TB {
    display: none;
  }
}

.PConly {
  display: none;
}

@media screen and (min-width: 960px) {
  .PConly {
    display: inline-block;
  }
}

.content-box {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.ttl {
  font-size: 1.3em;
  color: #E85400;
  text-align: center;
  margin-bottom: .5em;
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .ttl {
    font-size: 2.5em;
  }
}

.ttl-big {
  font-size: 2.1em;
}

@media screen and (min-width: 1200px) {
  .ttl-big {
    font-size: 4em;
  }
}

.btn {
  background-color: #E85400;
  color: #fff;
  border-radius: 4px;
  width: 6em;
  margin: 2em auto;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.ent-btn {
  background-color: #E85400;
  display: block;
  border-radius: 6px;
  padding: .2em;
  text-align: center;
  width: 15em;
  margin: 2em auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.ent-btn a .jpn {
  background-color: #fff;
  border-radius: 4px;
  color: #E85400;
  display: block;
}

.ent-btn a .eng {
  color: #fff;
}

.brake-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.mm body{
  line-height: 1.8;
}

/*  ヘッダー
===================*/
.siteHeader {
  padding: 1em 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .siteHeader .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.siteHeader .logo {
  width: 50%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .siteHeader .logo {
    margin-left: 0;
    width: 35%;
  }
}

@media screen and (min-width: 768px) {
  .siteHeader .lang {
    width: 65%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.siteHeader .lang .ttl {
  text-align: center;
  padding: .5em 0 0;
  color: #333;
  font-size: .8em;
}

@media screen and (min-width: 768px) {
  .siteHeader .lang .ttl {
    font-size: .9em;
    width: 12em;
  }
}

@media screen and (min-width: 1200px) {
  .siteHeader .lang .ttl {
    width: 15em;
  }
}

@media screen and (min-width: 768px) {
  .siteHeader .lang .ttl:after {
    content: "▶";
    margin-left: 1em;
  }
}

.siteHeader .lang-list {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .siteHeader .lang-list {
    justify-content: flex-end;
    width: calc(100% - 12em);
  }
}

@media screen and (min-width: 1200px) {
  .siteHeader .lang-list {
    width: calc(100% - 15em);
  }
}

.siteHeader .lang-list li {
  opacity: .5;
}

.siteHeader .lang-list li.is-active {
  opacity: 1;
}

.siteHeader .lang-list li:not(:last-child) {
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .siteHeader .lang-list li:not(:last-child) {
    margin-right: .5em;
  }
}

.siteHeader .lang-list li:hover {
  opacity: 1;
}

main {
  padding-top: 9.4em;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 4.2em;
  }
}

main.thanks {
  padding-top: 0;
}

/*  メインイメージ
===================*/
.mainVis {
  position: relative;
}

.mainVis .bg {
  width: 100%;
}

.mainVis .lang {
  position: absolute;
  bottom: .5em;
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
}

.mainVis .lang-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mainVis .lang-list li {
  width: 40%;
  max-width: 440px;
}

@media screen and (min-width: 1200px) {
  .mainVis .lang-list li {
    margin-top: 2em;
  }
}

.mainVis .lang-list li.us {
  margin: auto;
}

@media screen and (min-width: 1200px) {
  .mainVis .lang-list li.us {
    margin-top: 4em;
  }
}

/*  自動車整備士大募集
===================*/
.intro {
  padding: 2em 0;
}

@media screen and (min-width: 768px) {
  .intro .text {
    text-align: center;
  }
}

/*  こんな看板を見たことはありますか？
===================*/
.about {
  padding: 2em 0;
}

.about .logo {
  display: block;
  width: 6em;
  margin: 1em auto 2em;
}

@media screen and (min-width: 768px) {
  .about .text-box {
    text-align: center;
  }
}

.about .text-box p + p {
  margin-top: 2em;
}

/*  こんなことをお伝えします！
===================*/
.talk-theme {
  background-color: #E85400;
  padding: 2em 0;
}

.talk-theme-list dt {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
}

@media screen and (min-width: 1200px) {
  .talk-theme-list dt {
    font-size: 2.5em;
    margin-bottom: 0;
  }
}

.mm .talk-theme-list dt{
  margin-bottom: .5em;
}

.talk-theme-list dd {
  background-color: #fff;
  margin-bottom: .5em;
  padding: .5em;
  text-align: center;
}

.mm .talk-theme-list dd{
  padding:1em;
}

.talk-theme-list dd + dt {
  margin-top: 2em;
}

.talk-theme-list dd .zubari {
  color: #E85400;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .talk-theme-list dd .zubari {
    font-size: 2.8em;
  }
}

.talk-theme-list .movie-list {
  padding: 1em;
}

@media screen and (min-width: 768px) {
  .talk-theme-list .movie-list {
    display: flex;
  }
}

.talk-theme-list .movie-list li {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .talk-theme-list .movie-list li {
    width: calc(96% / 3);
  }
}

@media screen and (min-width: 768px) {
  .talk-theme-list .movie-list li:not(:last-child) {
    margin-right: 2%;
  }
}

.talk-theme-list .movie-list .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.talk-theme-list .movie-list .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.talk-theme-list .movie-list .youtube iframe .ytp-chrome-top {
  display: none;
}

/*  一緒に働きましょう！
===================*/
.entry {
  background-color: #000;
  padding: 2em 0;
}

.entry .text {
  color: #E85400;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .entry .text {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1200px) {
  .entry .text {
    font-size: 1.8em;
  }
}

/*  動画で知る
===================*/
.movie img {
  width: 100%;
}

/*  日本全国に約600店舗
===================*/
.shops {
  padding: 2em 0;
}

.brake-image img {
  width: 100%;
}

/*  お気軽にご相談ください
===================*/
.contact {
  padding: 2em 0;
}

.contact .form-table {
  border: 1px solid #E0E0E0;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .contact .form-table tr {
    border-bottom: 1px solid #E0E0E0;
  }
}

@media screen and (min-width: 768px) {
  .contact .form-table tr.message th,
  .contact .form-table tr.message td {
    vertical-align: top;
  }
}

.contact .form-table th,
.contact .form-table td {
  display: block;
}

@media screen and (min-width: 768px) {
  .contact .form-table th,
  .contact .form-table td {
    display: table-cell;
  }
}

.contact .form-table th {
  background-color: #EBEBEB;
  font-weight: normal;
}

.contact .form-table .req{
  color: #E85400;
  font-size: .8em;
  margin-left: 1em;
}

@media screen and (min-width: 768px) and (max-width:1200px){
  .contact .form-table .req{
    display: block;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .contact .form-table th {
    width: 15em;
    text-align: left;
    border-right: 1px solid #E0E0E0;
  }
}

@media screen and (min-width: 1200px) {
  .contact .form-table th {
    width: 19em;
  }
}

.contact .form-table td input[type="text"],
.contact .form-table td input[type="email"],
.contact .form-table td input[type="tel"],
.contact .form-table td textarea {
  border: 1px solid #E0E0E0;
  width: 100%;
  padding: .5em 1em;
}

.contact .form-table .purpose td label{
  width: 100%;
  display: block;
  padding:.2em 0;
}

.contact .form-table .purpose td input[type="radio"]{
  margin-right: .5em;
}


.contact .form-table .purpose td span{
  display: block;
  font-size: .8em;
  margin-left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .contact .form-table td input[type="text"],
  .contact .form-table td input[type="email"],
  .contact .form-table td input[type="tel"],
  .contact .form-table td textarea {
    padding: .2em .5em;
  }
}

@media screen and (min-width: 960px) {
  .contact .form-table td input[type="text"],
  .contact .form-table td input[type="email"],
  .contact .form-table td input[type="tel"]{
    width: 80%;
  }
}

.contact .btn input {
  display: block;
  width: 100%;
  text-align: center;
  padding: .2em 0;
}

/*  お問い合わせ
===================*/
.fixed-contact {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 5em;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .fixed-contact {
    width: auto;
  }
}

/*  フッター
===================*/
.siteFooter {
  background-color: #000;
  padding: 1em 0;
  color: #fff;
  text-align: center;
}

.siteFooter .logo {
  margin-bottom: 1em;
  display: block;
  width: 20em;
  margin: 0 auto 1em;
}

.siteFooter .tel {
  font-size: 1.8em;
  display: inline-flex;
  align-items: center;
  margin-bottom: .3em;
}

@media screen and (min-width: 960px) {
  .siteFooter .tel {
    font-size: 1.3em;
  }
}

.siteFooter .tel img {
  margin-right: .3em;
}

.siteFooter .address {
  font-size: .6em;
}

.siteFooter .address span {
  display: block;
}

@media screen and (min-width: 960px) {
  .siteFooter .address span {
    display: inline-block;
    width: 2em;
  }
}

.siteFooter .copyright {
  margin-top: 1em;
  text-align: center;
  color: #717171;
  font-size: .5em;
}

/*  サンクスページ
===================*/
.thanks {
  min-height: 90vh;
}

.thanks .text {
  padding: 2em 0;
}

@media screen and (min-width: 768px) {
  .thanks .text {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */