@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! 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 */
/*#007eb4;*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #272727;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -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 {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #272727;
  -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] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0.375rem solid var(--color-focus, #FFA600);
  outline-offset: 0.375rem;
}

/* font */
/* animation */
@keyframes marquee-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes bounce-scale {
  0% { /* 開始*/
    transform: scale(1);
  }
  50% { /* 中間時（最大拡大） */
    transform: scale(1.5); /* 1.5倍に拡大 */
  }
  75% { /* 中間時（最大拡大） */
    transform: scale(1.25); /* 1倍に拡大 */
  }
  100% { /* 終了 */
    transform: scale(1.5);
  }
}
@keyframes bounce-scale2 {
  0% { /* 開始*/
    transform: scale(1);
  }
  50% { /* 中間時（最大拡大） */
    transform: scale(1.2); /* 1.2倍に拡大 */
  }
  75% { /* 中間時（最大拡大） */
    transform: scale(1.1); /* 1倍に拡大 */
  }
  100% { /* 終了 */
    transform: scale(1.2);
  }
}
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: relative;
  z-index: 100;
  width: 100%;
}
.l-header__inner {
  padding-left: 2rem;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 0 2rem;
  align-items: center;
  height: 120px;
}
.l-header__logo {
  position: relative;
  z-index: 10002;
  display: flex;
  align-items: center;
  width: clamp(7.875rem, 17vw, 20.125rem);
  background-color: var(--color-bg-logo, transparent);
}
.l-header__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
  display: flex;
  align-items: stretch;
  margin-left: auto;
  background-color: var(--color-bg-page, #fff);
  border-radius: 0 0 0 2rem;
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
}
.l-header__menu {
  padding: 0.625rem 2.0833333333vw 0.625rem 1.25rem;
}
.l-header__nav-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.l-header__controls {
  display: inline-flex;
  gap: 1.5rem;
}
.l-header__controls-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.l-header__controls-title {
  color: var(--color-text, #666);
}
.l-header__controls-content {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  padding: 0.25rem;
  background: #f0f0f0;
  border-radius: 999rem;
}
.l-header__controls-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  min-height: 2rem;
  cursor: pointer;
  background: #fff;
  border-radius: 999rem;
  --color-text: #272727;
}
.l-header__controls-btn.--main {
  color: #006d9c;
}
.l-header__controls-btn.--blue {
  color: #0020ef;
}
.l-header__controls-btn.--yellow {
  color: #857300; /*#d39b00;*/
}
.l-header__controls-btn.--black {
  color: #272727;
}
.l-header__controls-btn.is-active {
  color: #fff;
  background: #666;
}
@media (hover: hover) {
  .l-header__controls-btn {
    transition: 0.3s linear opacity;
  }
  .l-header__controls-btn:hover {
    opacity: 0.7;
  }
}
.l-header__nav-list {
  display: flex;
  gap: 0.625vw;
  align-items: center;
}
.l-header__nav-item {
  padding: 0.25rem 0.8333333333vw;
}
.l-header__nav-link {
  display: inline-block;
  font-size: clamp(0.75rem, 1vw, 1.125rem);
  font-weight: 700;
  line-height: 2;
  color: var(--color-text, #006d9c);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 50%;
  letter-spacing: 0.045rem;
}
@media (hover: hover) {
  .l-header__nav-link {
    transition: 0.3s linear opacity;
  }
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}
.l-header__buttons {
  display: flex;
  min-width: 15rem;
  height: 7.5rem;
}
.l-header__buttons-item {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background: #fff;
  border: 0.1875rem solid #ca4a00;
}
.l-header__buttons-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.625rem 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  color: #ca4a00;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 50%;
  letter-spacing: 0.045rem;
}
.l-header__buttons-link::before {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.25rem;
  content: "";
  transition: 0.3s linear all;
}
.l-header__buttons-link.--marche::before {
  background: transparent url("../images/common/icon_btn_tent.svg") no-repeat center/contain;
}
.l-header__buttons-link.--order::before {
  background: transparent url("../images/common/icon_btn_order.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .l-header__buttons-link:hover::before {
    transform: scale(1.15);
  }
}
.l-header__sitemap {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10001;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100dvh;
  padding: 9rem 1.5rem 1.5rem;
  overflow-y: scroll;
  visibility: hidden;
  background: rgba(178, 178, 178, 0.4);
  background-blend-mode: multiply;
  transition: 0.6s;
}
.l-header__sitemap::-webkit-scrollbar {
  display: none;
}
.l-header__sitemap.is-active {
  right: 0;
  visibility: visible;
}
.l-header__sitemap-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 3rem;
  padding: 5rem;
  margin-left: auto;
  background-color: var(--color-bg, #d8ecf5);
  border: 0.0625rem solid var(--color-text, #d8ecf5);
  border-radius: 2.5rem;
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
}
.l-header__sitemap-list {
  display: inline-flex;
  flex-direction: column;
  gap: 2.5rem 0;
}
.l-header__sitemap-item {
  line-height: 1;
}
.l-hum {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.625rem 0.25rem;
  background-color: #fff;
  border: none;
}
@media (hover: hover) {
  .l-hum {
    transition: 0.3s linear opacity;
  }
  .l-hum:hover {
    opacity: 0.7;
  }
}
.l-hum__text {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  color: #ca4a00;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 50%;
  letter-spacing: 0.045rem;
}
.l-hum__text.--close {
  display: none;
}
.l-hum__line {
  position: absolute;
  left: 50%;
  display: block;
  width: 2.125rem;
  height: 0.1875rem;
  background-color: #ca4a00;
  transition: 0.3s all;
  transform: translate(-50%, -50%);
}
.l-hum__line:nth-child(1) {
  top: calc(50% - 14px + 11px);
}
.l-hum__line:nth-child(2) {
  top: calc(50% - 14px);
}
.l-hum__line:nth-child(3) {
  top: calc(50% - 14px - 11px);
}
.l-hum.is-active .l-hum__text.--close {
  display: block;
}
.l-hum.is-active .l-hum__text.--open {
  display: none;
}
.l-hum.is-active .l-hum__line:nth-child(1), .l-hum.is-active .l-hum__line:nth-child(3) {
  display: none;
}

@media all and (min-width: 1281px), print {
  .l-header__buttons-item.--hidden-pc {
    display: none;
  }
  .l-header__buttons-item.--order {
    background: #ca4a00;
    border: none;
  }
  .l-header__buttons-item.--order a {
    color: #fff;
  }
  .l-header__buttons-link.--order::before {
    background-image: url("../images/common/icon_btn_order_white.svg");
  }
}
@media only screen and (max-width: 1280px) {
  .l-header {
    background-color: #fff;
    box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
  }
  .l-header__inner {
    padding: 0;
  }
  .l-header__container {
    gap: 0 0.5rem;
    height: 72px;
  }
  .l-header__logo {
    width: 7.875rem;
    margin-left: 0.75rem;
  }
  .l-header__menu {
    display: none;
  }
  .l-header__controls {
    display: none;
  }
  .l-header__sitemap-container > .l-header__controls {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-top: 1.25rem;
  }
  .l-header__sitemap-container .l-header__controls-btn {
    width: inherit;
    padding: 0 0.75rem;
  }
  .l-header__buttons {
    min-width: inherit;
    height: 4.5rem;
  }
  .l-header__buttons-item {
    width: 4.5rem;
    height: 4.5rem;
    border-width: 0.125rem;
    border-left: none;
  }
  .l-header__buttons-item:first-child {
    background: #ca4a00;
  }
  .l-header__buttons-item:first-child a {
    color: #fff;
  }
  .l-header__buttons-link {
    font-size: 0.625rem;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .l-header__buttons-link::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.25rem;
  }
  .l-header__sitemap {
    top: 0;
    height: 100dvh;
    padding: 5.625rem 1.125rem 1.0625rem 1.0625rem;
  }
  .l-header__sitemap-container {
    flex-direction: column;
    padding: 2.5rem 1.25rem;
    border-radius: 1rem;
  }
  .l-header__sitemap-list {
    gap: 1.25rem 0;
    align-items: center;
  }
  .l-hum__text {
    font-size: 0.625rem;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .l-hum__line {
    width: 1.125rem;
    height: 0.125rem;
  }
  .l-hum__line:nth-child(1) {
    top: calc(50% - 10px + 6px);
  }
  .l-hum__line:nth-child(2) {
    top: calc(50% - 10px);
  }
  .l-hum__line:nth-child(3) {
    top: calc(50% - 10px - 6px);
  }
}
.js-bg-blue .l-header__sitemap-container {
  background-color: #00f;
}

.js-bg-black .l-header__sitemap-container {
  background-color: #000;
}

.js-bg-yellow .l-header__nav-link {
  color: #272727;
}
.js-bg-yellow .l-header__sitemap-container {
  background-color: #ff0;
}

/* footer */
.l-footer {
  padding: 5rem 0 4rem;
  margin-top: 10rem;
  background-color: var(--color-bg, #d8ecf5);
  border-radius: 2.5rem 2.5rem 0 0;
}
.l-footer__container {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  justify-content: space-between;
}
.l-footer__logo {
  max-width: 18.125rem;
  margin-bottom: 2rem;
  background-color: var(--color-bg-logo, transparent);
}
.l-footer__address {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1rem 0.75rem;
  align-items: flex-start;
  margin-top: 1rem;
}
.l-footer__address dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.625rem;
  padding: 0.125rem 0.75rem;
  margin: 0.3125rem 0;
  font-weight: 500;
  background-color: #fff;
  border-radius: 999rem;
}
.l-footer__address dt.c-text {
  color: #272727;
}
.l-footer__sitemap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.25rem 3rem;
}
.l-footer__sitemap-list {
  display: inline-flex;
  flex-direction: column;
  gap: 1.25rem 0;
}
.l-footer__sitemap-item {
  line-height: 1;
}
.l-footer__sitemap-link {
  display: inline-flex !important;
  gap: 0 0.5rem;
  font-size: 1.125rem;
  align-items: center;
}
.l-footer__sitemap-link-icon {
  width: 1.75rem !important;
  height: 1.75rem !important;
  transition: 0.3s linear;
}
@media (hover: hover) {
  .l-footer__sitemap-link:hover .l-footer__sitemap-link-icon {
    transform: scale(1.2);
    animation: bounce-scale2 0.3s ease-in-out 1;
  }
}
.l-footer__copyright {
  margin-top: 3rem;
}
.l-footer__copyright-logo {
  max-width: 7.5rem;
  background-color: var(--color-bg-logo, transparent);
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 3.5rem 0.875rem 3rem 0.9375rem;
    margin-top: 7.5rem;
  }
  .l-footer__container {
    flex-direction: column;
  }
  .l-footer__logo {
    max-width: 14.5rem;
  }
  .l-footer__address {
    grid-template-columns: 50px 1fr;
    gap: 0.5rem 0.75rem;
    margin-top: 1rem;
  }
  .l-footer__address dt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.4375rem;
    padding: 0.125rem 0.75rem;
    margin: 0;
  }
  .l-footer__address.--sp {
    display: block;
  }
  .l-footer__address.--sp dd {
    width: 100%;
    margin-top: 0.25rem;
  }
  .l-footer__sitemap {
    flex-direction: column;
  }
  .l-footer__sitemap-link {
    font-size: 0.875rem;
  }
  .l-footer__sitemap-link-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}
