<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*　Reset　*/

/* support iOS */
html {
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  font-size: 62.5%;
  overflow: auto;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;

  /*-apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Hiragino Sans",
    Roboto,
    Arial,
    Meiryo,*/
} /* "Segoe UI","Hiragino Kaku Gothic ProN","BIZ UDPGothic","Yu Gothic Medium" */

a {
  text-decoration: none;
  color: #0000ee;
}
a:hover img {
  opacity: 0.7;
}
hr {
  visibility: hidden;
}
em,
strong {
  font-weight: bold;
  font-style: normal;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /*background-color: #fff;*/
}
input[text="text"],
textarea,
select {
  font-size: 16px;
} /* iPhoneズーム対策 */
.textcenter {
  text-align: center;
}

/* ====================== 1,400以上 ============== */

/* ----------- header ------------------*/

.headerArea {
  width: 100%;
  height: 87px; /*87*/
  position: relative;
  z-index: 10;
  top: 0;
  /*box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
	margin-bottom: 0;*/
}
.headerArea .container {
  width: 1400px;
  display: flex;
  justify-content: space-between;
}
/*toppage*/
#home .headerArea h1,
.headerContainer p.sitename {
  font-size: 1.2rem;
  font-weight: bold;
  background: url("../image/logo-mainbg726x140.png") no-repeat left bottom;
  background-size: 363px;
  padding-left: 63px;
  margin-top: 10px;
  margin-bottom: 0;
  height: 70px;
}
#home .headerArea h1 a:hover img,
.headerArea p.sitename a:hover img {
  opacity: 1;
}
#home .headerArea h1 img,
.headerArea p.sitename img {
  max-width: 240px;
  max-height: 34px;
}
#home .headerArea h1 span,
.headerArea p.sitename span {
  font-size: 1rem;
}

.headerContainer {
  width: 363px;
  /*order: 1;*/
  height: auto;
}
.call {
  width: 300px;
  order: 3;
  font-size: 1.3rem;
  text-align: right;
  /*margin-top: -4px;*/
  padding-top: 2px;
}
.globalNav {
  width: 630px;
  /*order: 2;*/
  /*height: 84px;*/
  margin-left: auto;
  margin-right: 10px;
}

.globalNav ul {
  height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center; /* テキスト中央　下はflex-end */
  margin: 0;
  /*background: #ccc;*/
  box-sizing: border-box;
  padding-left: 0 !important;
}
.globalNav ul li {
  display: block;
  bottom: 0;
}
.globalNav ul li a {
  display: inline-block;
  padding: 1.6rem 1.5rem;
  /*font-weight: bold;*/
}
.globalNav ul li a:hover {
  background: #eee;
  font-weight: bold;
}

/* header material-icon */
.material-icons-outlined {
  vertical-align: bottom;
  font-size: 28px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 3px;
}
.hambMenu {
  display: none;
}

/* ------- ドロップダウンメニュー --------- */

.globalNav ul li.dropdown {
  position: relative;
  /*overflow: hidden;
      transition: .5s;*/
}

.globalNav ul li.dropdown ul {
  position: absolute;
  top: 60px;
  /*display: block;*/
  background-color: #004098;
  width: 360px;
  height: 150px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
}
.globalNav .navMenu li.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}

.globalNav ul li.dropdown ul li {
  height: 50px;
  width: 180px;
  border-left: solid 10px #587abe;
}
/*.globalNav ul li.dropdown ul li:last-child {
        border-bottom: solid 1px #587abe;
    }*/
.globalNav ul li.dropdown ul li a {
  color: #ffffff;
  font-weight: normal;
  padding: 0 10px;
  height: 48px;
  line-height: 50px;
  display: block;
  margin-top: 0px;
}

.globalNav ul li.dropdown ul li a:hover {
  background-color: #355fb4;
  /*transition: .5s;*/
}

.globalNav ul li.dropdown ul.submenu2 {
  height: 50px;
  width: 180px;
}

/* ----------- mainimage - slide ------------------*/

.slideimage {
  width: 100%;
  /*height: 100%;*/
}
.mainImage {
  width: 100%;
  height: 640px;
  /*padding-top: 90px;*/
  background-size: cover;
  background-position: center; /*right center*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mainCopy {
  position: absolute;
  bottom: 100px; /*コピーの位置*/
  /*right: 2rem;
    color: #fff;*/
  color: #fff;
  text-shadow: 2px 2px 1px #004098;
  line-height: 1.4;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  /*text-shadow: 1px 1px 1px #000;*/
}
.mainCopy p {
  margin-top: 0;
  margin-bottom: 0px;
} /*top page*/
.mainCopy h1 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 5rem;
} /*sub page*/
.subcatch {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: normal;
}

/* ----------- main ------------------*/

main {
  width: 1200px;
  height: auto;
  margin: auto;
}

