@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt, dd {
  margin: 0;
  padding: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #010D21;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

@media screen and (max-width: 1099.98px) {
  html.nav-open {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* 共通見出し */
.heading {
  position: relative;
  display: block;
}
.heading--h2 {
  line-height: 1.45;
}
.heading--h2 .en {
  display: block;
  font-weight: 500;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .heading--h2 .en {
    font-size: 2rem;
  }
}
#top .heading--h2 .en {
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rem);
}
@media screen and (min-width: 768px), print {
  #top .heading--h2 .en {
    font-size: clamp(1.6rem, 20 * var(--vw1440), 2rem);
  }
}
.heading--h2 .jp {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .heading--h2 .jp {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .heading--h2 .jp {
    font-size: 4rem;
  }
}
#top .heading--h2 .jp {
  font-size: clamp(2.4rem, 40 * var(--vw768), 4rem);
}
@media screen and (min-width: 768px), print {
  #top .heading--h2 .jp {
    font-size: clamp(2.4rem, 40 * var(--vw1440), 4rem);
  }
}
.heading--base {
  color: #002F7C;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .heading--base {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .heading--base {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.heading--secondary {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(2.6rem, 40 * var(--vw768), 4rem);
}
@media screen and (min-width: 768px), print {
  .heading--secondary {
    font-size: clamp(2.4rem, 40 * var(--vw1440), 4rem);
  }
}

.link-button {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  border-radius: 10em;
  background-color: #002F7C;
  color: #ffffff;
  white-space: nowrap;
  padding: 1em 4em 1em 1.6em;
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rem);
}
.link-button::before {
  content: "";
  position: absolute;
  right: 0.85em;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(2.9rem, 36 * var(--vw768), 3.6rem);
  height: clamp(2.9rem, 36 * var(--vw768), 3.6rem);
  background: url("../img/base/icon-arrow_right_wht.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .link-button::before {
    width: clamp(2.9rem, 36 * var(--vw1440), 3.6rem);
    height: clamp(2.9rem, 36 * var(--vw1440), 3.6rem);
  }
}
@media screen and (min-width: 768px), print {
  .link-button {
    font-size: clamp(1.6rem, 20 * var(--vw1440), 2rem);
    padding: 1em 4em 1em 1.6em;
  }
}
.link-button--wht {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.link-button--sky {
  background-color: #00A3E2;
}
.link-button--blk {
  border: 1px solid #010D21;
  color: #010D21;
  background-color: transparent;
}
.link-button--blk::before {
  background: url("../img/base/icon-arrow_right_blk.png") no-repeat center/contain;
}
.link-button--full {
  display: block;
  text-align: left;
}
.link-button--secondary {
  font-size: 1.6rem;
  white-space: wrap;
}
@media screen and (min-width: 1100px), print {
  .link-button--secondary {
    font-size: 2rem;
  }
}
.link-button--secondary::before {
  width: 2.9rem;
  height: 2.9rem;
}
@media screen and (min-width: 1100px), print {
  .link-button--secondary::before {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.link-button--small {
  font-size: 1.6rem;
}
.link-button--small::before {
  width: 2.9rem;
  height: 2.9rem;
}
.link-button-secondary {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  font-weight: 500;
  color: #002F7C;
  padding: 0 2.2em 0 0;
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rem);
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .link-button-secondary:where(:-moz-any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .link-button-secondary:where(:any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .link-button-secondary:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
  .link-button-secondary:where(:any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
  .link-button-secondary:where(:-moz-any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
  .link-button-secondary:where(:any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px), print {
  .link-button-secondary {
    font-size: clamp(1.6rem, 20 * var(--vw1440), 2rem);
    padding: 0 2.2em 0 0;
  }
}
.link-button-secondary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: clamp(3rem, 40 * var(--vw768), 4rem);
  height: clamp(3rem, 40 * var(--vw768), 4rem);
  background: url("../img/base/icon-arrow_right_blue2.png") no-repeat center/contain;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .link-button-secondary::before {
    width: clamp(3rem, 40 * var(--vw1440), 4rem);
    height: clamp(3rem, 40 * var(--vw1440), 4rem);
  }
}
.link-button-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: clamp(3rem, 40 * var(--vw768), 4rem);
  height: clamp(3rem, 40 * var(--vw768), 4rem);
  background: url("../img/base/icon-arrow_right_blue3.png") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .link-button-secondary::after {
    width: clamp(3rem, 40 * var(--vw1440), 4rem);
    height: clamp(3rem, 40 * var(--vw1440), 4rem);
  }
}

a.link-button {
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  a.link-button.link-button--sky:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #002F7C;
  }
  a.link-button.link-button--sky:where(:any-link, :enabled, summary):hover {
    background-color: #002F7C;
  }
}
@media (hover: hover) {
  a.link-button.hover-sky:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #00A3E2;
  }
  a.link-button.hover-sky:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #00A3E2;
  }
  a.link-button.hover-sky:where(:-moz-any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow_right_blue3.png") no-repeat center/contain;
  }
  a.link-button.hover-sky:where(:any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow_right_blue3.png") no-repeat center/contain;
  }
}
@media (hover: hover) {
  a.link-button.hover-blue:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #002F7C;
  }
  a.link-button.hover-blue:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #002F7C;
  }
  a.link-button.hover-blue:where(:-moz-any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow_right_blue2.png") no-repeat center/contain;
  }
  a.link-button.hover-blue:where(:any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow_right_blue2.png") no-repeat center/contain;
  }
}
@media (hover: hover) {
  a.link-button.hover-green:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #249249;
  }
  a.link-button.hover-green:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #249249;
  }
  a.link-button.hover-green:where(:-moz-any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow_right_green.png") no-repeat center/contain;
  }
  a.link-button.hover-green:where(:any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow_right_green.png") no-repeat center/contain;
  }
}
@media (hover: hover) {
  a.link-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #00A3E2;
  }
  a.link-button:where(:any-link, :enabled, summary):hover {
    background-color: #00A3E2;
  }
}

.list-unstyled {
  list-style: none;
}

.text-left, .text-start {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right, .text-end {
  text-align: right;
}
.text-indent {
  text-indent: 1em;
}
@media screen and (min-width: 768px), print {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .text-lg-left {
    text-align: left;
  }
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
@media screen and (min-width: 480px), print {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
}
@media screen and (min-width: 1600px), print {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
}

.fs-sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .fs-sm {
    font-size: 1.4rem;
  }
}
.fs-md {
  font-size: 1.6rem;
  line-height: 1.7;
}
.fs-lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .fs-lg {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .fs-lg {
    font-size: 2rem;
  }
}
.fs-xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .fs-xl {
    font-size: 2rem;
  }
}

.fw-light {
  font-weight: 300;
}
.fw-light * {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-normal * {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-medium * {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-semibold * {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-bold * {
  font-weight: 700;
}
.fw-exbold {
  font-weight: 800;
}
.fw-exbold * {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}
.fw-black * {
  font-weight: 900;
}

.ft-gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.ft-zalando {
  font-family: "Zalando Sans Expanded", sans-serif;
}
.ft-mincho {
  font-family: "Noto Serif JP", serif;
}

.bg-dark {
  background-color: #000;
}
.bg-base {
  background-color: #002F7C;
}
.bg-main {
  background-color: #00A3E2;
}
.bg-sub1 {
  background-color: #00A55A;
}
.bg-sub6 {
  background-color: #249249;
}
.bg-sub7 {
  background-color: #B3B8CC;
}
.bg-sub8 {
  background-color: #C4CDDD;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.color-dark {
  color: #000;
}
.color-base {
  color: #002F7C;
}
.color-main {
  color: #00A3E2;
}
.color-text {
  color: #010D21;
}
.color-white {
  color: #fff;
}
.color-danger {
  color: #ff8000;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.flex-1 {
  flex: 1;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.font-feature-settings {
  font-feature-settings: "palt" 1;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 3rem;
}

.mx-auto {
  margin-inline: auto;
}

.lh-sm {
  line-height: 1.5;
}
.lh-base {
  line-height: 1.8;
}
.lh-lg {
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .lh-lg {
    line-height: 2;
  }
}

/* アンカー位置調整 */
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  pointer-events: none;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -201px;
    margin-bottom: 200px;
  }
}

/* flex1 */
.flex-1 {
  flex: 1;
  min-width: 0;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .br--sp {
    display: none;
  }
}

/* 字詰め */
.kerning {
  font-feature-settings: "palt" 1;
}

/* 下線マーカー */
.marker {
  display: inline;
  background: linear-gradient(#002F7C 85%, #002F7C 0%);
}

/* 画像を角丸にする */
.img-radius {
  border-radius: 1rem;
}
.img-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .img-radius-lg {
    border-radius: 2rem;
  }
}

/* コンテンツを角丸にする */
.box-radius {
  border-radius: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius {
    border-radius: 1rem;
  }
}
.box-radius-lg {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius-lg {
    border-radius: 2rem;
  }
}
.box-radius-xl {
  border-radius: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius-xl {
    border-radius: 5rem;
  }
}

/* リスト */
.list li {
  position: relative;
  padding: 0 0 0 1.2em;
}
.list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* 画像を囲う要素 */
.img-wrap {
  aspect-ratio: 4/3;
  display: block;
  position: relative;
  overflow: hidden;
}

/* 画像をトリミング */
.img-cover {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Google Maps */
.gmap-area {
  position: relative;
  background-color: #f8f8f8;
}
.gmap-area::before {
  content: "";
  display: block;
  padding-top: 40rem;
}
@media screen and (min-width: 1100px), print {
  .gmap-area::before {
    padding-top: 50rem;
  }
}
.gmap-area iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.c-price-table.inspection-price th,
.c-price-table.inspection-price td {
  height: auto;
  padding: 1rem;
}

.color-red {
  color: #ff0000;
}

.bg-orange th,
.bg-orange td {
  background-color: #fffcd6 !important;
}

.border-none {
  border-width: 1px 0 !important;
  border-color: #fff;
  text-align: left !important;
  background-color: #ffffff !important;
}

.inspection-price th:first-child,
.inspection-price td:first-child {
  position: sticky;
  left: 0;
  background-color: rgba(196, 205, 221, 0.15);
  z-index: 1;
}

.sticky-text {
  position: sticky;
  left: 1rem;
  display: inline-block;
}

.sticky-text .fs-lg {
  font-weight: bold;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  l-header

-------------------------------- */
.header {
  position: fixed;
  z-index: 1010;
}
@media screen and (min-width: 1100px), print {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    padding: min(32 * var(--vw1440), 3.2rem) min(50 * var(--vw1440), 5rem) 0 min(50 * var(--vw1440), 5rem);
  }
}
@media screen and (max-width: 1099.98px) {
  .header {
    top: clamp(2rem, 35 * var(--vw768), 3.5rem);
    left: clamp(2rem, 35 * var(--vw768), 3.5rem);
    right: clamp(2rem, 35 * var(--vw768), 3.5rem);
  }
}
.header__container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.header__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(2.4rem, 32 * var(--vw768), 3.2rem);
  z-index: 100;
}
@media screen and (min-width: 1100px), print {
  .header__logo {
    left: min(32 * var(--vw1440), 3.2rem);
  }
}
.header__logo-title {
  width: clamp(12rem, 161 * var(--vw768), 16.1rem);
  height: clamp(2.4rem, 32 * var(--vw768), 3.2rem);
}
@media screen and (min-width: 1100px), print {
  .header__logo-title {
    width: min(161 * var(--vw1440), 16.1rem);
    height: min(32 * var(--vw1440), 3.2rem);
  }
}
.header__logo-title a {
  display: inline-block;
}
.header__logo-title img {
  height: auto;
}
@media screen and (min-width: 1100px), print {
  .header__nav {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10em;
    padding: 0.8rem;
    transition: background-color 0.3s ease;
  }
  .is-dropdown-open .header__nav {
    background-color: #ffffff;
    border-radius: min(36 * var(--vw1440), 3.6rem) min(36 * var(--vw1440), 3.6rem) 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .header__nav {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10em;
    height: clamp(6rem, 80 * var(--vw768), 8rem);
    transition: background-color 0.3s ease;
  }
  .nav-open .header__nav {
    background-color: #ffffff;
    border-radius: 2.8rem 2.8rem 0 0;
  }
}
.header-contact {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  left: 0.5rem;
  text-align: center;
  z-index: 101;
  transition: bottom 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .header-contact {
    bottom: 1.5rem;
    right: 1.5rem;
    width: auto;
    left: auto;
  }
}
.nav-open .header-contact {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1100px), print {
  .is-fixed .header-contact {
    bottom: 8rem;
  }
}
.header-contact__heading {
  position: relative;
  display: inline-block;
  height: 4.5rem;
}
@media screen and (min-width: 1100px), print {
  .header-contact__heading {
    font-size: 2rem;
    height: 5rem;
  }
}
.header-contact__heading::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 20rem;
  height: 5rem;
  background: url("../img/base/icon_floating_title.svg") no-repeat center/contain;
}
.header-contact__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 7rem;
  gap: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .header-contact__items {
    grid-template-columns: 12.2rem 12.2rem;
    grid-template-rows: 12.2rem;
  }
}
.header-contact__item {
  background-color: #ffffff;
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .header-contact__item {
    border-radius: 2rem;
  }
}
.header-contact__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  place-content: center;
  border-radius: 1rem;
  box-shadow: 0 0 0.8rem rgba(154, 168, 180, 0.2);
  border: 1px solid #ffffff;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .header-contact__link {
    border-radius: 2rem;
    padding-top: 6.5rem;
  }
}
@media (hover: hover) {
  .header-contact__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .header-contact__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.header-contact__link::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .header-contact__link::before {
    left: 50%;
    transform: translateX(-50%);
    top: 0.7rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-contact__link::before {
    display: none;
  }
}
.header-contact__item--line .header-contact__link::before {
  width: 3.5rem;
  height: 3.5rem;
  background: url("../img/base/icon_floating_line.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .header-contact__item--line .header-contact__link::before {
    width: 7rem;
    height: 7rem;
  }
}
.header-contact__item--app .header-contact__link::before {
  width: 3.3rem;
  height: 3.2rem;
  background: url("../img/base/icon_floating_aw.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .header-contact__item--app .header-contact__link::before {
    width: 3.3rem;
    height: 6.1rem;
  }
}
.header-contact__item--line .header-contact__link {
  background-color: #06C755;
}
.header-contact__item--app .header-contact__link {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
.header-contact__title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .header-contact__title {
    display: block;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-contact__title {
    position: relative;
    text-align: left;
    display: inline-block;
    padding-left: 4rem;
  }
  .header-contact__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-contact__item--line .header-contact__title::before {
    width: 3.5rem;
    height: 3.5rem;
    background: url("../img/base/icon_floating_line.png") no-repeat center/contain;
  }
  .header-contact__item--app .header-contact__title::before {
    width: 3.3rem;
    height: 3.2rem;
    background: url("../img/base/icon_floating_aw.svg") no-repeat center/contain;
  }
}

/* --------------------------------

  l-nav

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .gnav {
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: clamp(8rem, 115 * var(--vw768), 11.5rem);
    bottom: clamp(2rem, 35 * var(--vw768), 3.5rem);
    left: clamp(2rem, 35 * var(--vw768), 3.5rem);
    right: clamp(2rem, 35 * var(--vw768), 3.5rem);
  }
  .nav-open .gnav {
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    pointer-events: all;
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__container {
    padding: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .gnav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0 0 2.8rem 2.8rem;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__menu {
    gap: min(35 * var(--vw1440), 3.5rem);
  }
}
@media screen and (max-width: 1099.98px) {
  .gnav__menu {
    padding: clamp(2rem, 32 * var(--vw768), 3.2rem) clamp(2.4rem, 32 * var(--vw768), 3.2rem) clamp(3.2rem, 42 * var(--vw768), 4.2rem) clamp(2.4rem, 32 * var(--vw768), 3.2rem);
    background: #ffffff;
    border-radius: 0 0 2.8rem 2.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .gnav__item {
    position: relative;
  }
}
@media screen and (max-width: 1099.98px) {
  .gnav__item:not(:last-child) {
    margin-bottom: clamp(3rem, 40 * var(--vw768), 4rem);
  }
}
.gnav__item--contact .gnav__link {
  display: block;
  place-content: center;
  text-align: center;
  width: 100%;
  height: 6rem;
  border-radius: 10em;
  color: #ffffff;
  background-color: #002F7C;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .gnav__item--contact .gnav__link {
    width: 11rem;
    height: 4.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__item--contact .gnav__link {
    width: 15.8rem;
    height: 5.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .gnav__item--contact .gnav__link {
    font-size: clamp(1.8rem, 24 * var(--vw768), 2.4rem);
  }
  .gnav__item--contact .gnav__link::after {
    display: none;
  }
}
@media (hover: hover) {
  .gnav__item--contact .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #00A3E2;
  }
  .gnav__item--contact .gnav__link:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #00A3E2;
  }
}
.gnav__label {
  position: relative;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt" on;
  color: #010D21;
  padding: 0 1.4em 0 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .gnav__label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .gnav__label {
    display: block;
    font-size: clamp(1.6rem, 24 * var(--vw768), 2.4rem);
    padding: 0;
  }
}
.gnav__label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/base/icon-plus.svg") no-repeat center/contain;
  width: clamp(1.6rem, 24 * var(--vw768), 2.4rem);
  height: clamp(1.6rem, 24 * var(--vw768), 2.4rem);
}
@media screen and (min-width: 1100px), print {
  .gnav__label::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__label::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.gnav__link {
  position: relative;
  display: block;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt" on;
  color: #010D21;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .gnav__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .gnav__link {
    display: block;
    font-size: clamp(1.6rem, 24 * var(--vw768), 2.4rem);
  }
}
@media screen and (max-width: 1099.98px) {
  .gnav__link::after {
    content: "";
    position: absolute;
    right: -0.45em;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(3rem, 45 * var(--vw768), 4.5rem);
    height: clamp(3rem, 45 * var(--vw768), 4.5rem);
    background: url("../img/base/icon-arrow_right.png") no-repeat center/contain;
  }
}
@media (hover: hover) {
  .gnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .gnav__link:where(:any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
}
.gnav__dropdown {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .gnav__dropdown {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 0 0 min(36 * var(--vw1440), 3.6rem) min(36 * var(--vw1440), 3.6rem);
  }
}
.gnav__dropdown.is-active {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .gnav__dropdown.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__dropdown.is-active {
    opacity: 1;
  }
}
.gnav__dropdown-container {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .gnav__dropdown-container {
    padding: min(40 * var(--vw1440), 4rem);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .gnav__dropdown-container {
    padding: clamp(1.8rem, 25 * var(--vw768), 2.5rem) 0 0 0;
  }
}
.gnav__dropdown-title {
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rem);
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1100px), print {
  .gnav__dropdown-title {
    font-size: clamp(1.8rem, 20 * var(--vw1440), 2rem);
  }
}
.gnav__dropdown-action {
  display: block;
  line-height: 1;
}
.gnav__dropdown-link {
  position: relative;
  display: inline-block;
  color: #010D21;
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rem);
  font-weight: 700;
  line-height: 1.6;
  transition: color 0.3s ease;
  padding-left: 1em;
}
.gnav__dropdown-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url("../img/base/icon-arrow-right_blk.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .gnav__dropdown-link {
    font-size: clamp(1.8rem, 20 * var(--vw1440), 2rem);
  }
}
@media (hover: hover) {
  .gnav__dropdown-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .gnav__dropdown-link:where(:any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .gnav__dropdown-link:where(:-moz-any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow-right_sky.svg") no-repeat center/contain;
  }
  .gnav__dropdown-link:where(:any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow-right_sky.svg") no-repeat center/contain;
  }
}
.gnav__submenu {
  display: grid;
  gap: 0.8rem;
}
@media screen and (min-width: 768px), print {
  .gnav__submenu {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .gnav__submenu {
    gap: 1rem 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__submenu {
    grid-template-columns: repeat(5, 1fr);
  }
}
.gnav__submenu-link {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  transition: color 0.3s ease;
  padding-left: 1.15em;
}
.gnav__submenu-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url("../img/base/icon-arrow-right_blk.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .gnav__submenu-link:where(:any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .gnav__submenu-link:where(:-moz-any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow-right_sky.svg") no-repeat center/contain;
  }
  .gnav__submenu-link:where(:any-link, :enabled, summary):hover::before {
    background: url("../img/base/icon-arrow-right_sky.svg") no-repeat center/contain;
  }
}
.gnav__toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: clamp(2.4rem, 36 * var(--vw768), 3.6rem);
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .gnav__toggle {
    position: relative;
    width: 100%;
    height: 2.1rem;
    margin-bottom: -2.1rem;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (min-width: 1280px), print {
  .gnav__toggle {
    height: 2.4rem;
    margin-bottom: -2.4rem;
  }
}
.gnav__toggle:hover + .gnav__label {
  color: #00A3E2;
}
.gnav__toggle:hover + .gnav__label::before {
  background: url("../img/base/icon-minus.svg") no-repeat center/contain;
}
.gnav__toggle.is-active + .gnav__label {
  color: #00A3E2;
}
.gnav__toggle.is-active + .gnav__label::before {
  background: url("../img/base/icon-minus.svg") no-repeat center/contain;
}
.gnav {
  /* ハンバーガーメニューボタン */
}
.gnav__button {
  display: block;
  position: fixed;
  top: clamp(2.5rem, 42 * var(--vw768), 4.2rem);
  right: clamp(2.8rem, 45 * var(--vw768), 4.5rem);
  width: clamp(5rem, 66 * var(--vw768), 6.6rem);
  height: clamp(5rem, 66 * var(--vw768), 6.6rem);
  line-height: 1;
  background: #002F7C;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1011;
}
@media screen and (min-width: 1100px), print {
  .gnav__button {
    display: none;
  }
}
.nav-open .gnav__button .gnav__button-icon {
  width: clamp(2.2rem, 30 * var(--vw768), 3rem);
  background-color: transparent;
}
.nav-open .gnav__button .gnav__button-icon::before, .nav-open .gnav__button .gnav__button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.nav-open .gnav__button .gnav__button-icon::before {
  transform: rotate(45deg);
}
.nav-open .gnav__button .gnav__button-icon::after {
  transform: rotate(-45deg);
}
.gnav__button-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: clamp(2.2rem, 30 * var(--vw768), 3rem);
  height: 0.2rem;
  margin: auto;
  background-color: #fff;
}
.gnav__button-icon::before, .gnav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.gnav__button-icon::before {
  margin-top: -0.6rem;
}
.gnav__button-icon::after {
  margin-top: 0.6rem;
}
.gnav__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E7EAEB;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .gnav__overlay {
    display: none;
  }
}
.nav-open .gnav__overlay {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  flex: 1;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .main {
    overflow: visible;
  }
}
#top .main {
  background-color: #E7EAEB;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  position: relative;
  padding: clamp(30px, 60 * var(--vw768), 60px) clamp(20px, 35 * var(--vw768), 35px) 10rem clamp(20px, 35 * var(--vw768), 35px);
  background: #31313F;
}
@media screen and (min-width: 768px), print {
  .footer {
    padding: min(80 * var(--vw1440), 80px) min(50 * var(--vw1440), 50px) 10rem min(50 * var(--vw1440), 50px);
  }
}
@media screen and (min-width: 1100px), print {
  .footer {
    padding: min(80 * var(--vw1440), 80px) min(50 * var(--vw1440), 50px) 0 min(50 * var(--vw1440), 50px);
  }
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .footer__container {
    justify-content: space-between;
    flex-direction: row;
    gap: min(60 * var(--vw1440), 60px);
    padding-bottom: min(100 * var(--vw1440), 100px);
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3rem 0 3.5rem 0;
  gap: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: clamp(25px, 32 * var(--vw1440), 32px) 0 clamp(30px, 40 * var(--vw1440), 40px) 0;
    gap: min(20 * var(--vw1440), 20px);
  }
}
.footer-subnav__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .footer-subnav__list {
    flex-direction: row;
    gap: min(32 * var(--vw1440), 32px);
  }
}
.footer-subnav__link {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.4rem;
  padding-right: 1.7em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .footer-subnav__link {
    padding-right: 1.85em;
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .footer-subnav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .footer-subnav__link:where(:any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .footer-subnav__link:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
  .footer-subnav__link:where(:any-link, :enabled, summary):hover::before {
    opacity: 0;
  }
  .footer-subnav__link:where(:-moz-any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
  .footer-subnav__link:where(:any-link, :enabled, summary):hover::after {
    opacity: 1;
  }
}
.footer-subnav__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/base/icon-arrow_blank.png") no-repeat center/contain;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.footer-subnav__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/base/icon-arrow_blank_blue.png") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.footer-copy small {
  color: #fff;
  font-family: "Zalando Sans Expanded", sans-serif;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .footer-copy small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-copy span {
    display: none;
  }
}
.footer__logo-lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .footer__logo-lead {
    margin-bottom: 2em;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .footer__logo-lead {
    font-size: 1.6rem;
  }
}
.footer-sns {
  margin-top: clamp(25px, 50 * var(--vw768), 50px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 16 * var(--vw768), 16px);
}
@media screen and (min-width: 768px), print {
  .footer-sns {
    margin-top: 5rem;
    gap: min(16 * var(--vw1440), 16px);
  }
}
.footer-sns__link {
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer-sns__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .footer-sns__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.footer__nav-area {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .footer__nav-area {
    max-width: 58rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .footer__nav-area {
    max-width: 64rem;
  }
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 50 * var(--vw768), 50px) clamp(10px, 30 * var(--vw768), 30px);
}
@media screen and (min-width: 768px), print {
  .footer-nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .footer-nav {
    gap: 4rem;
  }
}
.footer-nav__list-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .footer-nav__list-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.footer-nav__link {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  color: #C0C0C0;
  font-weight: 500;
  font-size: 1.4rem;
  padding-left: 1.2em;
  transition: color 0.3s ease;
}
.footer-nav__link::before {
  content: "−";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .footer-nav__link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .footer-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .footer-nav__link:where(:any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .footer-nav__link:where(:-moz-any-link, :enabled, summary):hover::before {
    color: #00A3E2;
  }
  .footer-nav__link:where(:any-link, :enabled, summary):hover::before {
    color: #00A3E2;
  }
}
.footer-nav__title {
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .footer-nav__title {
    margin-bottom: 1.3rem;
  }
}
.footer-nav__title-link {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .footer-nav__title-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .footer-nav__title-link:where(:any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav__title-link {
    font-size: 1.6rem;
  }
}
.footer-pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 1010;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .footer-pagetop {
    right: clamp(10px, 15 * var(--vw1440), 15px);
    bottom: clamp(10px, 15 * var(--vw1440), 15px);
    width: clamp(40px, 50 * var(--vw1440), 50px);
    height: clamp(40px, 50 * var(--vw1440), 50px);
  }
}
.is-fixed .footer-pagetop {
  opacity: 1;
  pointer-events: auto;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1099.98px) {
  .is-fixed .footer-pagetop {
    bottom: 8.5rem;
  }
}
.nav-open .footer-pagetop {
  opacity: 0;
  pointer-events: none;
}
.footer-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #002F7C;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.footer-pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00A3E2;
}
.footer-pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition-property: border-color;
  transition-duration: 0.2s;
}
@media screen and (min-width: 768px), print {
  .footer-pagetop a::before {
    top: clamp(6px, 9 * var(--vw1440), 9px);
    width: clamp(11px, 13 * var(--vw1440), 13px);
    height: clamp(11px, 13 * var(--vw1440), 13px);
  }
}

/* --------------------------------

  スライダー

-------------------------------- */
.infinite-slider {
  pointer-events: none;
}
.infinite-slider .infinite-slide-01 img {
  max-height: clamp(280px, 404 * var(--vw768), 404px);
}
@media screen and (min-width: 768px), print {
  .infinite-slider .infinite-slide-01 img {
    max-height: min(404 * var(--vw1440), 404px);
  }
}
.infinite-slider .infinite-slide-02 img {
  max-height: clamp(350px, 505 * var(--vw768), 505px);
}
@media screen and (min-width: 768px), print {
  .infinite-slider .infinite-slide-02 img {
    max-height: min(505 * var(--vw1440), 505px);
  }
}
.infinite-slider .infinite-slide-03 img {
  max-height: clamp(320px, 464 * var(--vw768), 464px);
}
@media screen and (min-width: 768px), print {
  .infinite-slider .infinite-slide-03 img {
    max-height: min(464 * var(--vw1440), 464px);
  }
}
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.infinite-slider .swiper-slide {
  width: auto !important;
  padding: 0 0 0 clamp(15px, 28 * var(--vw768), 28px);
  place-content: center;
}
@media screen and (min-width: 768px), print {
  .infinite-slider .swiper-slide {
    padding: 0 0 0 min(28 * var(--vw1440), 28px);
  }
}
.infinite-slider .swiper-slide img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.pickup-slider {
  position: relative;
  padding: 3rem 0;
}
@media screen and (min-width: 768px), print {
  .pickup-slider {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .pickup-slider {
    margin: 0 calc(-1 * clamp(20px, 35 * var(--vw768), 35px));
  }
}
@media screen and (max-width: 767.98px) {
  .pickup-slider .swiper-button-prev, .pickup-slider .swiper-button-next {
    position: static;
    margin: 0;
  }
}
.pickup-slider .swiper-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 181/92;
  overflow: hidden;
}
@media (hover: hover) {
  .pickup-slider .swiper-link:where(:-moz-any-link, :enabled, summary):hover img {
    scale: 1.05;
  }
  .pickup-slider .swiper-link:where(:any-link, :enabled, summary):hover img {
    scale: 1.05;
  }
}
.pickup-slider .swiper-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: scale 0.3s ease;
}

.card-slider .card-slide {
  width: clamp(240px, 386 * var(--vw768), 386px);
  height: clamp(290px, 448 * var(--vw768), 448px);
}
@media screen and (min-width: 360px), print {
  .card-slider .card-slide {
    width: clamp(280px, 386 * var(--vw768), 386px);
    height: clamp(310px, 448 * var(--vw768), 448px);
  }
}
@media screen and (min-width: 768px), print {
  .card-slider .card-slide {
    width: min(386 * var(--vw1440), 386px);
    height: min(448 * var(--vw1440), 448px);
    margin: 0 min(40 * var(--vw1440), 40px) 0 0;
  }
}
.card-slider .card-slide__image {
  position: relative;
  width: 100%;
  aspect-ratio: 177/118;
  overflow: hidden;
  margin-bottom: clamp(15px, 21 * var(--vw768), 21px);
}
@media screen and (min-width: 768px), print {
  .card-slider .card-slide__image {
    margin-bottom: min(21 * var(--vw1440), 21px);
  }
}
.card-slider .card-slide__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 177/118;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s ease;
}
.card-slider .card-slide__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(10px, 20 * var(--vw768), 20px);
  margin-bottom: clamp(10px, 14 * var(--vw768), 14px);
}
@media screen and (min-width: 768px), print {
  .card-slider .card-slide__info {
    gap: min(30 * var(--vw1440), 30px);
    margin-bottom: min(14 * var(--vw1440), 14px);
  }
}
.card-slider .card-slide__category {
  display: block;
  font-size: clamp(1.4rem, 16 * var(--vw768), 1.6rem);
  font-weight: 500;
  color: #002F7C;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .card-slider .card-slide__category {
    font-size: clamp(1.4rem, 16 * var(--vw1440), 1.6rem);
  }
}
.card-slider .card-slide__title {
  display: block;
  font-size: clamp(1.6rem, 24 * var(--vw768), 2.4rem);
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px), print {
  .card-slider .card-slide__title {
    font-size: clamp(1.6rem, 24 * var(--vw1440), 2.4rem);
  }
}
.card-slider .card-slide__date {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #002F7C;
  line-height: 1.5;
  padding-top: 0.2em;
}
.card-slider .card-slide__link {
  display: block;
  height: 100%;
  background-color: #ffffff;
  padding: clamp(10px, 16 * var(--vw768), 16px);
  border-radius: 0.4rem;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .card-slider .card-slide__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .card-slider .card-slide__link:where(:any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .card-slider .card-slide__link:where(:-moz-any-link, :enabled, summary):hover img {
    scale: 1.05;
  }
  .card-slider .card-slide__link:where(:any-link, :enabled, summary):hover img {
    scale: 1.05;
  }
}
@media screen and (min-width: 768px), print {
  .card-slider .card-slide__link {
    padding: min(16 * var(--vw1440), 16px);
    border-radius: min(8 * var(--vw1440), 8px);
  }
}

.timeline-slider {
  overflow: visible;
}
@media screen and (min-width: 768px), print {
  .timeline-slider-wrap {
    margin-right: calc(50% - 50vw);
  }
}
.timeline-slide {
  height: auto !important;
}
.timeline-slide__content {
  height: 100%;
  background-color: #E7EAEB;
  border-radius: 0.5rem;
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .timeline-slide__content {
    border-radius: 0.8rem;
    padding: 2.5rem;
  }
}
.timeline-slide__years {
  display: block;
  font-size: 4.2rem;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .timeline-slide__years {
    margin-bottom: 2.2rem;
    font-size: 6.4rem;
  }
}
.timeline-slide__table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.timeline-slide__table tr:first-child th, .timeline-slide__table tr:first-child td {
  padding-top: 0;
}
.timeline-slide__table tr:last-child th, .timeline-slide__table tr:last-child td {
  padding-bottom: 0;
}
.timeline-slide__table tr:not(:last-child) th, .timeline-slide__table tr:not(:last-child) td {
  border-bottom: 1px solid #ffffff;
}
.timeline-slide__table th {
  width: 6.5rem;
  line-height: 1.7;
  white-space: nowrap;
}
@media screen and (max-width: 1099.98px) {
  .timeline-slide__table th {
    font-size: 1.6rem;
    width: 5rem;
  }
}
.timeline-slide__table th, .timeline-slide__table td {
  vertical-align: top;
  padding: 1.5rem 0;
}

.step-slider {
  overflow: visible;
}
@media screen and (min-width: 768px), print {
  .step-slider-wrap {
    margin-right: calc(50% - 50vw);
  }
}
.step-slide {
  height: auto !important;
}
.step-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.8rem;
  width: 1.8rem;
  height: 1.5rem;
  background-color: #002F7C;
}
@media screen and (min-width: 1100px), print {
  .step-slide:not(:last-child)::before {
    height: 2rem;
  }
}
.step-slide__inner {
  height: 100%;
  background-color: #E7EAEB;
  border-radius: 0.5rem;
  padding: 3rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .step-slide__inner {
    border-radius: 1rem;
    padding: 5rem 2.5rem;
  }
}
.step-slide__head {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .step-slide__head {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.step-slide__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 5rem;
  height: 1px;
  background: #C4CDDD;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .step-slide__head::before {
    width: 7rem;
  }
}
.step-slide__title {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .step-slide__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .step-slide__title {
    font-size: 2.4rem;
  }
}
.step-slide__label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zalando Sans Expanded", sans-serif;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .step-slide__label {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.step-slide__image {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .step-slide__image {
    margin-bottom: 3rem;
  }
}
.step-slide__image img {
  border-radius: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .step-slide__image img {
    border-radius: 1rem;
  }
}

