@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 */
@media screen and (width <= 960px) {
  :root {
    --scale: calc(100vw / 375px);
  }
}

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

body {
  overflow-x: hidden;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #fff;
}

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: #333;
  -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] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.l-header__container {
  display: flex;
  justify-content: space-between;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .l-header__container {
    padding: 0.375rem 0.875rem 1rem;
  }
}

.l-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
}
.l-header__logo:hover, .l-header__logo:active {
  opacity: 0.7;
}

.l-header__content {
  display: flex;
  align-items: center;
}

.l-header__tellink {
  padding-top: 0.4375rem;
  pointer-events: none;
}
.l-header__tellink:hover, .l-header__tellink:active {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .l-header__tellink {
    pointer-events: inherit;
  }
}

.l-header__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 0;
  padding-top: 0.4375rem;
  margin-left: 2.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header__links {
    margin-left: 1.25rem;
  }
}

.l-header__links-link {
  padding: 0.25rem 0;
  transition: 0.3s opacity;
}
.l-header__links-link:hover, .l-header__links-link:active {
  opacity: 0.7;
}

.l-header__cta {
  margin-left: 0.9375rem;
}

.l-header__cta-link {
  background-color: #806b4f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3125rem 1.4375rem;
  transition: 0.3s opacity;
}
.l-header__cta-link:hover, .l-header__cta-link:active {
  opacity: 0.7;
}

.l-header__nav {
  display: flex;
  padding: 0.625rem 0;
  background-color: #f0f0f0;
}

.l-header__nav-list {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.625rem 0;
}

.l-header__nav-item {
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__nav-item:not(:last-child) {
  border-right: 1px solid #000;
}
.l-header__nav-item.--new {
  position: relative;
}
.l-header__nav-item.--new::after {
  content: "";
  position: absolute;
  top: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.375rem;
  height: 0.875rem;
  background: url(../images/common/icon_new.jpg) no-repeat center center;
  background-size: contain;
}

.l-header__nav-link {
  font-size: 0.875rem;
  color: #000;
  transition: 0.3s color;
}
.l-header__nav-link:hover, .l-header__nav-link:active {
  color: #000;
}
.l-header__nav-link.--nolink {
  pointer-events: none;
  cursor: default;
  color: #b3b3b3;
}

/* footer */
.l-footer {
  margin-top: 6.5625rem;
  padding-bottom: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 2.5rem;
    padding-bottom: 22vw;
  }
}

.l-footer__nav {
  display: flex;
  padding: 0.625rem 0;
  background-color: #f0f0f0;
}

.l-footer__nav-list {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.625rem 0;
}

.l-footer__nav-item {
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__nav-item:not(:last-child) {
  border-right: 1px solid #666;
}
.l-footer__nav-item.--new {
  position: relative;
}
.l-footer__nav-item.--new::after {
  content: "";
  position: absolute;
  top: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.375rem;
  height: 0.875rem;
  background: url(../images/common/icon_new.jpg) no-repeat center center;
  background-size: contain;
}

.l-footer__nav-link {
  font-size: 0.875rem;
  color: #000;
  transition: 0.3s color;
}
.l-footer__nav-link:hover, .l-footer__nav-link:active {
  color: #000;
}
.l-footer__nav-link.--nolink {
  pointer-events: none;
  cursor: default;
  color: #b3b3b3;
}

.l-footer__info {
  margin-top: 2.6875rem;
  display: flex;
  justify-content: center;
  gap: 1rem 5.25rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .l-footer__info {
    flex-direction: column;
    align-items: center;
  }
}

.l-footer__logo {
  padding-top: 0.3125rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.l-footer__logo a {
  max-width: 31.25rem;
  transition: 0.3s opacity;
}
.l-footer__logo a:hover, .l-footer__logo a:active {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .l-footer__logo {
    text-align: center;
  }
  .l-footer__logo a {
    display: contents;
  }
}

.l-footer__tel {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .l-footer__tel {
    text-align: center;
    pointer-events: inherit;
  }
}

.l-footer__copy {
  margin-top: 2.875rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 0.625rem;
  }
}

/* main */
.l-inner {
  width: 72.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

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

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.25rem;
  }
}
/* margin */
/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-picture {
  display: inline-block;
  width: var(--_display-width, 100%);
  max-width: 100%;
  aspect-ratio: var(--_aspect-ratio, auto);
}
@media only screen and (max-width: 767px) {
  .c-picture {
    width: min(var(--_display-width-sp, var(--_display-width, 100%)) * var(--scale, 1), 100%);
    aspect-ratio: var(--_aspect-ratio-sp, var(--_aspect-ratio, auto));
  }
}
.c-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* project */
.p-about__inner {
  background-color: #72634E;
  text-align: center;
  padding: 0.5rem 1.25rem;
}
@media only screen and (max-width: 767px) {
  .p-about__inner {
    padding: 0.625rem 0.625rem;
  }
}

