@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 40px;
}

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;
  --tiktok: #2dccd3;
  --tiktok-rgb: 45,
  204,
  211;
}

/*-==========================================================================
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;
  font-size: 1.5625rem;
  line-height: 1;
}
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;
}

.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;
  font-size: 1rem;
}
.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 {
  font-size: 1.125rem;
  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);
  font-size: 1.125rem;
  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;
  opacity: 1;
}
.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
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) {
  opacity: 0;
}

/* ドロワーメニュー（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;
  }
}

.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-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);
}
@media screen and (max-width: 540px) {
  .l-drawer-nav-main__menu > a {
    font-size: 1.125rem;
    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(/resource/images/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-size: 1rem;
  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;
  font-size: 1rem;
}
@media screen and (max-width: 540px) {
  .l-drawer-nav-sub li a {
    font-size: 1rem;
    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 {
    grid-template-columns: 1fr;
    gap: 0rem;
    margin-top: 2.5rem;
  }
}
.l-hd-nav__list ul {
  padding-top: 1.875rem;
}
@media screen and (max-width: 540px) {
  .l-hd-nav__list ul {
    padding-top: 1.25rem;
  }
}
.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-size: 1rem;
  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 {
    font-size: 0.875rem;
    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 {
    font-size: 0.9375rem;
  }
}
.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;
  font-size: 1.125rem;
  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(/resource/images/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(/resource/images/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: 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;
  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(/resource/images/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(/resource/images/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(/resource/images/ico_win_main.svg);
}
.l-ft-nav__list ul li a:hover .search {
  background-image: url(/resource/images/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 {
    gap: 20px;
    padding: 1.25rem 3.125rem 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: 834px) {
  .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: 101px;
  }
}
@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: 834px) {
  .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: 16px;
    padding-right: 30px;
  }
}
@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 p,
.l-sec__wrap--art .l-sec__inner .l-sec__news .l-sec__news__inner p,
.l-sec__wrap--carmake .l-sec__inner .l-sec__news .l-sec__news__inner p {
  line-height: 1.5;
}
.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;
}
@media screen and (max-width: 540px) {
  .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: 22px;
    height: 22px;
    background-size: 8px auto;
  }
}
.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;
  line-height: 1.5;
}
@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: 1024px) {
  .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 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .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;
  }
}
@media screen and (max-width: 834px) {
  .is-sec-anim .is-top-line.--com,
  .is-news-anim .is-top-line.--com {
    top: 19px;
  }
}
.is-sec-anim .is-top-line.--new,
.is-news-anim .is-top-line.--new {
  top: 59px;
  right: -2.9282576867%;
  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%;
  }
}
@media screen and (max-width: 834px) {
  .is-sec-anim .is-top-line.--new,
  .is-news-anim .is-top-line.--new {
    top: 16px;
  }
}
@media screen and (max-width: 540px) {
  .is-sec-anim .is-top-line.--new,
  .is-news-anim .is-top-line.--new {
    width: 50%;
  }
}
.is-sec-anim .is-top-line.--used,
.is-news-anim .is-top-line.--used {
  top: 30px;
  right: -9.5168374817%;
  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%;
  }
}
@media screen and (max-width: 540px) {
  .is-sec-anim .is-top-line.--used,
  .is-news-anim .is-top-line.--used {
    top: 20px;
    width: 50%;
  }
}
.is-sec-anim .is-top-line.--welfare,
.is-news-anim .is-top-line.--welfare {
  top: -20px;
  right: -7.3206442167%;
  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%;
  }
}
@media screen and (max-width: 540px) {
  .is-sec-anim .is-top-line.--welfare,
  .is-news-anim .is-top-line.--welfare {
    width: 50%;
    top: 0;
  }
}
.is-sec-anim .is-top-line.--lease,
.is-news-anim .is-top-line.--lease {
  top: -60px;
  right: -5.8565153734%;
  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%;
  }
}
@media screen and (max-width: 834px) {
  .is-sec-anim .is-top-line.--lease,
  .is-news-anim .is-top-line.--lease {
    top: -40px;
  }
}
@media screen and (max-width: 540px) {
  .is-sec-anim .is-top-line.--lease,
  .is-news-anim .is-top-line.--lease {
    width: 50%;
    top: -20px;
  }
}
.is-sec-anim .is-top-line.--news,
.is-news-anim .is-top-line.--news {
  top: -146px;
  right: -7.3206442167%;
  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%;
  }
}
@media screen and (max-width: 540px) {
  .is-sec-anim .is-top-line.--news,
  .is-news-anim .is-top-line.--news {
    width: 50%;
    top: -40px;
  }
}
.is-sec-anim .is-top-line.--contact,
.is-news-anim .is-top-line.--contact {
  top: 40px;
  right: -2.9282576867%;
  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;
  }
}
@media screen and (max-width: 540px) {
  .is-sec-anim .is-top-line.--insurance,
  .is-news-anim .is-top-line.--insurance {
    top: 30px;
  }
}

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;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox 基本
----------------------------------------------------------------- */
.c-flex,
.c-flex--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-4clm,
.c-flex .c-flex-3clm,
.c-flex .c-flex-2clm,
.c-flex--center .c-flex-4clm,
.c-flex--center .c-flex-3clm,
.c-flex--center .c-flex-2clm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 540px) {
  .c-flex,
  .c-flex--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-flex .c-flex-4clm,
  .c-flex .c-flex-3clm,
  .c-flex .c-flex-2clm,
  .c-flex--center .c-flex-4clm,
  .c-flex--center .c-flex-3clm,
  .c-flex--center .c-flex-2clm {
    width: 100%;
  }
}

.c-flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-flex--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 540px) {
  .c-flex--center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-flex--start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex--end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-flex--j-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-flex-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gap20 {
  gap: 20px;
}

.gap14 {
  gap: 14px;
}

/* FlexBox サイズごと
----------------------------------------------------------------- */
.c-flex--sm,
.c-flex--30,
.c-flex--md,
.c-flex--lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .c-flex--sm,
  .c-flex--30,
  .c-flex--md,
  .c-flex--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--sm {
  gap: 2.5rem 1.25rem;
}
@media screen and (max-width: 540px) {
  .c-flex--sm {
    gap: 1.25rem;
  }
}
.c-flex--sm .c-flex-4clm,
.c-flex--sm .c-flex-3clm,
.c-flex--sm .c-flex-2clm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 540px) {
  .c-flex--sm .c-flex-4clm,
  .c-flex--sm .c-flex-3clm,
  .c-flex--sm .c-flex-2clm {
    width: 100%;
  }
}

.c-flex--30 {
  gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .c-flex--30 {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .c-flex--30 {
    gap: 1.875rem;
  }
}
.c-flex--30 .c-flex-3clm,
.c-flex--30 .c-flex-2clm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 540px) {
  .c-flex--30 .c-flex-3clm,
  .c-flex--30 .c-flex-2clm {
    width: 100%;
  }
}

.c-flex--md {
  gap: 2.5rem 2.5rem;
}
@media screen and (max-width: 540px) {
  .c-flex--md {
    gap: 2.5rem;
  }
}
.c-flex--md .c-flex-3clm {
  -webkit-flex-basis: calc((100% - 80px) / 3);
      -ms-flex-preferred-size: calc((100% - 80px) / 3);
          flex-basis: calc((100% - 80px) / 3);
}
.c-flex--md .c-flex-2clm {
  -webkit-flex-basis: calc((100% - 40px) / 2);
      -ms-flex-preferred-size: calc((100% - 40px) / 2);
          flex-basis: calc((100% - 40px) / 2);
}
@media screen and (max-width: 540px) {
  .c-flex--md .c-flex-3clm,
  .c-flex--md .c-flex-2clm {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
    width: 100%;
  }
}

.c-flex--lg {
  gap: 2.5rem 3.75rem;
}
.c-flex--lg .c-flex-3clm,
.c-flex--lg .c-flex-2clm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 540px) {
  .c-flex--lg .c-flex-3clm,
  .c-flex--lg .c-flex-2clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッドレイアウト
==========================================================================*/
/* グリッド
----------------------------------------------------------------- */
.c-grid--layout,
.c-grid--xsm,
.c-grid--sm,
.c-grid--sm2,
.c-grid--30,
.c-grid--md,
.c-grid--lg,
.c-grid {
  display: grid;
}

.c-grid--xsm {
  gap: 10px;
}

.c-grid--sm {
  gap: 1.875rem 1.25rem;
}
@media screen and (max-width: 540px) {
  .c-grid--sm {
    gap: 1.25rem;
  }
}

.c-grid--sm2 {
  gap: 1.25rem 1.25rem;
}
@media screen and (max-width: 540px) {
  .c-grid--sm2 {
    gap: 1.875rem;
  }
}

.c-grid--30 {
  gap: 1.875rem;
}
@media screen and (max-width: 540px) {
  .c-grid--30 {
    gap: 1.25rem;
  }
}

.c-grid--md {
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .c-grid--md {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 540px) {
  .c-grid--md {
    gap: 1.25rem 1.25rem;
  }
}

.c-grid--lg {
  gap: 3.75rem 3.75rem;
}
@media screen and (max-width: 834px) {
  .c-grid--lg {
    gap: 2.5rem 1.25rem;
  }
}

.c-grid {
  gap: 0;
}

.c-grid-2clm {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 540px) {
  .c-grid-2clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-3clm {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 540px) {
  .c-grid-3clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-3clm--lp2clm {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .c-grid-3clm--lp2clm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .c-grid-3clm--lp2clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-3clm--tb2clm {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 834px) {
  .c-grid-3clm--tb2clm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .c-grid-3clm--tb2clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-4clm {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 540px) {
  .c-grid-4clm {
    grid-template-columns: 1fr;
  }
}

.c-grid-4clm--tb2clm {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 834px) {
  .c-grid-4clm--tb2clm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .c-grid-4clm--tb2clm {
    grid-template-columns: 1fr;
  }
}

.c-grid--layout {
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 834px) {
  .c-grid--layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .c-grid--layout {
    grid-template-columns: 1fr;
  }
}
.c-grid--layout .c-grid-item1,
.c-grid--layout .c-grid-item2,
.c-grid--layout .c-grid-item3 {
  grid-column: span 2;
}
@media screen and (max-width: 834px) {
  .c-grid--layout .c-grid-item1,
  .c-grid--layout .c-grid-item2,
  .c-grid--layout .c-grid-item3 {
    grid-column: span 1;
  }
}
.c-grid--layout .c-grid-item4,
.c-grid--layout .c-grid-item5 {
  grid-column: span 3;
}
@media screen and (max-width: 834px) {
  .c-grid--layout .c-grid-item4,
  .c-grid--layout .c-grid-item5 {
    grid-column: span 1;
  }
}

.c-grid--layout--1-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  display: grid;
}
@media screen and (max-width: 540px) {
  .c-grid--layout--1-2 {
    grid-template-columns: 1fr;
  }
}
.c-grid--layout--1-2 .c-grid-item1 {
  grid-column: span 2;
}
@media screen and (max-width: 540px) {
  .c-grid--layout--1-2 .c-grid-item1 {
    grid-column: span 1;
  }
}
.c-grid--layout--1-2 .c-grid-item2,
.c-grid--layout--1-2 .c-grid-item3 {
  grid-column: span 1;
}
@media screen and (max-width: 540px) {
  .c-grid--layout--1-2 .c-grid-item2,
  .c-grid--layout--1-2 .c-grid-item3 {
    grid-column: span 1;
  }
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num > li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-num > li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  font-weight: 700;
  margin-left: -1.3125rem;
  font-family: "Outfit", sans-serif;
}

.c-list-dot2 li {
  line-height: 2;
  font-weight: 700;
}
.c-list-dot2 li:before {
  content: "";
  vertical-align: middle;
  background-color: var(--main);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -4px;
}

@counter-style fullwidth-numeric {
  system: numeric;
  symbols: "０" "１" "２" "３" "４" "５" "６" "７" "８" "９";
  suffix: "";
}
.c-list-num__ol {
  counter-reset: num-ol;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.c-list-num__ol li {
  position: relative;
  padding-left: 3rem;
  counter-increment: num-ol;
}
.c-list-num__ol li::before {
  content: "（" counter(num-ol, fullwidth-numeric) "）";
  position: absolute;
  left: 0;
  font-weight: 500;
}

/* ==========================================================================
テーブル
=========================================================================*/
/* 下線だけ表 ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-tb tr {
  border-bottom: 1px solid var(--border);
}
.c-tb tr th,
.c-tb tr td {
  padding: 1.25rem 0 1.5rem;
}
@media screen and (max-width: 540px) {
  .c-tb tr th,
  .c-tb tr td {
    padding: 1.25rem 0 1.25rem;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .c-tb tr td {
    padding-top: 0;
  }
}
.c-tb tr th {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.1875rem;
  width: 23%;
  color: var(--main);
}
@media screen and (max-width: 540px) {
  .c-tb tr th {
    width: 100%;
  }
}

/* 2色の下線の表 ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-tb1 tr th,
.c-tb1 tr td,
.c-tb1--art tr th,
.c-tb1--art tr td,
.c-tb1--reiwa tr th,
.c-tb1--reiwa tr td,
.c-tb1--carmake tr th,
.c-tb1--carmake tr td,
.c-tb1--white tr th,
.c-tb1--white tr td {
  padding: 10px 5px;
}
.c-tb1 tr th,
.c-tb1--art tr th,
.c-tb1--reiwa tr th,
.c-tb1--carmake tr th,
.c-tb1--white tr th {
  border-bottom: 1px solid var(--main);
  font-weight: 700;
  line-height: 1.8;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 540px) {
  .c-tb1 tr th,
  .c-tb1--art tr th,
  .c-tb1--reiwa tr th,
  .c-tb1--carmake tr th,
  .c-tb1--white tr th {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    min-width: 55px;
  }
}
.c-tb1 tr td,
.c-tb1--art tr td,
.c-tb1--reiwa tr td,
.c-tb1--carmake tr td,
.c-tb1--white tr td {
  border-bottom: 1px solid var(--border);
  line-height: 2;
}
@media screen and (max-width: 540px) {
  .c-tb1 tr td,
  .c-tb1--art tr td,
  .c-tb1--reiwa tr td,
  .c-tb1--carmake tr td,
  .c-tb1--white tr td {
    width: 100%;
  }
}

.c-tb1--white tr {
  border-bottom: 1px solid var(--white);
}
.c-tb1--white tr:first-child {
  border-top: 1px solid var(--white);
}

.c-tb1--art tr th {
  border-bottom: 1px solid var(--art);
}

.c-tb1--reiwa tr th {
  border-bottom: 1px solid var(--reiwa);
}

.c-tb1--carmake tr th {
  border-bottom: 1px solid var(--carmake);
}

/* 福祉車両用テーブル
----------------------------------------------------------------- */
.c-tb-welfare {
  border-radius: 15px;
  overflow: hidden;
}
.c-tb-welfare table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 834px) {
  .c-tb-welfare table {
    min-width: 800px;
  }
}
.c-tb-welfare thead th {
  background-color: var(--main);
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  padding: 0.625rem;
  border-right: 1px solid var(--white);
}
.c-tb-welfare thead th:first-child {
  width: 211px;
}
@media screen and (max-width: 1024px) {
  .c-tb-welfare thead th:first-child {
    width: 180px;
  }
}
.c-tb-welfare thead th:nth-child(2) {
  width: auto;
}
.c-tb-welfare thead th:last-child {
  border-right: none;
  width: 174px;
}
@media screen and (max-width: 540px) {
  .c-tb-welfare thead th {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
.c-tb-welfare tbody tr {
  border-bottom: 1px solid var(--border);
}
.c-tb-welfare tbody tr:last-child {
  border-bottom: none;
}
.c-tb-welfare tbody td {
  padding: 1rem;
  font-size: 1rem;
  line-height: 2em;
  vertical-align: top;
}
.c-tb-welfare tbody td:first-child {
  background-color: var(--whitesmoke);
  font-weight: 700;
  text-align: center;
}
.c-tb-welfare tbody td:nth-child(2) {
  background-color: var(--white);
}
.c-tb-welfare tbody td.c-tb-welfare__tax {
  background-color: var(--whitesmoke);
  font-weight: 500;
  text-align: center;
  border-right: 1px solid var(--white);
  width: 105px;
}
.c-tb-welfare tbody td.c-tb-welfare__contaFct {
  background-color: rgba(var(--pink-rgb), 0.3);
  font-weight: 500;
  text-align: center;
  line-height: 2;
  border-right: 2px solid var(--white);
}
@media screen and (max-width: 540px) {
  .c-tb-welfare tbody td {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width: 834px) {
  .c-tb-welfare {
    overflow-x: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: var(--main) var(--whitesmoke);
  }
  .c-tb-welfare:not(:hover)::after {
    opacity: 1;
  }
  .c-tb-welfare::-webkit-scrollbar {
    height: 8px;
    background: var(--whitesmoke);
  }
  .c-tb-welfare::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 4px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .c-tb-welfare::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--main-rgb), 0.8);
  }
}

/* 福祉車両用テーブル2（貸付・助成）
----------------------------------------------------------------- */
.c-tb-welfare2 {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 1.25rem;
}
.c-tb-welfare2 table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 834px) {
  .c-tb-welfare2 table {
    min-width: 600px;
  }
}
.c-tb-welfare2 thead th {
  background-color: var(--main);
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  padding: 0.625rem 1rem;
  border-right: 1px solid var(--white);
}
.c-tb-welfare2 thead th:first-child {
  width: auto;
}
.c-tb-welfare2 thead th:last-child {
  border-right: none;
  width: 174px;
}
@media screen and (max-width: 540px) {
  .c-tb-welfare2 thead th {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
}
.c-tb-welfare2 tbody tr {
  border-bottom: 1px solid var(--border);
}
.c-tb-welfare2 tbody tr:last-child {
  border-bottom: none;
}
.c-tb-welfare2 tbody td {
  padding: 1rem;
  font-size: 1rem;
  line-height: 2em;
  vertical-align: top;
}
.c-tb-welfare2 tbody td:first-child {
  background-color: var(--whitesmoke);
  font-weight: 700;
  text-align: left;
}
.c-tb-welfare2 tbody td.c-tb-welfare2__contact {
  background-color: rgba(var(--pink-rgb), 0.3);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .c-tb-welfare2 tbody td {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width: 834px) {
  .c-tb-welfare2 {
    overflow-x: auto;
  }
}

/* 福祉車両価格表
----------------------------------------------------------------- */
.c-tb-insp-price--lg,
.c-tb-insp-price--sm {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
}
.c-tb-insp-price--lg table,
.c-tb-insp-price--sm table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 1024px) {
  .c-tb-insp-price--lg table,
  .c-tb-insp-price--sm table {
    min-width: 940px;
  }
}
@media screen and (max-width: 540px) {
  .c-tb-insp-price--lg table,
  .c-tb-insp-price--sm table {
    min-width: 780px;
  }
}
.c-tb-insp-price--lg tbody tr,
.c-tb-insp-price--sm tbody tr {
  border-bottom: 2px solid var(--border);
}
.c-tb-insp-price--lg tbody tr:last-child,
.c-tb-insp-price--sm tbody tr:last-child {
  border-bottom: none;
}
.c-tb-insp-price--lg tbody td,
.c-tb-insp-price--sm tbody td {
  padding: 10px;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
  color: var(--black);
  background-color: var(--white);
  text-align: center;
  border-right: 2px solid var(--border);
  text-align: right;
}
@media screen and (max-width: 540px) {
  .c-tb-insp-price--lg tbody td,
  .c-tb-insp-price--sm tbody td {
    padding: 8px;
    font-size: 1rem;
  }
}
.c-tb-insp-price--lg tbody td .c-tb-wel-price__cap,
.c-tb-insp-price--sm tbody td .c-tb-wel-price__cap {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
.c-tb-insp-price--lg tbody td:last-child,
.c-tb-insp-price--sm tbody td:last-child {
  border-right: none;
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__sub,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__sub {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__label, .c-tb-insp-price--lg tbody td.c-tb-wel-price__label--sm,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__label,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__label--sm {
  background-color: var(--black);
  color: var(--white);
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  width: 153px;
}
@media screen and (max-width: 540px) {
  .c-tb-insp-price--lg tbody td.c-tb-wel-price__label, .c-tb-insp-price--lg tbody td.c-tb-wel-price__label--sm,
  .c-tb-insp-price--sm tbody td.c-tb-wel-price__label,
  .c-tb-insp-price--sm tbody td.c-tb-wel-price__label--sm {
    width: 60px;
  }
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__label--sm,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__label--sm {
  font-size: 13px;
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__label--sm.narrow,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__label--sm.narrow {
  width: 37px;
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__label--sm.half,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__label--sm.half {
  width: 76.5px;
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__head,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__head {
  text-align: center;
  background-color: var(--art);
  color: var(--white);
  width: 150px;
}
@media screen and (max-width: 540px) {
  .c-tb-insp-price--lg tbody td.c-tb-wel-price__head,
  .c-tb-insp-price--sm tbody td.c-tb-wel-price__head {
    width: 120px;
    font-size: 1rem;
  }
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__head picture,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__head picture {
  display: block;
  margin-bottom: 0.5rem;
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__head picture img,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__head picture img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__head p,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__head p {
  margin: 0;
  font-size: 1rem;
  color: var(--black);
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__img,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__img {
  text-align: center;
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__img picture,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__img picture {
  display: block;
  margin-bottom: 0.5rem;
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__img p,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__img p {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 540px) {
  .c-tb-insp-price--lg tbody td.c-tb-wel-price__img picture img,
  .c-tb-insp-price--sm tbody td.c-tb-wel-price__img picture img {
    width: 100%;
    height: auto;
  }
}
.c-tb-insp-price--lg tbody td.c-tb-wel-price__price,
.c-tb-insp-price--sm tbody td.c-tb-wel-price__price {
  background-color: var(--whitesmoke);
  font-weight: 500;
  color: var(--art);
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .c-tb-insp-price--lg tbody td.c-tb-wel-price__price,
  .c-tb-insp-price--sm tbody td.c-tb-wel-price__price {
    font-size: 1.125rem;
  }
}

.c-tb-insp-price--sm {
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-tb-insp-price--sm table {
    min-width: initial;
  }
}

/* 仕上げ料金表（ガソリンスタンド）
----------------------------------------------------------------- */
.c-tb--keeper {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 1.25rem;
}
@media screen and (max-width: 834px) {
  .c-tb--keeper {
    overflow-x: auto;
  }
}
.c-tb--keeper table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 834px) {
  .c-tb--keeper table {
    min-width: 800px;
  }
}
@media screen and (max-width: 540px) {
  .c-tb--keeper table {
    min-width: 680px;
  }
}
.c-tb--keeper thead th {
  background-color: var(--sub2);
  color: var(--white);
  padding: 1.25rem 0.625rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  border-right: 1px solid var(--white);
}
.c-tb--keeper thead th:first-child {
  width: 147px;
}
.c-tb--keeper thead th:last-child {
  border-right: none;
}
@media screen and (max-width: 540px) {
  .c-tb--keeper thead th {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.c-tb--keeper tbody tr {
  border-bottom: 1px solid var(--border);
}
.c-tb--keeper tbody tr:last-child {
  border-bottom: none;
}
.c-tb--keeper tbody th {
  background-color: var(--black);
  color: var(--white);
  padding: 1.25rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  width: 147px;
  border-right: 1px solid var(--white);
}
@media screen and (max-width: 540px) {
  .c-tb--keeper tbody th {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.c-tb--keeper tbody td {
  background-color: var(--white);
  color: var(--reiwa);
  padding: 10px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2em;
  text-align: right;
  border-right: 1px solid var(--border);
  width: 271px;
}
.c-tb--keeper tbody td:last-child {
  border-right: none;
}
@media screen and (max-width: 540px) {
  .c-tb--keeper tbody td {
    font-size: 1.25rem;
    padding: 0.5rem;
  }
  .c-tb--keeper tbody td:last-child {
    font-size: 1rem;
  }
}
.c-tb--keeper tbody tr:last-child td {
  font-size: 1.1875rem;
  color: var(--black);
}
@media screen and (max-width: 540px) {
  .c-tb--keeper tbody tr:last-child td {
    font-size: 1rem;
  }
}
.c-tb--keeper tbody .bg-gray {
  background-color: rgba(var(--black-rgb), 0.1);
}

/* spで横スクロール
----------------------------------------------------------------- */
.is-scroll-hint {
  position: relative;
  /* スクロールバー - LP以下で常時表示 */
  /* ヒントテキスト */
}
@media screen and (max-width: 1024px) {
  .is-scroll-hint {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.is-scroll-hint::-webkit-scrollbar {
  height: 4px;
}
@media screen and (max-width: 1024px) {
  .is-scroll-hint::-webkit-scrollbar {
    height: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .is-scroll-hint::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
  }
}
.is-scroll-hint::-webkit-scrollbar-thumb {
  background: var(--art);
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .is-scroll-hint::-webkit-scrollbar-thumb {
    background: var(--art);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
}
.is-scroll-hint .scroll-hint {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-scroll-hint .scroll-hint {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--sub);
    background: rgba(var(--white-rgb), 0.9);
    padding: 4px 8px;
    border-radius: 4px;
    -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);
    z-index: 10;
    white-space: nowrap;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 540px) {
  .is-scroll-hint .scroll-hint {
    font-size: 13px;
    top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .is-scroll-hint .scroll-hint.is-visible {
    opacity: 1;
  }
  .is-scroll-hint .scroll-hint.is-scrolling {
    opacity: 0;
  }
  .is-scroll-hint .scroll-hint.is-scrolling .arrow {
    -webkit-animation: none;
            animation: none;
  }
  .is-scroll-hint .scroll-hint .arrow {
    display: inline-block;
    margin-left: 4px;
    -webkit-animation: scrollHintSlide 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: scrollHintSlide 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
}
.is-scroll-hint .scroll-hint.--tb {
  display: none;
}
@media screen and (max-width: 834px) {
  .is-scroll-hint .scroll-hint.--tb {
    display: block;
  }
}
.is-scroll-hint .scroll-hint.--sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .is-scroll-hint .scroll-hint.--sp {
    display: block;
  }
}
@-webkit-keyframes scrollHintSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollHintSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.is-scroll-hint.--sub2::-webkit-scrollbar-thumb {
  background: var(--sub2);
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .is-scroll-hint.--sub2::-webkit-scrollbar-thumb {
    background: var(--sub2);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: -29px;
}
.c-page-nav .c-page-nav__wrap,
.c-page-nav .c-page-nav__wrap--2clm,
.c-page-nav .c-page-nav__wrap--3clm,
.c-page-nav .c-page-nav__wrap--5clm,
.c-page-nav .c-page-nav__wrap--6clm {
  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;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap,
  .c-page-nav .c-page-nav__wrap--2clm,
  .c-page-nav .c-page-nav__wrap--3clm,
  .c-page-nav .c-page-nav__wrap--5clm,
  .c-page-nav .c-page-nav__wrap--6clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu {
  max-width: 270px;
  background-color: var(--white);
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu {
    max-width: initial;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu:first-child,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu:first-child,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu:first-child,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu:first-child,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu:first-child {
  border-radius: 15px 0 0 15px;
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu:last-child,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu:last-child,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu:last-child,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu:last-child,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu:last-child {
  border-radius: 0 15px 15px 0;
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu::after,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu::after,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu::after,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu::after,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu::after {
  content: "";
  display: block;
  background-color: var(--border);
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu::after,
  .c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu::after,
  .c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu::after,
  .c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu::after,
  .c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu::after {
    width: 90%;
    height: 1px;
    left: 50%;
    bottom: 0;
    top: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu:last-child::after,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu:last-child::after,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu:last-child::after,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu:last-child::after,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu:last-child::after {
  content: none;
}
@media screen and (max-width: 834px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu {
    max-width: initial;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu,
  .c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu {
    max-width: initial;
    width: 100%;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu a,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu a,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu a,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu a {
  display: block;
  padding: 12px 1.25rem 14px;
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu a,
  .c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu a,
  .c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu a,
  .c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu a,
  .c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu a {
    padding: 10px 1.25rem 10px;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a span,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu a span,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu a span,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu a span,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu a span {
  display: block;
  min-height: 44px;
  color: var(--main);
  line-height: 1.4;
  font-weight: 700;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 1.875rem;
  position: relative;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu a span,
  .c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu a span,
  .c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu a span,
  .c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu a span,
  .c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu a span {
    padding-bottom: 1.5rem;
    min-height: initial;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a span:after,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu a span:after,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu a span:after,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu a span:after,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu a span:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/resource/images/ico_arrow_under.svg);
  background-size: 6px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  background-color: var(--sub2);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap .c-page-nav__menu a span:after,
  .c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu a span:after,
  .c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu a span:after,
  .c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu a span:after,
  .c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu a span:after {
    width: 18px;
    height: 18px;
  }
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a:hover span,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu a:hover span,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu a:hover span,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu a:hover span,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu a:hover span {
  color: var(--sub2);
}
.c-page-nav .c-page-nav__wrap .c-page-nav__menu a:hover span:after,
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu a:hover span:after,
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu a:hover span:after,
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu a:hover span:after,
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu a:hover span:after {
  bottom: -3px;
}
.c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu {
  max-width: 200px;
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap--6clm .c-page-nav__menu {
    max-width: initial;
    width: 100%;
  }
}
.c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu {
  max-width: 239px;
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap--5clm .c-page-nav__menu {
    max-width: initial;
    width: 100%;
  }
}
.c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu {
  width: 33.3%;
  max-width: initial;
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap--3clm .c-page-nav__menu {
    width: 100%;
  }
}
.c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu {
  width: 50%;
  max-width: initial;
}
@media screen and (max-width: 540px) {
  .c-page-nav .c-page-nav__wrap--2clm .c-page-nav__menu {
    width: 100%;
  }
}

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のフローナビゲーション
----------------------------------------------------------------- */
.c-form-nav,
.c-form-nav--white {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .c-form-nav,
  .c-form-nav--white {
    gap: 1.25rem;
  }
}
.c-form-nav::before,
.c-form-nav--white::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: var(--main);
  aspect-ratio: 1/360;
  max-width: 1px;
  width: 100%;
  max-width: 300px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 540px) {
  .c-form-nav::before,
  .c-form-nav--white::before {
    width: 250px;
  }
}
.c-form-nav li,
.c-form-nav--white li {
  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: 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;
  background-color: var(--white);
  border: 1px solid var(--main);
  border-radius: 100px;
  position: relative;
  height: 100px;
  width: 100px;
  aspect-ratio: 1;
}
@media screen and (max-width: 540px) {
  .c-form-nav li,
  .c-form-nav--white li {
    height: 80px;
    width: 80px;
  }
}
.c-form-nav li.c-form-nav__active,
.c-form-nav--white li.c-form-nav__active {
  background-color: var(--main);
}
.c-form-nav li.c-form-nav__active span,
.c-form-nav--white li.c-form-nav__active span {
  color: var(--white);
}
.c-form-nav li span,
.c-form-nav--white li span {
  display: block;
  color: var(--main);
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .c-form-nav li span,
  .c-form-nav--white li span {
    font-size: 1.125rem;
  }
}
.c-form-nav li .num,
.c-form-nav--white li .num {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}
.c-form-nav--white::before {
  background-color: var(--white);
}
.c-form-nav--white li {
  background-color: var(--white);
}
.c-form-nav--white li span {
  color: var(--whitesmoke);
}

/* 入力フォーム
----------------------------------------------------------------- */
.c-form-wrap,
.c-form-wrap--white {
  margin-top: 2.5rem;
}
.c-form-wrap table,
.c-form-wrap--white table {
  font-size: 1rem;
  background-color: var(--whitesmoke);
  border-radius: 15px;
  overflow: hidden;
}
.c-form-wrap table tr,
.c-form-wrap--white table tr {
  border-bottom: 1px solid var(--white);
}
.c-form-wrap table tr:first-child,
.c-form-wrap--white table tr:first-child {
  border-top: 1px solid var(--white);
}
.c-form-wrap table tr th,
.c-form-wrap table tr td,
.c-form-wrap--white table tr th,
.c-form-wrap--white table tr td {
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td,
  .c-form-wrap--white table tr th,
  .c-form-wrap--white table tr td {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td,
  .c-form-wrap--white table tr th,
  .c-form-wrap--white table tr td {
    display: block;
    width: 100%;
  }
}
.c-form-wrap table tr th,
.c-form-wrap--white table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .c-form-wrap table tr th,
  .c-form-wrap--white table tr th {
    width: 30%;
    padding-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .c-form-wrap table tr th,
  .c-form-wrap--white table tr th {
    width: 100%;
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .c-form-wrap table tr td,
  .c-form-wrap--white table tr td {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}
.c-form-wrap .c-btn-main,
.c-form-wrap--white .c-btn-main {
  position: relative;
  z-index: 2;
}
.c-form-wrap .c-btn-sub,
.c-form-wrap--white .c-btn-sub {
  position: relative;
  z-index: 2;
}

.c-form-wrap--white table {
  font-size: 1rem;
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
}
.c-form-wrap--white table tr {
  border-bottom: 1px solid var(--whitesmoke);
}
.c-form-wrap--white table tr:first-child {
  border-top: 1px solid var(--whitesmoke);
}

/* 必須マーク
----------------------------------------------------------------- */
.c-form-required {
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-form-required {
    text-align: center;
  }
}
.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: var(--sub2);
  border-radius: 20px;
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 24px;
  width: 48px;
  text-align: center;
  margin-left: 14px;
}
@media screen and (max-width: 1024px) {
  .c-form-required::after {
    margin-left: 10px;
  }
}

/* 入力欄
----------------------------------------------------------------- */
.c-form-radio,
.c-form-checkbox,
.c-form-checkbox--white {
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
  height: 20px;
  width: 20px;
  aspect-ratio: 1;
  background-color: var(--white);
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled),
.c-form-checkbox--white:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
  border: 2px solid var(--main);
}
.c-form-radio:checked {
  border: 6px solid var(--main);
}

.c-form-checkbox {
  position: relative;
  background-color: var(--white);
  border: 3px solid var(--pink);
  height: 24px;
  width: 24px;
}
.c-form-checkbox:checked:before {
  content: "";
  background-image: url(/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
  display: block;
  position: absolute;
  left: 1px;
  top: -5px;
}
@media screen and (max-width: 834px) {
  .c-form-checkbox:checked:before {
    top: -5px;
  }
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  background-color: var(--white);
  border: 1px solid var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  padding: 4px 8px;
  max-width: 760px;
  width: 100%;
}
.c-form-input::-webkit-input-placeholder, .c-form-select::-webkit-input-placeholder, .c-form-textarea::-webkit-input-placeholder {
  color: var(--border);
}
.c-form-input::-moz-placeholder, .c-form-select::-moz-placeholder, .c-form-textarea::-moz-placeholder {
  color: var(--border);
}
.c-form-input:-ms-input-placeholder, .c-form-select:-ms-input-placeholder, .c-form-textarea:-ms-input-placeholder {
  color: var(--border);
}
.c-form-input::-ms-input-placeholder, .c-form-select::-ms-input-placeholder, .c-form-textarea::-ms-input-placeholder {
  color: var(--border);
}
.c-form-input::placeholder,
.c-form-select::placeholder,
.c-form-textarea::placeholder {
  color: var(--border);
}
@media screen and (max-width: 1024px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-select,
.c-form-input {
  height: 50px;
}

.c-form-select__inner {
  position: relative;
}
.c-form-select__inner select.c-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form-select__inner .c-form-select {
  padding: 4px 30px;
}
.c-form-select__inner:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px var(--black);
  border-bottom: solid 1px var(--black);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.c-form-radio__wrap--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 540px) {
  .c-form-radio__wrap--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 540px) {
  .c-form-radio__wrap--row .c-flex-all .c-flex-1 {
    width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.c-form-radio__wrap--row .c-flex-all .c-flex-1 .c-form-input {
  width: 100%;
  max-width: initial;
  margin-left: 14px;
}
@media screen and (max-width: 540px) {
  .c-form-radio__wrap--row .c-flex-all .c-flex-1 .c-form-input {
    margin-left: 0;
    width: 100%;
    margin-top: 4px;
  }
}

.c-form-radio__wrap--grid {
  display: grid;
  grid-template-columns: repeat(3, 158px);
  gap: 14px 20px;
}
@media screen and (max-width: 540px) {
  .c-form-radio__wrap--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 10px;
  }
}
.c-form-radio__wrap--grid label {
  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;
  line-height: 1.3;
}

.c-form-cap {
  line-height: 1.8;
  font-size: 13px;
  color: rgba(var(--black-rgb), 0.6);
}

.c-form-address__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 540px) {
  .c-form-address__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-form-address__wrap span {
  min-width: 112px;
  text-align: right;
}
@media screen and (max-width: 540px) {
  .c-form-address__wrap span {
    text-align: left;
  }
}

.c-form-reserve__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .c-form-reserve__wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 540px) {
  .c-form-reserve__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-form-reserve__wrap .c-form-reserve__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .c-form-reserve__wrap .c-form-reserve__inner {
    gap: 10px;
  }
}
@media screen and (max-width: 540px) {
  .c-form-reserve__wrap .c-form-reserve__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-form-reserve__wrap .c-form-reserve__inner-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .c-form-reserve__wrap .c-form-reserve__inner-date {
    gap: 10px;
  }
}
.c-form-reserve__wrap span {
  min-width: 80px;
}
.c-form-reserve__wrap .c-flex-all {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-reserve__wrap .c-form-input {
  max-width: 60px;
  width: 100%;
}
.c-form-reserve__wrap .c-form-select__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .c-form-reserve__wrap .c-form-select__wrap {
    gap: 10px;
  }
}
.c-form-reserve__wrap .c-form-select__wrap .c-form-select {
  width: 210px;
}
@media screen and (max-width: 540px) {
  .c-form-reserve__wrap .c-form-select__wrap .c-form-select {
    width: 100%;
  }
}

/* 個⼈情報の取り扱いについて
----------------------------------------------------------------- */
.c-form-privacy {
  padding: 2.5rem 3.75rem;
  border-radius: 15px;
}
@media screen and (max-width: 540px) {
  .c-form-privacy {
    padding: 1.875rem 5% 3.125rem;
  }
}
.c-form-privacy .c-form-privacy-panel {
  font-size: 14px;
  height: 180px;
  margin-top: 1.875rem;
  padding: 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}
.c-form-privacy .c-form-privacy__check {
  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;
}
.c-form-privacy .c-form-privacy__check label {
  line-height: 1.3;
}

.c-form-checkfocus {
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .c-form-checkfocus {
    text-align: left !important;
  }
}

.c-form-notsale__wrap {
  padding: 2.5rem;
  background-color: var(--whitesmoke);
}
@media screen and (max-width: 540px) {
  .c-form-notsale__wrap {
    padding: 1.875rem 1.25rem;
  }
}
.c-form-notsale__wrap .c-form-notsale__cheackbox {
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 540px) {
  .c-form-notsale__wrap .c-form-notsale__cheackbox {
    padding: 1.875rem 1.25rem 3.125rem;
  }
}
@media screen and (max-width: 540px) {
  .c-form-notsale__wrap .c-form-required:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    top: auto;
    bottom: 20px;
  }
}

/* ==========================================================================
ボタン
=========================================================================*/
/* メインボタン
----------------------------------------------------------------- */
.c-btn-main,
.c-btn-main--reiwa,
.c-btn-main--sub2 {
  text-align: center;
  max-width: 310px;
  width: 100%;
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--reiwa a,
.c-btn-main--reiwa button,
.c-btn-main--sub2 a,
.c-btn-main--sub2 button {
  display: block;
  background-color: var(--main);
  line-height: 74px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
  border-radius: 50px;
  position: relative;
}
.c-btn-main a .pdf,
.c-btn-main button .pdf,
.c-btn-main--reiwa a .pdf,
.c-btn-main--reiwa button .pdf,
.c-btn-main--sub2 a .pdf,
.c-btn-main--sub2 button .pdf {
  margin-right: 10px;
  width: 18px;
  height: auto;
  margin-top: -3px;
}
@media screen and (max-width: 540px) {
  .c-btn-main a .pdf,
  .c-btn-main button .pdf,
  .c-btn-main--reiwa a .pdf,
  .c-btn-main--reiwa button .pdf,
  .c-btn-main--sub2 a .pdf,
  .c-btn-main--sub2 button .pdf {
    margin-left: -20px;
  }
}
.c-btn-main a .pdf img,
.c-btn-main button .pdf img,
.c-btn-main--reiwa a .pdf img,
.c-btn-main--reiwa button .pdf img,
.c-btn-main--sub2 a .pdf img,
.c-btn-main--sub2 button .pdf img {
  max-width: initial;
  width: 100%;
}
.c-btn-main a .btn,
.c-btn-main button .btn,
.c-btn-main--reiwa a .btn,
.c-btn-main--reiwa button .btn,
.c-btn-main--sub2 a .btn,
.c-btn-main--sub2 button .btn {
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: var(--white);
  background-image: url(/resource/images/ico_arrow_main.svg);
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
}
.c-btn-main a .btn.win,
.c-btn-main button .btn.win,
.c-btn-main--reiwa a .btn.win,
.c-btn-main--reiwa button .btn.win,
.c-btn-main--sub2 a .btn.win,
.c-btn-main--sub2 button .btn.win {
  background-image: url(/resource/images/ico_win_main.svg);
}
.c-btn-main a .txt,
.c-btn-main button .txt,
.c-btn-main--reiwa a .txt,
.c-btn-main--reiwa button .txt,
.c-btn-main--sub2 a .txt,
.c-btn-main--sub2 button .txt {
  font-weight: 700;
  color: var(--white);
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--reiwa a:hover,
.c-btn-main--reiwa button:hover,
.c-btn-main--sub2 a:hover,
.c-btn-main--sub2 button:hover {
  background-color: var(--sub2);
}
.c-btn-main a:hover .btn,
.c-btn-main button:hover .btn,
.c-btn-main--reiwa a:hover .btn,
.c-btn-main--reiwa button:hover .btn,
.c-btn-main--sub2 a:hover .btn,
.c-btn-main--sub2 button:hover .btn {
  background-image: url(/resource/images/ico_arrow_sub2.svg);
}
.c-btn-main a:hover .btn.win,
.c-btn-main button:hover .btn.win,
.c-btn-main--reiwa a:hover .btn.win,
.c-btn-main--reiwa button:hover .btn.win,
.c-btn-main--sub2 a:hover .btn.win,
.c-btn-main--sub2 button:hover .btn.win {
  background-image: url(/resource/images/ico_win_sub2.svg);
}

.c-btn-main--sub2 a,
.c-btn-main--sub2 button {
  background-color: var(--sub2);
}
.c-btn-main--sub2 a .txt,
.c-btn-main--sub2 button .txt {
  font-weight: 700;
  color: var(--white);
}
.c-btn-main--sub2 a .btn,
.c-btn-main--sub2 button .btn {
  background-image: url(/resource/images/ico_arrow_sub2.svg);
}
.c-btn-main--sub2 a .btn.win,
.c-btn-main--sub2 button .btn.win {
  background-image: url(/resource/images/ico_win_sub2.svg);
}
.c-btn-main--sub2 a:hover,
.c-btn-main--sub2 button:hover {
  -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);
}
.c-btn-main--sub2 a:hover .btn,
.c-btn-main--sub2 button:hover .btn {
  background-image: url(/resource/images/ico_arrow_sub.svg);
}
.c-btn-main--sub2 a:hover .btn.win,
.c-btn-main--sub2 button:hover .btn.win {
  background-image: url(/resource/images/ico_win_sub.svg);
}

.c-btn-main--reiwa a,
.c-btn-main--reiwa button {
  background-color: var(--reiwa);
}
.c-btn-main--reiwa a .btn,
.c-btn-main--reiwa button .btn {
  background-image: url(/resource/images/ico_arrow_reiwa.svg);
}
.c-btn-main--reiwa a .btn.win,
.c-btn-main--reiwa button .btn.win {
  background-image: url(/resource/images/ico_win_reiwa.svg);
}
.c-btn-main--reiwa a:hover,
.c-btn-main--reiwa button:hover {
  background-color: var(--sub);
}
.c-btn-main--reiwa a:hover .btn,
.c-btn-main--reiwa button:hover .btn {
  background-image: url(/resource/images/ico_arrow_sub.svg);
}
.c-btn-main--reiwa a:hover .btn.win,
.c-btn-main--reiwa button:hover .btn.win {
  background-image: url(/resource/images/ico_win_sub.svg);
}

/* サブボタン ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-btn-sub a,
.c-btn-sub .c-btn-sub__inner,
.c-btn-sub button {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  padding-right: 30px;
}
@media screen and (max-width: 540px) {
  .c-btn-sub a,
  .c-btn-sub .c-btn-sub__inner,
  .c-btn-sub button {
    gap: 5px;
  }
}
.c-btn-sub a .txt,
.c-btn-sub .c-btn-sub__inner .txt,
.c-btn-sub button .txt {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-weight: 700;
}
.c-btn-sub a .txt::before,
.c-btn-sub .c-btn-sub__inner .txt::before,
.c-btn-sub button .txt::before {
  content: "";
  display: block;
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-sub a .btn,
.c-btn-sub .c-btn-sub__inner .btn,
.c-btn-sub button .btn {
  display: block;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/resource/images/ico_arrow_main.svg);
  background-position: center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-sub a:hover,
.c-btn-sub .c-btn-sub__inner:hover,
.c-btn-sub button:hover {
  color: var(--sub);
  opacity: 0.7;
}
.c-btn-sub a:hover .txt::before,
.c-btn-sub .c-btn-sub__inner:hover .txt::before,
.c-btn-sub button:hover .txt::before {
  opacity: 0;
}
.c-btn-sub a:hover .btn,
.c-btn-sub .c-btn-sub__inner:hover .btn,
.c-btn-sub button:hover .btn {
  right: -2px;
}

/* リンクボタン ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-btn-link {
  width: auto;
  display: inline-block;
}
.c-btn-link a,
.c-btn-link button {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  background-image: url(/resource/images/ico_arrow_main.svg);
  background-position: right 5px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  padding-right: 25px;
}
@media screen and (max-width: 540px) {
  .c-btn-link a,
  .c-btn-link button {
    gap: 8px;
  }
}
.c-btn-link a .txt,
.c-btn-link button .txt {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-weight: 700;
}
.c-btn-link a .txt::before,
.c-btn-link button .txt::before {
  content: "";
  display: block;
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-btn-link a .ico,
.c-btn-link button .ico {
  display: inline-block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-btn-link a .ico img,
.c-btn-link button .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 540px) {
  .c-btn-link a .ico,
  .c-btn-link button .ico {
    width: 40px;
    height: 40px;
  }
}
.c-btn-link a:hover,
.c-btn-link button:hover {
  color: var(--sub);
  background-position: right center;
}
.c-btn-link a:hover .txt::before,
.c-btn-link button:hover .txt::before {
  content: none;
}
.c-btn-link a:hover .ico,
.c-btn-link button:hover .ico {
  background-color: var(--sub);
}
.c-btn-link a.instagram,
.c-btn-link button.instagram {
  background-image: url(/resource/images/ico_arrow_instagram.svg);
}
.c-btn-link a.instagram:hover,
.c-btn-link button.instagram:hover {
  color: var(--instagram);
}
.c-btn-link a.tiktok,
.c-btn-link button.tiktok {
  background-image: url(/resource/images/ico_arrow_tiktok.svg);
}
.c-btn-link a.tiktok:hover,
.c-btn-link button.tiktok:hover {
  color: var(--tiktok);
}
.c-btn-link a.blog,
.c-btn-link button.blog {
  background-image: url(/resource/images/ico_arrow_reiwa.svg);
}
.c-btn-link a.blog:hover,
.c-btn-link button.blog:hover {
  color: var(--reiwa);
}

/* カード型の横長ボタン 1段 ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
.c-btn-card a,
.c-btn-card button,
.c-btn-card--big a,
.c-btn-card--big button,
.c-btn-card--logo a,
.c-btn-card--logo button {
  width: 100%;
  border: 1px solid var(--main);
  display: block;
  border-radius: 15px;
  background-color: var(--white);
  position: relative;
  color: var(--main);
  font-weight: 700;
  font-size: 1.125rem;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .c-btn-card a,
  .c-btn-card button,
  .c-btn-card--big a,
  .c-btn-card--big button,
  .c-btn-card--logo a,
  .c-btn-card--logo button {
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
  }
}
.c-btn-card a::before,
.c-btn-card button::before,
.c-btn-card--big a::before,
.c-btn-card--big button::before,
.c-btn-card--logo a::before,
.c-btn-card--logo button::before {
  content: "";
  display: block;
  background-color: var(--sub);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a .ico,
.c-btn-card button .ico,
.c-btn-card--big a .ico,
.c-btn-card--big button .ico,
.c-btn-card--logo a .ico,
.c-btn-card--logo button .ico {
  display: inline-block;
  vertical-align: baseline;
  height: auto;
}
.c-btn-card a .search,
.c-btn-card button .search,
.c-btn-card--big a .search,
.c-btn-card--big button .search,
.c-btn-card--logo a .search,
.c-btn-card--logo button .search {
  background-image: url(/resource/images/ico_search_main.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.c-btn-card a .btn,
.c-btn-card button .btn,
.c-btn-card--big a .btn,
.c-btn-card--big button .btn,
.c-btn-card--logo a .btn,
.c-btn-card--logo button .btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--main);
  border-radius: 100%;
  background-image: url(/resource/images/ico_arrow_white.svg);
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .c-btn-card a .btn,
  .c-btn-card button .btn,
  .c-btn-card--big a .btn,
  .c-btn-card--big button .btn,
  .c-btn-card--logo a .btn,
  .c-btn-card--logo button .btn {
    width: 20px;
    height: 20px;
    background-size: 8px auto;
    right: 16px;
  }
}
.c-btn-card a .win,
.c-btn-card button .win,
.c-btn-card--big a .win,
.c-btn-card--big button .win,
.c-btn-card--logo a .win,
.c-btn-card--logo button .win {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--main);
  border-radius: 100%;
  background-image: url(/resource/images/ico_win_white.svg);
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .c-btn-card a .win,
  .c-btn-card button .win,
  .c-btn-card--big a .win,
  .c-btn-card--big button .win,
  .c-btn-card--logo a .win,
  .c-btn-card--logo button .win {
    width: 20px;
    height: 20px;
    background-size: 8px auto;
  }
}
.c-btn-card a .c-btn-card__logo,
.c-btn-card button .c-btn-card__logo,
.c-btn-card--big a .c-btn-card__logo,
.c-btn-card--big button .c-btn-card__logo,
.c-btn-card--logo a .c-btn-card__logo,
.c-btn-card--logo button .c-btn-card__logo {
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a .c-btn-card__logo img,
.c-btn-card button .c-btn-card__logo img,
.c-btn-card--big a .c-btn-card__logo img,
.c-btn-card--big button .c-btn-card__logo img,
.c-btn-card--logo a .c-btn-card__logo img,
.c-btn-card--logo button .c-btn-card__logo img {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
.c-btn-card a:hover,
.c-btn-card button:hover,
.c-btn-card--big a:hover,
.c-btn-card--big button:hover,
.c-btn-card--logo a:hover,
.c-btn-card--logo button:hover {
  color: var(--sub);
  border: 1px solid var(--sub);
}
.c-btn-card a:hover::before,
.c-btn-card button:hover::before,
.c-btn-card--big a:hover::before,
.c-btn-card--big button:hover::before,
.c-btn-card--logo a:hover::before,
.c-btn-card--logo button:hover::before {
  opacity: 0.1;
}
.c-btn-card a:hover .txt::before,
.c-btn-card button:hover .txt::before,
.c-btn-card--big a:hover .txt::before,
.c-btn-card--big button:hover .txt::before,
.c-btn-card--logo a:hover .txt::before,
.c-btn-card--logo button:hover .txt::before {
  content: none;
}
.c-btn-card a:hover .search,
.c-btn-card button:hover .search,
.c-btn-card--big a:hover .search,
.c-btn-card--big button:hover .search,
.c-btn-card--logo a:hover .search,
.c-btn-card--logo button:hover .search {
  background-image: url(/resource/images/ico_search_sub.svg);
}
.c-btn-card a:hover .btn,
.c-btn-card button:hover .btn,
.c-btn-card--big a:hover .btn,
.c-btn-card--big button:hover .btn,
.c-btn-card--logo a:hover .btn,
.c-btn-card--logo button:hover .btn {
  background-color: var(--sub);
}
.c-btn-card--big a,
.c-btn-card--big button {
  font-size: 1.75rem;
  background-color: var(--main);
  color: var(--white);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 834px) {
  .c-btn-card--big a,
  .c-btn-card--big button {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 540px) {
  .c-btn-card--big a,
  .c-btn-card--big button {
    font-size: 1.25rem;
  }
}
.c-btn-card--big a .search,
.c-btn-card--big button .search {
  background-image: url(/resource/images/ico_search.svg);
  width: 33px;
  height: 35px;
}
@media screen and (max-width: 834px) {
  .c-btn-card--big a .search,
  .c-btn-card--big button .search {
    width: 28px;
  }
}
@media screen and (max-width: 540px) {
  .c-btn-card--big a .search,
  .c-btn-card--big button .search {
    width: 25px;
  }
}
.c-btn-card--big a .btn,
.c-btn-card--big button .btn {
  background-color: var(--white);
  background-image: url(/resource/images/ico_arrow_main.svg);
}
.c-btn-card--big a:hover,
.c-btn-card--big button:hover {
  background-color: var(--sub);
  color: var(--white);
}
.c-btn-card--big a:hover .search,
.c-btn-card--big button:hover .search {
  background-image: url(/resource/images/ico_search.svg);
}
.c-btn-card--big a:hover .btn,
.c-btn-card--big button:hover .btn {
  background-color: var(--white);
  background-image: url(/resource/images/ico_arrow_sub2.svg);
}

@media screen and (max-width: 540px) {
  .c-btn-card--logo a,
  .c-btn-card--logo button {
    height: 140px;
    border-radius: 10px;
    background-color: var(--white);
  }
}
@media screen and (max-width: 540px) {
  .c-btn-card--logo a .win,
  .c-btn-card--logo button .win {
    top: auto;
    bottom: 22px;
    -webkit-transform: none;
            transform: none;
    right: 8px;
  }
}
.c-btn-card--logo a .c-btn-card__inner,
.c-btn-card--logo button .c-btn-card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .c-btn-card--logo a .c-btn-card__inner,
  .c-btn-card--logo button .c-btn-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-btn-card--logo a .c-btn-card__inner .c-btn-card__cont,
.c-btn-card--logo button .c-btn-card__inner .c-btn-card__cont {
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 540px) {
  .c-btn-card--logo a .c-btn-card__inner .c-btn-card__cont,
  .c-btn-card--logo button .c-btn-card__inner .c-btn-card__cont {
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0 0px;
    padding: 4px;
  }
}
.c-btn-card--logo a .c-btn-card__inner .c-btn-card__cont img,
.c-btn-card--logo button .c-btn-card__inner .c-btn-card__cont img {
  width: 100%;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 540px) {
  .c-btn-card--logo a .c-btn-card__inner .c-btn-card__cont img,
  .c-btn-card--logo button .c-btn-card__inner .c-btn-card__cont img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-btn-card--logo a .c-btn-card__inner .c-btn-card__txt,
.c-btn-card--logo button .c-btn-card__inner .c-btn-card__txt {
  width: 50%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-btn-card--logo a .c-btn-card__inner .c-btn-card__txt,
  .c-btn-card--logo button .c-btn-card__inner .c-btn-card__txt {
    text-align: center;
    width: 100%;
    height: 70px;
    line-height: 1.3;
    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;
  }
}
.c-btn-card--logo a .c-btn-card__inner .c-btn-card__txt span,
.c-btn-card--logo button .c-btn-card__inner .c-btn-card__txt span {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .c-btn-card--logo a .c-btn-card__inner .c-btn-card__txt span,
  .c-btn-card--logo button .c-btn-card__inner .c-btn-card__txt span {
    position: relative;
    top: auto;
    left: auto;
    line-height: 1.2;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/* グーグルマップボタン
----------------------------------------------------------------- */
.c-btn-map {
  background-color: var(--main);
  border-radius: 50px;
  max-width: 160px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: var(--white);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  display: inline-block;
  font-size: 14px;
}
.c-btn-map img {
  margin-right: 10px;
}
.c-btn-map:hover {
  background-color: var(--sub);
}

/* PDF、Excel、Wordボタン（情報公開） 1段 ⚠️使用しない場合は削除 or コメントアウト
----------------------------------------------------------------- */
/* snsボタン
----------------------------------------------------------------- */
.c-btn-sns .ico {
  width: 48px;
  height: auto;
  display: block;
}
.c-btn-sns .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-btn-sns:hover {
  opacity: 0.7;
}

/* ==========================================================================
カード
=========================================================================*/
/* 余白だけのシンプルなカード
----------------------------------------------------------------- */
.c-card-basic {
  padding: 2.5rem 3.75rem;
  border-radius: 15px;
}
@media screen and (max-width: 540px) {
  .c-card-basic {
    padding: 1.875rem 1.25rem;
  }
}

.c-card--sm {
  padding: 1.25rem;
  border-radius: 15px;
}
@media screen and (max-width: 540px) {
  .c-card--sm {
    padding: 1.875rem 1.25rem;
  }
}

.c-card--md {
  padding: 2.5rem;
  border-radius: 15px;
}
@media screen and (max-width: 540px) {
  .c-card--md {
    padding: 1.875rem 1.25rem;
  }
}

.c-card--lg {
  padding: 3.75rem;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .c-card--lg {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-card--lg {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 540px) {
  .c-card--lg {
    padding: 1.875rem 1.25rem;
  }
}

/* 画像とその下にタイトルのあるカード ※ボタンつき
----------------------------------------------------------------- */
.c-card-img {
  position: relative;
  border-radius: 10px;
  padding: 1.875rem;
  border: 3px solid var(--white);
}
@media screen and (max-width: 834px) {
  .c-card-img {
    padding: 1.875rem 1.25rem;
  }
}
@media screen and (max-width: 834px) {
  .c-card-img {
    padding: 1.25rem;
  }
}
.c-card-img .c-card-img__head {
  text-align: center;
}
.c-card-img .c-card-img__head img {
  max-width: 100%;
  height: auto;
}
.c-card-img .c-card-img__cont {
  margin-top: 1.25rem;
}
.c-card-img .c-card-img__cont .c-card-img__ttl {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card-img .c-card-img__cont .btn {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: var(--sub2);
  background-image: url(/resource/images/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  margin: 1.5rem auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card-img:hover {
  border: 3px solid var(--main);
}
.c-card-img:hover .c-card-img__cont .c-card-img__ttl {
  color: var(--main);
}
.c-card-img:hover .c-card-img__cont .btn {
  background-color: var(--main);
}

/* 数字つき　タイトルとテキストのカード
----------------------------------------------------------------- */
.c-card-num {
  padding: 1.875rem;
  text-align: center;
  border-radius: 15px;
}
@media screen and (max-width: 834px) {
  .c-card-num {
    padding: 1.875rem 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .c-card-num {
    padding: 1.25rem;
  }
}
.c-card-num .c-card-num__num,
.c-card-num .c-card-num__num--merit {
  color: var(--white);
  font-size: 1.4375rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  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: 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;
  margin: auto;
  margin-bottom: 1.875rem;
  width: 50px;
  height: 50px;
}
.c-card-num .c-card-num__num span,
.c-card-num .c-card-num__num--merit span {
  line-height: 1;
}
@media screen and (max-width: 540px) {
  .c-card-num .c-card-num__num,
  .c-card-num .c-card-num__num--merit {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
  }
}
.c-card-num .c-card-num__num--merit {
  width: 80px;
  height: 80px;
  font-size: 1.5625rem;
}
.c-card-num .c-card-num__num--merit .merit {
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (max-width: 540px) {
  .c-card-num .c-card-num__num--merit {
    width: 65px;
    height: 65px;
    font-size: 1.375rem;
  }
  .c-card-num .c-card-num__num--merit .merit {
    font-size: 0.875rem;
  }
}
.c-card-num .c-card-num__ttl {
  text-align: center;
  font-size: 1.75rem;
}
.c-card-num .c-card-num__ttl .sm {
  font-size: 1.1875rem;
  display: block;
}
@media screen and (max-width: 540px) {
  .c-card-num .c-card-num__ttl {
    font-size: 1.375rem;
  }
  .c-card-num .c-card-num__ttl .sm {
    font-size: 1rem;
  }
}
.c-card-num .c-card-num__txt {
  margin-top: 1.25rem;
  line-height: 2em;
}
@media screen and (max-width: 540px) {
  .c-card-num .c-card-num__txt {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.8em;
  }
}

/* サムネイル画像とタイトルのリンクのついたカード
----------------------------------------------------------------- */
/* サムネイル画像とタイトルのほか、カテゴリもあるリンクのついたカード
----------------------------------------------------------------- */
/* データカード（数字付きカード）
----------------------------------------------------------------- */
/* ==========================================================================
タイトル
=========================================================================*/
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 3.0625rem;
}
@media screen and (max-width: 834px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 2.75rem;
}
@media screen and (max-width: 834px) {
  h3 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 540px) {
  h3 {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.9375rem;
}
@media screen and (max-width: 834px) {
  h4 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 540px) {
  h4 {
    font-size: 1.625rem;
  }
}

h5 {
  font-size: 1.625rem;
}
@media screen and (max-width: 834px) {
  h5 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 540px) {
  h5 {
    font-size: 1.4375rem;
  }
}

h6 {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  h6 {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 540px) {
  h6 {
    font-size: 1.25rem;
  }
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main,
.c-ttl-main--white {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 834px) {
  .c-ttl-main,
  .c-ttl-main--white {
    margin-bottom: 2.375rem;
  }
}
@media screen and (max-width: 540px) {
  .c-ttl-main,
  .c-ttl-main--white {
    margin-bottom: 1.875rem;
  }
}
.c-ttl-main .en,
.c-ttl-main--white .en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.3125rem;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--main);
}
@media screen and (max-width: 834px) {
  .c-ttl-main .en,
  .c-ttl-main--white .en {
    font-size: 1rem;
  }
}
.c-ttl-main .ja,
.c-ttl-main--white .ja {
  display: block;
  font-size: 2.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .c-ttl-main .ja,
  .c-ttl-main--white .ja {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .c-ttl-main .ja,
  .c-ttl-main--white .ja {
    font-size: 2.0625rem;
  }
}

.c-ttl-main--white {
  margin-bottom: 2.5rem;
  text-align: center;
}
.c-ttl-main--white .en {
  color: var(--white);
}
.c-ttl-main--white .ja {
  color: var(--white);
}

.c-ttl-sub {
  margin-bottom: 3.75rem;
  position: relative;
  padding-left: 2.25rem;
  font-size: 2.75rem;
}
@media screen and (max-width: 834px) {
  .c-ttl-sub {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 540px) {
  .c-ttl-sub {
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
    padding-left: 1.5rem;
  }
}
.c-ttl-sub::before {
  content: "";
  display: block;
  background-color: var(--main);
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  -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(315deg, #B9344B, #B9344B 1px, transparent 2px, transparent 5px);
  background: repeating-linear-gradient(135deg, #B9344B, #B9344B 1px, transparent 2px, transparent 5px);
}

.c-ttl-sm,
.c-ttl-sm--sub2,
.c-ttl-sm--reiwa {
  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: 0.875rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--black);
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 540px) {
  .c-ttl-sm,
  .c-ttl-sm--sub2,
  .c-ttl-sm--reiwa {
    font-size: 1.375rem;
    gap: 10px;
  }
}
.c-ttl-sm::before,
.c-ttl-sm--sub2::before,
.c-ttl-sm--reiwa::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--main);
  border-radius: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 2px;
}
@media screen and (max-width: 540px) {
  .c-ttl-sm::before,
  .c-ttl-sm--sub2::before,
  .c-ttl-sm--reiwa::before {
    width: 16px;
    height: 16px;
  }
}
.c-ttl-sm .c-ttl-sm__inner,
.c-ttl-sm--sub2 .c-ttl-sm__inner,
.c-ttl-sm--reiwa .c-ttl-sm__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .c-ttl-sm .c-ttl-sm__inner,
  .c-ttl-sm--sub2 .c-ttl-sm__inner,
  .c-ttl-sm--reiwa .c-ttl-sm__inner {
    -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;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl-sm,
  .c-ttl-sm--sub2,
  .c-ttl-sm--reiwa {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 540px) {
  .c-ttl-sm,
  .c-ttl-sm--sub2,
  .c-ttl-sm--reiwa {
    font-size: 1.4375rem;
  }
}
.c-ttl-sm .sm,
.c-ttl-sm--sub2 .sm,
.c-ttl-sm--reiwa .sm {
  font-size: 1rem;
  font-weight: 500;
}

.c-ttl-sm--sub2::before {
  background-color: var(--sub2);
}

.c-ttl-sm--reiwa::before {
  background-color: var(--reiwa);
}

.c-ttl-ico {
  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: 0.875rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 540px) {
  .c-ttl-ico {
    margin-bottom: 1.5rem;
  }
}
.c-ttl-ico .ico {
  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: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .c-ttl-ico .ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 540px) {
  .c-ttl-ico .ico {
    width: 28px;
    height: 28px;
  }
}
.c-ttl-ico .ico img {
  max-width: 25px;
  width: auto;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 540px) {
  .c-ttl-ico .ico img {
    max-width: 20px;
    max-height: 14px;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl-ico {
    font-size: 1.625rem;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 540px) {
  .c-ttl-ico {
    font-size: 1.4375rem;
    gap: 0.625rem;
  }
}

/* ==========================================================================
モジュール
=========================================================================*/
/* タグ
----------------------------------------------------------------- */
.c-mod-tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .c-mod-tags ul {
    gap: 8px;
  }
}
.c-mod-tags ul li {
  -webkit-flex-basis: calc((100% - 20px) / 3);
      -ms-flex-preferred-size: calc((100% - 20px) / 3);
          flex-basis: calc((100% - 20px) / 3);
  border-radius: 3px;
  background-color: var(--sub);
  text-align: center;
  color: var(--white);
  font-weight: 700;
  line-height: 1.3;
  padding: 7px 2px;
  font-size: 14px;
  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;
}
@media screen and (max-width: 1024px) {
  .c-mod-tags ul li {
    -webkit-flex-basis: calc((100% - 16px) / 3);
        -ms-flex-preferred-size: calc((100% - 16px) / 3);
            flex-basis: calc((100% - 16px) / 3);
    font-size: 12px;
  }
}

/* ボタンが二つ並んだユニット
----------------------------------------------------------------- */
.c-mod-btn__wrap {
  background-color: var(--whitesmoke);
  border-radius: 15px;
  padding: 2.5rem 5.7692307692%;
}
@media screen and (max-width: 1024px) {
  .c-mod-btn__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-btn__wrap {
    padding: 2.5rem 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-mod-btn__wrap .c-btn-card,
  .c-mod-btn__wrap .c-btn-card--logo {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 即納希望のお客様へ
----------------------------------------------------------------- */
.c-mod-quick {
  padding: 2.5rem;
  border-radius: 15px;
}
@media screen and (max-width: 540px) {
  .c-mod-quick {
    padding: 1.875rem 1.25rem;
  }
}
.c-mod-quick .c-flex--sm {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .c-mod-quick .c-flex--sm {
    gap: 16px;
  }
}
@media screen and (max-width: 834px) {
  .c-mod-quick .c-flex--sm {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.c-mod-quick .c-mod-quick__tg {
  background-color: var(--main);
  padding: 10px 24px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  color: var(--white);
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .c-mod-quick .c-mod-quick__tg {
    gap: 8px;
    font-size: 1.5rem;
    padding: 10px 14px;
  }
}
@media screen and (max-width: 834px) {
  .c-mod-quick .c-mod-quick__tg {
    font-size: 1.1875rem;
  }
}

.c-mod-quick__ttl {
  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: 14px;
}
@media screen and (max-width: 540px) {
  .c-mod-quick__ttl {
    gap: 10px;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-quick__ttl img {
    width: 28px;
    height: auto;
    margin-bottom: -5px;
  }
}

/* メリットカラム
----------------------------------------------------------------- */
.c-mod-merit__clm {
  padding: 1.875rem 3.75rem;
  border-radius: 15px;
  background-color: var(--whitesmoke);
}
@media screen and (max-width: 1024px) {
  .c-mod-merit__clm {
    padding: 1.875rem 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-merit__clm {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}
.c-mod-merit__clm .c-mod-merit__ttl {
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  border-bottom: 3px solid var(--border);
  padding-bottom: 14px;
}
@media screen and (max-width: 540px) {
  .c-mod-merit__clm .c-mod-merit__ttl {
    font-size: 1.25rem;
    padding-bottom: 8px;
  }
}
.c-mod-merit__clm .c-mod-merit__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--whitesmoke);
  width: 17px;
  height: 17px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-mod-merit__clm .c-mod-merit__ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -17px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--border);
  width: 17px;
  height: 17px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-mod-merit__clm .c-mod-merit__list {
  margin-top: 30px;
}
.c-mod-merit__clm .c-mod-merit__list li {
  margin-top: 14px;
  line-height: 1.8;
  font-size: 1.1875rem;
  font-weight: 700;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 540px) {
  .c-mod-merit__clm .c-mod-merit__list li {
    font-size: 1.0625rem;
    padding-left: 32px;
  }
}
.c-mod-merit__clm .c-mod-merit__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 31px;
  height: 28px;
  background-image: url(/resource/images/ico_merit_checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 540px) {
  .c-mod-merit__clm .c-mod-merit__list li::before {
    width: 24px;
    height: 22px;
  }
}
.c-mod-merit__clm .c-mod-merit__list li::before:first-of-type {
  margin-top: 0;
}

/* 予約バナー
----------------------------------------------------------------- */
.c-mod-booking,
.c-mod-booking--reiwa,
.c-mod-booking--make,
.c-mod-booking--art {
  border: 1px solid var(--sub2);
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 834px) {
  .c-mod-booking,
  .c-mod-booking--reiwa,
  .c-mod-booking--make,
  .c-mod-booking--art {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-mod-booking a:hover,
.c-mod-booking--reiwa a:hover,
.c-mod-booking--make a:hover,
.c-mod-booking--art a:hover {
  opacity: 0.7;
}
.c-mod-booking .c-mod__booking-left,
.c-mod-booking--reiwa .c-mod__booking-left,
.c-mod-booking--make .c-mod__booking-left,
.c-mod-booking--art .c-mod__booking-left {
  width: 50%;
  position: relative;
  padding: 1.875rem;
  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;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .c-mod-booking .c-mod__booking-left,
  .c-mod-booking--reiwa .c-mod__booking-left,
  .c-mod-booking--make .c-mod__booking-left,
  .c-mod-booking--art .c-mod__booking-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-left,
  .c-mod-booking--reiwa .c-mod__booking-left,
  .c-mod-booking--make .c-mod__booking-left,
  .c-mod-booking--art .c-mod__booking-left {
    padding: 1.75rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .c-mod-booking .c-mod__booking-left,
  .c-mod-booking--reiwa .c-mod__booking-left,
  .c-mod-booking--make .c-mod__booking-left,
  .c-mod-booking--art .c-mod__booking-left {
    width: 100%;
    min-height: 140px;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-left,
  .c-mod-booking--reiwa .c-mod__booking-left,
  .c-mod-booking--make .c-mod__booking-left,
  .c-mod-booking--art .c-mod__booking-left {
    padding: 1rem 1rem 1rem 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-mod-booking .c-mod__booking-left .c-mod__booking-left__flex,
.c-mod-booking--reiwa .c-mod__booking-left .c-mod__booking-left__flex,
.c-mod-booking--make .c-mod__booking-left .c-mod__booking-left__flex,
.c-mod-booking--art .c-mod__booking-left .c-mod__booking-left__flex {
  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: 24px;
}
@media screen and (max-width: 1280px) {
  .c-mod-booking .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--reiwa .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--make .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--art .c-mod__booking-left .c-mod__booking-left__flex {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--reiwa .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--make .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--art .c-mod__booking-left .c-mod__booking-left__flex {
    gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .c-mod-booking .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--reiwa .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--make .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--art .c-mod__booking-left .c-mod__booking-left__flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--reiwa .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--make .c-mod__booking-left .c-mod__booking-left__flex,
  .c-mod-booking--art .c-mod__booking-left .c-mod__booking-left__flex {
    gap: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-left .ico,
  .c-mod-booking--reiwa .c-mod__booking-left .ico,
  .c-mod-booking--make .c-mod__booking-left .ico,
  .c-mod-booking--art .c-mod__booking-left .ico {
    width: 44px;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-left .ico,
  .c-mod-booking--reiwa .c-mod__booking-left .ico,
  .c-mod-booking--make .c-mod__booking-left .ico,
  .c-mod-booking--art .c-mod__booking-left .ico {
    width: 40px;
  }
}
.c-mod-booking .c-mod__booking-left .txt,
.c-mod-booking--reiwa .c-mod__booking-left .txt,
.c-mod-booking--make .c-mod__booking-left .txt,
.c-mod-booking--art .c-mod__booking-left .txt {
  color: var(--white);
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-left .txt,
  .c-mod-booking--reiwa .c-mod__booking-left .txt,
  .c-mod-booking--make .c-mod__booking-left .txt,
  .c-mod-booking--art .c-mod__booking-left .txt {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-left .txt,
  .c-mod-booking--reiwa .c-mod__booking-left .txt,
  .c-mod-booking--make .c-mod__booking-left .txt,
  .c-mod-booking--art .c-mod__booking-left .txt {
    font-size: 1.3125rem;
    padding-right: 24px;
  }
}
.c-mod-booking .c-mod__booking-left .txt .sm,
.c-mod-booking--reiwa .c-mod__booking-left .txt .sm,
.c-mod-booking--make .c-mod__booking-left .txt .sm,
.c-mod-booking--art .c-mod__booking-left .txt .sm {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-left .txt .sm,
  .c-mod-booking--reiwa .c-mod__booking-left .txt .sm,
  .c-mod-booking--make .c-mod__booking-left .txt .sm,
  .c-mod-booking--art .c-mod__booking-left .txt .sm {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
.c-mod-booking .c-mod__booking-left .off,
.c-mod-booking--reiwa .c-mod__booking-left .off,
.c-mod-booking--make .c-mod__booking-left .off,
.c-mod-booking--art .c-mod__booking-left .off {
  background-color: var(--white);
  border-radius: 50px;
  padding: 5.5px 20px;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-left .off,
  .c-mod-booking--reiwa .c-mod__booking-left .off,
  .c-mod-booking--make .c-mod__booking-left .off,
  .c-mod-booking--art .c-mod__booking-left .off {
    font-size: 14px;
    padding: 5.5px 14px;
  }
}
.c-mod-booking .c-mod__booking-left .off .en,
.c-mod-booking--reiwa .c-mod__booking-left .off .en,
.c-mod-booking--make .c-mod__booking-left .off .en,
.c-mod-booking--art .c-mod__booking-left .off .en {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-left .off .en,
  .c-mod-booking--reiwa .c-mod__booking-left .off .en,
  .c-mod-booking--make .c-mod__booking-left .off .en,
  .c-mod-booking--art .c-mod__booking-left .off .en {
    font-size: 1.1875rem;
  }
}
.c-mod-booking .c-mod__booking-left .off .rote,
.c-mod-booking--reiwa .c-mod__booking-left .off .rote,
.c-mod-booking--make .c-mod__booking-left .off .rote,
.c-mod-booking--art .c-mod__booking-left .off .rote {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.c-mod-booking .c-mod__booking-left .btn,
.c-mod-booking--reiwa .c-mod__booking-left .btn,
.c-mod-booking--make .c-mod__booking-left .btn,
.c-mod-booking--art .c-mod__booking-left .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/resource/images/ico_arrow_sub2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-color: var(--white);
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-left .btn,
  .c-mod-booking--reiwa .c-mod__booking-left .btn,
  .c-mod-booking--make .c-mod__booking-left .btn,
  .c-mod-booking--art .c-mod__booking-left .btn {
    width: 28px;
    height: 28px;
    background-size: 12px auto;
    right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .c-mod-booking .c-mod__booking-left .btn,
  .c-mod-booking--reiwa .c-mod__booking-left .btn,
  .c-mod-booking--make .c-mod__booking-left .btn,
  .c-mod-booking--art .c-mod__booking-left .btn {
    width: 38px;
    height: 38px;
    background-size: 14px auto;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-left .btn,
  .c-mod-booking--reiwa .c-mod__booking-left .btn,
  .c-mod-booking--make .c-mod__booking-left .btn,
  .c-mod-booking--art .c-mod__booking-left .btn {
    width: 20px;
    height: 20px;
    background-size: 8px auto;
    right: 14px;
  }
}
.c-mod-booking .c-mod__booking-left .btn.win,
.c-mod-booking--reiwa .c-mod__booking-left .btn.win,
.c-mod-booking--make .c-mod__booking-left .btn.win,
.c-mod-booking--art .c-mod__booking-left .btn.win {
  background-image: url(/resource/images/ico_win_sub2.svg);
}
.c-mod-booking .c-mod__booking-right,
.c-mod-booking--reiwa .c-mod__booking-right,
.c-mod-booking--make .c-mod__booking-right,
.c-mod-booking--art .c-mod__booking-right {
  width: 50%;
  padding: 1.25rem;
}
@media screen and (max-width: 834px) {
  .c-mod-booking .c-mod__booking-right,
  .c-mod-booking--reiwa .c-mod__booking-right,
  .c-mod-booking--make .c-mod__booking-right,
  .c-mod-booking--art .c-mod__booking-right {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-right,
  .c-mod-booking--reiwa .c-mod__booking-right,
  .c-mod-booking--make .c-mod__booking-right,
  .c-mod-booking--art .c-mod__booking-right {
    padding: 1rem;
  }
}
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl,
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 1.1875rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl,
  .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl span,
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art span,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl span,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art span,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl span,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art span,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl span,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art span {
  position: relative;
  display: inline-block;
}
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl span::before, .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl span::after,
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art span::before,
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art span::after,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl span::before,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl span::after,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art span::before,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art span::after,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl span::before,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl span::after,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art span::before,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art span::after,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl span::before,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl span::after,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art span::before,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art span::after {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  bottom: 12px;
  width: 23px;
  height: 1px;
  background-color: var(--black);
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl span::before, .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl span::after,
  .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art span::before,
  .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art span::after,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl span::before,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl span::after,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art span::before,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art span::after,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl span::before,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl span::after,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art span::before,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art span::after,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl span::before,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl span::after,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art span::before,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art span::after {
    left: -20px;
    width: 15px;
    bottom: 9px;
  }
}
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl span::after,
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art span::after,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl span::after,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art span::after,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl span::after,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art span::after,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl span::after,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art span::after {
  -webkit-transform: scaleX(-1) rotate(50deg);
          transform: scaleX(-1) rotate(50deg);
  left: auto;
  right: -25px;
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl span::after,
  .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art span::after,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl span::after,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art span::after,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl span::after,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art span::after,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl span::after,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art span::after {
    right: -20px;
  }
}
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art {
  color: var(--art);
}
.c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art span::before, .c-mod-booking .c-mod__booking-right .c-mod-booking__subttl--art span::after,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art span::before,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__subttl--art span::after,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art span::before,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__subttl--art span::after,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art span::before,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__subttl--art span::after {
  background-color: var(--art);
}
.c-mod-booking .c-mod__booking-right .txt-tel,
.c-mod-booking--reiwa .c-mod__booking-right .txt-tel,
.c-mod-booking--make .c-mod__booking-right .txt-tel,
.c-mod-booking--art .c-mod__booking-right .txt-tel {
  font-size: 2.25rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  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: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-right .txt-tel,
  .c-mod-booking--reiwa .c-mod__booking-right .txt-tel,
  .c-mod-booking--make .c-mod__booking-right .txt-tel,
  .c-mod-booking--art .c-mod__booking-right .txt-tel {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-right .txt-tel,
  .c-mod-booking--reiwa .c-mod__booking-right .txt-tel,
  .c-mod-booking--make .c-mod__booking-right .txt-tel,
  .c-mod-booking--art .c-mod__booking-right .txt-tel {
    font-size: 1rem;
  }
}
.c-mod-booking .c-mod__booking-right .txt-tel a,
.c-mod-booking--reiwa .c-mod__booking-right .txt-tel a,
.c-mod-booking--make .c-mod__booking-right .txt-tel a,
.c-mod-booking--art .c-mod__booking-right .txt-tel a {
  line-height: 1;
  font-size: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-right .txt-tel a,
  .c-mod-booking--reiwa .c-mod__booking-right .txt-tel a,
  .c-mod-booking--make .c-mod__booking-right .txt-tel a,
  .c-mod-booking--art .c-mod__booking-right .txt-tel a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-right .txt-tel a,
  .c-mod-booking--reiwa .c-mod__booking-right .txt-tel a,
  .c-mod-booking--make .c-mod__booking-right .txt-tel a,
  .c-mod-booking--art .c-mod__booking-right .txt-tel a {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-right .txt-tel__info,
  .c-mod-booking--reiwa .c-mod__booking-right .txt-tel__info,
  .c-mod-booking--make .c-mod__booking-right .txt-tel__info,
  .c-mod-booking--art .c-mod__booking-right .txt-tel__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-right .txt-tel__info,
  .c-mod-booking--reiwa .c-mod__booking-right .txt-tel__info,
  .c-mod-booking--make .c-mod__booking-right .txt-tel__info,
  .c-mod-booking--art .c-mod__booking-right .txt-tel__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-mod-booking .c-mod__booking-right .c-mod-booking__menu__wrap,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__menu__wrap,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__menu__wrap,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__menu__wrap {
  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;
  gap: 14px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-right .c-mod-booking__menu__wrap,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__menu__wrap,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__menu__wrap,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__menu__wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .c-mod-booking .c-mod__booking-right .c-mod-booking__menu__wrap,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__menu__wrap,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__menu__wrap,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__menu__wrap {
    margin-top: 10px;
    gap: 8px;
  }
}
.c-mod-booking .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu,
.c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu,
.c-mod-booking--make .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu,
.c-mod-booking--art .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu {
  color: var(--white);
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: var(--black);
}
@media screen and (max-width: 1024px) {
  .c-mod-booking .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu {
    padding: 10px 14px;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-booking .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu,
  .c-mod-booking--reiwa .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu,
  .c-mod-booking--make .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu,
  .c-mod-booking--art .c-mod__booking-right .c-mod-booking__menu__wrap .c-mod-booking__menu {
    padding: 8px 10px;
    line-height: 1.3;
    font-size: 14px;
  }
}

.c-mod-booking--art {
  border: 1px solid var(--art);
}
.c-mod-booking--art .c-mod__booking-left .btn {
  background-image: url(/resource/images/ico_arrow_art.svg);
}
.c-mod-booking--art .c-mod__booking-left .btn.win {
  background-image: url(/resource/images/ico_win_art.svg);
}

.c-mod-booking--make {
  border: 1px solid var(--carmake);
}
.c-mod-booking--make .c-mod__booking-left .btn {
  background-image: url(/resource/images/ico_arrow_carmake.svg);
}

.c-mod-booking--reiwa {
  border: 1px solid var(--reiwa);
}
.c-mod-booking--reiwa .c-mod__booking-left .btn {
  background-image: url(/resource/images/ico_arrow_reiwa.svg);
}
.c-mod-booking--reiwa .c-mod__booking-left .btn.win {
  background-image: url(/resource/images/ico_win_reiwa.svg);
}

/* 福祉車両参考資料リスト
----------------------------------------------------------------- */
.c-mod-welfare-list {
  margin: 1.25rem 0 0;
  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: 0.625rem;
}
@media screen and (max-width: 540px) {
  .c-mod-welfare-list {
    gap: 1rem;
  }
}
.c-mod-welfare-list .c-mod-welfare-list__item {
  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;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--border);
}
.c-mod-welfare-list .c-mod-welfare-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 540px) {
  .c-mod-welfare-list .c-mod-welfare-list__item {
    -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: 0.25rem;
  }
}
.c-mod-welfare-list .c-mod-welfare-list__badge {
  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;
  background-color: var(--main);
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  padding: 0.375rem 0.625rem;
  border-radius: 5px;
  border: 1px solid var(--whitesmoke);
  width: 149px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 540px) {
  .c-mod-welfare-list .c-mod-welfare-list__badge {
    width: auto;
    padding: 0rem 0.625rem;
  }
}
.c-mod-welfare-list .c-mod-welfare-list__txt {
  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;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--black);
  font-weight: 700;
  font-size: 1rem;
  line-height: 2em;
  text-align: left;
  padding: 0 0.625rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100%;
}
@media screen and (max-width: 540px) {
  .c-mod-welfare-list .c-mod-welfare-list__txt {
    width: 100%;
    padding: 0;
  }
}
.c-mod-welfare-list .c-mod-welfare-list__txt a {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-mod-welfare-list .c-mod-welfare-list__txt a {
    padding-right: 40px;
  }
}
.c-mod-welfare-list .c-mod-welfare-list__txt a::before {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/resource/images/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  background-color: var(--sub);
  width: 28px;
  height: 28px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .c-mod-welfare-list .c-mod-welfare-list__txt a::before {
    width: 24px;
    height: 24px;
    background-size: 8px auto;
    right: 5px;
  }
}
.c-mod-welfare-list .c-mod-welfare-list__txt a:hover {
  color: var(--main);
}
.c-mod-welfare-list .c-mod-welfare-list__txt a:hover::before {
  right: -3px;
  background-color: var(--main);
}
@media screen and (max-width: 540px) {
  .c-mod-welfare-list .c-mod-welfare-list__txt a:hover::before {
    right: 0px;
  }
}

/* 福祉車両優遇措置リスト
----------------------------------------------------------------- */
.c-mod-welfare-benefits {
  margin: 1.875rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 2.5rem;
}
@media screen and (max-width: 540px) {
  .c-mod-welfare-benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.c-mod-welfare-benefits .c-mod-welfare-benefits__item {
  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: 0.875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2em;
  color: var(--main);
  position: relative;
  padding-left: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .c-mod-welfare-benefits .c-mod-welfare-benefits__item {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-welfare-benefits .c-mod-welfare-benefits__item {
    font-size: 1.0625rem;
    gap: 0.625rem;
  }
}
.c-mod-welfare-benefits .c-mod-welfare-benefits__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--sub2);
  border-radius: 3px;
}

/* 福祉車両お知らせバナー
----------------------------------------------------------------- */
.c-mod-notice {
  background-color: var(--main);
  border-radius: 15px;
  padding: 0.625rem 3.75rem;
  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;
}
@media screen and (max-width: 834px) {
  .c-mod-notice {
    padding: 0.625rem 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-notice {
    padding: 0.625rem 1.25rem;
    border-radius: 10px;
  }
}
.c-mod-notice p {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .c-mod-notice p {
    font-size: 1.0625rem;
  }
}

/* お客様の声
----------------------------------------------------------------- */
.c-mod-voice {
  background-color: var(--whitesmoke);
  border-radius: 15px;
  padding: 2.5rem;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-mod-voice {
    padding: 2.5rem 1.25rem 1.875rem;
    border-radius: 10px;
  }
}
.c-mod-voice .c-mod-voice__ttl {
  color: var(--main);
  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;
}
.c-mod-voice .num {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--main);
  border-radius: 0 20px 0 20px;
  color: var(--white);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 5px 20px;
  font-size: 1.75rem;
}
@media screen and (max-width: 834px) {
  .c-mod-voice .num {
    font-size: 1.5rem;
    padding: 4px 14px;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-voice .num {
    font-size: 1.0625rem;
    padding: 3px 10px;
    border-radius: 0 10px 0 10px;
  }
}

/* 車検の流れ
----------------------------------------------------------------- */
.c-mod-flow,
.c-mod-flow--wrap {
  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: 834px) {
  .c-mod-flow,
  .c-mod-flow--wrap {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-mod-flow .c-mod-flow__item,
.c-mod-flow--wrap .c-mod-flow__item {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 7.9%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
  border-radius: 10px;
  background-color: var(--whitesmoke);
  height: 240px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .c-mod-flow .c-mod-flow__item,
  .c-mod-flow--wrap .c-mod-flow__item {
    min-width: initial;
    width: 100%;
    height: auto;
    padding: 1rem;
    max-width: 100%;
  }
}
.c-mod-flow .c-mod-flow__ttl,
.c-mod-flow .c-mod-flow__ttl--carmake,
.c-mod-flow--wrap .c-mod-flow__ttl,
.c-mod-flow--wrap .c-mod-flow__ttl--carmake {
  font-size: 1.5625rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0px;
}
@media screen and (max-width: 1280px) {
  .c-mod-flow .c-mod-flow__ttl,
  .c-mod-flow .c-mod-flow__ttl--carmake,
  .c-mod-flow--wrap .c-mod-flow__ttl,
  .c-mod-flow--wrap .c-mod-flow__ttl--carmake {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 834px) {
  .c-mod-flow .c-mod-flow__ttl,
  .c-mod-flow .c-mod-flow__ttl--carmake,
  .c-mod-flow--wrap .c-mod-flow__ttl,
  .c-mod-flow--wrap .c-mod-flow__ttl--carmake {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-flow .c-mod-flow__ttl,
  .c-mod-flow .c-mod-flow__ttl--carmake,
  .c-mod-flow--wrap .c-mod-flow__ttl,
  .c-mod-flow--wrap .c-mod-flow__ttl--carmake {
    font-size: 1.0625rem;
  }
}
.c-mod-flow .c-mod-flow__ttl--carmake,
.c-mod-flow--wrap .c-mod-flow__ttl--carmake {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 540px) {
  .c-mod-flow .c-mod-flow__ttl--carmake,
  .c-mod-flow--wrap .c-mod-flow__ttl--carmake {
    gap: 10px;
    -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;
  }
}
.c-mod-flow .c-mod-flow__ttl--carmake .c-mod-flow__ttl__inner,
.c-mod-flow--wrap .c-mod-flow__ttl--carmake .c-mod-flow__ttl__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: 10px;
}
.c-mod-flow .c-mod-flow__ttl--carmake .c-mod-flow__ttl__inner span,
.c-mod-flow--wrap .c-mod-flow__ttl--carmake .c-mod-flow__ttl__inner span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  border-radius: 5px;
  background-color: var(--white);
  padding: 8px;
}
@media screen and (max-width: 834px) {
  .c-mod-flow .c-mod-flow__ttl--carmake .c-mod-flow__ttl__inner span,
  .c-mod-flow--wrap .c-mod-flow__ttl--carmake .c-mod-flow__ttl__inner span {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.c-mod-flow .c-mod-flow__txt,
.c-mod-flow--wrap .c-mod-flow__txt {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--black);
}
@media screen and (max-width: 834px) {
  .c-mod-flow .c-mod-flow__arrow,
  .c-mod-flow--wrap .c-mod-flow__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: auto;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-flow .c-mod-flow__num,
  .c-mod-flow--wrap .c-mod-flow__num {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

.c-mod-flow--wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.1875rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .c-mod-flow--wrap {
    gap: 1.25rem;
  }
}

.c-mod-flow__arrow {
  background-image: url(/resource/images/ico_arrow2_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7.5px auto;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .c-mod-flow__arrow {
    width: 24px;
    height: 24px;
    background-size: 6px auto;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-flow__arrow {
    width: 20px;
    height: 20px;
    background-size: 5px auto;
  }
}

.c-mod-flow__note {
  width: 100%;
  margin-top: 2.5rem;
}
.c-mod-flow__note .c-mod-flow__note__txt {
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--black);
  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: 30px;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .c-mod-flow__note .c-mod-flow__note__txt {
    gap: 20px;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-flow__note .c-mod-flow__note__txt {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-mod-flow__note .c-mod-flow__note__txt span {
  display: inline-block;
  color: var(--art);
  border: 1px solid var(--art);
  text-align: center;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .c-mod-flow__note .c-mod-flow__note__txt span {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-flow__note .c-mod-flow__note__txt span {
    font-size: 14px;
    min-width: none;
    width: 100%;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
/* スライドショー
----------------------------------------------------------------- */
.p-idx-slide__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  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);
}
.p-idx-slide__catch {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  max-width: 290px;
  width: 100%;
  aspect-ratio: 1;
  top: 28%;
}
@media screen and (min-width: 1367px) {
  .p-idx-slide__catch {
    aspect-ratio: 1;
    max-width: 100%;
    height: auto;
    width: 21.2298682284%;
    top: calc(202px + 8.5651537335%);
  }
}
@media screen and (max-width: 1280px) {
  .p-idx-slide__catch {
    top: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .p-idx-slide__catch {
    top: 22%;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-slide__catch {
    top: 22%;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-slide__catch {
    top: 22%;
    max-width: 250px;
  }
}
.p-idx-slide__catch img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-idx-slide__catch__line {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-idx-slide__catch__line {
    top: 22%;
  }
}
@media screen and (max-width: 1024px) {
  .p-idx-slide__catch__line {
    top: 13%;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-slide__catch__line {
    top: 13%;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-slide__catch__line {
    top: 17%;
  }
}
.p-idx-slide__catch__line .p-idx-slide__catch__line__sub line {
  stroke: var(--white);
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.p-idx-slide__catch__line .p-idx-slide__catch__line__main {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  width: 1369px;
  height: 438.67px;
}
@media screen and (min-width: 1366px) {
  .p-idx-slide__catch__line .p-idx-slide__catch__line__main {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-slide__catch__line .p-idx-slide__catch__line__main {
    width: 280%;
    height: auto;
    max-width: 1369px;
  }
}
.p-idx-slide__catch__line .p-idx-slide__catch__line__main path {
  stroke: var(--white);
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.p-idx-slide__items .p-idx-slide-item {
  height: 552px;
}
@media screen and (min-width: 1366px) {
  .p-idx-slide__items .p-idx-slide-item {
    height: auto;
    aspect-ratio: 398/552;
  }
}
.p-idx-slide__items .p-idx-slide-item picture {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.p-idx-slide__items .p-idx-slide-item 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;
}

.swiper.fvSwiper {
  padding-top: 202px;
  position: relative;
}
@media screen and (min-width: 1366px) {
  .swiper.fvSwiper {
    height: 100%;
    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;
  }
}
@media screen and (max-width: 1024px) {
  .swiper.fvSwiper {
    padding-top: 80px;
  }
}
.swiper.fvSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper.fvSwiper .fv-swiper-pagination .swiper-pagination-bullet {
  margin: 0 ５px;
  background-color: rgba(var(--whitesmoke-rgb), 1);
  opacity: 1;
  width: 30px;
  height: 3px;
  border-radius: 1.5px;
}
.swiper.fvSwiper .fv-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main);
}

.p-idx-slide__txt {
  padding: 2.5rem 0 2.5rem;
}
.p-idx-slide__txt .p-idx-slide__txt--en,
.p-idx-slide__txt .p-idx-slide__txt--ja {
  color: var(--white);
  font-weight: 700;
  text-align: center;
}
.p-idx-slide__txt .p-idx-slide__txt--en {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 27px;
  font-size: 3.5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-slide__txt .p-idx-slide__txt--en {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-slide__txt .p-idx-slide__txt--en {
    font-size: 2.1875rem;
    line-height: 1.2;
  }
}
.p-idx-slide__txt .p-idx-slide__txt--ja {
  line-height: 2;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 540px) {
  .p-idx-slide__txt .p-idx-slide__txt--ja {
    font-size: 1rem;
  }
}

/* セクション1
----------------------------------------------------------------- */
.p-idx-sec1__wrap {
  padding: 8.75rem 0 25.6222547584%;
  position: relative;
  aspect-ratio: 1366/1036;
}
@media screen and (min-width: 1367px) {
  .p-idx-sec1__wrap {
    min-height: auto;
    padding-bottom: 0;
    padding-top: 10.2489019034%;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-sec1__wrap {
    padding: 5rem 0 8.75rem;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-sec1__wrap {
    padding: 3.75rem 0;
  }
}
.p-idx-sec1__wrap::before {
  content: none;
}
@media screen and (max-width: 834px) {
  .p-idx-sec1__wrap::before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.3)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
.p-idx-sec1__wrap .p-idx-sec1__img {
  position: absolute;
  right: 7.3%;
  top: 8.75rem;
  width: 43.850658858%;
}
@media screen and (max-width: 540px) {
  .p-idx-sec1__wrap .p-idx-sec1__img {
    width: 95.2%;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: 0;
  }
}
.p-idx-sec1__wrap .p-idx-sec1__img img {
  width: 100%;
  height: 100%;
}
.p-idx-sec1__wrap .p-idx-sec1__cont {
  width: 48.1481481481%;
  min-height: 409px;
}
@media screen and (max-width: 834px) {
  .p-idx-sec1__wrap .p-idx-sec1__cont {
    width: 47.311827957%;
    min-height: initial;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-sec1__wrap .p-idx-sec1__cont {
    width: 100%;
  }
}
.p-idx-sec1__wrap .p-idx-sec1__cont .p-idx-sec1__ttl {
  font-size: 1.75rem;
  line-height: 1.8;
  font-weight: 700;
  background: var(--2, linear-gradient(270deg, #EA7C75 0%, #B33E52 99.19%));
  background-size: auto auto;
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 2.5rem;
  color: transparent;
}
@media screen and (max-width: 834px) {
  .p-idx-sec1__wrap .p-idx-sec1__cont .p-idx-sec1__ttl {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-sec1__wrap .p-idx-sec1__cont .p-idx-sec1__ttl {
    font-size: 1.4375rem;
  }
}
.p-idx-sec1__wrap .p-idx-sec1__cont .p-idx-sec1__txt {
  line-height: 2.3;
  margin-top: 1.25rem;
  font-weight: 700;
  text-shadow: 0 0 4px #fff, 0 0 8px #fff;
}
.p-idx-sec1__wrap .p-idx-sec1__cont .p-idx-sec1__txt:first-child {
  margin-top: 0;
}
@media screen and (max-width: 540px) {
  .p-idx-sec1__wrap .p-idx-sec1__cont .p-idx-sec1__txt {
    margin-top: 1.875rem;
  }
}

.is-idx-sec1-line {
  position: absolute;
  left: 0;
  top: 66px;
  width: 100%;
  max-width: none;
  height: auto;
  z-index: -2;
}
@media screen and (max-width: 834px) {
  .is-idx-sec1-line {
    top: 200px;
  }
}
@media screen and (max-width: 540px) {
  .is-idx-sec1-line {
    top: auto;
    bottom: 60px;
  }
}

/* セクション2
----------------------------------------------------------------- */
.p-idx-sec2__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 6.875rem;
}
.p-idx-sec2__wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-image-set(url(/resource/images/idx_sec2_bg.webp) type("image/webp"), url(/resource/images/idx_sec2_bg.jpg) type("image/jpeg"));
  background-image: image-set(url(/resource/images/idx_sec2_bg.webp) type("image/webp"), url(/resource/images/idx_sec2_bg.jpg) type("image/jpeg"));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-idx-sec2__wrap .p-idx-sec2__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-idx-sec2__cont {
  background-color: var(--white);
  padding: 3.75rem 6.25rem;
  -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);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.p-idx-sec2__cont:last-child {
  margin-top: 3.75rem;
}
@media screen and (max-width: 834px) {
  .p-idx-sec2__cont:last-child {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-idx-sec2__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
    padding: 3.75rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-sec2__cont {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-sec2__cont {
    border-radius: 15px;
    padding: 2.5rem 1.5rem;
  }
}
.p-idx-sec2__cont .p-idx-sec2__cont__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-idx-sec2__cont .p-idx-sec2__cont__txt .p-idx-sec2__ttl {
  font-size: 1.5rem;
  color: var(--main);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 540px) {
  .p-idx-sec2__cont .p-idx-sec2__cont__txt .p-idx-sec2__ttl {
    font-size: 1.375rem;
    -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;
    text-align: center;
  }
}
.p-idx-sec2__cont .p-idx-sec2__cont__txt .p-idx-sec2__ttl .en {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: var(--white);
  background-color: var(--sub2);
  padding: 3px 6px;
  min-width: 92px;
  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;
  border-radius: 5px;
  position: relative;
}
.p-idx-sec2__cont .p-idx-sec2__cont__txt .p-idx-sec2__ttl .en::before {
  content: "";
  display: block;
  background-color: var(--sub2);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6px;
  height: 6px;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 540px) {
  .p-idx-sec2__cont .p-idx-sec2__cont__txt .p-idx-sec2__ttl .en::before {
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0%);
            clip-path: polygon(0 0, 50% 100%, 100% 0%);
    right: auto;
    left: 50%;
    top: auto;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-idx-sec2__cont .p-idx-sec2__cont__img {
  max-width: 420px;
  width: 100%;
  background-color: var(--whitesmoke);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-idx-sec2__cont .p-idx-sec2__cont__img {
    max-width: initial;
  }
}
.p-idx-sec2__cont .p-idx-sec2__cont__img picture {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .p-idx-sec2__cont .p-idx-sec2__cont__img picture {
    max-width: 420px;
  }
}
.p-idx-sec2__cont .p-idx-sec2__cont__img picture img {
  width: 100%;
}
.p-idx-sec2__cont .p-idx-sec2__img {
  margin: auto;
}

.is-idx-sec2-line1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 22px;
  width: 100%;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 834px) {
  .is-idx-sec2-line1 {
    top: 222px;
  }
}
@media screen and (max-width: 540px) {
  .is-idx-sec2-line1 {
    top: 347px;
  }
}

.is-idx-sec2-line2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 492px;
  width: 100%;
  max-width: none;
  height: auto;
  z-index: -1;
}

/* ご要望から探す
----------------------------------------------------------------- */
.p-idx-ser__wrap {
  background: var(--2, linear-gradient(270deg, #EA7C75 0%, #B33E52 99.19%));
  background-size: auto auto;
  padding: 12.5rem 0 6.25rem;
  margin-top: -120px;
}
@media screen and (max-width: 834px) {
  .p-idx-ser__wrap {
    padding: 10rem 0 5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-idx-ser__wrap .p-idx-ser__cont .c-grid--sm {
    gap: 14px 14px;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-ser__wrap .p-idx-ser__cont .c-grid--sm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .p-idx-ser__wrap .p-idx-ser__cont .c-grid--sm .c-card-img .c-card-img__cont .c-card-img__ttl {
    font-size: 1rem;
  }
}
.p-idx-ser__wrap .p-idx-ser__cont .p-idx-ser__group {
  background-color: var(--white);
  border-radius: 10px;
  padding: 2.5rem;
}
@media screen and (max-width: 540px) {
  .p-idx-ser__wrap .p-idx-ser__cont .p-idx-ser__group {
    padding: 1.875rem 1.5rem;
  }
}
.p-idx-ser__wrap .p-idx-ser__cont .p-idx-ser__group a:hover {
  opacity: 0.7;
}
.p-idx-ser__wrap .p-idx-ser__cont .p-idx-ser__group a img {
  width: 100%;
}

/* オートセールス龍 グループ事業体
----------------------------------------------------------------- */
.p-idx-group__wrap {
  padding: 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-idx-group__wrap {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-group__wrap {
    padding: 3.75rem 0;
  }
}
.p-idx-group__wrap .p-idx-group__cont {
  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: 20px;
}
.p-idx-group__wrap .p-idx-group__card {
  background-color: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(185, 52, 75, 0.05);
          box-shadow: 0 0 20px 0 rgba(185, 52, 75, 0.05);
  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;
  padding: 1.875rem;
  gap: 2.5rem;
}
@media screen and (max-width: 540px) {
  .p-idx-group__wrap .p-idx-group__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}
.p-idx-group__wrap .p-idx-group__card .p-idx-group__card__logo {
  width: 30.7692307692%;
}
@media screen and (max-width: 540px) {
  .p-idx-group__wrap .p-idx-group__card .p-idx-group__card__logo {
    width: 100%;
  }
}
.p-idx-group__wrap .p-idx-group__card .p-idx-group__card__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 540px) {
  .p-idx-group__wrap .p-idx-group__card .p-idx-group__card__txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-group__wrap .p-idx-group__card .p-idx-group__card__txt .txt-main {
    font-size: 1.375rem;
  }
}

/* 新着情報
----------------------------------------------------------------- */
.p-idx-newslist__wrap {
  padding: 3.75rem;
  background-color: var(--white);
  position: relative;
  z-index: 2;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(185, 52, 75, 0.05);
          box-shadow: 0 0 20px 0 rgba(185, 52, 75, 0.05);
}
@media screen and (max-width: 834px) {
  .p-idx-newslist__wrap {
    padding: 3.75rem 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-newslist__wrap {
    padding: 1.875rem 1.25rem;
  }
}

.p-idx-newslist__inner {
  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: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-idx-newslist__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-newslist__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-idx-newslist__ttlare {
  min-width: 142px;
}
@media screen and (max-width: 834px) {
  .p-idx-newslist__ttlare {
    min-width: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-idx-newslist__ttlare .p-idx-newslist__ttl {
  font-size: 1.75rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-idx-newslist__ttlare .p-idx-newslist__txt {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

.p-idx-newslist__cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-idx-newslist__cont 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: 10px;
}
@media screen and (max-width: 540px) {
  .p-idx-newslist__cont ul {
    gap: 15px;
  }
}
.p-idx-newslist__cont ul li a {
  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;
  border-bottom: 1px solid var(--border);
  position: relative;
  gap: 1.25rem;
  padding: 14px 30px 14px 5px;
}
@media screen and (max-width: 834px) {
  .p-idx-newslist__cont ul li a {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .p-idx-newslist__cont ul li a {
    padding: 1rem 0;
    gap: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-idx-newslist__cont ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--sub2);
  background-image: url(/resource/images/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .p-idx-newslist__cont ul li a::after {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 16px;
  }
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex {
  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: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex {
    gap: 10px;
  }
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cont__data {
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: rgba(var(--black-rgb), 0.5);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat {
  display: block;
  min-width: 224px;
  width: 100%;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.4;
  padding: 4px 12px 4px;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 834px) {
  .p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat {
    padding: 3px 10px;
  }
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat.ryu {
  background-color: var(--main);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat.mazda {
  background-color: var(--mazda);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat.artsmile {
  background-color: var(--art);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat.reiwa {
  background-color: var(--reiwa);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat.onix {
  background-color: var(--onix);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat.flat7 {
  background-color: var(--flat7);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat.carmake {
  background-color: var(--carmake);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat.recruit {
  background-color: var(--recruit);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__flex .p-idx-newslist__cat.suzuki {
  background-color: var(--suzuki);
}
.p-idx-newslist__cont ul li a .p-idx-newslist__cont__ttl {
  display: inline-block;
  line-height: 1.4;
}
.p-idx-newslist__cont ul li a:hover {
  color: var(--main);
  opacity: 0.7;
}
.p-idx-newslist__cont ul li a:hover::after {
  right: -5px;
}
.p-idx-newslist__cont ul li a:hover .p-idx-newslist__cont__ttl::after {
  right: 0;
}

.p-idx-newslist__btn {
  margin-top: 1.25rem;
  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;
}
.p-idx-newslist__btn a {
  margin-left: auto;
  margin-right: 0;
}
.p-idx-newslist__btn a .btn {
  background-image: url(/resource/images/ico_arrow_sub2.svg);
}

.p-idx-group__inner {
  position: relative;
  z-index: 1;
}

.is-idx-sec4-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -200px;
  width: 100%;
  max-width: none;
  height: auto;
  z-index: -1;
}

/* ==========================================================================
新車販売
========================================================================== */
/* 2つの正規カーディーラー
----------------------------------------------------------------- */
.p-new-dealer__nav {
  display: none;
}
@media screen and (max-width: 540px) {
  .p-new-dealer__nav {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  .p-new-dealer__nav a {
    position: relative;
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 5px;
    border: 1px solid var(--border);
  }
  .p-new-dealer__nav a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-new-dealer__nav a::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: var(--sub2);
    border-radius: 100px;
    background-image: url(/resource/images/ico_arrow_under.svg);
    background-size: 6px auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-new-dealer__wrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 540px) {
  .p-new-dealer__wrap {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .p-new-dealer__wrap .mazda {
    margin-bottom: 2.5rem;
  }
}

.p-new-dealer__above {
  border-top: 1px solid var(--border);
  padding: 1.25rem 0 3.75rem;
}
@media screen and (max-width: 540px) {
  .p-new-dealer__above {
    padding: 2.5rem 0 2.5rem;
  }
}

.p-new-dealer__under {
  border-top: 1px solid var(--border);
  padding-top: 3.75rem;
}
@media screen and (max-width: 540px) {
  .p-new-dealer__under {
    padding-top: 1.25rem;
    border-top: none;
  }
}

/* ==========================================================================
中古車・未使用車販売
========================================================================== */
@media screen and (max-width: 540px) {
  .p-used-search__img {
    height: 158px;
  }
}
.p-used-search__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-used-search__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
お知らせ
========================================================================== */
/* 記事
----------------------------------------------------------------- */
.p-news-article {
  background-color: var(--white);
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(185, 52, 75, 0.05);
          box-shadow: 0 0 20px 0 rgba(185, 52, 75, 0.05);
  padding: 3.75rem 5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 834px) {
  .p-news-article {
    padding: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 540px) {
  .p-news-article {
    padding: 1.875rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.p-news-article .p-news-article__items__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.p-news-article .p-news-article__items__flex .p-news-article__date {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: rgba(var(--black-rgb), 0.5);
  line-height: 1.2;
}
@media screen and (max-width: 540px) {
  .p-news-article .p-news-article__items__flex .p-news-article__date {
    font-size: 14px;
  }
}
.p-news-article .p-news-article__items__flex .p-news-article__cat {
  display: inline-block;
  background-color: var(--main);
  color: var(--white);
  font-weight: 700;
  line-height: 1.4;
  padding: 3px 8px 4px;
  font-size: 14px;
  border-radius: 3px;
}
.p-news-article .p-news-article__items__flex .p-news-article__cat.ryu {
  background-color: var(--main);
}
.p-news-article .p-news-article__items__flex .p-news-article__cat.artsmile {
  background-color: var(--art);
}
.p-news-article .p-news-article__items__flex .p-news-article__cat.carmake {
  background-color: var(--carmake);
}
.p-news-article .p-news-article__items__flex .p-news-article__cat.reiwa {
  background-color: var(--reiwa);
}
.p-news-article .p-news-article__items__flex .p-news-article__cat.onix {
  background-color: var(--onix);
}
.p-news-article .p-news-article__items__flex .p-news-article__cat.suzuki {
  background-color: var(--suzuki);
}
.p-news-article .p-news-article__items__flex .p-news-article__cat.flat7 {
  background-color: var(--flat7);
}
.p-news-article .p-news-article__items__flex .p-news-article__cat.recruit {
  background-color: var(--recruit);
}
.p-news-article .p-news-article__items__flex .p-news-article__cat.mazda {
  background-color: var(--mazda);
}
.p-news-article .c-ttl-sub {
  line-height: 1.6;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-news-article .c-ttl-sub {
    font-size: 1.625rem;
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 540px) {
  .p-news-article .c-ttl-sub {
    font-size: 1.5625rem;
  }
}
.p-news-article .p-news-article__cont {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-news-article .p-news-article__cont {
    margin-top: 1.875rem;
  }
}
.p-news-article .p-news-article__cont p:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-news-article .p-news-article__cont a {
  color: var(--sub);
  text-decoration: underline;
}
.p-news-article .p-news-article__cont a:hover {
  color: var(--sub);
  text-decoration: none;
}

/* ページネーション
----------------------------------------------------------------- */
.wp-pagenavi {
  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;
  margin-top: 3.75rem;
  position: relative;
  z-index: 2;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  color: var(--white);
  background-color: var(--main);
}

.wp-pagenavi span,
.wp-pagenavi a {
  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;
  color: var(--main);
  background-color: var(--white);
  border: 1px solid var(--main);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  color: var(--white);
  background-color: var(--main);
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  width: auto;
  font-size: 14px;
  padding: 0.5rem;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  background-image: url(/resource/images/ico_arrow2_main.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:hover {
  background-image: url(/resource/images/ico_arrow2_white.svg);
}
.wp-pagenavi a.previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* ==========================================================================
レイアウト
========================================================================== */
.p-news2__layout {
  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: 7.4074074074%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-news2__layout {
    gap: 5.2083333333%;
  }
}
@media screen and (max-width: 540px) {
  .p-news2__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news2__layout .p-news2__cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 540px) {
  .p-news2__layout .p-news2__cont {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
    width: 100%;
  }
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl {
  padding: 10px 0;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl:before {
  content: "";
  vertical-align: middle;
  background-color: var(--main);
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 14px;
  margin-top: -4px;
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl.artsmile:before {
  background-color: var(--art);
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl.carmake:before {
  background-color: var(--carmake);
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl.reiwa:before {
  background-color: var(--reiwa);
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl.onix:before {
  background-color: var(--onix);
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl.flat7:before {
  background-color: var(--flat7);
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl.recruit:before {
  background-color: var(--recruit);
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl.ryu:before {
  background-color: var(--main);
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl.suzuki:before {
  background-color: var(--suzuki);
}
.p-news2__layout .p-news2__cont .p-news2__cat-ttl.mazda:before {
  background-color: var(--mazda);
}
.p-news2__layout aside {
  min-width: 240px;
}
@media screen and (max-width: 834px) {
  .p-news2__layout aside {
    min-width: 214px;
  }
}
@media screen and (max-width: 540px) {
  .p-news2__layout aside {
    min-width: initial;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2.5rem;
  }
}
.p-news2__layout aside .p-news__side-ttl {
  margin-bottom: 1.875rem;
  border-bottom: 2px solid var(--main);
  padding: 10px 0;
}
.p-news2__layout aside .c-list-dot2 li {
  margin-bottom: 1.25rem;
}
.p-news2__layout aside .c-list-dot2 li.artsmile:before {
  background-color: var(--art);
}
.p-news2__layout aside .c-list-dot2 li.carmake:before {
  background-color: var(--carmake);
}
.p-news2__layout aside .c-list-dot2 li.reiwa:before {
  background-color: var(--reiwa);
}
.p-news2__layout aside .c-list-dot2 li.onix:before {
  background-color: var(--onix);
}
.p-news2__layout aside .c-list-dot2 li.flat7:before {
  background-color: var(--flat7);
}
.p-news2__layout aside .c-list-dot2 li.recruit:before {
  background-color: var(--recruit);
}
.p-news2__layout aside .c-list-dot2 li.ryu:before {
  background-color: var(--main);
}
.p-news2__layout aside .c-list-dot2 li.suzuki:before {
  background-color: var(--suzuki);
}
.p-news2__layout aside .c-list-dot2 li.mazda:before {
  background-color: var(--mazda);
}
.p-news2__layout aside .c-list-dot2:last-of-type {
  margin-bottom: 0;
}
.p-news2__layout aside .c-list-dot2 a:hover {
  color: var(--main);
}

.is-news-line1,
.is-news-line2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: none;
  height: auto;
}

.is-news-line1 {
  top: 800px;
}
@media screen and (max-width: 834px) {
  .is-news-line1 {
    top: 885px;
  }
}
@media screen and (max-width: 540px) {
  .is-news-line1 {
    top: 1049px;
  }
}

.is-news-line2 {
  top: 1200px;
}

/* ==========================================================================
鈑金塗装
========================================================================== */
/* top
----------------------------------------------------------------- */
@media screen and (max-width: 540px) {
  .l-sec__top.p-bodyw-top__wrap .l-sec__top__inner .l-sec__top__ttl {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__top.p-bodyw-top__wrap .l-sec__top__inner .l-sec__top__ttl img {
    width: 100%;
  }
}

/* 鈑金塗装料金について
----------------------------------------------------------------- */
.p-bodyw-price__wrap {
  background-color: var(--white);
  padding: 2.5rem;
  border-radius: 15px;
  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: 3.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-bodyw-price__wrap {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .p-bodyw-price__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  .p-bodyw-price__wrap {
    padding: 1.875rem 1.25rem;
    gap: 1.25rem;
  }
}
.p-bodyw-price__wrap .p-bodyw-price__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-bodyw-price__wrap .p-bodyw-price__ex {
  color: var(--white);
  font-weight: 700;
  border-radius: 4px;
  background-color: var(--carmake);
  padding: 3px 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.p-bodyw-price__wrap .p-bodyw-price__ex::before {
  content: "";
  display: block;
  background-color: var(--carmake);
  width: 12px;
  height: 7px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  position: absolute;
  bottom: -6.5px;
  left: 31px;
}
.p-bodyw-price__wrap .p-bodyw-price__item {
  border: 4px solid var(--carmake);
  padding: 14px 30px;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .p-bodyw-price__wrap .p-bodyw-price__item {
    padding: 10px 14px;
  }
}
@media screen and (max-width: 834px) {
  .p-bodyw-price__wrap .p-bodyw-price__item {
    padding: 14px 30px;
  }
}
@media screen and (max-width: 540px) {
  .p-bodyw-price__wrap .p-bodyw-price__item {
    padding: 10px 10px;
    width: 100%;
    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;
  }
}
.p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__item__inner {
  font-weight: 700;
  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: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__item__inner {
    gap: 0;
    -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;
  }
}
@media screen and (max-width: 834px) {
  .p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-bodyw-price__wrap .p-bodyw-price__item p {
  font-size: 1.1875rem;
  line-height: 1;
}
@media screen and (max-width: 540px) {
  .p-bodyw-price__wrap .p-bodyw-price__item p {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}
.p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__price {
  font-size: 2.75rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  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: 6px;
  color: var(--carmake);
}
@media screen and (max-width: 540px) {
  .p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__price {
    font-size: 1.75rem;
    gap: 2px;
  }
}
.p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__price .md {
  font-size: 1.75rem;
  line-height: 1;
  color: var(--black);
}
@media screen and (max-width: 540px) {
  .p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__price .md {
    font-size: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px;
  }
}
.p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__price .sm {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 540px) {
  .p-bodyw-price__wrap .p-bodyw-price__item .p-bodyw-price__price .sm {
    font-size: 9px;
    margin-left: -2px;
  }
}
.p-bodyw-price__wrap .p-bodyw-price__img {
  max-width: 323px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .p-bodyw-price__wrap .p-bodyw-price__img {
    max-width: 100%;
    width: 100%;
  }
}
.p-bodyw-price__wrap .p-bodyw-price__img img {
  width: 100%;
  height: auto;
}

/* 流れ
----------------------------------------------------------------- */
.c-mod-flow--wrap.--bodyw {
  gap: 20px 13px;
}
@media screen and (max-width: 1024px) {
  .c-mod-flow--wrap.--bodyw {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .c-mod-flow--wrap.--bodyw .c-mod-flow__item {
    height: 200px;
  }
}
@media screen and (max-width: 540px) {
  .c-mod-flow--wrap.--bodyw .c-mod-flow__item {
    height: auto;
  }
}

.c-mod-flow__note.--bodyw {
  width: 100%;
}
.c-mod-flow__note.--bodyw .c-mod-flow__note__txt span {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.125rem;
}

/* よくあるご質問
----------------------------------------------------------------- */
.p-bodyw-faq__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.p-bodyw-faq__cont {
  padding: 1.875rem;
  background-color: var(--white);
  border-radius: 15px;
  /*　closeというクラスがついたら形状変化　*/
}
@media screen and (max-width: 834px) {
  .p-bodyw-faq__cont {
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 540px) {
  .p-bodyw-faq__cont {
    padding: 1.875rem 1.25rem;
  }
}
.p-bodyw-faq__cont .p-faq-q {
  vertical-align: middle;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*アイコンの＋と×*/
}
@media screen and (max-width: 540px) {
  .p-bodyw-faq__cont .p-faq-q {
    font-size: 1.1875rem;
  }
}
.p-bodyw-faq__cont .p-faq-q span {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  margin-right: 10px;
  margin-top: -3px;
}
@media screen and (max-width: 540px) {
  .p-bodyw-faq__cont .p-faq-q span {
    font-size: 1.25rem;
  }
}
.p-bodyw-faq__cont .p-faq-q::before, .p-bodyw-faq__cont .p-faq-q::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: var(--carmake);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .p-bodyw-faq__cont .p-faq-q::before, .p-bodyw-faq__cont .p-faq-q::after {
    width: 15px;
  }
}
.p-bodyw-faq__cont .p-faq-q::before {
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 540px) {
  .p-bodyw-faq__cont .p-faq-q::before {
    top: 12px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.p-bodyw-faq__cont .p-faq-q::after {
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 540px) {
  .p-bodyw-faq__cont .p-faq-q::after {
    top: 12px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-bodyw-faq__cont .p-faq-q.close::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-bodyw-faq__cont .p-faq-q.close::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-bodyw-faq__cont .p-faq-a {
  display: none;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (max-width: 540px) {
  .p-bodyw-faq__cont .p-faq-a {
    margin-top: 1.25rem;
  }
}

/* ==========================================================================
会社情報
========================================================================== */
/* ご挨拶
----------------------------------------------------------------- */
.p-com-messa__wrap .p-com-messa__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 540px) {
  .p-com-messa__wrap .p-com-messa__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.p-com-messa__wrap .p-com-messa__inner .p-com-messa__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-com-messa__wrap .p-com-messa__inner .p-com-messa__img {
  width: 31.7307692308%;
}
@media screen and (max-width: 540px) {
  .p-com-messa__wrap .p-com-messa__inner .p-com-messa__img {
    width: 100%;
  }
}
.p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  font-weight: 700;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name {
    gap: 8px;
  }
}
@media screen and (max-width: 834px) {
  .p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 8px;
  }
}
.p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name .sm {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name .sm {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 834px) {
  .p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name .sm {
    font-size: 13px;
  }
}
.p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name .lg {
  font-size: 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name .lg {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 834px) {
  .p-com-messa__wrap .p-com-messa__inner .p-com-messa__img .p-com-messa__name .lg {
    font-size: 1.1875rem;
  }
}
.p-com-messa__wrap .p-com-messa-ryu__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 540px) {
  .p-com-messa__wrap .p-com-messa-ryu__txt {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-com-messa__wrap .p-com-messa-ryu__txt .txt-main {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-com-messa__wrap .p-com-messa-ryu__txt .txt-main {
    margin-bottom: 1.25rem;
  }
}
.p-com-messa__wrap .p-com-messa-ryu__img {
  width: 35.9375%;
}
@media screen and (max-width: 540px) {
  .p-com-messa__wrap .p-com-messa-ryu__img {
    width: 100%;
  }
}

/* 会社概要
----------------------------------------------------------------- */
.p-com-about__wrap .c-tb1 tr th,
.p-com-about__wrap .c-tb1 tr td {
  padding: 1.25rem 0;
}

/* 沿革
----------------------------------------------------------------- */
.p-com-his__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11.5384615385%;
}
@media screen and (max-width: 540px) {
  .p-com-his__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-com-his__wrap .p-com-his__ttl {
  min-width: 124px;
}
.p-com-his__wrap .p-com-his__tb {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-com-his__wrap .p-com-his__tb .c-tb tr th {
  width: 88px;
  padding: 1.25rem 0;
  display: table-cell;
}
@media screen and (max-width: 540px) {
  .p-com-his__wrap .p-com-his__tb .c-tb tr th {
    width: 70px;
  }
}
.p-com-his__wrap .p-com-his__tb .c-tb tr td {
  padding-left: 3.75rem;
  display: table-cell;
}
@media screen and (max-width: 540px) {
  .p-com-his__wrap .p-com-his__tb .c-tb tr td {
    padding: 1.25rem 0;
    padding-left: 14px;
  }
}
.p-com-his__wrap .p-com-his__tb .c-tb tr .p-com-his__year {
  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;
  background-color: var(--whitesmoke);
  border-radius: 100px;
  color: var(--main);
  width: 88px;
  height: 88px;
  font-size: 1.1875rem;
}
@media screen and (max-width: 540px) {
  .p-com-his__wrap .p-com-his__tb .c-tb tr .p-com-his__year {
    width: 70px;
    height: 70px;
    font-size: 1rem;
  }
}
.p-com-his__wrap .p-com-his__tb .c-tb tr .p-com-his__year .sm {
  font-size: 1rem;
}

/* アクセス
----------------------------------------------------------------- */
.p-com-access__wrap--main .p-com-access__info {
  max-width: 380px;
  width: 100%;
  display: block;
  padding: 1.25rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-com-access__wrap--main .p-com-access__info {
    padding: 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-com-access__wrap--main .p-com-access__map--lg {
  margin-top: 3.75rem;
}
@media screen and (max-width: 540px) {
  .p-com-access__wrap--main .p-com-access__map--lg {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 834px) {
  .p-com-access__wrap .c-flex--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.p-com-access__wrap .p-com-access__map {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .p-com-access__wrap .p-com-access__map {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .p-com-access__wrap .p-com-access__map {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 834px) {
  .p-com-access__map--lg,
  .p-com-access__map {
    height: 245px;
  }
}
@media screen and (max-width: 540px) {
  .p-com-access__map--lg,
  .p-com-access__map {
    height: 200px;
  }
}
@media screen and (max-width: 834px) {
  .p-com-access__map--lg iframe,
  .p-com-access__map iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 834px) {
  .p-com-access__map {
    height: 200px;
  }
}

/* ==========================================================================
お問い合わせ
========================================================================== */
/* 電話
----------------------------------------------------------------- */
@media screen and (max-width: 540px) {
  .p-con-tel__wrap .c-flex--lg {
    gap: 10px;
  }
}

/* ==========================================================================
福祉車両販売
========================================================================== */
/* 料金表（福祉車両）
----------------------------------------------------------------- */
.p-welfare-price .c-tb-wel-price {
  max-width: 630px;
  width: 100%;
}

/* ==========================================================================
自動車保険
========================================================================== */
/*  保険金請求の流れ - オートセールス龍でご加入の場合
----------------------------------------------------------------- */
.p-insu-flow__wrap {
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .p-insu-flow__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.p-insu-flow__wrap .p-insu-flow__item,
.p-insu-flow__wrap .p-insu-flow__item--flex {
  background-color: var(--white);
  padding: 1.25rem;
  border-radius: 10px;
}
.p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__ttl,
.p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__ttl {
  background-color: var(--whitesmoke);
  border-radius: 5px;
  text-align: center;
  color: var(--main);
  font-size: 1.1875rem;
  font-weight: 700;
  padding: 10px;
}
.p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__img--1,
.p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__img--2,
.p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__img--3,
.p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__img--1,
.p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__img--2,
.p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__img--3 {
  text-align: center;
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__img--1,
  .p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__img--2,
  .p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__img--3,
  .p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__img--1,
  .p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__img--2,
  .p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__img--3 {
    margin-top: 20px;
  }
}
.p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__img--2,
.p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__img--2 {
  margin-top: 51px;
}
@media screen and (max-width: 1024px) {
  .p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__img--2,
  .p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__img--2 {
    margin-top: 20px;
  }
}
.p-insu-flow__wrap .p-insu-flow__item .p-insu-flow__img--3,
.p-insu-flow__wrap .p-insu-flow__item--flex .p-insu-flow__img--3 {
  margin-top: 20px;
}
.p-insu-flow__wrap .p-insu-flow__item--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-insu-flow__wrap .c-mod-flow__arrow {
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-insu-flow__wrap .c-mod-flow__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 1024px) {
  .p-insu-flow__wrap .p-insu-flow__item--last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-insu-flow__wrap .p-insu-flow__item--last > .p-insu-flow__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-insu-flow__wrap .p-insu-flow__item--last > .p-insu-flow__item--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 540px) {
  .p-insu-flow__wrap .p-insu-flow__item--last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

/*  保険会社サイトへ
----------------------------------------------------------------- */
.p-insu-site__wrap .c-grid {
  gap: 2.5rem 5rem;
  grid-template-columns: repeat(2, 320px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-insu-site__wrap .c-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.25rem;
  }
}
@media screen and (max-width: 834px) {
  .p-insu-site__wrap .c-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 1.25rem;
    justify-items: center;
  }
}
.p-insu-site__wrap .p-insu-site__bnr {
  display: block;
  max-width: 320px;
  width: 100%;
}
.p-insu-site__wrap .p-insu-site__bnr a {
  display: block;
  width: 100%;
  aspect-ratio: 320/100;
}
.p-insu-site__wrap .p-insu-site__bnr a picture {
  border: 1px solid var(--border);
  display: block;
  width: 100%;
  height: 100%;
}
.p-insu-site__wrap .p-insu-site__bnr a picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-insu-site__wrap .p-insu-site__bnr a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 540px) {
  .p-insu-site__wrap .p-insu-site__bnr p {
    font-size: 14px;
  }
}

/* ==========================================================================
ガソリンスタンド
========================================================================== */
/* top
----------------------------------------------------------------- */
.l-sec__top.p-gus-top__wrap .l-sec__top__inner .l-sec__top__ttl {
  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__top.p-gus-top__wrap .l-sec__top__inner .l-sec__top__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .l-sec__top.p-gus-top__wrap .l-sec__top__inner .l-sec__top__ttl {
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__top.p-gus-top__wrap .l-sec__top__inner .l-sec__top__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 1.4375rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
}
.l-sec__top.p-gus-top__wrap .l-sec__top__inner .l-sec__top__ttl img {
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .l-sec__top.p-gus-top__wrap .l-sec__top__inner .l-sec__top__ttl img {
    margin-bottom: 8px;
    width: 65%;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__top.p-gus-top__wrap .l-sec__top__inner .l-sec__top__ttl img {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__top.p-gus-top__wrap .l-sec__top__img picture img {
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
}

/* 店舗情報
----------------------------------------------------------------- */
.p-gus__sns-link {
  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;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: var(--white);
  border-radius: 10px;
  padding: 14px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-gus__sns-link {
    gap: 20px;
    -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;
  }
}
.p-gus__sns-link p {
  font-weight: 700;
  position: relative;
  line-height: 1.2;
}
.p-gus__sns-link p::before {
  content: "";
  display: block;
  background-color: var(--black);
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .p-gus__sns-link p::before {
    content: none;
  }
}

/* サービス
----------------------------------------------------------------- */
.p-gus-service__wrap {
  background-color: var(--white);
  border-radius: 20px;
  padding: 2.5rem;
  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: 1.25rem;
}
@media screen and (max-width: 834px) {
  .p-gus-service__wrap {
    padding: 1.875rem 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .p-gus-service__wrap {
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }
}
.p-gus-service__wrap .p-gus-service__item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}
.p-gus-service__wrap .p-gus-service__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 540px) {
  .p-gus-service__wrap .p-gus-service__item {
    padding-bottom: 1.25rem;
  }
}
.p-gus-service__wrap .p-gus-service__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .p-gus-service__wrap .p-gus-service__content {
    gap: 1rem;
    -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;
  }
}
.p-gus-service__wrap .p-gus-service__header {
  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: 1.25rem;
  width: 400px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .p-gus-service__wrap .p-gus-service__header {
    gap: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .p-gus-service__wrap .p-gus-service__header {
    -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: 0.75rem;
    width: auto;
  }
}
.p-gus-service__wrap .p-gus-service__badge {
  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;
  background-color: var(--whitesmoke);
  border-radius: 10px;
  padding: 0.3125rem 1.25rem;
  min-width: 140px;
}
@media screen and (max-width: 834px) {
  .p-gus-service__wrap .p-gus-service__badge {
    min-width: initial;
    padding: 0.3125rem 1rem;
  }
}
.p-gus-service__wrap .p-gus-service__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--sub);
}
@media screen and (max-width: 834px) {
  .p-gus-service__wrap .p-gus-service__label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 540px) {
  .p-gus-service__wrap .p-gus-service__label {
    font-size: 0.8125rem;
  }
}
.p-gus-service__wrap .p-gus-service__num {
  font-family: "Outfit", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--reiwa);
}
@media screen and (max-width: 834px) {
  .p-gus-service__wrap .p-gus-service__num {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .p-gus-service__wrap .p-gus-service__num {
    font-size: 1.125rem;
  }
}
.p-gus-service__wrap .p-gus-service__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--black);
}
@media screen and (max-width: 834px) {
  .p-gus-service__wrap .p-gus-service__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .p-gus-service__wrap .p-gus-service__ttl {
    font-size: 1.375rem;
  }
}
.p-gus-service__wrap .p-gus-service__txt {
  font-size: 1rem;
  line-height: 2em;
  color: var(--black);
}
@media screen and (max-width: 834px) {
  .p-gus-service__wrap .p-gus-service__txt {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 540px) {
  .p-gus-service__wrap .p-gus-service__txt {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

/* カーコーティング
----------------------------------------------------------------- */
.p-gus-keeper__card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-gus-keeper__card p {
  font-weight: 700;
  line-height: 1.8;
  font-size: 1.1875rem;
}

/* ==========================================================================
車検・修理
========================================================================== */
/* top
----------------------------------------------------------------- */
.l-sec__top.p-insp-top__wrap .l-sec__top__inner .l-sec__top__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.9375rem;
}
@media screen and (max-width: 1280px) {
  .l-sec__top.p-insp-top__wrap .l-sec__top__inner .l-sec__top__ttl {
    font-size: 1.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-sec__top.p-insp-top__wrap .l-sec__top__inner .l-sec__top__ttl {
    -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;
  }
}
@media screen and (max-width: 834px) {
  .l-sec__top.p-insp-top__wrap .l-sec__top__inner .l-sec__top__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__top.p-insp-top__wrap .l-sec__top__inner .l-sec__top__ttl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .l-sec__top.p-insp-top__wrap .l-sec__top__inner .l-sec__top__ttl img {
    width: 50px;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__top.p-insp-top__wrap .l-sec__top__inner .l-sec__top__ttl img {
    margin: 0;
    width: 65px;
  }
}
@media screen and (max-width: 834px) {
  .l-sec__top.p-insp-top__wrap .l-sec__top__inner .l-sec__top__ttl .sm {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .l-sec__top.p-insp-top__wrap .l-sec__top__inner .l-sec__top__ttl .sm {
    text-align: center;
  }
}

/* 12ヶ月法定点検料金表
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .p-insp-price2__wrap .c-flex--md {
    -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;
    width: 100%;
  }
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.margin-auto {
  margin: auto;
}

.margin-remove {
  margin: 0 !important;
}

.margin-remove-top {
  margin-top: 0 !important;
}

.margin-xxxsm-top {
  margin-top: 5px;
}

.margin-xxsm-top {
  margin-top: 0.625rem;
}

.margin-xsm-top {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 834px) {
  .margin-xsm-top {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 540px) {
  .margin-xsm-top {
    margin-top: 0.625rem;
  }
}

.margin-sm-top {
  margin-top: 1.25rem;
}
@media screen and (max-width: 540px) {
  .margin-sm-top {
    margin-top: 0.9375rem;
  }
}

.margin-md-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 540px) {
  .margin-md-top {
    margin-top: 1.875rem;
  }
}

.margin-lg-top {
  margin-top: 3.75rem;
}
@media screen and (max-width: 540px) {
  .margin-lg-top {
    margin-top: 2.5rem;
  }
}

.margin-xlg-top {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .margin-xlg-top {
    margin-top: 3.75rem;
  }
}

.margin-xxlg-top {
  margin-top: 6.25rem;
}
@media screen and (max-width: 834px) {
  .margin-xxlg-top {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 540px) {
  .margin-xxlg-top {
    margin-top: 3.75rem;
  }
}

.margin-30-top {
  margin-top: 1.875rem;
}

/* パディング
----------------------------------------------------------------- */
.padding-xxlg-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 834px) {
  .padding-xxlg-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 540px) {
  .padding-xxlg-top {
    padding-top: 3.75rem;
  }
}

/*-==========================================================================
テキスト
==========================================================================*/
.txt-bold {
  font-weight: 700 !important;
}

.txt-base {
  font-size: 1rem;
  line-height: 2;
}

.txt-lead {
  font-size: 1.1875rem;
  line-height: 2.25;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .txt-lead {
    line-height: 2;
  }
}
@media screen and (max-width: 540px) {
  .txt-lead {
    line-height: 2;
  }
}

.txt-cap {
  font-size: 1rem;
  line-height: 1.4;
}

.txt-sm {
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 540px) {
  .txt-sm {
    font-size: 14px;
  }
}

.txt-lg {
  font-size: 1.1875rem;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .txt-lg {
    font-size: 1.0625rem;
  }
}

.txt-link {
  font-weight: 700;
  line-height: 1.6;
  color: var(--main);
  position: relative;
}
.txt-link::before {
  content: "";
  display: block;
  background-color: var(--main);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.txt-link:hover {
  color: var(--sub);
}
.txt-link:hover::before {
  background-color: var(--sub);
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-top {
  vertical-align: top !important;
}

.txt-center--sp-left {
  text-align: center !important;
}
@media screen and (max-width: 540px) {
  .txt-center--sp-left {
    text-align: left !important;
  }
}

.txt-center--tb-left {
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .txt-center--tb-left {
    text-align: left !important;
  }
}

.txt-black-800 {
  color: #5C5C5C !important;
}

.txt-black-600 {
  color: #858585 !important;
}

.txt-black-400 {
  color: #ADADAD !important;
}

.txt-black-200 {
  color: #D6D6D6 !important;
}

.txt-black-100 {
  color: #EBEBEB !important;
}

.txt-black {
  color: #3A3A3A !important;
}

.txt-white {
  color: #fff !important;
}

.txt-border {
  color: #C2C2C2 !important;
}

.txt-main {
  color: #B9344B !important;
}

.txt-pink {
  color: #F19C99 !important;
}

.txt-sub {
  color: #2B3D68 !important;
}

.txt-sub2 {
  color: #063190 !important;
}

.txt-whitesmoke {
  color: #F8F7F9 !important;
}

.txt-selection_txt {
  color: #525252 !important;
}

.txt-selection_bg {
  color: #ffd0c4 !important;
}

.txt-tomato {
  color: #ef423b !important;
}

.txt-art {
  color: #DE1815 !important;
}

.txt-carmake {
  color: #014099 !important;
}

.txt-reiwa {
  color: #FF0000 !important;
}

.txt-onix {
  color: #2063af !important;
}

.txt-flat7 {
  color: #ff928e !important;
}

.txt-recruit {
  color: #6bd1e2 !important;
}

.txt-ryu {
  color: #B9344B !important;
}

.txt-mazda {
  color: #0080D3 !important;
}

.txt-suzuki {
  color: #3CC355 !important;
}

.txt-instagram {
  color: #ff0080 !important;
}

.txt-tiktok {
  color: #2dccd3 !important;
}

/* 電話番号
----------------------------------------------------------------- */
.txt-tel {
  font-size: 1.75rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  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: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .txt-tel {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 540px) {
  .txt-tel {
    font-size: 1.25rem;
  }
}
.txt-tel a[href^="tel:"] {
  font-family: "Outfit", sans-serif;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1;
  color: var(--main);
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .txt-tel a[href^="tel:"] {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .txt-tel a[href^="tel:"] {
    pointer-events: auto;
    font-size: 2rem;
  }
  .txt-tel a[href^="tel:"]:hover {
    color: var(--sub);
  }
}

.txt-tel__info {
  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;
  margin-top: 10px;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .txt-tel__info {
    -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: 5px;
  }
}
@media screen and (max-width: 834px) {
  .txt-tel__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 540px) {
  .txt-tel__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    margin-top: 10px;
  }
}
.txt-tel__info p {
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .txt-tel__info p {
    font-size: 13px;
  }
}

/*-==========================================================================
角丸
==========================================================================*/
.radi10 {
  border-radius: 0.625rem;
  overflow: hidden;
  display: block;
  width: 100%;
}
.radi10 img {
  width: 100%;
  height: 100%;
  display: block;
}

.radi15 {
  border-radius: 0.9375rem;
  overflow: hidden;
  display: block;
  width: 100%;
}
.radi15 img {
  width: 100%;
  height: 100%;
  display: block;
}

.radi20 {
  border-radius: 1.25rem;
}

.radi30 {
  border-radius: 1.875rem;
}

/*-==========================================================================
boder
==========================================================================*/
.bd-black-800 {
  border: 1px solid var(--black-800) !important;
}

.bd-black-600 {
  border: 1px solid var(--black-600) !important;
}

.bd-black-400 {
  border: 1px solid var(--black-400) !important;
}

.bd-black-200 {
  border: 1px solid var(--black-200) !important;
}

.bd-black-100 {
  border: 1px solid var(--black-100) !important;
}

.bd-black {
  border: 1px solid var(--black) !important;
}

.bd-white {
  border: 1px solid var(--white) !important;
}

.bd-border {
  border: 1px solid var(--border) !important;
}

.bd-main {
  border: 1px solid var(--main) !important;
}

.bd-pink {
  border: 1px solid var(--pink) !important;
}

.bd-sub {
  border: 1px solid var(--sub) !important;
}

.bd-sub2 {
  border: 1px solid var(--sub2) !important;
}

.bd-whitesmoke {
  border: 1px solid var(--whitesmoke) !important;
}

.bd-selection_txt {
  border: 1px solid var(--selection_txt) !important;
}

.bd-selection_bg {
  border: 1px solid var(--selection_bg) !important;
}

.bd-tomato {
  border: 1px solid var(--tomato) !important;
}

.bd-art {
  border: 1px solid var(--art) !important;
}

.bd-carmake {
  border: 1px solid var(--carmake) !important;
}

.bd-reiwa {
  border: 1px solid var(--reiwa) !important;
}

.bd-onix {
  border: 1px solid var(--onix) !important;
}

.bd-flat7 {
  border: 1px solid var(--flat7) !important;
}

.bd-recruit {
  border: 1px solid var(--recruit) !important;
}

.bd-ryu {
  border: 1px solid var(--ryu) !important;
}

.bd-mazda {
  border: 1px solid var(--mazda) !important;
}

.bd-suzuki {
  border: 1px solid var(--suzuki) !important;
}

.bd-instagram {
  border: 1px solid var(--instagram) !important;
}

.bd-tiktok {
  border: 1px solid var(--tiktok) !important;
}

/*-==========================================================================
背景
==========================================================================*/
.bg-black-800 {
  background-color: #5C5C5C !important;
}

.bg-black-600 {
  background-color: #858585 !important;
}

.bg-black-400 {
  background-color: #ADADAD !important;
}

.bg-black-200 {
  background-color: #D6D6D6 !important;
}

.bg-black-100 {
  background-color: #EBEBEB !important;
}

.bg-black {
  background-color: #3A3A3A !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-border {
  background-color: #C2C2C2 !important;
}

.bg-main {
  background-color: #B9344B !important;
}

.bg-pink {
  background-color: #F19C99 !important;
}

.bg-sub {
  background-color: #2B3D68 !important;
}

.bg-sub2 {
  background-color: #063190 !important;
}

.bg-whitesmoke {
  background-color: #F8F7F9 !important;
}

.bg-selection_txt {
  background-color: #525252 !important;
}

.bg-selection_bg {
  background-color: #ffd0c4 !important;
}

.bg-tomato {
  background-color: #ef423b !important;
}

.bg-art {
  background-color: #DE1815 !important;
}

.bg-carmake {
  background-color: #014099 !important;
}

.bg-reiwa {
  background-color: #FF0000 !important;
}

.bg-onix {
  background-color: #2063af !important;
}

.bg-flat7 {
  background-color: #ff928e !important;
}

.bg-recruit {
  background-color: #6bd1e2 !important;
}

.bg-ryu {
  background-color: #B9344B !important;
}

.bg-mazda {
  background-color: #0080D3 !important;
}

.bg-suzuki {
  background-color: #3CC355 !important;
}

.bg-instagram {
  background-color: #ff0080 !important;
}

.bg-tiktok {
  background-color: #2dccd3 !important;
}

.bg-even-whitesmoke:nth-of-type(even) {
  background-color: var(--whitesmoke);
}

.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);
}

/* ==========================================================================
 スクロール
=========================================================================*/
.scroll-anchor {
  display: block;
}
@media screen and (max-width: 834px) {
  .scroll-anchor {
    padding-top: 3.75rem;
    margin-top: -3.75rem;
  }
}
@media screen and (max-width: 540px) {
  .scroll-anchor {
    padding-top: 0;
    margin-top: 0;
  }
}

/* ==========================================================================
 非表示
=========================================================================*/
.visible-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/* ==========================================================================
 レイアウト
=========================================================================*/
.flex-center {
  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;
}

.flex-center--col {
  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: 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;
}

/*-==========================================================================
特定の画面幅で表示・非表示するクラス
==========================================================================*/
/* xpc以上*/
@media screen and (min-width: 1537px) {
  .visible-more-xpc {
    display: block;
  }
}
@media screen and (max-width: 1536px) {
  .visible-more-xpc {
    display: none !important;
  }
}

/* xpcのみ*/
@media screen and (min-width: 1281px) and (max-width: 1536px) {
  .visible-xpc {
    display: block;
  }
}
@media screen and (max-width: 1280px), (min-width: 1537px) {
  .visible-xpc {
    display: none !important;
  }
}

/* xpc以下*/
@media screen and (max-width: 1536px) {
  .visible-less-xpc {
    display: block;
  }
}
@media screen and (min-width: 1537px) {
  .visible-less-xpc {
    display: none !important;
  }
}

/* pc以上*/
@media screen and (min-width: 1281px) {
  .visible-more-pc {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .visible-more-pc {
    display: none !important;
  }
}

/* pcのみ*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .visible-pc {
    display: block;
  }
}
@media screen and (max-width: 1024px), (min-width: 1281px) {
  .visible-pc {
    display: none !important;
  }
}

/*  pc以下*/
@media screen and (max-width: 1280px) {
  .visible-less-pc {
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  .visible-less-pc {
    display: none !important;
  }
}

/* lp以上*/
@media screen and (min-width: 1025px) {
  .visible-more-lp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .visible-more-lp {
    display: none !important;
  }
}

/* lpのみ*/
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .visible-lp {
    display: block;
  }
}
@media screen and (max-width: 834px), (min-width: 1025px) {
  .visible-lp {
    display: none !important;
  }
}

/*  lp以下*/
@media screen and (max-width: 1024px) {
  .visible-less-lp {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .visible-less-lp {
    display: none !important;
  }
}

/* tb以上*/
@media screen and (min-width: 835px) {
  .visible-more-tb {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .visible-more-tb {
    display: none !important;
  }
}

/* tbのみ*/
@media screen and (min-width: 541px) and (max-width: 834px) {
  .visible-tb {
    display: block;
  }
}
@media screen and (max-width: 540px), (min-width: 835px) {
  .visible-tb {
    display: none !important;
  }
}

/*  tb以下*/
@media screen and (max-width: 834px) {
  .visible-less-tb {
    display: block;
  }
}
@media screen and (min-width: 835px) {
  .visible-less-tb {
    display: none !important;
  }
}

/* sp以上*/
@media screen and (min-width: 541px) {
  .visible-more-sp {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .visible-more-sp {
    display: none !important;
  }
}

/* spのみ*/
@media screen and (max-width: 540px) {
  .visible-sp {
    display: block;
  }
}
@media screen and (min-width: 541px) {
  .visible-sp {
    display: none !important;
  }
}

/*-==========================================================================
その他
==========================================================================*//*# sourceMappingURL=main.css.map */