@charset "UTF-8";
/*=================================================================================

　変数定義

=================================================================================*/
/*—————————————————————————————————————————————————————
　横幅／高さ／余白設定
—————————————————————————————————————————————————————*/
:root {
  /* 横幅【PC幅のみ】 */
  --width-contents_max_s: 1000px;
  --width-contents_max_m: 1100px;
  --width-contents_max_l: 1180px;
  --width-modal_max: 900px;
  /* 2カラム */
  --width-main-contents_max: 735px;
  --width-side-contents_max: 300px;
  /* 高さ【ヘッダのみ】 */
  --height-header-upper: 143px;
  --height-header-lower: 64px;
  --height-header: 80px;
}

/*—————————————————————————————————————————————————————
　カラー設定
—————————————————————————————————————————————————————*/
:root {
  --color-key:	#4182D5;
  --color-key_l:	#5A99E8;
  --color-body_bg:	#EFF4F8;
  --color-head_bg:	#F2F5F9;
  --color-head_bg_l:	rgba(206, 232, 255, 0.7019607843);
  /* テキスト */
  --color-txt:	#333;
  --color-txt_heading:	#121212;
  --color-txt_l:	#FFFFFF;
  /* リンク */
  --color-link:	#4182D5;
  /* 画像のMIX */
  --color-img_mix:	#91C2EA;
  /* 罫線 */
  --color-border:	#4182D5;
  --color-border_l:	#7CAED9;
  /* ボタンやアラートなどエレメントカラー */
  --color-default:	#FFFFFF;
  --color-primary:	#4182D5;
  --color-disable:	#888888;
  /* テーブル */
  --color-table_border:	#1D71C6;
  --color-table_border_tr:	#CCCCCC;
  --color-table_thead_bg:	#1D71C6;
  --color-table_txt:	#333333;
  /* オーバーレイ（モーダルやドロワーの背景） */
  --color-overlay-bg:	rgba(0, 0, 0, 0.8);
  --color-overlay-bg_l:	rgba(0, 0, 0, 0.4);
  /* モーダルウィンドウのコンテンツ背景 */
  --color-modal-bg:	#FFFFFF;
  /* その他ベーシックな色 */
  --color_black:	#000000;
  --color_white:	#FFFFFF;
  --color_darkgray:	#333333;
  --color_gray:	#969696;
  --color_red:	#EB2D2D;
  --color_blue:	#0059ff;
  /* グラデーション */
  --color-main-visual:	linear-gradient(135deg, #8AC7F0 0%, #3A9BDD 38%, #0062B0 100%);
  --color-gradation-header:	linear-gradient(90deg, #1785D0 0%, #1786D0 9%, #1786D0 20%, #1889D0 31%, #198DCF 41%, #1B99CB 51%, #1EA3C9 61%, #21B5C4 72%, #23BEC2 83%, #24C1C1 92%, #24C1C1 100%);
  --color-gradation-btn:	linear-gradient(136deg, #388FD5 0%, #0062B0 47%, #002E80 100%);
  --color-gradation-btn_l:	linear-gradient(136deg, #38BFF7 0%, #1D98DC 47%, #087BCA 100%);
  --color-gradation-btn_s:	linear-gradient(146deg, #91C2EA 0%, #4189D3 47%, #0062B0 100%);
}

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

html,
body {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

:root {
  --txt-color: ;
  --main-color: ;
  --sub-color: ;
  --main--bg: ;
  --white: ;
}

address {
  font-style: normal;
}

body {
  overflow-x: hidden;
  color: var(--color-txt);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-family: "Roboto", "Noto Sans Jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
a:focus:not(:focus-visible) {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  padding: 0.5625rem 1rem;
  width: 100%;
  border: 1px solid var(--color-table_border_tr);
  border-radius: 0.3125rem;
  background-image: none;
  background-color: #FFF;
  font-size: 1em;
  font-family: inherit;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::placeholder,
textarea::placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
@media screen and (max-width: 600px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #848484;
}

input::-moz-placeholder {
  color: #848484;
}

input::-ms-input-placeholder {
  color: #848484;
}

input:-ms-input-placeholder {
  color: #848484;
}

input::placeholder {
  color: #848484;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

input[type=submit] ::-moz-focus-inner,
input[type=button] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

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

input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-table_border_tr);
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-key);
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-table_border_tr);
  border-radius: 3px;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::before {
  background: var(--color-key);
}

input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  margin-top: -0.2em;
  width: 15px;
  height: 10px;
  border-bottom: 2px solid var(--color_white);
  border-left: 2px solid var(--color_white);
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

select {
  padding: 0.625rem 2.4375rem 0.625rem 0.75rem;
  border: 1px solid var(--color-key);
  border-radius: 5px;
  background-image: url(../img/common/select-arrow.svg);
  background-position: right 11px top 55%;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #FFF;
  color: var(--color-txt);
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  border-color: var(--color-txt);
  -webkit-box-shadow: none;
          box-shadow: none;
}

option {
  color: var(--color-txt);
}

.grecaptcha-badge {
  display: none;
}

@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
.p-editorContents {
  margin-top: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
.p-editorContents a {
  color: var(--color-key_l);
}
.p-editorContents .wp-block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, 0.567961165rem + 0.7766990291vw, 1.5rem);
}
.p-editorContents .wp-block-heading::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 2.4375rem;
  background-color: var(--color-key);
  border-radius: 1.1875rem;
}
.p-editorContents h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-editorContents h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.p-editorContents * + * {
  margin-top: 16px;
}
.p-editorContents * + h2.wp-block-heading {
  margin-top: 96px;
}
.p-editorContents * + h3.wp-block-heading {
  margin-top: 56px;
}
.p-editorContents * + p {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-image {
  margin-top: 32px;
}
.p-editorContents ul,
.p-editorContents ol {
  padding-left: 32px;
}
.p-editorContents * + ul,
.p-editorContents * + ol {
  margin-top: 32px;
}
.p-editorContents ul {
  list-style: disc;
}
.p-editorContents ol {
  list-style: trad-chinese-informal;
}
.p-editorContents li {
  position: relative;
}
.p-editorContents * + li {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-table {
  margin-top: 16px;
}
.p-editorContents figcaption {
  font-size: 0.75rem;
  color: #787878;
  margin-top: 16px;
}
.p-editorContents .wp-block-table table th {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 21%;
}
.p-editorContents .wp-block-table table td {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 79%;
}

.c-pagePostTitle {
  font-size: 2rem;
  font-weight: 700;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 600px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wp-block-gallery {
  width: 100% !important;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 1/1;
  width: 100% !important;
}

.l-section {
  position: relative;
  padding: clamp(3rem, 2.2111650485rem + 3.3656957929vw, 6.25rem) 0;
}
.l-section--top {
  padding-top: var(--height-header-upper);
}
@media screen and (max-width: 1024px) {
  .l-section--top {
    padding-top: calc(var(--height-header-upper) - 63px);
  }
}

.l-section--lineup {
  padding: clamp(3rem, 2.2415048544rem + 3.2362459547vw, 6.125rem) 0 clamp(3rem, 0.8913834951rem + 8.996763754vw, 11.6875rem);
}

.l-inner {
  margin: 0 auto;
  width: 90%;
  max-width: var(--width-contents_max_m);
}
.lower-page .l-inner {
  max-width: var(--width-contents_max_m);
}

.l-inner--full {
  width: 100%;
}

.l-contents {
  margin: 0 auto;
  width: 100%;
  max-width: var(--width-contents_max_s);
}

.l-outer {
  background-image: url(../img/common/webp/information_bg.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: clamp(6.25rem, 4.4296116505rem + 7.7669902913vw, 13.75rem);
  background-size: 50%;
}
@media screen and (min-width: 1920px) {
  .l-outer {
    background-size: auto;
  }
}
.l-outer__side {
  width: 28%;
  max-width: var(--width-side-contents_max);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.3252427184rem + 1.8122977346vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .l-outer__side {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-outer__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: var(--width-main-contents_max);
}
@media screen and (max-width: 768px) {
  .l-outer__main {
    width: 100%;
  }
}

.l-outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(2rem, 1.4993932039rem + 2.1359223301vw, 4.0625rem);
  margin: clamp(2.5rem, 2.1207524272rem + 1.6181229773vw, 4.0625rem) auto 0;
  width: 90%;
  max-width: var(--width-contents_max_m);
}
@media screen and (max-width: 768px) {
  .l-outer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-outer__side-banner img {
  width: 100%;
}

.l-outer__side-archive {
  margin-top: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
}
@media screen and (max-width: 600px) {
  .l-outer__side-archive {
    grid-column: 1/3;
    margin-top: 0;
  }
}

.l-outer__side-archive-title {
  height: 3.625rem;
  background-image: url(../img/common/side_archive.svg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: var(--color_white);
  font-weight: 500;
  padding: 1.0625rem clamp(0.5rem, -0.5rem + 2.0833333333vw, 2rem);
  text-align: center;
}

.l-outer__side-archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.l-outer__side-archive-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
  border: 1px solid #D9D9D9;
  padding: 0.625rem;
  background-color: var(--color_white);
}
@media screen and (max-width: 991px) {
  .l-outer__side-archive-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-outer__side-archive-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-outer__side-archive-item-img {
  width: 5.4375rem;
  height: 5.4375rem;
  background-color: #D9D9D9;
}
.l-outer__side-archive-item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-outer__side-archive-item-title {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-decoration: underline;
}

body:has(#wpadminbar) .l-header {
  top: 2rem;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.l-header__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color_white);
  height: var(--height-header);
}
@media screen and (max-width: 1024px) {
  .l-header__top {
    height: var(--height-header);
  }
}

.l-header__under {
  background-color: #EBF4FF;
  padding: 12px 0;
  padding-right: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: -1;
  position: relative;
  /* 必要に応じて調整 */
}
@media screen and (max-width: 1024px) {
  .l-header__under {
    display: none;
  }
}

.l-header__under.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none !important;
  }
}

.l-header__nav--item__link {
  background-color: #0B56B3;
  padding: 0.75rem 2.3125rem;
  border-radius: 1.6875rem;
}

.l-header__nav-list-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  padding-right: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .l-header__nav-list-tel {
    display: none !important;
  }
}

.l-header__nav-list-tel-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
.l-header__nav-list-tel-text span {
  font-size: 0.625rem;
}

.l-header__nav-list-tel-tel {
  color: var(--color-key_l);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.l-header__nav-list-tel-tel a {
  font-size: 2.25rem;
  line-height: 0.8333333333;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-list {
    display: none;
  }
}

.l-header__nav-item {
  position: relative;
}
.l-header__nav-item:hover .l-header__nav-child-list {
  opacity: 1;
  visibility: visible;
}

.l-header__nav-child-list {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--color_white);
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.l-header__nav-child-item {
  background-color: var(--color_white);
}

.l-header__nav-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.l-header__nav-item-link.is_link {
  cursor: pointer;
}
.l-header__nav-item-link.is_btn {
  width: 12.5rem;
  aspect-ratio: 200/39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FABE00;
  border-radius: 1.6875rem;
  font-weight: 600;
}

.l-header__navSp {
  position: fixed;
  top: var(--height-header);
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 1000;
  background-color: #0B56B3;
}
.l-header__navSp .p-header__logo {
  padding: 21px 10px;
}
@media screen and (max-width: 1024px) {
  body:has(#wpadminbar) .l-header .l-header__navSp {
    top: calc(2rem + var(--height-header));
  }
  .l-header__navSp.is_active {
    display: block;
  }
}

.l-header__navSp-inner {
  width: 90%;
  max-width: 30rem;
  margin: 0 1rem 0 auto;
  padding: 0 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .l-header__navSp-inner {
    margin: 0 auto;
  }
}

.l-header__navSp-list {
  padding: 2.1875rem 0;
  width: 100%;
  margin: 0 auto;
}

.l-header__navSp-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1294117647);
}
.l-header__navSp-item:nth-child(6) {
  border-bottom: none;
}
.l-header__navSp-item:last-child {
  border-bottom: none;
}

.l-header__navSp-item__under_text {
  color: #FFF;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  /* 150% */
  letter-spacing: 0.0375rem;
  margin-top: 4.6875rem;
}

.l-header__navSp-child-list {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.l-header__navSp-child-item .l-header__navSp-item-link {
  padding: 0 1.0625rem;
}

.l-header__navSp-item-link {
  padding: 0.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP";
  color: #fff;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__navSp-item-link img {
  width: 0.25rem;
  height: 0.5625rem;
}
.l-header__navSp-item-link.is_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FABE00;
  color: #121212;
  border-radius: 1.6875rem;
  font-weight: 600;
  margin: 1rem auto 0;
}

.l-header__navSp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.l-header__navSp-box-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  color: #fff;
}
.l-header__navSp-box-text span {
  font-size: 0.625rem;
}

.l-header__navSp-box-tel {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.l-header__navSp-box-tel a {
  font-size: 2.25rem;
  line-height: 0.8333333333;
  font-weight: 800;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  body.is_fixed {
    overflow: hidden;
  }
}
.l-footer__floating {
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: transparent var(--color-gradation-btn) 0% 0% no-repeat padding-box;
}
.l-footer__floating.is_active {
  opacity: 1;
}

.l-footer__floating--inner {
  display: block;
  width: clamp(2.5rem, 2.1966019417rem + 1.2944983819vw, 3.75rem);
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-footer__floating--inner:hover {
  opacity: 0.7;
}

.l-footer {
  background-color: #5596E8;
  padding: clamp(2rem, 1.6662621359rem + 1.4239482201vw, 3.375rem) 0 0;
  color: var(--color_white);
}

.l-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.25rem;
}
@media screen and (max-width: 768px) {
  .l-footer__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__left--text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.l-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .l-footer__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__right-list--lower {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__right-list:last-child {
  gap: clamp(1rem, 0.817961165rem + 0.7766990291vw, 1.75rem);
}
@media screen and (max-width: 480px) {
  .l-footer__right-list:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__right-item {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.l-footer__right-child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.l-footer__right-child-item {
  font-size: 0.8125rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.l-footer__right-instagram {
  width: 2rem;
  height: 2rem;
  background-image: url(../img/common/webp/icon_instagram.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.l-footer__bottom {
  background-color: #0B56B3;
  margin-top: clamp(3rem, 2.833131068rem + 0.71197411vw, 3.6875rem);
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 600px) {
  .l-footer__bottom {
    padding: 1rem 0 4.6875rem;
  }
}

.c-pageHead {
  margin: 8.9375rem 0 0;
}
@media screen and (max-width: 1024px) {
  .c-pageHead {
    margin: 5rem 0 0;
  }
}

.c-pageHead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .c-pageHead__inner {
    background-position: center;
  }
}

.c-pageHead__title {
  visibility: hidden;
  font-size: clamp(1.5rem, 0.7415048544rem + 3.2362459547vw, 4.625rem);
  line-height: 1.0277777778;
  letter-spacing: 0.2em;
  color: var(--color_white);
  text-shadow: 0px 0px 10px var(--color_white);
  font-family: "ShipporiMincho";
  font-weight: 600;
}

.c-pageHead__img-wrap {
  width: 100%;
  aspect-ratio: 1920/396;
  position: relative;
  z-index: 1;
}

.c-pageHead__img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.price .c-pageHead__img {
  background-image: url(../img/pageHead/webp/price_top.webp);
}
.about .c-pageHead__img {
  background-image: url(../img/pageHead/webp/pageHead-about.webp);
}
.corp .c-pageHead__img {
  background-image: url(../img/pageHead/webp/rental_top.webp);
}
.welfare .c-pageHead__img {
  background-image: url(../img/pageHead/webp/pageHead-about-welfare.webp);
}
.shop .c-pageHead__img {
  background-image: url(../img/pageHead/webp/shop_top.webp);
}
.information .c-pageHead__img {
  background-image: url(../img/pageHead/webp/pageHead-information.webp);
}
.lease .c-pageHead__img {
  background-image: url(../img/pageHead/webp/lease_top_bg.webp);
}
.road_service .c-pageHead__img {
  background-image: url(../img/pageHead/webp/road_service_bg.webp);
}
.contact .c-pageHead__img {
  background-image: url(../img/pageHead/webp/contact_top.webp);
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(2rem, 1.1656553398rem + 3.5598705502vw, 5.4375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem);
}
@media screen and (max-width: 768px) {
  .c-pagination {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(1.75rem, 1.4769417476rem + 1.1650485437vw, 2.875rem);
  aspect-ratio: 1/1;
  color: #686868;
  border: 1px solid #686868;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.5;
  font-weight: 300;
}
.page-numbers.current {
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
}

.c-single {
  max-width: var(--width-contents_max_s) !important;
  font-family: "Noto Sans JP";
}

.c-single__top {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}

.c-single__title {
  margin-top: clamp(1rem, 0.5145631068rem + 2.071197411vw, 3rem);
  padding-bottom: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  font-size: clamp(1.125rem, 0.8519417476rem + 1.1650485437vw, 2.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #D9D9D9;
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  margin-top: clamp(2.5rem, 1.286407767rem + 5.1779935275vw, 7.5rem);
}
@media screen and (max-width: 600px) {
  .post-navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.post-navigation > div {
  width: 12.5rem;
  max-width: 100%;
  text-align: center;
}
.post-navigation > div a {
  padding: 0.625rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .post-navigation .previous-post {
    width: unset;
  }
}
.post-navigation .previous-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: underline;
}
.post-navigation .previous-post a::before {
  content: "";
  width: 0.4375rem;
  height: 0.625rem;
  background-image: url(../img/common/page-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .post-navigation .toArchive {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.post-navigation .toArchive a {
  color: var(--color-key);
  border: 1px solid var(--color-key);
  width: 12.5rem;
  max-width: 100%;
  text-align: center;
  padding: 0.625rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .post-navigation .next-post {
    width: unset;
  }
}
.post-navigation .next-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: underline;
}
.post-navigation .next-post a::after {
  content: "";
  width: 0.4375rem;
  height: 0.625rem;
  background-image: url(../img/common/page-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1rem, 0.5752427184rem + 1.8122977346vw, 2.75rem);
  padding: clamp(1rem, 0.6814320388rem + 1.359223301vw, 2.3125rem) 0;
  border-bottom: 1px solid #D9D9D9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .c-archive__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-archive__item-img {
  width: 39%;
  max-width: 18rem;
  aspect-ratio: 288/200;
  background-color: #D9D9D9;
}
@media screen and (max-width: 480px) {
  .c-archive__item-img {
    width: 100%;
  }
}

.c-archive__item-box {
  width: 55%;
  max-width: 25.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, 0.2572815534rem + 1.0355987055vw, 1.5rem);
}
@media screen and (max-width: 480px) {
  .c-archive__item-box {
    max-width: 18rem;
    width: 100%;
  }
}

.c-archive__item-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
}

.c-archive__item-box-new {
  border-radius: 0.125rem;
  background-color: var(--color-key);
  color: var(--color_white);
  width: 3.9375rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  padding: 0.125rem 0 0.0625rem;
}

.c-archive__item-box-date {
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
  color: #333;
}

.c-archive__item-box-title {
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 1.2916666667;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.c-archive__item-box-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.c-btn {
  width: 100%;
  max-width: 13.375rem;
  aspect-ratio: 214/52;
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  line-height: 1.9444444444;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color_white);
  background-color: #0B56B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 13.375rem;
    aspect-ratio: 214/52;
    padding: 1.0625rem 1.5rem;
  }
}
.c-btn--inversion {
  border: 1px solid var(--color-txt);
  background-color: var(--color_white);
  color: var(--color-txt);
}
.c-btn--inversion::after {
  background-image: url(../img/common/icon_btn-bk.svg);
}

.c-heading {
  font-size: clamp(1.25rem, 1.0224514563rem + 0.9708737864vw, 2.1875rem);
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  margin-bottom: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
}
.c-heading::before {
  content: "";
  width: clamp(1.25rem, 0.9617718447rem + 1.2297734628vw, 2.4375rem);
  height: 0.375rem;
  border-radius: 1.1875rem;
  background-color: #4182D5;
}

.c-heading--rental {
  font-size: clamp(1.25rem, 1.0224514563rem + 0.9708737864vw, 2.1875rem);
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  margin-bottom: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
}
.c-heading--rental::before {
  content: "";
  width: clamp(1.25rem, 0.9617718447rem + 1.2297734628vw, 2.4375rem);
  height: 0.375rem;
  border-radius: 1.1875rem;
  background-color: #4182D5;
}

.c-title {
  width: 100%;
}

.c-title__box--inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
.c-title__box--inner .c-title__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 600px) {
  .c-title__box--inner .c-title__inner {
    gap: 0.3125rem;
  }
}
.c-title__box--inner .c-title__inner--en {
  font-family: "Roboto";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
}
.c-title__box--inner .c-title__inner--ja {
  font-size: clamp(1.5rem, 1.0297330097rem + 2.0064724919vw, 3.4375rem);
  line-height: 0.9433962264;
  letter-spacing: 0.34375rem;
  font-weight: 700;
  color: #fff;
}

.c-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 600px) {
  .c-title__inner {
    gap: 0;
  }
}

.c-title__inner--en {
  font-family: "Roboto";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
}

.c-title__inner--ja {
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.c-title--ms {
  border-bottom: 1px solid #707070;
  padding-bottom: 0.1875rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-title--ms:has(h4) {
    margin-left: 0.625rem;
  }
}
.c-title--ms:has(h4)::before {
  content: "";
  position: absolute;
  margin-top: 0.4375rem;
  left: -1rem;
  width: 0.1875rem;
  height: clamp(1.5rem, 1.333131068rem + 0.71197411vw, 2.1875rem);
  background-color: var(--color-key);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-title--ms:has(h4)::before {
    left: -0.5rem;
  }
}
.c-title--ms:has(h5)::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 5rem;
  height: 0.1875rem;
  background-color: var(--color-key);
  z-index: 1;
}
.c-title--ms h4 {
  font-family: "Noto Sans JP";
  font-size: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
  line-height: 1.4375;
  letter-spacing: 0;
  font-weight: 500;
}
.c-title--ms h5 {
  font-family: "Noto Sans JP";
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  line-height: 1.5833333333;
  letter-spacing: 0;
  font-weight: 500;
}

.c-consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 3.75rem 0 5.5625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .c-consultation {
    padding: 2.5rem 0 2.5rem;
  }
}
.c-consultation.bg_wh {
  background-image: none;
}
.c-consultation.bg_wh h3, .c-consultation.bg_wh p {
  color: var(--color-txt);
}
.c-consultation h3 {
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  line-height: 1.175;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--color_white);
  margin-top: 1rem;
  text-align: center;
  word-break: keep-all;
}
.c-consultation p {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--color_white);
  text-align: center;
  margin-top: 1.4375rem;
  word-break: keep-all;
}

.c-company {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: clamp(0.5rem, 0.1662621359rem + 1.4239482201vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .c-company {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4375rem;
  }
}
.c-company--other {
  margin-top: clamp(2.5rem, 0.9830097087rem + 6.4724919094vw, 8.75rem);
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.5rem, -0.015776699rem + 2.2006472492vw, 2.625rem) clamp(0.5rem, -0.895631068rem + 5.9546925566vw, 6.25rem);
}
@media screen and (max-width: 600px) {
  .c-company--other {
    gap: clamp(0.5rem, 0.1662621359rem + 1.4239482201vw, 1.875rem);
  }
}
.c-company--other .c-company__item {
  max-width: 34.375rem;
  aspect-ratio: 550/280;
}
@media screen and (max-width: 768px) {
  .c-company--other .c-company__item {
    max-width: 25rem;
    aspect-ratio: 1/1;
  }
}

.c-company__item {
  width: 100%;
  max-width: 25rem;
  aspect-ratio: 400/280;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color_white);
  background: transparent var(--color-gradation-btn) 0% 0% no-repeat padding-box;
}
.c-company__item--bg__white {
  border: 1px solid;
  -o-border-image: var(--color-gradation-btn) 1;
     border-image: var(--color-gradation-btn) 1;
  background: var(--color_white) 0% 0% no-repeat padding-box;
  color: var(--color-key_l);
}
.c-company__item--bg__white .c-company__item--title__ja {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .c-company__item {
    padding: 1.5625rem 0;
    aspect-ratio: 1/1;
  }
}

.c-company__item--title__en {
  font-size: clamp(2rem, 1.817961165rem + 0.7766990291vw, 2.75rem);
  line-height: 1.4772727273;
  letter-spacing: 0.04em;
  background: transparent var(--color-gradation-btn) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  color: transparent;
}

.c-company__item--title__ja {
  font-size: clamp(0.875rem, 0.7233009709rem + 0.6472491909vw, 1.5rem);
  line-height: 1.4583333333;
  letter-spacing: 0;
  font-weight: 400;
}

.c-company__item--icon {
  margin-bottom: clamp(1rem, 0.8027912621rem + 0.8414239482vw, 1.8125rem);
}
@media screen and (max-width: 768px) {
  .c-company__item--icon {
    width: 5.875rem;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 480px) {
  .c-company__item--icon {
    margin: 0 auto 0.5rem;
  }
}

.c-recruit {
  background-color: var(--color-key);
  background-image: url(../img/common/comp/recruit01.png);
  background-size: cover;
  background-position-x: right;
  position: relative;
}
@media screen and (max-width: 440px) {
  .c-recruit {
    background-position-x: calc(-1 * clamp(25.9375rem, 31.3461538462rem - 23.0769230769vw, 25rem));
  }
}
.c-recruit::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "FUJIKURA COMPOSITES";
  font-size: clamp(5rem, 4.3932038835rem + 2.5889967638vw, 7.5rem);
  line-height: 0.85;
  mix-blend-mode: overlay;
  color: var(--color_white);
  font-family: "BarlowCondensed";
  font-weight: 100;
}
@media screen and (max-width: 1280px) {
  .c-recruit::before {
    right: 0;
    word-break: keep-all;
    text-align: end;
  }
}
@media screen and (max-width: 768px) {
  .c-recruit::before {
    font-size: clamp(2.25rem, 0.1030534351rem + 9.1603053435vw, 4.5rem);
  }
}
.c-recruit--content {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: var(--width-contents_max_l);
}
@media screen and (max-width: 600px) {
  .c-recruit--content {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .l-section:has(.c-recruit--content) {
    padding: 2.25rem 0.625rem;
  }
}

.c-recruit__inner {
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  padding: clamp(2rem, 1.7572815534rem + 1.0355987055vw, 3rem) 0 clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
}

.c-recruit__inner--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-recruit__inner--title__en {
  font-size: clamp(2rem, 1.3932038835rem + 2.5889967638vw, 4.5rem);
  line-height: 1.1944444444;
  letter-spacing: 0.02em;
  font-family: "BarlowCondensed";
  font-weight: 300;
}

.c-recruit__inner--title__ja {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.06em;
}

.c-recruit__inner--catch {
  font-size: clamp(1.625rem, 1.2609223301rem + 1.5533980583vw, 3.125rem);
  line-height: 1.44;
  letter-spacing: 0.1em;
  font-family: "ShipporiMincho";
  margin-top: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
}

.c-recruit__inner--text {
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
  line-height: 2;
  letter-spacing: 0.06em;
}

.c-recruit__inner--btn {
  background-color: transparent;
  border: 1px solid var(--color_white);
  margin-top: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  position: relative;
}
.c-recruit__inner--btn::after {
  content: "≫";
}
@media screen and (max-width: 480px) {
  .c-recruit__inner--btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-doubleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 1.6966019417rem + 1.2944983819vw, 3.25rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .c-doubleBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.c-doubleBtn__item {
  width: 100%;
  max-width: 32.875rem;
  aspect-ratio: 526/137;
  position: relative;
}

.c-doubleBtn__item--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-doubleBtn__item--title__en {
  font-size: clamp(2.5rem, 2.1359223301rem + 1.5533980583vw, 4rem);
  line-height: 1.46875;
  letter-spacing: 0.04em;
}

.c-doubleBtn__item--title__ja {
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  line-height: 1.4583333333;
  letter-spacing: 0;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.c-doubleBtn__item--text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0;
}

.c-doubleBtn__item--btn {
  background: var(--color_white);
  color: var(--color-key_l);
  margin-left: auto;
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  .c-doubleBtn__item--btn {
    position: absolute;
    bottom: 1.625rem;
    right: 1.25rem;
  }
}

.c-mainVisual {
  position: relative;
  aspect-ratio: 1920/657;
  background-image: url(../img/home/webp/top_back.webp);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .c-mainVisual {
    height: clamp(34.4375rem, 34.4375rem + 0vw, 34.4375rem);
    background-size: cover;
    aspect-ratio: unset;
  }
}

.c-mainVisual__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 93rem;
  aspect-ratio: 1488/543;
  background-image: url(../img/home/webp/top_title_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .c-mainVisual__box {
    width: 90%;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  .c-mainVisual__box {
    top: 2.375rem;
  }
}
.c-mainVisual__box .c-mainVisual__box--img {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-mainVisual__box .c-mainVisual__box--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
  .c-mainVisual__box .c-mainVisual__box--img img {
    margin: 0 auto;
    width: 22.5rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 480px) {
  .c-mainVisual__box .c-mainVisual__box--img img {
    width: 22.5rem;
  }
}

.c-mainVisual__under__text__box {
  background: #0B56B3;
  position: relative;
}

.c-mainVisual__under__text {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.4375rem;
  /* 197.222% */
  letter-spacing: 0.1125rem;
  background: #0B56B3;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .c-mainVisual__under__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-mainVisual__under__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .c-mainVisual__under__text {
    font-size: 1.125rem;
    width: auto;
    line-height: 1.75rem;
    padding: 0.9375rem 0;
  }
}
.c-mainVisual__under__text .sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-mainVisual__under__text .sp_only {
    display: inline;
  }
}

.c-mainVisual__under__text::before {
  position: absolute;
  content: "";
  left: calc(50% - 29.15625rem);
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/home/webp/top_human_left.webp);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6rem 4.6875rem;
  z-index: 5;
}
@media screen and (max-width: 1366px) {
  .c-mainVisual__under__text::before {
    left: 8%;
  }
}
@media screen and (max-width: 991px) {
  .c-mainVisual__under__text::before {
    left: 9%;
    padding: 4rem 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .c-mainVisual__under__text::before {
    left: 15%;
    padding: 3.40625rem 2.59375rem;
  }
}

.c-mainVisual__under__text::after {
  position: absolute;
  content: "";
  right: calc(50% - 28.59375rem);
  bottom: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-image: url(../img/home/webp/top_human_right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6rem 4.6875rem;
  z-index: 5;
}
@media screen and (max-width: 1366px) {
  .c-mainVisual__under__text::after {
    right: 7%;
  }
}
@media screen and (max-width: 991px) {
  .c-mainVisual__under__text::after {
    right: 9%;
    padding: 4rem 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .c-mainVisual__under__text::after {
    right: 12%;
    padding: 3.40625rem 2.59375rem;
  }
}

.p-mainVisual__slider {
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  bottom: clamp(0rem, -1.3636363636rem + 3.6363636364vw, 3rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .p-mainVisual__slider {
    bottom: -2.5rem;
  }
}

.p-mainVisual__slider-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(4rem, 3.1504854369rem + 3.6245954693vw, 7.5rem);
  line-height: 1;
  font-weight: 700;
  color: var(--color-key);
  opacity: 0.14;
  -webkit-animation: MoveLeft2 40s infinite linear;
          animation: MoveLeft2 40s infinite linear;
}

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.c-information .c-btn {
  margin: 0 auto;
}

.c-information__list {
  margin: clamp(1.5rem, 1.0752427184rem + 1.8122977346vw, 3.25rem) 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0.2415048544rem + 3.2362459547vw, 4.125rem);
}
@media screen and (max-width: 600px) {
  .c-information__list {
    grid-template-columns: 1fr;
  }
}

.c-information__list-item {
  overflow: hidden;
  border-radius: 0.25rem;
}

.c-information__list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.c-information__list-item-img {
  width: 100%;
  aspect-ratio: 323/259;
}
.c-information__list-item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-information__list-item-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  padding: 1.25rem 1.375rem 0.6875rem;
  background-color: var(--color_white);
}
.c-information__list-item-box time {
  color: var(--color-key);
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
.c-information__list-item-box span {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-breadcrumb {
  visibility: hidden;
  margin: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem) 0 0;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}

.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.c-breadcrumb__item::after {
  content: "＞";
}
.c-breadcrumb__item:last-child::after {
  content: none;
}
.c-breadcrumb__item a {
  color: var(--color-key);
}
.c-breadcrumb__item p {
  color: var(--color-disable);
}

.c-table tr {
  border-bottom: 1px solid var(--color-table_border_tr);
}
.c-table tr th, .c-table tr td {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 2.5;
  letter-spacing: 0.05em;
  padding: clamp(0.75rem, 0.6286407767rem + 0.5177993528vw, 1.25rem) 0;
}
.c-table tr th {
  width: 33%;
  font-weight: 500;
}

.c-table__link {
  color: #4B4B4B;
  text-decoration: underline;
}
.c-table__link::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.375rem;
  background-image: url(../img/common/icon_map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5625rem;
  vertical-align: sub;
}

/* モーダル */
.modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(1, 1, 1, 0.7);
  z-index: 100;
}

.modal-container {
  max-height: 80vh;
  max-width: var(--width-contents_max_s);
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0.625rem;
  overflow: auto;
}

.modal-container--backgroundColorPt1 {
  background-color: #fff;
}

.modal-container--backgroundColorPt2 {
  background-color: rgba(255, 255, 255, 0.9);
}

.modal-close {
  margin: 1rem 1rem 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(2rem, 1.8027912621rem + 0.8414239482vw, 2.8125rem);
  aspect-ratio: 1/1;
  background-color: #EEEEEE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
@media (hover: hover) {
  .modal-close:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
.modal-close:before {
  content: "✕";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.c-modal {
  padding: 0 clamp(1rem, 0.0594660194rem + 4.0129449838vw, 4.875rem) clamp(1rem, 0.0594660194rem + 4.0129449838vw, 4.875rem);
  max-height: 45.3125rem;
}

.c-modal__box {
  font-family: "Noto Sans JP";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal__title {
  width: 100%;
  text-align: center;
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  line-height: 1.45;
  letter-spacing: 0;
  color: var(--color_white);
  font-weight: 600;
  padding: 0.375rem;
  background: transparent linear-gradient(97deg, #388FD5 0%, #0062B0 47%, #002E80 100%) 0% 0% no-repeat padding-box;
}

.c-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.4235436893rem + 2.4595469256vw, 3.375rem);
  margin-top: clamp(1.25rem, 0.8859223301rem + 1.5533980583vw, 2.75rem);
}
.c-modal__inner .c-modal__img {
  max-width: 26.4375rem;
  max-height: 20.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .c-modal__inner .c-modal__img {
    width: 100%;
  }
}
.c-modal__inner .c-modal__explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
}
.c-modal__inner .c-modal__explanation .c-modal__explanation--title {
  color: var(--color-key);
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 1.4583333333;
  letter-spacing: 0;
  font-weight: 600;
}
.c-modal__inner .c-modal__explanation .c-modal__explanation--text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 2.1111111111;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-modal__link {
  color: var(--color_white);
  background-color: var(--color-key);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem) clamp(1rem, 0.817961165rem + 0.7766990291vw, 1.75rem);
  margin: 0 auto;
  margin-top: clamp(1.5rem, 0.8932038835rem + 2.5889967638vw, 4rem);
  min-width: 19.75rem;
  border-radius: 2.75rem;
  position: relative;
}
.c-modal__link::after {
  content: "＞";
}

.c-form {
  font-family: "Noto Sans JP";
}
.c-form--en {
  word-break: keep-all;
}
.c-form--en .c-form__label--required::after {
  content: "Required";
  width: 4.375rem;
}

.c-form__text {
  margin: 0 auto;
  width: 100%;
  max-width: var(--width-contents_max_s);
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 2.1111111111;
  letter-spacing: 0;
  margin-top: clamp(1.5rem, 0.9538834951rem + 2.3300970874vw, 3.75rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-form__text {
    font-weight: 400;
  }
}

.c-form__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color_white);
  background-color: var(--color-key);
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-form__link::after {
  content: "";
  width: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  height: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  -webkit-mask-image: url(../img/common/icon_link-wh.svg);
          mask-image: url(../img/common/icon_link-wh.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color_white);
}

.c-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: var(--width-contents_max_s);
  width: 100%;
  margin: clamp(1.5rem, 0.7718446602rem + 3.1067961165vw, 4.5rem) auto 0;
}
.c-form__box input[type=submit],
.c-form__box input[type=button] {
  width: 100%;
  max-width: 26.875rem;
  background: transparent -webkit-gradient(linear, left top, right top, from(#388FD5), color-stop(29%, #0062B0), to(#002E80)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #388FD5 0%, #0062B0 29%, #002E80 100%) 0% 0% no-repeat padding-box;
  height: 3.5rem;
  border-radius: 0.125rem;
  font-family: "Noto Sans JP";
}
.c-form__box input[type=submit][name=submitBack],
.c-form__box input[type=button][name=submitBack] {
  background-color: var(--color-default);
  color: var(--color-txt);
}
.c-form__box input[type=button] {
  background: transparent 0% 0% no-repeat padding-box;
  border: 1px solid var(--color-key);
  color: var(--color-key);
}
.c-form__box--confirm .c-form__wrap {
  display: grid;
  grid-template-columns: 40% 60%;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .c-form__box--confirm .c-form__wrap {
    grid-template-columns: 1fr;
  }
}

.c-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem);
  font-weight: 500;
}
.c-form__wrap--center {
  margin-top: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__wrap .wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) clamp(0.75rem, 0.4466019417rem + 1.2944983819vw, 2rem);
}
@media screen and (max-width: 991px) {
  .c-form__wrap .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 600px) {
  .c-form__wrap .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: 1fr;
  }
}

.c-form__label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.c-form__label--required {
  display: inline-block;
  margin-right: 0.4375rem;
}
.c-form__label--required::after {
  content: "必須";
  width: 2.5rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color_white);
  background-color: #DD1F1F;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .c-form__label--note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.375rem;
  }
}
.c-form__label--note span {
  font-weight: 400;
  color: var(--color-disable);
}

.c-form__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__btnWrap .wpcf7-spinner {
  display: none;
}

.mw_wp_form_confirm .c-form__privacy {
  display: none;
}

.c-form__text--center {
  text-align: center;
  margin-top: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}

.c-form__privacyTextWrap {
  padding: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
  overflow: auto;
  max-height: clamp(9.375rem, 5.5825242718rem + 16.1812297735vw, 25rem);
  border: 1px solid var(--color-table_border_tr);
  border-radius: 0.3125rem;
}

.c-form__privacyText {
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-weight: 600;
  line-height: 2.375;
  letter-spacing: 0;
}

.c-form__privacyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}

.c-form__privacyListItem {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0;
}

.c-form__wrap input.wpcf7-not-valid,
.c-form__wrap textarea.wpcf7-not-valid,
.c-form__wrap select.wpcf7-not-valid {
  background-color: #FBEBEB;
  border: 1px solid #EEBBBC;
}

.wpcf7-not-valid input[type=radio] + span::before,
.wpcf7-not-valid input[type=checkbox] + span::before {
  border: 2px solid #EEBBBC;
}

.wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  color: #D74141;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  border: 1px solid #EEBBBC;
  background-color: #FBEBEB;
  border-radius: 0.3125rem;
  color: #D74141;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0;
  padding: 0.625rem;
  font-weight: 400;
  margin: 0;
}

[data-class=wpcf7cf_group] .c-form__wrap {
  margin-top: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}
[data-class=wpcf7cf_group] .c-form__wrap:first-child {
  margin-top: 0;
}

[data-id=form-corporation] .c-form__wrap {
  margin-top: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem) !important;
}

input.wpcf7-form-control.wpcf7-text.inquiry-details,
input.wpcf7-form-control.wpcf7-text.customer-type {
  position: absolute;
  top: 0;
  left: -50vw;
}

.page-template-page-contact .grecaptcha-badge,
.page-template-page-contact-en .grecaptcha-badge {
  display: block;
  bottom: clamp(4rem, 3.6966019417rem + 1.2944983819vw, 5.25rem) !important;
}

#autozip {
  display: none !important;
}