.p-about__title-inner {
  background-color: #AA9F8D;
  text-align: center;
  padding: 2.625rem 1.25rem;
}

.p-ad__text {
  margin-top: 3.25rem;
}
@media only screen and (max-width: 767px) {
  .p-ad__text {
    margin-top: 0.75rem;
  }
}

.p-ad__note {
  margin-top: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .p-ad__note {
    max-width: 23.4375rem;
    margin-top: 1.5rem;
    margin-inline: auto;
  }
}

.p-ad__note + .p-ad__button {
  margin-top: 6.875rem;
}
@media only screen and (max-width: 767px) {
  .p-ad__note + .p-ad__button {
    margin-top: 2.75rem;
  }
}

.p-ad__button {
  margin-top: 4.375rem;
  transition: 0.3s opacity;
  display: inline-block;
}
.p-ad__button:hover, .p-ad__button:active {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .p-ad__button {
    margin-top: 3.5rem;
  }
}

.p-concept {
  padding-top: 5.0625rem;
  background-color: #AA9F8D;
}
@media only screen and (max-width: 767px) {
  .p-concept {
    padding-top: 2.1875rem;
  }
}

.p-concept__list {
  margin-top: 6.6875rem;
}
@media only screen and (max-width: 767px) {
  .p-concept__list {
    margin-top: 2.375rem;
  }
}

.p-concept__avenue {
  margin-top: 4.0625rem;
  background-color: #59808c;
}
@media only screen and (max-width: 767px) {
  .p-concept__avenue {
    margin-top: 2.3125rem;
  }
}

.p-concept__urban {
  background-color: #87745d;
}

.p-concept__reborn {
  background-color: #767485;
}

.p-info__button {
  margin-top: 1.75rem;
  transition: 0.3s opacity;
  display: inline-block;
}
.p-info__button:hover, .p-info__button:active {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .p-info__button {
    margin-top: 0.8125rem;
  }
}

.p-info__text {
  margin-top: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .p-info__text {
    margin-top: 0.6875rem;
  }
}

.p-info__info-title {
  margin-top: 3.4375rem;
}
@media only screen and (max-width: 767px) {
  .p-info__info-title {
    margin-top: 3.125rem;
  }
}

.p-info__info-list {
  display: inline-block;
  margin-top: 1.3125rem;
  box-shadow: 0 0 0.9375rem rgba(35, 24, 21, 0.15);
  max-width: 100%;
  height: 9.375rem;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .p-info__info-list {
    margin-top: 1rem;
    height: 6.25rem;
  }
}

.p-map__text {
  margin-top: 2.9375rem;
}
@media only screen and (max-width: 767px) {
  .p-map__text {
    margin-top: 0.3125rem;
  }
}

.p-map__iframe {
  margin-top: 2rem;
  margin-inline: auto;
  aspect-ratio: 16/11;
  max-width: 52.5rem;
}
@media only screen and (max-width: 767px) {
  .p-map__iframe {
    margin-top: 0.125rem;
    max-width: 18.25rem;
  }
}
.p-map__iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-map__note {
  margin-top: 0.8125rem;
  margin-inline: auto;
  max-width: 52.5rem;
}
@media only screen and (max-width: 767px) {
  .p-map__note {
    margin-top: 0.125rem;
    max-width: 18.25rem;
    font-size: 0;
  }
}

