@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Noto+Sans+JP:wght@100..900&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
}

/* 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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 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;
}

/**
 * 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;
          appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

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

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  background-color: #eaf6fa;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  line-height: 1.8;
  color: #222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

@media only screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  input,
  button,
  select,
  textarea {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.l-header__inner {
  position: relative;
  padding-left: 2.5rem;
}
.l-header__container {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.l-header__logo {
  width: 100%;
  max-width: 313px;
  padding-top: 1.6875rem;
}
.l-header .l-hum {
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: 102px;
  padding: 0.75rem 0.625rem;
  background: linear-gradient(0deg, #124982 0%, #124982 100%), #124982;
  border: none;
  border-radius: 0 0 0 20px;
  transition: background 0.3s ease;
  cursor: pointer;
}
.l-header .l-hum:hover {
  background: linear-gradient(0deg, rgba(18, 73, 130, 0.7) 0%, rgba(18, 73, 130, 0.7) 100%), #fff;
}
.l-header .l-hum-container {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.l-header .l-hum-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 28px;
}
.l-header .l-hum-lines span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.3s all;
  transform-origin: center;
}
.l-header .l-hum-text {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.64px;
}
.l-header .l-hum-text.--close {
  display: none;
}
.l-header .l-hum.is-active .l-hum-lines {
  width: 49px;
}
.l-header .l-hum.is-active .l-hum-lines span:nth-child(1) {
  transform: translateY(12.5px) rotate(35deg);
}
.l-header .l-hum.is-active .l-hum-lines span:nth-child(2) {
  opacity: 0;
}
.l-header .l-hum.is-active .l-hum-lines span:nth-child(3) {
  transform: translateY(-12.5px) rotate(-35deg);
}
.l-header .l-hum.is-active .l-hum-text {
  display: none;
}
.l-header .l-hum.is-active .l-hum-text.--close {
  display: block;
}
.l-header__menu {
  position: absolute;
  top: 102px;
  right: 0;
  display: none;
  min-width: 372px;
  min-height: 416px;
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  box-shadow: 8px 8px 24px 0 rgba(18, 73, 130, 0.4);
}
.l-header__nav-container {
  height: 100%;
  padding: 4rem 2.5rem 2.5rem;
  overflow-y: auto;
}
.l-header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.l-header__nav-item.--reservation {
  padding: 1.5rem 3rem;
  margin-top: 0.5rem;
  background-color: #eaf6fa;
  border-radius: 20px;
}
.l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  display: none;
  width: 100%;
  height: 100vh;
  pointer-events: auto;
  background: #124982;
  opacity: 0.2;
}

@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 0 0 1.25rem;
  }
  .l-header__logo {
    max-width: 183px;
    padding-top: 0.875rem;
  }
  .l-header .l-hum {
    width: 56px;
    height: 56px;
    padding: 0.625rem;
    border-radius: 0 0 0 10px;
  }
  .l-header .l-hum-container {
    gap: 0.25rem;
  }
  .l-header .l-hum-lines {
    width: 20px;
    height: 14px;
  }
  .l-header .l-hum-lines span {
    height: 1px;
  }
  .l-header .l-hum-text {
    font-size: 0.625rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
  }
  .l-header .l-hum.is-active .l-hum-lines {
    width: 26px;
  }
  .l-header .l-hum.is-active .l-hum-lines span:nth-child(1) {
    transform: translateY(6.5px) rotate(35deg);
  }
  .l-header .l-hum.is-active .l-hum-lines span:nth-child(2) {
    opacity: 0;
  }
  .l-header .l-hum.is-active .l-hum-lines span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-35deg);
  }
  .l-header .l-hum.is-active .l-hum-text {
    display: none;
  }
  .l-header .l-hum.is-active .l-hum-text.--close {
    display: block;
  }
  .l-header__menu {
    top: 56px;
    min-width: 291px;
    min-height: 312px;
    border-radius: 20px 0 0 20px;
    box-shadow: 8px 8px 24px 0 rgba(18, 73, 130, 0.4);
  }
  .l-header__nav-container {
    padding: 2.5rem 2rem 1.25rem;
  }
  .l-header__nav-list {
    gap: 1.875rem;
  }
  .l-header__nav-item.--reservation {
    padding: 1.5rem 2.125rem;
    margin-top: 0.125rem;
    border-radius: 10px;
  }
}
/* footer */
.l-footer {
  margin-top: 7.5rem;
  background-color: #fff;
}
.l-footer__container {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  justify-content: space-between;
  max-width: 59.0625rem;
  padding: 2.5rem 1.25rem;
  margin: 0 auto;
}
.l-footer__logo {
  width: 100%;
  max-width: 16.3125rem;
  text-align: center;
}
.l-footer__nav-list {
  display: flex;
  gap: 1.75rem;
  justify-content: space-between;
}
.l-footer__copyright {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.56px;
  background-color: #124982;
}