/* mainの領域は main.css に */

/* ----------- footer ------------------*/

footer {
  background-color: #004098;
  color: #ffffff;
}
.sns {
  background: url(../image/line-sdgs1200.png) repeat-x center bottom #fff;
} /*SNSアイコン*/
.sns-icon {
  width: 300px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.sns-icon li {
  margin-right: 20px;
}
.sns-icon li:last-child {
  margin-right: 0px;
}
.sns-icon li a {
  display: block;
}
.sns img {
  width: 60px;
}

.footerArea {
  width: 1200px;
  padding: 1rem 2rem 4rem;
  margin: auto;
  text-align: center;
}
.footerArea a {
  color: #fff;
}
.footerMenu {
  margin-top: 0;
  font-size: 1.2rem;
  text-align: left;
}
address {
  font-style: normal;
  font-size: 1.4rem;
}
address i {
  display: inline-block;
  width: 40px;
  height: 40px;
}
address i img {
  width: 38px;
  filter: drop-shadow(1px 1px 0px #fff);
  vertical-align: bottom;
}
address span {
  font-size: 1rem;
  font-style: normal;
  margin: 0 3px;
}
address em {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: normal;
}

.footerArea .contentWrapper.fb {
  flex-direction: row-reverse;
  margin-top: 0rem;
  margin-bottom: 4rem;
}
.holi {
  background: #fff;
} /* w30% */
.holi iframe {
  width: 100%;
}
.fbook {
  width: 300px !important;
  height: 300px;
  background: #80b5ff;
}
.corp {
  text-align: left !important;
} /* w30% */
.copyright {
  margin-bottom: 0;
}

/* ====================== レスポンシブ ============== */

/* ====================== 1399 ============== */

@media (max-width: 1399px) {
  .headerArea .container {
    width: 1200px;
  }
  .mainImage {
    height: 600px;
  }
  .subcatch {
    font-size: 2.6rem;
  }
  .globalNav {
    margin-right: 0;
  }
}

/* ====================== 1199 ============== */

@media (max-width: 1199px) {
  .headerArea {
    width: 100%;
    height: 148px;
    background: url(../image/header_bg355fb4.png) repeat-x bottom left;
  }
  .headerArea .container {
    width: 100%;
    background-color: inherit;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .headerContainer {
    order: inherit;
  }
  .call {
    order: inherit;
  }
  .globalNav {
    order: inherit;
  }

  .globalNav {
    display: block;
    width: 100%; /*headerContainer320 call300*/
    margin: auto;
    background-color: #355fb4;
  }
  .globalNav ul {
    height: 60px;
    width: 710px;
    margin: 0 auto;
  }
  .globalNav .navMenu li {
    width: 100%;
  }
  .globalNav .navMenu li a {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .globalNav .navMenu li a:hover {
    color: #80b5ff;
    background-color: #004098;
  }

  .globalNav ul li.dropdown ul {
    background-color: #355fb4;
  }
  .globalNav ul li.dropdown ul li a:hover {
    background-color: #004098;
  }

  /*.slideimage {
        height: 420px;
        }*/
  .mainImage {
    height: 400px;
  }
  main {
    width: 980px;
    margin: auto;
  }

  .footerArea {
    width: 980px;
  }
  .fbook,
  .holi,
  .corp {
    width: 300px !important;
  }
  .fb-page {
    width: 100%;
  }
}

/* ====================== 1023 ============== */

@media (max-width: 1023px) {
  .mainCopy {
    font-size: 5rem;
  }
  .subcatch {
    font-size: 2.2rem;
  }

  main {
    width: auto;
  }

  .footerArea {
    width: 700px;
  }
  .footerArea .contentWrapper.fb {
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
  .footerArea .col-3.fbook,
  .footerArea .col-3.holi,
  .footerArea .col-3.corp {
    margin-bottom: 3rem;
  }
  .footerArea .col-3.corp {
    margin: 3rem auto;
    text-align: center !important;
  }
  .footerArea .row.fb {
    flex-wrap: wrap;
  }
}

/* ====================== 767 ============== */
/* header下部にメニューを表示させる */

@media (max-width: 767px) {
  /*.container {
        padding-right: 10px;
        padding-left: 10px;
    }*/
  .headerContainer {
    width: 360px;
    margin-left: -10px;
  }
  .call {
    width: 288px;
    margin-right: -10px;
  }

  .globalNav ul {
    width: 650px;
  }
  .mainImage {
    height: 300px;
    background-position: center; /*画像位置の調整するなら */
  }
  #home .mainCopy {
    font-size: 4rem;
  }
  .mainCopy h1 {
    font-size: 4rem;
  }
  main {
    width: auto;
  }
  footer {
    padding-bottom: 60px;
  }

  /* -- メニューをページ下部に固定（スマホ用　4色）-- */
  #sp-fixed-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 2; /* ハンバーガーメニューが被らないように */
  }

  /*メニューを横並びにする*/
  #sp-fixed-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #sp-fixed-menu li {
    justify-content: center;
    align-items: center;
    /*width: 25%;*/
    padding: 0;
    margin: 0;
    font-size: 12px;
    border-right: 1px solid #fff;
  }

  /*買取査定メニューを青色に*/
  #sp-fixed-menu li:first-child {
    background: #355fb4;
    width: 20%;
  }
  /*LINE査定メニューをグリーン色に*/
  #sp-fixed-menu li:nth-child(2) {
    background: #38b435;
    width: 20%;
  }
  /*レンタカーをピンク色に*/
  #sp-fixed-menu li:nth-child(3) {
    background: #E7485E;
    width: 20%;
  }
  /*お問い合わせメニューをオレンジ色に*/
  #sp-fixed-menu li:nth-child(4) {
    background: #f3a324;
    width: 20%;
  }
  /*電話をかけるメニューを赤色に*/
  #sp-fixed-menu li:last-child {
    background: #f32424;
    width: 20%;
    border-right: none;
  }

  /*ボタンを調整*/
  #sp-fixed-menu li a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 18px 10px;
  }

  #sp-fixed-menu .material-icons-outlined {
    vertical-align: bottom;
    font-size: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* その他767px以下の指示 */

  /*footer .col { display: block;}
    footer .col-2 {
        width: 400px;
        margin: 0 auto 50px;
    }*/

  .footerArea {
    width: 600px;
  }
  .footerArea .contentWrapper.fb {
    display: block;
    flex-direction: reverse;
  }
  .fbook,
  .holi {
    height: 300px;
  }
  .corp {
    height: 200px;
  }
  footer address img.qr {
    display: none;
  } /* QRコード */
}

