@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body {
  position: relative;
  overflow-x: clip;
  margin: 0;
  padding: 0;
}




/************************************
    header
**************************************/


@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 1em 10px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
  background-color: transparent;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
:root {
  --black-800: #5C5C5C;
  --black-800-rgb: 92,
  92,
  92;
  --black-600: #858585;
  --black-600-rgb: 133,
  133,
  133;
  --black-400: #ADADAD;
  --black-400-rgb: 173,
  173,
  173;
  --black-200: #D6D6D6;
  --black-200-rgb: 214,
  214,
  214;
  --black-100: #EBEBEB;
  --black-100-rgb: 235,
  235,
  235;
  --black: #3A3A3A;
  --black-rgb: 58,
  58,
  58;
  --white: #fff;
  --white-rgb: 255,
  255,
  255;
  --border: #C2C2C2;
  --border-rgb: 194,
  194,
  194;
  --main: #B9344B;
  --main-rgb: 185,
  52,
  75;
  --pink: #F19C99;
  --pink-rgb: 241,
  156,
  153;
  --sub: #2B3D68;
  --sub-rgb: 43,
  61,
  104;
  --sub2: #063190;
  --sub2-rgb: 6,
  49,
  144;
  --whitesmoke: #F8F7F9;
  --whitesmoke-rgb: 248,
  247,
  249;
  --selection_txt: #525252;
  --selection_txt-rgb: 82,
  82,
  82;
  --selection_bg: #ffd0c4;
  --selection_bg-rgb: 255,
  208,
  196;
  --tomato: #ef423b;
  --tomato-rgb: 239,
  66,
  59;
  --art: #DE1815;
  --art-rgb: 222,
  24,
  21;
  --carmake: #014099;
  --carmake-rgb: 1,
  64,
  153;
  --reiwa: #FF0000;
  --reiwa-rgb: 255,
  0,
  0;
  --onix: #2063af;
  --onix-rgb: 32,
  99,
  175;
  --flat7: #ff928e;
  --flat7-rgb: 255,
  146,
  142;
  --recruit: #6bd1e2;
  --recruit-rgb: 107,
  209,
  226;
  --ryu: #B9344B;
  --ryu-rgb: 185,
  52,
  75;
  --mazda: #0080D3;
  --mazda-rgb: 0,
  128,
  211;
  --suzuki: #3CC355;
  --suzuki-rgb: 60,
  195,
  85;
  --instagram: #ff0080;
  --instagram-rgb: 255,
  0,
  128;
}

/*-==========================================================================
font
==========================================================================*/
/*-==========================================================================
rem変換関数
==========================================================================*/
/*-==========================================================================
vw変換
==========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
独自mixinを定義
==========================================================================*/
/*-==========================================================================
ブレイクポイント　xxpc、xpc、pc、lp、tb、sp
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html,
body {
  color: var(--black);
  font-family: "Noto Sans JP", sans-serif;
  /* overflow-x: hidden; */
}

body {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}

::-moz-selection {
  color: var(--selection_txt);
  background-color: var(--selection_bg);
}

::selection,
::-moz-selection {
  color: var(--selection_txt);
  background-color: var(--selection_bg);
}

.over-clip {
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

/* ローディング画面
----------------------------------------------------------------- */
.is-loding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--whitesmoke);
  z-index: 9999;
  pointer-events: none;
}

a {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-word;
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--border);
  text-align: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  text-align: justify;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
/* ==========================================================================
ヘッダー
========================================================================== */
/* メニュー
----------------------------------------------------------------- */
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
header .l-hd,
header .l-hd--under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--white);
  min-height: 63px;
  z-index: 900;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .l-hd,
  header .l-hd--under {
    width: 100%;
  }
}
header h1.l-hd-logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  padding: 14px 20px;
  z-index: 999;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  header h1.l-hd-logo {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 540px) {
  header h1.l-hd-logo {
    max-width: 180px;
    padding: 12px 10px;
  }
}
header h1.l-hd-logo a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header h1.l-hd-logo a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
header h1.l-hd-logo a:hover {
  opacity: 0.7;
}
header .l-hd-nav__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  header .l-hd-nav__wrap {
    display: none;
  }
}
header .l-hd-nav__tel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 26px;
}
header .l-hd-nav__tel .tel {
  line-height: 1;
  color: var(--main);
  font-family: "Outfit", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3px;
}
header .l-hd-nav__tel .tel .ico {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
header .l-hd-nav__tel .tel .num {
  font-weight: 600;
  line-height: 1;
  font-size: 23px;
}
header .l-hd-nav__tel .txt {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
header .l-hd-nav__tel .txt p:last-child {
  font-size: 9px;
  line-height: 11px;
}
.bg-grade {
  background-image: -webkit-repeating-linear-gradient(right, #EA7C75 0%, #B33E52 49.6%, #B33E52 100%);
  background-image: repeating-linear-gradient(270deg, #EA7C75 0%, #B33E52 49.6%, #B33E52 100%);
  background-size: auto auto;
  background-color: var(--main);
}
.l-hd-nav1__link {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-hd-nav1__link a {
  padding: 0 16px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 35px;
}
.l-hd-nav1__link a .ico {
  display: inline-block;
}
.l-hd-nav1__link a .ttl {
  font-weight: 700;
}
.l-hd-nav1__link a:hover {
  opacity: 0.6;
}

.l-hd--under .l-hd-nav__wrap .l-hd-nav__tel .tel {
  color: var(--white);
}
.l-hd--under .l-hd-nav__wrap .l-hd-nav__tel .txt p {
  color: var(--white);
}
.l-hd--under .l-hd-nav__wrap .l-hd-nav1__link li a {
  color: var(--white);
}

/* メニュー 二段
----------------------------------------------------------------- */
.l-hd-nav2__wrap {
  margin-top: 13px;
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-hd-nav2__wrap {
    display: none;
  }
}
.l-hd-nav2__wrap .l-hd-nav2__main {
  background-color: var(--white);
  border-radius: 15px;
  width: 76.72%;
}
@media screen and (max-width: 1280px) {
  .l-hd-nav2__wrap .l-hd-nav2__main {
    width: 80%;
  }
}
.l-hd-nav2__wrap .l-hd-nav2__main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-hd-nav2__wrap .l-hd-nav2__main ul:first-child {
  border-bottom: 1px solid var(--border);
}
.l-hd-nav2__wrap .l-hd-nav2__main ul li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-hd-nav2__wrap .l-hd-nav2__main ul li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--border);
  width: 1px;
  height: 35px;
}
.l-hd-nav2__wrap .l-hd-nav2__main ul li:last-child::after {
  content: none;
}
.l-hd-nav2__wrap .l-hd-nav2__main ul li a {
  padding: 8px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-hd-nav2__wrap .l-hd-nav2__main ul li a .ttl {
  line-height: 1.2;
  font-weight: 700;
}
.l-hd-nav2__wrap .l-hd-nav2__main ul li a:hover {
  color: var(--main);
}
.l-hd-nav2__wrap .l-hd-nav2__sub {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.l-hd-nav2__wrap .l-hd-nav2__sub ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.l-hd-nav2__wrap .l-hd-nav2__sub ul li a {
  color: var(--white);
  line-height: 1.2;
  font-weight: 700;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 53px;
}
.l-hd-nav2__wrap .l-hd-nav2__sub ul li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-hd-nav2__wrap .l-hd-nav2__sub ul li.com a {
  background-color: var(--main);
}
.l-hd-nav2__wrap .l-hd-nav2__sub ul li.com a:hover {
  color: rgba(var(--white-rgb), 0.7);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
}
.l-hd-nav2__wrap .l-hd-nav2__sub ul li.rec a {
  background-color: var(--sub);
}
.l-hd-nav2__wrap .l-hd-nav2__sub ul li.rec a:hover {
  color: rgba(var(--white-rgb), 0.7);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}
.l-hd-nav2__wrap .l-hd-nav2__sub ul li.rec a:hover img {
  opacity: 0.7;
}

/* トグルボタン（ハンバーガーボタン）
----------------------------------------------------------------- */
.l-toggle {
  cursor: pointer;
  display: block;
  width: 100px;
  height: 100px;
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 0 0 0 15px;
  z-index: 999;
}
@media screen and (min-width: 1025px) {
  .l-toggle {
    display: none;
  }
}
.l-toggle .l-toggle-bar {
  width: 48px;
  height: 3px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 39px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-toggle .l-toggle-bar:nth-of-type(2) {
  top: 50px;
}
.l-toggle .l-toggle-bar:nth-of-type(3) {
  top: 61px;
}
.l-toggle--top {
  background-color: var(--main);
}
.l-toggle--top .l-toggle-bar {
  background-color: var(--white);
}
.l-toggle--under {
  background-color: var(--white);
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
}
.l-toggle--under .l-toggle-bar {
  background-color: var(--main);
}

body.open {
  overflow: hidden;
}
body.open .l-toggle {
  background-color: var(--white);
}
body.open .l-toggle .l-toggle-bar {
  -webkit-transform: translateX(-50%) rotate(-160deg);
          transform: translateX(-50%) rotate(-160deg);
  background-color: var(--sub2);
  top: 48px;
}
body.open .l-toggle .l-toggle-bar:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(160deg);
          transform: translateX(-50%) rotate(160deg);
  top: 48px;
}
body.open .l-toggle .l-toggle-bar:nth-of-type(2) {
  display: none;
}

/* ドロワーメニュー（toggleを押して出現するメニュー/SPメニュー）
----------------------------------------------------------------- */
.l-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.l-drawer-logo {
  max-width: 240px;
  width: 100%;
  z-index: 1111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 540px) {
  .l-drawer-logo {
    max-width: 180px;
    margin-top: 35px;
  }
}
.l-drawer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-drawer-logo:hover {
  opacity: 0.7;
}

.l-drawer-body {
  width: 100%;
  height: 100vh;
  background-color: var(--main);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6.25rem;
}

.l-drawer-body__container {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.859375%;
  padding-right: 5.859375%;
}
@media screen and (max-width: 540px) {
  .l-drawer-body__container {
    margin-top: 60px;
    z-index: 99999;
    position: relative;
  }
}

.l-drawer-nav-main {
  position: relative;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 834px) {
  .l-drawer-nav-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .l-drawer-nav-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.l-drawer-nav-main__menu {
  border-top: 1px solid var(--white);
  position: relative;
}
.l-drawer-nav-main__menu > a {
  padding: 20px 0;
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
}
@media screen and (max-width: 540px) {
  .l-drawer-nav-main__menu > a {
    width: calc(100% - 40px);
  }
}
.l-drawer-nav-main__menu > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--white);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  background-image: url(/common/images/header/ico_arrow_main.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .l-drawer-nav-main__menu > a::after {
    content: none;
  }
}
.l-drawer-nav-main__menu > a .ico {
  margin-right: 4px;
}
.l-drawer-nav-main__menu > a:hover {
  opacity: 0.7;
}
.l-drawer-nav-link {
  margin-top: 0.625rem;
}
.l-drawer-nav-link li {
  margin-bottom: 8px;
}
.l-drawer-nav-link li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .l-drawer-nav-link li {
    margin-bottom: 10px;
  }
}
.l-drawer-nav-link li > a {
  font-weight: 500;
  color: var(--white);
}
.l-drawer-nav-link li > a:hover {
  opacity: 0.7;
}

.l-drawer-nav-sub {
  border-top: 1px solid var(--white);
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.875rem;
}
@media screen and (max-width: 540px) {
  .l-drawer-nav-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }
}
.l-drawer-nav-sub li a {
  display: inline-block;
  color: var(--white);
  line-height: 1.8;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .l-drawer-nav-sub li a {
    line-height: 1.4;
  }
}
.l-drawer-nav-sub li a:hover {
  opacity: 0.7;
}

.l-hd-nav__list {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.75rem;
  border-top: 1px solid var(--white);
}
@media screen and (max-width: 834px) {
  .l-hd-nav__list {
    gap: 5rem 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .l-hd-nav__list {
    display: block;
  }
}
.l-hd-nav__list ul {
  padding-top: 1.875rem;
}
.l-hd-nav__list ul li {
  margin-bottom: 1.25rem;
}
.l-hd-nav__list ul li:last-child {
  margin-bottom: 0;
}
.l-hd-nav__list ul li a {
  display: inline-block;
  color: var(--white);
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-hd-nav__list ul li a:hover {
  opacity: 0.7;
}
/* ドロワーメニュー内のアコーディオンメニュー ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.l-drawer-acc {
  width: 100%;
  position: relative;
}

.l-drawer-acc__btn {
  position: absolute;
  right: 0;
  top: 21px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  background-color: var(--white);
  border-radius: 100px;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  /*アイコンの＋と×*/
}
@media screen and (min-width: 541px) {
  .l-drawer-acc__btn {
    display: none;
  }
}
.l-drawer-acc__btn::before, .l-drawer-acc__btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  top: 50%;
}
.l-drawer-acc__btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.l-drawer-acc__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.l-drawer-acc__btn.close::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
}
.l-drawer-acc__btn.close::after {
  -webkit-transform: rotate(180deg) translate(50%);
          transform: rotate(180deg) translate(50%);
}

.l-drawer-acc__cont {
  display: none;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 541px) {
  .l-drawer-acc__cont {
    display: block !important;
  }
}
.l-drawer-acc__cont .l-drawer-acc__cont__menu {
  padding-bottom: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 540px) {
  .l-drawer-acc__cont .l-drawer-acc__cont__menu:last-child {
    padding-bottom: 10px;
  }
}
.l-drawer-acc__cont .l-drawer-acc__cont__menu a {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 21px;
  color: var(--white);
}
@media screen and (max-width: 540px) {
  .l-drawer-acc__cont .l-drawer-acc__cont__menu a {
    padding-left: 18px;
  }
}

/* ドロワーメニュー SNS・LINE・バナー
----------------------------------------------------------------- */
.l-drawer-sns {
  margin-top: 3.125rem;
  padding-top: 3.125rem;
  border-top: 1px solid rgba(var(--white-rgb), 0.3);
}
@media screen and (max-width: 540px) {
  .l-drawer-sns {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

.l-drawer-sns__wrap {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 540px) {
  .l-drawer-sns__wrap {
    margin-bottom: 1.875rem;
  }
}

.l-drawer-sns__label {
  font-weight: 700;
  color: var(--white);
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .l-drawer-sns__label {
    margin-bottom: 1rem;
  }
}

.l-drawer-sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 540px) {
  .l-drawer-sns__list {
    gap: 1rem;
  }
}

.l-drawer-sns__item {
  list-style: none;
}
.l-drawer-sns__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-drawer-sns__item a:hover {
  opacity: 0.7;
}
.l-drawer-sns__item a picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 540px) {
  .l-drawer-sns__item a picture {
    width: 44px;
    height: 44px;
  }
}
.l-drawer-sns__item a picture img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 540px) {
  .l-drawer-sns__item a picture img {
    width: 20px;
    height: 20px;
  }
}

.l-drawer-sns__line {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .l-drawer-sns__line {
    margin-top: 1.875rem;
  }
}

.l-drawer-sns__qr {
  display: inline-block;
}
.l-drawer-sns__qr img {
  width: 160px;
  height: 160px;
  border-radius: 10px;
  background-color: var(--white);
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  .l-drawer-sns__qr img {
    width: 140px;
    height: 140px;
    padding: 0.5rem;
  }
}

.l-drawer-bnr {
  margin-top: 3.125rem;
  padding-top: 3.125rem;
  border-top: 1px solid rgba(var(--white-rgb), 0.3);
  text-align: center;
}
@media screen and (max-width: 540px) {
  .l-drawer-bnr {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
.l-drawer-bnr a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-drawer-bnr a:hover {
  opacity: 0.8;
}
.l-drawer-bnr a img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
@media screen and (max-width: 540px) {
  .l-drawer-bnr a img {
    max-width: 200px;
  }
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  background-color: var(--black);
  position: relative;
  z-index: 3;
}

.l-ft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 0 6.25rem;
  gap: 11%;
}
@media screen and (max-width: 834px) {
  .l-ft {
    padding: 5rem 0 3.75rem;
    gap: 47px;
  }
}
@media screen and (max-width: 540px) {
  .l-ft {
    padding: 3.75rem 0 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ロゴエリア
----------------------------------------------------------------- */
.l-ft-logo__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .l-ft-logo__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-ft-logo__wrap .l-ft-logo {
  text-align: center;
  max-width: 263px;
}
@media screen and (max-width: 834px) {
  .l-ft-logo__wrap .l-ft-logo {
    max-width: 220px;
  }
}
@media screen and (max-width: 540px) {
  .l-ft-logo__wrap .l-ft-logo {
    max-width: 260px;
  }
}
.l-ft-logo__wrap .l-ft-logo img {
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .l-ft-logo__wrap .l-ft-logo img {
    height: 41px;
  }
}
@media screen and (max-width: 540px) {
  .l-ft-logo__wrap .l-ft-logo img {
    height: 49px;
  }
}
.l-ft-logo__wrap .l-ft-logo:hover img {
  opacity: 0.7;
}
.l-ft-logo__wrap .l-ft-add {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .l-ft-logo__wrap .l-ft-add {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 540px) {
  .l-ft-logo__wrap .l-ft-add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.l-ft-logo__wrap .l-ft-add p.txt-bold {
  margin-bottom: 4px;
  opacity: 1;
}
.l-ft-logo__wrap .l-ft-add p {
  color: var(--white);
  line-height: 1.6;
  opacity: 0.8;
}
@media screen and (max-width: 834px) {
  .l-ft-logo__wrap .l-ft-add p {
  }
}
.l-ft-logo__wrap .l-ft-sns {
  margin-top: 2.5rem;
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .l-ft-logo__wrap .l-ft-sns {
    display: none;
  }
}
.l-ft-logo__wrap .l-ft-sns .hukidashi {
  padding: 3px 15px;
  border: 1px solid var(--white);
  font-size: 14px;
  border-radius: 10px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  position: relative;
  color: var(--white);
}
.l-ft-logo__wrap .l-ft-sns .hukidashi::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--black);
  width: 9px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.l-ft-logo__wrap .l-ft-sns .hukidashi::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--white);
  width: 9px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.l-ft-logo__wrap .l-ft-sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-top: 1.5rem;
}
.l-ft-logo__wrap .l-ft-sns ul li a:hover {
  opacity: 0.7;
}
.l-ft-logo__wrap .l-ft-sns ul li a picture {
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-ft-logo__wrap .l-ft-sns .l-ft-sns__line {
  margin-top: 2.5rem;
}
.l-ft-logo__wrap .l-ft-sns .l-ft-sns__line .line {
  margin-top: 1.5rem;
  border-radius: 5px;
  overflow: hidden;
  padding: 6px;
  background-color: var(--white);
}

.l-ft-bnr {
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .l-ft-bnr {
    display: none;
  }
}
.l-ft-bnr a {
  display: block;
}
.l-ft-bnr a:hover {
  opacity: 0.7;
}

/* メニュー
----------------------------------------------------------------- */
.l-ft-nav__wrap {
  max-width: 629px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__wrap {
    max-width: 477px;
  }
}

.l-ft-nav__main {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 834px) {
  .l-ft-nav__main {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 540px) {
  .l-ft-nav__main {
    display: none;
  }
}
.l-ft-nav__main ul li {
  border-top: 1px solid var(--white);
  margin-bottom: 0.625rem;
}
.l-ft-nav__main ul li:last-child {
  margin-bottom: 0;
}
.l-ft-nav__main ul li a {
  padding: 1.25rem 0;
  position: relative;
  color: var(--white);
  line-height: 1.4;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .l-ft-nav__main ul li a {
    font-size: 1rem;
  }
}
.l-ft-nav__main ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--white);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  background-image: url(/common/images/header/ico_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-ft-nav__main ul li a:hover {
  color: var(--main);
}
.l-ft-nav__main ul li a:hover::after {
  background-color: var(--main);
}

.l-ft-nav__sub {
  border-top: 1px solid var(--white);
  margin-top: 2.5rem;
}
@media screen and (max-width: 540px) {
  .l-ft-nav__sub {
    display: none;
  }
}
.l-ft-nav__sub ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.875rem;
}
.l-ft-nav__sub ul li a {
  display: inline-block;
  color: var(--white);
  line-height: 1.8;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-ft-nav__sub ul li a .win {
  background-image: url(/common/images/header/ico_win_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
  width: 9px;
  height: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-ft-nav__sub ul li a:hover {
  color: var(--main);
}
.l-ft-nav__sub ul li a:hover .win {
  background-image: url(/resource/images/ico_win_main.svg);
}

.l-ft-nav__list {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.75rem;
  border-top: 1px solid var(--white);
}
@media screen and (max-width: 834px) {
  .l-ft-nav__list {
    gap: 5rem 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .l-ft-nav__list {
    display: none;
  }
}
.l-ft-nav__list ul {
  padding-top: 1.875rem;
}
.l-ft-nav__list ul li {
  margin-bottom: 1.25rem;
}
.l-ft-nav__list ul li:last-child {
  margin-bottom: 0;
}
.l-ft-nav__list ul li a {
  display: inline-block;
  color: var(--white);
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.9;
}
.l-ft-nav__list ul li a:hover {
  color: var(--main);
}
.l-ft-nav__list ul li a .win {
  background-image: url(/common/images/header/ico_win_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
  width: 9px;
  height: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-ft-nav__list ul li a .search {
  background-image: url(/common/images/header/ico_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  width: 12px;
  height: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-ft-nav__list ul li a:hover .win {
  background-image: url(/common/images/header/ico_win_main.svg);
}
.l-ft-nav__list ul li a:hover .search {
  background-image: url(/common/images/header/ico_search_main.svg);
}

.l-ft-other {
  border-top: 1px solid var(--white);
  padding-top: 1.875rem;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .l-ft-other {
    padding-top: 1.875rem;
    margin-top: 0rem;
  }
}
.l-ft-other .l-ft-other__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.8;
}
.l-ft-other .l-ft-other__link:hover {
  color: var(--main);
}
@media screen and (max-width: 540px) {
  .l-ft-other .l-ft-other__link {
    display: none;
  }
}

.l-ft-copy {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .l-ft-copy {
    font-size: 11px;
  }
}
@media screen and (max-width: 540px) {
  .l-ft-copy {
    margin: auto;
  }
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
}
@media screen and (max-width: 540px) {
  a#pagetop {
    right: 10px;
    bottom: 10px;
  }
}
a#pagetop img {
  width: 50px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-ttl {
  width: calc(100% - 40px);
  height: 384px;
  position: relative;
  margin-top: 199px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-page-ttl {
    margin-top: 80px;
    height: 290px;
  }
}
@media screen and (max-width: 834px) {
  .l-page-ttl {
    height: 230px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 540px) {
  .l-page-ttl {
    margin-top: 80px;
  }
}
.l-page-ttl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.l-page-ttl .l-page-ttl-inner, .l-page-ttl .l-page-ttl-inner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 834px) {
  .l-page-ttl .l-page-ttl-inner, .l-page-ttl .l-page-ttl-inner2 {
    top: calc(50% - 15px);
  }
}
.l-page-ttl .l-page-ttl-inner .jp, .l-page-ttl .l-page-ttl-inner2 .jp {
  color: var(--white);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 22px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .l-page-ttl .l-page-ttl-inner .jp, .l-page-ttl .l-page-ttl-inner2 .jp {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .l-page-ttl .l-page-ttl-inner .jp, .l-page-ttl .l-page-ttl-inner2 .jp {
    line-height: 1.4;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.l-page-ttl .l-page-ttl-inner .jp .ico, .l-page-ttl .l-page-ttl-inner2 .jp .ico {
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .l-page-ttl .l-page-ttl-inner .jp .ico, .l-page-ttl .l-page-ttl-inner2 .jp .ico {
    width: 36px;
  }
}
.l-page-ttl .l-page-ttl-inner .jp .ico img, .l-page-ttl .l-page-ttl-inner2 .jp .ico img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.l-page-ttl .l-page-ttl-inner .jp::before, .l-page-ttl .l-page-ttl-inner2 .jp::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  background: -webkit-repeating-linear-gradient(135deg, white, white 1px, transparent 2px, transparent 5px);
  background: repeating-linear-gradient(-45deg, white, white 1px, transparent 2px, transparent 5px);
}
.l-page-ttl .l-page-ttl-inner2 {
  top: 50%;
}

/* ==========================================================================
セクション
=========================================================================*/
/* 車検・鈑金・ガソスタの共通レイアウト
----------------------------------------------------------------- */
.l-sec__group {
  color: var(--white);
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 9px 20px 7px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 540px) {
  .l-sec__group {
    font-size: 1rem;
    padding: 5px 14px;
  }
}

.l-sec__wrap--reiwa,
.l-sec__wrap--art,
.l-sec__wrap--carmake {
  background-color: var(--white);
  position: relative;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
  border-top: 6px solid var(--art);
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner {
  padding: 3.375rem 3.75rem 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner {
    padding: 2.5rem 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 834px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner {
    padding: 1.875rem 1.875rem 1.875rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner {
    padding: 1.25rem 1rem 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl {
    font-size: 1.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl .img,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl .img,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl .img {
    width: 44px;
  }
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl .img img,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl .img img,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl .img img {
  margin-right: 7px;
  vertical-align: bottom;
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl .img img,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl .img img,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl .img img {
    height: auto;
  }
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl .sm,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl .sm,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl .sm {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl .sm,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl .sm,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl .sm {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl .sm,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl .sm,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__top__ttl .ttl .sm {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--art,
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--reiwa,
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--carmake,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--art,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--reiwa,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--carmake,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--art,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--reiwa,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--carmake {
  border-radius: 50px;
  text-align: center;
  padding: 4px;
  line-height: 1.4;
  font-weight: 700;
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--art,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--art,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--art {
  border: 1px solid var(--art);
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--reiwa,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--reiwa,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--reiwa {
  border: 1px solid var(--reiwa);
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--carmake,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--carmake,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__txt--carmake {
  border: 1px solid var(--carmake);
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel {
  font-size: 1.5rem;
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel {
    font-size: 1.25rem;
  }
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel a,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel a,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel a {
  line-height: 1.5;
  font-size: 2.25rem;
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel a,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel a,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .txt-tel a {
    font-size: 2rem;
  }
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__cap,
.l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__cap,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__cap {
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__cap,
  .l-sec__wrap--art .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__cap,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__inner .l-sec__tel__wrap .l-sec__tel__cap {
    font-size: 14px;
  }
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__img,
.l-sec__wrap--art .l-sec__top .l-sec__top__img,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__img {
  height: 400px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__img,
  .l-sec__wrap--art .l-sec__top .l-sec__top__img,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__img {
    height: 300px;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__img,
  .l-sec__wrap--art .l-sec__top .l-sec__top__img,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__img {
    height: 240px;
  }
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__img picture,
.l-sec__wrap--art .l-sec__top .l-sec__top__img picture,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__img picture img,
.l-sec__wrap--art .l-sec__top .l-sec__top__img picture img,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.l-sec__wrap--reiwa .l-sec__top .l-sec__top__img .catch,
.l-sec__wrap--art .l-sec__top .l-sec__top__img .catch,
.l-sec__wrap--carmake .l-sec__top .l-sec__top__img .catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3%;
}
@media screen and (max-width: 834px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__img .catch img,
  .l-sec__wrap--art .l-sec__top .l-sec__top__img .catch img,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__img .catch img {
    width: 80%;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__top .l-sec__top__img .catch img,
  .l-sec__wrap--art .l-sec__top .l-sec__top__img .catch img,
  .l-sec__wrap--carmake .l-sec__top .l-sec__top__img .catch img {
    width: 100%;
  }
}
.l-sec__wrap--reiwa .l-sec__inner,
.l-sec__wrap--art .l-sec__inner,
.l-sec__wrap--carmake .l-sec__inner {
  padding: 3.75rem 3.75rem 6.25rem;
}
@media screen and (max-width: 1024px) {
  .l-sec__wrap--reiwa .l-sec__inner,
  .l-sec__wrap--art .l-sec__inner,
  .l-sec__wrap--carmake .l-sec__inner {
    padding: 2.5rem 2.5rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-sec__wrap--reiwa .l-sec__inner,
  .l-sec__wrap--art .l-sec__inner,
  .l-sec__wrap--carmake .l-sec__inner {
    padding: 2.5rem 1.875rem 3.75rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__inner,
  .l-sec__wrap--art .l-sec__inner,
  .l-sec__wrap--carmake .l-sec__inner {
    padding: 1.875rem 1rem 2.5rem;
  }
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__news,
.l-sec__wrap--art .l-sec__inner .l-sec__news,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news {
  background-color: var(--whitesmoke);
  padding: 1.875rem 3.75rem;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__news,
  .l-sec__wrap--art .l-sec__inner .l-sec__news,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__news {
    padding: 1.25rem 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__news,
  .l-sec__wrap--art .l-sec__inner .l-sec__news,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__news {
    padding: 1.25rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__ttl,
.l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__ttl,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 123px;
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__ttl,
  .l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__ttl,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__ttl {
    min-width: initial;
  }
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__news .line,
.l-sec__wrap--art .l-sec__inner .l-sec__news .line,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news .line {
  background-color: var(--border);
  width: 1px;
  height: 29px;
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__news .line,
  .l-sec__wrap--art .l-sec__inner .l-sec__news .line,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__news .line {
    display: none;
  }
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__inner,
.l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__inner,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__inner,
  .l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__inner,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__inner {
    gap: 4px;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__inner .btn,
.l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__inner .btn,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__inner .btn {
  width: 25px;
  height: 25px;
  background-image: url(/resource/images/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__inner .date,
.l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__inner .date,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__inner .date {
  color: var(--border);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__inner .date,
  .l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__inner .date,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__inner .date {
    line-height: 1;
  }
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__inner .ttl,
.l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__inner .ttl,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__inner .ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__inner:hover,
.l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__inner:hover,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__inner:hover {
  opacity: 0.7;
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__news .l-sec__news__inner:hover .btn,
.l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__inner:hover .btn,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__inner:hover .btn {
  right: -5px;
}
@media screen and (max-width: 834px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__store .c-flex--lg,
  .l-sec__wrap--art .l-sec__inner .l-sec__store .c-flex--lg,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__store .c-flex--lg {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__store .c-flex-all,
  .l-sec__wrap--art .l-sec__inner .l-sec__store .c-flex-all,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__store .c-flex-all {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__map .radi15,
  .l-sec__wrap--art .l-sec__inner .l-sec__map .radi15,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__map .radi15 {
    height: 240px;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__map .radi15,
  .l-sec__wrap--art .l-sec__inner .l-sec__map .radi15,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__map .radi15 {
    height: 180px;
  }
}
.l-sec__wrap--reiwa .l-sec__inner .l-sec__inner__wrap,
.l-sec__wrap--art .l-sec__inner .l-sec__inner__wrap,
.l-sec__wrap--carmake .l-sec__inner .l-sec__inner__wrap {
  background-color: var(--whitesmoke);
  padding: 3.75rem;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__inner__wrap,
  .l-sec__wrap--art .l-sec__inner .l-sec__inner__wrap,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__inner__wrap {
    padding: 3.125rem 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__wrap--reiwa .l-sec__inner .l-sec__inner__wrap,
  .l-sec__wrap--art .l-sec__inner .l-sec__inner__wrap,
  .l-sec__wrap--carmake .l-sec__inner .l-sec__inner__wrap {
    padding: 1.875rem 1.25rem;
  }
}

.l-sec__wrap--reiwa {
  border-top: 6px solid var(--reiwa);
}

.l-sec__wrap--art {
  border-top: 6px solid var(--art);
}

.l-sec__wrap--carmake {
  border-top: 6px solid var(--carmake);
}

/* 通常のクラス
----------------------------------------------------------------- */
.l-sec__cont {
  background-color: var(--white);
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
  padding: 5.625rem 5rem 6.25rem;
}
@media screen and (max-width: 834px) {
  .l-sec__cont {
    padding: 3.125rem 1.5rem;
  }
}

.l-sec-sm {
  padding: 1rem 0;
}

.l-sec-md {
  padding: 2.5rem 0;
}

.l-sec-lg {
  padding: 3.75rem 0;
}
@media screen and (max-width: 540px) {
  .l-sec-lg {
    padding: 3.75rem 0;
  }
}

.l-sec-xlg {
  padding: 5rem 0;
}
@media screen and (max-width: 834px) {
  .l-sec-xlg {
    padding: 3.75rem 0;
  }
}

.l-sec-xxlg {
  padding: 6.25rem 0;
}
@media screen and (max-width: 834px) {
  .l-sec-xxlg {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 540px) {
  .l-sec-xxlg {
    padding: 3.75rem 0;
  }
}

.l-sec-xlg-remove-top {
  padding: 0 0 5rem;
}
@media screen and (max-width: 834px) {
  .l-sec-xlg-remove-top {
    padding: 0 0 3.75rem;
  }
}

.l-sec-xxlg-remove-top {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .l-sec-xxlg-remove-top {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec-xxlg-remove-top {
    padding: 0 0 2.5rem;
  }
}

.l-sec-xxxlg-remove-top {
  padding: 0 0 10rem;
}
@media screen and (max-width: 1024px) {
  .l-sec-xxxlg-remove-top {
    padding: 0 0 8.75rem;
  }
}
@media screen and (max-width: 834px) {
  .l-sec-xxxlg-remove-top {
    padding: 0 0 7.5rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec-xxxlg-remove-top {
    padding: 0 0 5rem;
  }
}

.l-sec-xxxxlg-remove-top {
  padding: 0 0 11.25rem;
}
@media screen and (max-width: 834px) {
  .l-sec-xxxxlg-remove-top {
    padding: 0 0 8.75rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec-xxxxlg-remove-top {
    padding: 0 0 7.5rem;
  }
}

.is-sec-anim {
  position: relative;
  width: 100%;
  height: 100%;
}
.is-sec-anim .is-sec-line1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -90px;
  width: 1938.4px;
  max-width: none;
  height: auto;
  z-index: 1;
}
.is-sec-anim .is-sec-line1 path {
  stroke: var(--main);
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  stroke-width: 3px;
}
@media screen and (min-width: 1537px) {
  .is-sec-anim .is-sec-line1 path {
    stroke-width: 2px;
  }
}
@media screen and (max-width: 1366px) {
  .is-sec-anim .is-sec-line1 {
    -webkit-transform: translateX(-50%) scale(calc(100vw / 1366px));
            transform: translateX(-50%) scale(calc(100vw / 1366px));
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .is-sec-anim .is-sec-line1 {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .is-sec-anim .is-sec-line1 {
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-sec-anim .is-sec-line1 {
    bottom: -60px;
  }
}
@media screen and (max-width: 834px) {
  .is-sec-anim .is-sec-line1 {
    bottom: -40px;
  }
}
@media screen and (max-width: 540px) {
  .is-sec-anim .is-sec-line1 {
    bottom: -10px;
  }
}
.is-sec-anim .is-sec-line2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  width: 1926.22px;
  max-width: none;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .is-sec-anim .is-sec-line2 {
    -webkit-transform: translateX(-50%) scale(calc(100vw / 1366px));
            transform: translateX(-50%) scale(calc(100vw / 1366px));
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .is-sec-anim .is-sec-line2 {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .is-sec-anim .is-sec-line2 {
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
  }
}
@media screen and (max-width: 540px) {
  .is-sec-anim .is-sec-line2 {
    bottom: -20px;
  }
}
.is-sec-anim .is-sec-line2 path {
  stroke: var(--main);
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  stroke-width: 3px;
}
@media screen and (min-width: 1537px) {
  .is-sec-anim .is-sec-line2 path {
    stroke-width: 2px;
  }
}

.is-sec-anim,
.is-news-anim {
  position: relative;
}
.is-sec-anim .is-top-line,
.is-news-anim .is-top-line {
  position: absolute;
  right: 0;
  z-index: 1;
}
.is-sec-anim .is-top-line path,
.is-news-anim .is-top-line path {
  stroke: var(--main);
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
@media screen and (min-width: 1537px) {
  .is-sec-anim .is-top-line path,
  .is-news-anim .is-top-line path {
    stroke-width: 2px;
  }
}
.is-sec-anim .is-top-line.--com,
.is-news-anim .is-top-line.--com {
  top: 39px;
  width: 1923px;
  height: auto;
  max-width: none;
}
@media screen and (max-width: 1366px) {
  .is-sec-anim .is-top-line.--com,
  .is-news-anim .is-top-line.--com {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) scale(calc(100vw / 1366px));
            transform: translateX(-50%) scale(calc(100vw / 1366px));
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .is-sec-anim .is-top-line.--com,
  .is-news-anim .is-top-line.--com {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .is-sec-anim .is-top-line.--com,
  .is-news-anim .is-top-line.--com {
    left: auto;
    right: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    max-width: none;
  }
}
.is-sec-anim .is-top-line.--new,
.is-news-anim .is-top-line.--new {
  top: 59px;
  right: -40px;
  width: 40.1171303075%;
}
@media screen and (min-width: 1537px) {
  .is-sec-anim .is-top-line.--new,
  .is-news-anim .is-top-line.--new {
    max-width: 548px;
    width: 100%;
  }
}
.is-sec-anim .is-top-line.--used,
.is-news-anim .is-top-line.--used {
  top: 30px;
  right: -130px;
  width: 44.289897511%;
}
@media screen and (min-width: 1537px) {
  .is-sec-anim .is-top-line.--used,
  .is-news-anim .is-top-line.--used {
    max-width: 605px;
    width: 100%;
  }
}
.is-sec-anim .is-top-line.--welfare,
.is-news-anim .is-top-line.--welfare {
  top: -20px;
  right: -100px;
  width: 44.3631039531%;
}
@media screen and (min-width: 1537px) {
  .is-sec-anim .is-top-line.--welfare,
  .is-news-anim .is-top-line.--welfare {
    max-width: 606px;
    width: 100%;
  }
}
.is-sec-anim .is-top-line.--lease,
.is-news-anim .is-top-line.--lease {
  top: -40px;
  right: -80px;
  width: 38.579795022%;
}
@media screen and (min-width: 1537px) {
  .is-sec-anim .is-top-line.--lease,
  .is-news-anim .is-top-line.--lease {
    max-width: 527px;
    width: 100%;
  }
}
.is-sec-anim .is-top-line.--news,
.is-news-anim .is-top-line.--news {
  top: -120px;
  right: -100px;
  width: 40.6295754026%;
  z-index: 3;
}
@media screen and (min-width: 1537px) {
  .is-sec-anim .is-top-line.--news,
  .is-news-anim .is-top-line.--news {
    max-width: 555px;
    width: 100%;
  }
}
.is-sec-anim .is-top-line.--contact,
.is-news-anim .is-top-line.--contact {
  top: 40px;
  right: -40px;
  width: 30.9663250366%;
}
@media screen and (min-width: 1537px) {
  .is-sec-anim .is-top-line.--contact,
  .is-news-anim .is-top-line.--contact {
    max-width: 423px;
    width: 100%;
  }
}
.is-sec-anim .is-top-line.--insurance,
.is-news-anim .is-top-line.--insurance {
  top: 40px;
  width: 1924.16px;
  height: auto;
  max-width: none;
}
@media screen and (max-width: 1366px) {
  .is-sec-anim .is-top-line.--insurance,
  .is-news-anim .is-top-line.--insurance {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) scale(calc(100vw / 1366px));
            transform: translateX(-50%) scale(calc(100vw / 1366px));
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .is-sec-anim .is-top-line.--insurance,
  .is-news-anim .is-top-line.--insurance {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1921px) {
  .is-sec-anim .is-top-line.--insurance,
  .is-news-anim .is-top-line.--insurance {
    left: auto;
    right: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    max-width: none;
  }
}

main {
  position: relative;
}
main .is-last-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(-1);
          transform: translateX(-50%) scaleX(-1);
  bottom: 50px;
  width: 1923px;
  max-width: none;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  main .is-last-line {
    -webkit-transform: translateX(-50%) scaleX(-1) scale(calc(100vw / 1366px));
            transform: translateX(-50%) scaleX(-1) scale(calc(100vw / 1366px));
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1920px) {
  main .is-last-line {
    -webkit-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
  }
}
@media screen and (min-width: 1921px) {
  main .is-last-line {
    width: 100%;
    -webkit-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
    max-width: none;
  }
}
@media screen and (max-width: 540px) {
  main .is-last-line {
    left: 50%;
  }
}
main .is-last-line path {
  stroke: var(--main);
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
@media screen and (min-width: 1537px) {
  main .is-last-line path {
    stroke-width: 2px;
  }
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container--sm,
.l-container--lg {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 834px) {
  .l-container,
  .l-container--sm,
  .l-container--lg {
    padding-left: 4.6341463415%;
    padding-right: 4.6341463415%;
  }
}
@media screen and (max-width: 540px) {
  .l-container,
  .l-container--sm,
  .l-container--lg {
    padding-left: 3.7333333333%;
    padding-right: 3.7333333333%;
  }
}

.l-container--sm {
  max-width: 820px;
}

.l-container {
  max-width: 1080px;
}

.l-container--lg {
  max-width: 1200px;
}

.gap20 {
  gap: 20px;
}

.gap14 {
  gap: 14px;
}
