@charset "UTF-8";
/****************************************
　　　　　　　　　Style Setting
*****************************************/
/*基本情報*/
html::-webkit-scrollbar {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

/*初期設定*/
body {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ ゴシック', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ ゴシック', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-wrap {
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 1180px) {
  .page-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 568px) {
  .page-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*フォント*/
h1,
h2,
h3,
h4,
h5,
a,
p {
  padding: 0;
  margin: 0;
}

/*h1はヘッダーに利用されている*/
h1 {
  font-size: 0;
}

/*リンク*/
a {
  color: inherit;
  text-decoration: none;
}

/* a:hover { */
/* opacity: 0.8; */
/* } */
/*イメージ*/
img {
  max-height: 100%;
  max-width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*リスト*/
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*テーブル*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*フォーム*/
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label {
  background: #ff0000;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label {
  background: #ff0000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

/*レスポンシブ*/
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*内部スクロール*/
.scorll-target {
  padding-top: 64px;
  margin-top: -64px;
}

.clearfix::after {
  content: '';
  clear: both;
  display: block;
}

/****************************************
下層ページタイトル
*****************************************/
.under-main_wrap {
  padding-top: 0;
}

.under-mv {
  width: 100vw;
  height: 236px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .under-mv {
    height: 205px;
    margin-bottom: 50px;
  }
}

.under-mv .wrapper {
  height: 100%;
}

.under-mv__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.under-mv__ttl span {
  color: #fff;
  display: block;
}

.under-mv__ttl span.ja {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .under-mv__ttl span.ja {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .under-mv__ttl span.ja {
    font-size: 2.4rem;
  }
}

.under-mv__ttl span.en {
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  .under-mv__ttl span.en {
    font-size: 1rem;
  }
}

.under-mv .breadcrumbs {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .under-mv .breadcrumbs {
    font-size: 1.2rem;
  }
}

.under-mv .breadcrumbs span {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .under-mv .breadcrumbs span {
    font-size: 1.2rem;
  }
}

.under-mv .breadcrumbs span a {
  text-decoration: underline;
}

.under-mv.application-mv {
  background-image: url(../../images/application/bg-application.jpg);
}

.under-mv.q_a-mv {
  background-image: url(../../images/q_a/bg-q_a.jpg);
}

.under-mv.topics-mv {
  background-image: url(../../images/topics/bg-topics.jpg);
}

.under-mv.whats-autorace-mv {
  background-image: url(../../images/whats-autorace/bg-whats-autorace.jpg);
}

.under-mv.auto-dream-movie-mv {
  background-image: url(../../images/auto-dream-movie/bg-auto-dream-movie.jpg);
}

.under-mv.contact-mv {
  background-image: url(../../images/contact/bg-contact.jpg);
}

.under-mv.message-from-jia-mv {
  background-image: url(../../images/message-from-jia/bg-message-from-jia.jpg);
}

.under-mv.management-info-mv {
  background-image: url(../../images/management-info/bg-management-info.jpg);
}

.under-mv.change-point-mv {
  background-image: url(../../images/change-point/bg-change-point.jpg);
}

.under-mv.privacy-mv {
  background-image: url(../../images/privacy/bg-privacy.jpg);
}

.under-mv.facilities-mv {
  background-image: url(../../images/facilities/bg-facilities.jpg);
}

.under-mv.jia-life-mv {
  background-image: url(../../images/jia-life/bg-jia-life.jpg);
}

.under-mv.jia-guidance-mv {
  background-image: url(../../images/jia-guidance/bg-jia-guidance.jpg);
}

.section-ttl {
  text-align: center;
  font-size: 3rem;
  color: #df0010;
  line-height: 1.3;
  font-weight: 600;
  margin: 50px 0 40px;
}

@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .section-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}

/****************************************
ページネーション 
*****************************************/
.pagination {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page-numbers {
  font-size: 1.3rem;
  display: inline-block;
  width: 67px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  margin-right: 8px;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination span.page-numbers {
  background-color: #df0010;
  color: #fff;
}

.pagination a.page-numbers {
  border: 1px solid #dcdcdc;
  color: #222;
}

.pagination a.page-numbers:hover {
  background-color: #df0010;
  color: #fff;
}

.to-top {
  text-align: center;
  margin-top: 20px;
}

.to-top a {
  display: inline-block;
  width: 138px;
  height: 54px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 52px;
  font-size: 1.3rem;
  color: #222;
}

.to-top a:hover {
  background-color: #df0010;
  color: #fff;
}