.swiper-pagination {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination {
    margin: 0 !important;
  }
}
.swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffffff;
  border: 1px solid #002F7C;
  margin: 0 0.5rem !important;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.8rem !important;
  }
}
.swiper-pagination-bullet-active {
  background-color: #002F7C;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-button-prev, .swiper-button-next {
  width: clamp(45px, 60 * var(--vw768), 60px);
  height: clamp(45px, 60 * var(--vw768), 60px);
  border-radius: 100%;
  border: 1px solid #E7EAEB;
  transition: background-color 0.3s ease;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: rgba(0, 163, 226, 0.08);
}
@media screen and (min-width: 768px), print {
  .swiper-button-prev, .swiper-button-next {
    width: min(60 * var(--vw1440), 60px);
    height: min(60 * var(--vw1440), 60px);
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  background: url("../img/base/icon-arrow_left_blue2.png") no-repeat center/66%;
  background-color: #ffffff;
}
.swiper-button-next {
  background: url("../img/base/icon-arrow_right_blue2.png") no-repeat center/66%;
  background-color: #ffffff;
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.page-title {
  position: relative;
  display: block;
  min-height: 30rem;
  background-color: #E7EAEB;
  overflow: hidden;
  place-content: end;
  border-radius: 0 0 2rem 2rem;
  padding: clamp(14rem, 180 * var(--vw768), 18rem) clamp(2rem, 35 * var(--vw768), 3.5rem) clamp(2rem, 35 * var(--vw768), 3.5rem) clamp(2rem, 35 * var(--vw768), 3.5rem);
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .page-title {
    min-height: 35rem;
    padding: 18rem 3rem 3rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title {
    min-height: 44rem;
    border-radius: 0 0 4rem 4rem;
    padding: 20rem 5rem 5rem 5rem;
  }
}
.page-title__inner {
  max-width: 1320px;
  width: 100%;
  margin-inline: auto;
}
.page-title__panks {
  position: absolute;
  left: 0;
  top: clamp(10rem, 140 * var(--vw768), 14rem);
  width: 100%;
  padding-inline: clamp(2rem, 35 * var(--vw768), 3.5rem);
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .page-title__panks {
    top: 14rem;
    padding-inline: 3.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title__panks {
    top: 15rem;
    padding-inline: 5rem;
  }
}
.page-title__panks .panks-list {
  max-width: 1320px;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-title__panks .panks-list::-webkit-scrollbar {
  display: none;
}
.page-title__panks .panks-list li {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .page-title__panks .panks-list li {
    line-height: 1.7;
    font-size: 1.6rem;
  }
}
.page-title__panks .panks-list li a {
  display: inline-block;
  color: #010D21;
}
@media (hover: hover) {
  .page-title__panks .panks-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #002F7C;
    text-decoration: underline;
  }
  .page-title__panks .panks-list li a:where(:any-link, :enabled, summary):hover {
    color: #002F7C;
    text-decoration: underline;
  }
}
.page-title__panks .panks-list li:not(:last-child) {
  padding-right: 1em;
  margin-right: 0.4em;
}
.page-title__panks .panks-list li:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
}
.page-title__name {
  position: relative;
  line-height: 1.5;
  color: #002F7C;
  z-index: 0;
}
.page-title__name-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zalando Sans Expanded", sans-serif;
}
@media screen and (min-width: 768px), print {
  .page-title__name-label {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title__name-label {
    font-size: 2rem;
  }
}
.page-title__name-title {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .page-title__name-title {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title__name-title {
    font-size: 4.8rem;
  }
}
.page-title__text {
  position: absolute;
  inset: 0;
  margin-top: -0.12em;
  margin-right: -0.1em;
  color: #fff;
  text-align: right;
  place-content: end;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.3;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .page-title__text {
    font-size: 13rem;
    place-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title__text {
    font-size: 16rem;
  }
}
.page-title__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-title__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime.fadein-anime {
  filter: blur(5px);
  opacity: 0;
  transform: translateY(30px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime .fadein-anime {
  filter: blur(5px);
  opacity: 0;
  transform: translateY(30px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime.slidein-anime-right {
  filter: blur(5px);
  opacity: 0;
  transform: translateX(40px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime .slidein-anime-right {
  filter: blur(5px);
  opacity: 0;
  transform: translateX(40px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime .slidein-anime-left {
  filter: blur(5px);
  opacity: 0;
  transform: translateX(-40px);
  transition: filter 1s ease, opacity 0.8s ease, transform 0.8s ease;
}
.js-anime.is-active .fadein-anime {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.js-anime.is-active.fadein-anime {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.js-anime.is-active.slidein-anime-right {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}
.js-anime.is-active .slidein-anime-right {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}
.js-anime.is-active .slidein-anime-left {
  filter: blur(0);
  opacity: 1;
  transform: translateX(0);
}

.js-loading-anime .mv-fadein-anime {
  filter: blur(6px);
  opacity: 0;
  transform: translateY(30px);
  transition: filter 1.1s ease, opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.45s;
}
.js-loading-anime .mv-slidein-anime-right {
  opacity: 0;
  transform: translateX(20%);
  transition: opacity 0.6s ease-out, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.15s;
}
.js-loading-anime.is-anime-active .mv-fadein-anime {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.js-loading-anime.is-anime-active .mv-slidein-anime-right {
  opacity: 1;
  transform: translateX(0);
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #fff;
  transition: opacity 1.5s ease;
}
#splash.is-fadeout {
  opacity: 0;
  pointer-events: none;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 768px), print {
  #splash_logo {
    width: 300px;
  }
}
#splash_logo.is-fadeout {
  opacity: 0;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: auto;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
.top-decoration__text {
  position: absolute;
  top: clamp(9rem, 140 * var(--vw768), 14rem);
  right: -0.1em;
  color: #fff;
  text-align: right;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: clamp(4.5rem, 115 * var(--vw768), 11.5rem);
  font-weight: 600;
  line-height: 1;
  opacity: 0.3;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .top-decoration__text {
    font-size: min(160 * var(--vw1440), 16rem);
    top: -0.15em;
  }
}
.top-decoration__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-decoration__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}

/* メインビジュアル */
.top-hero {
  position: relative;
  padding: clamp(12rem, 200 * var(--vw768), 20rem) 0 clamp(5rem, 110 * var(--vw768), 11rem) 0;
}
@media screen and (min-width: 1100px), print {
  .top-hero {
    padding: min(200 * var(--vw1440), 20rem) 0 min(110 * var(--vw1440), 11rem) 0;
  }
}
.top-hero__header {
  padding: 0 clamp(2rem, 35 * var(--vw768), 3.5rem);
}
@media screen and (min-width: 1100px), print {
  .top-hero__header {
    padding: 0 min(50 * var(--vw1440), 5rem);
  }
}
.top-hero__heading {
  display: block;
  font-size: clamp(2rem, 48 * var(--vw768), 4.8rem);
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: clamp(4rem, 60 * var(--vw768), 6rem);
}
@media screen and (min-width: 1100px), print {
  .top-hero__heading {
    font-size: min(48 * var(--vw1440), 4.8rem);
    margin-bottom: min(50 * var(--vw1440), 5rem);
  }
}
.top-hero__heading .br--sp {
  display: block;
}
@media screen and (min-width: 1100px), print {
  .top-hero__heading .br--sp {
    display: none;
  }
}

/* 私たちの事業領域 */
.top-business {
  position: relative;
  padding: 0 clamp(20px, 35 * var(--vw768), 35px) clamp(50px, 70 * var(--vw768), 70px) clamp(20px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-business {
    padding: 0 min(50 * var(--vw1440), 50px) min(70 * var(--vw1440), 70px) min(50 * var(--vw1440), 50px);
  }
}
.top-business__container {
  display: grid;
  gap: clamp(15px, 30 * var(--vw768), 30px);
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .top-business__container {
    align-items: center;
    grid-template-columns: minmax(0, min(450 * var(--vw1440), 45rem)) 1fr;
    gap: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-business__main {
    width: 100%;
  }
}
.top-business__image {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-business__image {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-business__image.pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .top-business__image.sp-only {
    display: none;
  }
}
.top-business__header {
  margin-bottom: 1.5em;
  padding-bottom: 1.3em;
  border-bottom: 1px solid #C4CDDD;
}
@media screen and (min-width: 768px), print {
  .top-business__header {
    padding-bottom: min(32 * var(--vw1440), 3.2rem);
    margin-bottom: min(50 * var(--vw1440), 5rem);
  }
}
.top-business__text {
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rme);
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "palt" on;
}
@media screen and (min-width: 768px), print {
  .top-business__text {
    font-size: clamp(1.6rem, 20 * var(--vw1440), 2rem);
  }
}
.top-business__action {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px), print {
  .top-business__action {
    margin-top: min(40 * var(--vw1440), 4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-business__action {
    text-align: center;
  }
}

/* 35アニバーサリーバナー */
.top-banner {
  position: relative;
  padding: 3rem clamp(20px, 35 * var(--vw768), 35px) 0 clamp(20px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-banner {
    padding: 6rem min(50 * var(--vw1440), 50px) 0 min(50 * var(--vw1440), 50px);
  }
}
.top-banner__image {
  text-align: center;
}
.top-banner__link {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .top-banner__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .top-banner__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

/* IR情報 */
.top-ir {
  position: relative;
  padding: clamp(50px, 80 * var(--vw768), 80px) clamp(20px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-ir {
    padding: min(100 * var(--vw1440), 100px) min(50 * var(--vw1440), 50px);
  }
}
.top-ir__image {
  text-align: center;
}

/* 最新のお知らせ */
.top-news {
  position: relative;
  background-color: #ffffff;
  padding: clamp(50px, 80 * var(--vw768), 80px) clamp(20px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-news {
    padding: min(100 * var(--vw1440), 100px) min(50 * var(--vw1440), 50px);
  }
}
.top-news-ir {
  border-top: 1px solid #002f7c;
}
.top-news-ir .tab-content {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .top-news-ir .top-news__header {
    margin-bottom: 0;
  }
}
.top-news__container {
  display: flex;
  flex-direction: column;
  gap: clamp(3.5rem, 50 * var(--vw768), 5rem);
}
@media screen and (min-width: 768px), print {
  .top-news__container {
    flex-direction: row;
    justify-content: space-between;
    gap: min(60 * var(--vw1440), 6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__container {
    padding-bottom: clamp(8rem, 110 * var(--vw768), 11rem);
  }
}
@media screen and (min-width: 768px), print {
  .top-news__main {
    flex: 1;
    min-width: 0;
    max-width: min(940 * var(--vw1440), 94rem);
  }
}
@media screen and (min-width: 768px), print {
  .top-news__side {
    min-width: 18.6rem;
  }
}
.top-news__header {
  margin-bottom: clamp(3rem, 50 * var(--vw768), 5rem);
}
@media screen and (min-width: 768px), print {
  .top-news__header {
    margin-bottom: min(60 * var(--vw1440), 6rem);
  }
}
.top-news__heading {
  line-height: 1.2;
}
.top-news__heading .en {
  display: block;
  font-size: clamp(4rem, 56 * var(--vw768), 5.6rem);
  font-weight: 500;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #002F7C;
}
@media screen and (min-width: 768px), print {
  .top-news__heading .en {
    font-size: clamp(4rem, 56 * var(--vw1440), 5.6rem);
  }
}
.top-news__heading .jp {
  display: block;
  font-weight: 400;
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rem);
  margin-top: 0.3em;
}
@media screen and (min-width: 768px), print {
  .top-news__heading .jp {
    font-size: clamp(1.6rem, 20 * var(--vw1440), 2rem);
  }
}
@media screen and (min-width: 768px), print {
  .top-news__action {
    margin-top: min(60 * var(--vw1440), 6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}

/* タブ切替 */
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}
.tab-button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .tab-button {
    gap: min(16 * var(--vw1440), 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .tab-button {
    flex-wrap: wrap;
    max-height: 8.3rem;
  }
}
.tab-button__trigger {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
  font-feature-settings: "palt" on;
  font-size: 1.4rem;
  padding: 0 0 0 1.2em;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .tab-button__trigger:where(:-moz-any-link, :enabled, summary):hover {
    color: #002F7C;
  }
  .tab-button__trigger:where(:any-link, :enabled, summary):hover {
    color: #002F7C;
  }
}
@media screen and (min-width: 768px), print {
  .tab-button__trigger {
    font-size: 1.6rem;
  }
}
.tab-button__trigger.is-active {
  color: #002F7C;
}
.tab-button__trigger.is-active::before {
  background-color: #002F7C;
}
.tab-button__trigger::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 1rem;
  height: 1rem;
  border: 1px solid #002F7C;
  border-radius: 100%;
}
@media screen and (min-width: 768px), print {
  .tab-button__trigger::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* 選ばれる理由 */
.top-reason__image {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .top-reason__image {
    grid-template-columns: 50% 25% 25%;
  }
}
.top-reason__image.js-anime.is-active .top-reason__image-item::before {
  clip-path: polygon(0px 0px, 100% 0px, 100% 0px, 0px 0px);
}
.top-reason__image-item {
  position: relative;
  overflow: hidden;
  height: clamp(150px, 250 * var(--vw768), 250px);
}
@media screen and (min-width: 768px), print {
  .top-reason__image-item {
    height: min(400 * var(--vw1440), 400px);
  }
}
.top-reason__image-item::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.top-reason__image-item--01 {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  margin-right: -22%;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .top-reason__image-item--01 {
    clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
  }
}
.top-reason__image-item--01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-reason__image-item--02 {
  margin-right: -25%;
  clip-path: polygon(0 0, 100% 0, 81% 100%, 0 100%);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-reason__image-item--02 {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  }
}
.top-reason__image-item--02::before {
  transition-delay: 0.3s;
}
.top-reason__image-item--02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-reason__image-item--03 {
  margin-left: -15%;
}
.top-reason__image-item--03::before {
  transition-delay: 0.6s;
}
.top-reason__image-item--03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-reason__container {
  background-color: #002F7C;
  padding: clamp(40px, 60 * var(--vw768), 60px) clamp(20px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-reason__container {
    padding: min(80 * var(--vw1440), 80px) min(50 * var(--vw1440), 50px);
  }
}
.top-reason__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 50 * var(--vw768), 5rem);
}
@media screen and (min-width: 768px), print {
  .top-reason__wrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-reason__wrap {
    gap: min(50 * var(--vw1440), 5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-reason__wrap {
    padding-bottom: clamp(8.5rem, 110 * var(--vw768), 11rem);
  }
}
.top-reason__text {
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rem);
  color: #ffffff;
  font-feature-settings: "palt" on;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .top-reason__text {
    font-size: clamp(1.6rem, 20 * var(--vw1440), 2rem);
  }
}
.top-reason__header {
  margin-bottom: clamp(2rem, 30 * var(--vw768), 3rem);
}
@media screen and (min-width: 768px), print {
  .top-reason__header {
    margin-bottom: min(30 * var(--vw1440), 3rem);
  }
}
@media screen and (min-width: 768px), print {
  .top-reason__action {
    margin-top: min(40 * var(--vw1440), 4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-reason__action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.top-reason__main {
  display: grid;
  gap: clamp(20px, 40 * var(--vw768), 40px);
}
@media screen and (min-width: 768px), print {
  .top-reason__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-reason__main {
    max-width: min(770 * var(--vw1440), 77rem);
    gap: min(50 * var(--vw1440), 5rem);
  }
}
.top-reason__item {
  place-content: center;
  padding-left: clamp(1.6rem, 25 * var(--vw768), 2.5rem);
  padding-bottom: clamp(0.5rem, 10 * var(--vw768), 1rem);
  border-left: 4px solid #fff;
}
@media screen and (min-width: 768px), print {
  .top-reason__item {
    padding-left: min(25 * var(--vw1440), 25px);
    padding-bottom: min(10 * var(--vw1440), 10px);
    border-left: min(8 * var(--vw1440), 8px) solid #fff;
  }
}
.top-reason__title {
  display: block;
  font-size: clamp(2.4rem, 40 * var(--vw768), 4rem);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Zalando Sans Expanded", sans-serif;
}
@media screen and (min-width: 768px), print {
  .top-reason__title {
    font-size: clamp(2.4rem, 40 * var(--vw1440), 4rem);
  }
}
.top-reason__detail-wrap {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 1100px), print {
  .top-reason__detail-wrap {
    gap: 1.6rem;
  }
}
.top-reason__detail-define dt {
  display: block;
  width: 100%;
  place-content: center;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  height: 2.5rem;
  padding: 0 1em;
  white-space: nowrap;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px), print {
  .top-reason__detail-define dt {
    font-size: clamp(1.2rem, 14 * var(--vw1440), 1.4rem);
    height: clamp(2rem, 25 * var(--vw1440), 2.5rem);
    padding: 0 1.2em;
  }
}
.top-reason__detail-define dd {
  text-align: center;
}
.top-reason__detail-text {
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(2rem, 27 * var(--vw768), 2.7rem);
}
@media screen and (min-width: 768px), print {
  .top-reason__detail-text {
    font-size: min(27 * var(--vw1440), 2.7rem);
  }
}
.top-reason__detail-num {
  font-family: "Zalando Sans Expanded", sans-serif;
  line-height: 1.2;
  font-size: clamp(3.8rem, 56 * var(--vw768), 5.6rem);
}
@media screen and (min-width: 768px), print {
  .top-reason__detail-num {
    font-size: min(56 * var(--vw1440), 5.6rem);
  }
}
.top-reason__att {
  line-height: 1.2;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .top-reason__att {
    font-size: clamp(1.2rem, 14 * var(--vw1440), 1.4rem);
  }
}

/* サービス案内 */
.top-service {
  padding: clamp(40px, 60 * var(--vw768), 60px) clamp(20px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-service {
    padding: min(80 * var(--vw1440), 80px) min(50 * var(--vw1440), 50px);
  }
}
.top-service__text {
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rem);
  font-feature-settings: "palt" on;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .top-service__text {
    font-size: clamp(1.6rem, 20 * var(--vw1440), 2rem);
  }
}
.top-service__header {
  display: block;
  padding-bottom: clamp(16px, 25 * var(--vw768), 25px);
  margin-bottom: clamp(20px, 30 * var(--vw768), 30px);
  border-bottom: 1px solid rgba(0, 47, 124, 0.3);
}
@media screen and (min-width: 768px), print {
  .top-service__header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: min(25 * var(--vw1440), 25px);
    margin-bottom: min(30 * var(--vw1440), 30px);
    gap: min(30 * var(--vw1440), 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-service__action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 767.98px) {
  .top-service__container {
    padding-bottom: clamp(50px, 80 * var(--vw768), 80px);
  }
}
.top-service__slider {
  position: relative;
  margin-top: 5rem;
}
@media screen and (min-width: 768px), print {
  .top-service__slider {
    margin-top: min(80 * var(--vw1440), 8rem);
  }
}
.top-service__slider-heading {
  display: block;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #002F7C;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px), print {
  .top-service__slider-heading {
    font-size: 3.2rem;
  }
}
.top-service__slider-body {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .top-service__slider-body {
    padding: 0 min(80 * var(--vw1440), 8rem);
  }
}
.top-service__slider .swiper-controller {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  z-index: 1;
}
.top-service__slider .swiper-button-prev {
  left: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}
.top-service__slider .swiper-button-next {
  right: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}
.top-service__group {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-service__group {
    margin-top: min(70 * var(--vw1440), 7rem);
  }
}
.top-service__item {
  display: grid;
  gap: 2.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-service__item {
    justify-content: space-between;
    align-items: center;
    grid-template-columns: minmax(0, 42rem) minmax(0, 55rem);
    padding: min(50 * var(--vw1440), 5rem);
    border-radius: 1em;
  }
}
.top-service__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-service__item:not(:last-child) {
    margin-bottom: min(50 * var(--vw1440), 5rem);
  }
}
.top-service__item-header {
  position: relative;
  margin-bottom: 1.6rem;
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .top-service__item-header {
    padding-top: min(30 * var(--vw1440), 3rem);
    margin-bottom: min(30 * var(--vw1440), 3rem);
  }
}
.top-service__item-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 1px;
  background: #C4CDDD;
}
@media screen and (min-width: 768px), print {
  .top-service__item-header::before {
    width: min(70 * var(--vw1440), 7rem);
  }
}
.top-service__item-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.top-service__item-action {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-service__item-action {
    margin-top: min(40 * var(--vw1440), 4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-service__item-action {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .top-service__item-body {
    order: 2;
  }
}
.top-service__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .top-service__item-image img {
    border-radius: 1em;
    height: min(337 * var(--vw1100), 33.7rem);
  }
}

/* 店舗情報 */
.top-store {
  position: relative;
}
.top-store__block--start {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1100px), print {
  .top-store__block--start {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1100px), print {
  .top-store__block--start .top-store__logo {
    place-content: center;
    min-height: 9rem;
  }
}
.top-store__block--end {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1100px), print {
  .top-store__block--end {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1100px), print {
  .top-store__block--end .top-store__logo {
    place-content: center;
    min-height: 6.1rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-store__block--end .top-store__item:not(:first-child) {
    padding-top: 1.5rem;
  }
}
.top-store__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.4em 1em;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0.8rem;
  max-width: 13rem;
  margin-inline: auto;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .top-store__info {
    max-width: 16rem;
  }
}
.top-store__info-number {
  font-size: 3.4rem;
  font-weight: 700;
  font-family: "Zalando Sans Expanded", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .top-store__info-number {
    font-size: 4.4rem;
  }
}
.top-store__info-unit {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 0.5em;
}
@media screen and (min-width: 1100px), print {
  .top-store__info-unit {
    font-size: 1.8rem;
  }
}
.top-store__item {
  position: relative;
  height: 100%;
  padding: 4rem 2rem 13rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-store__item {
    padding: 5rem 3rem 15rem 3rem;
  }
}
@media screen and (max-width: 359.98px) {
  .top-store__item--gyoumu {
    padding-bottom: 18.5rem;
  }
}
@media screen and (max-width: 359.98px) {
  .top-store__item--aw {
    padding-bottom: 18.5rem;
  }
}
.top-store__item--aw .top-store__description {
  color: #010D21;
}
.top-store__item--aw .top-store__info {
  border-color: #00A3E2;
  color: #00A3E2;
}
@media screen and (max-width: 359.98px) {
  .top-store__item--cycle {
    padding-bottom: 18.5rem;
  }
}
.top-store__item--cycle::before, .top-store__item--wash::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .top-store__item--cycle::before, .top-store__item--wash::before {
    top: 4rem;
    bottom: 4rem;
    right: 0;
    width: 1px;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-store__item--cycle::before, .top-store__item--wash::before {
    left: 2.5rem;
    right: 2.5rem;
    bottom: 0;
    height: 1px;
  }
}
.top-store__logo {
  margin-bottom: 3rem;
  text-align: center;
  margin-inline: auto;
  max-width: 28rem;
}
@media screen and (min-width: 1100px), print {
  .top-store__logo {
    max-width: none;
  }
}
.top-store__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #ffffff;
  margin-top: 3rem;
  text-align: center;
}
.top-store__action {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 20rem;
}
@media screen and (min-width: 1100px), print {
  .top-store__action {
    bottom: 5rem;
    max-width: 25rem;
  }
}
@media screen and (min-width: 1440px), print {
  .top-store__action {
    max-width: 30rem;
  }
}
.top-store__action--row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: none;
}
@media screen and (min-width: 360px), print {
  .top-store__action--row {
    flex-direction: row;
  }
}
/* オートウェーブ会員制度 */
.top-app {
  position: relative;
  padding: clamp(40px, 80 * var(--vw768), 80px) clamp(20px, 35 * var(--vw768), 35px) 0 clamp(20px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-app {
    padding: min(100 * var(--vw1440), 100px) min(50 * var(--vw1440), 50px) 0 min(50 * var(--vw1440), 50px);
  }
}
.top-app__container {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-app__container {
    flex-direction: row;
    justify-content: space-between;
    gap: min(50 * var(--vw1440), 5rem);
  }
}
.top-app__image {
  max-width: 45rem;
}
@media screen and (min-width: 768px), print {
  .top-app__image {
    max-width: min(600 * var(--vw1440), 60rem);
  }
}
.top-app__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1.2em;
}
@media screen and (min-width: 768px), print {
  .top-app__text {
    margin-top: clamp(1.6rem, 32 * var(--vw1440), 3.2rem);
  }
}
.top-app__action {
  margin-top: 1.6em;
}
@media screen and (min-width: 768px), print {
  .top-app__action {
    margin-top: clamp(2rem, 40 * var(--vw1440), 4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-app__action {
    text-align: center;
  }
}

/* カーライフニュース */
.top-carlife-news {
  position: relative;
  padding: clamp(45px, 60 * var(--vw768), 60px) clamp(20px, 35 * var(--vw768), 35px) clamp(45px, 80 * var(--vw768), 80px) clamp(20px, 35 * var(--vw768), 35px);
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .top-carlife-news {
    padding: min(60 * var(--vw1440), 60px) min(50 * var(--vw1440), 50px) min(100 * var(--vw1440), 100px) min(50 * var(--vw1440), 50px);
  }
}
.top-carlife-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(250px, 778 * var(--vw768), 778px);
  height: clamp(220px, 739 * var(--vw768), 739px);
  background: url("../img/top/bg_decoration.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .top-carlife-news::before {
    width: min(778 * var(--vw1440), 778px);
    height: min(739 * var(--vw1440), 739px);
  }
}
.top-carlife-news .swiper-controller {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 20 * var(--vw768), 20px);
  margin-top: clamp(25px, 40 * var(--vw768), 40px);
}
@media screen and (min-width: 768px), print {
  .top-carlife-news .swiper-controller {
    justify-content: center;
    gap: min(20 * var(--vw1440), 20px);
    margin-top: min(40 * var(--vw1440), 40px);
  }
}
.top-carlife-news .swiper-button-prev, .top-carlife-news .swiper-button-next {
  position: static !important;
  inset: auto !important;
  margin: 0 !important;
}
.top-carlife-news__text {
  font-size: clamp(1.6rem, 20 * var(--vw768), 2rem);
  font-feature-settings: "palt" on;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .top-carlife-news__text {
    font-size: clamp(1.6rem, 20 * var(--vw1440), 2rem);
  }
}
.top-carlife-news__header {
  display: block;
  padding-bottom: clamp(16px, 25 * var(--vw768), 25px);
  margin-bottom: clamp(20px, 30 * var(--vw768), 30px);
  border-bottom: 1px solid rgba(0, 47, 124, 0.3);
}
@media screen and (min-width: 768px), print {
  .top-carlife-news__header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: min(25 * var(--vw1440), 25px);
    margin-bottom: min(30 * var(--vw1440), 30px);
    gap: min(30 * var(--vw1440), 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-carlife-news__action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 767.98px) {
  .top-carlife-news__container {
    padding-bottom: clamp(40px, 70 * var(--vw768), 70px);
  }
}
.top-carlife-news__slider {
  position: relative;
  margin-top: clamp(30px, 60 * var(--vw768), 60px);
}
@media screen and (min-width: 768px), print {
  .top-carlife-news__slider {
    margin-top: min(60 * var(--vw1440), 60px);
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .top-carlife-news__slider {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow-x: hidden;
  }
}

/* 最新情報を受け取る */
.top-message {
  position: relative;
  background: url("../img/top/mes_bg.png") no-repeat center/cover;
  padding: clamp(40px, 80 * var(--vw768), 80px) clamp(20px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-message {
    padding: min(80 * var(--vw1440), 80px) min(50 * var(--vw1440), 50px);
  }
}
.top-message__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
}
.top-message__logo {
  margin-bottom: clamp(2rem, 30 * var(--vw768), 3rem);
  max-width: clamp(20rem, 280 * var(--vw768), 28rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-message__logo {
    margin-bottom: min(30 * var(--vw1440), 3rem);
    max-width: min(280 * var(--vw1440), 28rem);
  }
}
.top-message__header {
  margin-bottom: clamp(12px, 16 * var(--vw768), 16px);
}
@media screen and (min-width: 768px), print {
  .top-message__header {
    margin-bottom: min(16 * var(--vw1440), 16px);
  }
}
.top-message__container {
  margin-top: clamp(2.5rem, 40 * var(--vw768), 4rem);
  border-radius: 0.4rem;
  border: 1px solid #ffffff;
  display: grid;
}
@media screen and (min-width: 768px), print {
  .top-message__container {
    margin-top: min(40 * var(--vw1440), 4rem);
    border-radius: min(8 * var(--vw1440), 8px);
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-message__item {
  padding: clamp(25px, 48 * var(--vw768), 48px);
}
@media screen and (min-width: 768px), print {
  .top-message__item {
    padding: min(48 * var(--vw1440), 48px);
  }
}
@media screen and (min-width: 768px), print {
  .top-message__item:first-child {
    border-right: 1px solid #ffffff;
  }
}
@media screen and (max-width: 767.98px) {
  .top-message__item:first-child {
    border-bottom: 1px solid #ffffff;
  }
}
.top-message__heading {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: clamp(2rem, 24 * var(--vw768), 2.4rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: clamp(20px, 32 * var(--vw768), 32px);
}
@media screen and (min-width: 768px), print {
  .top-message__heading {
    font-size: clamp(1.8rem, 24 * var(--vw1440), 2.4rem);
    margin-bottom: min(32 * var(--vw1440), 32px);
  }
}
.top-message__app {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(20px, 32 * var(--vw768), 32px);
  gap: clamp(16px, 24 * var(--vw768), 24px);
}
@media screen and (min-width: 768px), print {
  .top-message__app {
    margin-bottom: min(32 * var(--vw1440), 32px);
    gap: min(24 * var(--vw1440), 24px);
  }
}
.top-message__app-icon {
  width: clamp(90px, 128 * var(--vw768), 128px);
  height: clamp(90px, 128 * var(--vw768), 128px);
}
@media screen and (min-width: 768px), print {
  .top-message__app-icon {
    width: min(128 * var(--vw1440), 128px);
    height: min(128 * var(--vw1440), 128px);
  }
}
.top-message__app-link {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .top-message__app-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .top-message__app-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.top-message__app-download {
  display: grid;
  gap: clamp(8px, 12 * var(--vw768), 12px);
  max-width: clamp(100px, 140 * var(--vw768), 140px);
}
@media screen and (min-width: 768px), print {
  .top-message__app-download {
    gap: min(12 * var(--vw1440), 12px);
    max-width: min(140 * var(--vw1440), 140px);
  }
}
.top-message__button {
  display: grid;
  text-align: center;
  gap: clamp(10px, 16 * var(--vw768), 16px);
}
@media screen and (min-width: 768px), print {
  .top-message__button {
    gap: min(16 * var(--vw1440), 16px);
  }
}
.top-message__button-action {
  max-width: clamp(22rem, 310 * var(--vw768), 31rem);
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .top-message__button-action {
    max-width: min(310 * var(--vw1100), 31rem);
  }
}

/* 採用情報 */
.top-recruit {
  position: relative;
  padding: clamp(40px, 80 * var(--vw768), 80px) clamp(20px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-recruit {
    padding: min(100 * var(--vw1440), 100px) min(50 * var(--vw1440), 50px);
  }
}
.top-recruit__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-recruit__header {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-recruit__container {
    padding: 0 min(60 * var(--vw1440), 6rem);
  }
}
.top-recruit__wrap {
  flex-direction: column;
  display: flex;
  gap: clamp(25px, 35 * var(--vw768), 35px);
}
@media screen and (min-width: 768px), print {
  .top-recruit__wrap {
    flex-direction: row;
    gap: min(70 * var(--vw1440), 7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-recruit__wrap {
    max-width: 54rem;
    margin: 0 auto;
  }
}
.top-recruit__subheading {
  display: block;
  font-size: clamp(2.2rem, 36 * var(--vw768), 3.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin-bottom: clamp(16px, 24 * var(--vw768), 24px);
}
@media screen and (min-width: 768px), print {
  .top-recruit__subheading {
    font-size: clamp(2.2rem, 40 * var(--vw1440), 4rem);
    margin-bottom: min(24 * var(--vw1440), 24px);
  }
}
.top-recruit__heading {
  line-height: 1.2;
}
.top-recruit__heading .en {
  display: block;
  font-size: clamp(4rem, 52 * var(--vw768), 5.2rem);
  font-weight: 500;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #00A3E2;
}
@media screen and (min-width: 768px), print {
  .top-recruit__heading .en {
    font-size: clamp(4rem, 52 * var(--vw1440), 5.2rem);
  }
}
.top-recruit__heading .jp {
  display: block;
  font-weight: 500;
  font-size: clamp(1.8rem, 24 * var(--vw768), 2.4rem);
  margin-top: 0.3em;
  color: #002F7C;
}
@media screen and (min-width: 768px), print {
  .top-recruit__heading .jp {
    font-size: clamp(1.8rem, 24 * var(--vw1440), 2.4rem);
  }
}
.top-recruit__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.top-recruit__action {
  margin-top: clamp(30px, 40 * var(--vw768), 40px);
}
@media screen and (min-width: 768px), print {
  .top-recruit__action {
    margin-top: min(52 * var(--vw1440), 52px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-recruit__action {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .top-recruit__content {
    max-width: min(540 * var(--vw1440), 540px);
  }
}
.top-recruit__image {
  text-align: center;
}

/* --------------------------------

  下層ページ

-------------------------------- */
/* 下層流用パーツ */
.p-secondary {
  padding: 0 2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary {
    padding: 0 4rem;
    margin-bottom: 10rem;
  }
}
.p-secondary--padding {
  padding: 5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary--padding {
    padding: 10rem 4rem;
  }
}
.p-secondary:first-of-type {
  padding-top: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary:first-of-type {
    padding-top: 8rem;
  }
}
.p-secondary-rows__item {
  display: flex;
  flex-direction: column;
  max-width: 55rem;
  gap: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-rows__item {
    flex-direction: row;
    gap: 3rem;
    max-width: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-secondary-rows__item {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-secondary-rows__item .heading--base {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-secondary-rows__item--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary-rows__content {
    flex: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .p-secondary-rows__image {
    max-width: 40rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-secondary-rows__image {
    max-width: none;
  }
}
.p-secondary-rows__image img {
  border-radius: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-rows__image img {
    border-radius: 2.4rem;
  }
}
.p-secondary-flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-flow {
    flex-direction: row;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-secondary-flow {
    align-items: center;
  }
}
.p-secondary-flow__item {
  position: relative;
  max-width: 30.8rem;
  width: 100%;
  border-radius: 0.8rem;
  background-color: #E7EAEB;
  z-index: 0;
}
.p-secondary-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.8rem;
  background-color: #002F7C;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-flow__item:not(:last-child)::before {
    width: 1.8rem;
    height: 2rem;
    top: 50%;
    right: -1.8rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1099.98px) {
  .p-secondary-flow__item:not(:last-child)::before {
    bottom: -1.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-secondary-flow__num {
  display: block;
  min-height: 4rem;
  line-height: 1.2;
  text-align: center;
  place-content: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zalando Sans Expanded", sans-serif;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  border-radius: 0.8rem 0.8rem 0 0;
}
.p-secondary-flow__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-secondary-flow__title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-flow__title {
    font-size: 2rem;
  }
}
.p-secondary-flow__content {
  padding: 2rem 1rem;
  text-align: center;
  display: grid;
  gap: 1.5rem;
}
.p-secondary-box {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-box {
    gap: 3rem;
  }
}
.p-secondary-box__item {
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-box__item {
    border-radius: 1.6rem;
    padding: 5rem;
  }
}
.p-secondary-box__item--gray {
  --thema-gray-color: #C4CDDD;
  background: rgba(196, 205, 221, 0.15);
}
.p-secondary-box__item--gray2 {
  --thema-gray-color: #C4CDDD;
  background: #E7EAEB;
}
.p-secondary-box__important-heading {
  display: block;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.4rem;
  text-align: center;
  color: #F00;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-box__important-heading {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.p-secondary-box__important-heading span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-box__important-heading span {
    font-size: 2rem;
  }
}
.p-secondary-box__row {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .p-secondary-box__row {
    grid-template-columns: 1fr clamp(30rem, 400 * var(--vw1440), 40rem);
    gap: 3rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-secondary-box__row--reverse {
    grid-template-columns: clamp(30rem, 400 * var(--vw1440), 40rem) 1fr;
  }
}
@media screen and (min-width: 768px), print {
  .p-secondary-box__row--reverse2 {
    grid-template-columns: clamp(22rem, 300 * var(--vw1440), 30rem) 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .p-secondary-box__content {
    order: 2;
  }
}
.p-secondary-box__image {
  text-align: center;
}
.p-secondary-box__image img {
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .p-secondary-box__image img {
    border-radius: 1.6rem;
  }
}
.p-secondary-box__subheading {
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-box__subheading {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.p-secondary-box__heading {
  position: relative;
  display: block;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary-box__heading {
    font-size: 2.4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.p-secondary-box__heading--blue {
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-secondary-box__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 1px;
  background-color: var(--thema-gray-color);
}
@media screen and (min-width: 1100px), print {
  .p-secondary-box__heading::before {
    width: 7rem;
  }
}
.p-secondary__block:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-secondary__block:not(:last-child) {
    margin-bottom: 10rem;
  }
}

.section {
  padding: 0 2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .section {
    padding: 0 4rem;
    margin-bottom: 10rem;
  }
}
.section:first-of-type {
  padding-top: 5rem;
}
@media screen and (min-width: 1100px), print {
  .section:first-of-type {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .section-outline {
    max-width: 55rem;
    width: 100%;
    margin-inline: auto;
  }
}
.section-outline__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .section-outline__item {
    flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .section-outline__item .heading--base {
    margin-bottom: 1.8rem;
  }
}
.section-outline__item:nth-child(2n) {
  flex-direction: column-reverse;
  margin-top: 5rem;
}
@media screen and (min-width: 1100px), print {
  .section-outline__item:nth-child(2n) {
    flex-direction: row-reverse;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-outline__content {
    width: 55%;
  }
}
.section-outline__image {
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .section-outline__image {
    width: 45%;
  }
}
.section-outline__image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .section-outline__image img {
    border-radius: 2.4rem;
  }
}
.section-table--primary {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.section-table--primary tr th, .section-table--primary tr td {
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .section-table--primary tr th, .section-table--primary tr td {
    border-bottom: 1px solid #C4CDDD;
  }
}
@media screen and (max-width: 767.98px) {
  .section-table--primary tr th, .section-table--primary tr td {
    display: block;
  }
}
.section-table--primary tr th {
  color: #002F7C;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .section-table--primary tr th {
    padding: 4rem 5rem;
    font-size: 2rem;
    width: 40rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-table--primary tr th {
    background-color: rgba(196, 205, 221, 0.15);
    font-weight: 500;
  }
}
.section-table--primary tr td {
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .section-table--primary tr td {
    padding: 2rem 2rem 2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .section-table--primary tr td {
    padding: 4rem 2rem 4rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .section-table--primary tr:first-child th, .section-table--primary tr:first-child td {
    border-top: 1px solid #C4CDDD;
  }
}
@media screen and (min-width: 768px), print {
  .section-table--primary tr:nth-child(2n) th, .section-table--primary tr:nth-child(2n) td {
    background-color: rgba(196, 205, 221, 0.15);
  }
}

/* オートウェーブ会員制度 */
.app-area {
  position: relative;
  background-color: #E7EAEB;
  padding: clamp(4rem, 80 * var(--vw768), 8rem) clamp(2rem, 35 * var(--vw768), 3.5rem);
}
@media screen and (min-width: 768px), print {
  .app-area {
    padding: min(80 * var(--vw1440), 8rem) min(50 * var(--vw1440), 5rem);
  }
}
.app-area__container {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: clamp(2rem, 40 * var(--vw768), 4rem);
}
@media screen and (min-width: 768px), print {
  .app-area__container {
    flex-direction: row;
    justify-content: center;
    gap: min(60 * var(--vw1440), 6rem);
  }
}
@media screen and (min-width: 768px), print {
  .app-area__content {
    max-width: clamp(40rem, 500 * var(--vw1440), 50rem);
  }
}
.app-area__image {
  max-width: clamp(25rem, 400 * var(--vw768), 40rem);
}
@media screen and (min-width: 768px), print {
  .app-area__image {
    max-width: min(500 * var(--vw1440), 50rem);
  }
}
.app-area__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px), print {
  .app-area__text {
    margin-top: 2em;
  }
}
.app-area__action {
  margin-top: 2em;
}
@media screen and (min-width: 768px), print {
  .app-area__action {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .app-area__action {
    text-align: center;
  }
}

/* トップメッセージ */
.company-greeting {
  position: relative;
  padding: 6rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .company-greeting {
    padding: 15rem 4rem;
  }
}
.company-greeting::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px), print {
  .company-greeting::before {
    display: block;
    top: 5rem;
    bottom: 5rem;
    background: url("../img/pages/greeting/img1.webp") no-repeat right/contain;
  }
}
@media screen and (min-width: 1100px), print {
  .company-greeting::before {
    top: 9rem;
    bottom: 9rem;
  }
}
.company-greeting__header {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .company-greeting__header {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
.company-greeting__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 1px;
  background: #C4CDDD;
}
@media screen and (min-width: 1100px), print {
  .company-greeting__header::before {
    width: 7rem;
  }
}
.company-greeting__heading {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 480px), print {
  .company-greeting__heading {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .company-greeting__heading {
    font-size: 4.8rem;
  }
}
.company-greeting__foot {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid #C4CDDD;
}
@media screen and (min-width: 1100px), print {
  .company-greeting__foot {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}
.company-greeting__label {
  display: block;
  margin-bottom: 1em;
}
.company-greeting__name {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .company-greeting__name {
    font-size: 2.4rem;
  }
}
.company-greeting__text p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 1100px), print {
  .company-greeting__text p:not(:last-child) {
    margin-bottom: 2em;
  }
}

/* 企業情報 */
.company-information {
  position: relative;
  padding: 6rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .company-information {
    padding: 10rem 4rem;
  }
}
.company-information__lead {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .company-information__lead {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .company-information__container {
    max-width: 45rem;
    margin-inline: auto;
  }
}
.company-information__item {
  display: grid;
  border-radius: 1rem;
  border: 1px solid #C4CDDD;
  background: #fff;
  box-shadow: 0 0 3rem rgba(154, 168, 180, 0.4);
  padding: 2rem 2rem 2.5rem 2rem;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .company-information__item {
    grid-template-columns: 1fr 30rem;
    gap: 2rem;
    border-radius: 1em;
    padding: 2.5rem;
    box-shadow: 0 0 5rem rgba(154, 168, 180, 0.4);
  }
}
@media screen and (min-width: 1100px), print {
  .company-information__item {
    padding: 5rem;
    grid-template-columns: 1fr 40rem;
  }
}
.company-information__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .company-information__content {
    order: 2;
  }
}
.company-information__heading {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .company-information__heading {
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .company-information__heading {
    font-size: 4rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.company-information__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 1px;
  background: #C4CDDD;
}
@media screen and (min-width: 768px), print {
  .company-information__heading::before {
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1100px), print {
  .company-information__heading::before {
    width: 7rem;
  }
}
.company-information__action {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .company-information__action {
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .company-information__action {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px), print {
  .company-information__action .link-button {
    min-width: 22rem;
  }
}
@media screen and (min-width: 1100px), print {
  .company-information__action .link-button {
    min-width: 28rem;
  }
}
.company-information__image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .company-information__image img {
    border-radius: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .company-information__image img {
    width: 100%;
    height: auto;
  }
}

/* 会社概要 */
.company-profile {
  position: relative;
  padding: 6rem 2rem 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .company-profile {
    padding: 10rem 4rem 0 4rem;
  }
}
.company-profile__image {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .company-profile__image {
    margin-bottom: 8rem;
  }
}
.company-profile__image img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .company-profile__image img {
    border-radius: 2rem;
    height: 30rem;
  }
}
.company-profile__action {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .company-profile__action {
    margin-top: 4rem;
  }
}
.company-profile__table {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.company-profile__table-button {
  margin-top: 2rem;
}
.company-profile__table-name {
  display: flex;
}
.company-profile__table-name dt {
  width: 13rem;
}
.company-profile__table-name dd {
  flex: 1;
}
.company-profile__table tr th, .company-profile__table tr td {
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .company-profile__table tr th, .company-profile__table tr td {
    border-bottom: 1px solid #C4CDDD;
  }
}
@media screen and (max-width: 767.98px) {
  .company-profile__table tr th, .company-profile__table tr td {
    display: block;
  }
}
.company-profile__table tr th {
  color: #002F7C;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .company-profile__table tr th {
    padding: 4rem 5rem;
    font-size: 2rem;
    width: 40rem;
  }
}
@media screen and (max-width: 767.98px) {
  .company-profile__table tr th {
    background-color: rgba(196, 205, 221, 0.15);
    font-weight: 500;
  }
}
.company-profile__table tr td {
  padding: 2rem 0 2rem 2rem;
}
@media screen and (min-width: 768px), print {
  .company-profile__table tr td {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .company-profile__table tr td {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .company-profile__table tr:first-child th, .company-profile__table tr:first-child td {
    border-top: 1px solid #C4CDDD;
  }
}
@media screen and (min-width: 768px), print {
  .company-profile__table tr:nth-child(2n) th, .company-profile__table tr:nth-child(2n) td {
    background-color: rgba(196, 205, 221, 0.15);
  }
}

/* IR情報 */
.ir-information {
  position: relative;
  padding: 6rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .ir-information {
    padding: 10rem 4rem;
  }
}
.ir-information__header {
  display: block;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 47, 124, 0.3);
}
@media screen and (min-width: 768px), print {
  .ir-information__header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 2.5rem;
    margin-bottom: 3.2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .ir-information__action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 767.98px) {
  .ir-information__container {
    padding-bottom: 6rem;
  }
}
.ir-information__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .ir-information__text {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
}
.ir-information__wrap {
  display: grid;
  gap: 3rem;
  max-width: 40rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .ir-information__wrap {
    grid-template-columns: repeat(2, 1fr);
    max-width: 70rem;
  }
}
@media screen and (min-width: 1100px), print {
  .ir-information__wrap {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
  }
}
@media screen and (min-width: 1280px), print {
  .ir-information__wrap {
    gap: 6rem;
  }
}
.ir-information__item {
  background-color: #ffffff;
  padding: 1em;
  border-radius: 0.8rem;
}
.ir-information__item-image {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .ir-information__item-image {
    margin-bottom: 2.4rem;
  }
}
.ir-information__item-image img {
  width: 100%;
  height: auto;
}
.ir-information__item-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .ir-information__item-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px), print {
  .ir-information__item-title {
    font-size: 2.8rem;
  }
}
.ir-information__item-description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.ir-information__item-action {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .ir-information__item-action {
    margin-top: 2.2rem;
  }
}

/* 社史 */
.company-history {
  /* 年表 */
}
.company-history-timeline {
  padding: 6rem 2rem 0 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .company-history-timeline {
    padding: 10rem 4rem 0 4rem;
  }
}
.company-history-timeline__container {
  position: relative;
}
.company-history-timeline__container::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: -50vw;
  right: -50vw;
  height: 1.5rem;
  background-color: #002F7C;
}
@media screen and (min-width: 1100px), print {
  .company-history-timeline__container::before {
    top: 5rem;
    height: 2rem;
  }
}
.company-history-timeline__container .swiper-controller {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.company-history-timeline__container .swiper-button-prev, .company-history-timeline__container .swiper-button-next {
  position: static;
  margin: 0;
  inset: auto;
}
.company-history {
  /* エピソード */
}
.company-history-episode {
  padding: 6rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .company-history-episode {
    padding: 10rem 4rem;
  }
}
.company-history-episode__container {
  counter-reset: number 0;
}
@media screen and (max-width: 767.98px) {
  .company-history-episode__container {
    max-width: 42rem;
    margin-inline: auto;
  }
}
.company-history-episode__item {
  display: flex;
  border-radius: 0.5em;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  padding: 2rem;
  gap: 2rem;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .company-history-episode__item {
    flex-direction: row;
    border-radius: 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .company-history-episode__item {
    padding: 5rem;
    gap: 3rem;
  }
}
.company-history-episode__item:nth-child(2n) {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .company-history-episode__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.company-history-episode__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .company-history-episode__content {
    flex: 1;
  }
}
.company-history-episode__header {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
.company-history-episode__header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5rem;
  height: 1px;
  background-color: #C4CDDD;
}
@media screen and (min-width: 1100px), print {
  .company-history-episode__header::before {
    width: 7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .company-history-episode__header {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.company-history-episode__heading {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 2.8em;
}
@media screen and (min-width: 1100px), print {
  .company-history-episode__heading {
    font-size: 2.4rem;
    padding-top: 3.2em;
  }
}
.company-history-episode__heading::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Zalando Sans Expanded", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .company-history-episode__heading::before {
    font-size: 6.4rem;
  }
}
.company-history-episode__image {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .company-history-episode__image {
    max-width: 32rem;
  }
}
@media screen and (min-width: 1100px), print {
  .company-history-episode__image {
    max-width: none;
  }
}
.company-history-episode__image img {
  border-radius: 0.5em;
}
@media screen and (min-width: 768px), print {
  .company-history-episode__image img {
    border-radius: 1em;
  }
}
.company-history {
  /* 写真アーカイブ */
}
.company-history-photo {
  padding: 6rem 2rem;
  background-color: #E7EAEB;
}
@media screen and (min-width: 1100px), print {
  .company-history-photo {
    padding: 10rem 4rem;
  }
}
.company-history-photo__container {
  display: grid;
  gap: 1.5rem;
  max-width: 1202px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 480px), print {
  .company-history-photo__container {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .company-history-photo__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.company-history-photo__item {
  background-color: #fff;
  border: 1px solid #C4CDDD;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 768px), print {
  .company-history-photo__item {
    border-radius: 0.8rem;
  }
}
.company-history-photo__image {
  aspect-ratio: 354/200;
  margin-bottom: 1rem;
}
.company-history-photo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.company-history-photo__title {
  font-size: 1.6rem;
  color: #002F7C;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}
.company-history {
  /* 概要 */
}
.company-history-outline {
  padding: 6rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .company-history-outline {
    padding: 10rem 4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .company-history-outline__container {
    max-width: 55rem;
    width: 100%;
    margin-inline: auto;
  }
}
.company-history-outline__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .company-history-outline__item {
    flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .company-history-outline__item .heading--base {
    margin-bottom: 1.8rem;
  }
}
.company-history-outline__item:nth-child(2n) {
  flex-direction: column-reverse;
  margin-top: 5rem;
}
@media screen and (min-width: 1100px), print {
  .company-history-outline__item:nth-child(2n) {
    flex-direction: row-reverse;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1100px), print {
  .company-history-outline__content {
    flex: 1;
  }
}
.company-history-outline__image {
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .company-history-outline__image {
    max-width: 38rem;
  }
}
@media screen and (min-width: 1280px), print {
  .company-history-outline__image {
    max-width: none;
  }
}
.company-history-outline__image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .company-history-outline__image img {
    border-radius: 2.4rem;
  }
}

/* 業務スーパー事業 */
.store-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 40rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .store-card {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
}
@media screen and (min-width: 1100px), print {
  .store-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.store-card--policy .store-card__item {
  padding-bottom: 1.8em;
}
.store-card--policy .store-card__title {
  color: #000000;
}
.store-card__desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 1100px), print {
  .store-card__desc {
    font-size: 1.6rem;
  }
}
.store-card__item {
  position: relative;
  border-radius: 0.8rem;
  border: 1px solid #C4CDDD;
  background: #ffffff;
  padding: 1em 1em 5.5em 1em;
}
@media screen and (min-width: 768px), print {
  .store-card__item {
    padding: 1em 1em 7em 1em;
  }
}
.store-card__image {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px), print {
  .store-card__image {
    margin-bottom: 1em;
  }
}
.store-card__image img {
  width: 100%;
  height: auto;
}
.store-card__title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #00A3E2;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .store-card__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.store-card__action {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  padding: 0 1em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .store-card__action {
    bottom: 3rem;
  }
}
.store-card__table {
  display: table;
  border-collapse: separate;
  border-spacing: 0 0.2rem;
  width: 100%;
}
.store-card__table th, .store-card__table td {
  vertical-align: middle;
  line-height: 1.7;
  font-size: 1.4rem;
  padding: 0.35em 0.8em;
}
@media screen and (min-width: 768px), print {
  .store-card__table th, .store-card__table td {
    font-size: 1.6rem;
  }
}
.store-card__table th {
  background-color: #E7EAEB;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  width: 8.5rem;
}
@media screen and (min-width: 768px), print {
  .store-card__table th {
    width: 11.5rem;
  }
}

.market-franchise-property {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .market-franchise-property {
    gap: 3rem;
    flex-direction: row;
  }
}
.market-franchise-property__title {
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.market-franchise-property__end .market-franchise-property__item:first-child {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .market-franchise-property__end .market-franchise-property__item:first-child {
    margin-bottom: 3.5rem;
  }
}
.market-franchise-property__define dt {
  position: relative;
  display: block;
  padding-left: 1.2em;
  font-weight: 700;
}
.market-franchise-property__define dt::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #002F7C;
}
.market-franchise-property__define dd {
  padding-left: 1.2em;
}
.market-franchise-property__body {
  padding-left: 0.8em;
}
@media screen and (min-width: 1100px), print {
  .market-franchise-property__body {
    padding-left: 1.2em;
  }
}

/* サービス料金 */
.p-carlife-price__wrap {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-carlife-price__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-carlife-price__wrap--start {
  align-items: flex-start;
}

.p-carlife-maintenance {
  padding: 3rem 2rem;
  background: url("../img/pages/carlife-price/maintennance_bg.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-carlife-maintenance {
    padding: 5rem 4rem;
  }
}
.p-carlife-maintenance__heading {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-carlife-maintenance__heading {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.p-carlife-maintenance__description {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
.p-carlife-maintenance__list {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-carlife-maintenance__list {
    margin-top: 4rem;
    gap: 1.5rem;
    max-width: 60rem;
  }
}
.p-carlife-maintenance__label {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #002F7C;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 1100px), print {
  .p-carlife-maintenance__label {
    padding: 0.8rem 1.5rem;
    font-size: 2rem;
  }
}
.p-carlife-maintenance__action {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-carlife-maintenance__action {
    margin-top: 4rem;
  }
}

.p-customer-parts-gray {
  padding: 5rem 2rem;
  background: rgba(196, 205, 221, 0.15);
}
@media screen and (min-width: 1100px), print {
  .p-customer-parts-gray {
    padding: 8rem 4rem;
  }
}
.p-customer-parts__box {
  padding: 2rem;
  background-color: #ffffff;
  border-top: 1px solid #C4CDDD;
  border-bottom: 1px solid #C4CDDD;
}
@media screen and (min-width: 1100px), print {
  .p-customer-parts__box {
    padding: 3rem 5rem;
  }
}

/* 企業理念 */
@media screen and (max-width: 1099.98px) {
  .p-idea-guideline {
    max-width: 50rem;
    margin-inline: auto;
  }
}
.p-idea-guideline__area {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline__area {
    gap: 5rem;
  }
}
.p-idea-guideline__area--start {
  margin-bottom: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline__area--start {
    margin-bottom: 4rem;
    flex-direction: row;
  }
}
.p-idea-guideline__area--end {
  flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline__area--end {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline__main {
    width: 60%;
  }
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline__image {
    width: 40%;
  }
}
.p-idea-guideline__image img {
  width: 100%;
  height: auto;
}
.p-idea-guideline-item {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  align-items: center;
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline-item {
    grid-template-columns: 11rem 1fr;
  }
}
.p-idea-guideline-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline-item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-idea-guideline-item__title {
  display: block;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline-item__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.p-idea-guideline-item__desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline-item__desc {
    font-size: 1.6rem;
  }
}
.p-idea-guideline-item__num {
  display: inline-block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline-item__num {
    font-size: 6.4rem;
  }
}
.p-idea-guideline-item__content {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px solid #C4CDDD;
}
@media screen and (min-width: 1100px), print {
  .p-idea-guideline-item__content {
    padding-left: 3rem;
    margin-left: 3rem;
  }
}

.p-idea-banner {
  position: relative;
  padding: 4rem 2rem;
  text-align: center;
  background: url("../img/pages/idea/idea_banner_bg.webp") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-idea-banner {
    padding: 8rem 4rem;
    text-align: left;
  }
}
.p-idea-banner__lead {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-idea-banner__lead {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-idea-banner__lead {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.p-idea-banner__heading {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .p-idea-banner__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-idea-banner__heading {
    font-size: 4.7rem;
  }
}

/* 地域トップクラスの実績 */
.p-achievements-result {
  position: relative;
  padding: 5rem 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-achievements-result {
    padding: 10rem 4rem;
    margin-top: 8rem;
  }
}
.p-achievements-result::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  place-content: center;
  width: 100%;
  background: url("../img/pages/reason/achievements/achievements_01.webp") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-achievements-result::before {
    border-radius: 2rem 0 0 2rem;
    width: 45%;
  }
}

.p-achievements-area {
  background-color: #002F7C;
  padding: 4rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-achievements-area {
    padding: 8rem 4rem;
  }
}
.p-achievements-area__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-achievements-area__container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .p-achievements-area__main {
    flex: 1;
    min-width: 0;
  }
}
.p-achievements-area__side {
  max-width: 35rem;
}
@media screen and (min-width: 768px), print {
  .p-achievements-area__side {
    max-width: none;
  }
}
.p-achievements-area__action {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-achievements-area__action {
    margin-top: 5rem;
    text-align: left;
  }
}

.p-awclub-heading-gradient, .p-awclub-feature__heading, .p-awclub-servive__heading, .p-awclub-intro__heading {
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-awclub-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24rem;
  min-height: 5.8rem;
  padding: 1rem 5.4rem 1rem 3rem;
  border-radius: 100rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-button {
    min-width: 27.7rem;
    min-height: 6.8rem;
    font-size: 2rem;
    padding-left: 3.5rem;
  }
}
.p-awclub-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/pages/aw-club/arrow-icon.svg") no-repeat center/60%;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .p-awclub-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-awclub-button:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-awclub-button--line {
  background-color: #002F7C;
}
.p-awclub-button--app {
  background-color: #002F7C;
}
.p-awclub-button--card {
  background-color: #00A3E2;
}

.p-awclub-intro {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 2;
}
.p-awclub-intro.p-secondary {
  padding: 5rem 2rem 0 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-intro.p-secondary {
    padding: 0 4rem 0 4rem;
  }
}
.p-awclub-intro__inner {
  position: relative;
  display: grid;
  align-items: end;
  gap: 4rem;
  max-width: 128rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-intro__inner {
    grid-template-columns: 1fr;
    min-height: 64rem;
  }
}
.p-awclub-intro__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-intro__content {
    grid-area: 1/1;
    align-self: center;
    justify-self: start;
    width: 70.6rem;
    max-width: 100%;
    padding-bottom: 4rem;
  }
}
.p-awclub-intro__heading {
  display: inline-block;
  font-size: clamp(2.4rem, 36 * var(--vw768), 3.6rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-intro__heading {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-intro__heading {
    white-space: nowrap;
  }
}
.p-awclub-intro__text {
  margin-top: 2rem;
  color: #010D21;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-intro__text {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-intro__text {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-awclub-intro__text br {
    display: none;
  }
}
.p-awclub-intro__visual {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.68fr;
  align-items: end;
  gap: clamp(0.8rem, 12 * var(--vw768), 1.2rem);
  min-width: 58rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-intro__visual {
    grid-area: 1/1;
    justify-self: end;
    width: min(76.5rem, 60vw);
    min-width: 0;
    transform: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-awclub-intro__visual {
    width: 68rem;
    max-width: calc(100vw - 4rem);
    min-width: 0;
    margin-inline: auto;
  }
}
.p-awclub-intro__image {
  filter: drop-shadow(0.45rem 0.45rem 0.9rem rgba(0, 0, 0, 0.25));
}
.p-awclub-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-awclub-intro__image--card {
  margin-bottom: clamp(1rem, 28 * var(--vw768), 2.8rem);
}
@media screen and (min-width: 1100px), print {
  .p-awclub-intro__image--card {
    margin-bottom: 0;
  }
}

.p-awclub-servive {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 0;
  padding: 7rem 2rem 10rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive {
    padding: 15rem 4rem;
  }
}
.p-awclub-servive::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  height: 166rem;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  clip-path: polygon(0 31%, 100% 0, 100% 69%, 0 100%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1099.98px) {
  .p-awclub-servive::before {
    height: 243rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
}
.p-awclub-servive::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6rem;
  z-index: -1;
  width: 100vw;
  height: 166rem;
  background: rgba(0, 163, 226, 0.06);
  clip-path: polygon(0 31%, 100% 0, 100% 69%, 0 100%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1099.98px) {
  .p-awclub-servive::after {
    height: 243rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
}
.p-awclub-servive__inner {
  position: relative;
  z-index: 1;
  max-width: 128rem;
  margin-inline: auto;
}
.p-awclub-servive__header {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive__header {
    padding: 3rem 8rem;
    border-radius: 10rem;
  }
}
.p-awclub-servive__header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.1rem;
  transform: translate(-50%, 100%);
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  border-top: 5rem solid #ffffff;
}
@media screen and (max-width: 1099.98px) {
  .p-awclub-servive__header::after {
    border-left-width: 2.5rem;
    border-right-width: 2.5rem;
    border-top-width: 2.5rem;
  }
}
.p-awclub-servive__heading {
  display: inline-block;
  font-size: clamp(2rem, 28 * var(--vw768), 2.8rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive__heading {
    font-size: 4rem;
  }
}
.p-awclub-servive__lead {
  margin-top: 1rem;
  color: #010D21;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive__lead {
    font-size: 1.6rem;
  }
}
.p-awclub-servive__list {
  counter-reset: awclub-service;
  display: grid;
  gap: 9rem;
  max-width: 45rem;
  margin: 11rem auto 0;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    max-width: none;
    margin-top: 17rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-servive__list {
    gap: 3rem;
  }
}

.p-awclub-servive-card {
  counter-increment: awclub-service;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  background-color: #ffffff;
}
.p-awclub-servive-card::before {
  content: counter(awclub-service, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -9rem;
  color: #ffffff;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive-card::before {
    top: -11rem;
    font-size: 10rem;
  }
}
.p-awclub-servive-card__label {
  display: grid;
  place-content: center;
  min-height: 5.6rem;
  padding: 1.2rem 2rem;
  background-color: #E7EAEB;
  color: #010D21;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive-card__label {
    font-size: 2rem;
  }
}
.p-awclub-servive-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive-card__body {
    padding: 3.4rem 1.8rem 3rem;
  }
}
.p-awclub-servive-card__icon {
  display: grid;
  place-content: center;
  height: 12rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive-card__icon {
    height: 15rem;
    margin-bottom: 3rem;
  }
}
.p-awclub-servive-card__icon img {
  display: block;
  max-width: 13.8rem;
  max-height: 10rem;
  width: auto;
  height: auto;
}
.p-awclub-servive-card__icon--app img, .p-awclub-servive-card__icon--card img {
  max-height: 9rem;
}
.p-awclub-servive-card__title {
  color: #06C755;
  font-size: clamp(2.4rem, 28 * var(--vw768), 2.8rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive-card__title {
    min-height: 7.2rem;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-servive-card__title {
    min-height: 7.2rem;
    font-size: 3rem;
  }
}
.p-awclub-servive-card__title span {
  font-size: 0.68em;
}
.p-awclub-servive-card--app .p-awclub-servive-card__title {
  color: #002F7C;
}
.p-awclub-servive-card--card .p-awclub-servive-card__title {
  color: #00A3E2;
}
.p-awclub-servive-card__text {
  margin-top: 2.4rem;
  color: #010D21;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-servive-card__text {
    min-height: 13.6rem;
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-awclub-servive-card__text br {
    display: none;
  }
}
.p-awclub-servive-card__action {
  margin-top: auto;
  padding-top: 2.8rem;
}

.p-awclub-feature {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  padding: 0 2rem 10rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature {
    padding: 0 4rem 20rem 4rem;
  }
}
.p-awclub-feature::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-image: url("../img/pages/aw-club/bg.png");
  background-color: #E7EAEB;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature::before {
    height: 172rem;
  }
}
.p-awclub-feature__inner {
  position: relative;
  max-width: 128rem;
  margin-inline: auto;
}
.p-awclub-feature__header {
  text-align: center;
}
.p-awclub-feature__heading {
  display: inline-block;
  font-size: clamp(2.4rem, 32 * var(--vw768), 3.2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature__heading {
    font-size: 4rem;
  }
}
.p-awclub-feature__lead {
  margin-top: 1.8rem;
  color: #010D21;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature__lead {
    margin-top: 2.4rem;
    font-size: 2rem;
  }
}
.p-awclub-feature__table-wrap {
  margin-top: 4rem;
  overflow-x: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature__table-wrap {
    margin-top: 5rem;
  }
}

.p-awclub-feature-table {
  width: 100%;
  min-width: 93rem;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #010D21;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature-table {
    min-width: 96rem;
  }
}
.p-awclub-feature-table th,
.p-awclub-feature-table td {
  vertical-align: middle;
  text-align: center;
}
.p-awclub-feature-table thead th {
  padding: 1.5rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature-table thead th {
    font-size: 2rem;
  }
}
.p-awclub-feature-table tbody th {
  width: 17rem;
  padding: 1.5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #9AA8B4;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature-table tbody th {
    width: 20rem;
  }
}
.p-awclub-feature-table tbody tr:first-child th {
  border-top-left-radius: 0.8rem;
}
.p-awclub-feature-table tbody tr:last-child th {
  border-bottom-left-radius: 0.8rem;
  border-bottom: 0;
}
.p-awclub-feature-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.8rem;
}
.p-awclub-feature-table tbody td {
  padding: 2rem;
  border-right: 1px solid #C4CDDD;
  border-bottom: 1px solid #C4CDDD;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature-table tbody td {
    padding: 2.5rem;
  }
}
.p-awclub-feature-table tbody td:first-of-type {
  border-left: 1px solid #C4CDDD;
}
.p-awclub-feature-table tbody td strong {
  display: block;
  font-weight: 700;
}
.p-awclub-feature-table tbody td span {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-awclub-feature-table tbody td ul {
  display: inline-block;
  text-align: left;
}
.p-awclub-feature-table tbody td li {
  list-style: disc;
  margin-left: 1.4em;
}
.p-awclub-feature-table tbody td p {
  margin-top: 3.2rem;
}
.p-awclub-feature-table__blank {
  width: 17rem;
  background-color: transparent;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature-table__blank {
    width: 20rem;
  }
}
.p-awclub-feature-table__service--line {
  border-top-left-radius: 0.8rem;
  background-color: #002F7C;
}
.p-awclub-feature-table__service--app {
  background-color: #002F7C;
}
.p-awclub-feature-table__service--card {
  border-top-right-radius: 0.8rem;
  background-color: #00A3E2;
}
.p-awclub-feature-table__image {
  position: relative;
  display: grid;
  place-content: center;
  height: 17rem;
  overflow: hidden;
  margin-inline: auto;
  background-color: #ffffff;
}
.p-awclub-feature-table__image--line, .p-awclub-feature-table__image--app {
  width: 15rem;
}
.p-awclub-feature-table__image--card {
  width: 17rem;
}
.p-awclub-feature-table__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19.4rem;
  padding: 0.5rem 3rem;
  border: 2px solid currentColor;
  border-radius: 10rem;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-feature-table__link {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .p-awclub-feature-table__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-awclub-feature-table__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-awclub-feature-table__link--line {
  color: #002F7C;
}
.p-awclub-feature-table__link--app {
  color: #002F7C;
}
.p-awclub-feature-table__link--card {
  color: #00A3E2;
}

/* オートウェーブ公式アプリ */
.p-awclub-lower-intro {
  position: relative;
}
.p-awclub-lower-intro--app {
  position: relative;
  padding: 5rem 2rem 13rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro--app {
    padding: 9rem 4rem 25rem 4rem;
  }
}
.p-awclub-lower-intro--detail {
  position: relative;
  background-color: rgba(0, 163, 226, 0.06);
  padding: 5rem 2rem 7rem 2rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro--detail {
    padding: 9rem 4rem 15rem 4rem;
  }
}
.p-awclub-lower-intro--detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 125% 0%, 0% 100%, 0% 100%);
  background-color: #ffffff;
  z-index: -1;
}
.p-awclub-lower-intro--awcard {
  position: relative;
  background-color: rgba(0, 163, 226, 0.06);
  padding: 5rem 2rem 7rem 2rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro--awcard {
    padding: 9rem 4rem 15rem 4rem;
  }
}
.p-awclub-lower-intro--awcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 125% 0%, 0% 100%, 0% 100%);
  background-color: #ffffff;
  z-index: -1;
}
.p-awclub-lower-intro--line {
  position: relative;
  background-color: rgba(0, 163, 226, 0.06);
  padding: 5rem 2rem 7rem 2rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro--line {
    padding: 9rem 4rem 15rem 4rem;
  }
}
.p-awclub-lower-intro--line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0%, 125% 0%, 0% 100%, 0% 100%);
  background-color: #ffffff;
  z-index: -1;
}
.p-awclub-lower-intro__inner {
  max-width: 128.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro__inner {
    max-width: 128.5rem;
  }
}
.p-awclub-lower-intro__container {
  display: grid;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro--detail .p-awclub-lower-intro__container {
    grid-template-columns: 1fr minmax(0, 35rem);
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-intro--detail .p-awclub-lower-intro__container {
    grid-template-columns: 1fr minmax(0, 41rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro--line .p-awclub-lower-intro__container {
    grid-template-columns: 1fr minmax(0, 35rem);
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-intro--line .p-awclub-lower-intro__container {
    grid-template-columns: 1fr minmax(0, 41rem);
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro--awcard .p-awclub-lower-intro__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-intro--awcard .p-awclub-lower-intro__container {
    grid-template-columns: 1fr minmax(0, 61rem);
  }
}
.p-awclub-lower-intro__image {
  text-align: center;
  max-width: 35rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro__image {
    max-width: none;
  }
}
.p-awclub-lower-intro__heading {
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-awclub-lower-intro__heading {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro__heading {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}
.p-awclub-lower-intro__description {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-awclub-lower-intro__description:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro__description:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro__description {
    font-size: 1.8rem;
  }
}
.p-awclub-lower-intro__download {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 35rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro__download {
    gap: 3rem;
    margin-top: 5rem;
    max-width: none;
  }
}
.p-awclub-lower-intro__download-item {
  display: grid;
  gap: 1.5rem;
  justify-content: center;
  text-align: center;
}
.p-awclub-lower-intro__download-item span {
  display: none;
  max-width: 15rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-intro__download-item span {
    display: block;
  }
}
.p-awclub-lower-intro__download a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-awclub-lower-intro__download a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-awclub-lower-intro__download a:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-awclub-lower-intro__bg {
  position: absolute;
  inset: 0;
  place-content: center;
  z-index: -1;
}
.p-awclub-lower-intro__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-awclub-lower-download {
  position: relative;
  padding: 4rem 2rem 5rem 2rem;
  background: url("../img/pages/aw-club/app/download_bg.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-download {
    padding: 6rem 4rem 8rem 4rem;
  }
}
.p-awclub-lower-download-qrcode {
  display: grid;
  gap: 2rem;
  justify-content: center;
  grid-template-columns: repeat(2, minmax(0, 27.5rem));
}
@media screen and (min-width: 768px), print {
  .p-awclub-lower-download-qrcode {
    gap: 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-download-qrcode {
    gap: 5rem;
  }
}
.p-awclub-lower-download-qrcode__box {
  display: grid;
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-download-qrcode__box {
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 1.6rem;
    gap: 2rem;
  }
}
.p-awclub-lower-download-qrcode__link {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-awclub-lower-download-qrcode__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-awclub-lower-download-qrcode__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-awclub-lower-download__inner {
  max-width: 128.5rem;
  margin-inline: auto;
}
.p-awclub-lower-download__container {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-download__container {
    grid-template-columns: minmax(0, 75rem) minmax(0, 47rem);
  }
}
.p-awclub-lower-download__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-download__heading {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-download__heading {
    font-size: 4rem;
  }
}
.p-awclub-lower-download__description {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-download__description {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-download__description {
    font-size: 2.4rem;
  }
}
.p-awclub-lower-download__att {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-download__att {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.p-awclub-lower-download__lead {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-download__lead {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-awclub-lower-download__method {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-download__method {
    margin-top: 3rem;
  }
}
.p-awclub-lower-download__image {
  text-align: center;
}
.p-awclub-lower-download__back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-download__back {
    margin-top: 5rem;
  }
}
.p-awclub-lower-anchor {
  display: grid;
  gap: 2rem;
  margin-top: 5rem;
  margin-inline: auto;
  max-width: 50rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-anchor {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10rem;
    max-width: none;
  }
}
.p-awclub-lower-anchor__item--awcard {
  --aw-anchor-color:#00A3E2;
}
.p-awclub-lower-anchor__item--awcard .p-awclub-lower-anchor__label {
  background: linear-gradient(90deg, #00A3E2 0%, #0087BB 100%);
}
.p-awclub-lower-anchor__item--awcard .p-awclub-lower-anchor__link::before {
  background: linear-gradient(90deg, #00A3E2 0%, #0087BB 100%);
}
.p-awclub-lower-anchor__item--awcard .p-awclub-lower-anchor__link::after {
  background-image: url("../img/pages/aw-club/aw-card/icon_anc_01.png");
}
.p-awclub-lower-anchor__item--awcard .p-awclub-lower-anchor__arrow {
  background-image: url("../img/pages/aw-club/aw-card/arrow-right_01.png");
}
.p-awclub-lower-anchor__item--businesscard {
  --aw-anchor-color:#002F7C;
}
.p-awclub-lower-anchor__item--businesscard .p-awclub-lower-anchor__label {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
.p-awclub-lower-anchor__item--businesscard .p-awclub-lower-anchor__link::before {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
.p-awclub-lower-anchor__item--businesscard .p-awclub-lower-anchor__link::after {
  background-image: url("../img/pages/aw-club/aw-card/icon_anc_02.png");
}
.p-awclub-lower-anchor__item--businesscard .p-awclub-lower-anchor__arrow {
  background-image: url("../img/pages/aw-club/aw-card/arrow-right_02.png");
}
.p-awclub-lower-anchor__link {
  position: relative;
  display: block;
  place-content: center;
  height: 100%;
  min-height: 13rem;
  border-radius: 1rem;
  border: 0.3rem solid var(--aw-anchor-color);
  color: var(--aw-anchor-color);
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(154, 168, 180, 0.4);
  padding: 2rem 4rem 2rem 11rem;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-anchor__link {
    border-radius: 2.4rem;
    padding: 4rem 4rem 4rem 16rem;
    min-height: 18rem;
    border: 0.5rem solid var(--aw-anchor-color);
  }
}
@media (hover: hover) {
  .p-awclub-lower-anchor__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .p-awclub-lower-anchor__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.p-awclub-lower-anchor__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-anchor__link::before {
    width: 12rem;
    height: 12rem;
    left: 2rem;
  }
}
.p-awclub-lower-anchor__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-anchor__link::after {
    width: 12rem;
    height: 12rem;
    left: 2rem;
  }
}
.p-awclub-lower-anchor__arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-anchor__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.p-awclub-lower-anchor__label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  min-height: 3.5rem;
  padding: 0 2rem;
  place-content: center;
  text-align: center;
  color: #ffffff;
  border-radius: 10em;
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-anchor__label {
    font-size: 2rem;
    min-height: 4rem;
    padding: 0 3rem;
  }
}
.p-awclub-lower-anchor__title {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .p-awclub-lower-anchor__title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-anchor__title {
    font-size: 3rem;
    margin-top: 1.5rem;
  }
}
.p-awclub-lower-app {
  padding: 7rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app {
    padding: 20rem 4rem 10rem 4rem;
  }
}
.p-awclub-lower-app__inner {
  max-width: 128.5rem;
  margin-inline: auto;
}
.p-awclub-lower-app__container {
  position: relative;
  padding: 2.5rem 2rem 3rem 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  box-shadow: 0 0 20px rgba(154, 168, 180, 0.2);
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__container {
    border-radius: 2.4rem;
    padding: 5rem;
  }
}
.p-awclub-lower-app__container::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border-radius: 1rem;
  background: #ffffff;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__container::before {
    border-radius: 2rem;
    inset: 1rem;
  }
}
.p-awclub-lower-app__container::after {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border-radius: 1rem;
  background: rgba(0, 163, 226, 0.06);
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__container::after {
    border-radius: 2rem;
    inset: 1rem;
  }
}
.p-awclub-lower-app__wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__wrap {
    flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-app__wrap {
    gap: 5rem;
  }
}
.p-awclub-lower-app__main {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__main {
    flex: 1;
    min-width: 0;
    gap: 3rem;
  }
}
.p-awclub-lower-app__image {
  text-align: center;
  max-width: 39rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__image {
    margin-top: -11rem;
    max-width: 32rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-awclub-lower-app__image {
    max-width: none;
  }
}
.p-awclub-lower-app__action {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__action {
    margin-top: 5rem;
  }
}
.p-awclub-lower-app__label {
  display: inline-block;
  border-radius: 10em;
  min-height: 3.5rem;
  padding: 0.5rem 2rem;
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  place-content: center;
  text-align: center;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__label {
    font-size: 1.6rem;
    padding: 0.5rem 5rem;
    min-height: 3.7rem;
    margin-bottom: 2rem;
  }
}
.p-awclub-lower-app__heading {
  display: block;
  line-height: 1.5;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
}
.p-awclub-lower-app__heading span {
  display: inline-block;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.5rem;
}
.p-awclub-lower-app__list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  padding-left: 1.8em;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__list li {
    font-size: 1.6rem;
  }
}
.p-awclub-lower-app__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-awclub-lower-app__list li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/pages/aw-club/line/icon-check.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__list li::before {
    width: 2rem;
    height: 2rem;
  }
}
.p-awclub-lower-app__button {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding: 1em 3em 1em 1.5em;
  border-radius: 10em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__button {
    font-size: 2rem;
    padding: 1.1em 4em 1.1em 2em;
  }
}
@media (hover: hover) {
  .p-awclub-lower-app__button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-awclub-lower-app__button:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-awclub-lower-app__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/base/icon-arrow_right_wht.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__button::before {
    width: 3.5rem;
    height: 3.5rem;
    right: 1em;
  }
}
.p-awclub-lower-app__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__description {
    font-size: 1.6rem;
  }
}
.p-awclub-lower-app__back {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-lower-app__back {
    margin-top: 5rem;
  }
}

.p-awclub-app-notice {
  position: relative;
  background: url("../img/pages/aw-club/app/notice_bg.png") no-repeat center/cover;
  padding: 10rem 2rem 4rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-notice {
    padding: 14.5rem 4rem 6rem 4rem;
  }
}
.p-awclub-app-notice__inner {
  max-width: 128.5rem;
  margin-inline: auto;
}
.p-awclub-app-notice__container {
  display: grid;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-notice__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.p-awclub-app-notice__image {
  text-align: center;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-notice__image {
    max-width: none;
  }
}
.p-awclub-app-notice__balloon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 1.5rem;
  z-index: 1;
}
.p-awclub-app-notice__heading {
  position: relative;
  display: inline-block;
  border-radius: 1rem;
  padding: 1.8rem 2rem;
  background-color: #ffffff;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.25));
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-notice__heading {
    font-size: 4rem;
    margin-bottom: 2rem;
    border-radius: 10em;
    padding: 3rem 10rem;
    line-height: 1.5;
  }
}
.p-awclub-app-notice__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  border-top: 2.5rem solid #ffffff;
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-notice__heading::before {
    border-top: 5rem solid #ffffff;
    border-left: 5rem solid transparent;
    border-right: 5rem solid transparent;
  }
}
.p-awclub-app-notice__heading span {
  display: inline-block;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-awclub-app-notice__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-notice__description {
    font-size: 2rem;
  }
}
.p-awclub-app-notice__description-accent {
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-awclub-app-notice__description p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-notice__description p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.p-awclub-app-function {
  padding: 8rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function {
    padding: 15rem 4rem;
  }
}
.p-awclub-app-function--detail {
  padding-top: 0;
  background-color: #F0FAFE;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function--detail {
    padding-top: 5rem;
  }
}
.p-awclub-app-function__inner {
  max-width: 128.5rem;
  margin-inline: auto;
}
.p-awclub-app-function__header {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function__header {
    margin-bottom: 10rem;
  }
}
.p-awclub-app-function__heading {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function__heading {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.p-awclub-app-function__lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function__lead {
    font-size: 2rem;
  }
}
.p-awclub-app-function__block:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function__block:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.p-awclub-app-function-box {
  --blue-theme-text:#ffffff;
  display: flex;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(154, 168, 180, 0.2);
  border-radius: 1rem;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  flex-direction: column;
  gap: 1.5rem;
  color: var(--blue-theme-text);
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box {
    padding: 5rem;
    border-radius: 2.4rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-awclub-app-function-box {
    gap: 5rem;
  }
}
.p-awclub-app-function-box--detail {
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 1440px), print {
  .p-awclub-app-function-box--detail {
    gap: 5rem;
  }
}
.p-awclub-app-function-box--blue {
  position: relative;
  justify-content: inherit;
  --blue-theme-text:#010D21;
  z-index: 0;
}
.p-awclub-app-function-box--blue::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box--blue::before {
    border-radius: 2rem;
    inset: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__main {
    flex: 1;
    min-width: 0;
  }
}
.p-awclub-app-function-box__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__tags {
    margin-bottom: 2rem;
  }
}
.p-awclub-app-function-box__tags .p-awclub-app-function-box__label {
  margin-bottom: 0;
}
.p-awclub-app-function-box__image {
  text-align: center;
  max-width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__image {
    margin-top: -11rem;
    max-width: none;
  }
}
.p-awclub-app-function-box__image--detail {
  margin-top: 0;
  max-width: 60rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__image--detail {
    max-width: none;
  }
}
.p-awclub-app-function-box--detail .p-awclub-app-function-box__content {
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box--detail .p-awclub-app-function-box__content {
    gap: 5rem;
  }
}
.p-awclub-app-function-box__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__description {
    font-size: 1.6rem;
  }
}
.p-awclub-app-function-box__description p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__description p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-awclub-app-function-box-maintenance {
  overflow: hidden;
  border: 1px solid #C4CDDD;
  border-radius: 0.8rem;
  background-color: #ffffff;
}
.p-awclub-app-function-box-maintenance__table {
  width: 100%;
  border-collapse: collapse;
  color: #010D21;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box-maintenance__table {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-awclub-app-function-box-maintenance__table tbody {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .p-awclub-app-function-box-maintenance__table tr {
    display: grid;
  }
}
.p-awclub-app-function-box-maintenance__table tr:not(:last-child) th {
  border-bottom: 1px solid #ffffff;
}
.p-awclub-app-function-box-maintenance__table tr:not(:last-child) td {
  border-bottom: 1px solid #C4CDDD;
}
.p-awclub-app-function-box-maintenance__table th,
.p-awclub-app-function-box-maintenance__table td {
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .p-awclub-app-function-box-maintenance__table th,
  .p-awclub-app-function-box-maintenance__table td {
    display: block;
  }
}
.p-awclub-app-function-box-maintenance__table th {
  width: 20rem;
  padding: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background-color: #002F7C;
}
@media screen and (min-width: 768px), print {
  .p-awclub-app-function-box-maintenance__table th {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-awclub-app-function-box-maintenance__table th {
    width: 100%;
  }
}
.p-awclub-app-function-box-maintenance__table td {
  padding: 1.6rem 1.5rem;
  background-color: #ffffff;
  border-left: 1px solid #C4CDDD;
}
@media screen and (min-width: 768px), print {
  .p-awclub-app-function-box-maintenance__table td {
    padding: 2.5rem 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-awclub-app-function-box-maintenance__table td {
    border-left: 0;
  }
}
.p-awclub-app-function-box-maintenance__table td p:not(:last-child) {
  margin-bottom: 0.3rem;
}
.p-awclub-app-function-box-maintenance__table td strong {
  font-weight: 700;
}
.p-awclub-app-function-box-push {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  color: #010D21;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box-push {
    flex-direction: row;
    gap: 5rem;
    max-width: 100rem;
    margin-inline: auto;
  }
}
.p-awclub-app-function-box-push__image {
  flex-shrink: 0;
  width: 15rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box-push__image {
    margin-inline: 0;
  }
}
.p-awclub-app-function-box-push__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-awclub-app-function-box-push__main {
  display: grid;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box-push__main {
    flex: 1;
    min-width: 0;
    gap: 3rem;
  }
}
.p-awclub-app-function-box-push__heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box-push__heading {
    align-items: center;
    font-size: 2.4rem;
  }
}
.p-awclub-app-function-box-push__icon {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/pages/aw-club/app-detail/icon-check_gold.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box-push__icon {
    width: 4rem;
    height: 4rem;
  }
}
.p-awclub-app-function-box-push__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box-push__text {
    font-size: 1.6rem;
  }
}
.p-awclub-app-function-box__title {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .p-awclub-app-function-box__title {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__title {
    font-size: 2.4rem;
  }
}
.p-awclub-app-function-box--detail .p-awclub-app-function-box__title {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box--detail .p-awclub-app-function-box__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-awclub-app-function-box__title-content {
    border-left: 1px solid #ffffff;
    padding-left: 2rem;
    margin-left: 2rem;
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-awclub-app-function-box__title-content {
    padding-top: 1.5rem;
    margin-top: 1rem;
    border-top: 1px solid #ffffff;
  }
}
@media screen and (min-width: 768px), print {
  .p-awclub-app-function-box--gold .p-awclub-app-function-box__title-content {
    border-left: 1px solid #C39000;
  }
}
@media screen and (max-width: 767.98px) {
  .p-awclub-app-function-box--gold .p-awclub-app-function-box__title-content {
    border-top: 1px solid #C39000;
  }
}
@media screen and (min-width: 768px), print {
  .p-awclub-app-function-box--blue .p-awclub-app-function-box__title-content {
    border-left: 1px solid #002F7C;
  }
}
@media screen and (max-width: 767.98px) {
  .p-awclub-app-function-box--blue .p-awclub-app-function-box__title-content {
    border-top: 1px solid #002F7C;
  }
}
.p-awclub-app-function-box__title-num {
  display: inline-block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__title-num {
    font-size: 6.4rem;
  }
}
.p-awclub-app-function-box--gold .p-awclub-app-function-box__title-num {
  background: linear-gradient(90deg, #D0A900 0%, #C39000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-awclub-app-function-box--blue .p-awclub-app-function-box__title-num {
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-awclub-app-function-box__title-accent {
  display: inline-block;
  font-weight: 700;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__title-accent {
    margin-top: 1rem;
  }
}
.p-awclub-app-function-box__label {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  border-radius: 10em;
  background-color: #ffffff;
  min-height: 3.5rem;
  padding: 0 2.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  place-content: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__label {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    padding: 0 5rem;
    min-height: 3.7rem;
  }
}
.p-awclub-app-function-box__label span {
  display: inline-block;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-awclub-app-function-box--gold .p-awclub-app-function-box__label {
  background: linear-gradient(90deg, #D0A900 0%, #C39000 100%);
}
.p-awclub-app-function-box--gold .p-awclub-app-function-box__label span {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}
.p-awclub-app-function-box--blue .p-awclub-app-function-box__label {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
.p-awclub-app-function-box--blue .p-awclub-app-function-box__label span {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}
.p-awclub-app-function-box__header {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__header {
    margin-bottom: 3rem;
  }
}
.p-awclub-app-function-box--detail .p-awclub-app-function-box__header {
  margin-bottom: 0;
}
.p-awclub-app-function-box__list {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__list {
    margin-bottom: 3rem;
  }
}
.p-awclub-app-function-box__list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  padding-left: 1.8em;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__list li {
    font-size: 1.6rem;
  }
}
.p-awclub-app-function-box__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-awclub-app-function-box__list li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/pages/aw-club/app/icon-check_blue.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box__list li::before {
    width: 2rem;
    height: 2rem;
  }
}
.p-awclub-app-function-box--gold .p-awclub-app-function-box__list li::before {
  background: url("../img/pages/aw-club/app/icon-check_gold.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box--reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.p-awclub-app-function-box--gold {
  --gold-theme:#D0A900;
  --gold-theme-bg:#FFFCED;
  --gold-theme-text:#010D21;
  border: 0.5rem solid var(--gold-theme);
  background: var(--gold-theme-bg);
  color: var(--gold-theme-text);
}
@media screen and (min-width: 1100px), print {
  .p-awclub-app-function-box--gold {
    border: 1rem solid var(--gold-theme);
  }
}

.p-awclub-appflow {
  padding: 0 2rem 7rem 2rem;
  background-color: rgba(0, 163, 226, 0.06);
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow {
    padding: 5rem 4rem 15rem 4rem;
  }
}
.p-awclub-appflow-function {
  padding: 0 2rem 6rem 2rem;
  background-color: rgba(0, 163, 226, 0.06);
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-function {
    padding: 0 4rem 10rem 4rem;
  }
}
.p-awclub-appflow__inner {
  max-width: 128.5rem;
  margin-inline: auto;
}
.p-awclub-appflow__block {
  position: relative;
}
.p-awclub-appflow__block:not(:last-child) {
  padding-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow__block:not(:last-child) {
    padding-bottom: 5rem;
  }
}
.p-awclub-appflow__block:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1rem;
  margin-inline: auto;
  background-color: #002F7C;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow__block:not(:last-child)::before {
    width: 1.8rem;
  }
}
.p-awclub-appflow-box {
  position: relative;
  display: grid;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(154, 168, 180, 0.2);
  border-radius: 1rem;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  align-items: center;
  gap: 1.5rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box {
    padding: 5rem;
    border-radius: 2.4rem;
    grid-template-columns: minmax(0, 30rem) 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-awclub-appflow-box {
    gap: 5rem;
    grid-template-columns: minmax(0, 41rem) 1fr;
  }
}
.p-awclub-appflow-box::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box::before {
    border-radius: 2rem;
    inset: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__main {
    flex: 1;
    min-width: 0;
    max-width: 72.5rem;
  }
}
.p-awclub-appflow-box__image {
  text-align: center;
  max-width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__image {
    max-width: none;
  }
}
.p-awclub-appflow-box__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__description {
    font-size: 1.6rem;
  }
}
.p-awclub-appflow-box__description p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__description p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-awclub-appflow-box__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  place-content: center;
}
@media screen and (min-width: 768px), print {
  .p-awclub-appflow-box__title {
    border-left: 1px solid #002F7C;
    padding-left: 2rem;
    margin-left: 2rem;
    flex: 1;
    min-width: 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-awclub-appflow-box__title {
    padding-top: 1.5rem;
    margin-top: 1rem;
    border-top: 1px solid #002F7C;
  }
}
.p-awclub-appflow-box__num {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.15;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  place-content: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__num {
    font-size: 6.4rem;
  }
}
.p-awclub-appflow-box__num-label {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__num-label {
    font-size: 2rem;
  }
}
.p-awclub-appflow-box__label {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  border-radius: 10em;
  background-color: #ffffff;
  min-height: 3.5rem;
  padding: 0 2.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  place-content: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__label {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    padding: 0 5rem;
    min-height: 3.7rem;
  }
}
.p-awclub-appflow-box__label span {
  display: inline-block;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-awclub-app-function-box--gold .p-awclub-appflow-box__label {
  background: linear-gradient(90deg, #D0A900 0%, #C39000 100%);
}
.p-awclub-app-function-box--gold .p-awclub-appflow-box__label span {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}
.p-awclub-appflow-box__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-awclub-appflow-box__header {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__header {
    margin-bottom: 3rem;
  }
}
.p-awclub-appflow-box__download {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-top: 1.5rem;
  max-width: 35rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__download {
    margin-top: 3rem;
    gap: 3rem;
    max-width: none;
  }
}
.p-awclub-appflow-box__download-item {
  display: grid;
  gap: 1.5rem;
  text-align: center;
}
.p-awclub-appflow-box__download-item a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-awclub-appflow-box__download-item a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .p-awclub-appflow-box__download-item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.p-awclub-appflow-box__download-item span {
  display: none;
  max-width: 10rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__download-item span {
    max-width: 15rem;
    display: block;
  }
}
.p-awclub-appflow-box__wrap {
  background-color: #E7EAEB;
  border-radius: 1rem;
  padding: 1.6rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__wrap {
    border-radius: 1.6rem;
    padding: 2rem;
    margin-top: 3rem;
  }
}
.p-awclub-appflow-box__wrap-title {
  display: block;
  line-height: 1.2;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__wrap-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.p-awclub-appflow-box__mail {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1rem;
  text-align: center;
  margin-block: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__mail {
    margin-block: 3rem;
  }
}
.p-awclub-appflow-box__mail a {
  display: inline-block;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.6rem;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .p-awclub-appflow-box__mail a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    color: #002F7C;
  }
  .p-awclub-appflow-box__mail a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    color: #002F7C;
  }
}
.p-awclub-appflow-box__check-title {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #002F7C;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__check-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.p-awclub-appflow-box__check-title span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.p-awclub-appflow-box__check-title span::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/pages/aw-club/app/icon-check_blue.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__check-title span::before {
    width: 2rem;
    height: 2rem;
    top: 0.35em;
  }
}
.p-awclub-appflow-box__att {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-awclub-appflow-box__action {
  display: grid;
  margin-top: 1.5rem;
  gap: 1rem;
  max-width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-awclub-appflow-box__action {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__action {
    margin-top: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-awclub-appflow-box__button {
  display: block;
  min-height: 4.2rem;
  border-radius: 10em;
  background-color: #ffffff;
  line-height: 1.2;
  text-align: center;
  place-content: center;
  border: 2px solid #002F7C;
  color: #002F7C;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 2rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-appflow-box__button {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .p-awclub-appflow-box__button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #002F7C;
    color: #ffffff;
  }
  .p-awclub-appflow-box__button:where(:any-link, :enabled, summary):hover {
    background-color: #002F7C;
    color: #ffffff;
  }
}

.p-awclub-awcard {
  background-color: rgba(0, 163, 226, 0.06);
  padding: 0 2rem 6rem 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard {
    padding: 0 4rem 10rem 4rem;
  }
}
.p-awclub-awcard__inner {
  max-width: 128.5rem;
  margin-inline: auto;
}
.p-awclub-awcard__block {
  position: relative;
}
.p-awclub-awcard__block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard__block:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-awclub-awcard__back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard__back {
    margin-top: 5rem;
  }
}
.p-awclub-awcard-box {
  position: relative;
  display: grid;
  padding: 3rem 2rem;
  box-shadow: 0 0 15px rgba(154, 168, 180, 0.2);
  border-radius: 1rem;
  align-items: center;
  gap: 2.5rem;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box {
    padding: 5rem;
    border-radius: 2.4rem;
    gap: 5rem;
  }
}
.p-awclub-awcard-box::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box::before {
    border-radius: 2rem;
    inset: 1rem;
  }
}
.p-awclub-awcard-box--awcard {
  background: linear-gradient(90deg, #00A3E2 0%, #0087BB 100%);
}
.p-awclub-awcard-box--awbusiness {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
.p-awclub-awcard-box__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box__description {
    font-size: 1.6rem;
  }
}
.p-awclub-awcard-box__lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box__lead {
    font-size: 2rem;
  }
}
.p-awclub-awcard-box__att {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.p-awclub-awcard-box__heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .p-awclub-awcard-box__heading {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box__heading {
    font-size: 4rem;
    margin-top: 2rem;
  }
}
.p-awclub-awcard-box--awcard .p-awclub-awcard-box__heading {
  background: linear-gradient(90deg, #00A3E2 0%, #0087BB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-awclub-awcard-box--awbusiness .p-awclub-awcard-box__heading {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-awclub-awcard-box__label {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  border-radius: 10em;
  color: #ffffff;
  min-height: 3.5rem;
  place-content: center;
  padding: 0 3rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box__label {
    font-size: 1.6rem;
    padding: 0 5rem;
    min-height: 3.7rem;
  }
}
.p-awclub-awcard-box--awcard .p-awclub-awcard-box__label {
  background: linear-gradient(90deg, #00A3E2 0%, #0087BB 100%);
}
.p-awclub-awcard-box--awbusiness .p-awclub-awcard-box__label {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
.p-awclub-awcard-box__images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
}
.p-awclub-awcard-box-benefit {
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box-benefit {
    gap: 5rem;
  }
}
.p-awclub-awcard-box-benefit__step {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.p-awclub-awcard-box-benefit__item {
  max-width: 30.8rem;
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #E7EAEB;
}
.p-awclub-awcard-box-benefit__num {
  display: block;
  min-height: 4rem;
  line-height: 1.2;
  text-align: center;
  place-content: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zalando Sans Expanded", sans-serif;
}
.p-awclub-awcard-box--awcard .p-awclub-awcard-box-benefit__num {
  background: linear-gradient(90deg, #00A3E2 0%, #0087BB 100%);
}
.p-awclub-awcard-box--awbusiness .p-awclub-awcard-box-benefit__num {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
.p-awclub-awcard-box-benefit__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-awclub-awcard-box-benefit__att {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-awclub-awcard-box-benefit__title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box-benefit__title {
    font-size: 2rem;
  }
}
.p-awclub-awcard-box-benefit__content {
  padding: 2rem 1rem;
  text-align: center;
  display: grid;
  gap: 1.5rem;
}
.p-awclub-awcard-box-benefit__action {
  text-align: center;
}
.p-awclub-awcard-box-benefit__link {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding: 1em 3em 1em 1.5em;
  border-radius: 10em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box-benefit__link {
    font-size: 2rem;
    padding: 1.1em 4em 1.1em 2em;
  }
}
@media (hover: hover) {
  .p-awclub-awcard-box-benefit__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .p-awclub-awcard-box-benefit__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
.p-awclub-awcard-box-benefit__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/base/icon-arrow_right_wht.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box-benefit__link::before {
    width: 3.5rem;
    height: 3.5rem;
    right: 1em;
  }
}
.p-awclub-awcard-box--awcard .p-awclub-awcard-box-benefit__link {
  background: linear-gradient(90deg, #00A3E2 0%, #0087BB 100%);
}
.p-awclub-awcard-box--awbusiness .p-awclub-awcard-box-benefit__link {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
.p-awclub-awcard-box-benefit__heading {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 2.1em;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box-benefit__heading {
    font-size: 2.4rem;
  }
}
.p-awclub-awcard-box-benefit__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  background-image: url("../img/pages/aw-club/aw-card/icon-check.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-awcard-box-benefit__heading::before {
    width: 4rem;
    height: 4rem;
  }
}
.p-awclub-awcard-box--awcard .p-awclub-awcard-box-benefit__heading::before {
  background-color: #00A3E2;
}
.p-awclub-awcard-box--awbusiness .p-awclub-awcard-box-benefit__heading::before {
  background-color: #002F7C;
}

.p-awclub-line-merit {
  position: relative;
  padding: 0 2rem 0 2rem;
  background-color: rgba(0, 163, 226, 0.06);
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-merit {
    padding: 5rem 4rem 0 4rem;
  }
}
.p-awclub-line-merit__container {
  position: relative;
  display: grid;
  gap: 2.5rem;
  padding: 3rem 2rem;
  z-index: 0;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  border-radius: 1rem;
}
.p-awclub-line-merit__container::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-merit__container::before {
    border-radius: 2rem;
    inset: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-merit__container {
    gap: 5rem;
    padding: 5rem;
    border-radius: 2.4rem;
  }
}
.p-awclub-line-merit__heading {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-merit__heading {
    font-size: 4rem;
  }
}
.p-awclub-line-merit__heading-accent {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-awclub-line-merit__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-merit__description {
    font-size: 1.6rem;
  }
}
.p-awclub-line-merit-step {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.p-awclub-line-merit-step__item {
  max-width: 30.8rem;
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #E7EAEB;
}
.p-awclub-line-merit-step__num {
  display: block;
  min-height: 4rem;
  line-height: 1.2;
  text-align: center;
  place-content: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zalando Sans Expanded", sans-serif;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
.p-awclub-line-merit-step__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-awclub-line-merit-step__title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-merit-step__title {
    font-size: 2rem;
  }
}
.p-awclub-line-merit-step__content {
  padding: 2rem 1rem;
  text-align: center;
  display: grid;
  gap: 1.5rem;
}
.p-awclub-line-flow {
  position: relative;
  padding: 7rem 2rem;
  background-color: rgba(0, 163, 226, 0.06);
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-flow {
    padding: 15rem 4rem;
  }
}
.p-awclub-line-flow__head {
  display: grid;
  gap: 1.4rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-flow__head {
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
.p-awclub-line-flow__heading {
  margin: 0;
  color: #06C755;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-awclub-line-flow__lead {
  margin: 0;
  color: #010D21;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.p-awclub-line-flow__list {
  display: grid;
  gap: 1.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-flow__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-awclub-line-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 2.5rem 2rem 3rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 5rem 2.5rem rgba(154, 168, 180, 0.2);
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-flow__item {
    min-height: 48.6rem;
    border-radius: 2.4rem;
    padding: 2.5rem 2rem 5rem;
  }
}
.p-awclub-line-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-flow__item:not(:last-child)::after {
    top: 50%;
    right: -1.8rem;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.p-awclub-line-flow__step {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
  margin-bottom: 1rem;
  color: #06C755;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-flow__step {
    margin-bottom: 1.5rem;
  }
}
.p-awclub-line-flow__step span {
  font-size: 2rem;
  line-height: 1.5;
}
.p-awclub-line-flow__step strong {
  display: block;
  font-size: clamp(5.2rem, 11vw, 6.4rem);
  font-weight: 500;
  line-height: 0.95;
}
.p-awclub-line-flow__phone {
  width: min(100%, 19.2rem);
  margin: 0 auto 2.4rem;
}
.p-awclub-line-flow__phone img {
  display: block;
  width: 100%;
  height: auto;
}
.p-awclub-line-flow__body {
  display: grid;
  gap: 1rem;
  width: 100%;
}
.p-awclub-line-flow__body h3 {
  margin: 0;
  color: #06C755;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-awclub-line-flow__body p {
  margin: 0;
  color: #010D21;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}
.p-awclub-line-banner {
  position: relative;
  padding: 5rem 2rem;
  background: url("../img/pages/aw-club/line/banner_bg.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-banner {
    padding: 10rem 4rem;
  }
}
.p-awclub-line-banner__inner {
  max-width: 99.6rem;
  margin-inline: auto;
}
.p-awclub-line-banner__container {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  justify-items: center;
  min-height: 0;
  padding: 3rem 2rem;
  border: 1px solid #ffffff;
  border-radius: 2.4rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-banner__container {
    min-height: 50.887rem;
    padding: 5rem;
    gap: 3rem;
  }
}
.p-awclub-line-banner__heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-awclub-line-banner__content {
  display: grid;
  gap: 3rem;
  align-items: center;
  justify-items: center;
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-banner__content {
    grid-template-columns: minmax(0, 46.384rem) minmax(24rem, 27.5rem);
    gap: 5rem;
    justify-content: center;
  }
}
.p-awclub-line-banner__action {
  display: grid;
  gap: 2.4rem;
  justify-items: center;
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-banner__action {
    gap: 3.2rem;
  }
}
.p-awclub-line-banner__label {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-awclub-line-banner__logo {
  width: min(100%, 25.1rem);
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-banner__logo {
    width: min(100%, 29.1rem);
  }
}
.p-awclub-line-banner__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-awclub-line-banner__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: min(100%, 25rem);
  min-height: 6rem;
  padding: 1.2rem 6.4rem 1.2rem 3.8rem;
  border: 2px solid #ffffff;
  border-radius: 10em;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-banner__button {
    font-size: 2rem;
    width: min(100%, 30rem);
    min-height: 6.8rem;
  }
}
.p-awclub-line-banner__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/base/icon-arrow_right_wht.png") no-repeat center/contain;
  transform: translateY(-50%);
}
.p-awclub-line-banner__button:hover {
  opacity: 0.8;
}
.p-awclub-line-banner__qr {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  width: min(100%, 27.5rem);
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-banner__qr {
    padding: 3rem 2rem 2rem;
    gap: 2rem;
  }
}
.p-awclub-line-banner__qr img {
  display: block;
  width: 18rem;
  height: auto;
}
.p-awclub-line-banner__qr p {
  margin: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-awclub-line-banner__qr p {
    font-size: 2rem;
  }
}

/* 一生涯サポート */
.p-support-intro {
  position: relative;
  padding: 5rem 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-support-intro {
    padding: 10rem 4rem;
    margin-top: 8rem;
  }
}
.p-support-intro::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  place-content: center;
  width: 100%;
  background: url("../img/pages/reason/support/bg_intro.webp") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-support-intro::before {
    border-radius: 2rem 0 0 2rem;
    width: 45%;
  }
}

.p-12months-reserve__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-12months-reserve__header {
    margin-bottom: 10rem;
  }
}

/* 自動車関連事業 */
.p-company-car-hero {
  padding: 4rem 2rem;
  color: #ffffff;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-hero {
    padding: 10rem 4rem;
    margin-top: 9rem;
    margin-bottom: 8rem;
  }
}
.p-company-car-hero__inner {
  max-width: 128.8rem;
  margin-inline: auto;
}
.p-company-car-hero__heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .p-company-car-hero__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-company-car-hero__heading {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.p-company-car-hero__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-hero__description {
    font-size: 1.6rem;
  }
}

.p-company-car-concept__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept__text {
    font-size: 1.6rem;
  }
}
.p-company-car-concept__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept__text p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-company-car-concept__text strong {
  font-weight: 700;
}
.p-company-car-concept__action {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept__action {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept__image {
    max-width: 50rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-company-car-concept__image {
    max-width: 63.3rem;
  }
}

.p-company-car-concept-service {
  margin-top: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept-service {
    margin-top: 10rem;
  }
}
.p-company-car-concept-service__grid {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .p-company-car-concept-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept-service__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
  }
}
.p-company-car-concept-service__action {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept-service__action {
    margin-top: 5rem;
  }
}

.p-company-car-concept-service-card {
  min-height: 100%;
  padding: 2rem;
  border: 1px solid #C4CDDD;
  border-radius: 0.8rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept-service-card {
    padding: 2.8rem 3rem 3rem;
  }
}
.p-company-car-concept-service-card__title {
  color: #002F7C;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept-service-card__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-company-car-concept-service-card__text {
  color: #010D21;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-concept-service-card__text {
    font-size: 1.6rem;
  }
}

.p-company-car-service__grid {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-company-car-service-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #C4CDDD;
  border-radius: 0.8rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .p-company-car-service-card {
    grid-template-columns: 18rem 1fr;
    padding: 1.5rem;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .p-company-car-service-card {
    grid-template-columns: 21rem 1fr;
  }
}
.p-company-car-service-card__icon {
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
@media screen and (min-width: 768px), print {
  .p-company-car-service-card__icon {
    padding: 2rem;
  }
}
.p-company-car-service-card__icon img {
  width: auto;
  max-width: 4.5rem;
  max-height: 4.5rem;
}
@media screen and (min-width: 768px), print {
  .p-company-car-service-card__icon img {
    max-width: 10.5rem;
    max-height: 10rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-company-car-service-card__icon img {
    max-width: 12.2rem;
    max-height: 10rem;
  }
}
.p-company-car-service-card__content {
  padding: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .p-company-car-service-card__content {
    padding: 0 0 0 2rem;
    place-content: center;
    min-height: 18rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-company-car-service-card__content {
    padding: 0 0 0 2.5rem;
    min-height: 21rem;
  }
}
.p-company-car-service-card__title {
  color: #010D21;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-service-card__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-company-car-service-card__title {
    font-size: 2.4rem;
  }
}
.p-company-car-service-card__text {
  color: #010D21;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-service-card__text {
    font-size: 1.6rem;
  }
}

.p-company-car-area {
  padding: 5rem 2rem 6rem;
  color: #ffffff;
  background-color: #003B86;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area {
    padding: 7.7rem 4rem 9.4rem;
  }
}
.p-company-car-area .heading--base {
  color: #ffffff;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area .heading--base {
    margin-bottom: 2.5rem;
  }
}
.p-company-car-area__inner {
  max-width: 128.4rem;
  margin-inline: auto;
}
.p-company-car-area__container {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area__container {
    grid-template-columns: minmax(0, 1fr) minmax(34rem, 51rem);
    gap: 3.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-company-car-area__main {
    order: 2;
  }
}
.p-company-car-area__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-company-car-area__action {
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area__action {
    margin-top: 5rem;
  }
}
.p-company-car-area__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area__visual {
    min-height: 46.4rem;
    gap: 0.5rem;
  }
}
.p-company-car-area__map {
  width: min(100%, 35rem);
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area__map {
    width: 35.1rem;
    margin-inline: 0;
  }
}
.p-company-car-area__map img {
  display: block;
  width: 100%;
  height: auto;
}
.p-company-car-area__shop-count {
  position: relative;
  width: 10rem;
  height: 8rem;
  border: 2px solid #ffffff;
  border-radius: 0.8rem;
  color: #ffffff;
  text-align: center;
  place-content: center;
  padding: 0.4rem 0.3rem 0 0.3rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area__shop-count {
    width: 16rem;
    height: 10.4rem;
  }
}
.p-company-car-area__shop-count-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area__shop-count-label {
    font-size: 2rem;
  }
}
.p-company-car-area__shop-count-number {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area__shop-count-number {
    font-size: 4.4rem;
  }
}
.p-company-car-area__shop-count-unit {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-area__shop-count-unit {
    font-size: 1.8rem;
  }
}

.p-company-car-card-grid {
  display: grid;
  gap: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-car-card-grid {
    max-width: 41rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-company-car-card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1100px), print {
  .p-company-car-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-company-car-card-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-company-car-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 0.8rem;
  background-color: #E7EAEB;
}
.p-company-car-card__image {
  overflow: hidden;
  border-radius: 0.6rem;
  aspect-ratio: 378/169;
  background-color: #ffffff;
}
.p-company-car-card__image--large {
  aspect-ratio: 621/250;
}
.p-company-car-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-company-car-card__body {
  display: grid;
  gap: 1.5rem;
  padding-top: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-card__body {
    gap: 1.7rem;
    padding-top: 1.8rem;
  }
}
.p-company-car-card__title {
  color: #010D21;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-card__title {
    font-size: 2.4rem;
  }
}
.p-company-car-card__text {
  color: #010D21;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-company-car-numbers {
  padding: 5rem 2rem 6rem;
  color: #ffffff;
  background-color: #003B86;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-numbers {
    padding: 7rem 4rem 6rem;
  }
}
.p-company-car-numbers .heading--base {
  color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-numbers .heading--base {
    margin-bottom: 4rem;
  }
}
.p-company-car-numbers__inner {
  max-width: 128.8rem;
  margin-inline: auto;
}
.p-company-car-numbers__grid {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-company-car-numbers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1100px), print {
  .p-company-car-numbers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5rem;
  }
}
.p-company-car-numbers__action {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-numbers__action {
    margin-top: 4rem;
  }
}
.p-company-car-numbers__action .link-button {
  min-width: 24rem;
  text-align: left;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-numbers__action .link-button {
    min-width: 30rem;
    padding-block: 2.1rem;
  }
}

.p-company-car-number {
  position: relative;
  min-height: 16rem;
  padding-left: 1.6rem;
  place-content: center;
  border-left: 0.8rem solid #ffffff;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-number {
    min-height: 21.5rem;
    padding: 2.2rem 0 2.2rem 1.6rem;
  }
}
.p-company-car-number dt {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-number dt {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-company-car-number dt {
    font-size: 4.5rem;
  }
}
.p-company-car-number__num {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-number__num {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-company-car-number__num {
    font-size: 5.6rem;
  }
}
.p-company-car-number__num--semi {
  font-weight: 600;
}
.p-company-car-number--compact dt {
  font-size: 2.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-number--compact dt {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-company-car-number--compact dt {
    font-size: 3.2rem;
  }
}
.p-company-car-number dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-company-car-number dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-company-car-number dd {
    font-size: 2rem;
  }
}

.p-company-car-support .p-company-car-card__title {
  text-align: left;
}

/* 各店のご紹介 */
.p-shop-item {
  margin-top: 4rem;
  background: rgba(196, 205, 221, 0.15);
  border-radius: 1rem;
  padding: 2rem;
  max-width: 57rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-shop-item {
    margin-top: 4rem;
    border-radius: 1.6rem;
    padding: 5rem;
    max-width: none;
  }
}
.p-shop-item .heading--base {
  margin-bottom: 1.6rem;
}
.p-shop-item--gyoumu {
  background: rgba(0, 151, 88, 0.05);
}
.p-shop-item--gyoumu .heading--base {
  color: #249249;
}
.p-shop-item__wrap {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-shop-item__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    margin-bottom: 4rem;
  }
}
.p-shop-item__map {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-shop-item__map {
    margin-bottom: 4rem;
  }
}
.p-shop-item__action {
  text-align: center;
}
.p-shop-item__image img {
  width: 100%;
  height: auto;
}
.p-shop-item__table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.p-shop-item__table th, .p-shop-item__table td {
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 1.2rem 1rem;
}
@media screen and (max-width: 1099.98px) {
  .p-shop-item__table th, .p-shop-item__table td {
    display: block;
  }
}
@media screen and (min-width: 1100px), print {
  .p-shop-item__table th, .p-shop-item__table td {
    padding: 0.5rem 1rem;
    line-height: 1.7;
  }
}
.p-shop-item__table th {
  font-weight: 700;
  background-color: #E7EAEB;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-shop-item__table th {
    width: 10rem;
  }
}

.p-drivesupport-price {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1100px), print {
  .p-drivesupport-price {
    grid-template-columns: minmax(0, 40rem) 1fr;
    gap: 3rem;
  }
}
.p-drivesupport-price__image {
  text-align: center;
}
.p-drivesupport-price__image img {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-drivesupport-price__image img {
    width: 100%;
    height: auto;
  }
}

.p-business-intro {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  border-radius: 1.5rem;
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-business-intro {
    border-radius: 3rem;
    padding: 4.5rem 3rem;
  }
}
.p-business-intro__text {
  text-align: center;
  color: #ffffff;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px), print {
  .p-business-intro__text {
    line-height: 2;
    font-size: 2rem;
  }
}
.p-business__logo {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 1100px), print {
  .p-business__logo {
    margin-bottom: 4rem;
    max-width: none;
  }
}
.p-business__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-business__action {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .p-business__action {
    margin-top: 4rem;
    gap: 3rem;
  }
}
.p-business-others {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-business-others {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .p-business-others {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-business-others__item {
  display: grid;
  gap: 3rem;
}
.p-business-others__logo {
  text-align: center;
}

.p-auto-sales-intro__container {
  display: grid;
  align-items: center;
  max-width: 40rem;
  margin-inline: auto;
  gap: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-auto-sales-intro__container {
    grid-template-columns: 1fr minmax(0, 45.3rem);
    max-width: 160rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-auto-sales-intro__container {
    grid-template-columns: 1fr minmax(0, 59.3rem);
  }
}
.p-auto-sales-intro__heading {
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-auto-sales-intro__heading {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-auto-sales-intro__heading {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-auto-sales-intro__main {
    order: 2;
  }
}
.p-auto-sales-intro__description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-auto-sales-intro__description {
    font-size: 1.8rem;
  }
}
.p-auto-sales-flat {
  padding: 3rem 2rem;
  background: url("../img/pages/carlife/service/auto-sales/bg1.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-auto-sales-flat {
    padding: 5rem 4rem;
  }
}
.p-auto-sales-flat__heading {
  color: #0DF;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .p-auto-sales-flat__heading {
    font-size: 5rem;
  }
}
.p-auto-sales-flat__label {
  color: #ffffff;
  display: block;
  font-size: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-auto-sales-flat__label {
    font-size: 3rem;
  }
}
.p-auto-sales-flat__label-accent {
  -webkit-text-emphasis: filled dot;
  text-emphasis: filled dot;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over;
}
.p-auto-sales-flat__description {
  color: #ffffff;
  margin-top: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-auto-sales-flat__description {
    margin-top: 4rem;
  }
}
.p-auto-sales-flat__action {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-auto-sales-flat__action {
    margin-top: 4rem;
  }
}

.p-import-intro__container {
  display: grid;
  gap: 3rem;
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
@media screen and (min-width: 1100px), print {
  .p-import-intro__container {
    gap: 4rem;
    padding: 5rem 3rem;
    border-radius: 2.4rem;
  }
}
.p-import-intro__main {
  display: grid;
  gap: 2rem;
  justify-items: center;
  text-align: center;
}
.p-import-intro__heading {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .p-import-intro__heading {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-import-intro__heading {
    font-size: 4.8rem;
  }
}
.p-import-intro__heading-line {
  display: block;
}
.p-import-intro__emphasis {
  -webkit-text-emphasis: filled dot;
  text-emphasis: filled dot;
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over;
}
.p-import-intro__lead {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-import-intro__lead {
    font-size: 1.8rem;
  }
}
.p-import-intro__data-list {
  display: grid;
  gap: 0.5rem;
  max-width: 87.1rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-import-intro__data-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-import-intro__data-item {
  display: grid;
  gap: 0;
  justify-items: center;
  align-content: center;
  min-height: 10rem;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .p-import-intro__data-item {
    min-height: 11.2rem;
    padding: 1.5rem 3rem;
  }
}
.p-import-intro__data-label {
  color: #002F7C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1100px), print {
  .p-import-intro__data-label {
    font-size: 2rem;
  }
}
.p-import-intro__data-number {
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1.2;
}
.p-import-intro__data-number-value {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 4.2rem;
}
@media screen and (min-width: 1100px), print {
  .p-import-intro__data-number-value {
    font-size: 5.6rem;
  }
}
.p-import-intro__data-number-unit {
  font-size: 2.4rem;
}
@media screen and (min-width: 1100px), print {
  .p-import-intro__data-number-unit {
    font-size: 3.2rem;
  }
}

.p-sales-old-flow {
  display: grid;
  gap: 1rem;
  max-width: 42rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-sales-old-flow {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
}
@media screen and (min-width: 1100px), print {
  .p-sales-old-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-sales-old-flow__text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1rem;
}
.p-sales-old-flow__item {
  border-radius: 0.8rem;
  background: rgba(196, 205, 221, 0.15);
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .p-sales-old-flow__item {
    padding: 2.5rem;
  }
}
.p-sales-old-flow__num {
  display: block;
  text-align: center;
}
.p-sales-old-flow__num span {
  display: inline-block;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Zalando Sans Expanded", sans-serif;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-sales-old-flow__num span {
    font-size: 6.4rem;
    margin-bottom: 2rem;
  }
}
.p-sales-old-flow__image {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .p-sales-old-flow__image {
    margin-bottom: 2rem;
  }
}
.p-sales-old-flow__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-sales-old-flow__title {
    font-size: 2.4rem;
  }
}

.p-policy__block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .p-policy__block:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-policy-list {
  counter-reset: number 0;
}
.p-policy-list li {
  position: relative;
  padding-left: 1.35em;
}
.p-policy-list li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.p-sitemap__blocks {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 1100px), print {
  .p-sitemap__blocks {
    gap: 5rem;
  }
}
.p-sitemap__grid {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 768px), print {
  .p-sitemap__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-sitemap__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .p-sitemap__grid {
    gap: 5rem;
  }
}
.p-sitemap__block {
  min-width: 0;
}
@media screen and (min-width: 1100px), print {
  .p-sitemap__block--wide {
    grid-column: span 2;
  }
}
.p-sitemap__heading {
  border-bottom: 1px solid #010d21;
  color: #010d21;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .p-sitemap__heading {
    font-size: 2rem;
  }
}
.p-sitemap__heading-link {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.p-sitemap__heading-link::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.3rem;
  flex: 0 0 0.8rem;
  background: url("../img/base/icon-arrow-right_blk.svg") center/contain no-repeat;
}
@media (hover: hover) {
  .p-sitemap__heading-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-sitemap__heading-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-sitemap__columns {
  display: grid;
  gap: 0.5rem 2rem;
}
@media screen and (min-width: 768px), print {
  .p-sitemap__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px), print {
  .p-sitemap__columns--club {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px), print {
  .p-sitemap__columns--service, .p-sitemap__columns--ir {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1100px), print {
  .p-sitemap__columns--service, .p-sitemap__columns--ir {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.p-sitemap__list {
  display: grid;
  grid-auto-rows: max-content;
  gap: 0.5rem;
  min-width: 0;
}
@media screen and (min-width: 768px), print {
  .p-sitemap__list--stores {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-sitemap__list--stores {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.p-sitemap__item {
  min-width: 0;
}
.p-sitemap__link {
  color: #010d21;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  word-break: break-word;
}
@media screen and (min-width: 1100px), print {
  .p-sitemap__link {
    font-size: 1.6rem;
  }
}
.p-sitemap__link::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.3rem;
  margin-top: 0.85em;
  flex: 0 0 0.7rem;
  background: url("../img/base/icon-arrow-right_blk.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .p-sitemap__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-sitemap__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-sitemap__child-list {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.2rem;
  padding-left: 1.6rem;
}
.p-sitemap__child-item {
  position: relative;
  padding-left: 1.2em;
}
.p-sitemap__child-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.p-sitemap__child-link {
  color: #010d21;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  word-break: break-word;
}
@media screen and (min-width: 1100px), print {
  .p-sitemap__child-link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .p-sitemap__child-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-sitemap__child-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

/* --------------------------------

  compornent

-------------------------------- */
.c-reason-card {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-reason-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-reason-card__item {
  border: 1px solid #C4CDDD;
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1.5rem;
  display: grid;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .c-reason-card__item {
    grid-template-columns: minmax(0, 18rem) 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-reason-card__item {
    grid-template-columns: minmax(0, 21rem) 1fr;
  }
}
.c-reason-card__image {
  text-align: center;
}
.c-reason-card__heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-reason-card__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-reason-card__heading {
    font-size: 2.4rem;
  }
}
.c-reason-card__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.c-thumb-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.5rem -1.5rem 0;
}
.c-thumb-card__item {
  width: 100%;
  padding: 0 1.5rem 1.5rem 0;
}
@media screen and (min-width: 480px), print {
  .c-thumb-card__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .c-thumb-card__item {
    width: 33.333333%;
  }
}
@media screen and (min-width: 1100px), print {
  .c-thumb-card__item {
    width: 25%;
  }
}
.c-thumb-card__content {
  border: 1px solid #C4CDDD;
  border-radius: 0.8rem;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  padding: 1.5rem;
  height: 100%;
}
.c-thumb-card__image {
  margin-bottom: 1.5rem;
}
.c-thumb-card__image img {
  width: 100%;
  height: auto;
}
.c-thumb-card__title {
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 1100px), print {
  .c-thumb-card__title {
    font-size: 2.4rem;
  }
}
.c-thumb-card__title-num {
  display: block;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-thumb-card__title-num {
    font-size: 2rem;
  }
}
.c-thumb-card__description {
  text-align: center;
}

.c-cardBox {
  counter-reset: number 0;
}
@media screen and (max-width: 767.98px) {
  .c-cardBox {
    max-width: 42rem;
    margin-inline: auto;
  }
}
.c-cardBox--normal .c-cardBox__heading {
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .c-cardBox--normal .c-cardBox__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-cardBox--normal .c-cardBox__heading {
    font-size: 4rem;
  }
}
.c-cardBox--normal .c-cardBox__heading::before {
  display: none;
}
.c-cardBox--gray .c-cardBox__item {
  background: rgba(196, 205, 221, 0.15);
}
.c-cardBox--gray .c-cardBox__heading {
  color: #010D21;
}
.c-cardBox--wht .c-cardBox__item {
  background: #ffffff;
  border: 1px solid #C4CDDD;
}
.c-cardBox--rows .c-cardBox__item {
  display: block;
  gap: 0;
}
@media screen and (min-width: 768px), print {
  .c-cardBox--same .c-cardBox__item:nth-child(2n) {
    flex-direction: row;
  }
}
.c-cardBox__define {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__define {
    grid-template-columns: 10rem 1fr;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__define {
    grid-template-columns: 15rem 1fr;
  }
}
.c-cardBox__define:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__define:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.c-cardBox__define.c-cardBox__define--secondary {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__define.c-cardBox__define--secondary {
    grid-template-columns: 10rem 1fr;
  }
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__define.c-cardBox__define--secondary {
    grid-template-columns: 13rem 1fr;
  }
}
.c-cardBox__define.c-cardBox__define--secondary dt, .c-cardBox__define.c-cardBox__define--secondary dd {
  min-height: 3.5rem;
}
.c-cardBox__define.c-cardBox__define--secondary dt {
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__define.c-cardBox__define--secondary dt {
    font-size: 1.6rem;
  }
}
.c-cardBox__define dt, .c-cardBox__define dd {
  min-height: 3.5rem;
  place-content: center;
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__define dt, .c-cardBox__define dd {
    min-height: 4.2rem;
  }
}
.c-cardBox__define dt {
  line-height: 1.2;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__define dt {
    font-size: 2rem;
  }
}
.c-cardBox__wrap {
  display: flex;
  gap: 2rem;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__wrap {
    gap: 3rem;
  }
}
.c-cardBox__detail {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__detail {
    gap: 4rem;
  }
}
.c-cardBox__detail-item dt {
  display: inline-block;
  padding: 0.35em 0.8em;
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__detail-item dt {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.c-cardBox__item {
  display: flex;
  border-radius: 0.5em;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  padding: 2rem;
  gap: 2rem;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__item {
    flex-direction: row;
    border-radius: 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__item {
    padding: 5rem;
    gap: 3rem;
  }
}
.c-cardBox__item:nth-child(2n) {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.c-cardBox__item:not(:last-child) {
  margin-bottom: 3rem;
}
.c-cardBox__item--reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__item--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px), print {
  .c-cardBox__content {
    flex: 1;
  }
}
.c-cardBox__label {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
  padding: 0.8rem 1rem;
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
}
@media screen and (min-width: 768px), print {
  .c-cardBox__label {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__label {
    font-size: 2.4rem;
    padding: 1rem 1.5rem;
  }
}
.c-cardBox__header {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
.c-cardBox__header--rows {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__header--rows {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px), print {
  .c-cardBox__header--rows .c-cardBox__heading {
    flex: 1;
    min-width: 0;
  }
}
.c-cardBox__header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5rem;
  height: 1px;
  background-color: #C4CDDD;
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__header::before {
    width: 7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__header {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.c-cardBox__heading {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 2.8em;
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__heading {
    font-size: 2.4rem;
    padding-top: 3.2em;
  }
}
.c-cardBox__heading--blue {
  color: transparent;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-cardBox__heading::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Zalando Sans Expanded", sans-serif;
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__heading::before {
    font-size: 6.4rem;
  }
}
.c-cardBox__image {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__image {
    max-width: clamp(30rem, 500 * var(--vw1440), 50rem);
  }
}
.c-cardBox__image img {
  border-radius: 0.5em;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__image img {
    border-radius: 1em;
  }
}
.c-cardBox__action {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.8rem;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .c-cardBox__action {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__action {
    margin-top: 3rem;
    gap: 1.5rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-cardBox__action .link-button {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-cardBox__action .link-button {
    min-width: 26rem;
    font-size: 2rem;
  }
}

.c-step-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
}
@media screen and (min-width: 1100px), print {
  .c-step-card {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-step-card__item {
  position: relative;
  background: #E7EAEB;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 1100px), print {
  .c-step-card__item {
    border-radius: 1.6rem;
    padding: 5rem 2.5rem;
  }
}
.c-step-card__item:not(:last-child)::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .c-step-card__item:not(:last-child)::before {
    top: 50%;
    right: 0;
    transform: translateX(100%) translateY(-50%);
    border-left: 1.6rem solid #E7EAEB;
    border-top: 1.6rem solid transparent;
    border-bottom: 1.6rem solid transparent;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-step-card__item:not(:last-child)::before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-left: 1.6rem solid transparent;
    border-right: 1.6rem solid transparent;
    border-top: 1.6rem solid #E7EAEB;
  }
}
.c-step-card__label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Zalando Sans Expanded", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-step-card__label {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.c-step-card__head {
  text-align: center;
}
.c-step-card__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.c-step-card__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 1px;
  background-color: #C4CDDD;
}
@media screen and (min-width: 1100px), print {
  .c-step-card__title::before {
    width: 7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-step-card__title {
    font-size: 2.4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

.c-price-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 55rem;
}
.c-price-table--secondary {
  min-width: auto;
}
.c-price-table--fixed {
  table-layout: fixed;
}
.c-price-table th, .c-price-table td {
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  padding: 1rem;
  border: 1px solid #C4CDDD;
}
@media screen and (min-width: 1100px), print {
  .c-price-table th, .c-price-table td {
    font-size: 1.6rem;
    padding: 1.5rem;
    height: 9rem;
  }
}
.c-price-table th {
  background: rgba(196, 205, 221, 0.15);
}
.c-price-table td {
  background-color: #ffffff;
}
.c-price-tableWrap {
  overflow-x: auto;
}

.c-ir-qa--secondary .c-ir-qa__q {
  padding-left: 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-ir-qa--secondary .c-ir-qa__q {
    padding-left: 2rem;
  }
}
.c-ir-qa--secondary .c-ir-qa__q::before {
  display: none;
}
.c-ir-qa--secondary .c-ir-qa__a::before {
  display: none;
}
.c-ir-qa--secondary .c-ir-qa__content {
  padding: 2rem;
}
@media screen and (min-width: 1100px), print {
  .c-ir-qa--secondary .c-ir-qa__content {
    padding: 3rem;
  }
}

.c-heading--lead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, #0075E9 0%, #033587 55.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px), print {
  .c-heading--lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--lead {
    font-size: 2.4rem;
  }
}
.c-heading--third {
  color: #00A3E2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--third {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--third {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.c-defineBox {
  border-radius: 1rem;
  padding: 2rem;
  background: rgba(196, 205, 221, 0.15);
}
@media screen and (min-width: 1100px), print {
  .c-defineBox {
    padding: 3rem 5rem;
    border-radius: 2.4rem;
    min-height: 20rem;
  }
}
.c-defineBox--height {
  min-height: auto;
}
.c-defineBox--white {
  background-color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .c-defineBox--rows {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px), print {
  .c-defineBox--rows .c-defineBox__content {
    border-left: 1px solid #C4CDDD;
    padding-left: 3rem;
    margin-left: 3rem;
    flex: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .c-defineBox--rows .c-defineBox__content {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #C4CDDD;
  }
}
.c-defineBox--cols .c-defineBox__content {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #C4CDDD;
}
.trouble-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.trouble-modal[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.trouble-modal__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media screen and (min-width: 768px), print {
  .trouble-modal__overlay {
    padding: 2rem;
  }
}
.trouble-modal__dialog {
  width: min(87rem, 100%);
  margin: auto;
  border-radius: 1.6rem;
  background: #fff;
  outline: none;
}
.trouble-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .trouble-modal__content {
    padding: 3rem;
    gap: 2rem;
  }
}
.trouble-modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 81rem;
  text-align: center;
}
.trouble-modal__title {
  color: #010D21;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .trouble-modal__title {
    font-size: 2.4rem;
  }
}
.trouble-modal__lead {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .trouble-modal__lead {
    font-size: 1.6rem;
  }
}
.trouble-modal__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 81rem;
}
@media screen and (min-width: 768px), print {
  .trouble-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.trouble-modal__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 8.3rem;
  padding: 1rem 5rem 1rem 1.5rem;
  position: relative;
  border: 1px solid #C4CDDD;
  border-radius: 0.8rem;
  color: inherit;
  background: #fff;
  transition: border-color 0.2s;
}
.trouble-modal__card::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 1.3rem;
  right: 1.2rem;
  background-color: #002F7C;
  -webkit-mask: url("../img/pages/ir/icon-arrow-right.svg") no-repeat center/contain;
  mask: url("../img/pages/ir/icon-arrow-right.svg") no-repeat center/contain;
  transition: background-color 0.2s;
}
@media screen and (min-width: 768px), print {
  .trouble-modal__card::after {
    width: 3rem;
    height: 2rem;
    top: 1.5rem;
  }
}
.trouble-modal__card-title {
  color: #002F7C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  transition: color 0.2s;
}
@media screen and (min-width: 768px), print {
  .trouble-modal__card-title {
    font-size: 1.8rem;
  }
}
.trouble-modal__card-text {
  color: #3D3D3D;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (hover: hover) {
  .trouble-modal__card:hover .trouble-modal__card-title {
    color: #00A3E2;
  }
  .trouble-modal__card:hover::after {
    background-color: #00A3E2;
  }
}

.is-trouble-modal-open {
  overflow: hidden;
}
.is-trouble-modal-open body {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .c-list--col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
  }
}
.c-list--primary .c-list__item {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 1.6rem;
  line-height: 1.7;
}
.c-list--primary .c-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list--check .c-list__item {
  position: relative;
  display: block;
  padding: 0.5em 0.7em 0.5em 2.5em;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  background-color: #E7EAEB;
}
@media screen and (min-width: 1100px), print {
  .c-list--check .c-list__item {
    font-size: 1.6rem;
  }
}
.c-list--check .c-list__item:not(:last-child) {
  margin-bottom: 1rem;
}
.c-list--check .c-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8em;
  transform: translateY(-55%);
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/pages/carlife/service/body-coat/icon-check.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .c-list--check .c-list__item::before {
    width: 2rem;
    height: 2rem;
  }
}
.c-list--num {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .c-list--num {
    max-height: 29rem;
    max-width: 90rem;
    gap: 1.5rem;
  }
}
.c-list--num .c-list__item {
  position: relative;
  display: block;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 2.2em;
}
@media screen and (min-width: 768px), print {
  .c-list--num .c-list__item {
    font-size: 2rem;
    padding-left: 2.5em;
  }
}
.c-list--num .c-list__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  place-content: center;
  border-radius: 100%;
  color: #ffffff;
  line-height: 1;
  background-color: #002F7C;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 768px), print {
  .c-list--num .c-list__item::before {
    width: 3.6rem;
    height: 3.6rem;
    padding-bottom: 0;
  }
}

.c-videoWrap {
  position: relative;
  aspect-ratio: 800/450;
  overflow: hidden;
  max-width: 80rem;
  margin-inline: auto;
}
.c-videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-stepBox__item {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 0.5rem;
  border: 1px solid #C4CDDD;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .c-stepBox__item {
    grid-template-columns: 17rem 1fr;
    border-radius: 0.8rem;
    min-height: 20rem;
  }
}
.c-stepBox__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-stepBox__number {
  background: linear-gradient(109deg, #1C75CF 4.05%, #033587 96.41%);
  text-align: center;
  place-content: center;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #FDFDFD;
  line-height: 1.1;
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 768px), print {
  .c-stepBox__number {
    font-size: 6.4rem;
  }
}
.c-stepBox__number-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .c-stepBox__number-label {
    font-size: 2rem;
  }
}
.c-stepBox__content {
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .c-stepBox__content {
    padding: 3rem;
    place-content: center;
  }
}
.c-stepBox__heading {
  color: #002F7C;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .c-stepBox__heading {
    font-size: 2.4rem;
  }
}

.c-step-slider-section {
  overflow: hidden;
}
.c-step-slider__container {
  position: relative;
}
.c-step-slider__container .swiper-controller {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.c-step-slider__container .swiper-button-prev, .c-step-slider__container .swiper-button-next {
  position: static;
  margin: 0;
  inset: auto;
}

/* --------------------------------

  utility

-------------------------------- */
.u-mb-sm {
  margin-bottom: 2rem !important;
}
.u-mb-md {
  margin-bottom: 4rem !important;
}
.u-mb-lg {
  margin-bottom: 6rem !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-bgcolor-gray {
  background-color: #E7EAEB;
}

.u-link-text {
  text-decoration: underline;
  color: #002F7C;
}
@media (hover: hover) {
  .u-link-text:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .u-link-text:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail {
  display: grid;
  gap: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .news-detail {
    gap: 2rem;
  }
}
.news-detail__date {
  display: block;
  font-size: 1.3rem;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}
.news-detail__category {
  display: block;
  font-size: 1.3rem;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  word-break: break-all;
  word-wrap: break-word;
}
.news-detail__body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-detail__body {
    font-size: 1.6rem;
  }
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-topics {
  border-bottom: 1px solid #C4CDDD;
}
.news-topics:first-child {
  border-top: 1px solid #C4CDDD;
}
.news-date {
  display: block;
  font-size: 1.3rem;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #010D21;
}
@media screen and (min-width: 360px), print {
  .news-date {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-date {
    margin-bottom: 0.2em;
    font-size: clamp(1.2rem, 13 * var(--vw1440), 1.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .news-date {
    width: 13.5rem;
    padding: 0.1em 0 0 0;
  }
}
@media screen and (max-width: 359.98px) {
  .news-date {
    width: 13rem;
  }
}
.news-category {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #002F7C;
  line-height: 1.5;
}
@media screen and (min-width: 360px), print {
  .news-category {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-category {
    font-size: clamp(1.2rem, 14 * var(--vw1440), 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .news-category {
    flex: 1;
  }
}
.news-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-info {
    width: clamp(12rem, 150 * var(--vw1440), 15rem);
  }
}
@media screen and (max-width: 767.98px) {
  .news-info {
    display: flex;
    align-items: center;
    gap: 0.25em;
  }
}
@media screen and (max-width: 359.98px) {
  .news-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px), print {
  .news-content {
    flex: 1;
    min-width: 0;
  }
}
.news-link {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  word-break: break-all;
  word-wrap: break-word;
  gap: 0.3rem;
  min-height: 10rem;
  padding: 0.6em 2.5em 0.6em 0.6em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link {
    flex-direction: row;
    align-items: center;
    gap: min(20 * var(--vw1440), 2rem);
    min-height: clamp(8rem, 112 * var(--vw1440), 11.2rem);
    padding: 0.8em 3.5em 0.8em 0.8em;
  }
}
@media screen and (max-width: 767.98px) {
  .news-link {
    justify-content: center;
  }
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #002F7C;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #002F7C;
  }
  .news-link:where(:-moz-any-link, :enabled, summary):hover::before {
    background-color: rgba(0, 47, 124, 0.1);
  }
  .news-link:where(:any-link, :enabled, summary):hover::before {
    background-color: rgba(0, 47, 124, 0.1);
  }
}
.news-link::before {
  content: "";
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  bottom: 0.6em;
  width: 2.5rem;
  background-color: rgba(0, 47, 124, 0.05);
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link::before {
    width: clamp(2.5rem, 32 * var(--vw1440), 3.2rem);
    right: 0.6em;
    top: 0.8em;
    bottom: 0.8em;
  }
}
.news-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.93em;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/base/icon-arrow_right_blue.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .news-link::after {
    width: clamp(1.5rem, 20 * var(--vw1440), 2rem);
    height: clamp(1.5rem, 20 * var(--vw1440), 2rem);
  }
}
.news-thumb-list {
  display: grid;
  gap: 2.5rem 0.8rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    gap: 4rem 0.8rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-list--secondary {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-list--secondary {
    grid-template-columns: repeat(4, 1fr);
  }
}
.news-thumb-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-thumb-title {
    font-size: 1.8rem;
  }
}
.news-thumb-date {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-date {
    font-size: 1.8rem;
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #000;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-img img {
    scale: 1.05;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-img img {
    scale: 1.05;
  }
}
.news-thumb-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-img {
    margin-bottom: 1rem;
  }
}
.news-thumb-img::before {
  content: "";
  display: block;
  padding-top: 68%;
}
.news-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s ease;
}
.news-thumb-card-list {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 576px), print {
  .news-thumb-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-card-list {
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-card-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-thumb-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 177/118;
  overflow: hidden;
  margin-bottom: clamp(15px, 21 * var(--vw768), 21px);
}
@media screen and (min-width: 768px), print {
  .news-thumb-card__image {
    margin-bottom: min(21 * var(--vw1440), 21px);
  }
}
.news-thumb-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 177/118;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s ease;
}
.news-thumb-card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(10px, 20 * var(--vw768), 20px);
  margin-bottom: clamp(10px, 14 * var(--vw768), 14px);
}
@media screen and (min-width: 768px), print {
  .news-thumb-card__info {
    gap: min(30 * var(--vw1440), 30px);
    margin-bottom: min(14 * var(--vw1440), 14px);
  }
}
.news-thumb-card__category {
  display: block;
  font-size: clamp(1.4rem, 16 * var(--vw768), 1.6rem);
  font-weight: 500;
  color: #002F7C;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .news-thumb-card__category {
    font-size: clamp(1.4rem, 16 * var(--vw1440), 1.6rem);
  }
}
.news-thumb-card__title {
  display: block;
  font-size: clamp(1.6rem, 24 * var(--vw768), 2.4rem);
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px), print {
  .news-thumb-card__title {
    font-size: clamp(1.6rem, 22 * var(--vw1440), 2.2rem);
  }
}
.news-thumb-card__date {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: #002F7C;
  line-height: 1.5;
  padding-top: 0.2em;
}
.news-thumb-card__link {
  display: block;
  height: 100%;
  background-color: #ffffff;
  padding: clamp(10px, 16 * var(--vw768), 16px);
  border-radius: 0.4rem;
  word-break: break-all;
  word-wrap: break-word;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-card__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .news-thumb-card__link:where(:any-link, :enabled, summary):hover {
    color: #00A3E2;
  }
  .news-thumb-card__link:where(:-moz-any-link, :enabled, summary):hover img {
    scale: 1.05;
  }
  .news-thumb-card__link:where(:any-link, :enabled, summary):hover img {
    scale: 1.05;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-card__link {
    padding: min(16 * var(--vw1440), 16px);
    border-radius: min(8 * var(--vw1440), 8px);
  }
}

/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-top: 4rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: flex;
  justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #002F7C;
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */