@charset "UTF-8";
/* ↓↓ reset.css ↓↓ */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ↑↑ reset.css ↑↑ */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  min-width: 86.1%;
  padding-top: 7rem;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 5rem;
  }
}
body.top {
  overflow-x: hidden;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.top {
    padding-top: 5rem;
  }
}

body.is-active {
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body.is-active {
    overflow: hidden;
  }
}

a {
  color: #333;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.75;
}

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

dl, ul {
  list-style: none;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.u-en {
  font-family: din-2014, sans-serif;
  letter-spacing: 0;
}

.c-container {
  margin: 0 auto;
  max-width: 124rem;
  padding: 0 1rem;
}

.c-tel-link {
  pointer-events: none;
}

.c-member {
  display: flex;
  column-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #0071e3;
  width: 13.8rem;
  height: 3.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
.c-member::before {
  content: "";
  width: 1rem;
  height: 1.3rem;
  background-image: url(../img/common/icon_member.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-common-link {
  border-radius: 1.1rem;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1rem 1.7rem;
  padding: 0 2.5rem 0 2rem;
  background-image: url(../img/common/icon_common-link_arrow.png);
}

.c-common-sec-link {
  border-radius: 1.1rem;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 1rem 1.7rem;
  padding: 0 3.5rem 0 5rem;
  line-height: 5.5rem;
  border: 0.1rem solid #0071e3;
  width: 35.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  background-image: url(../img/common/icon_sp-main-item-arrow.png);
  background-position: right 2rem center;
  color: #0071e3;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-common-sec-link {
    width: 30rem;
    border-radius: 1rem;
  }
}

*[data-tab-id] {
  display: none;
}
*[data-tab-id].is-current {
  display: block;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .c-container {
    width: 100%;
    padding: 0 1rem;
  }
  .c-tel-link {
    pointer-events: auto;
  }
}
/* ------------------------------------------
  ヘッダー
------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}
.l-header .c-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 2rem 2.5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__inner {
    align-items: center;
    padding: 0 1rem 0 0.5rem;
    height: 5rem;
  }
}
.l-header .c-header__logo {
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__logo {
    width: 19rem;
  }
}
.l-header .c-header__logo_link {
  display: block;
}
.l-header .c-header__right {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__right_menu {
    display: none;
  }
}
.l-header .c-header__right_menu_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header .c-header__right_menu_top_link {
  width: 10.5rem;
  border-left: 0.1rem solid;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}
.l-header .c-header__right_menu_top_link:nth-child(2) {
  letter-spacing: 0.2em;
}
.l-header .c-header__right_menu_top_link:last-child {
  border-right: 0.1rem solid;
}
.l-header .c-header__right_menu_bottom_list {
  margin-top: 1.5rem;
  display: flex;
  column-gap: 2rem;
}
.l-header .c-header__right_menu_bottom_list_item {
  cursor: pointer;
}
.l-header .c-header__right_menu_bottom_list_item:hover .c-header__right_menu_bottom_list_item_submenu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.l-header .c-header__right_menu_bottom_list_item_head {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 0.7rem;
  padding-bottom: 1rem;
}
.l-header .c-header__right_menu_bottom_list_item_head::before {
  content: "";
  width: 0.6rem;
  height: 1rem;
  background-image: url(../img/common/icon_header-menu_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-header .c-header__right_menu_bottom_list_item_submenu {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  opacity: 0;
  padding: 2.5rem 2rem;
  pointer-events: none;
  position: absolute;
  top: 7rem;
  transition: 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.l-header .c-header__right_menu_bottom_list_item_submenu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  justify-content: center;
}
.l-header .c-header__right_menu_bottom_list_item_submenu_list_item_link {
  font-size: 1.3rem;
  font-weight: 700;
}
.l-header .c-header__right_member {
  margin-left: 2.5rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__right_member {
    width: 10.7rem;
    font-size: 1rem;
    height: 2.8rem;
    border-radius: 0.4rem;
    margin-left: 0;
  }
  .l-header .c-header__right_member::before {
    width: 0.8rem;
    height: 1rem;
  }
}
.l-header .c-header__right_ham {
  margin-top: 0.5rem;
  width: 2.6rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__right_ham {
    margin-left: 1rem;
    width: 2.3rem;
    margin-top: 0.3rem;
  }
}
.l-header .c-header__right_ham_text {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__right_ham_text {
    font-size: 0.9rem;
    margin-top: 0.3rem;
  }
}
.l-header .c-header__sp {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 2.5rem 2.8rem 2rem;
  width: 46rem;
  transform: translateX(100%);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    padding: 1.3rem;
    overflow-y: scroll;
  }
}
.l-header .c-header__sp.is-active {
  transform: translateX(0);
}
.l-header .c-header__sp_top {
  display: flex;
  justify-content: space-between;
}
.l-header .c-header__sp_logo {
  display: flex;
  align-items: center;
}
.l-header .c-header__sp_logo_icon {
  width: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_logo_icon {
    width: 1.9rem;
  }
}
.l-header .c-header__sp_logo_text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_logo_text {
    font-size: 1.2rem;
  }
}
.l-header .c-header__sp_ham {
  cursor: pointer;
}
.l-header .c-header__sp_ham_icon {
  width: 2rem;
  margin: 0 auto 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_ham_icon {
    width: 1.7rem;
  }
}
.l-header .c-header__sp_ham_text {
  font-size: 1rem;
  font-weight: 700;
  color: #6b6b6b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_ham_text {
    font-size: 0.8rem;
  }
}
.l-header .c-header__sp_content {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content {
    margin-top: 1.2rem;
  }
}
.l-header .c-header__sp_content_button {
  display: flex;
  gap: 0 1rem;
}
.l-header .c-header__sp_content_button_item {
  width: calc((100% - 1rem) / 2);
  background-color: #0071e3;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_button_item {
    font-size: 1.4rem;
    height: 4.1rem;
    border-radius: 1rem;
    background-size: 1rem 1.6rem;
  }
  .l-header .c-header__sp_content_button_item:first-child {
    padding-left: 3rem;
  }
}
.l-header .c-header__sp_content_menu {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 0.1rem solid #0071e3;
  display: flex;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu {
    margin-top: 1.5rem;
    column-gap: 2.5rem;
  }
}
.l-header .c-header__sp_content_menu_tab {
  width: 11.5rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab {
    width: 10rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item {
  cursor: pointer;
  height: 8.5rem;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item {
    height: 6rem;
    padding-bottom: 0.7rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item.is-current .c-icon_common-menu01 {
  background-image: url(../img/common/icon_common-menu01-active.png);
}
.l-header .c-header__sp_content_menu_tab_item.is-current .c-icon_common-menu02 {
  background-image: url(../img/common/icon_common-menu02-active.png);
}
.l-header .c-header__sp_content_menu_tab_item.is-current .c-icon_common-menu03 {
  background-image: url(../img/common/icon_common-menu03-active.png);
}
.l-header .c-header__sp_content_menu_tab_item.is-current .c-icon_common-menu04 {
  background-image: url(../img/common/icon_common-menu04-active.png);
}
.l-header .c-header__sp_content_menu_tab_item.is-current .c-icon_common-menu05 {
  background-image: url(../img/common/icon_common-menu05-active.png);
}
.l-header .c-header__sp_content_menu_tab_item.is-current .c-icon_common-menu06 {
  background-image: url(../img/common/icon_common-menu06-active.png);
}
.l-header .c-header__sp_content_menu_tab_item.is-current .c-icon_common-menu07 {
  background-image: url(../img/common/icon_common-menu07-active.png);
}
.l-header .c-header__sp_content_menu_tab_item_icon {
  width: 7.5rem;
  height: 4.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_icon {
    height: 3.2rem;
    width: 5.5rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu01 {
  background-image: url(../img/common/icon_common-menu01.png);
  background-size: 6rem 3.1rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu01 {
    background-size: 4.5rem 2.3rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu02 {
  background-image: url(../img/common/icon_common-menu02.png);
  background-size: 7.5rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu02 {
    background-size: 5.5rem 3.2rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu03 {
  background-image: url(../img/common/icon_common-menu03.png);
  background-size: 4.5rem 2.7rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu03 {
    background-size: 3.4rem 2rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu04 {
  background-image: url(../img/common/icon_common-menu04.png);
  background-size: 3.7rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu04 {
    background-size: 2.7rem 3rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu05 {
  background-image: url(../img/common/icon_common-menu05.png);
  background-size: 3.6rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu05 {
    background-size: 2.6rem 2.6rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu06 {
  background-image: url(../img/common/icon_common-menu06.png);
  background-size: 5rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu06 {
    background-size: 3.7rem 2.6rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu07 {
  background-image: url(../img/common/icon_common-menu07.png);
  background-size: 3.2rem 4.1rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu07 {
    background-size: 2.4rem 3.1rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu08 {
  background-image: url(../img/common/icon_common-menu08.png);
  background-size: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_icon.c-icon_common-menu08 {
    background-size: 3rem 3rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_head {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  color: #0071e3;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_tab_item_head {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.l-header .c-header__sp_content_menu_tab_item_head::before {
  content: "";
  width: 0.7rem;
  height: 1rem;
  background-image: url(../img/common/icon_header-menu_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-header .c-header__sp_content_menu_main {
  width: calc(100% - 14.5rem);
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_main {
    width: calc(100% - 12.5rem);
  }
}
.l-header .c-header__sp_content_menu_main_item {
  display: none;
}
.l-header .c-header__sp_content_menu_main_item.is-current {
  display: block;
}
.l-header .c-header__sp_content_menu_main_item_link {
  display: flex;
  justify-content: space-between;
  height: 7.5rem;
  border-bottom: 0.1rem solid #0071e3;
  align-items: center;
  padding: 0 0.7rem 0 1.5rem;
  color: #0071e3;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_main_item_link {
    height: 5.5rem;
    padding: 0 1rem 0 2rem;
    font-size: 1.4rem;
  }
}
.l-header .c-header__sp_content_menu_main_item_link::after {
  content: "";
  width: 1.1rem;
  height: 1.8rem;
  background-image: url(../img/common/icon_sp-main-item-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-header .c-header__sp_content_menu_main_item_link::after {
    width: 0.9rem;
    height: 1.5rem;
  }
}
.l-header .c-header__sp_content_member {
  font-size: 1.6rem;
  height: 5rem;
  width: 18.5rem;
  border-radius: 1rem;
  margin: 2.5rem auto 0;
}

@media screen and (min-width: 768px) {
  body.top .l-header {
    position: absolute;
    /* 通常時は表示 */
    transform: translateY(0);
    transition: transform 0.3s ease;
    display: none;
  }
  body.top .l-header.is-fixed {
    position: fixed;
    /* 固定時は一度上に隠してからスライドイン */
    transform: translateY(-100%);
    animation: slideInFromTop 0.3s ease forwards;
    display: block;
  }
}
/* スライドインアニメーション */
@keyframes slideInFromTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* ------------------------------------------
  下層MV
------------------------------------------ */
.l-sub-mv {
  height: 20rem;
  background-color: #e3f4ff;
}
@media screen and (max-width: 767px) {
  .l-sub-mv {
    height: 6.5rem;
  }
}
.l-sub-mv .c-container {
  height: 100%;
}
.l-sub-mv .c-sub-mv__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-sub-mv .c-sub-mv__flex {
    flex-direction: row;
  }
}
.l-sub-mv .c-sub-mv__flex_title {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-sub-mv .c-sub-mv__flex_title {
    font-size: 1.8rem;
  }
}
.l-sub-mv .c-sub-mv__flex_cat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-sub-mv .c-sub-mv__flex_cat {
    align-items: flex-end;
  }
}
.l-sub-mv .c-sub-mv__flex_cat_icon {
  width: 8rem;
}
.l-sub-mv .c-sub-mv__flex_cat_icon.u-campaign {
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-sub-mv .c-sub-mv__flex_cat_icon.u-campaign {
    width: 2rem;
  }
}
.l-sub-mv .c-sub-mv__flex_cat_icon.u-contact {
  width: 4.4rem;
}
@media screen and (max-width: 767px) {
  .l-sub-mv .c-sub-mv__flex_cat_icon.u-contact {
    width: 2rem;
  }
}
.l-sub-mv .c-sub-mv__flex_cat_icon.u-carlife {
  width: 6.5rem;
}
@media screen and (max-width: 767px) {
  .l-sub-mv .c-sub-mv__flex_cat_icon.u-carlife {
    width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-sub-mv .c-sub-mv__flex_cat_icon {
    width: 3.6rem;
  }
}
.l-sub-mv .c-sub-mv__flex_cat_title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0071e3;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-sub-mv .c-sub-mv__flex_cat_title {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.l-sub-mv .c-sub-mv__flex_cat_en {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0071e3;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-sub-mv .c-sub-mv__flex_cat_en {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

/* ------------------------------------------
  フッター
------------------------------------------ */
.l-footer .c-footer__top {
  background-color: #f5f5f7;
  padding: 6rem 0 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .c-footer__top {
    display: none;
  }
}
.l-footer .c-footer_list {
  display: flex;
  justify-content: space-between;
}
.l-footer .c-footer_list_item {
  width: 12rem;
  flex-shrink: 0;
}
.l-footer .c-footer_list_item:last-child {
  width: 13.8rem;
}
.l-footer .c-footer_list_item_head {
  border-bottom: 0.1rem solid #000;
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.l-footer .c-footer_list_item_menu {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.l-footer .c-footer_list_item_menu_link {
  font-size: 1rem;
  display: block;
  padding-left: 1rem;
  text-indent: -1em;
  line-height: 1.3;
}
.l-footer .c-footer__copy {
  padding: 3rem 0 13rem;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .l-footer .c-footer__copy {
    padding: 1rem 0 7rem;
  }
}
.l-footer .c-footer__copy.u-shop-detail {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer .c-footer__copy.u-shop-detail {
    padding-bottom: 14rem;
  }
}
.l-footer .c-footer__copy.u-usedcar {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer .c-footer__copy.u-usedcar {
    padding-bottom: 1rem;
  }
}
.l-footer .c-footer__copy_text {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer .c-footer__copy_text {
    font-size: 0.9rem;
    line-height: 1.8888888889;
  }
}
.l-footer .c-footer__copy_text .CMN-RECYCLE a span {
  color: #fff;
  font-size: 1rem;
  text-decoration: underline;
}

/* ------------------------------------------
  追従パーツ
------------------------------------------ */
.c-fixed_menu {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #f5f5f7;
  padding: 1rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu {
    padding: 0;
  }
}
.c-fixed_menu__list {
  display: flex;
  background-color: #0071e3;
  width: 77.7rem;
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu__list {
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
.c-fixed_menu__list_item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-left: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu__list_item {
    justify-content: flex-end;
  }
}
.c-fixed_menu__list_item:first-child {
  border-left: none;
}
.c-fixed_menu__list_item_icon.c-icon01 {
  width: 6.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu__list_item_icon.c-icon01 {
    width: 4.1rem;
    margin-bottom: 0.5rem;
  }
}
.c-fixed_menu__list_item_icon.c-icon02 {
  width: 6.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu__list_item_icon.c-icon02 {
    width: 3.8rem;
    margin-bottom: 0.5rem;
  }
}
.c-fixed_menu__list_item_icon.c-icon03 {
  width: 4.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu__list_item_icon.c-icon03 {
    width: 2.7rem;
    margin-bottom: 0.5rem;
  }
}
.c-fixed_menu__list_item_icon.c-icon04 {
  width: 3.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu__list_item_icon.c-icon04 {
    width: 2.1rem;
    margin-bottom: 0.5rem;
  }
}
.c-fixed_menu__list_item_icon.c-icon05 {
  width: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu__list_item_icon.c-icon05 {
    width: 1.8rem;
    margin-bottom: 1rem;
  }
}
.c-fixed_menu__list_item_text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu__list_item_text {
    font-size: 1rem;
    column-gap: 0.2rem;
  }
}
.c-fixed_menu__list_item_text::after {
  content: "";
  width: 0.6rem;
  height: 1rem;
  background-image: url(../img/common/icon_fixed-menu-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu__list_item_text::after {
    background-size: 0.4rem 0.7rem;
  }
}

/* ------------------------------------------
  フェードイン
------------------------------------------ */
.js-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.js-fade-up.inview {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------
  ぱんくず
------------------------------------------ */
.c-breadcrumb {
  padding: 1.3rem 0;
  margin-bottom: 3rem;
}
.c-breadcrumb.u-nomargin {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0.8rem 0;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__list_item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list_item {
    font-size: 1.2rem;
  }
}
.c-breadcrumb__list_item + .c-breadcrumb__list_item {
  margin-left: 0.5rem;
}
.c-breadcrumb__list_item + .c-breadcrumb__list_item::before {
  content: "/";
}
.c-breadcrumb__list_item:last-child::before {
  content: "/";
  margin-right: 0.3rem;
}
.c-breadcrumb__list_item_link {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list_item_link {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------
  グレー背景
------------------------------------------ */
.l-bg-gray {
  background-color: #f5f5f7;
}
.l-bg-gray.u-newcar {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-bg-gray.u-newcar {
    padding-bottom: 5rem;
  }
}

/* ------------------------------------------
  記事部分
------------------------------------------ */
.c-article__index {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .c-article__index {
    padding: 3rem 0 3.5rem;
  }
}
.c-article__index .c-section__body {
  background-color: unset;
  border-radius: 0;
  border: none;
  padding: 0;
}
.c-article__index .CMS-blog-block {
  background-color: #fff;
  border-radius: 1rem;
  border: 0.1rem solid #c1c1c1;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article__index .CMS-blog-block {
    padding: 1.5rem 1rem 5rem;
  }
}
.c-article__index .CMS-blog-block + .CMS-blog-block {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article__index .CMS-blog-block + .CMS-blog-block {
    margin-top: 3.5rem;
  }
}

.c-article__detail {
  padding: 8rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .c-article__detail {
    padding: 3rem 0 3.5rem;
  }
}

.c-article__index .c-article__detail:first-child {
  padding-top: 0 !important;
}

.c-article__detail .c-section__body {
  background-color: #fff;
  border-radius: 1rem;
  border: 0.1rem solid #c1c1c1;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article__detail .c-section__body {
    padding: 1.5rem 1rem 5rem;
  }
}
.c-article__detail--list .c-section__body {
  background-color: unset;
  border-radius: 0;
  border: none;
  padding: 0;
}
.c-article__detail .CMS-blog-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #333;
}
@media screen and (max-width: 767px) {
  .c-article__detail .CMS-blog-heading {
    flex-direction: column-reverse;
    border-bottom: 0.1rem solid #0071e3;
    padding-bottom: 1rem;
  }
}
.c-article__detail .CMS-blog-heading__main {
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-article__detail .CMS-blog-heading__main {
    font-size: 2.1rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    line-height: 1.4285714286;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__detail .CMS-blog-heading__sub {
    border-bottom: 0.1rem solid #0071e3;
    width: 100%;
    text-align: right;
    padding-bottom: 1rem;
  }
}
.c-article__detail .CMS-blog-heading__date span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.c-article__detail .CMS-blog-block__body {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article__detail .CMS-blog-block__body {
    margin-top: 2rem;
  }
}
.c-article__detail .CMS-blog-block__body p {
  line-height: 1.3571428571;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-article__detail .CMS-blog-block__body p {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
.c-article__detail .CMS-blog-block__body p img {
  max-width: 43.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-article__detail .CMS-blog-block__body p img {
    max-width: 100%;
  }
}
.c-article__detail .c-article-pager {
  margin-top: 9rem;
  padding-top: 3rem;
  border-top: 0.1rem solid;
}
@media screen and (max-width: 767px) {
  .c-article__detail .c-article-pager {
    margin-top: 2rem;
  }
}
.c-article__detail .c-article-pager__nav._prev {
  float: left;
  display: flex;
  text-decoration: underline;
  color: #0071e3;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-article__detail .c-article-pager__nav._prev {
    column-gap: 1.5rem;
  }
}
.c-article__detail .c-article-pager__nav._prev::before {
  content: "";
  width: 1.6rem;
  height: 1.5rem;
  background-image: url(../img/showroom/icon_blog-pager-prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-article__detail .c-article-pager__nav._next {
  float: right;
  display: flex;
  text-decoration: underline;
  color: #0071e3;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-article__detail .c-article-pager__nav._next {
    column-gap: 1.5rem;
  }
}
.c-article__detail .c-article-pager__nav._next::after {
  content: "";
  width: 1.6rem;
  height: 1.5rem;
  background-image: url(../img/showroom/icon_blog-pager-next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-article__detail_link {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  column-gap: 6.5rem;
}
@media screen and (max-width: 767px) {
  .c-article__detail_link {
    margin-top: 3.5rem;
    flex-direction: column;
    gap: 3rem 0;
  }
}
.c-article__detail_link_item {
  color: #0071e3;
  width: 35.5rem;
  line-height: 5.5rem;
  text-align: center;
  background-image: url(../img/showroom/icon_blog-detail-link-arrow.png);
  background-repeat: no-repeat;
  background-size: 1rem 1.7rem;
  background-position: right 2rem center;
  background-color: #fff;
  border-radius: 1rem;
  border: 0.1rem solid #0071e3;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-article__detail_link_item {
    width: 100%;
  }
}

.c-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article__tags {
    margin-bottom: 3rem;
  }
}
.c-article__tags a {
  color: #0071e3;
  text-decoration: underline;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.c-article__action .num {
  font-size: 1.4rem;
  text-align: right;
  font-weight: 500;
}
.c-article__action .button {
  color: #0071e3;
  width: 12rem;
  line-height: 3rem;
  text-align: center;
  background-image: url(../img/showroom/icon_blog-detail-link-arrow.png);
  background-repeat: no-repeat;
  background-size: 0.5rem auto;
  background-position: right 1rem center;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0.1rem solid #0071e3;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  margin: 1rem 0 0 auto;
}

/* ------------------------------------------
  ページング
------------------------------------------ */
.c-blog-paging {
  display: flex;
  justify-content: flex-end;
  column-gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-blog-paging {
    margin-top: 2rem;
  }
}
.c-blog-paging__current {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 500;
}
.c-blog-paging__nav span {
  color: #0071e3;
  text-decoration: underline;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.c-article__index_parger .c-blog-paging {
  display: flex;
  justify-content: flex-end;
  column-gap: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-article__index_parger .c-blog-paging {
    margin-top: 0;
  }
}
.c-article__index_parger .c-blog-paging__current {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 500;
}
.c-article__index_parger .c-blog-paging__nav span {
  color: #0071e3;
  text-decoration: underline;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* ------------------------------------------
  車検ページ共通スタイル
------------------------------------------ */
.c-maintenance__sec {
  margin-bottom: 6.4rem;
  width: 120rem;
  padding: 0;
  border: 0.1rem solid #c1c1c1;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__sec {
    width: calc(100% - 2rem);
    margin-bottom: 3.6rem;
  }
}

.c-maintenance {
  font-size: 1.6rem;
  background-color: #f5f5f7;
}
.c-maintenance .l-sub-mv .c-sub-mv__flex_cat_icon {
  width: 4.6rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance .l-sub-mv .c-sub-mv__flex_cat_icon {
    width: 2.1rem;
  }
}

.c-maintenance .l-bg-blue {
  background-color: #0071e3;
}

.c-maintenance .l-bg-sky {
  background-color: #e3f4ff;
}

.c-maintenance .u-font-white {
  color: #fff;
}

.c-maintenance .u-button {
  border-radius: 0.5rem;
  border: 0.1rem solid #0071e3;
  color: #0071e3;
  width: 16rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  background-color: #fff;
  background-image: url(../img/maintenance/icon_anchor-arrow.png);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.8rem 0.5rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance .u-button {
    width: calc((100% - 2rem) / 2);
    line-height: 2.6rem;
  }
}
.c-maintenance .u-item-number {
  display: inline-block;
  background-color: #0071e3;
  border-radius: 0.6rem;
  padding: 0.8rem 0.8rem 1rem 1rem;
  line-height: 2.1rem;
  font-family: Roboto;
  font-size: 2.1rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-maintenance .u-item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
  }
}
.c-maintenance .u-item-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -1rem;
  width: 80%;
  height: 100%;
  line-height: 2.336rem;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance .u-item-text {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding-left: 0.05rem;
    margin-left: -0.5rem;
    letter-spacing: -0.1rem;
  }
}
.c-maintenance .u-close {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-maintenance .u-close {
    width: 8vmin;
    height: 8vmin;
  }
}

.c-maintenance .u-close img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-maintenance__index_anchor {
  margin-top: 2rem;
}

.c-maintenance__index_anchor_flex {
  column-gap: 1rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_anchor_flex {
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 0.8rem;
  }
}
.c-maintenance__index_anchor_flex_item {
  border-radius: 0.5rem;
  border: 0.1rem solid #0071e3;
  color: #0071e3;
  width: fit-content;
  line-height: 2.8rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  background-color: #fff;
  background-image: url(../img/maintenance/icon_anchor-arrow.png);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.8rem 0.5rem;
  padding-right: 2rem;
  padding-left: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_anchor_flex_item {
    width: calc((100% - 2rem) / 2);
    line-height: 1.8rem;
    padding: 0.2rem 0 0.4rem;
    font-size: clamp(1.4rem, 1.8252933507vw, 1.5rem);
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
  }
}
.c-maintenance__index_info {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__index_info {
    margin-top: 6rem;
    padding: 0 1rem;
  }
}
.c-maintenance__index_info--under {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__index_info--under {
    margin-top: 1.5rem;
  }
}

.c-maintenance__index_info_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  padding: 2rem;
  background-color: #fff;
  border: 0.1rem solid #c1c1c1;
  column-gap: 3.5rem;
  width: 93rem;
  gap: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_content {
    column-gap: 0;
    padding: 2.5rem 1rem 1.8rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.c-maintenance__index_info_content_item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_content_item {
    line-height: 2.4rem;
  }
}
.c-maintenance__index_info_content_item a {
  font-size: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 0.05rem;
  text-underline-offset: 0.25rem;
}

.c-maintenance__index_info_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_section {
    margin-bottom: 3.5rem;
    padding: 0 1rem;
  }
}
.c-maintenance__index_info_heading {
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.21rem;
}

.c-maintenance__index_info_text {
  margin-bottom: 3.6rem;
  line-height: 3.1rem;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_text {
    margin-bottom: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: -0.08rem;
    text-align: center;
  }
}
.c-maintenance__index_info_comment {
  margin-bottom: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_comment {
    margin-bottom: 0.8rem;
  }
}
.c-maintenance__index_info_comment span {
  display: block;
  font-weight: bold;
  line-height: 1.7rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_comment span {
    font-size: 1.4rem;
    line-height: 1.716rem;
  }
}
.c-maintenance__index_info_comment img {
  display: block;
  margin-top: -1rem;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_comment img {
    width: 30rem;
    height: auto;
  }
}
.c-maintenance__index_info_button {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  border: 0.1rem solid #0071e3;
  padding: 0 4rem 0.35rem 3rem;
  width: 53rem;
  height: 8rem;
  line-height: 2.8rem;
  text-align: center;
  letter-spacing: 0.22rem;
  font-size: 2.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_button {
    padding: 1.8rem 0;
    width: 30rem;
    height: 5.3rem;
    letter-spacing: -0.08rem;
    font-size: 1.7rem;
  }
}
.c-maintenance__index_info_button.u-primary {
  position: relative;
  background-color: #0071e3;
  background-image: url(../img/maintenance/icon_sub-mv_white.png), url(../img/maintenance/img_arrow_right_white.png);
  background-position: left 4rem center, right 3rem center;
  background-size: 3.6rem 3.6rem, 1rem 1.7rem;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0 3rem 0 11rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_button.u-primary {
    background-position: left 1rem center, right 1rem center;
    background-size: 2.2rem 2.2rem, 1.2rem 1.8rem;
    padding: 0 2rem 0 4rem;
  }
}
.c-maintenance__index_info_button.u-secondary {
  position: relative;
  background-color: #fff;
  color: #0071e3;
  background-image: url(../img/maintenance/img_arrow_right_primary.png);
  background-repeat: no-repeat;
  background-size: 1rem 1.7rem;
  background-position: right 3rem center;
  margin-top: 2rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-maintenance__index_info_button.u-secondary {
    background-position: right 1rem center;
    background-size: 1.2rem 1.8rem;
    margin-top: 3.6rem;
  }
}
.c-maintenance__content_box {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 1rem;
  margin: 0 auto 4.5rem;
  padding: 4.5rem 5rem 7.5rem;
  width: 120rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__content_box {
    margin-bottom: 3rem;
    padding: 2rem 1rem 2rem;
    width: 100%;
  }
}
.c-maintenance__content_box .u-maintenanceItems p {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_box .u-maintenanceItems p {
    margin-bottom: 3.6rem;
  }
}

.c-maintenance__content_box .u-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.73rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__content_box .u-menu {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: calc(100% - 3rem);
  }
}
.c-maintenance__content_heading {
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  font-size: 3.6rem;
  font-weight: 500;
  padding-bottom: 2rem;
  margin-bottom: 7rem;
  border-bottom: #333 0.1rem solid;
}

@media screen and (max-width: 767px) {
  .c-maintenance__content_heading {
    padding-bottom: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.21rem;
    font-size: 2.1rem;
    margin-bottom: 2.8rem;
  }
}
#maintenenceItems .c-maintenance__content_heading {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  #maintenenceItems .c-maintenance__content_heading {
    margin-bottom: 1.5rem;
  }
}
.c-maintenance__content_separator {
  margin-bottom: 7rem;
  background-color: #333;
  height: 0.05rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__content_separator {
    margin-bottom: 2.8rem;
  }
}
.c-maintenance__content_innerBox {
  margin: 0 auto;
  max-width: 100%;
}

.c-maintenance__content .u-price {
  max-width: 83.5rem;
}

.c-maintenance__content_innerBox {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-maintenance .l-table_wrraper {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.c-maintenance__priceTable,
.c-maintenance th,
.c-maintenance td {
  border: 0.1rem solid #cecece;
  font-weight: normal;
}

.c-maintenance__priceTable {
  margin: 0 auto 2rem;
  width: 100%;
}

.c-maintenance__priceTable th,
.c-maintenance__priceTable td {
  padding: 0 1.1rem;
  min-width: 12.6rem;
  height: 4.5rem;
  vertical-align: middle;
  letter-spacing: 0.08rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-maintenance__priceTable th,
  .c-maintenance__priceTable td {
    white-space: nowrap;
  }
}
.c-maintenance-fixed {
  position: sticky;
  top: 0;
  left: 0;
}

.c-maintenance__priceTable .c-maintenance__priceTable_rowHead {
  padding: 0 1.75rem;
  max-width: 160rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-maintenance__priceTable .c-maintenance__priceTable_rowHead {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.c-maintenance__priceTable-model {
  font-size: 1.4rem;
  background-color: #f4f4f4;
}

.c-maintenance__priceNote {
  margin: 0 auto 6rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.01rem;
}

.c-maintenance__priceNote li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}

.c-maintenance__priceNote li:first-of-type {
  color: #0071e3;
}

.c-maintenance__content_button {
  display: block;
  margin-bottom: 1.6rem;
  padding: 1.6rem 0;
  border: 0.1rem solid #0071e3;
  width: 100%;
  line-height: 2rem;
  letter-spacing: 0.36rem;
  text-align: center;
  font-size: 1.8rem;
  color: #0071e3;
}

@media screen and (max-width: 767px) {
  .c-maintenance__content_button {
    padding: 0.8rem 0;
    text-align: center;
    font-size: 1.6rem;
  }
}
.c-maintenance__content_text {
  line-height: 2.4rem;
  letter-spacing: 0.08rem;
  text-align: justify;
}

.c-maintenance__content_flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media screen and (max-width: 767px) {
  .c-maintenance__content_flex {
    flex-direction: column;
    align-items: start;
  }
}
.c-maintenance__content_flex .img_area {
  width: 52rem;
  height: 23rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_flex .img_area {
    width: 33.5rem;
    height: 14.7rem;
  }
}

.c-maintenance__content_flex .img_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/maintenance/img_car_point.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.c-maintenance__content_flex .img_car {
  padding-top: 2.3076923077%;
  padding-left: 12.6923076923%;
  padding-right: 12.3076923077%;
}

.c-maintenance__content_flex-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: 52rem;
  height: 12.4rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance__content_flex-items {
    margin-top: 4rem;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
}
.c-maintenance__content_flex_item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.9rem;
  border: 0.1rem solid #0071e3;
  border-radius: 1rem;
  width: 25.6rem;
  height: 6rem;
  color: #0071e3;
}

@media screen and (max-width: 767px) {
  .c-maintenance__content_flex_item {
    width: 48.7%;
    height: 3.75rem;
    border-radius: 0.5rem;
    padding: 0 0.5rem;
    width: calc((100% - 0.8rem) / 2);
  }
}
.c-maintenance__content_flex_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url(../img/maintenance/icon_loupe.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-maintenance__content_flex_item::after {
    right: 0.5rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}
.c-maintenance .c-maintenance__menuItem {
  border-radius: 1rem;
  font-size: 1.9rem;
  line-height: 6.35rem;
  letter-spacing: 0.095rem;
  width: 34.8rem;
  height: 7rem;
  background-image: url(../img/maintenance/img_arrow_right_primary.png);
  background-size: 1rem 1.7rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

@media screen and (max-width: 767px) {
  .c-maintenance .c-maintenance__menuItem {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    background-size: 0.6rem 1.1rem;
    height: 5rem;
    line-height: 4.5rem;
  }
}
.c-maintenance .c-maintenance__menuItem.u-primary {
  padding-left: 1.3rem;
  background-color: #0071e3;
  color: #fff;
  background-image: url(../img/maintenance/icon_sub-mv_white.png), url(../img/maintenance/img_arrow_right_white.png);
  background-position: left 1rem center, right 1rem center;
  background-size: 2rem 2rem, 1rem 1.7rem;
}

@media screen and (max-width: 767px) {
  .c-maintenance .c-maintenance__menuItem.u-primary {
    background-size: 2.2rem 2.2rem, 0.6rem 1.1rem;
  }
}
.c-maintenance__maintenance_modals.is-visible,
.c-maintenance .c-maintenance__maintenance_modal.is-visible {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.c-maintenance__maintenance_modals {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s;
}

.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: #c1c1c1 0.1rem solid;
  padding: 2rem 1.6rem 2.8rem;
  border-radius: 1rem;
  width: 78.5rem;
  opacity: 0;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal {
    width: 90vw;
    max-width: 33.5rem;
    max-height: 90vh;
    padding: 1.5rem 1rem;
  }
}

.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal p {
    margin-bottom: 1rem;
  }
}

.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal_title {
  display: flex;
  align-items: center;
}

.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-item-number {
    width: 8vmin;
    max-width: 3rem;
    height: 8vmin;
    max-height: 3rem;
    font-size: 5vmin;
  }
}

.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-item-title {
  padding-left: 1.6rem;
  font-size: 2.1rem;
  letter-spacing: 0.21rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-item-title {
    padding-left: 1rem;
    max-width: calc(100% - 9vmin);
    white-space: nowrap;
    font-size: 6vmin;
  }
}

.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .c-maintenance__content_separetor {
  margin: 0 auto 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .c-maintenance__content_separetor {
    margin-bottom: 1rem;
  }
}

.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  padding-left: 4.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal ul {
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: scroll;
    padding-left: 0;
  }
}

.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal_item-li {
  padding-left: 1em;
  text-indent: -1em;
  line-break: strict;
  width: 47.5%;
  line-height: 2.7rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal_item-li {
    width: 100%;
  }
}

.c-company {
  margin-bottom: 6rem;
}
.c-company:last-child {
  margin-bottom: 0;
}

.c-company__wrapper {
  margin-top: 8rem;
  background-color: #fff;
  padding: 4.5rem 5rem 7.5rem;
  border: 0.1rem solid #c1c1c1;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-company__wrapper {
    margin-top: 3rem;
    padding: 2rem 1rem 2rem;
  }
}

.c-environment__details {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-environment__details {
    gap: 4rem;
  }
}

.c-environment__details-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-environment__details-item {
    gap: 0.8rem;
  }
}

.c-environment__title {
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-environment__title {
    font-size: 1.8rem;
  }
}

.c-environment__textbox {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.c-environment__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-environment__text {
    font-size: 1.4rem;
  }
}

.c-company__bluetext {
  font-size: 1.6rem;
  color: #0071e3;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-company__bluetext {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=common.css.map */



/* calendar
================================== */

.c-calendar-frame {
  width: 52rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 5rem 0;
  border: 0.1rem solid #c1c1c1;
  font-family: "Roboto", sans-serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-calendar-frame {
    width: auto;
    padding: 2rem 0 1.5rem;
    border-radius: 0.8rem;
  }
}

.c-calendar-frame .c-calendar__btn {
  display: flex;
  column-gap: 2rem;
  padding-bottom: 1rem;
  position: absolute;
  top: 8.1rem;
  right: 6.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-calendar-frame .c-calendar__btn {
    column-gap: 1rem;
    padding-bottom: 0.5rem;
    top: 4.6rem;
    right: 2.3rem;
  }
}
.c-calendar-frame .c-calendar__btn .c-calendar__arrow {
  width: 2.5rem;
  height: 2.7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-calendar-frame .c-calendar__btn .c-calendar__arrow {
    width: 2.6rem;
    height: 2.2rem;
  }
}
.c-calendar-frame .c-calendar__btn .c-calendar__arrow::before {
  display: none;
}
.c-calendar-frame .c-calendar__btn .c-calendar__arrow._prev {
  background-image: url(../img/showroom/icon_calendar-arrow-prev.png);
}
.c-calendar-frame .c-calendar__btn .c-calendar__arrow._prev.is-disabled {
  pointer-events: none;
  background-image: url(../img/showroom/icon_calendar-arrow-prev-disabled.png);
}
.c-calendar-frame .c-calendar__btn .c-calendar__arrow._next {
  background-image: url(../img/showroom/icon_calendar-arrow-next.png);
}
.c-calendar-frame .c-calendar__btn .c-calendar__arrow._next.is-disabled {
  pointer-events: none;
  background-image: url(../img/showroom/icon_calendar-arrow-next-disabled.png);
}
.c-calendar-frame .cal_box {
  width: 39rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-calendar-frame .cal_box {
    width: 30.5rem;
  }
}
.c-calendar-frame .cal_box .cal_month {
  font-size: 6.8rem;
  color: #0071e3;
}
@media screen and (max-width: 767px) {
  .c-calendar-frame .cal_box .cal_month {
    font-size: 5.3rem;
  }
}
.c-calendar-frame .cal_box .cal_month_wrap {
  border-bottom: 0.1rem solid #0071e3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.c-calendar-frame .cal_box .calWrap table {
  width: 100%;
  color: #0071e3;
}
.c-calendar-frame .cal_box .calWrap table .cal_headline th {
  text-align: center;
  font-weight: 400;
  padding: 1rem 0.5rem 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-calendar-frame .cal_box .calWrap table .cal_headline th {
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem 1.5rem;
  }
}
.c-calendar-frame .cal_box .calWrap table td {
  text-align: center;
  font-size: 2.7rem;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .c-calendar-frame .cal_box .calWrap table td {
    font-size: 2.1rem;
  }
}

.c-calendar-frame .cal_box .calWrap table td div {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .c-calendar-frame .cal_box .calWrap table td div {
    width: 2.8rem;
  }
}

.c-calendar-frame .cal_box .calWrap table td .cal_close01 {
  color: #fff;
  background: #0071e3;
}

/* .c-calendar-frame .cal_box .calWrap table td .cal_close02 {
  color: #fff;
  background: #000;
} */

.c-calendar-frame .calCaption {
  width: 39rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-calendar-frame .calCaption {
    width: 30rem;
  }
}
.c-calendar-frame .calCaption span {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 0.6rem;
  color: #0071e3;
}
@media screen and (max-width: 767px) {
  .c-calendar-frame .calCaption span {
    font-size: 1.3rem;
  }
}
.c-calendar-frame .calCaption span::before {
  background-color: #0071e3;
  border-radius: 50%;
  content: "";
  height: 1.5rem;
  margin-right: 0.5rem;
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-calendar-frame .calCaption span::before {
    width: 1.1rem;
    height: 1.1rem;
  }
}


.l-modal {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
}
.l-modal__overlay {
  background: rgba(107, 107, 107, 0.6);
  position: absolute;
  inset: 0;
}
.l-modal__content {
  position: relative;
  z-index: 1000;
  overflow: auto;
  height: 100%;
}

.c-modal-calendar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-modal-calendar__close {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  top: 6rem;
  right: 5.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #0071e3;
  letter-spacing: 0;
  width: 5rem;
  padding-top: 3rem;
  background-image: url(../img/top/icon_modal-close.png);
  background-size: 2.5rem 2.5rem;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-modal-calendar__close {
    top: 3rem;
    right: 2rem;
    background-size: 1.5rem 1.5rem;
    font-size: 0.8rem;
    width: 4rem;
    padding-top: 2rem;
  }
}

.c-modal-calendar .c-calendar-frame {
  /* height: 60rem; */
}
@media screen and (max-width: 767px) {
  .c-modal-calendar .c-calendar-frame {
    width: 35.5rem;
    /* height: 43rem; */
  }
}

.c-modal-calendar .c-calendar-frame .cal_box .calWrap table td .cal_close02 {
  color: #fff;
  background: #333;
}

.c-modal-calendar .c-calendar-frame .calCaption .cal__caption__close02 span::before {
  background-color: #333;
}

.c-modal-calendar .c-calendar__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 15rem);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-modal-calendar .c-calendar__btn {
    width: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    padding-top: 1rem;
    column-gap: 2rem;
  }
}
.c-modal-calendar .c-calendar__arrow {
  display: block;
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-modal-calendar .c-calendar__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.c-modal-calendar .c-calendar__arrow._prev {
  background-image: url(../img/top/icon_calendar-arrow-prev.png);
}
.c-modal-calendar .c-calendar__arrow._prev.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.c-modal-calendar .c-calendar__arrow._next {
  background-image: url(../img/top/icon_calendar-arrow-next.png);
}
.c-modal-calendar .c-calendar__arrow._next.is-disabled {
  opacity: 0;
  pointer-events: none;
}

/* top-sec
================================== */

.l-top__sec08 {
  padding: 8.5rem 0 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-top__sec08 {
    padding: 2.5rem 0;
  }
}

.l-top__sec09 {
  background-color: #e3f4ff;
  padding: 9.5rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-top__sec09 {
    padding: 4.5rem 0 4rem;
  }
}