.c-hamburger__BtnWrap {
  display: none;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .c-hamburger__BtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    border: none;
    padding-right: 1rem;
  }
}

.c-hamburger__Btn {
  width: 2.75rem;
  height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.c-hamburger__Btn span {
  background: #4182D5;
  width: 2.75rem;
  height: 0.125rem;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.is_open .c-hamburger__Btn span {
  background: #4182D5;
}
.is_scroll .c-hamburger__Btn span {
  background: #4182D5;
}
.is_lower .c-hamburger__Btn span {
  background: #4182D5;
}
.c-hamburger__Btn.is_active span:first-child {
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
.c-hamburger__Btn.is_active span:nth-child(2) {
  opacity: 0;
}
.c-hamburger__Btn.is_active span:last-child {
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}

.c-instagram {
  background-color: var(--color-head_bg);
  position: relative;
}

.c-instagram__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(2.5rem, 1.7718446602rem + 3.1067961165vw, 5.5rem) 0 clamp(4rem, 3.302184466rem + 2.9773462783vw, 6.875rem);
}
.c-instagram__box h3 {
  font-size: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.c-instagram__box .c-btn {
  margin-top: clamp(1.5rem, 0.8932038835rem + 2.5889967638vw, 4rem);
}

.c-instagram__feed {
  margin-top: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
}
.c-instagram__feed #sb_instagram {
  padding-bottom: 0 !important;
}
.c-instagram__feed #sbi_images {
  gap: clamp(1rem, 0.6966019417rem + 1.2944983819vw, 2.25rem) !important;
  padding: 0 !important;
}
.c-instagram__feed #sb_instagram #sbi_images .sbi_item {
  border-radius: 0.5rem;
  -webkit-filter: drop-shadow(0px 4px 5.3px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(0px 4px 5.3px rgba(0, 0, 0, 0.09));
}

.c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
@media screen and (max-width: 600px) {
  .c-accordion {
    gap: 1.5rem;
  }
}

.c-accordion__box {
  position: relative;
}

.c-accordion__box-wrap {
  border: 1px solid var(--color-primary);
  border-radius: 0.625rem;
  padding: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem) clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem) clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem) clamp(3.5rem, 4.0461165049rem - 2.3300970874vw, 1.25rem);
  background-color: var(--color_white);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90%;
  margin-left: auto;
}