.p-map__button {
  margin-top: 10.4375rem;
  transition: 0.3s opacity;
  display: inline-block;
}
.p-map__button:hover, .p-map__button:active {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .p-map__button {
    margin-top: 3.375rem;
  }
}

.p-outline__table {
  max-width: 68.75rem;
  margin-inline: auto;
  padding-left: 3.875rem;
  box-sizing: content-box;
}
.p-outline__table + .p-outline__table {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-outline__table + .p-outline__table {
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-outline__table {
    padding-left: 0.625rem;
  }
}

.p-pagetitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.4375rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-pagetitle {
    padding: 2.875rem 0;
  }
}

.p-pagetitle__title {
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .p-pagetitle__title {
    font-size: 0.875rem;
  }
}

.p-side {
  position: fixed;
  bottom: 0;
  left: 0;
}
.p-side-list {
  display: flex;
  align-self: center;
  justify-content: flex-start;
  gap: 0;
  z-index: 999;
}
.p-side-list__item {
  width: 33.333%;
}
.p-side__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #a99e8b;
}
.p-side__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-side__nav-item {
  display: inline-flex;
  width: 50%;
  border-bottom: 1px solid #fff;
}
.p-side__nav-item:nth-child(odd) {
  border-right: 1px solid #fff;
}
.p-side__nav-item.--new {
  position: relative;
}
.p-side__nav-item.--new::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.375rem;
  height: 0.875rem;
  background: url(../images/common/icon_new.jpg) no-repeat center center;
  background-size: contain;
}
.p-side__nav-link {
  display: block;
  padding: 1rem 1.5rem 1rem 0.625rem;
  color: #fff;
  width: 100%;
  position: relative;
}
.p-side__nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 1.25rem;
  background-image: url(../images/common/icon_menu-arrow_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-side__nav-link.--nolink {
  pointer-events: none;
  color: #c3bbae;
}
.p-side__nav-link.--nolink::before {
  background-image: url(../images/common/icon_menu-arrow_no.png);
}

@media all and (min-width: 768px), print {
  .p-side {
    display: none;
    pointer-events: none;
  }
}
.l-hum__bar {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

/* pages */
body.index .p-info {
  margin-top: 5.875rem;
}
@media only screen and (max-width: 767px) {
  body.index .p-info {
    margin-top: 3.125rem;
  }
}
body.index .p-concept {
  margin-top: 6.6875rem;
}
@media only screen and (max-width: 767px) {
  body.index .p-concept {
    margin-top: 2.875rem;
  }
}
body.index .p-ad {
  margin-top: 5.4375rem;
}
@media only screen and (max-width: 767px) {
  body.index .p-ad {
    margin-top: 1.625rem;
  }
}

body.map .p-pagetitle {
  background-image: url(../images/map/img-kv-pc.jpg.webp);
}
@media only screen and (max-width: 767px) {
  body.map .p-pagetitle {
    background-image: url(../images/map/img-kv-sp.jpg.webp);
  }
}
body.map .p-map {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  body.map .p-map {
    margin-top: 0.75rem;
  }
}

@media only screen and (max-width: 767px) {
  body.outline .l-inner {
    padding: 0 0.625rem;
  }
}
body.outline .p-pagetitle {
  background-image: url(../images/outline/img-kv-pc.jpg.webp);
}
@media only screen and (max-width: 767px) {
  body.outline .p-pagetitle {
    background-image: url(../images/outline/img-kv-sp.jpg.webp);
  }
}
body.outline .p-outline {
  margin-top: 5.8125rem;
}
@media only screen and (max-width: 767px) {
  body.outline .p-outline {
    margin-top: 1.5rem;
  }
}
body.outline .p-ad {
  margin-top: 4.1875rem;
}
@media only screen and (max-width: 767px) {
  body.outline .p-ad {
    margin-top: 3.125rem;
  }
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@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-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;
  }
}
.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;
  }
}