@media only screen and (max-width: 1280px) {
  .l-footer {
    margin-top: 4.5rem;
  }
  .l-footer__container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .l-footer__logo {
    max-width: 13.0625rem;
  }
  .l-footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    justify-content: start;
  }
}
@media only screen and (max-width: 1280px) and (width <= 560px) {
  .l-footer__nav-list {
    max-width: 20.9375rem;
  }
}
@media only screen and (max-width: 1280px) {
  .l-footer__copyright {
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.48px;
  }
}
/* main */
.l-inner {
  width: calc(1440px + 2.5rem);
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: calc(1500px + 2.5rem);
}
.l-inner.--narrow {
  width: calc(1000px + 2.5rem);
}

/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-accordion + .c-accordion {
  margin-top: 1.25rem;
}
.c-accordion__head {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1rem 3.75rem;
  color: #fff;
  cursor: pointer;
  background-color: #124982;
  border-radius: 0.625rem;
  transition: 0.3s all;
}
.c-accordion__head::before {
  position: absolute;
  top: 28px;
  left: 32px;
  display: block;
  width: 1.3125rem;
  height: 2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.72px;
  content: "Q.";
  transform: translateY(-50%);
}
.c-accordion__head.is-active {
  border-radius: 0.625rem 0.625rem 0 0;
}
.c-accordion__head.is-active .c-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.c-accordion__title {
  font-weight: 700;
  letter-spacing: 0.64px;
}
.c-accordion__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -50%);
}
.c-accordion__icon::after, .c-accordion__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
  transition: 0.3s all;
  transform: translate(-50%, -50%);
}
.c-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion__content {
  transition: height 0.3s;
}
.c-accordion__content-inner {
  padding: 1.5rem 3.5rem 1.5rem 3.8125rem;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.c-accordion__text {
  position: relative;
}
.c-accordion__text::before {
  position: absolute;
  top: -4px;
  left: -10px;
  width: 1.1875rem;
  height: 2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #124982;
  letter-spacing: 0.72px;
  content: "A.";
  transform: translateX(-100%);
}

.c-cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 7.5rem;
}
.c-cta-button span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1.0625rem 2.25rem 0.9375rem 2.375rem;
  margin-bottom: -1.875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #124982;
  letter-spacing: 0.96px;
  background-color: #fff;
  border: 3px solid #124982;
  border-radius: 9.375rem;
}
.c-cta-button span::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: -3;
  width: 0;
  height: 0;
  content: "";
  border-top: 1.125rem solid #124982;
  border-right: 0.5625rem solid transparent;
  border-left: 0.5625rem solid transparent;
  transform: translateX(-50%);
}
.c-cta-button span::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: -2;
  width: 0;
  height: 0;
  content: "";
  border-top: 3.5625rem solid #fff;
  border-right: 1.78125rem solid transparent;
  border-left: 1.78125rem solid transparent;
  transform: translateX(-50%);
}
.c-cta-button a {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 3.3125rem 4.875rem 3.3125rem 9.6875rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1.76px;
  background: linear-gradient(0deg, #124982 0%, #009cc7 100%);
  border-radius: 20px;
}
.c-cta-button a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, #009cc7 0%, #124982 100%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-cta-button a::after {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin-left: 2.75rem;
  vertical-align: middle;
  content: "";
  background: url("../images/common/icon_cta-arrow.png") no-repeat;
  background-size: contain;
  transition: scale 0.3s linear;
  scale: 1;
}
@media (hover: hover) {
  .c-cta-button a:hover::before {
    opacity: 1;
  }
  .c-cta-button a:hover::after {
    scale: 1.2;
  }
}