/* ====================== 679 ============== */
/* 679px以下のheader表示 */

@media (max-width: 679px) {
  .mainimage {
    background-position: right -100px center;
  }
  .headerArea {
    width: 100%;
    height: 84px;
    background: none;
  }
  .headerArea .container {
    display: block;
  }
  .headerContainer {
    margin: auto;
    text-align: left;
  }
  .call {
    margin: auto;
    text-align: center;
  }
  .call img {
    width: 80%;
    height: 80%;
  }
  .call {
    display: none;
  } /* 非表示 */

  .globalNav {
    display: none;
  }
  /*
    .globalNav {
        width: auto;
        margin-top: 6px;
    }
    .globalNav ul {
        height: 60px;
        width: auto;
    }
    */

  #home .headerArea h1,
  .headerArea p.sitename {
    padding-left: 63px;
  }
  /*.headerContainer img {
        width:80%;
        height: 80%;
    }*/

  .footerArea {
    width: 400px;
  }
  .corp {
    text-align: center;
  }

  /* -------- headerメニューをハンバーガーメニューに ---- */

  .hambMenu {
    display: block;
  }
  .hambMenu p {
    margin-top: -5px;
    margin-bottom: 0;
    line-height: 1;
    color: #004098;
    text-align: center;
  }

  .call {
    position: initial;
    top: 70px;
    left: 0px;
    margin-left: 10px;
    text-align: left;
  }

  .hambMenuArea {
    background: rgba(255, 255, 255, 0.7);
    width: 50px;
    padding: 8px 5px 20px;
    position: fixed;
    top: 5px;
    right: 10px;
    /*opacity: 0.8;*/
    /* z-index: 110;---------------------- */
  }
  .menu-btn {
    position: relative;
    width: 40px;
    height: 35px;
    cursor: pointer;
  }
  .menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #004098;
    border-radius: 4px;
  }
  .menu-btn i {
    display: inline-block;
    position: absolute;
    bottom: -16px;
    font-size: 1.2rem;
    font-style: normal;
    width: 40px;
    text-align: center;
  }
  .menu-btn,
  .menu-btn span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .menu-btn span:nth-of-type(1) {
    top: 0;
  }
  .menu-btn span:nth-of-type(2) {
    top: 12px;
  }
  .menu-btn span:nth-of-type(3) {
    bottom: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span:nth-of-type(2) {
    opacity: 0;
  }
  #menu-btn-check:checked ~ .menu-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }

  /* チェックを非表示にする */
  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 70%;
    height: auto;
    position: fixed;
    top: 70px;
    left: 100%; /* メニューを画面外へ */
    /* z-index: 120; 下のコンテンツの上にかぶせて表示する */
    background-color: #004098;
    transition: all 0.5s; /* 0.5秒かけてアニメーションで出し入れする */
    z-index: 200;
  }
  .menu-content ul {
    padding: 10px 10px;
    margin-top: 0;
  }
  .menu-content ul ul {
    padding: 0px 20px 0 30px;
  } /**/

  .menu-content ul li {
    border-bottom: solid 1px #ffffff; /* メニューアイテムの区切り線 */
    list-style: none;
    line-height: 2em;
  }
  .menu-content ul li ul li {
    border-top: dashed 1px #ffffff;
    border-bottom: none;
  }
  /* .menu-content ul li ul li:last-child {
  border: none; 区切り線消す
  padding-bottom: .5em;
} */
  .menu-content ul li ul.submenu2 li {
    border-top: dashed 1px #ffffff !important;
    padding-bottom: 0;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
    padding: 9px 15px 10px 0.5em;
    position: relative;
  }
  .menu-content ul li a:hover {
    background-color: #355fb4;
  }

  /* メニューの出し入れ */
  #menu-btn-check:checked ~ .menu-content {
    left: 30%; /* チェックされたら画面内へ */
  }
}

/* ====================== 559 ============== */

@media (max-width: 559px) {
  #home .headerContainer h1,
  .headerContainer p.sitename,
  .call p {
    font-size: 1.2rem;
  }
  /*.headerArea h1 {
        background-size: auto 52px;
        background-position: left top;
        padding-left: 60px;
    }*/
  .headerArea {
    height: 84px;
    /*opacity: 0.8;*/
  }

  /*.globalNav { display: none;}*/
  .slideimage {
    height: 250px;
  }
  .mainImage {
    height: 250px;
  }

  #home .mainCopy {
    font-size: 3rem;
    bottom: 80px;
  }
  .mainCopy h1 {
    font-size: 3rem;
    bottom: 80px;
  }
  .subcatch {
    font-size: 1.8rem;
  }

  /* ロゴは左へ移動 */
  .headerContainer {
    margin-left: -10px;
  }

  #home .contentWrapper:first-child {
    margin-top: 3rem;
  }
}

/* ====================== 459 ============== */

@media (max-width: 459px) {
  .headerArea {
    height: 75px;
  }
  #home .headerContainer h1,
  .headerContainer p.sitename {
    background-size: 302px;
    background-position: left top;
    padding-left: 53px;
  }
  .headerContainer img {
    width: 200px;
    height: 28px;
  }
  .hambMenuArea {
    padding: 10px 5px 12px;
  }
  .slideimage {
    height: 200px;
  }
  .mainImage {
    height: 200px;
  }
  .subcatch {
    font-size: 1.8rem;
  }

  .footerArea {
    width: 320px;
    padding: 1rem 0 4rem;
  }
  .footerArea .col-3 {
    width: 100%;
    min-width: 290px;
  }

  .corp {
    height: 180px;
  }
  address {
    font-size: 1.4rem;
  }

  .copyright {
    margin-top: 0;
  }

  /* 下側メニューの調整 */
  #sp-fixed-menu li a {
    padding: 14px 6px;
  }
  #home .mainCopy {
    font-size: 2.4rem;
    bottom: 80px;
  }
  .mainCopy h1 {
    font-size: 2.4rem;
    bottom: 80px;
    /*top: 50%;
    transform: translate(0, -50%) 縦位置中央*/
  }
}

/* ====================== 379 ============== */

@media (max-width: 379px) {
  .headerArea {
    height: 70px;
  }
  #home .headerContainer h1,
  .headerContainer p.sitename {
    background-size: 301px;
  }
  #home .mainCopy {
    font-size: 2rem;
  }

  .headerContainer img {
    width: 199px;
    height: 28px;
  }

  /*.headerArea h1 { padding-left: 55px;}
    .headerContainer { margin-left: -5px;}
    .headerContainer img {
        width:80%;
        height: 80%;
    }*/

  /*.hambMenuArea { width: 50px;}
    .menu-btn { width: 40px;} iphone ズレる？ */
  .hambMenuArea {
    width: 50px;
    padding-left: 5px;
    padding-right: 0;
  }

  .hambMenu p {
    font-size: 1.3rem;
  }

  .menu-btn span:nth-of-type(3) {
    bottom: 9px;
  }

  .copyright {
    margin-bottom: 20px;
  }
}

/* ====================== 320 - 359 ============== */

@media (max-width: 359px) {
  .headerArea {
    height: 70px;
  }
  #home .headerContainer h1,
  .headerContainer p.sitename {
    background-size: 250px;
    padding-left: 48px;
    background-position: left 5px top 5px;
  }
  .headerContainer img {
    width: 166px;
    height: 23px;
  }

  .headerArea .container {
    padding: 0 10px;
  }

  .hambMenuArea {
    right: 6px;
  }

  .subcatch {
    font-size: 1.6rem;
  }
}

/* 逆（非表示）の場合 */
@media (min-width: 768px) {
  .for-sp {
    display: none;
  }
}
</pre></body></html>