/* main */
.l-inner {
  width: 80rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide-max {
  width: 100%;
  padding: 0 3.75rem;
}
.l-inner.--wide {
  width: 92.5rem;
}
.l-inner.--narrow {
  width: 65rem;
}
.l-inner.--spacing-lg {
  padding: 0 1.25rem;
}

.l-section-first {
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.125rem 0 1.0625rem;
  }
  .l-inner.--wide-max {
    padding: 0 1.125rem 0 1.0625rem;
  }
}
/* 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 */
/*#007eb4;*/
.c-category {
  display: inline-block;
  padding: 0.25rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text, #ca4a00);
  letter-spacing: 0.04rem;
  background-color: var(--color-bg, #fff);
  border: 0.0625rem solid var(--color-text, #ca4a00);
  border-radius: 999rem;
}

@media only screen and (max-width: 767px) {
  .c-category {
    font-size: 0.8125rem;
    letter-spacing: 0.0325rem;
  }
}
/*#007eb4;*/
/*#007eb4;*/
/*#007eb4;*/
/*#007eb4;*/
/*#007eb4;*/
/*#007eb4;*/
/*#007eb4;*/
.c-button {
  position: relative;
  min-width: 18.125rem;
  min-height: 3.75rem;
  padding: 0.75rem 3rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  color: var(--color-text, #fff);
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 50%;
  letter-spacing: 0.045rem;
  cursor: pointer;
  background-color: var(--color-bg, #006d9c);
  border: 0.0625rem solid var(--color-text, #006d9c);
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button__text {
  transition: 0.3s linear opacity;
}
.c-button__icon {
  top: 50%;
  right: 1rem;
  transition: transform 0.15s ease-out;
  transform: translateY(-50%);
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  content: "";
  background: #fff url("../images/common/icon_blank.svg") no-repeat center/contain;
  transition: 0.3s linear all;
  transform: translateY(-50%);
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
.c-button.--sub {
  min-height: 4rem;
  color: var(--color-text, #006d9c);
  background-color: var(--color-bg, #fff);
  border-color: var(--color-text, #fff);
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
}
.c-button.--order {
  color: var(--color-text, #fff);
  background-color: var(--color-bg, #ca4a00);
  border-color: var(--color-text, #ca4a00);
}
.c-button.--header {
  justify-content: flex-start;
  min-width: 27.5rem;
  min-height: 5rem;
  padding: 1rem 2.5rem;
  color: var(--color-text, #006d9c);
  background-color: var(--color-bg, #fff);
  border-color: var(--color-text, #fff);
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
}
.c-button.--header .c-button__header-icon {
  margin: 0 1.25rem 0 0.25rem;
  transition: 0.3s linear all;
}
.c-button.--order-sub {
  gap: 0.5rem;
  width: 100%;
  min-width: inherit;
  min-height: 4rem;
  color: #ca4a00;
  background-color: #fff;
  border: 0.125rem solid #ca4a00;
}
.c-button.--order-sub::after {
  background-image: url("../images/common/icon_arrow.svg");
}
@media (hover: hover) {
  .c-button:hover .c-button__text {
    opacity: 0.7;
  }
  .c-button:hover .c-button__icon::before {
    transform: scale(1.5);
    animation: bounce-scale 0.3s ease-in-out 1;
  }
  .c-button:hover.--header .c-button__header-icon {
    transform: scale(1.2);
    animation: bounce-scale2 0.3s ease-in-out 1;
  }
}

@media only screen and (max-width: 767px) {
  .c-button {
    min-height: 3.125rem;
    padding: 0.75rem 2.875rem 0.75rem 2.5rem;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.035rem;
  }
  .c-button::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-button.--sub {
    min-height: 3.125rem;
  }
  .c-button.--header {
    min-width: 17.5rem;
    min-height: 3.5rem;
    padding: 0.5rem 1.5rem;
  }
  .c-button.--header .c-button__header-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 0.75rem 0 0;
  }
  .c-button.--order {
    min-height: 3.3125rem;
  }
  .c-button.--order-sub {
    min-height: 3.3125rem;
  }
  .c-button.--sp {
    width: auto;
    min-width: 10rem;
    padding-left: 1.5rem;
    margin-left: auto;
  }
}
.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-lv1 {
  position: relative;
  padding-left: 4.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text, #272727);
  letter-spacing: 0.24rem;
}
.c-heading-lv1::before {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 3.5rem;
  height: 4.8125rem;
  content: "";
  background: transparent url("../images/common/icon_title.png") no-repeat center/contain;
}
.c-heading-lv1.--color-white {
  color: var(--color-text, #fff);
}

@media only screen and (max-width: 767px) {
  .c-heading-lv1 {
    padding-left: 2.25rem;
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
  }
  .c-heading-lv1::before {
    min-width: 2rem;
    height: 2.8125rem;
  }
}
.c-heading-lv2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text, #272727);
  letter-spacing: 0.2rem;
}
.c-heading-lv2.--marche {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--color-text, #ca4a00);
}

@media only screen and (max-width: 767px) {
  .c-heading-lv2 {
    font-size: 1.625rem;
    letter-spacing: 0.13rem;
  }
  .c-heading-lv2.--marche {
    gap: 0.5rem;
  }
}
.c-heading-lv3 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text, #272727);
  letter-spacing: 0.09rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv3 {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
}
.c-heading-lv4 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text, #272727);
  letter-spacing: 0.075rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv4 {
    font-size: 1.375rem;
    letter-spacing: 0.055rem;
  }
}
.c-heading-lv5 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
  color: var(--color-text, #272727);
  letter-spacing: 0.065rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv5 {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}
.c-heading-lv6 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text, #272727);
  letter-spacing: 0.055rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv6 {
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
  }
}
.c-list-dot__item {
  position: relative;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 1.8;
  color: var(--color-text, #272727);
  letter-spacing: 0.045rem;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  left: 0.0625rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background: #ffa600;
  border-radius: 50%;
}
.c-list-dot__item.--lg {
  padding-left: 1.25rem;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
.c-list-dot__item.--lg + li {
  margin-top: 0;
}
.c-list-dot__item.--lg::before {
  top: 0.75em;
}
.c-list-dot__item.--bold {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    font-size: 0.875rem;
    line-height: 1.65;
    letter-spacing: 0.035rem;
  }
  .c-list-dot__item::before {
    top: 0.575em;
    width: 0.5rem;
    height: 0.5rem;
  }
  .c-list-dot__item.--lg {
    padding-left: 0.875rem;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04rem;
  }
  .c-list-dot__item.--lg + li {
    margin-top: 0.125rem;
  }
  .c-list-dot__item.--lg::before {
    top: 0.5em;
  }
}
.c-list-ol {
  list-style: decimal-leading-zero;
  list-style-position: inside;
}
.c-list-ol__item {
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 1.8;
  color: var(--color-text, #272727);
  letter-spacing: 0.045rem;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-list-ol__item {
    font-size: 0.875rem;
    line-height: 1.65;
    letter-spacing: 0.035rem;
  }
}
.c-list-dl__dt {
  font-weight: bold;
  color: var(--color-text, #272727);
}
.c-list-dl__dd {
  padding-left: 1em;
  color: var(--color-text, #272727);
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 2;
  color: var(--color-text, #006d9c);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 50%;
  letter-spacing: 0.045rem;
}
.c-text-link.--xlg {
  font-size: 1.375rem;
  line-height: 2;
  letter-spacing: 0.055rem;
}
.c-text-link.--lg {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
.c-text-link.--sm {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
.c-text-link.--xsm {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.035rem;
}
.c-text-link:focus-visible {
  outline: 0.375rem solid #ffa600;
  outline-offset: 0.375rem;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_link_blank.svg") no-repeat center/contain;
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
  border: 1px solid currentColor;
  background: none;
}
.c-text-link.--return {
  position: relative;
  padding-left: 1.75rem;
  color: var(--color-text, #006d9c);
}
.c-text-link.--return::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: transparent url("../images/common/icon_arrow.svg") no-repeat center/contain;
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(180deg);
}
.c-text-link.--map {
  position: relative;
  padding-left: 1.625rem;
  color: var(--color-text, #006d9c);
}
.c-text-link.--map::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: transparent url("../images/common/icon_map_blue.svg") no-repeat center/contain;
  transition: 0.3s linear all;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
  .c-text-link.--return:hover {
    opacity: 1;
  }
  .c-text-link.--return:hover::before {
    left: 0;
  }
}

@media all and (min-width: 768px), print {
  .c-text-link.--tel {
    font-weight: 500;
    color: #272727;
    color: var(--color-text, #272727);
    text-decoration: none;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-link {
    line-height: 1.8;
    letter-spacing: 0.035rem;
  }
  .c-text-link.--xlg {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.045rem;
  }
  .c-text-link.--lg {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.04rem;
  }
  .c-text-link.--sm {
    font-size: 0.8125rem;
    line-height: 1.6;
    letter-spacing: 0.0325rem;
  }
  .c-text-link.--xsm {
    font-size: 0.625rem;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .c-text-link.--return {
    padding-left: 1.375rem;
  }
  .c-text-link.--return::before {
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
  }
}
.js-bg-black .c-text-link.--map::before,
.js-bg-blue .c-text-link.--map::before {
  background-image: url("../images/common/icon_map_white.svg");
}

.c-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--color-text, #272727);
  letter-spacing: 0.045rem;
}
.c-text.--xlg {
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.055rem;
}
.c-text.--lg {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
.c-text.--sm {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
.c-text.--xsm {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.035rem;
}
.c-text.--bold {
  font-weight: 700;
}
.c-text.--gray {
  color: var(--color-text, #666);
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
    line-height: 1.65;
    letter-spacing: 0.035rem;
  }
  .c-text.--xlg {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.045rem;
  }
  .c-text.--lg {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.04rem;
  }
  .c-text.--sm {
    font-size: 0.8125rem;
    letter-spacing: 0.0325rem;
  }
  .c-text.--xsm {
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
  }
}
/*#007eb4;*/
.c-input + .c-input {
  margin-top: 2.5rem;
}
.c-input__label {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 1.8;
  color: var(--color-text, #272727);
  letter-spacing: 0.045rem;
}
.c-input__label-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
}
.c-input__optional {
  margin-left: 1rem;
  color: var(--color-text, #666);
}
.c-input__optional.--required {
  color: var(--color-text, #be0707);
}
.c-input__support-text {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 1.8;
  color: var(--color-text, #666);
  letter-spacing: 0.045rem;
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
}
.c-input__text-label.--button {
  min-width: 21.8125rem;
  padding: 0.75rem;
  cursor: pointer;
  background-color: var(--color-bg, #fff);
  border: 0.125rem solid var(--color-text, #006d9c);
  border-radius: 1rem;
}
.c-input__text-label.--button:has(.c-input__checkbox:checked) {
  background-color: var(--color-bg, #d8ecf5);
  border-color: var(--color-text, #006d9c);
}
.c-input__container {
  width: 100%;
  padding: 1rem 2rem;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 1.8;
  color: #666;
  letter-spacing: 0.045rem;
  background-color: #fff;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 0.5rem;
  outline: 0;
  transition: 0.3s linear all;
}
.c-input__container:focus {
  border-color: #ffa600;
}
.c-input__container:hover {
  border-color: #666;
}
.c-input__container.error {
  color: #be0707;
  border-color: #be0707;
}
.c-input__container-text {
  font-size: 1.125rem;
  line-height: 1.5;
  line-height: 1.8;
  color: var(--color-text, #272727);
  letter-spacing: 0.045rem;
}
.c-input__radio-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 0.0625rem solid var(--color-text, #006d9c);
  border-radius: 50%;
}
.c-input__radio-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: var(--color-text, #006d9c);
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2.5rem;
  align-items: flex-start;
  margin-top: 0.75rem;
}
.c-input__radio-wrap.--column {
  flex-direction: column;
}
.c-input__radio-wrap.--flex {
  gap: 1.5rem 0.875rem;
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container {
  border-color: var(--color-text, #006d9c);
}
.c-input__radio:checked + .c-input__radio-container::after {
  opacity: 1;
}
.c-input__radio:checked + label .c-input__radio-container {
  border-color: var(--color-text, #006d9c);
}
.c-input__radio:checked + label .c-input__radio-container::after {
  opacity: 1;
}
.c-input__radio-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-input__radio-label:has(.c-input__radio:focus-visible) {
  outline: 0.375rem solid var(--color-focus, #ffa600);
  outline-offset: 0.375rem;
}
.c-input__radio-label > label {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.c-input__radio-label.--button {
  min-width: 21.8125rem;
  background-color: var(--color-bg, #fff);
  border: 0.125rem solid var(--color-text, #006d9c);
  border-radius: 1rem;
}
.c-input__radio-label.--button label {
  padding: 0.75rem;
}
.c-input__radio-label.--button:has(.c-input__radio:checked) {
  background-color: var(--color-bg, #d8ecf5);
  border-color: var(--color-text, #006d9c);
}
.c-input__check-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2.5rem;
  align-items: flex-start;
  margin-top: 0.75rem;
}
.c-input__check-wrap.--column {
  flex-direction: column;
}
.c-input__check-wrap.--flex {
  gap: 1.5rem 0.875rem;
}
.c-input__check-wrap .c-input__text-label:has(.c-input__checkbox:focus-visible) {
  outline: 0.375rem solid var(--color-focus, #ffa600);
  outline-offset: 0.375rem;
}
.c-input__checkbox-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 0.0625rem solid var(--color-text, #666);
  border-radius: 0.25rem;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 50%;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  border-right: 0.125rem solid var(--color-text, #fff);
  border-bottom: 0.125rem solid var(--color-text, #fff);
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container {
  background-color: var(--color-bg, #006d9c);
  border-color: var(--color-text, #006d9c);
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__error-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #be0707;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
  margin-top: 0.75rem;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  pointer-events: none;
  content: "";
  background: #fff url("../images/common/icon_arrow_white.svg") no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}
.c-input__select-wrap .c-input__container {
  margin-top: 0;
}
.c-input__keyword {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  align-items: center;
  margin-top: 0.75rem;
}
.c-input__keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.25rem;
}
.c-input__keyword-tile {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  color: var(--color-text, #272727);
}
.c-input__keyword-tile::after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid var(--color-text, #272727);
}
.c-input__keyword-link {
  color: var(--color-text, #006d9c);
}

@media only screen and (max-width: 767px) {
  .c-input__label {
    font-size: 0.875rem;
    line-height: 1.65;
    letter-spacing: 0.035rem;
  }
  .c-input__label-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
  .c-input__support-text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.65;
    letter-spacing: 0.035rem;
  }
  .c-input__container {
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.65;
    letter-spacing: 0.035rem;
  }
  .c-input__container-text {
    font-size: 0.875rem;
    line-height: 1.65;
    letter-spacing: 0.035rem;
  }
  .c-input__text-label.--button {
    width: 100%;
    min-width: inherit;
    padding: 0.5rem;
    border-width: 0.0625rem;
    border-radius: 0.5rem;
  }
  .c-input__radio-label.--button {
    width: 100%;
    min-width: inherit;
    border-width: 0.0625rem;
    border-radius: 0.5rem;
  }
  .c-input__radio-label.--button label {
    padding: 0.5rem;
  }
  .c-input__check-wrap.--flex, .c-input__radio-wrap.--flex {
    flex-direction: column;
    gap: 0.5rem;
  }
}
/* project */
/*#007eb4;*/
.p-accordion__item {
  padding: 2rem 2.5rem;
  cursor: pointer;
  background-color: var(--color-bg-page, #fff);
  border: 0.125rem solid var(--color-text, #fff);
  border-radius: 2.5rem;
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
}
.p-accordion__item + .p-accordion__item {
  margin-top: 1.5rem;
}
.p-accordion__item.is-open {
  border-radius: 2.5rem;
}
.p-accordion__item:has(.p-accordion__head:focus-visible) {
  outline: 0.375rem solid var(--color-text, #FFA600);
  outline-offset: 0.375rem;
}
@media (hover: hover) {
  .p-accordion__item {
    transition: 0.3s linear all;
  }
  .p-accordion__item:hover {
    background: #d8ecf5;
  }
}
.p-accordion__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 6rem 0 3.25rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  border-radius: 2.5rem;
  outline: none;
}
.p-accordion__head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: transparent url("../images/common/icon_question.svg") no-repeat center/contain;
}
.p-accordion__head-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0.1875rem;
  align-items: center;
  transition: 0.3s all;
}
.p-accordion__head-icon::before {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  color: var(--color-text, #006d9c);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 50%;
  letter-spacing: 0.045rem;
  content: "ひらく";
  transition: 0.3s linear all;
}
.p-accordion__head-icon::after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: 16px solid #ffa600;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  transition: 0.3s linear all;
}
.p-accordion__head.is-active .p-accordion__head-icon::before {
  content: "とじる";
}
.p-accordion__head.is-active .p-accordion__head-icon::after {
  transform: rotate(180deg);
}
.p-accordion__content {
  padding: 0 6rem 0 3.25rem;
  margin-top: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .p-accordion__item {
    padding: 1.5rem 1.25rem;
  }
  .p-accordion__item + .p-accordion__item {
    margin-top: 1rem;
  }
  .p-accordion__head {
    padding: 0 2rem 0 2.5rem;
  }
  .p-accordion__head::before {
    top: 50%;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
  }
  .p-accordion__head-icon {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-accordion__head-icon::before {
    display: none;
  }
  .p-accordion__head .c-text.--lg {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.035rem;
  }
  .p-accordion__content {
    padding: 0 0.625rem;
    margin-top: 0.75rem;
  }
}
/*#007eb4;*/
.p-anchor-list {
  display: flex;
  gap: 1.25rem;
}
.p-anchor-list__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #272727;
  border: 0.0625rem solid #666;
  border-radius: 999rem;
}
.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #272727;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-list__link:hover {
    color: #fff;
    background-color: #272727;
  }
}

/*#007eb4;*/
.p-breadline {
  margin-top: 0.5rem;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.5rem;
  color: var(--color-text, #006d9c);
}
.p-breadline__item span {
  color: var(--color-text, #272727);
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__item:last-child {
  overflow: hidden;
}
.p-breadline__item:last-child span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 15em;
}
.p-breadline__divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.p-breadline__divider::after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid var(--color-text, #006d9c);
}

/*#007eb4;*/
.p-business-location {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  align-items: stretch;
}
.p-business-location__item {
  width: calc((100% - 42px) / 4);
}
.p-business-location__link {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  height: 100%;
  padding: 1.25rem 2rem;
  background-color: var(--color-bg, #fff);
  border: 0.125rem solid var(--color-text, #fff);
  border-radius: 1rem;
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
}
.p-business-location__link-icon {
  position: relative !important;
}
@media (hover: hover) {
  .p-business-location__link:hover .p-business-location__title {
    opacity: 0.7;
  }
  .p-business-location__link:hover .p-business-location__link-icon::before {
    animation: bounce-scale 0.3s ease-in-out 1;
    transform: scale(1.5);
  }
}
.p-business-location__img {
  margin: 0 auto;
  background-color: #fff;
}
.p-business-location__title {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-align: left;
  pointer-events: none;
  transition: 0.3s linear all;
}
.p-business-location__text {
  margin-top: 1rem;
}

@media only screen and (max-width: 1280px) {
  .p-business-location {
    flex-direction: column;
  }
  .p-business-location__item {
    width: 100%;
  }
  .p-business-location__link {
    grid-template-columns: 128px 1fr;
    gap: 0 1.5rem;
    align-items: center;
    padding: 1.25rem 1.25rem 1.5rem 1.5rem;
    border-radius: 1rem;
  }
  .p-business-location__title {
    gap: 0.75rem;
    font-size: 1.125rem;
  }
  .p-business-location__text {
    margin-top: 0.75rem;
  }
}
/*#007eb4;*/
.p-business-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.p-business-name + .p-business-name {
  margin-top: 0.5rem;
}
.p-business-name__dt {
  display: flex;
  gap: 0.125rem;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #272727;
  background-color: #ebebeb;
  border-radius: 0.25rem;
}
.p-business-name__dt.--sub {
  color: #006d9c;
  background-color: #d8ecf5;
}
.p-business-name__dt-icon {
  width: 1.25rem;
}
.p-business-name__dd {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .p-business-name {
    gap: 0.375rem;
  }
  .p-business-name__dt-icon {
    width: 1rem;
  }
}
/*#007eb4;*/
.p-card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem 2.25rem;
}
.p-card-list.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.p-card-list.--repeat-2 .p-card__img {
  padding-top: 75%;
}
.p-card-list.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}

.p-card {
  overflow: hidden;
  background-color: var(--color-bg, #fff);
  border: 1px solid var(--color-text, transparent);
  border-radius: 1rem;
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
}
.p-card__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-color: #ebebeb;
}
.p-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
}
.p-card__content {
  position: relative;
  padding: 1.25rem 2rem;
  transition: 0.3s linear all;
}
.p-card__icon.u-icon-arrow {
  position: absolute;
  right: 2.375rem;
  bottom: 1.625rem;
}
.p-card__category {
  display: inline-flex;
  padding: 0.25rem 1.25rem;
  margin-top: 0.75rem;
  margin-right: 0.75rem;
  color: #ca4a00;
  background-color: #fff;
  border: 0.0625rem solid #ca4a00;
  border-radius: 999rem;
}
.p-card__title {
  pointer-events: none;
  transition: 0.3s linear all;
}
.p-card__date {
  margin-top: 0.75rem;
  color: var(--color-text, #666);
}
.p-card__text {
  padding-right: 2.5rem;
  margin-top: 0.75rem;
}
.p-card .p-info__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.p-card.--pin .p-card__title::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_pin.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .p-card:hover .p-card__content {
    padding: 1.125rem 2rem 1.375rem;
  }
  .p-card:hover .p-card__title {
    opacity: 0.7;
  }
  .p-card:hover .p-card__icon::before {
    transform: scale(1.5);
    animation: bounce-scale 0.3s ease-in-out 1;
  }
}

@media only screen and (max-width: 1280px) {
  .p-card-list.--repeat-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-card-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .p-card-list.--repeat-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-card-list.--repeat-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-card__img {
    height: 0;
    padding-top: 75%;
  }
  .p-card__content {
    padding: 1rem 1.25rem;
  }
  .p-card__icon {
    right: 1.25rem;
    bottom: 1rem;
  }
  .p-card__date {
    margin-top: 0.5rem;
  }
  .p-card__text {
    padding-right: 2.25rem;
  }
  .p-card.--pin .p-card__title::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/*#007eb4;*/
.p-column-image {
  text-align: center;
}
.p-column-image img {
  border-radius: 1.25rem;
}
.p-column-image__swiper {
  max-width: 60rem;
  margin: 0 auto;
  border-radius: 1.25rem;
}
.p-column-image .swiper-slide {
  position: relative;
  height: 0;
  padding-top: 75%;
  background-color: #ebebeb;
}
.p-column-image .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
}

.p-column {
  display: flex;
  gap: 2.5rem 5rem;
}
.p-column__swiper {
  width: 50%;
}
.p-column__swiper .swiper {
  border-radius: 1rem;
}
.p-column__swiper .swiper-slide {
  position: relative;
  height: 0;
  padding-top: 75%;
  background-color: #ebebeb;
}
.p-column__swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
}
.p-column__swiper .p-pager {
  justify-content: center;
  margin-top: 1.75rem;
}
.p-column__img {
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 34.2857142857%;
  overflow: hidden;
  border-radius: 1.25rem;
}
.p-column__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
}
.p-column__content {
  width: calc(50% - 5rem);
}
.p-column__title {
  margin-bottom: 0.75rem;
  color: var(--color-text, #006d9c);
}
.p-column__button {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.p-column-marche {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--color-text, transparent);
  border-radius: 1rem;
  box-shadow: 4px 4px 16px 0 rgba(202, 74, 0, 0.4);
}
.p-column-marche__img {
  position: relative;
  width: calc(50% - 20px);
  height: inherit;
  padding-top: 37.5%;
  border-radius: 0;
}
.p-column-marche__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-column-marche__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% + 20px);
  padding: 2.5rem 3.5rem;
  background: #fff8f0;
  background-color: var(--color-bg, #fff);
}
.p-column-marche__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: var(--color-text, #ca4a00);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 50%;
  letter-spacing: 0.08rem;
}
.p-column-marche__button {
  margin-top: auto;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-column {
    flex-direction: column;
  }
  .p-column__swiper {
    width: 100%;
  }
  .p-column__img {
    width: 100%;
    padding-top: 60.5333333333%;
  }
  .p-column__content {
    width: 100%;
  }
  .p-column__info dt {
    width: 4.75rem;
  }
  .p-column__info dd {
    width: calc(100% - 92px);
  }
  .p-column__button {
    flex-direction: column;
    align-items: center;
  }
  .p-column-marche {
    flex-direction: column;
    border-radius: 1rem;
  }
  .p-column-marche__img {
    width: 100%;
    padding-top: 75%;
  }
  .p-column-marche__content {
    width: 100%;
    padding: 1.5rem;
  }
  .p-column-marche__title {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
  .p-column-marche__button {
    margin-top: 2.5rem;
  }
}
/*#007eb4;*/
.p-detail {
  display: flex;
  gap: 2.5rem;
}
.p-detail__head {
  width: 20rem;
}
.p-detail__content {
  width: calc(100% - 360px);
}

@media only screen and (max-width: 1280px) {
  .p-detail {
    flex-direction: column;
  }
  .p-detail__head, .p-detail__content {
    width: 100%;
  }
}
/*#007eb4;*/
/*#007eb4;*/
/*#007eb4;*/
.p-table-service {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem;
  width: 100%;
}
.p-table-service__head {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  text-align: center;
  background: #006d9c;
}
.p-table-service__grid {
  display: grid;
  gap: 0.5rem;
}
.p-table-service__grid.--column4 {
  grid-template-columns: repeat(4, 1fr);
}
.p-table-service__grid.--column3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-table-service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 8.125rem;
  padding: 1.125rem 0.5rem 0.75rem;
  background: #f0f0f0;
}
.p-table-service__item.is-active {
  background: #d8ecf5;
}
.p-table-service__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-table-service__mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 0;
}
.p-table-service__mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.p-table-service__mark.--ok::after {
  width: 1.875rem;
  height: 1.875rem;
  border: 0.1875rem solid #006d9c;
  border-radius: 50%;
}
.p-table-service__mark.--ng::after {
  width: 2rem;
  height: 0.1875rem;
  background: #272727;
}

.p-table-a11y {
  width: 100%;
  min-width: 43.75rem;
  color: var(--color-text, #272727);
  border-top: 0.0625rem solid var(--color-text, #666);
}
.p-table-a11y__th {
  padding: 1rem 0 1rem 1.5rem;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 0.0625rem solid var(--color-text, #666);
}
.p-table-a11y__td {
  padding: 1rem 1.5rem 1rem 1rem;
  border-bottom: 0.0625rem solid var(--color-text, #666);
}

@media only screen and (max-width: 767px) {
  .p-table-service {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .p-table-service__head {
    margin-bottom: 1rem;
  }
  .p-table-service__grid {
    display: grid;
    gap: 1rem;
  }
  .p-table-service__grid.--column4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-table-service__grid.--column3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-table-service__item {
    height: 6.25rem;
    padding: 1rem 0.5rem 0.75rem;
  }
  .p-table-service__label {
    font-size: 0.75rem;
  }
  .p-table-service__mark {
    width: 2rem;
    height: 2rem;
  }
  .p-table-service__mark.--ok::after {
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.125rem;
  }
  .p-table-service__mark.--ng::after {
    width: 1.5rem;
    height: 0.125rem;
  }
  .p-table-a11y__th {
    font-size: 0.75rem;
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .p-table-a11y__td {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  }
}
.js-bg-blue .p-table-service__head {
  background-color: #fff;
  color: #00f;
}
.js-bg-blue .p-table-service__item {
  background-color: #fff;
  color: #00f;
}
.js-bg-blue .p-table-service__mark.--ok::after {
  border: 0.1875rem solid #00f;
}
.js-bg-blue .p-table-service__mark.--ng::after {
  background: #00f;
}

.js-bg-black .p-table-service__head {
  background-color: #fff;
  color: #000;
}
.js-bg-black .p-table-service__item {
  background-color: #fff;
  color: #000;
}
.js-bg-black .p-table-service__mark.--ok::after {
  border: 0.1875rem solid #000;
}
.js-bg-black .p-table-service__mark.--ng::after {
  background: #000;
}

.js-bg-yellow .p-table-service__head {
  background-color: #000;
  color: #ff0;
}
.js-bg-yellow .p-table-service__item {
  background-color: #000;
  color: #ff0;
}
.js-bg-yellow .p-table-service__mark.--ok::after {
  border: 0.1875rem solid #ff0;
}
.js-bg-yellow .p-table-service__mark.--ng::after {
  background: #ff0;
}

/*#007eb4;*/
.p-events {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  align-items: stretch;
}
.p-events__item {
  width: calc((100% - 32px) / 3);
}
.p-events__link {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  height: 100%;
  padding: 1.25rem 2rem;
  background-color: var(--color-bg, #fff);
  border: 0.125rem solid var(--color-text, #fff);
  border-radius: 1rem;
}
.p-events__link-icon {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
}
.p-events__link.--more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #006d9c;
  background-color: var(--color-bg, #006d9c);
  border: 0.125rem solid var(--color-text, #d8ecf5);
}
.p-events__link.--more .c-text-link {
  color: var(--color-text, #fff);
}
@media (hover: hover) {
  .p-events__link:hover .p-events__title {
    opacity: 0.7;
  }
  .p-events__link:hover .p-events__link-icon::before {
    animation: bounce-scale 0.3s ease-in-out 1;
    transform: scale(1.5);
  }
}
.p-events__title {
  pointer-events: none;
  transition: 0.3s linear all;
}
.p-events__text {
  padding-right: 1.75rem;
  margin-top: 1rem;
}
.p-events .p-info__icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media only screen and (max-width: 1280px) {
  .p-events__item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .p-events {
    gap: 0.75rem 0;
  }
  .p-events__item {
    width: 100%;
  }
  .p-events__link {
    min-height: 9.125rem;
    padding: 1rem 1.25rem;
  }
  .p-events__link-icon {
    right: 1.25rem;
    bottom: 1rem;
  }
  .p-events__text {
    padding-right: 1.5rem;
    margin-top: 0.75rem;
  }
}
/*#007eb4;*/
.p-table-service {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem;
  width: 100%;
}

.p-table-service__head {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  text-align: center;
  background: #006d9c;
}

.p-table-service__grid {
  display: grid;
  gap: 0.5rem;
}

.p-table-service__grid.--column4 {
  grid-template-columns: repeat(4, 1fr);
}

.p-table-service__grid.--column3 {
  grid-template-columns: repeat(3, 1fr);
}

.p-table-service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 8.125rem;
  padding: 1.125rem 0.5rem 0.75rem;
  background: #f0f0f0;
}

.p-table-service__item.is-active {
  background: #d8ecf5;
}

.p-table-service__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-table-service__mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 0;
}

.p-table-service__mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.p-table-service__mark.--ok::after {
  width: 1.875rem;
  height: 1.875rem;
  border: 0.1875rem solid #006d9c;
  border-radius: 50%;
}

.p-table-service__mark.--ng::after {
  width: 2rem;
  height: 0.1875rem;
  background: #272727;
}

.p-table-a11y {
  width: 100%;
  min-width: 43.75rem;
  color: var(--color-text, #272727);
  border-top: 0.0625rem solid var(--color-text, #666);
}

.p-table-a11y__th {
  padding: 1rem 0 1rem 1.5rem;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 0.0625rem solid var(--color-text, #666);
}

.p-table-a11y__td {
  padding: 1rem 1.5rem 1rem 1rem;
  border-bottom: 0.0625rem solid var(--color-text, #666);
}

@media only screen and (max-width: 767px) {
  .p-table-service {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .p-table-service__head {
    margin-bottom: 1rem;
  }
  .p-table-service__grid {
    display: grid;
    gap: 1rem;
  }
  .p-table-service__grid.--column4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-table-service__grid.--column3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-table-service__item {
    height: 6.25rem;
    padding: 1rem 0.5rem 0.75rem;
  }
  .p-table-service__label {
    font-size: 0.75rem;
  }
  .p-table-service__mark {
    width: 2rem;
    height: 2rem;
  }
  .p-table-service__mark.--ok::after {
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.125rem;
  }
  .p-table-service__mark.--ng::after {
    width: 1.5rem;
    height: 0.125rem;
  }
  .p-table-a11y__th {
    font-size: 0.75rem;
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .p-table-a11y__td {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  }
}
.js-bg-blue .p-table-service__head {
  background-color: #fff;
  color: #00f;
}

.js-bg-blue .p-table-service__item {
  background-color: #fff;
  color: #00f;
}

.js-bg-blue .p-table-service__mark.--ok::after {
  border: 0.1875rem solid #00f;
}

.js-bg-blue .p-table-service__mark.--ng::after {
  background: #00f;
}

.js-bg-black .p-table-service__head {
  background-color: #fff;
  color: #000;
}

.js-bg-black .p-table-service__item {
  background-color: #fff;
  color: #000;
}

.js-bg-black .p-table-service__mark.--ok::after {
  border: 0.1875rem solid #000;
}

.js-bg-black .p-table-service__mark.--ng::after {
  background: #000;
}

.js-bg-yellow .p-table-service__head {
  background-color: #000;
  color: #ff0;
}

.js-bg-yellow .p-table-service__item {
  background-color: #000;
  color: #ff0;
}

.js-bg-yellow .p-table-service__mark.--ok::after {
  border: 0.1875rem solid #ff0;
}

.js-bg-yellow .p-table-service__mark.--ng::after {
  background: #ff0;
}

.p-box {
  padding: 1.5rem 2.5rem;
  background-color: var(--color-bg, #fff);
  border: 1px solid var(--color-text, #006d9c);
  border-radius: 1.25rem;
}
.p-box.--sub {
  background-color: var(--color-bg, #d8ecf5);
  border-color: var(--color-text, transparent);
}
.p-box__title.--icon-check {
  position: relative;
  padding-left: 2.5rem;
}
.p-box__title.--icon-check::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  min-width: 2rem;
  height: 2rem;
  content: "";
  background: transparent url("../images/common/icon_check.svg") no-repeat center/contain;
}
.p-box__text {
  margin-top: 0.5rem;
}
.p-box__text + .p-box__text {
  margin-top: 1.5rem;
}
.p-box__text:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1.25rem 1.5rem;
  }
  .p-box__title.--icon-check {
    padding-left: 1.875rem;
  }
  .p-box__title.--icon-check::before {
    top: 0;
    left: 0;
    min-width: 1.75rem;
    height: 1.75rem;
  }
  .p-box__text + .p-box__text {
    margin-top: 0.75rem;
  }
}
.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%;
  color: var(--color-text, #272727);
  border-top: 0.0625rem solid var(--color-text, #666);
}
.p-table__th {
  padding: 1rem 0 1rem 1.5rem;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 0.0625rem solid var(--color-text, #666);
}
.p-table__th.--w-percent15 {
  width: 15%;
}
.p-table__th.--w-percent25 {
  width: 25%;
}
.p-table__th.--w-percent30 {
  width: 30%;
}
.p-table__th.--w-200 {
  width: 12.5rem;
}
.p-table__td {
  padding: 1rem 1.5rem 1rem 1rem;
  border-bottom: 0.0625rem solid var(--color-text, #666);
}
.p-table__td-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    display: block;
    width: 100% !important;
    padding: 1rem 1.5rem 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    display: block;
    width: 100% !important;
    padding: 0 1.5rem 1rem;
  }
}
/*#007eb4;*/
.p-info {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem 1rem;
  align-items: center;
}
.p-info__term {
  position: relative;
  display: inline-flex;
  gap: 0.125rem;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1rem 0.25rem 2.25rem;
  white-space: nowrap;
  background-color: #ebebeb;
  border: 0.125rem solid #ebebeb;
  border-radius: 0.25rem;
}
.p-info__icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent no-repeat center/contain;
  transform: translateY(-50%);
}
.p-info__icon.--map {
  background-image: url("../images/common/icon_map.svg");
}
.p-info__icon.--tel {
  background-image: url("../images/common/icon_tel.svg");
}
.p-info__icon.--calendar {
  background-image: url("../images/common/icon_calendar.svg");
}
.p-info__icon.--time {
  background-image: url("../images/common/icon_time.svg");
}
.p-info__label {
  color: #272727;
  white-space: nowrap;
}
.p-info.--marche .p-info__term {
  background-color: var(--color-bg, #ca4a00);
  border: 0.0625rem solid var(--color-text, #ca4a00);
}
.p-info.--marche .p-info__label {
  color: var(--color-text, #fff);
}
.p-info.--marche .p-info__icon.--map {
  background-image: url("../images/common/icon_map_white.svg");
}
.p-info.--marche .p-info__icon.--calendar {
  background-image: url("../images/common/icon_calendar_white.svg");
}
.p-info.--marche .p-info__icon.--time {
  background-image: url("../images/common/icon_time_white.svg");
}

.js-bg-yellow .p-info.--marche .p-info__icon.--map {
  background-image: url("../images/common/icon_map.svg");
}
.js-bg-yellow .p-info.--marche .p-info__icon.--calendar {
  background-image: url("../images/common/icon_calendar.svg");
}
.js-bg-yellow .p-info.--marche .p-info__icon.--time {
  background-image: url("../images/common/icon_time.svg");
}

/*#007eb4;*/
.p-mainvisual {
  position: relative;
  width: 100%;
  min-height: 60rem;
  margin: 0 auto;
}
.p-mainvisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mainvisual__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-mainvisual__content {
  position: absolute;
  top: 7.5rem;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 60rem;
  height: calc(100% - 120px);
  padding: 0 3.75rem;
}
.p-mainvisual__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.p-mainvisual__title-en {
  display: block;
  font-family: bahnschrift, sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1;
  color: var(--color-text, #5fadce);
}
.p-mainvisual__title-jp {
  display: block;
  margin-top: -0.5rem;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.6;
  color: #006d9c;
  color: var(--color-text, #006d9c);
  letter-spacing: 0.32rem;
}
.p-mainvisual__title-ls {
  letter-spacing: -1.92rem;
}
.p-mainvisual__text {
  color: var(--color-text, #272727);
}
.p-mainvisual__box {
  max-width: 42.5rem;
  padding: 1.75rem 0 2rem;
  margin-top: 2.5rem;
  background: #fff;
  border-radius: 2.5rem;
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
  --color-text: #fff;
  --color-bg: #ca4a00;
}
.p-mainvisual__box-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06rem;
}
.p-mainvisual__box-listbtn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 0 2rem;
}
.p-mainvisual__box-listbtn .c-button {
  min-width: inherit;
}
.p-mainvisual__box-listbtn .c-button__img {
  margin: 0 0.5rem 0 -1.75rem;
}
.p-mainvisual__box-marche {
  display: flex;
  justify-content: center;
  padding: 1.5rem 2rem 0;
  margin-top: 1.5rem;
  border-top: 0.125rem solid #d3d3d3;
}

@media only screen and (max-width: 1280px) {
  .p-mainvisual {
    position: relative;
    width: 100%;
    min-height: inherit;
    padding-top: 91.2%;
    margin: 0 auto;
  }
  .p-mainvisual::before {
    position: absolute;
    top: 80.8vw;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 35.7333333333vw;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .p-mainvisual__img {
    z-index: 0;
    height: 116.5333333333vw;
  }
  .p-mainvisual__content {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 2;
    max-width: 100%;
    height: auto;
    padding: 0 1.125rem 0 1.0625rem;
  }
  .p-mainvisual__box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainvisual__box {
    max-width: 100%;
    padding: 1.25rem 0 1.5rem;
    margin-top: 1.5rem;
    border-radius: 1rem;
  }
  .p-mainvisual__box-title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
  .p-mainvisual__box-listbtn {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding: 0 1.25rem;
  }
  .p-mainvisual__box-marche {
    padding: 1.25rem 1.25rem 0;
    margin-top: 1.25rem;
  }
  .p-mainvisual__title {
    margin-bottom: 0.75rem;
  }
  .p-mainvisual__title-en {
    font-size: 1.25rem;
  }
  .p-mainvisual__title-jp {
    margin-top: 0.25rem;
    font-size: 2.25rem;
    letter-spacing: 0.18rem;
  }
  .p-mainvisual__title-ls {
    letter-spacing: -1.08rem;
  }
  .p-mainvisual__text.c-text.--lg {
    font-size: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 0.0375rem;
  }
}
/*#007eb4;*/
.p-news__item {
  border-bottom: 0.125rem solid var(--color-text, #d8ecf5);
}
.p-news__link {
  position: relative;
  display: block;
  padding: 1.5rem 5.25rem 1.875rem 2rem;
}
.p-news__link-icon {
  position: absolute;
  right: 2.375rem;
  bottom: 2.25rem;
}
@media (hover: hover) {
  .p-news__link:hover .p-news__link-title {
    opacity: 0.7;
  }
  .p-news__link:hover .p-news__link-icon::before {
    animation: bounce-scale 0.3s ease-in-out 1;
    transform: scale(1.5);
  }
}
.p-news__link.--pin .p-news__link-day {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.p-news__link.--pin .p-news__link-day::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_pin.svg") no-repeat center/contain;
}
.p-news__link-day {
  display: inline-block;
  margin-right: 0.75rem;
  color: #666;
  white-space: nowrap;
}
.p-news__link-title {
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  color: #006d9c;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 50%;
  text-overflow: ellipsis;
  letter-spacing: 0.045rem;
  white-space: nowrap;
  pointer-events: none;
  transition: 0.3s linear all;
}
.p-news__link-category {
  display: inline-block;
  padding: 0.125rem 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-text, #ca4a00);
  letter-spacing: 0.035rem;
  vertical-align: middle;
  background-color: var(--color-bg, #fff);
  border: 0.0625rem solid var(--color-text, #ca4a00);
  border-radius: 999rem;
}
.p-news__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-news__link {
    padding: 1.5rem 2.75rem 1.5rem 0.75rem;
  }
  .p-news__link-icon {
    right: 1.25rem;
  }
  .p-news__link.--pin .p-news__link-day::before {
    width: 1.25rem;
    height: 1.25rem;
  }
  .p-news__link-day {
    margin-right: 0.5rem;
    font-size: 0.8125rem;
  }
  .p-news__link-category {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
  }
  .p-news__link-title {
    width: 100%;
    margin-top: 0.025rem;
    font-size: 0.875rem;
  }
}
.js-bg-black .p-news__link-day, .js-bg-black .p-news__link-title,
.js-bg-blue .p-news__link-day,
.js-bg-blue .p-news__link-title {
  color: #fff;
}

.js-bg-yellow .p-news__link-day, .js-bg-yellow .p-news__link-title {
  color: #000;
}

/*#007eb4;*/
.p-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-pager__button {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  transition: 0.3s linear;
}
.p-pager__button .u-icon-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pager__button .u-icon-arrow::before {
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
}
.p-pager__button:focus-visible {
  outline: 0.375rem solid var(--color-text, #FFA600);
  outline-offset: 0.375rem;
}
.p-pager__button.--next {
  margin-left: 1.75rem;
}
.p-pager__button.--prev {
  margin-right: 1.75rem;
}
.p-pager__button.--prev .u-icon-arrow {
  transform: rotate(180deg);
}
.p-pager__button.--prev .u-icon-arrow::before {
  box-shadow: -4px -4px 16px 0 rgba(0, 126, 180, 0.4);
}
@media (hover: hover) {
  .p-pager__button:hover .u-icon-arrow {
    cursor: pointer;
  }
  .p-pager__button:hover .u-icon-arrow::before {
    animation: bounce-scale 0.3s ease-in-out 1;
    transform: scale(1.5);
  }
}
.p-pager__pagination.swiper-pagination {
  position: relative;
  bottom: inherit !important;
  left: inherit !important;
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  width: inherit !important;
  margin: 0;
}
.p-pager__pagination.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 999rem;
  opacity: 1;
}
.p-pager__pagination.swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background-color: #c8c8c8;
  border-radius: 999rem;
  transform: translate(-50%, -50%);
}
.p-pager__pagination.swiper-pagination .swiper-pagination-bullet:focus-visible {
  outline: 0.375rem solid var(--color-focus, #FFA600);
  outline-offset: 0.375rem;
}
@media (hover: hover) {
  .p-pager__pagination.swiper-pagination .swiper-pagination-bullet {
    transition: 0.3s linear opacity;
  }
  .p-pager__pagination.swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
  }
}
.p-pager__pagination.swiper-pagination .swiper-pagination-bullet-active {
  border-color: #ffa600;
}
.p-pager__pagination.swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: #ffa600;
}
.p-pager__pause {
  margin-right: 1rem;
}
.p-pager__pause.swiper-button-pause {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  background: #666;
  border-radius: 50%;
}
.p-pager__pause.swiper-button-pause::after, .p-pager__pause.swiper-button-pause::before {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 9px;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
}
.p-pager__pause.swiper-button-pause::after {
  left: calc(50% - 4px);
}
.p-pager__pause.swiper-button-pause::before {
  right: calc(50% - 4px);
}
@media (hover: hover) {
  .p-pager__pause.swiper-button-pause {
    transition: 0.3s linear all;
  }
  .p-pager__pause.swiper-button-pause:hover {
    transform: scale(1.5);
  }
}
.p-pager__pause.swiper-button-pause.is-play::before {
  display: none;
}
.p-pager__pause.swiper-button-pause.is-play::after {
  width: 0;
  height: 0;
  background-color: transparent;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 8px;
}

/*#007eb4;*/
.p-pagetitle {
  position: relative;
  margin-top: 2.5rem;
}
.p-pagetitle__title {
  display: inline-block;
}
.p-pagetitle__sub {
  display: inline-block;
  padding-bottom: 0.75rem;
  margin-left: 1.5rem;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    margin-top: 1.5rem;
  }
  .p-pagetitle__sub {
    padding-bottom: 0.5rem;
    margin-left: 0.75rem;
  }
}
/*#007eb4;*/
.p-pagination {
  margin-top: 5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  gap: 1.25rem;
  align-items: center;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-family: bahnschrift, sans-serif;
  font-size: 1.5rem;
  color: var(--color-text, #666);
  background-color: var(--color-bg, #fff);
  border: 0.0625rem solid var(--color-text, #666);
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: var(--color-bg-page, #fff);
    background-color: var(--color-text, #006d9c);
    border-color: var(--color-text, #006d9c);
  }
}
.p-pagination__item span {
  color: var(--color-bg-page, #fff);
  background-color: var(--color-text, #006d9c);
  border-color: var(--color-text, #006d9c);
}
.p-pagination__more {
  display: flex;
  align-items: center;
}
.p-pagination__more::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background: transparent url("../images/common/icon_ellipsis.svg") no-repeat center/contain;
}

@media only screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 3.75rem;
  }
  .p-pagination__list {
    gap: 0.75rem;
  }
  .p-pagination__item span,
  .p-pagination__item a {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .p-pagination__more::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/*#007eb4;*/
.p-point {
  padding: 2rem 4.5rem 2.5rem;
  background: #fff8f0;
  border-radius: 1rem;
}
.p-point__title {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  min-height: 5rem;
  color: #ca4a00;
}
.p-point__title::before {
  display: block;
  min-width: 3.375rem;
  height: 5rem;
  content: "";
  background: transparent url("../images/common/icon_point.svg") no-repeat center/contain;
}
.p-point__text {
  margin-top: 0.5rem;
  --color-text: #272727;
}

@media only screen and (max-width: 767px) {
  .p-point {
    padding: 1.25rem 1.5rem 1.5rem;
  }
}
/*#007eb4;*/
.p-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.p-product-list__item {
  width: calc((100% - 64px) / 3);
}
.p-product-list__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 4.5rem 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  color: var(--color-text, #006d9c);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 50%;
  letter-spacing: 0.045rem;
  background-color: var(--color-bg, #fff);
  border: 0.0625rem solid var(--color-text, #fff);
  border-radius: 1rem;
  box-shadow: 4px 4px 16px 0 rgba(0, 126, 180, 0.4);
}
.p-product-list__link-text {
  transition: 0.3s linear all;
}
.p-product-list__link-icon {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transition: transform 0.15s ease-out;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .p-product-list__link:hover .p-product-list__link-text {
    opacity: 0.7;
  }
  .p-product-list__link:hover .p-product-list__link-icon::before {
    transform: scale(1.5);
    animation: bounce-scale 0.3s ease-in-out 1;
  }
}

@media only screen and (max-width: 1280px) {
  .p-product-list__item {
    width: calc((100% - 32px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .p-product-list {
    gap: 1rem;
  }
  .p-product-list__item {
    width: 100%;
  }
  .p-product-list__link {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.035rem;
  }
  .p-product-list__link::after {
    right: 1rem;
  }
}
/*#007eb4;*/
.p-scroll-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.p-scroll-top.is-fixed {
  z-index: 10;
  opacity: 1;
}
.p-scroll-top__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 9rem;
  height: 9rem;
  padding: 1.375rem 0 2.125rem;
  cursor: pointer;
  background-color: #006d9c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.p-scroll-top__button::before {
  display: block;
  width: 3rem;
  height: 3rem;
  content: "";
  background: transparent url("../images/common/icon_scroll-top.svg") no-repeat center/contain;
  transition: 0.3s linear all;
}
.p-scroll-top__button-text {
  color: #fff;
  pointer-events: none;
}
@media (hover: hover) {
  .p-scroll-top__button:hover::before {
    transform: scale(1.5);
  }
}

@media only screen and (max-width: 767px) {
  .p-scroll-top {
    right: 1.25rem;
    bottom: 1.25rem;
  }
  .p-scroll-top__button {
    width: 5rem;
    height: 5rem;
    padding: 0.625rem 0 1rem;
  }
  .p-scroll-top__button::before {
    width: 2.25rem;
    height: 2.25rem;
  }
  .p-scroll-top__button-text {
    font-size: 0.625rem;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
/*#007eb4;*/
.p-search {
  padding: 5rem 0 6.5rem;
  margin-top: 10rem;
  background-color: var(--color-bg-page, #fff);
  border-radius: 2.5rem 2.5rem 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 126, 180, 0.4);
}
.p-search + .l-footer {
  margin-top: -2.5rem;
}
.p-search__inner {
  display: flex;
  gap: 1.5rem 7.5rem;
  width: 92.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.p-search__title {
  min-width: 24.75rem;
}
.p-search__button {
  margin-top: 3rem;
}

@media only screen and (max-width: 1280px) {
  .p-search {
    padding: 2.5rem 0 5.5rem;
    margin-top: 7.5rem;
  }
  .p-search__inner {
    flex-direction: column;
    padding: 0 2rem;
  }
  .p-search__title {
    min-width: inherit;
  }
  .p-search__button {
    margin-top: 2.5rem;
    text-align: center;
  }
}
/*#007eb4;*/
.p-section-title-h1 {
  margin-bottom: 2.5rem;
}
.p-section-title-h1.--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3.5rem;
  align-items: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-section-title-h1 {
    margin-bottom: 2rem;
  }
  .p-section-title-h1.--flex {
    gap: 1rem;
  }
  .p-section-title-h1.--flex .c-button {
    width: auto;
    min-width: 10rem;
    padding-left: 1.5rem;
    margin-left: auto;
  }
  .p-section-title-h2 {
    margin-bottom: 3.75rem;
    text-align: center;
  }
  .p-section-title-h3 {
    margin-bottom: 3.75rem;
    text-align: center;
  }
}
/*#007eb4;*/
.p-step-bar {
  width: 100%;
  margin-bottom: 2.5rem;
  overflow: hidden;
  text-align: center;
}
.p-step-bar__list {
  display: inline-flex;
  max-width: 100%;
}
.p-step-bar__item {
  position: relative;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  width: 15rem;
  max-width: calc((100% - 30px) / 3);
  padding: 0.5rem 0.75rem;
  color: #666;
  background-color: #f0f0f0;
}
.p-step-bar__item::after {
  position: absolute;
  top: 50%;
  right: -1.25rem;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  content: "";
  background-color: #f0f0f0;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-step-bar__item:nth-child(1) {
  padding: 0.5rem 0;
}
.p-step-bar__item:nth-child(2) {
  padding-right: 0;
}
.p-step-bar__item:nth-child(3) {
  padding-right: 0;
}
.p-step-bar__item.is-active {
  color: #fff;
  background-color: #006d9c;
}
.p-step-bar__item.is-active::after {
  background-color: #006d9c;
}
.p-step-bar__item span {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .p-step-bar {
    margin-bottom: 2.5rem;
  }
  .p-step-bar__item {
    gap: 0.125rem;
    max-width: calc((100% - 20px) / 3);
    padding: 0.375rem 0.75rem;
  }
  .p-step-bar__item:nth-child(1) {
    padding: 0.375rem 0;
  }
  .p-step-bar__item:nth-child(2) {
    padding-right: 0;
  }
  .p-step-bar__item:nth-child(3) {
    padding-right: 0;
  }
  .p-step-bar__item::after {
    right: -0.75rem;
    width: 2rem;
    height: 2rem;
  }
}
/*#007eb4;*/
.p-tabs__nav {
  display: flex;
}
.p-tabs__button {
  display: block;
  width: 100%;
}

/* pages */
/*#007eb4;*/
body.contact .contact-main__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  margin-top: 3rem;
}

/*#007eb4;*/
body.index .index-pickup {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8.25rem calc(100% - 526px) 10.75rem 2.5rem;
}
body.index .index-pickup__flow {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
  transform: translateX(-50%);
}
body.index .index-pickup__flow.--top {
  top: 0;
}
body.index .index-pickup__flow.--bottom {
  bottom: 0;
}
body.index .index-pickup__flow-text {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-width: 200%;
  max-width: inherit;
  height: 100%;
  will-change: transform;
}
body.index .index-pickup__flow-text picture {
  display: block;
  height: 100%;
}
body.index .index-pickup__flow-text picture img {
  display: block;
  width: auto;
  height: 100%;
}
body.index .index-pickup__flow-text.is-marquee-left {
  animation: marquee-left 25s linear infinite;
}
body.index .index-pickup__flow-text.is-marquee-right {
  animation: marquee-right 25s linear infinite;
}
body.index .index-pickup__title {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1.56;
  color: var(--color-text, #006d9c);
  letter-spacing: 0.23rem;
}
body.index .index-pickup__button {
  margin-top: 2rem;
}
body.index .index-pickup__swiper {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: calc(100% - 520px);
  height: 100%;
  padding-left: 1.25rem;
}
body.index .index-pickup__swiper .swiper-wrapper {
  height: auto;
}
body.index .index-pickup__swiper .swiper-slide {
  width: 30rem;
}
body.index .index-pickup__swiper .p-card__title {
  display: inherit;
  padding-right: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.index .index-pickup__control {
  margin-top: 2.5rem;
}
body.index .index-events {
  padding: 0 3.75rem;
}
body.index .index-events__wrap {
  max-width: 112.5rem;
  padding: 5rem 0 7rem;
  margin: 0 auto;
  background-color: var(--color-bg, #006d9c);
  border: 0.125rem solid var(--color-text, #006d9c);
  border-radius: 2.5rem;
}
body.index .index-news {
  margin-top: 10rem;
}
body.index .index-news__wrap {
  display: grid;
  grid-template-columns: 307px 1fr;
  gap: 0 4rem;
  align-items: flex-start;
}
body.index .index-business {
  margin-top: 10rem;
}
body.index .index-links {
  margin-top: 10rem;
}
body.index .index-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  align-self: stretch;
}
body.index .index-links__item {
  width: calc((100% - 4.5rem) / 4);
  min-width: 21.375rem;
}
body.index .index-links__item .c-button {
  width: 100%;
  min-width: inherit;
  height: 100%;
}
body.index .index-faq {
  margin-top: 10rem;
}

@media only screen and (max-width: 1280px) {
  body.index .index-pickup {
    padding: 7.5rem 0 9.0625rem;
  }
  body.index .index-pickup__button {
    order: 1;
    text-align: right;
  }
  body.index .index-pickup__swiper {
    position: relative;
    top: inherit;
    right: inherit;
    order: 2;
    width: 100%;
    height: auto;
    padding: 2.5rem 0 2.5rem 1.25rem;
    margin-left: auto;
  }
  body.index .index-pickup__swiper .swiper-wrapper {
    height: auto;
  }
  body.index .index-pickup__control {
    order: 3;
    margin-top: 0;
  }
  body.index .index-news__wrap {
    display: block;
  }
  body.index .index-events {
    padding: 0 1.125rem 0 1.0625rem;
  }
  body.index .index-events__wrap {
    max-width: 100%;
    padding: 2.25rem 0 1.25rem;
    border-radius: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .index-pickup {
    padding: 4rem 0 4rem;
  }
  body.index .index-pickup__flow {
    height: 4rem;
  }
  body.index .index-pickup__flow-text {
    gap: 1rem;
  }
  body.index .index-pickup__title {
    font-size: 2.375rem;
    letter-spacing: 0.19rem;
  }
  body.index .index-pickup__button {
    margin-top: 1rem;
  }
  body.index .index-pickup__button .c-button {
    width: auto;
    min-width: 10rem;
    padding-left: 1.5rem;
    margin-left: auto;
  }
  body.index .index-pickup__swiper {
    padding: 2rem 0 2rem 1.0625rem;
  }
  body.index .index-pickup__swiper .swiper-slide {
    width: 17.5rem;
  }
  body.index .index-pickup__swiper .p-card__title {
    padding-right: 2.25rem;
  }
  body.index .index-news {
    margin-top: 7.5rem;
  }
  body.index .index-business {
    margin-top: 7.5rem;
  }
  body.index .index-faq {
    margin-top: 7.5rem;
  }
  body.index .index-links {
    margin-top: 7.5rem;
  }
  body.index .index-links__list {
    gap: 0.9375rem 1.5rem;
  }
  body.index .index-links__item {
    width: 100%;
    min-width: inherit;
  }
}
/*#007eb4;*/
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;
}

/*#007eb4;*/
/*#007eb4;*/
body.order .order-main__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  margin-top: 3rem;
}

/*#007eb4;*/
body.pickup .pickup-main .p-card__title {
  display: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.pickup .pickup-main .p-card__text {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding-right: 2.5rem;
}

@media only screen and (max-width: 767px) {
  body.pickup .pickup-main .p-card__text {
    padding-right: 2.25rem;
  }
}
/*#007eb4;*/
body.supplier-detail .p-pagetitle {
  display: none;
}
body.supplier-detail .supplier-detail-main .p-info__desc .c-text-link.--tel {
  display: inline-block;
}
body.supplier-detail .supplier-detail-main .p-info__desc .c-text-link.--tel:not(:last-of-type) {
  margin-right: 1.5rem;
}
body.supplier-detail .supplier-detail-main .p-detail__content .p-table__td .c-text-link.--tel {
  display: inline-block;
}
body.supplier-detail .supplier-detail-main .p-detail__content .p-table__td .c-text-link.--tel:not(:last-of-type) {
  margin-right: 1.5rem;
}

/*#007eb4;*/
body.supplier .supplier-main__scroll-target {
  scroll-margin-top: 120px;
}
body.supplier .supplier-main__result-head {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
}

@media only screen and (max-width: 1280px) {
  body.supplier .supplier-main__scroll-target {
    scroll-margin-top: 72px;
  }
}
@media only screen and (max-width: 767px) {
  body.supplier .supplier-main__result-head {
    flex-direction: column;
    align-items: normal;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

/*#007eb4;*/
.u-background-sub {
  width: 100%;
  max-width: 100rem;
  padding: 4.5rem 0 5rem;
  margin: 0 auto;
  background: #f3fbff;
  background-color: var(--color-bg-page, #f3fbff);
  border-radius: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .u-background-sub {
    padding: 2.5rem 0;
  }
}
/*#007eb4;*/
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-break-both {
  display: block;
}

@media all and (min-width: 768px), print {
  .u-break-pc {
    display: block;
  }
}
@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-scroll__x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*#007eb4;*/
.u-icon-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
}
.u-icon-arrow::before, .u-icon-arrow::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s linear;
}
.u-icon-arrow::after {
  background: transparent url("../images/common/icon_arrow.svg") no-repeat center/contain;
}
.u-icon-arrow::before {
  background-color: #ffa600;
  border-radius: 50%;
}
.u-icon-arrow.--white::after {
  background: transparent url("../images/common/icon_arrow_white.svg") no-repeat center/contain;
}
.u-icon-arrow.--white::before {
  background-color: #fff;
}

.u-icon-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: transparent url("../images/common/icon_home.svg") no-repeat center/contain;
}

.u-icon-service {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: transparent url("../images/common/icon_service.svg") no-repeat center/contain;
}

.u-icon-service-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_service_white.svg") no-repeat center/contain;
}

.u-icon-business {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: transparent url("../images/common/icon_business.svg") no-repeat center/contain;
}

.u-icon-business-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_business_white.svg") no-repeat center/contain;
}

.u-icon-deal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_deal.svg") no-repeat center/contain;
}

.u-icon-padlock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_padlock.svg") no-repeat center/contain;
}

.u-icon-business-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: transparent url("../images/common/icon_business_blue.svg") no-repeat center/contain;
}

.u-icon-growth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: transparent url("../images/common/icon_growth.svg") no-repeat center/contain;
}

.u-icon-megaphone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: transparent url("../images/common/icon_megaphone.svg") no-repeat center/contain;
}

.u-icon-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: transparent url("../images/common/icon_send.svg") no-repeat center/contain;
}

.u-icon-tent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: transparent url("../images/common/icon_tent.svg") no-repeat center/contain;
}

.u-icon-product-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_product_white.svg") no-repeat center/contain;
}

.u-icon-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_map.svg") no-repeat center/contain;
}

.u-icon-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_phone.svg") no-repeat center/contain;
}

.u-icon-business-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: transparent url("../images/common/icon_business_black.svg") no-repeat center/contain;
}

.u-icon-pen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_pen.svg") no-repeat center/contain;
}

.u-icon-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_search.svg") no-repeat center/contain;
}

.u-icon-search-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_search_gray.svg") no-repeat center/contain;
}

.u-icon-search-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_search_white.svg") no-repeat center/contain;
}

.u-icon-send-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_send_black.svg") no-repeat center/contain;
}

.u-icon-marche {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent url("../images/common/icon_marche.svg") no-repeat center/contain;
}

.u-icon-check-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_check_white.svg") no-repeat center/contain;
}

.u-icon-human {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent url("../images/common/icon_human.svg") no-repeat center/contain;
}

@media only screen and (max-width: 767px) {
  .u-icon-arrow,
  .u-icon-arrow-white {
    width: 1.5rem;
    height: 1.5rem;
  }
  .u-icon-calendar,
  .u-icon-business-blue {
    width: 1rem;
    height: 1rem;
  }
  .u-icon-pen,
  .u-icon-search-gray,
  .u-icon-send-black {
    width: 1.25rem;
    height: 1.25rem;
  }
  .u-icon-marche {
    width: 2rem;
    height: 2rem;
  }
}
.js-bg-black .u-icon-map,
.js-bg-blue .u-icon-map {
  background-image: url("../images/common/icon_map_white.svg");
}
.js-bg-black .u-icon-search,
.js-bg-blue .u-icon-search {
  background-image: url("../images/common/icon_search_white.svg");
}

.js-bg-black .u-icon-arrow.--white::after,
.js-bg-blue .u-icon-arrow.--white::after,
.js-bg-yellow .u-icon-arrow.--white::after {
  background: transparent url("../images/common/icon_arrow.svg") no-repeat center/contain;
}
.js-bg-black .u-icon-arrow.--white::before,
.js-bg-blue .u-icon-arrow.--white::before,
.js-bg-yellow .u-icon-arrow.--white::before {
  background-color: #ffa600;
}

/*#007eb4;*/
.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;
}

@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;
  }
}
/*#007eb4;*/
.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;
  }
}
/*#007eb4;*/
.u-text-color {
  color: var(--color-text, #272727);
}
.u-text-color.--white {
  color: var(--color-text, #fff);
}

/* js */
/*#007eb4;*/
.js-bg-main {
  color: var(--color-text);
  background-color: #fcfcfc;
}

.js-bg-black {
  background-color: #000;
  --color-text: #fff;
  --color-bg-page: #000;
  --color-bg-logo: #fff;
  --color-bg: transparent;
  --color-focus: #fff;
}

.js-bg-blue {
  background-color: #00f;
  --color-text: #fff;
  --color-bg-page: #00f;
  --color-bg-logo: #fff;
  --color-bg: transparent;
  --color-focus: #fff;
}

.js-bg-yellow {
  background-color: #ff0;
  --color-bg-page: #ff0;
  --color-bg: transparent;
  --color-text: #272727;
  --color-focus: #272727;
}

/* wordpress */
/*#007eb4;*/
.p-editor__content .alignleft {
  display: block;
  margin-right: auto;
}

.p-editor__content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.p-editor__content .alignright {
  display: block;
  margin-left: auto;
}

/*#007eb4;*/
.p-editor__content iframe {
  display: block;
  width: 80%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-editor__content iframe {
    width: 100%;
  }
}