.c-accordion__box-img {
  position: absolute;
  top: -0.3125rem;
  left: 0;
}

.c-accordion__box--title {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.c-accordion__box--title.is_open {
  padding-bottom: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem);
}
.c-accordion__box--title span {
  text-align: center;
  color: var(--color-primary);
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.c-accordion__box--text {
  display: none;
  padding: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem) 0 0 clamp(0rem, -0.6067961165rem + 2.5889967638vw, 2.5rem);
  border-top: 1px solid var(--color-primary);
}
.c-accordion__box--text div span {
  text-align: center;
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.c-support {
  padding: clamp(2.5rem, 1.7566747573rem + 3.1715210356vw, 5.5625rem) 0 clamp(2.5rem, 2.0752427184rem + 1.8122977346vw, 4.25rem);
  background-color: var(--color-key);
  overflow-x: clip;
  position: relative;
}
.c-support::after {
  content: "";
  position: absolute;
  top: calc(-1 * clamp(2.5rem, 1.1666666667rem + 2.7777777778vw, 4.5rem));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/common/icon_car-long.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 80.125rem;
  aspect-ratio: 1282/77;
}
@media screen and (max-width: 768px) {
  .c-support::after {
    top: calc(-1 * clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem));
  }
}

.c-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 0.7876213592rem + 0.9061488673vw, 1.875rem);
  margin: 0 calc(50% - 50vw);
}