@media only screen and (max-width: 1280px) {
  .c-cta-button {
    margin-top: 4.5rem;
  }
  .c-cta-button span {
    padding: 0.9375rem 2.125rem;
    margin-bottom: -0.875rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.6px;
  }
  .c-cta-button span::after {
    bottom: -14px;
    border-top: 0.875rem solid #124982;
    border-right: 0.4375rem solid transparent;
    border-left: 0.4375rem solid transparent;
  }
  .c-cta-button span::before {
    bottom: -9px;
    left: 50%;
    border-top: 3.5625rem solid #fff;
    border-right: 1.78125rem solid transparent;
    border-left: 1.78125rem solid transparent;
  }
  .c-cta-button a {
    padding: 2rem 1.875rem 2rem 2.375rem;
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 0.88px;
    border-radius: 10px;
  }
  .c-cta-button a::before {
    border-radius: 10px;
  }
  .c-cta-button a::after {
    width: 2rem;
    height: 2rem;
    margin-left: 0.75rem;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.6;
  color: #124982;
  text-decoration-line: underline;
  text-decoration-thickness: 10%;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: 40%;
  letter-spacing: 0.88px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.c-button::after {
  width: 32px;
  height: 32px;
  margin-left: 0.75rem;
  content: "";
  background: url("../images/common/icon_btn-after.png") no-repeat;
  background-size: contain;
  transition: scale 0.3s linear;
  scale: 1;
}
@media (hover: hover) {
  .c-button {
    transition: opacity 0.3s linear;
  }
  .c-button:hover {
    opacity: 0.7;
  }
  .c-button:hover::after {
    opacity: 1;
    scale: 1.5;
  }
}
.c-button.--blank::after {
  background: url("../images/common/icon_btn-after-blank.png") no-repeat;
  background-size: contain;
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 0.4375rem;
  vertical-align: middle;
  content: "";
  background: url("../images/common/icon_pdf.svg") no-repeat;
}
@media only screen and (max-width: 767px) {
  .c-button.--pdf::after {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    font-size: 1.125rem;
    text-decoration-line: underline;
    text-decoration-thickness: 10%;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-underline-offset: 40%;
    letter-spacing: 0.72px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  .c-button::after {
    width: 24px;
    height: 24px;
    margin-left: 0.5rem;
    content: "";
  }
}

.c-heading-h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
.c-heading-h1.--stick {
  display: inline-flex;
  gap: 1rem;
}
.c-heading-h1.--stick::before {
  display: block;
  min-width: 6px;
  height: 36px;
  margin-top: 0.9375rem;
  content: "";
  background-color: #124982;
}
@media only screen and (max-width: 767px) {
  .c-heading-h1 {
    font-size: 1.625rem;
    letter-spacing: 1.04px;
  }
  .c-heading-h1.--stick {
    gap: 0.75rem;
  }
  .c-heading-h1.--stick::before {
    min-width: 4px;
    height: 23px;
    margin-top: 0.625rem;
  }
}

.c-heading-h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
.c-heading-h2.--stick {
  display: inline-flex;
  gap: 1rem;
}
.c-heading-h2.--stick::before {
  min-width: 4px;
  height: 28px;
  margin-top: 0.75rem;
  content: "";
  background-color: #124982;
}
@media only screen and (max-width: 767px) {
  .c-heading-h2 {
    font-size: 1.5rem;
  }
  .c-heading-h2.--stick {
    gap: 0.75rem;
  }
  .c-heading-h2.--stick::before {
    height: 23px;
    margin-top: 0.5rem;
  }
}

.c-heading-h3 {
  font-size: 1.75rem;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .c-heading-h3 {
    font-size: 1.375rem;
  }
}

.c-heading-h4 {
  font-size: 1.5rem;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .c-heading-h4 {
    font-size: 1.25rem;
  }
}

.c-heading-h5 {
  font-size: 1.3125rem;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .c-heading-h5 {
    font-size: 1.125rem;
  }
}

.c-heading-h6 {
  font-size: 1.125rem;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .c-heading-h6 {
    font-size: 1rem;
  }
}

.c-list-dot__item {
  position: relative;
  padding-left: 1.5em;
  letter-spacing: 0.64px;
}
.c-list-dot__item + li {
  margin-top: 8px;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.925em;
  left: 9px;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background: #124982;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    padding-left: 1.4em;
    letter-spacing: 0.56px;
  }
  .c-list-dot__item + li {
    margin-top: 4px;
  }
  .c-list-dot__item::before {
    top: 0.825em;
    left: 7px;
    width: 7px;
    height: 7px;
  }
}
.c-list-ol {
  list-style-type: none;
  counter-reset: item;
}
.c-list-ol__item {
  position: relative;
  padding-left: 2em;
  letter-spacing: 0.64px;
}
.c-list-ol__item + li {
  margin-top: 8px;
}
.c-list-ol__item::before {
  position: absolute;
  top: 0;
  left: -0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Akshar, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.8;
  color: #124982;
  text-align: center;
  letter-spacing: 0.72px;
  content: counter(item, decimal-leading-zero) ".　";
  counter-increment: item;
}

@media only screen and (max-width: 767px) {
  .c-list-ol__item {
    padding-left: 2.2em;
    letter-spacing: 0.56px;
  }
  .c-list-ol__item + li {
    margin-top: 4px;
  }
  .c-list-ol__item::before {
    top: -2px;
    letter-spacing: 1.28px;
  }
}
.c-list-dl__dt {
  font-weight: 700;
}
.c-list-dl__dd {
  padding-left: 1em;
}
.c-text-link {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  color: #124982;
  text-decoration-line: underline;
  text-decoration-thickness: 10%;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: 30%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  letter-spacing: 0.64px;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-left: 0.4375rem;
  vertical-align: middle;
  content: "";
  background: url("../images/common/icon_blank.svg") no-repeat;
}
@media only screen and (max-width: 767px) {
  .c-text-link.--blank::after {
    width: 15px;
    height: 15px;
  }
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 0.4375rem;
  vertical-align: middle;
  content: "";
  background: url("../images/common/icon_pdf.svg") no-repeat;
}
@media only screen and (max-width: 767px) {
  .c-text-link.--pdf::after {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-link {
    letter-spacing: 0.56px;
  }
}

.c-text {
  letter-spacing: 0.64px;
}
.c-text.--bold {
  font-weight: 700;
}
.c-text.--xsm {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
.c-text.--sm {
  font-size: 0.875rem;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--xlg {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .c-text {
    letter-spacing: 0.56px;
  }
  .c-text.--xsm {
    font-size: 0.625rem;
    line-height: normal;
  }
  .c-text.--sm {
    font-size: 0.75rem;
  }
  .c-text.--lg {
    font-size: 1rem;
  }
  .c-text.--xlg {
    font-size: 1.125rem;
  }
}

.c-sidebar {
  position: fixed;
  right: 36px;
  bottom: 47px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
}
.c-sidebar.is-show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(0);
}
.c-sidebar.is-show.is-footer {
  opacity: 0;
  transform: translateY(100px);
}
.c-sidebar__items {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
}
.c-sidebar__item {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 10.3125rem;
  min-height: 10.3125rem;
  color: #fff;
  text-align: center;
  border-radius: 62.4375rem;
  transition: top 0.3s linear, left 0.3s linear;
}
.c-sidebar__item::before {
  display: block;
  width: 56px;
  height: 56px;
  content: "";
}
.c-sidebar__item::after {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 62.4375rem;
  transition: top 0.3s linear, left 0.3s linear;
}
@media (hover: hover) {
  .c-sidebar__item:hover {
    top: 5px;
    left: 5px;
  }
  .c-sidebar__item:hover::after {
    top: 0;
    left: 0;
  }
}
.c-sidebar__item.--line {
  background-color: #06c755;
}
.c-sidebar__item.--line::before {
  background: url("../images/common/icon_sidebar-line.png") no-repeat;
  background-size: contain;
}
.c-sidebar__item.--line::after {
  background-color: #008034;
}
.c-sidebar__item.--tel {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.56px;
  background-color: #124982;
}
.c-sidebar__item.--tel::before {
  background: url("../images/common/icon_sidebar-tel.png") no-repeat;
  background-size: contain;
}
.c-sidebar__item.--tel::after {
  background-color: #002a56;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .c-sidebar {
    right: 20px;
    bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sidebar {
    right: auto;
    bottom: 1.125rem;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 100px);
  }
  .c-sidebar.is-show {
    transform: translate(-50%, 0);
  }
  .c-sidebar.is-show.is-footer {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  .c-sidebar__items {
    flex-direction: row;
    gap: 0.5625rem;
  }
  .c-sidebar__item {
    min-width: 10.625rem;
    min-height: 4.0625rem;
    font-size: 0.875rem;
    background-color: #124982;
    border-radius: 0.625rem;
  }
  .c-sidebar__item::before {
    width: 40px;
    height: 40px;
  }
  .c-sidebar__item::after {
    border-radius: 0.625rem;
  }
}
/* project */
.p-anchor-list {
  display: flex;
  gap: 16px;
}
.p-anchor-list__link {
  display: block;
  padding: 4px 12px;
  color: #222;
  border: 0.0625rem solid #404346;
  border-radius: 999rem;
}
.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #222;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-list__link:hover {
    color: #fff;
    background-color: #222;
  }
}

.p-breadline {
  margin-top: 4px;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 0.875rem;
  color: #222;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 8px;
  color: #222;
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  margin-right: 8px;
}

.p-card-wide {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.p-card-wide + .p-card-wide {
  margin-top: 5rem;
}
.p-card-wide__img {
  width: 100%;
  max-width: 42.5rem;
  overflow: hidden;
  border-radius: 1.25rem;
}
.p-card-wide__content {
  width: 100%;
  max-width: 41.25rem;
}
.p-card-wide__title {
  margin-bottom: 0.75rem;
}
.p-card-wide__name {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.p-card-wide__text {
  margin-bottom: 1.25rem;
}
.p-card-wide__box {
  margin-bottom: 1.25rem;
}
.p-card-wide__box-sub {
  margin-bottom: 1.25rem;
}
.p-card-wide__button {
  margin-top: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .p-card-wide {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .p-card-wide + .p-card-wide {
    margin-top: 2rem;
  }
  .p-card-wide__img {
    width: 100%;
    border-radius: 0.625rem;
  }
  .p-card-wide__content {
    width: 100%;
  }
  .p-card-wide__title {
    margin-bottom: 0.5rem;
  }
  .p-card-wide__name {
    margin-bottom: 0.5rem;
  }
  .p-card-wide__text {
    margin-bottom: 0.75rem;
  }
  .p-card-wide__box {
    margin-bottom: 0.75rem;
  }
  .p-card-wide__box-sub {
    margin-bottom: 0.75rem;
  }
  .p-card-wide__button {
    margin-top: 0.75rem;
  }
}
.p-box {
  padding: 1.75rem 2.5rem;
  background-color: #fff;
  border-radius: 10px;
}
.p-box.--sub {
  background-color: transparent;
  border: 2px solid #124982;
}
.p-box__title {
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #124982;
  letter-spacing: 0.72px;
}
.p-box__text {
  margin-top: 0.5rem;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1.5rem;
  }
  .p-box__title {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.64px;
  }
  .p-box__text {
    letter-spacing: 0.56px;
  }
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}
.p-table {
  width: 100%;
  letter-spacing: 0.64px;
}
.p-table__th {
  width: 20%;
  padding: 1rem 1.5rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  background-color: #124982;
  border: 0.0625rem solid #fff;
}
.p-table__td {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border: 0.0625rem solid #bababa;
}
@media only screen and (max-width: 767px) {
  .p-table {
    letter-spacing: 0.56px;
  }
  .p-table__th {
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
  }
  .p-table__th:not(:first-child) {
    border-top: none;
  }
  .p-table__td {
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
  }
}

.p-mainvisual {
  position: relative;
}
.p-mainvisual__title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 1.25rem 4rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1.6px;
  background-color: #009cc7;
  border-radius: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__title {
    padding: 0.5rem 1.5rem;
    font-size: 1.625rem;
    letter-spacing: 1.04px;
    border-radius: 0 10px 0 0;
  }
}
.p-news__item {
  border-top: 0.0625rem solid #bababa;
}
.p-news__item:last-child {
  border-bottom: 0.0625rem solid #bababa;
}
.p-news__link {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
@media (hover: hover) {
  .p-news__link {
    transition: 0.3s linear opacity;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}
.p-news__link-day {
  display: inline-block;
  margin-right: 16px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.p-news__link-cat {
  display: inline-block;
  margin-right: 24px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.p-news__link-title {
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-news__link-new {
  margin-right: 4px;
  font-size: 0.75rem;
  white-space: nowrap;
}
.p-news__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-news__link {
    flex-wrap: wrap;
  }
  .p-news__link-day {
    margin-right: 8px;
  }
  .p-news__link-cat {
    margin-right: 8px;
  }
  .p-news__link-title {
    width: 100%;
  }
  .p-news__button {
    text-align: center;
  }
}
.p-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-pagination__list {
  position: relative;
  display: inline-flex;
  gap: 1.25rem;
  align-items: center;
}
.p-pagination__item:not(.--prev, .--next) span,
.p-pagination__item:not(.--prev, .--next) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 1.6;
  color: #124982;
  letter-spacing: 0.64px;
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 8px;
  box-shadow: 4px 4px 12px 0 rgba(18, 73, 130, 0.4);
}
@media (hover: hover) {
  .p-pagination__item:not(.--prev, .--next) a {
    transition: 0.3s linear all;
  }
  .p-pagination__item:not(.--prev, .--next) a:hover {
    opacity: 0.7;
  }
}
.p-pagination__item:not(.--prev, .--next) span {
  color: #fff;
  background-color: #124982;
}
.p-pagination__item.--prev, .p-pagination__item.--next {
  position: absolute;
  width: 32px;
  height: 32px;
}
.p-pagination__item.--prev {
  left: -38px;
  background-image: url("../images/common/icon_page-before.svg");
  background-size: contain;
  transform: translateX(-100%);
}
.p-pagination__item.--next {
  right: -38px;
  background-image: url("../images/common/icon_page-after.svg");
  background-size: contain;
  transform: translateX(100%);
}

@media only screen and (max-width: 767px) {
  .p-pagination__item:not(.--prev, .--next) span,
  .p-pagination__item:not(.--prev, .--next) a {
    width: 32px;
    height: 32px;
    letter-spacing: 0.56px;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 0 rgba(18, 73, 130, 0.4);
  }
  .p-pagination__item.--prev, .p-pagination__item.--next {
    width: 23px;
    height: 23px;
  }
  .p-pagination__item.--prev {
    left: -22px;
  }
  .p-pagination__item.--next {
    right: -22px;
  }
}
/* pages */
body.car .car__card-wide-content {
  max-width: 42.5rem;
}
body.car .car__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 1.25rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
body.car .car__card {
  width: 100%;
  max-width: 42.5rem;
}
body.car .car__card-heading {
  margin-bottom: 0.75rem;
}
body.car .car__card-sub {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  body.car .car__cards {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
  body.car .car__card-sub {
    margin-top: 1rem;
  }
}
body.driver .p-card-wide {
  align-items: start;
}
body.driver .p-card-wide__box-sub:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body.driver .p-card-wide {
    align-items: center;
  }
  body.driver .p-card-wide__text {
    margin-bottom: 1.25rem;
  }
}
body.index .renewal__inner {
  max-width: 112.5rem;
  padding-left: 1.25rem;
  margin-left: auto;
}
body.index .renewal__container {
  display: flex;
  gap: 1.875rem;
  align-items: start;
  justify-content: space-between;
}
body.index .renewal__content {
  position: relative;
  width: 100%;
  min-width: 42.25rem;
  max-width: 42.25rem;
  margin-top: 9.25rem;
}
body.index .renewal__content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 68.75rem;
  height: 68.75rem;
  content: "";
  background-color: #fff;
  border-radius: 1000px;
  transform: translate(-50%, -50%);
}
body.index .renewal__new {
  position: relative;
  display: block;
  max-width: 32.8125rem;
  padding-bottom: 0.625rem;
  margin-inline: auto;
  font-size: clamp(1.125rem, 1.75vw, 1.75rem);
  font-weight: 700;
  line-height: 1.6;
  color: #e76000;
  text-align: center;
  letter-spacing: 1.12px;
}
body.index .renewal__new::before, body.index .renewal__new::after {
  position: absolute;
  top: 0;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
}
body.index .renewal__new::before {
  left: 0;
  background: url("../images/index/icon_new-before.png") no-repeat 50% 50%;
  background-size: contain;
  transform: translate(-100%);
}
body.index .renewal__new::after {
  right: 0;
  background: url("../images/index/icon_new-after.png") no-repeat 50% 50%;
  background-size: contain;
  transform: translate(100%);
}
body.index .renewal__content-catch {
  padding-bottom: 1rem;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.6;
  color: #009cc7;
  letter-spacing: 2.24px;
}
body.index .renewal__content-catch span {
  font-size: 72px;
  color: #124982;
  letter-spacing: 2.88px;
}
body.index .renewal__box {
  max-width: 41.0625rem;
  padding: 1.75rem 2.5rem;
  background-color: #fff;
  border: 2px solid #bababa;
  border-radius: 1.25rem;
}
body.index .renewal__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  align-items: center;
  justify-content: start;
}
body.index .renewal__list-item {
  width: 12.75rem;
  padding-left: 1em;
  font-size: clamp(0.9375rem, 1.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.96px;
}
body.index .renewal__list-item + li {
  margin-top: 0rem;
}
body.index .renewal__list-item span {
  font-weight: 900;
  color: #e76000;
  letter-spacing: 0.96px;
}
body.index .renewal__list-item::before {
  left: 7px;
  width: 0.3em;
  height: 0.3em;
  background-color: #f3a600;
}
body.index .renewal__buttons {
  display: flex;
  gap: 1.0625rem;
  align-items: center;
  justify-content: start;
  margin-top: 3rem;
}
body.index .renewal__button-icon {
  display: block;
  width: 3rem;
  height: 3rem;
}
body.index .renewal__button-icon.--line {
  background: url("../images/index/icon_btn-line.png");
  background-size: contain;
}
body.index .renewal__button-icon.--tel {
  background: url("../images/index/icon_btn-tel.png");
  background-size: contain;
}
body.index .renewal__button {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 20rem;
  min-height: 4.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.8px;
  border-radius: 0.625rem;
  transition: top 0.3s linear, left 0.3s linear;
}
body.index .renewal__button.--line {
  background-color: #06c755;
}
body.index .renewal__button.--line::after {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #007f34;
  border-radius: 0.625rem;
  transition: top 0.3s linear, left 0.3s linear;
}
@media (hover: hover) {
  body.index .renewal__button.--line:hover {
    top: 5px;
    left: 5px;
  }
  body.index .renewal__button.--line:hover::after {
    top: 0;
    left: 0;
  }
}
body.index .renewal__button.--tel {
  background-color: #124982;
}
body.index .renewal__button.--tel span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.index .renewal__button.--tel span::after {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -7px;
  margin-left: 13px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.64px;
  content: "（090-3071-6167）";
}
body.index .renewal__button.--tel::after {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #002a56;
  border-radius: 0.625rem;
  transition: top 0.3s linear, left 0.3s linear;
}
@media (hover: hover) {
  body.index .renewal__button.--tel:hover {
    top: 5px;
    left: 5px;
  }
  body.index .renewal__button.--tel:hover::after {
    top: 0;
    left: 0;
  }
}
body.index .renewal__image {
  max-width: 65rem;
  margin-top: 4.25rem;
  overflow: hidden;
  border-radius: 2.5rem 0 0 2.5rem;
}
body.index .message {
  margin-top: 12.5rem;
}
body.index .message__inner {
  max-width: 56.875rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
body.index .message__catch {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1.92px;
}
body.index .message__catch span {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  background-color: #124982;
  border-radius: 0.5rem;
}
body.index .message__catch span + span {
  margin-top: 0.75rem;
}
body.index .message__text {
  margin-top: 3rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 1.12px;
}
body.index .message__button {
  margin-top: 5.5rem;
}
body.index .message .p-card-wide__box {
  margin-bottom: 3rem;
}
body.index .message .p-card-wide__box .p-box__title {
  font-size: clamp(1.125rem, 1.75vw, 1.75rem);
}
body.index .message .p-card-wide__box .c-list-dot {
  display: flex;
  flex-wrap: wrap;
}
body.index .message .p-card-wide__box .c-list-dot__item {
  width: 33%;
  font-size: clamp(0.9375rem, 1.5vw, 1.5rem);
  font-weight: 700;
}
body.index .message .p-card-wide__box .c-list-dot__item + li {
  margin-top: 0;
}
body.index .info {
  margin-top: 8rem;
}
body.index .info__inner {
  max-width: 112.5rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
body.index .info__container {
  max-width: 110rem;
  padding: 10rem 5rem;
  background: url("../images/index/bg_info.jpg") no-repeat 50% 50%;
  background-size: cover;
  border-radius: 1.25rem;
}
body.index .info__card-wide {
  gap: 4.9375rem;
  justify-content: start;
  max-width: 90rem;
  padding: 2.5rem;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 1.75rem;
  box-shadow: 8px 8px 24px 0 rgba(18, 73, 130, 0.4);
}
body.index .info__card-wide-img {
  max-width: 35rem;
}
body.index .info__card-wide-content {
  max-width: 40rem;
}
body.index .info__card-wide-button {
  margin-top: 0.875rem;
}

@media only screen and (max-width: 1280px) {
  body.index .renewal__inner {
    padding-inline: 1.0625rem;
  }
  body.index .renewal__container {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  body.index .renewal__content {
    margin-top: 2.25rem;
  }
  body.index .renewal__new {
    max-width: 17.5625rem;
  }
  body.index .renewal__new::before, body.index .renewal__new::after {
    top: auto;
    bottom: 0;
    width: 4rem;
    height: 4rem;
  }
  body.index .renewal__image {
    margin-top: 2.25rem;
    border-radius: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .renewal__inner {
    padding-inline: 1.0625rem;
    overflow: hidden;
  }
  body.index .renewal__container {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  body.index .renewal__content {
    min-width: auto;
    max-width: auto;
    margin-top: 1.25rem;
  }
  body.index .renewal__content::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    height: 150%;
    content: "";
    background-color: #fff;
    border-radius: 0;
  }
  body.index .renewal__new {
    max-width: 12.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.64px;
  }
  body.index .renewal__new::before, body.index .renewal__new::after {
    bottom: 8px;
    width: 2rem;
    height: 2rem;
  }
  body.index .renewal__content-catch {
    font-size: 1.5rem;
    letter-spacing: 0.96px;
  }
  body.index .renewal__content-catch span {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 1.28px;
  }
  body.index .renewal__box {
    max-width: 21.25rem;
    padding: 1.25rem;
    border: 1px solid #bababa;
    border-radius: 0.625rem;
  }
  body.index .renewal__list {
    gap: 0.375rem 1.25rem;
  }
  body.index .renewal__list-item {
    width: 8.625rem;
    padding-left: 1em;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.64px;
  }
  body.index .renewal__list-item span {
    line-height: 1.6;
    letter-spacing: 0.64px;
  }
  body.index .renewal__list-item::before {
    top: 0.9em;
    left: 5px;
    width: 0.4em;
    height: 0.4em;
  }
  body.index .renewal__buttons {
    display: none;
  }
  body.index .message {
    margin-top: 1.5rem;
  }
  body.index .message__container {
    max-width: 33.125rem;
    margin-inline: auto;
  }
  body.index .message__catch {
    font-size: 1.625rem;
    letter-spacing: 1.04px;
  }
  body.index .message__catch span {
    padding: 0.375rem 1.25rem 0.25rem;
    border-radius: 0.25rem;
  }
  body.index .message__text {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.72px;
  }
  body.index .message__button {
    margin-top: 1.75rem;
    text-align: right;
  }
  body.index .message .p-card-wide__box .c-list-dot {
    flex-direction: column;
  }
  body.index .message .p-card-wide__box .c-list-dot__item {
    width: 100%;
  }
  body.index .info {
    margin-top: 2.5rem;
  }
  body.index .info__inner {
    padding-inline: 0rem;
  }
  body.index .info__container {
    padding: 1.25rem;
  }
  body.index .info__card-wide {
    gap: 1.5rem;
    align-items: start;
    padding: 1.25rem 1.25rem 2.5rem;
    border-radius: 1rem;
    box-shadow: 8px 8px 24px 0 rgba(18, 73, 130, 0.4);
  }
  body.index .info__card-wide + .info__card-wide {
    margin-top: 1.25rem;
  }
  body.index .info__card-wide-img {
    max-width: 100%;
  }
  body.index .info__card-wide-button {
    margin-top: 1.5rem;
    text-align: right;
  }
}
body.news-single .news-single-main .p-editor__content {
  margin-top: 5rem;
}
body.news-single .news-single-main__button {
  margin-top: 5rem;
  text-align: center;
}

body.price .price__info + .price__info {
  margin-top: 5rem;
}
body.price .price__info-heading {
  margin-bottom: 0.75rem;
}
body.price .price__info-item + .price__info-item {
  margin-top: 0.25rem;
}
body.price .price__info-asterisk {
  margin-top: 0.25rem;
}
body.price .price__info-box {
  max-width: 90rem;
  padding: 2.5rem;
  margin-top: 1.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
body.price .price__info-payment {
  max-width: 30rem;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  body.price .price__info + .price__info {
    margin-top: 2.5rem;
  }
}
body.reservation .reservation__info + .reservation__info {
  margin-top: 5rem;
}
body.reservation .reservation__info-heading {
  margin-bottom: 0.75rem;
}
body.reservation .reservation__info-link {
  position: relative;
  display: inline-block;
  padding-left: 2.75rem;
}
body.reservation .reservation__info-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.reservation .reservation__info-link.--tel::before {
  background-image: url("../images/reservation/icon_tel.png");
}
body.reservation .reservation__info-link.--line {
  margin-top: 1.5rem;
}
body.reservation .reservation__info-link.--line::before {
  background-image: url("../images/reservation/icon_line.png");
}
body.reservation .reservation__info-asterisk {
  margin-top: 0.75rem;
}
body.reservation .reservation__info-asterisk.--mt4 {
  margin-top: 0.25rem;
}
body.reservation .reservation__info-line {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  max-width: 15rem;
  margin-top: 1.25rem;
}
body.reservation .reservation__info-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.25rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}
body.reservation .reservation__info-box {
  width: 43.75rem;
  height: 15.8125rem;
}
body.reservation .reservation__info-item + .reservation__info-item {
  margin-top: 0.25rem;
}

@media only screen and (max-width: 767px) {
  body.reservation .reservation__info + .reservation__info {
    margin-top: 2rem;
  }
  body.reservation .reservation__info-line {
    display: none;
  }
  body.reservation .reservation__info-link {
    padding-left: 2.25rem;
  }
  body.reservation .reservation__info-link::before {
    width: 28px;
    height: 28px;
  }
  body.reservation .reservation__info-link.--line {
    margin-top: 0.5rem;
  }
  body.reservation .reservation__info-boxes {
    flex-direction: column;
    gap: 1.25rem;
  }
  body.reservation .reservation__info-box {
    width: 100%;
    height: auto;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  color: #f05e54;
  text-indent: -1em;
}
.u-asterisk.--mt-4 {
  margin-top: 0.25rem;
}

@media all and (min-width: 1281px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media all and (min-width: 768px), print {
  .u-hidden-pc-tab {
    display: none;
  }
  .u-tellink {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1280px) {
  .u-hidden-tab-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

.u-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
  .u-section-first {
    margin-top: 3.75rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
.u-text-decoration.--accent {
  font-weight: 700;
  color: #e76000;
}
.u-text-decoration.--brand-sub {
  position: relative;
  padding-bottom: 0.125rem;
  padding-left: 26px;
  font-weight: 700;
  color: #009cc7;
  letter-spacing: 0.72px;
}
.u-text-decoration.--brand-sub::before {
  position: absolute;
  top: 0.95em;
  left: 9px;
  display: block;
  width: 0.575em;
  height: 0.575em;
  content: "";
  background: #009cc7;
  border-radius: 50%;
  transform: translateY(-50%);
}