.c-support__item {
  min-width: clamp(12.5rem, 8.7985436893rem + 15.7928802589vw, 27.75rem);
}
.c-support__item--center {
  min-width: clamp(18.75rem, 14.4872572816rem + 18.1877022654vw, 36.3125rem);
  display: block !important;
}
@media screen and (max-width: 768px) {
  .c-support__item--center {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-support__item {
    display: none;
  }
}

.c-support__box {
  width: 100%;
  max-width: 61.25rem;
  margin: 2.1875rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
}

.c-support__title {
  background-color: #FFEA00;
  border-radius: 60px;
  padding: 0.4375rem 0 0.375rem;
  font-size: clamp(1rem, 0.8483009709rem + 0.6472491909vw, 1.625rem);
  line-height: 2.3076923077;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}

.c-support__service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 0.7724514563rem + 0.9708737864vw, 1.9375rem);
}
@media screen and (max-width: 767px) {
  .c-support__service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-support__service-item {
  background-color: var(--color_white);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(1rem, 0.6966019417rem + 1.2944983819vw, 2.25rem) 1rem;
}

.c-support__service-item-title {
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.c-floating {
  position: fixed;
  right: 0;
  bottom: 1.5rem;
  z-index: 10;
  -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: 600px) {
  .c-floating {
    bottom: 0;
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-floating.hidden {
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}

.c-floating__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 600px) {
  .c-floating__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    width: 100vw;
  }
}

.c-floating__btn {
  width: clamp(9.375rem, 8.4951456311rem + 3.7540453074vw, 13rem);
  padding: 0.5rem;
}
@media screen and (max-width: 600px) {
  .c-floating__btn {
    width: 16.1875rem;
    height: 3.6875rem;
    padding: 0;
    aspect-ratio: unset;
    margin: 0 auto;
  }
}
.c-floating__btn picture {
  height: 100%;
}
.c-floating__btn picture img {
  height: 100%;
}

.p-home__title {
  font-size: clamp(1.5rem, 1.1055825243rem + 1.6828478964vw, 3.125rem);
  line-height: 1.44;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "ShipporiMincho";
  font-weight: 600;
}
.p-home__title--s {
  font-size: clamp(1.25rem, 0.7949029126rem + 1.9417475728vw, 3.125rem);
}

.p-home__text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.8888888889;
  letter-spacing: 0;
  text-align: center;
  margin-top: clamp(1rem, 0.7876213592rem + 0.9061488673vw, 1.875rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-home__text {
    font-weight: 400;
  }
}

.p-home__catch {
  padding-bottom: 0;
}

.p-home__catch-upper {
  background-color: #EEE;
  position: relative;
  height: 40.0625rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-home__catch-upper {
    height: 31.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__catch-upper {
    height: auto;
    padding-top: 1.4375rem;
    overflow: hidden;
  }
}

.p-home__catch-upper-img {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-bottom: 5.625rem;
}
.p-home__catch-upper-img img {
  margin: 0 auto;
}
.p-home__catch-upper-img .sp_only {
  display: none;
}
@media screen and (max-width: 1280px) {
  .p-home__catch-upper-img {
    padding: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__catch-upper-img {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-home__catch-upper-img .pc_only {
    min-width: 28.875rem;
  }
}
@media screen and (max-width: 480px) {
  .p-home__catch-upper-img {
    padding: 0 0.625rem;
    padding-top: 0 !important;
    padding-bottom: 3.125rem;
  }
  .p-home__catch-upper-img .pc_only {
    display: none;
  }
  .p-home__catch-upper-img .sp_only {
    display: block;
  }
}

.p-home__catch-lower {
  background-image: url(../img/home/webp/catch_bg_all.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: clamp(4rem, 2.7408980583rem + 5.3721682848vw, 9.1875rem) 0 clamp(3.75rem, 2.9308252427rem + 3.4951456311vw, 7.125rem);
  position: relative;
  padding-bottom: 11.3125rem;
}
@media screen and (max-width: 600px) {
  .p-home__catch-lower {
    padding-bottom: 5rem;
  }
}
.p-home__catch-lower::before {
  content: "";
  background-color: #EEEEEE;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 418/125;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 25%);
  clip-path: polygon(100% 0, 0 0, 50% 25%);
  position: absolute;
  top: -0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-home__catch-lower::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  width: 100%;
  height: 10.625rem;
  background: #fff;
  z-index: 3;
  -webkit-clip-path: polygon(0% 0%, 50% 98%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 50% 98%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1280px) {
  .p-home__catch-lower::after {
    height: 5.78125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__catch-lower::after {
    height: 3.96875rem;
    -webkit-clip-path: polygon(0% 0%, 50% 91%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 50% 91%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 600px) {
  .p-home__catch-lower::after {
    height: 1.6875rem;
  }
}

.p-home__catch-wrap {
  position: relative;
}

.p-home__catch-title {
  font-size: clamp(1.25rem, 1.0072815534rem + 1.0355987055vw, 2.25rem);
  line-height: 1.6944444444;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--color_white);
  text-align: center;
  position: relative;
}
.p-home__catch-title--l {
  font-size: clamp(1.375rem, 1.1019417476rem + 1.1650485437vw, 2.5rem);
  line-height: 1.525;
}
.p-home__catch-title--xl {
  font-size: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
  line-height: 1;
}

.p-home__catch-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0.1201456311rem + 3.7540453074vw, 4.625rem);
  margin-top: 7.5rem;
}
@media screen and (max-width: 600px) {
  .p-home__catch-list {
    grid-template-columns: 1fr;
    gap: 5.3125rem;
  }
}

.p-home__catch-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 4px 12.8px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 12.8px 0px rgba(0, 0, 0, 0.11);
  position: relative;
  border-radius: 0.5rem;
}
.p-home__catch-item::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-home__catch-item.point01::before {
  content: "01";
  position: absolute;
  top: -2.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  color: #429EF8;
  text-align: center;
  font-family: Roboto;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
  padding: 2.1875rem 2.8125rem 0;
  border-radius: 9.375rem 9.375rem 0 0;
  letter-spacing: 0.15rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-home__catch-item.point01::before {
    padding: 1.8125rem 2.3125rem 0;
  }
}
@media screen and (max-width: 991px) {
  .p-home__catch-item.point01::before {
    top: -1.875rem;
    font-size: 2.375rem;
    padding: 1.625rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__catch-item.point01::before {
    top: -1.25rem;
    font-size: 1.875rem;
    padding: 1.1875rem 1.75rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home__catch-item.point01::before {
    top: -2.0625rem;
    font-size: 2.5rem;
    padding: 1.875rem 2.25rem 0;
  }
}
.p-home__catch-item.point02::before {
  content: "02";
  position: absolute;
  top: -2.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  color: #429EF8;
  text-align: center;
  font-family: Roboto;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
  padding: 2.1875rem 2.8125rem 0;
  border-radius: 9.375rem 9.375rem 0 0;
  letter-spacing: 0.15rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-home__catch-item.point02::before {
    padding: 1.8125rem 2.3125rem 0;
  }
}
@media screen and (max-width: 991px) {
  .p-home__catch-item.point02::before {
    top: -1.875rem;
    font-size: 2.375rem;
    padding: 1.625rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__catch-item.point02::before {
    top: -1.25rem;
    font-size: 1.875rem;
    padding: 1.1875rem 1.75rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home__catch-item.point02::before {
    top: -2.0625rem;
    font-size: 2.5rem;
    padding: 1.875rem 2.25rem 0;
  }
}
.p-home__catch-item.point03::before {
  content: "03";
  position: absolute;
  top: -2.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  color: #429EF8;
  text-align: center;
  font-family: Roboto;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
  padding: 2.1875rem 2.8125rem 0;
  border-radius: 9.375rem 9.375rem 0 0;
  letter-spacing: 0.15rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-home__catch-item.point03::before {
    padding: 1.8125rem 2.3125rem 0;
  }
}
@media screen and (max-width: 991px) {
  .p-home__catch-item.point03::before {
    top: -1.875rem;
    font-size: 2.375rem;
    padding: 1.625rem 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__catch-item.point03::before {
    top: -1.25rem;
    font-size: 1.875rem;
    padding: 1.1875rem 1.75rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home__catch-item.point03::before {
    top: -2.0625rem;
    font-size: 2.5rem;
    padding: 1.875rem 2.25rem 0;
  }
}

.p-home__catch-img {
  padding-top: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-home__catch-img img {
  margin: 0 auto;
}
.p-home__catch-img .sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home__catch-img .sp_only {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .p-home__catch-img .pc_only {
    display: none;
  }
}

.p-home__catch-text {
  width: 100%;
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
  line-height: 1.55;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0 1.75rem;
  padding-bottom: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  text-align: center;
}
.p-home__catch-text span {
  color: #429EF8;
  font-size: clamp(1.5rem, 1.6213592233rem - 0.5177993528vw, 1rem);
  line-height: 1.4166666667;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 133.333% */
  letter-spacing: 0.075rem;
  display: block;
  margin-bottom: 0.625rem;
}
.p-home__catch-text span .p-home__catch-text--border {
  display: inline;
  position: relative;
  z-index: 1;
}
.p-home__catch-text span .p-home__catch-text--border::before {
  position: absolute;
  content: "";
  bottom: 0;
  background-color: #FAEC82;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.p-home__price {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-home__price .c-title__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home__price .c-btn {
  margin: clamp(1.5rem, 0.6504854369rem + 3.6245954693vw, 5rem) auto 0;
}

.p-home__price::after {
  position: absolute;
  content: "";
  bottom: 0;
  background-color: #DBEDFA;
  width: 100%;
  height: 63%;
  z-index: -1;
}

.p-home__price__title--inner {
  margin-bottom: 2.6875rem;
}
.p-home__price__title--inner .c-title__inner--ja {
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
.p-home__price__title--inner .c-title__inner--ja::before {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.625rem;
  height: 0.125rem;
  background-color: #0B56B3;
}
.p-home__price__title--inner .c-title__inner--ja::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: calc(50% + 11px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #C5C5C5;
}

.p-home__price-note {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin-top: 1.1875rem;
  text-align: center;
}

.p-home__price-pagination {
  width: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.p-home__price-pagination .swiper-button-prev,
.p-home__price-pagination .swiper-button-next {
  z-index: 2;
  width: clamp(2.5rem, 1.7870145631rem + 3.0420711974vw, 5.4375rem);
  height: clamp(2.6875rem, 1.9745145631rem + 3.0420711974vw, 5.625rem);
}
.p-home__price-pagination .swiper-button-prev::after,
.p-home__price-pagination .swiper-button-next::after {
  content: none;
}
.p-home__price-pagination .swiper-button-prev {
  background-image: url(../img/common/icon_prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 2.625rem;
}
@media screen and (max-width: 1024px) {
  .p-home__price-pagination .swiper-button-prev {
    left: 0.5rem;
  }
}
.p-home__price-pagination .swiper-button-next {
  background-image: url(../img/common/icon_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 2.625rem;
}
@media screen and (max-width: 1024px) {
  .p-home__price-pagination .swiper-button-next {
    right: 0.5rem;
  }
}

.p-home__price-wrap {
  overflow: visible !important;
  margin: 3rem 0;
}

.p-home__price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8125rem;
}
@media screen and (max-width: 991px) {
  .p-home__price-list {
    gap: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__price-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.0625rem;
  }
}

.p-home__price-item {
  width: 100%;
  max-width: 23.0625rem;
  aspect-ratio: 369/441;
  background-color: var(--color_white);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #4182D5;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__price-item {
    margin: 0 auto;
  }
}

.p-home__price-item-text {
  padding: 1.4375rem 1.75rem 1.4375rem;
}
.p-home__price-item-text p {
  color: #121212;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04375rem;
}

.p-home__price-item-label {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  color: #fff;
  background: #4182D5;
  width: 100%;
  padding: 0.5625rem 0;
}

.p-home__price-item-model {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0.5rem;
  width: 100%;
  max-width: 17rem;
}

.p-home__price-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-home__price-item-price::before {
  content: "料金";
  background-color: var(--color-key);
  color: var(--color_white);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.25;
  letter-spacing: 0.05em;
  width: 2.9375rem;
  height: 1.6875rem;
  padding: 0.25rem 0 0.1875rem;
  text-align: center;
}
.p-home__price-item-price p {
  font-size: clamp(0.875rem, 0.7233009709rem + 0.6472491909vw, 1.5rem);
  letter-spacing: 0.05em;
  font-weight: 600;
}
.p-home__price-item-price p span {
  font-size: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
  letter-spacing: 0.1em;
}

.p-home__flow {
  background-image: url(../img/home/service_back.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .p-home__flow {
    background-image: url(../img/home/service_back_sp.png);
  }
}

.p-home__flow-wrap .c-title__inner--ja {
  text-align: center;
  color: #fff;
  position: relative;
}
.p-home__flow-wrap .c-title__inner--ja::before {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.625rem;
  height: 0.125rem;
  background-color: #0B56B3;
}
.p-home__flow-wrap .c-title__inner--ja::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: calc(50% + 10.5px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #fff;
}
.p-home__flow-wrap .c-title {
  width: auto;
  min-width: 12.8125rem;
}
@media screen and (max-width: 768px) {
  .p-home__flow-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-home__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4.4375rem;
    gap: 4.3125rem 1.0625rem;
  }
}

.p-home__flow-item {
  min-height: 8.125rem;
  background-color: var(--color_white);
  border-radius: 0.625rem;
  position: relative;
  width: 15.625rem;
}
@media screen and (max-width: 768px) {
  .p-home__flow-item {
    width: calc(50% - 32px);
  }
}
.p-home__flow-item:last-child::after {
  content: none;
}
.p-home__flow-item a:hover .p-home__flow-item-number {
  opacity: 1;
}

.p-home__flow-item-number {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  min-width: clamp(5rem, 4.5904126214rem + 1.7475728155vw, 6.6875rem);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0B56B3;
  color: var(--color_white);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 50%;
}
.p-home__flow-item-number span {
  font-size: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
  line-height: 1;
}

.p-home__flow-item-number--img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-home__flow-item-number--img {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.p-home__flow-item-number--arrow {
  margin: 0 auto;
  margin-bottom: 2.0625rem;
}

.p-home__flow-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1875rem;
}

.p-home__flow-item-title {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-top: 4.875rem;
  color: #0B56B3;
}
@media screen and (max-width: 600px) {
  .p-home__flow-item-title {
    margin-top: 3.3125rem;
  }
}

.p-home__flow-item-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}

.p-home__reason {
  background-image: url(../img/home/webp/reason_bg.webp);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: clamp(6.25rem, 3.1401699029rem + 13.2686084142vw, 19.0625rem) 0;
  position: relative;
}
.p-home__reason::before {
  content: "";
  width: 100%;
  aspect-ratio: 1920/437;
  background-image: url(../img/home/webp/reason_bg-up.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .p-home__reason::before {
    top: 0;
  }
}
.p-home__reason::after {
  content: "";
  width: 100%;
  aspect-ratio: 1920/437;
  background-image: url(../img/home/webp/reason_bg-down.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: calc(-1 * clamp(3.125rem, 1.911407767rem + 5.1779935275vw, 8.125rem));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .p-home__reason::after {
    bottom: 0;
  }
}

.p-home__reason-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.6055825243rem + 1.6828478964vw, 2.625rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 480px) {
  .p-home__reason-title {
    gap: 0.5rem;
  }
}
.p-home__reason-title::before, .p-home__reason-title::after {
  content: "";
  width: 3.125rem;
  height: 5.75rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-home__reason-title::before {
  background-image: url(../img/common/title_deco-left.svg);
}
.p-home__reason-title::after {
  background-image: url(../img/common/title_deco-right.svg);
}

.p-home__reason-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home__reason-title-inner {
    text-align: center;
  }
}
.p-home__reason-title-inner h4 {
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 1.875;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
.p-home__reason-title-inner p {
  font-size: clamp(1.125rem, 0.8519417476rem + 1.1650485437vw, 2.25rem);
  line-height: 2.0833333333;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
.p-home__reason-title-inner p span {
  font-size: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
  line-height: 1.5625;
  color: var(--color-key);
}

.p-home__reason-list {
  margin-top: clamp(2.5rem, 1.7415048544rem + 3.2362459547vw, 5.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.0145631068rem + 2.071197411vw, 3.5rem);
}

.p-home__reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.7421116505rem + 1.1003236246vw, 2.0625rem);
  border: 4px solid #FF6E14;
  position: relative;
  padding: clamp(1.5rem, 0.9993932039rem + 2.1359223301vw, 3.5625rem) clamp(1rem, 0.5145631068rem + 2.071197411vw, 3rem);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .p-home__reason-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
  }
}
.p-home__reason-item.reason01 {
  background-image: url(../img/home/webp/reason01.webp);
}
.p-home__reason-item.reason02 {
  background-image: url(../img/home/webp/reason02.webp);
}
.p-home__reason-item.reason03 {
  background-image: url(../img/home/webp/reason03.webp);
}

.p-home__reason-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.7421116505rem + 1.1003236246vw, 2.0625rem);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-home__reason-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-home__reason-item-number {
  color: var(--color-key);
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 0.9285714286;
  letter-spacing: 0.05em;
  position: absolute;
  top: -1.25rem;
  left: -0.25rem;
  background-color: var(--color-txt);
  color: var(--color_white);
  padding: 0.5rem 1.25rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.p-home__reason-item-title {
  color: var(--color-key);
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  line-height: 1.4375;
  letter-spacing: 0.05em;
  font-weight: 600;
  width: 100%;
  max-width: 21.9375rem;
  word-break: keep-all;
}
@media screen and (max-width: 600px) {
  .p-home__reason-item-title {
    max-width: 100%;
    text-align: center;
  }
}

.p-home__reason-item-text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 100%;
  max-width: 25.5rem;
}

.p-home__vice {
  padding: 6rem 0 7.1875rem;
  background-image: url(../img/home/webp/voice.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .p-home__vice {
    padding: 2.5rem 0 2.5rem;
  }
}

.p-home__vice--title {
  text-align: center;
  position: relative;
  color: #121212;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  /* 150% */
  letter-spacing: 0.1rem;
  position: relative;
}

.p-home__vice--title::before {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.625rem;
  height: 0.125rem;
  background-color: #0B56B3;
}

.p-home__vice--title::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: calc(50% + 11px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #C5C5C5;
}

.p-home__vice--flex--box {
  padding: 4rem 0 7.1875rem;
  max-width: 68.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-home__vice--flex--box {
    padding: 4rem 0 0;
  }
}

.p-home__vice--flex--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem 4.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-home__vice--flex--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-home__vice--flex--item {
  max-width: calc(50% - 72px);
  background-color: #fff;
  padding: 1.25rem 2.125rem 1.5625rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__vice--flex--item {
    max-width: 90%;
    margin: 0 auto;
  }
}

.p-home__vice--title--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.125rem;
  gap: 1.8125rem;
  border-bottom: 1px solid #D9EAFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .p-home__vice--title--box {
    gap: 1.125rem;
  }
}

.p-home__vice--box_title {
  color: #0B56B3;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6875rem;
  /* 135% */
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 600px) {
  .p-home__vice--box_title {
    font-size: 1rem;
  }
}

.p-home__vice--box_sub_title {
  color: #6E6E6E;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  /* 192.857% */
  letter-spacing: 0.04375rem;
}
@media screen and (max-width: 600px) {
  .p-home__vice--box_sub_title {
    font-size: 0.75rem;
  }
}

.p-home__vice--text--box {
  padding-top: 1rem;
}

.p-home__vice--text {
  color: #121212;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 600px) {
  .p-home__vice--text {
    font-size: 0.875rem;
  }
}

.p-home__contact_section {
  padding: 6.125rem 0 10rem;
}

.p-home__contact_section--img {
  margin: 0 auto;
}

.p-home__contact--btn__inner {
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-home__contact--btn {
  padding: 1.09375rem 2.25rem;
  background-color: #0B56B3;
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.0625rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 600px) {
  .p-home__contact--btn {
    font-size: 1rem;
    padding: 0.84375rem 2rem;
  }
}

.p-home__contact--btn--text {
  display: inline;
}

.p-home__faq {
  background-color: var(--color-key);
  position: relative;
  padding: 0 0 clamp(5rem, 4.5449029126rem + 1.9417475728vw, 6.875rem);
}
.p-home__faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: clamp(2.5rem, 0.6796116505rem + 7.7669902913vw, 10rem);
  background-image: url(../img/common/icon_car.svg);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 19.625rem;
  width: 50%;
  aspect-ratio: 314/73;
}
@media screen and (max-width: 600px) {
  .p-home__faq::after {
    right: 0;
  }
}
.p-home__faq .c-accordion {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home__faq .c-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
  }
}

.p-home__faq-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__faq-title {
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-home__faq-title::before {
  content: "";
  width: 6.5rem;
  height: 8.9375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/icon_person01.svg);
}
@media screen and (max-width: 600px) {
  .p-home__faq-title::before {
    background-position: center;
  }
}
.p-home__faq-title::after {
  content: "";
  width: 7rem;
  height: 9.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/icon_person02.svg);
}
@media screen and (max-width: 600px) {
  .p-home__faq-title::after {
    background-position: center;
  }
}

.p-home__faq-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color_white);
}
.p-home__faq-title-inner h4 {
  font-weight: 700;
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 1.375;
  letter-spacing: 0.05em;
  position: relative;
  word-break: keep-all;
}
@media screen and (max-width: 600px) {
  .p-home__faq-title-inner h4 {
    text-align: center;
  }
}
.p-home__faq-title-inner h4::before {
  content: "";
  width: 9.375rem;
  height: 3.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/title_deco-oshiete.svg);
  position: absolute;
  top: -4rem;
  left: -2rem;
}
@media screen and (max-width: 600px) {
  .p-home__faq-title-inner h4::before {
    width: 6.25rem;
    left: 0;
    top: -2.5rem;
  }
}
.p-home__faq-title-inner h4 span {
  font-size: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
  line-height: 1.1458333333;
}
.p-home__faq-title-inner p {
  font-size: clamp(0.875rem, 0.7839805825rem + 0.3883495146vw, 1.25rem);
  line-height: 2.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-home__faq-list {
  margin-top: clamp(3.75rem, 2.8398058252rem + 3.8834951456vw, 7.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-home__faq-list {
    display: none;
  }
}

.p-home__faq-item {
  position: relative;
  width: 100%;
  max-width: 19.6875rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-home__faq-item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-home__faq-item-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 19.6875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-home__faq-item-box.faq01 {
  background-image: url(../img/home/webp/faq01.webp);
}
.p-home__faq-item-box.faq02 {
  background-image: url(../img/home/webp/faq02.webp);
}
.p-home__faq-item-box.faq03 {
  background-image: url(../img/home/webp/faq03.webp);
}
.p-home__faq-item-box.faq04 {
  background-image: url(../img/home/webp/faq04.webp);
}
.p-home__faq-item-box.faq05 {
  background-image: url(../img/home/webp/faq05.webp);
}
@media screen and (max-width: 768px) {
  .p-home__faq-item-box {
    max-width: 100%;
  }
}

.p-home__faq-item-img {
  border-radius: 50%;
}
.is_active .p-home__faq-item-img {
  display: block;
}

.p-home__faq-item-title {
  width: 100%;
  aspect-ratio: 315/112;
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  background-image: url(../img/home/webp/faq_text_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-home__faq-item-title p {
  margin-top: -0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-home__faq-item-title {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-home__faq-item-text {
  font-size: 0.875rem;
  line-height: 2.2142857143;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--color_white);
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.74);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 50%;
}
.is_active .p-home__faq-item-text {
  visibility: visible;
  opacity: 1;
}

.p-home__carlife {
  padding: clamp(4rem, 2.6347087379rem + 5.8252427184vw, 9.625rem) 0;
}

.p-home__carlife-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 102%;
}

.p-home__carlife-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 0.8932038835rem + 2.5889967638vw, 4rem);
  min-width: 33.8125rem;
}
@media screen and (max-width: 600px) {
  .p-home__carlife-left {
    min-width: unset;
  }
}

.p-home__carlife-title {
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.p-home__carlife-title span {
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  color: var(--color-key);
  -webkit-text-decoration: wavy;
          text-decoration: wavy;
  position: relative;
}
.p-home__carlife-title span::after {
  content: "";
  width: 100%;
  height: 0.625rem;
  background-image: url(../img/common/text_deco-wavy.svg);
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  bottom: -1rem;
  left: 0;
}

.p-home__carlife-left-img {
  position: relative;
  left: calc(-1 * clamp(2.5rem, 2.0145631068rem + 2.071197411vw, 4.5rem));
}

@media screen and (max-width: 1024px) {
  .p-home__carlife-right {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 50%;
  }
}

.p-home__carlife-right-img {
  position: relative;
  top: -4rem;
}

.p-home__information {
  background-image: url(../img/home/webp/information_bg.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

.p-home__banner {
  margin: 0 auto;
  margin-top: 10.96875rem;
  margin-bottom: 6.75rem;
}
@media screen and (max-width: 1280px) {
  .p-home__banner {
    padding: 0 0.5625rem;
    margin-top: 10.96875rem;
    margin-bottom: 6.75rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner {
    margin-top: 4.0625rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home__banner {
    margin-top: 2.5rem;
  }
}

.p-home__banner__inner {
  background-image: url(../img/home/webp/banner_bg_all.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 85rem;
  margin: 0 auto;
  padding: 1.375rem 8.125rem 3.9375rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .p-home__banner__inner {
    padding: 1.375rem 5.625rem 3.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__banner__inner {
    padding: 1.375rem 5rem 3.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__banner__inner {
    padding: 1.375rem 2.5rem 3.9375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home__banner__inner {
    padding: 1.375rem 1.375rem 3.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .p-home__banner__inner {
    padding: 1.375rem 0.8125rem 2rem;
  }
}

.p-home__banner__text--img {
  margin-bottom: 2.875rem;
}
@media screen and (max-width: 480px) {
  .p-home__banner__text--img {
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home__banner__text--img .pc_only {
    display: none;
  }
}
.p-home__banner__text--img .sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home__banner__text--img .sp_only {
    display: block;
  }
}

.p-home__banner__section {
  max-width: 68.75rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.25rem;
  position: relative;
}

.p-home__banner__section::before {
  content: "";
  position: absolute;
  top: 45.2%;
  left: 10%;
  background-image: url(../img/home/webp/banner_img.webp);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 109px 155px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .p-home__banner__section::before {
    left: 7%;
    padding: 5.625rem 8.125rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-home__banner__section::before {
    left: auto;
    right: -9.375rem;
    top: 0;
    padding: 4.375rem 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__banner__section::before {
    left: auto;
    right: -9.375rem;
    top: 0;
    padding: 4.8125rem 6.875rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner__section::before {
    top: 0.375rem;
    padding: 4.375rem 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__banner__section::before {
    top: 0.8125rem;
    right: -17%;
    padding: 3.125rem 4.375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home__banner__section::before {
    top: 1rem;
    right: -16%;
    padding: 3rem 4.0625rem;
  }
}
@media screen and (max-width: 480px) {
  .p-home__banner__section::before {
    top: 1rem;
    right: -19%;
    padding: 2.625rem 3.6875rem;
  }
}

.p-home__banner__section--text--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.8125rem 3rem;
}
@media screen and (max-width: 1280px) {
  .p-home__banner__section--text--box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner__section--text--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .p-home__banner__section--text--box {
    padding: 1.8125rem 1.6875rem 1.375rem;
  }
}

.p-home__banner__section--text {
  color: #121212;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.0625rem;
  /* 183.333% */
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 1024px) {
  .p-home__banner__section--text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner__section--text {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .p-home__banner__section--text {
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
  }
}
.p-home__banner__section--text .sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home__banner__section--text .sp_only {
    display: inline;
  }
}

.p-home__banner__section--text--span {
  color: #0B56B3;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0625rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .p-home__banner__section--text--span {
    font-size: 1.25rem;
  }
}

.p-home__banner__btn--link {
  padding: 12px 36px;
  background-color: #0B56B3;
  display: block;
  color: #fff;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1px;
  border-radius: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .p-home__banner__btn--link {
    font-size: 1.125rem;
  }
}

.p-home__banner__inner--lease--top {
  position: relative;
  max-width: 85rem;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .p-home__banner__inner--lease--top {
    max-width: 90%;
    margin-top: 10.96875rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner__inner--lease--top {
    padding-bottom: 9.3125rem;
    max-width: 90%;
    margin: 0 auto;
  }
}

.left_img {
  position: absolute;
  bottom: 0;
  left: 8%;
}
@media screen and (max-width: 1024px) {
  .left_img {
    left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .left_img {
    left: 0%;
  }
}
@media screen and (max-width: 600px) {
  .left_img {
    left: 4%;
  }
}

.right_img {
  position: absolute;
  bottom: 0;
  right: 8%;
}
@media screen and (max-width: 1024px) {
  .right_img {
    right: 0%;
  }
}
@media screen and (max-width: 991px) {
  .right_img {
    right: 5%;
  }
}

.p-home__banner__inner--lease--top--title {
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.625rem;
  letter-spacing: 0.075rem;
  text-align: center;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 600px) {
  .p-home__banner__inner--lease--top--title {
    color: #121212;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.0625rem;
    letter-spacing: 0.05625rem;
  }
}
.p-home__banner__inner--lease--top--title span {
  color: #0B56B3;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.625rem;
  /* 150% */
  letter-spacing: 0.0875rem;
}
@media screen and (max-width: 600px) {
  .p-home__banner__inner--lease--top--title span {
    color: #0B56B3;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.0625rem;
    /* 165% */
    letter-spacing: 0.0625rem;
  }
}

.p-home__banner__inner--lease--top--text {
  color: #121212;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 213.333% */
  letter-spacing: 0.046875rem;
  padding-bottom: 1.8125rem;
}
@media screen and (max-width: 600px) {
  .p-home__banner__inner--lease--top--text .pc_only {
    display: none;
  }
}

.p-home__banner--lease {
  padding: 0 0.625rem;
  margin-top: 1.625rem;
  margin-bottom: 6.75rem;
}
@media screen and (max-width: 991px) {
  .p-home__banner--lease {
    margin-top: 4.0625rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner--lease {
    margin-top: 4.4375rem;
    margin-bottom: 4.4375rem;
  }
}

.p-home__banner__inner--lease {
  background-image: url(../img/home/webp/banner_bg_all.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 85rem;
  margin: 0 auto;
  padding: 1.375rem 8.125rem 3.9375rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .p-home__banner__inner--lease {
    padding: 0 0.5625rem 2rem;
    margin-bottom: 6.75rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner__inner--lease {
    margin-bottom: 2.5rem;
  }
}

.p-home__banner__text--img--lease {
  margin-bottom: 2.875rem;
}
@media screen and (max-width: 480px) {
  .p-home__banner__text--img--lease {
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home__banner__text--img--lease .pc_only {
    display: none;
  }
}
.p-home__banner__text--img--lease .sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home__banner__text--img--lease .sp_only {
    display: block;
  }
}

.p-home__banner__section--lease {
  max-width: 68.75rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.25rem;
  position: relative;
}

.p-home__banner__section--lease::before {
  content: "";
  position: absolute;
  top: 45.2%;
  left: 10%;
  background-image: url(../img/home/webp/banner_img.webp);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 109px 155px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .p-home__banner__section--lease::before {
    left: 7%;
    padding: 5.625rem 8.125rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-home__banner__section--lease::before {
    left: auto;
    right: -6.375rem;
    top: 0;
    padding: 4.375rem 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__banner__section--lease::before {
    left: auto;
    top: 0;
    padding: 4.8125rem 6.875rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner__section--lease::before {
    top: 0.375rem;
    padding: 4.375rem 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__banner__section--lease::before {
    top: 0.8125rem;
    right: -10%;
    padding: 3.125rem 4.375rem;
  }
}
@media screen and (max-width: 600px) {
  .p-home__banner__section--lease::before {
    top: 1rem;
    right: -16%;
    padding: 3rem 4.0625rem;
  }
}
@media screen and (max-width: 480px) {
  .p-home__banner__section--lease::before {
    top: 1rem;
    right: -19%;
    padding: 2.625rem 3.6875rem;
  }
}

.p-home__banner__section--text--box--lease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.8125rem 3rem;
}
@media screen and (max-width: 1280px) {
  .p-home__banner__section--text--box--lease {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner__section--text--box--lease {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .p-home__banner__section--text--box--lease {
    padding: 1.8125rem 1.6875rem 1.375rem;
    gap: 1.625rem;
  }
}

.p-home__banner__section--text--lease {
  color: #121212;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.0625rem;
  /* 183.333% */
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 1024px) {
  .p-home__banner__section--text--lease {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__banner__section--text--lease {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .p-home__banner__section--text--lease {
    letter-spacing: 0.075rem;
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.p-home__banner__section--text--lease .sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home__banner__section--text--lease .sp_only {
    display: inline;
  }
}

.p-home__banner__section--text--span--lease {
  color: #0B56B3;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0625rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .p-home__banner__section--text--span--lease {
    font-size: 1.25rem;
  }
}

.p-home__banner__btn--link--lease {
  padding: 12px 36px;
  background-color: #0B56B3;
  display: block;
  color: #fff;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1px;
  border-radius: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .p-home__banner__btn--link--lease {
    font-size: 1.125rem;
  }
}

.lineup_top {
  background: #DBEDFA;
}

.lineup--box {
  max-width: 68.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .lineup--box {
    max-width: 100%;
  }
}

.lineup--box--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 3.75rem;
}
@media screen and (max-width: 1280px) {
  .lineup--box--inner {
    max-width: 90%;
    margin: 0 auto;
  }
}

.lineup--box--item {
  width: calc(50% - 1.875rem);
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineup--box--item {
    width: 100%;
    margin: 0 auto;
  }
}
.lineup--box--item img {
  width: 100%;
}

.lineup--text--box {
  padding: 0 2.4375rem 2.3125rem;
}
@media screen and (max-width: 480px) {
  .lineup--text--box {
    padding: 0 1.25rem 1.25rem;
  }
}

.lineup--title {
  padding: 0.375rem 1rem;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 100% */
  letter-spacing: 0.15rem;
  margin-top: 1.625rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background: #4182D5;
}
@media screen and (max-width: 480px) {
  .lineup--title {
    font-size: 1rem;
  }
}

.lineup--text {
  margin-top: 1.125rem;
  color: #121212;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .lineup--text {
    font-size: 0.875rem;
  }
}

.lineup--flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9375rem;
}
@media screen and (max-width: 600px) {
  .lineup--flex_box {
    gap: 1.875rem;
  }
}

.lineup--bold {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1125rem;
  width: 5.125rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 600px) {
  .lineup--bold {
    font-size: 1rem;
  }
}

.rental_price--box--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.375rem;
}
@media screen and (max-width: 991px) {
  .rental_price--box--inner {
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rental_price--item {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .rental_price--item {
    width: 100%;
  }
}

.rental_price--item--title {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 187.5% */
  letter-spacing: 0.075rem;
  margin-bottom: 1.5rem;
  background-color: #4182D5;
  padding: 0.5625rem 0;
  display: inline-block;
  border-radius: 0.25rem;
  width: 14.6875rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .rental_price--item--title {
    font-size: 1.25rem;
    padding: 0.3125rem 0;
    width: 12.5rem;
  }
}

.rental_price--item--box {
  border-radius: 4px;
  border: 0.0625rem solid #0B56B3;
}

.rental_price--item--text_top {
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: 0.05625rem;
  text-align: center;
  padding: 0.875rem 0 0.9375rem;
  border-bottom: 1px solid rgba(11, 86, 179, 0.24);
  border-right: 1px solid rgba(11, 86, 179, 0.24);
  background: #DEEDFF;
  font-family: Roboto;
}
@media screen and (max-width: 600px) {
  .rental_price--item--text_top {
    font-size: 1rem;
  }
}
.rental_price--item--text_top span {
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: 0.04375rem;
}
@media screen and (max-width: 600px) {
  .rental_price--item--text_top span {
    font-size: 0.75rem;
  }
}

.rental_price--item--text_top:last-child {
  border-right: none;
}

.rental_price--item--text {
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: 0.05rem;
  text-align: center;
  padding: 1.875rem 0;
  border-right: 1px solid rgba(11, 86, 179, 0.24);
}
@media screen and (max-width: 600px) {
  .rental_price--item--text {
    font-size: 0.875rem;
  }
}
.rental_price--item--text .pc_only {
  display: none;
}
.rental_price--item--text span {
  color: #0B56B3;
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  /* 125% */
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 600px) {
  .rental_price--item--text span {
    font-size: 1.25rem;
  }
}

.rental_price--item--text:last-child {
  border-right: none;
}

.rental_price--item--cancel {
  color: #7D7D7D;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 200% */
  letter-spacing: 0.046875rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 600px) {
  .rental_price--item--cancel {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
  }
}
.rental_price--item--cancel .pc_only {
  display: none;
}

.p-home__vehicle {
  padding: 4.625rem 0 8.1875rem;
  position: relative;
}

.p-home__vehicle::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36%;
  background-color: #5596E8;
}
@media screen and (max-width: 991px) {
  .p-home__vehicle::before {
    height: 50%;
  }
}

.p-home__vehicle--title {
  color: #121212;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
  /* 186.667% */
  letter-spacing: 0.09375rem;
  position: relative;
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__vehicle--title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.p-home__vehicle--title .sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home__vehicle--title .sp_only {
    display: inline;
  }
}
.p-home__vehicle--title span {
  color: #0B56B3;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-home__vehicle--title span {
    font-size: 1.5rem;
  }
}

.p-home__vehicle--title::after {
  position: absolute;
  content: "";
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.4375rem;
  height: 0.375rem;
  background-color: #4182D5;
  border-radius: 1.1875rem;
}

.p-home__vehicle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .p-home__vehicle-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
  }
}

.p-home__vehicle-item {
  position: relative;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.p-home__vehicle-item_top--position {
  position: absolute;
  top: -5.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-home__vehicle-item--inner {
  padding: 4.3125rem 2.3125rem 2.5rem;
}
.p-home__vehicle-item--inner picture img {
  width: 11.0625rem;
  height: 9.375rem;
  margin: 0 auto;
}

.p-home__vehicle-item-text {
  margin-top: 1.9375rem;
}
.p-home__vehicle-item-text p {
  color: #121212;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 150% */
  letter-spacing: 0.0625rem;
}

.p-shop {
  padding-bottom: clamp(5rem, 3.5740291262rem + 6.0841423948vw, 10.875rem);
}

.p-shop__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(5.625rem, 4.2597087379rem + 5.8252427184vw, 11.25rem) clamp(2rem, 1.5449029126rem + 1.9417475728vw, 3.875rem);
}
@media screen and (max-width: 768px) {
  .p-shop__wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.p-shop__item:first-child {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .p-shop__item:first-child {
    grid-column: unset;
  }
}

.p-shop__item-img {
  margin-top: 1.125rem;
}

.p-shop__item-table {
  max-width: 39.3125rem;
  width: 100%;
  margin: clamp(2rem, 1.6207524272rem + 1.6181229773vw, 3.5625rem) auto 0;
}

.p-price__top {
  background-image: url(../img/price/webp/top_bg_car.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: clamp(5rem, 3.786407767rem + 5.1779935275vw, 10rem);
  background-size: 36%;
}

.p-price__top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.1662621359rem + 1.4239482201vw, 2.875rem);
}

.p-price__top-box-title {
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-price__top-box-title span {
  color: var(--color-key);
  font-weight: 700;
}

.p-price__top-box-text {
  font-size: clamp(0.875rem, 0.692961165rem + 0.7766990291vw, 1.625rem);
  line-height: 1.9230769231;
  letter-spacing: 0.05em;
  max-width: 39rem;
  width: 100%;
}

.p-price__feature {
  padding-bottom: 0;
}

.p-price__feature-text {
  font-size: clamp(1rem, 0.7876213592rem + 0.9061488673vw, 1.875rem);
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-top: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
  word-break: keep-all;
}
.p-price__feature-text span {
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 1.25;
  color: var(--color-key);
  font-weight: 700;
}

.p-price__feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, -0.7916666667rem + 3.7326388889vw, 3.6875rem);
  margin-top: clamp(2.5rem, 1.8780339806rem + 2.6537216828vw, 5.0625rem);
}
@media screen and (max-width: 767px) {
  .p-price__feature-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-price__feature-item {
  position: relative;
}

.p-price__feature-item-label {
  width: 8.8125rem;
  height: 2.375rem;
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.1875rem;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  position: absolute;
  top: -1.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.plan01 .p-price__feature-item-label {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.04%, #65BBFC), color-stop(99.95%, #479DE9));
  background: linear-gradient(90deg, #65BBFC 0.04%, #479DE9 99.95%);
}
.plan02 .p-price__feature-item-label {
  background: -webkit-gradient(linear, left top, right top, from(#4398E6), to(#2B7ED5));
  background: linear-gradient(90deg, #4398E6 0%, #2B7ED5 100%);
}
.plan03 .p-price__feature-item-label {
  background: -webkit-gradient(linear, left top, right top, from(#2475CE), to(#1160BF));
  background: linear-gradient(90deg, #2475CE 0%, #1160BF 100%);
}

.p-price__feature-item-box {
  height: 18.125rem;
  border-radius: 0.625rem 0.625rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: clamp(2rem, 1.8483009709rem + 0.6472491909vw, 2.625rem) 1rem clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-price__feature-item-box {
    height: auto;
  }
}
.plan01 .p-price__feature-item-box {
  border: 2px solid #65BBFC;
}
.plan02 .p-price__feature-item-box {
  border: 2px solid #4398E6;
}
.plan03 .p-price__feature-item-box {
  border: 2px solid #2475CE;
}

.p-price__feature-item-course {
  font-size: clamp(1.125rem, 0.8822815534rem + 1.0355987055vw, 2.125rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.plan01 .p-price__feature-item-course {
  color: #55ABF2;
}
.plan02 .p-price__feature-item-course {
  color: #388CDE;
}
.plan03 .p-price__feature-item-course {
  color: #1B6BC7;
}

.p-price__feature-item-text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.p-price__feature-item-maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
  border-radius: 0px 0px 0.625rem 0.625rem;
  padding: clamp(1.5rem, 1.3634708738rem + 0.5825242718vw, 2.0625rem) clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem) clamp(1rem, 0.5752427184rem + 1.8122977346vw, 2.75rem);
}
.plan01 .p-price__feature-item-maintenance {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.04%, #65BBFC), color-stop(47.12%, #55ABF2), color-stop(99.95%, #479DE9));
  background: linear-gradient(90deg, #65BBFC 0.04%, #55ABF2 47.12%, #479DE9 99.95%);
}
.plan02 .p-price__feature-item-maintenance {
  background: -webkit-gradient(linear, left top, right top, from(#4398E6), color-stop(49.04%, #388CDE), to(#2B7ED5));
  background: linear-gradient(90deg, #4398E6 0%, #388CDE 49.04%, #2B7ED5 100%);
  position: relative;
}
.plan03 .p-price__feature-item-maintenance {
  background: -webkit-gradient(linear, left top, right top, from(#2475CE), color-stop(50%, #1B6BC7), to(#1160BF));
  background: linear-gradient(90deg, #2475CE 0%, #1B6BC7 50%, #1160BF 100%);
  position: relative;
}

.plan02 .p-price__feature-item-maintenance::before {
  position: absolute;
  content: "";
  top: -0.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 17px;
  background-color: #fff;
  /* 塗りの色 */
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  /* ▼の形 */
}
.plan03 .p-price__feature-item-maintenance::before {
  position: absolute;
  content: "";
  top: -0.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 17px;
  background-color: #fff;
  /* 塗りの色 */
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  /* ▼の形 */
}

.p-price__feature-item-maintenance-text {
  font-size: 0.875rem;
  color: var(--color_white);
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}

.p-price__feature-item-maintenance-list {
  font-size: 0.875rem;
  color: var(--color_white);
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-price__feature-item-maintenance-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.3125rem, 0.2214805825rem + 0.3883495146vw, 0.6875rem);
}
.p-price__feature-item-maintenance-list li::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  background-image: url(../img/price/icon_list.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-price__catch {
  background-image: url(../img/price/table_bg.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10rem 0 clamp(3.125rem, 2.3361650485rem + 3.3656957929vw, 6.375rem);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  .p-price__catch {
    background-size: contain;
  }
}

.p-price__catch-top {
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-price__catch-top-title {
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: clamp(1.5rem, 1.3027912621rem + 0.8414239482vw, 2.3125rem);
  text-align: center;
  word-break: keep-all;
}

.p-price__catch-top-text {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-top: clamp(1.5rem, 1.4241504854rem + 0.3236245955vw, 1.8125rem);
  width: 100%;
  max-width: 47.875rem;
  margin-right: auto;
  margin-left: auto;
}

.p-price__table {
  padding: clamp(5.625rem, 5.1699029126rem + 1.9417475728vw, 7.5rem) 0 clamp(6.25rem, 5.3398058252rem + 3.8834951456vw, 10rem);
  position: relative;
}

.p-price__table-body-text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 100%;
  max-width: 44.5rem;
}

.p-price__table-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3rem, 2.0139563107rem + 4.2071197411vw, 7.0625rem);
  margin-top: clamp(2rem, 1.3932038835rem + 2.5889967638vw, 4.5rem);
}

.p-price__table-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
}

.p-price__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.plan01 .p-price__table-box {
  border: 2px solid #F5810A;
}
.plan02 .p-price__table-box {
  border: 2px solid #F5810A;
}
.plan03 .p-price__table-box {
  border: 2px solid #F55C0A;
}

.p-price__table-box-course {
  font-size: clamp(1.125rem, 0.8822815534rem + 1.0355987055vw, 2.125rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.plan01 .p-price__table-box-course {
  color: #55ABF2;
}
.plan02 .p-price__table-box-course {
  color: #388CDE;
}
.plan03 .p-price__table-box-course {
  color: #1B6BC7;
}

.p-price__table-table {
  overflow: hidden;
}

.p-price__table-table-img img {
  min-width: 37.5rem;
}

.p-about__top {
  background-image: url(../img/about/webp/top_bg.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: clamp(2.5rem, 1.802184466rem + 2.9773462783vw, 5.375rem);
  background-size: 50%;
}
@media screen and (min-width: 1920px) {
  .p-about__top {
    background-size: auto;
  }
}

.p-about__top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-about__top-box-title {
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-about__top-box-title .sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-about__top-box-title .sp_only {
    display: inline;
  }
}
.p-about__top-box-title span {
  color: var(--color-key);
  font-weight: 700;
}

.p-about__top-box-text {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 2.5;
  letter-spacing: 0.05em;
  max-width: 39rem;
  width: 100%;
  margin-top: clamp(1rem, 0.8027912621rem + 0.8414239482vw, 1.8125rem);
  background-color: rgba(255, 255, 255, 0.5019607843);
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .p-about__top-box-text {
    line-height: 1.7142857143;
  }
}

.p-about__top-img {
  margin-top: clamp(2.5rem, 0.4824029126rem + 8.6084142395vw, 10.8125rem);
  position: relative;
}

.p-about__top-img-left {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-about__top-img-left::before {
  content: "";
  position: absolute;
  top: -2.625rem;
  right: -4rem;
  width: 5.6875rem;
  height: 4.5625rem;
  background-image: url(../img/about/deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .p-about__top-img-left::before {
    top: -1.5rem;
    right: -0.5rem;
  }
}

.p-about__top-img-right {
  position: absolute;
  top: -8rem;
  right: -2rem;
  width: 50%;
  max-width: 34.375rem;
}
@media screen and (max-width: 600px) {
  .p-about__top-img-right {
    top: unset;
    bottom: -2rem;
    right: -0.5rem;
  }
}

.p-about__top-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 0.8932038835rem + 2.5889967638vw, 4rem);
  margin-top: clamp(2rem, 1.3932038835rem + 2.5889967638vw, 4.5rem);
}
@media screen and (max-width: 600px) {
  .p-about__top-list {
    grid-template-columns: 1fr;
  }
}

.p-about__top-item {
  border: 2px solid var(--color-key);
  border-radius: 0.375rem;
  padding: clamp(1.25rem, 0.9769417476rem + 1.1650485437vw, 2.375rem) clamp(1rem, 0.817961165rem + 0.7766990291vw, 1.75rem) clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  background-color: var(--color_white);
  position: relative;
}
.p-about__top-item::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  right: -0.625rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0.375rem;
  background-color: var(--color-key);
}

.p-about__top-item-text {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  padding: 0 clamp(0rem, -0.4247572816rem + 1.8122977346vw, 1.75rem);
}

.p-about__lower-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, -0.5909090909rem + 4.2424242424vw, 4.5rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .p-about__lower-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.p-about__lower-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 30.4375rem;
}

.p-about__lower-title {
  font-size: clamp(1.125rem, 0.942961165rem + 0.7766990291vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-about__lower-item-box {
  width: 100%;
  margin-top: 6.25rem;
  padding: clamp(4rem, 3.0898058252rem + 3.8834951456vw, 7.75rem) 1rem clamp(1rem, 0.6662621359rem + 1.4239482201vw, 2.375rem);
  border: 2px solid var(--color-key);
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: var(--color_white);
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-about__lower-item-box::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  right: -0.625rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0.375rem;
  background-color: var(--color-key);
}
@media screen and (max-width: 768px) {
  .p-about__lower-item-box {
    margin-top: clamp(4rem, -4.0357142857rem + 21.4285714286vw, 6.25rem);
  }
}
@media screen and (max-width: 600px) {
  .p-about__lower-item-box {
    margin-top: clamp(4rem, -4.0357142857rem + 34.2857142857vw, 6.25rem);
    padding-top: clamp(6.25rem, 0.8928571429rem + 22.8571428571vw, 7.75rem);
  }
}

.p-about__lower-item-img {
  position: absolute;
  top: -6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-about__lower-item-img {
    top: calc(-1 * clamp(4.375rem, -2.3214285714rem + 17.8571428571vw, 6.25rem));
  }
}
@media screen and (max-width: 600px) {
  .p-about__lower-item-img {
    top: calc(-1 * clamp(5rem, 0.5357142857rem + 19.0476190476vw, 6.25rem));
  }
}

.p-about__lower-item-title {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  word-break: keep-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about__lower-item-title span {
  color: var(--color-key);
  font-weight: 700;
}
.p-about__lower-item-title::after {
  content: "";
  width: 1.625rem;
  height: 0.3125rem;
  background-image: url(../img/common/icon_arrow_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: 0.5rem;
}

.p-about__lower-item-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}

.p-about__banner {
  background-color: var(--color-key);
  margin-bottom: clamp(2.5rem, 1.802184466rem + 2.9773462783vw, 5.375rem);
}
@media screen and (max-width: 600px) {
  .p-about__banner {
    margin-bottom: 0;
  }
}

.p-about__merit {
  margin: clamp(1.5rem, 1.0297330097rem + 2.0064724919vw, 3.4375rem) calc(50% - 50vw) 0;
  width: 100vw;
  padding: clamp(4rem, 3.1201456311rem + 3.7540453074vw, 7.625rem) 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(52%, #F4F4F6), color-stop(48%, var(--color_white)));
  background: linear-gradient(to right, #F4F4F6 52%, var(--color_white) 48%);
}
@media screen and (max-width: 600px) {
  .p-about__merit {
    background: -webkit-gradient(linear, left top, right top, to(#F4F4F6));
    background: linear-gradient(to right, #F4F4F6 100%);
  }
}

.p-about__merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.4375rem;
  margin-top: clamp(2rem, 1.3932038835rem + 2.5889967638vw, 4.5rem);
  max-width: 60.75rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-about__merit-list {
    gap: 2rem;
  }
}

.p-about__merit-item {
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-about__merit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.p-about__merit-item-left {
  border-radius: 0.5rem;
  padding: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem) clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem) 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.8634708738rem + 0.5825242718vw, 1.5625rem);
  background-color: var(--color_white);
  position: relative;
  height: 12.6875rem;
  max-width: 32.6875rem;
  width: 60%;
  z-index: 1;
}
.p-about__merit-item-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  width: 4.375rem;
  height: 1.8125rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.corporate .p-about__merit-item-left::after {
  background-image: url(../img/common/icon_car-single.svg);
}
.welfare .p-about__merit-item-left::after {
  background-image: url(../img/common/icon_car-welfare.svg);
}
@media screen and (max-width: 600px) {
  .p-about__merit-item-left {
    width: 100%;
    height: auto;
    padding-bottom: 2.5rem;
  }
}

.p-about__merit-item-left-title {
  display: grid;
  grid-template-columns: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem) 0.125rem auto;
  gap: clamp(1rem, 0.8938106796rem + 0.4530744337vw, 1.4375rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about__merit-item-left-title p {
  color: var(--color-key);
}
.p-about__merit-item-left-title p:first-child {
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 1.125;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.p-about__merit-item-left-title p:last-child {
  font-size: clamp(1rem, 0.9089805825rem + 0.3883495146vw, 1.375rem);
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-about__merit-item-left-title span {
  height: 1.125rem;
  background-color: var(--color-txt);
}
@media screen and (max-width: 480px) {
  .p-about__merit-item-left-title {
    gap: 0.5rem;
  }
}

.p-about__merit-item-left-text {
  display: grid;
  grid-template-columns: 1.5rem 0.125rem auto;
  gap: clamp(1rem, 0.8938106796rem + 0.4530744337vw, 1.4375rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .p-about__merit-item-left-text {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-about__merit-img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .p-about__merit-img {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-about__price {
  position: relative;
  padding-bottom: clamp(5rem, 3.5891990291rem + 6.0194174757vw, 10.8125rem);
}

.p-about__price-box {
  max-width: 53.1875rem;
  width: 100%;
  margin: 0 auto;
  height: 12.1875rem;
  background-color: var(--color-txt);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  color: var(--color_white);
  padding: 0.75rem 1.75rem;
}
.p-about__price-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1.75rem);
  max-width: 51.5rem;
  height: 10.75rem;
  background-image: url(../img/about/webp/banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0.75rem 0.875rem;
  border-radius: 0.5rem;
}

.p-about__price-title {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  z-index: 1;
}

.p-about__price-text {
  border-radius: 0.5rem;
  border: 1px solid var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 20.5rem;
  height: 3.3125rem;
  z-index: 1;
}

.service_top {
  position: relative;
}

.service_top::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #5596E8;
  z-index: -1;
}

.service_box {
  max-width: 68.75rem;
  margin: 0 auto;
}

.service_top_title {
  margin-bottom: 7.5625rem;
  position: relative;
  color: #121212;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .service_top_title {
    font-size: 1.25rem;
    margin-bottom: 3.75rem;
  }
}

.service_top_title::before {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.625rem;
  height: 0.125rem;
  background-color: #0B56B3;
}

.service_top_title::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: calc(50% + 11px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #C5C5C5;
}

.service_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.0625rem 1.5625rem;
}
@media screen and (max-width: 1024px) {
  .service_box_inner {
    width: 95%;
    margin: 0 auto;
  }
}

.service_box_item {
  border-radius: 0.625rem;
  border: 0.25rem solid #0B56B3;
  background: #FFF;
  position: relative;
  width: calc(33.3333333333% - 1.0625rem);
  padding: 2.65625rem 1.25rem 1.90625rem;
}
@media screen and (max-width: 991px) {
  .service_box_item {
    width: calc(50% - 1.5625rem);
  }
}
@media screen and (max-width: 600px) {
  .service_box_item {
    width: 100%;
  }
}
.service_box_item.bg01 {
  background-image: url(../img/common/service_oll_01.svg);
  background-repeat: no-repeat;
  background-position: bottom 0.875rem right 0.75rem;
}
.service_box_item.bg02 {
  background-image: url(../img/common/service_oll_02.svg);
  background-repeat: no-repeat;
  background-position: bottom 0.875rem right 1.75rem;
}
.service_box_item.bg03 {
  background-image: url(../img/common/service_oll_03.svg);
  background-repeat: no-repeat;
  background-position: bottom 0.875rem right 0.75rem;
}
.service_box_item.bg04 {
  background-image: url(../img/common/service_oll_04.svg);
  background-repeat: no-repeat;
  background-position: bottom 0.875rem right 0.75rem;
}
.service_box_item.bg05 {
  background-image: url(../img/common/service_oll_05.svg);
  background-repeat: no-repeat;
  background-position: bottom 0.875rem right 0.75rem;
}
.service_box_item.bg06 {
  background-image: url(../img/common/service_oll_06.svg);
  background-repeat: no-repeat;
  background-position: bottom 0.875rem right 0.75rem;
}

.service_box_item--title {
  position: absolute;
  top: -12%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 0.25rem;
  background: #0B56B3;
  width: 18.375rem;
  padding: 0.75rem 0;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 133.333% */
  letter-spacing: 0.05625rem;
}
@media screen and (max-width: 1024px) {
  .service_box_item--title {
    width: 90%;
    white-space: nowrap;
  }
}
.service_box_item--title span {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.046875rem;
}

.service_box_item--price {
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  letter-spacing: 0.1rem;
  margin-bottom: 0.8125rem;
}
.service_box_item--price span {
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.15rem;
}

.service_box_item--text {
  color: #121212;
  font-family: "Noto Sans Gujarati UI";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 171.429% */
  letter-spacing: 0.04375rem;
}

.emergency_top {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 10.875rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 600px) {
  .emergency_top {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.emergency {
  max-width: 85rem;
  margin: 0 auto;
  padding: 5.5625rem 5.5625rem 3rem;
  background-image: url(../img/common/emergency_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .emergency {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .emergency {
    padding: 5.5625rem 0 2.1875rem;
  }
}

.emergency--white--inner {
  background-color: #fff;
  border-radius: 0.625rem;
  position: relative;
  padding: 3.6875rem 2.625rem 3.5rem;
}
@media screen and (max-width: 600px) {
  .emergency--white--inner {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .emergency--white--inner {
    padding: 1.875rem 2.375rem 1.875rem;
  }
}

.emergency--title {
  position: absolute;
  top: -3.375rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #0B56B3;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1125rem;
  background: #FAEC82;
  padding: 0.75rem 2.375rem;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .emergency--title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .emergency--title {
    top: -2.5rem;
    font-size: 1.25rem;
    padding: 0.625rem 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .emergency--title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .emergency--title {
    top: -3.4375rem;
    width: 100%;
  }
}

.emergency--title::after {
  position: absolute;
  content: "";
  top: -4.8125rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-image: url(../img/common/siren.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5625rem 2.0625rem;
}
@media screen and (max-width: 768px) {
  .emergency--title::after {
    top: auto;
    bottom: 2.5rem;
    padding: 1.25rem 1rem;
  }
}

.emergency--text {
  margin-bottom: 1.25rem;
  color: #121212;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 31.982px */
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 991px) {
  .emergency--text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .emergency--text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.emergency--flex--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
}
@media screen and (max-width: 991px) {
  .emergency--flex--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .emergency--flex--inner {
    gap: 0.625rem;
  }
}
.emergency--flex--inner a {
  display: inline-block;
}
.emergency--flex--inner a img {
  display: block;
  margin: 0 auto;
}

.lease_top_title {
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 3.125rem;
  position: relative;
  color: #121212;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .lease_top_title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .lease_top_title {
    font-size: 1.25rem;
  }
}

.lease_top_title::before {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.625rem;
  height: 0.125rem;
  background-color: #0B56B3;
}

.lease_top_title::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: calc(50% + 11px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.3125rem;
  height: 0.125rem;
  background-color: #C5C5C5;
}

.lease-box {
  max-width: 68.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .lease-box {
    max-width: 90%;
  }
}

.lease-box_inner.under {
  margin-top: 2.5rem;
}

.lease-box_title {
  border-radius: 0.625rem;
  background: #0B56B3;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 100% */
  letter-spacing: 0.15rem;
  padding: 0.875rem 0;
}
@media screen and (max-width: 600px) {
  .lease-box_title {
    font-size: 1.25rem;
    padding: 0.625rem 0;
  }
}

.lease-box__flex--box {
  margin-top: 1.375rem;
}

.lease-box__flex--box--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .lease-box__flex--box--ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lease-box__flex--item {
  width: 33.3333333333%;
  border-radius: 0.625rem;
  border: 0.25rem solid #0B56B3;
  padding: 1.125rem 1.6875rem 1.75rem;
}
@media screen and (max-width: 991px) {
  .lease-box__flex--item {
    padding: 0.625rem 1rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .lease-box__flex--item {
    width: 100%;
    padding: 1.125rem 1.6875rem 1.75rem;
  }
}
.lease-box__flex--item img {
  margin: 0 auto;
}

.lease-box__flex--item--title {
  margin-top: 1.0625rem;
  color: #0B56B3;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 133.333% */
  letter-spacing: 0.05625rem;
}

.lease-box__flex--item--text {
  margin-top: 0.66875rem;
  color: #121212;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 160% */
  letter-spacing: 0.09375rem;
}

.p-usage_flow--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-usage_flow--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-usage_flow {
  background-color: #EBF7FF;
  padding: 1.6875rem 1.3125rem 1.6875rem;
  border-radius: 0.5rem;
  position: relative;
}
.p-usage_flow picture img {
  width: auto;
  height: 8rem;
  margin: 0 auto;
}

.p-usage_flow.flow01::before {
  position: absolute;
  content: "01";
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #4182D5;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 150% */
  letter-spacing: 0.0625rem;
}

.p-usage_flow.flow02::before {
  position: absolute;
  content: "02";
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #4182D5;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 150% */
  letter-spacing: 0.0625rem;
}

.p-usage_flow.flow03::before {
  position: absolute;
  content: "03";
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #4182D5;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 150% */
  letter-spacing: 0.0625rem;
}

.p-usage_flow.flow04::before {
  position: absolute;
  content: "04";
  top: -0.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #4182D5;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 150% */
  letter-spacing: 0.0625rem;
}

.p-usage_flow:first-child::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-image: none;
  padding: 0;
}

.p-usage_flow:first-child::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-image: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-usage_flow:first-child::after {
    top: 103%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/home/usage_flow_triangle_under.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1.125rem 0.875rem;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-usage_flow:last-child:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -0.4375rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    z-index: 1;
  }
}

.p-usage_flow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.4375rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/home/usage_flow_triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1.125rem 0.875rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-usage_flow::after {
    top: 103%;
    left: 50%;
    background-image: url(../img/home/usage_flow_triangle_under.svg);
  }
}

.p-usage_flow--title {
  color: #4182D5;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.075rem;
  margin-bottom: 1.0625rem;
}

.p-usage_flow--text {
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  /* 180% */
  letter-spacing: 0.046875rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-usage_flow--text {
    text-align: center;
  }
}

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

.u-grid {
  display: grid;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-textCenter {
  text-align: center;
}

.u-bold {
  font-weight: bold;
}

.u-justify-center.u-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-link--icon {
  font-family: "Oswald";
  color: var(--color-key);
}
.u-link--icon::after {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/common/icon_link.svg);
          mask-image: url(../img/common/icon_link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
}

.is-spNotOnly {
  display: block;
}
@media screen and (max-width: 480px) {
  .is-spNotOnly {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .is-pcOnly {
    display: none;
  }
}

.is-spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-spOnly {
    display: block;
  }
}

@media screen and (max-width: 1366px) {
  .is-overPc {
    display: none;
  }
}

.is-underPc {
  display: none;
}
@media screen and (max-width: 1366px) {
  .is-underPc {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .is-overXxl {
    display: none;
  }
}

.is-underXxl {
  display: none;
}
@media screen and (max-width: 1280px) {
  .is-underXxl {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-overXl {
    display: none;
  }
}

.is-underXl {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-underXl {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .is-overMd {
    display: none;
  }
}

.is-underMd {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-underMd {
    display: block;
  }
}

.is-fixed {
  overflow: hidden !important;
}

body.preload .wow.fadeIn,
body.preload .wow.fadeInUp {
  opacity: 0 !important;
}/*# sourceMappingURL=style.css.map */