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

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  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: #333333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

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

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

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

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  max-width: 25rem;
  height: 67.5rem;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
}
.l-header__inner {
  padding: 0 3rem;
}
.l-header__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: 18.75rem;
  margin: 2.75rem 0;
}
.l-header__menu {
  margin-left: auto;
  background-color: #fff;
}
.l-header__nav-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.l-header__nav {
  width: 18.75rem;
}
.l-header__nav-list {
  flex-direction: column;
  border-bottom: 1px solid #AAC3AE;
}
.l-header__nav-item {
  position: relative;
  flex-direction: column;
  width: 100%;
  padding-inline: 0.5rem;
  border-bottom: none;
}
.l-header__nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #AAC3AE;
  pointer-events: none;
}
.l-header__nav-item:last-child::after {
  display: none;
}
.l-header__nav-link {
  display: block;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  width: 100%;
  height: 100%;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.l-header__nav-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #049E20;
  background-image: url("../images/common/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem 1.125rem;
}
@media (hover: hover) {
  .l-header__nav-link {
    transition: 0.3s linear opacity;
  }
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}
.l-header__nav-text {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 7%; /* 2.24px */
  text-underline-offset: 20%; /* 6.4px */
  text-underline-position: from-font;
  text-decoration-color: #AAC3AE;
}
.l-header__nav-tel {
  margin-top: 1rem;
  margin-bottom: 1.875rem;
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #049E20;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__nav-tel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 1.625rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 1rem;
  border-radius: 0.8125rem;
  background-color: #049E20;
  padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
  color: #FFFFFF;
  flex-shrink: 0;
  margin-top: 4px;
}
.l-header__contact {
  margin-top: 5rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
}
.l-header__spacer {
  display: flex;
  position: absolute;
  top: 0.4375rem;
  right: 0.875rem;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.1875rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
  z-index: 1;
}

.l-hum {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 3.375rem;
  height: 3.375rem;
  background-color: #049E20;
  border-radius: 50%;
  z-index: 2;
  transform: translate(50%, -50%);
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: #fff;
  border-radius: 999px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 8px);
}
.l-hum span:nth-child(2) {
  top: 50%;
}
.l-hum span:nth-child(3) {
  top: calc(50% + 8px);
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.l-hum.is-active span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.l-hum.is-active span:nth-child(3) {
  display: none;
}

@media all and (min-width: 1281px), print {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .l-header__spacer {
    display: none;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header {
    z-index: 100;
    height: auto;
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
    left: 0;
  }
  .l-header__inner {
    padding: 0;
  }
  .l-header__container {
    height: 4.625rem;
  }
  .l-header__logo {
    display: flex;
    align-items: center;
    width: 12.125rem;
    margin-top: 1.25rem;
    margin-left: 0.875rem;
    margin-bottom: 2.5rem;
  }
  .l-header__menu {
    position: fixed;
    top: 4.6875rem;
    left: -20px;
    display: none;
    width: calc(100% + 40px);
    height: auto;
    background-color: #fff;
  }
  .l-header__nav-container {
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    padding: 2.5rem 0 5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFFEF9;
  }
  .l-header__contact {
    background-color: #fff;
    margin-bottom: 5rem;
  }
  .l-header__nav {
    width: 20.9375rem;
    height: auto;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
  }
  .l-header__nav-list {
    flex-direction: column;
    background-color: #FFFFFF;
  }
  .l-header__nav-item {
    padding-inline: 1.5rem;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  .l-header__nav-item::after {
    content: "";
    position: absolute;
    left: 0.9375rem;
    right: 0.9375rem;
    height: 1px;
    background: #AAC3AE;
    pointer-events: none;
  }
  .l-header__nav-item:last-child::after {
    display: none;
  }
  .l-header__nav-link {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 0.625rem;
    width: 100%;
    height: auto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
  }
  .l-header__nav-link::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1.4375rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #049E20;
    background-image: url("../images/common/icon_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.125rem 1.125rem;
  }
  .l-header__nav-text {
    margin-top: 1.5rem;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: 7%; /* 2.24px */
    text-underline-offset: 20%; /* 6.4px */
    text-underline-position: from-font;
    text-decoration-color: #AAC3AE;
  }
  .l-header__nav-tel {
    margin-top: 0.75rem;
    margin-bottom: 1.875rem;
    margin-left: 2.25rem;
    margin-right: 3.375rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #049E20;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: 7%; /* 2.24px */
    text-underline-offset: 20%; /* 6.4px */
    text-underline-position: from-font;
  }
  .l-header__nav-tel span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 3.375rem;
    height: 1.625rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 1rem;
    border-radius: 0.8125rem;
    background-color: #049E20;
    padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
    color: #FFFFFF;
  }
}
/* footer */
.l-footer {
  position: relative;
  margin-top: 7.75rem;
  overflow: hidden;
  background-color: #FFFFFF;
}
.l-footer .l-inner {
  padding: 0;
}
.l-footer__container {
  max-width: 77.5rem;
}
.l-footer__flex {
  display: flex;
  gap: 2.125rem;
  align-items: end;
  justify-content: space-between;
}
.l-footer__text-container {
  min-width: 19.5rem;
}
.l-footer__text-info-tel, .l-footer__text-info-fax {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5625rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #049E20;
}
.l-footer__text-info-tel span, .l-footer__text-info-fax span {
  margin-right: 1rem;
  border-radius: 0.9375rem;
  background-color: #049E20;
  font-size: 1.125rem;
  padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
  color: #FFFFFF;
}
.l-footer__text-info-mail {
  margin-top: 1.5625rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #049E20;
}
.l-footer__text-info-mail span {
  margin-right: 0.5rem;
  border-radius: 0.9375rem;
  background-color: #049E20;
  font-size: 1.125rem;
  padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
  color: #FFFFFF;
}
.l-footer__logo {
  padding: 5rem 0 3rem;
  width: 15rem;
}
.l-footer__nav-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1875rem 2.1875rem;
  gap: 0.625rem;
}
.l-footer__pagetop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.125rem;
  border-radius: 2rem;
  background-color: #049E20;
}
.l-footer__pagetop span {
  display: inline-flex;
  align-items: center;
  padding: 1.1875rem 2.1875rem;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.l-footer__pagetop span::after {
  margin-left: 0.875rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("../images/common/icon_arrow-top.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
}
@media (hover: hover) {
  .l-footer__pagetop span {
    transition: 0.3s linear opacity;
  }
  .l-footer__pagetop span:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  margin-top: 5rem;
  padding: 0.5rem;
  background-color: #049E20;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
}

@media all and (min-width: 1281px), print {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .l-footer__text-info-fax {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1550px) {
  .l-footer {
    padding: 5rem 1.25rem 0 1.25rem;
  }
  .l-footer__flex {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .l-footer__text-info {
    display: block;
  }
  .l-footer__text-info-tel {
    margin-top: 1.5625rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #049E20;
  }
  .l-footer__text-info-tel span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 1.625rem;
    font-size: 1rem;
    margin-right: 0.75rem;
    border-radius: 0.9375rem;
    background-color: #049E20;
    padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
    color: #FFFFFF;
  }
  .l-footer__text-info-fax, .l-footer__text-info-mail {
    display: block;
    margin-top: 1.0625rem;
    font-size: 1.125rem;
    margin-left: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #049E20;
  }
  .l-footer__text-info-fax span, .l-footer__text-info-mail span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 1.625rem;
    font-size: 1rem;
    margin-right: 0.75rem;
    border-radius: 0.8125rem;
    background-color: #049E20;
    padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
    color: #FFFFFF;
  }
  .l-footer__pagetop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13.125rem;
    border-radius: 2rem;
    margin-top: 5rem;
    margin-left: 10.3125rem;
    margin-right: 1.25rem;
    background-color: #049E20;
  }
  .l-footer__pagetop span {
    display: inline-flex;
    align-items: center;
    padding: 1.1875rem 2.1875rem;
    color: #FFFFFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .l-footer__pagetop span::after {
    margin-left: 0.875rem;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("../images/common/icon_arrow-top.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
  }
  .l-footer__copyright {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
    padding: 0.5rem;
    background-color: #049E20;
    font-size: 0.875rem;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  .l-footer {
    padding: 5rem 1.25rem 0 1.25rem;
  }
  .l-footer__flex {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .l-footer__text-info {
    display: block;
  }
  .l-footer__text-info-tel {
    margin-top: 1.5625rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #049E20;
  }
  .l-footer__text-info-tel span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 1.625rem;
    font-size: 1rem;
    margin-right: 0.75rem;
    border-radius: 0.9375rem;
    background-color: #049E20;
    padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
    color: #FFFFFF;
  }
  .l-footer__text-info-fax, .l-footer__text-info-mail {
    display: block;
    margin-top: 1.0625rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #049E20;
  }
  .l-footer__text-info-fax span, .l-footer__text-info-mail span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 1.625rem;
    font-size: 1rem;
    margin-right: 0.75rem;
    border-radius: 0.8125rem;
    background-color: #049E20;
    padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
    color: #FFFFFF;
  }
  .l-footer__pagetop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13.125rem;
    border-radius: 2rem;
    margin-top: 5rem;
    margin-left: 6.3125rem;
    margin-right: 0rem;
    background-color: #049E20;
  }
  .l-footer__pagetop span {
    display: inline-flex;
    align-items: center;
    padding: 1.1875rem 2.1875rem;
    color: #FFFFFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .l-footer__pagetop span::after {
    margin-left: 0.875rem;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("../images/common/icon_arrow-top.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
  }
  .l-footer__copyright {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
    padding: 0.5rem;
    background-color: #049E20;
    font-size: 0.875rem;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
  }
}
/* main */
.l-inner {
  max-width: 100%;
  height: inherit;
  margin-left: 8.75rem;
  margin-right: 8.75rem;
  padding: 0;
}

.l-all {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  background-color: #FFFEF9;
}

.l-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.l-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 1281px), print {
  .l-container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1280px) {
  .l-inner {
    padding: 0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .l-all {
    display: block;
  }
  .l-main {
    display: block;
  }
  .l-wrapper {
    display: block;
  }
  .l-container {
    display: block;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.875rem;
  min-height: 3.5rem;
  padding: 0 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #049E20;
  border: 1px solid #AAC3AE;
  border-radius: 2rem;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(118deg) brightness(97%) contrast(98%);
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  width: 1.8125rem;
  height: 1.5rem;
  content: "";
  background-image: url("../images/common/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}

.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  color: #000;
}

@media only screen and (max-width: 1280px) {
  .c-heading {
    font-size: 2rem;
  }
}
.c-heading-h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.c-heading-h2 {
  font-size: 2rem;
}

.c-heading-h3 {
  font-size: 1.75rem;
}

.c-heading-h4 {
  font-size: 1.5rem;
}

.c-heading-h5 {
  font-size: 1.3125rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #333333;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  display: block;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background: #049E20;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 1280px) {
  .c-list-dot__item {
    font-size: 1rem;
  }
  .c-list-dot__item::before {
    top: 0.625em;
    width: 0.375rem;
    height: 0.375rem;
  }
}

.c-list-ol {
  font-size: 1.125rem;
  line-height: 26px;
  list-style: decimal;
  list-style-position: inside;
}
@media only screen and (max-width: 1280px) {
  .c-list-ol {
    font-size: 1rem;
  }
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #049E20;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 6%; /* 1.08px */
  text-underline-offset: 14%; /* 2.52px */
  text-underline-position: from-font;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  align-self: center;
  position: relative;
  top: 2px;
  width: 1.5rem;
  height: 1.125rem;
  content: "";
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(62%) saturate(5510%) hue-rotate(122deg) brightness(99%) contrast(97%);
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  align-self: center;
  position: relative;
  top: 2px;
  width: 1.8125rem;
  height: 1.5rem;
  content: "";
  background-image: url("../images/common/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 1rem;
  line-height: normal;
  color: #333333;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.875rem;
}

/* project */
.p-anchor-list {
  display: flex;
  gap: 1.25rem;
}
.p-anchor-list__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #333333;
  border: 1px solid #049E20;
  border-radius: 0.375rem;
}
.p-anchor-list__link.is-active {
  color: #FFFFFF;
  background-color: #049E20;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-list__link:hover {
    color: #FFFFFF;
    background-color: #049E20;
  }
}

.p-breadline {
  margin-top: 1rem;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 37.5rem;
}
.p-breadline__item a {
  margin-right: 0.75rem;
  color: #333333;
}
@media (hover: hover) {
  .p-breadline__item a {
    transition: 0.3s linear opacity;
  }
  .p-breadline__item a:hover {
    opacity: 0.7;
  }
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  display: inline-block;
  margin-right: 0.625rem;
  width: 0.5625rem;
  height: 0.5rem;
  color: #049E20;
  background: url("../images/common/icon_divider.svg") center/contain no-repeat;
  vertical-align: middle;
  margin-top: -0.3125rem;
}

@media only screen and (max-width: 1280px) {
  .p-breadline {
    margin-top: 0.5rem;
  }
  .p-breadline__item {
    max-width: 10rem;
  }
}
.p-box {
  padding: 2rem 2.5rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.p-box.--bg-blue {
  background-color: #edf6f9;
}
.p-box__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.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 {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
  border: 0.0625rem solid #AAC3AE;
}
.p-table__th {
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #049E20;
  color: #FFFFFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  border-right: 1px solid #AAC3AE;
}
.p-table__th:not(:first-child) {
  border-top: 1px solid #AAC3AE;
}
.p-table__td {
  padding: 1rem 1.5rem;
  justify-content: center;
  padding: 1rem 1.5rem;
  gap: 0.625rem;
  color: #333333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-right: 1px solid #AAC3AE;
  border-bottom: 1px solid #AAC3AE;
}
tr:last-child .p-table__td {
  border-bottom: none;
}
.p-table tr:not(:last-child) th {
  border-bottom: 1px solid #AAC3AE;
}

@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  .p-table__th {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  .p-table__td {
    padding: 0.5rem 0.75rem;
  }
}
.p-mainvisual {
  background-color: #FFFEF9;
  position: relative;
  margin: 1rem 2rem 0 2rem;
}
.p-mainvisual img {
  border-radius: 3.75rem;
  width: 100%;
  max-height: 53.6875rem;
}

@media only screen and (max-width: 1280px) {
  .p-mainvisual {
    margin: 0.5rem 1rem 0 0.875rem;
  }
  .p-mainvisual img {
    border-radius: 1.875rem;
  }
}
.p-news__item {
  border-top: 1px solid #AAC3AE;
}
.p-news__item:last-child {
  border-bottom: 1px solid #AAC3AE;
}
.p-news__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem 2rem 7.375rem;
}
@media (hover: hover) {
  .p-news__link {
    transition: 0.3s linear opacity;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .p-news__link.--none:hover {
    opacity: 1;
  }
}
.p-news__link-day {
  display: inline-block;
  min-width: 5rem;
  margin-right: 2rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}
.p-news__link-cat {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.p-news__link-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}
.p-news__link-new {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  padding: 0.125rem 0.6875rem;
  border-radius: 1.03125rem;
  font-size: 1.125rem;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #049E20;
  transform: translateY(-50%);
}
.p-news__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .p-news__link {
    flex-wrap: wrap;
    padding: 1.5rem 1.25rem;
  }
  .p-news__link-new {
    position: static;
    margin-right: 1rem;
    font-size: 0.875rem;
    transform: none;
  }
  .p-news__link-day {
    margin-right: 0.75rem;
  }
  .p-news__link-cat {
    margin-right: 0.75rem;
  }
  .p-news__link-title {
    width: 100%;
    margin-top: 1rem;
  }
  .p-news__button {
    text-align: center;
  }
}
.p-pagetitle {
  position: relative;
  height: 21.25rem;
  margin-top: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.p-pagetitle__img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.p-pagetitle__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20rem;
  height: 100%;
  width: 100%;
  padding: 1.25rem 1.5rem;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #049E20;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: #FFF;
}

@media only screen and (max-width: 1280px) {
  .p-pagetitle {
    height: 9.375rem;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem 1.25rem;
    font-size: 2.5rem;
  }
}
.p-pagination {
  margin-top: 4rem;
}
@media only screen and (max-width: 1280px) {
  .p-pagination {
    margin-top: 2rem;
  }
}
.p-pagination__list {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .p-pagination__list {
    gap: 1rem;
  }
}
.p-pagination__item {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1280px) {
  .p-pagination__item {
    font-size: 1.3125rem;
  }
}
.p-pagination__item > span,
.p-pagination__item a:not(.c-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  color: #049E20;
  background-color: #FFFEF9;
  border: 0.0625rem solid #049E20;
  border-radius: 2rem;
}
@media only screen and (max-width: 1280px) {
  .p-pagination__item > span,
  .p-pagination__item a:not(.c-button) {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media (hover: hover) {
  .p-pagination__item a:not(.c-button) {
    transition: 0.3s linear opacity;
  }
  .p-pagination__item a:not(.c-button):hover {
    opacity: 0.7;
  }
}
.p-pagination__item span:not(.u-hidden-sp) {
  color: #FFFFFF;
  background-color: #049E20;
}
.p-pagination__item .c-button {
  width: 14.6875rem;
  min-width: auto;
  color: #FFFFFF;
  font-size: 1.125rem;
  padding-inline: 1.5rem;
}
@media only screen and (max-width: 1280px) {
  .p-pagination__item .c-button {
    width: 2.75rem;
    min-width: auto;
    height: 2.75rem;
    min-height: auto;
    padding: 0;
  }
  .p-pagination__item .c-button::before {
    margin-right: 0;
  }
  .p-pagination__item .c-button::after {
    margin-left: 0;
  }
}
.p-pagination__item.--prev {
  margin-right: 3.5rem;
}
@media only screen and (max-width: 1280px) {
  .p-pagination__item.--prev {
    margin-right: 0.5rem;
  }
}
.p-pagination__item.--prev .c-button::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3.4375rem;
  content: "";
  background-image: url("../images/common/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1281px) and (max-width: 1280px) {
  .p-pagination__item.--prev .c-button::before {
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .p-pagination__item.--prev .c-button::before {
    margin-right: 0;
  }
}
.p-pagination__item.--next {
  margin-left: 3.5rem;
}
@media only screen and (max-width: 1280px) {
  .p-pagination__item.--next {
    margin-left: 0.5rem;
  }
}
.p-pagination__item.--next .c-button::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 3.4375rem;
  content: "";
  background-image: url("../images/common/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 1281px) and (max-width: 1280px) {
  .p-pagination__item.--next .c-button::after {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .p-pagination__item.--next .c-button::after {
    margin-left: 0;
  }
}

.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

/* pages */
body.about .p-pagetitle__img {
  background-image: url("../images/about/bg-page-title.png");
  border-radius: 2.5rem;
}
body.about .l-section-first {
  display: flex;
  justify-content: center;
}
body.about .l-section-first .l-inner {
  margin-top: 7.5rem;
  padding: 0;
}
body.about .l-section-first .l-inner .p-section-title-h1 {
  text-align: left;
}
body.about .l-section-first .l-inner .p-about {
  width: 100%;
}
body.about .l-section-first .p-table {
  border-radius: 1.25rem;
  width: 100%;
}
body.about .l-section-first .p-table__th {
  width: 20%;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 144.444% */
  padding: 2rem 1.5rem;
  vertical-align: middle;
}
body.about .l-section-first .p-table__td {
  width: 80%;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 144.444% */
  padding: 2rem 1.5rem;
}
body.about .l-section-first .p-table tr:first-child th:first-child {
  border-top-left-radius: 1.25rem;
}
body.about .l-section-first .p-table tr:first-child th:last-child,
body.about .l-section-first .p-table tr:first-child td:last-child {
  border-top-right-radius: 1.25rem;
}
body.about .l-section-first .p-table tr:last-child th:first-child {
  border-bottom-left-radius: 1.25rem;
}
body.about .l-section-first .p-table tr:last-child td:last-child {
  border-bottom-right-radius: 1.25rem;
}
body.about .l-section-second {
  display: flex;
  justify-content: center;
}
body.about .l-section-second .l-inner {
  margin-top: 7.5rem;
}
body.about .l-section-second .l-inner .p-section-title-h1 {
  text-align: left;
}
body.about .l-section-second .l-inner .p-about-message__text {
  margin-top: 3rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 144.444% */
}

@media only screen and (max-width: 1280px) {
  body.about .p-pagetitle__img {
    border-radius: 0.5rem;
  }
  body.about .l-section-first {
    display: flex;
    justify-content: center;
  }
  body.about .l-section-first .l-inner {
    margin-top: 5.25rem;
  }
  body.about .l-section-first .l-inner .p-section-title-h1 {
    text-align: left;
  }
  body.about .l-section-first .l-inner .p-about {
    width: 100%;
  }
  body.about .l-section-first .p-table {
    width: 100%;
  }
  body.about .l-section-first .p-table__th {
    width: 30%;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 144.444% */
    padding: 2rem 0.75rem;
  }
  body.about .l-section-first .p-table__td {
    width: 70%;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    padding: 1rem 0.75rem;
  }
  body.about .l-section-second {
    display: flex;
    justify-content: center;
  }
  body.about .l-section-second .l-inner {
    margin-top: 5.25rem;
  }
  body.about .l-section-second .l-inner .p-section-title-h1 {
    text-align: left;
  }
  body.about .l-section-second .l-inner .p-about-message__text {
    margin-top: 3rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 144.444% */
  }
}
body.business .p-pagetitle__img {
  background-image: url("../images/business/bg-page-title.png");
  border-radius: 2.5rem;
}
body.business .l-section-first, body.business .l-section-second {
  display: flex;
  justify-content: center;
}
body.business .l-section-first .l-inner, body.business .l-section-second .l-inner {
  margin-top: 7.5rem;
}
body.business .l-section-first .l-inner .p-section-title-h1, body.business .l-section-second .l-inner .p-section-title-h1 {
  text-align: left;
}
body.business .l-section-first .l-inner .p-about, body.business .l-section-second .l-inner .p-about {
  width: 100%;
}
body.business .p-business__two-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  margin-top: 3rem;
}
body.business .p-business__img {
  width: 37.5rem;
  height: auto;
}
body.business .p-business__img img {
  border-radius: 1.25rem;
}
body.business .p-business__text {
  flex: 1;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 144.444% */
}
@media (max-width: 81.25rem) {
  body.business .p-business__two-column {
    display: block;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    margin-top: 3rem;
  }
  body.business .p-business__img {
    width: 100%;
    height: auto;
  }
  body.business .p-business__img img {
    border-radius: 1.25rem;
  }
  body.business .p-business__text {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 144.444% */
  }
}
body.business .l-section-third .l-inner {
  margin-top: 7.75rem;
  margin-inline: 8.75rem;
}
body.business .l-section-third .p-business__contact {
  padding: 7.75rem 7.25rem;
  border: 0.125rem solid #049E20;
  border-radius: 2.5rem;
  width: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
body.business .l-section-third .p-business__contact-text {
  padding-inline: 1.5625rem;
}
body.business .l-section-third .p-business__contact-text .p-section-title-h2 .c-heading {
  color: #049E20;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 8%; /* 3.2px */
  text-underline-offset: 25%; /* 10px */
  text-underline-position: from-font;
}
body.business .l-section-third .p-business__contact-text p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 144.444% */
}
body.business .l-section-third .p-business__contact-boxes {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2.5rem;
  max-width: 100%;
  flex-wrap: wrap;
}
body.business .l-section-third .p-business__contact-box {
  padding: 2.4375rem 3.75rem 1.9375rem 3.75rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 13.125rem;
  border: 0.0625rem solid #AAC3AE;
  border-radius: 1.25rem;
  background-color: #049E20;
}
body.business .l-section-third .p-business__contact-box-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 2.75rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 1.375rem;
  background-color: #FFFFFF;
  padding: 0.125rem 0.8125rem 0.125rem 0.8125rem;
  color: #049E20;
}
body.business .l-section-third .p-business__contact-box-number {
  margin-top: 2.5rem;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  color: #FFFFFF;
}

@media screen and (max-width: 1550px) {
  body.business .p-pagetitle__img {
    border-radius: 0.5rem;
  }
  body.business .l-section-first, body.business .l-section-second {
    display: flex;
    justify-content: center;
  }
  body.business .l-section-first .l-inner, body.business .l-section-second .l-inner {
    margin-top: 5.25rem;
    padding: 0;
  }
  body.business .l-section-first .l-inner .p-section-title-h1, body.business .l-section-second .l-inner .p-section-title-h1 {
    text-align: left;
  }
  body.business .l-section-first .l-inner .p-about, body.business .l-section-second .l-inner .p-about {
    width: 100%;
  }
  body.business .p-business__two-column {
    display: block;
    align-items: center;
    gap: 5rem;
    margin-top: 3rem;
  }
  body.business .p-business__img {
    width: 100%;
    height: auto;
  }
  body.business .p-business__img img {
    border-radius: 1.25rem;
  }
  body.business .p-business__text {
    margin-top: 1.5rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 144.444% */
  }
  body.business .l-section-third .l-inner {
    margin-top: 7.75rem;
    margin-inline: 1.25rem;
  }
  body.business .l-section-third .p-business__contact {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    padding: 1.5rem 0.625rem;
    border: 0.125rem solid #049E20;
    border-radius: 1.25rem;
  }
  body.business .l-section-third .p-business__contact-text {
    padding-inline: 0rem;
  }
  body.business .l-section-third .p-business__contact-text .p-section-title-h2 .c-heading {
    color: #049E20;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: 8%; /* 3.2px */
    text-underline-offset: 25%; /* 10px */
    text-underline-position: from-font;
  }
  body.business .l-section-third .p-business__contact-text p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 144.444% */
  }
  body.business .l-section-third .p-business__contact-boxes {
    display: block;
    justify-content: center;
    margin-top: 2rem;
    max-width: 100%;
  }
  body.business .l-section-third .p-business__contact-boxes > .p-business__contact-box {
    margin-bottom: 1.5rem;
  }
  body.business .l-section-third .p-business__contact-boxes > .p-business__contact-box:last-child {
    margin-bottom: 0;
  }
  body.business .l-section-third .p-business__contact-box {
    padding: 1.5rem 1rem;
    width: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 9.375rem;
    border: 0.0625rem solid #AAC3AE;
    border-radius: 0.625rem;
    background-color: #049E20;
  }
  body.business .l-section-third .p-business__contact-box-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 2.75rem;
    font-size: 1.5rem;
    padding: 0.0625rem 1rem 0.1875rem 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 1.375rem;
    background-color: #FFFFFF;
    color: #049E20;
  }
  body.business .l-section-third .p-business__contact-box-number {
    margin-top: 1rem;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: nomal;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 1280px) {
  body.business .p-pagetitle__img {
    border-radius: 0.5rem;
  }
  body.business .l-section-first, body.business .l-section-second {
    display: flex;
    justify-content: center;
  }
  body.business .l-section-first .l-inner, body.business .l-section-second .l-inner {
    margin-top: 5.25rem;
    padding: 0;
  }
  body.business .l-section-first .l-inner .p-section-title-h1, body.business .l-section-second .l-inner .p-section-title-h1 {
    text-align: left;
  }
  body.business .l-section-first .l-inner .p-about, body.business .l-section-second .l-inner .p-about {
    width: 100%;
  }
  body.business .p-business__two-column {
    display: block;
    align-items: center;
    gap: 5rem;
    margin-top: 3rem;
  }
  body.business .p-business__img {
    width: 100%;
    height: auto;
  }
  body.business .p-business__img img {
    border-radius: 1.25rem;
  }
  body.business .p-business__text {
    margin-top: 1.5rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 144.444% */
  }
  body.business .l-section-third .l-inner {
    margin-top: 7.75rem;
    margin-inline: 1.25rem;
  }
  body.business .l-section-third .p-business__contact {
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    padding: 1.5rem 0.625rem;
    border: 0.125rem solid #049E20;
    border-radius: 1.25rem;
  }
  body.business .l-section-third .p-business__contact-text {
    padding-inline: 0rem;
  }
  body.business .l-section-third .p-business__contact-text .p-section-title-h2 .c-heading {
    color: #049E20;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: 8%; /* 3.2px */
    text-underline-offset: 25%; /* 10px */
    text-underline-position: from-font;
  }
  body.business .l-section-third .p-business__contact-text p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 144.444% */
  }
  body.business .l-section-third .p-business__contact-boxes {
    display: block;
    justify-content: center;
    margin-top: 2rem;
    max-width: 100%;
  }
  body.business .l-section-third .p-business__contact-boxes > .p-business__contact-box {
    margin-bottom: 1.5rem;
  }
  body.business .l-section-third .p-business__contact-boxes > .p-business__contact-box:last-child {
    margin-bottom: 0;
  }
  body.business .l-section-third .p-business__contact-box {
    padding: 1.5rem 1rem;
    width: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 9.375rem;
    border: 0.0625rem solid #AAC3AE;
    border-radius: 0.625rem;
    background-color: #049E20;
  }
  body.business .l-section-third .p-business__contact-box-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 2.75rem;
    font-size: 1.5rem;
    padding: 0.0625rem 1rem 0.1875rem 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 1.375rem;
    background-color: #FFFFFF;
    color: #049E20;
  }
  body.business .l-section-third .p-business__contact-box-number {
    margin-top: 1rem;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: nomal;
    color: #FFFFFF;
  }
}
body.estate .p-pagetitle__img {
  background-image: url("../images/estate/bg-page-title.png");
  border-radius: 2.5rem;
}
body.estate .l-section-first, body.estate .l-section-second {
  display: flex;
  justify-content: center;
}
body.estate .l-section-first .l-inner, body.estate .l-section-second .l-inner {
  margin-top: 7.5rem;
}
body.estate .l-section-first .l-inner .p-section-title-h1, body.estate .l-section-second .l-inner .p-section-title-h1 {
  text-align: left;
}
body.estate .l-section-first .l-inner .p-estate img, body.estate .l-section-second .l-inner .p-estate img {
  border-radius: 0.625rem;
  width: 24.125rem;
}

@media all and (min-width: 1281px), print {
  body.estate .p-estate__swiper .swiper-wrapper {
    gap: 2.5625rem;
  }
  body.estate .p-estate__swiper .swiper-slide {
    max-height: 16.25rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    flex-shrink: unset;
  }
  body.estate .p-estate .swiper-pagination,
  body.estate .p-estate .swiper-estate-pagination,
  body.estate .p-estate .swiper-parking-pagination {
    display: none !important;
  }
  body.estate .p-estate .swiper-button-prev, body.estate .p-estate .swiper-button-next {
    display: none;
  }
  body.estate .p-estate .p-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1875rem;
  }
  body.estate .p-estate .p-grid__col {
    width: 24.125rem;
  }
  body.estate .p-estate .p-grid__tags {
    margin-top: 1rem;
    display: flex;
  }
  body.estate .p-estate .p-grid__tags-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.875rem;
    height: 1.875rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 1rem;
    border-radius: 1rem;
    background-color: #049E20;
    padding: 0.125rem 0.625rem 0.125rem 0.625rem;
    color: #FFFFFF;
  }
  body.estate .p-estate .p-grid__tags-text {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem; /* 144.444% */
    word-break: break-word;
  }
}
@media only screen and (max-width: 1280px) {
  body.estate .p-pagetitle__img {
    border-radius: 0.5rem;
  }
  body.estate .l-section-first, body.estate .l-section-second {
    display: flex;
    justify-content: center;
  }
  body.estate .l-section-first .l-inner, body.estate .l-section-second .l-inner {
    margin-top: 5.25rem;
  }
  body.estate .l-section-first .l-inner .p-section-title-h1, body.estate .l-section-second .l-inner .p-section-title-h1 {
    text-align: left;
  }
  body.estate .l-section-first .l-inner .p-estate, body.estate .l-section-second .l-inner .p-estate {
    width: 100%;
  }
  body.estate .l-section-first .l-inner .p-estate .swiper, body.estate .l-section-second .l-inner .p-estate .swiper {
    overflow: visible;
  }
  body.estate .l-section-first .l-inner .p-estate img, body.estate .l-section-second .l-inner .p-estate img {
    border-radius: 0.625rem;
    width: 100%;
  }
  body.estate .l-section-first .l-inner .p-estate__swiper .swiper-slide, body.estate .l-section-second .l-inner .p-estate__swiper .swiper-slide {
    max-height: 37.5rem;
  }
  body.estate .l-section-first .l-inner .p-estate .swiper-pagination,
  body.estate .l-section-first .l-inner .p-estate .swiper-estate-pagination,
  body.estate .l-section-first .l-inner .p-estate .swiper-parking-pagination, body.estate .l-section-second .l-inner .p-estate .swiper-pagination,
  body.estate .l-section-second .l-inner .p-estate .swiper-estate-pagination,
  body.estate .l-section-second .l-inner .p-estate .swiper-parking-pagination {
    display: none !important;
  }
  body.estate .l-section-first .l-inner .p-estate .swiper-button-prev, body.estate .l-section-second .l-inner .p-estate .swiper-button-prev {
    content: "";
    display: inline-block;
    position: absolute;
    top: 60%;
    left: -0.625rem;
    transform: translateY(-50%);
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    background-color: #049E20;
    background-image: url("../images/common/icon_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.125rem 1.125rem;
    transform: translateY(-50%) rotate(180deg);
    /* デフォルトの矢印を消す */
  }
  body.estate .l-section-first .l-inner .p-estate .swiper-button-prev::after, body.estate .l-section-second .l-inner .p-estate .swiper-button-prev::after {
    display: none;
  }
  body.estate .l-section-first .l-inner .p-estate .swiper-button-next, body.estate .l-section-second .l-inner .p-estate .swiper-button-next {
    content: "";
    display: inline-block;
    position: absolute;
    top: 60%;
    right: -0.625rem;
    transform: translateY(-50%);
    bottom: auto;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    background-color: #049E20;
    background-image: url("../images/common/icon_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.125rem 1.125rem;
    /* デフォルトの矢印を消す */
  }
  body.estate .l-section-first .l-inner .p-estate .swiper-button-next::after, body.estate .l-section-second .l-inner .p-estate .swiper-button-next::after {
    display: none;
  }
  body.estate .l-section-first .l-inner .p-grid, body.estate .l-section-second .l-inner .p-grid {
    display: block;
  }
  body.estate .l-section-first .l-inner .p-grid__tags, body.estate .l-section-second .l-inner .p-grid__tags {
    margin-top: 1rem;
    display: flex;
  }
  body.estate .l-section-first .l-inner .p-grid__tags-tag, body.estate .l-section-second .l-inner .p-grid__tags-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.875rem;
    height: 1.875rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 1rem;
    border-radius: 1rem;
    background-color: #049E20;
    padding: 0.125rem 0.625rem 0.125rem 0.625rem;
    color: #FFFFFF;
  }
  body.estate .l-section-first .l-inner .p-grid__tags-text, body.estate .l-section-second .l-inner .p-grid__tags-text {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 144.444% */
  }
}
body.index .index-lead {
  margin-top: 7.75rem;
}
body.index .index-lead__title {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
}
body.index .index-lead__title-dot {
  position: relative;
}
body.index .index-lead__title-dot span.dot {
  position: absolute;
  top: -0.1em;
  width: 0.875rem;
  height: 0.875rem;
  background: #049E20;
  border-radius: 50%;
  display: block;
  pointer-events: none;
}
body.index .index-lead__title-dot > span.dot:nth-child(1) {
  left: 15%;
  transform: translateX(-15%);
}
body.index .index-lead__title-dot > span.dot:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
}
body.index .index-lead__title-dot > span.dot:nth-child(5) {
  left: 85%;
  transform: translateX(-85%);
}
body.index .index-lead__text {
  margin-top: 3rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
body.index .index-news {
  background-color: #FFFFFF;
  margin-top: 7.75rem;
}
body.index .index-news .l-inner {
  display: flex;
  align-items: center;
  min-height: 25rem;
}
body.index .index-news .p-section-title-h2 {
  flex: 0 0 12.5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
body.index .index-news .p-section-title-h2 .c-link {
  display: inline-block;
  margin-top: 2.1875rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-right: 2.5rem;
}
body.index .index-news .p-section-title-h2 .c-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #049E20;
  background-image: url("../images/common/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem 1.125rem;
}
body.index .index-news .p-news {
  flex: 1;
  margin-left: 7.75rem;
}
body.index .index-pagelink {
  margin-top: 7.75rem;
}
body.index .index-pagelink .--narrow {
  padding: 0;
}
body.index .index-pagelink .p-pagelink__list {
  display: flex;
  margin-left: 4rem;
}
body.index .index-pagelink .p-pagelink__item {
  width: 100%;
  min-width: 9.75rem;
  height: 15rem;
  background-color: #FFFFFF;
  border: 0.0625rem solid #AAC3AE;
  border-radius: 0.3125rem;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
body.index .index-pagelink .p-pagelink__item .p-pagelink__link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  color: #333333;
}
@media (hover: hover) {
  body.index .index-pagelink .p-pagelink__item .p-pagelink__link {
    transition: 0.3s linear opacity;
  }
  body.index .index-pagelink .p-pagelink__item .p-pagelink__link:hover {
    opacity: 0.7;
  }
}
body.index .index-pagelink .p-pagelink__item span {
  position: absolute;
  right: -4.5rem;
  bottom: -4.5rem;
  width: 9.0625rem;
  height: 9.0625rem;
  border-radius: 50%;
  background-color: #049E20;
  display: block;
  overflow: visible;
  /* アイコンは擬似要素で左上配置 */
}
body.index .index-pagelink .p-pagelink__item span::after {
  content: "";
  position: absolute;
  left: 1.875rem;
  top: 1.875rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-image: url("../images/common/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem 1.125rem;
  background-color: #049E20;
}
body.index .index-pagelink .p-pagelink__img-container {
  margin-top: 3.125rem;
  text-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
}
body.index .index-pagelink .p-pagelink__text-container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body.index .index-pagelink .p-pagelink__title {
  margin-top: 0.9375rem;
  min-width: 8rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media all and (min-width: 1281px), print {
  body.index .index-pagelink .p-pagelink__item:not(:first-child) {
    margin-left: 2.25rem;
  }
}
@media screen and (max-width: 1550px) {
  body.index .index-news {
    display: block;
    background-color: #FFFFFF;
    margin-top: 7.75rem;
  }
  body.index .index-news .l-inner {
    display: block;
    min-height: 53.25rem;
  }
  body.index .index-news .p-section-title-h2 {
    margin-top: 5rem;
    margin-left: 1.25rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
  }
  body.index .index-news .p-section-title-h2 .c-link {
    display: none;
  }
  body.index .index-news .p-news {
    display: block;
    margin-top: 5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  body.index .index-news .c-link {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    width: 10rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-right: 1rem;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  body.index .index-news .c-link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    border-radius: 50%;
    background-color: #049E20;
    background-image: url("../images/common/icon_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.125rem 1.125rem;
  }
}
@media only screen and (max-width: 1280px) {
  body.index .l-inner {
    margin-right: 1.1875rem;
  }
  body.index .index-lead {
    margin-top: 5.25rem;
  }
  body.index .index-lead__title {
    width: 100%;
    font-size: 3rem;
  }
  body.index .index-lead__title-dot {
    position: relative;
  }
  body.index .index-lead__title-dot span.dot {
    position: absolute;
    top: -0.1em;
    width: 0.625rem;
    height: 0.625rem;
    background: #049E20;
    border-radius: 50%;
    display: block;
    pointer-events: none;
  }
  body.index .index-lead__title-dot > span.dot:nth-child(1) {
    left: 15%;
    transform: translateX(-15%);
  }
  body.index .index-lead__title-dot > span.dot:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
  }
  body.index .index-lead__title-dot > span.dot:nth-child(5) {
    left: 85%;
    transform: translateX(-85%);
  }
  body.index .index-lead__text {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.625rem;
  }
  body.index .index-news {
    display: block;
    background-color: #FFFFFF;
    margin-top: 7.75rem;
  }
  body.index .index-news .l-inner {
    display: block;
    min-height: 53.25rem;
  }
  body.index .index-news .p-section-title-h2 {
    margin-top: 5rem;
    margin-left: 1.25rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
  }
  body.index .index-news .p-section-title-h2 .c-link {
    display: none;
  }
  body.index .index-news .p-news {
    display: block;
    margin-top: 5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  body.index .index-news .c-link {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    width: 10rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-right: 1rem;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  body.index .index-news .c-link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    border-radius: 50%;
    background-color: #049E20;
    background-image: url("../images/common/icon_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.125rem 1.125rem;
  }
  body.index .index-pagelink {
    margin-top: 7.75rem;
  }
  body.index .index-pagelink .--narrow {
    padding: 0;
  }
  body.index .index-pagelink .p-pagelink__list {
    display: block;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  body.index .index-pagelink .p-pagelink__item {
    width: 100%;
    min-width: 9.75rem;
    height: 15rem;
    background-color: #FFFFFF;
    border: 0.0625rem solid #AAC3AE;
    border-radius: 0.3125rem;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  body.index .index-pagelink .p-pagelink__item:not(:first-child) {
    margin-top: 1.5rem;
  }
  body.index .index-pagelink .p-pagelink__item .p-pagelink__link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem;
    color: #333333;
  }
}
@media only screen and (max-width: 1280px) and (hover: hover) {
  body.index .index-pagelink .p-pagelink__item .p-pagelink__link {
    transition: 0.3s linear opacity;
  }
  body.index .index-pagelink .p-pagelink__item .p-pagelink__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1280px) {
  body.index .index-pagelink .p-pagelink__item span {
    position: absolute;
    right: -4.5rem;
    bottom: -4.5rem;
    width: 9.0625rem;
    height: 9.0625rem;
    border-radius: 50%;
    background-color: #049E20;
    display: block;
    overflow: visible;
    /* アイコンは擬似要素で左上配置 */
  }
  body.index .index-pagelink .p-pagelink__item span::after {
    content: "";
    position: absolute;
    left: 1.875rem;
    top: 1.875rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-image: url("../images/common/icon_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.125rem 1.125rem;
    background-color: #049E20;
  }
  body.index .index-pagelink .p-pagelink__img-container {
    margin-top: 3.125rem;
    text-align: center;
    align-items: center;
    width: 4.5rem;
    height: 3.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  body.index .index-pagelink .p-pagelink__text-container {
    text-align: center;
    width: 100%;
    height: 5rem;
    margin-top: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  body.index .index-pagelink .p-pagelink__title {
    font-size: 1.5rem;
  }
}
body.news-single .p-pagetitle__img {
  background-image: url("../images/news/bg-page-title.png");
  border-radius: 2.5rem;
}
body.news-single .l-inner {
  margin-top: 1rem;
}
body.news-single .l-inner .p-section-title-h1 {
  text-align: left;
}
body.news-single .p-section-title-h1 {
  margin-bottom: 1.25rem;
}
body.news-single .p-news__link-day {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  min-width: 5rem;
}
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;
}

@media only screen and (max-width: 1280px) {
  body.news-single .p-pagetitle__img {
    border-radius: 0.5rem;
  }
  body.news-single .l-inner .p-section-title-h1 {
    margin-bottom: 1.5rem;
  }
  body.news-single .p-section-title-h1 .c-heading {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
  }
  body.news-single .p-pagetitle__img {
    border-radius: 0.5rem;
  }
  body.news-single .l-section-first {
    display: flex;
    justify-content: center;
  }
  body.news-single .l-section-first .l-inner {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 0;
  }
  body.news-single .news-single-main .p-editor__content {
    margin-top: 2.5rem;
  }
  body.news-single .news-single-main__button {
    margin-top: 2.5rem;
    text-align: center;
  }
}
body.news .p-pagetitle__img {
  background-image: url("../images/news/bg-page-title.png");
  border-radius: 2.5rem;
}
body.news .p-news {
  flex: 1;
  margin-top: 7.75rem;
  margin-bottom: 7.75rem;
}
body.news .p-news__link-new {
  left: 4rem;
}
body.news .p-news__link-day {
  margin-inline: 2rem;
}
body.news .p-news__link-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}

@media only screen and (max-width: 1280px) {
  body.news .p-pagetitle__img {
    border-radius: 0.5rem;
  }
  body.news .p-news {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }
  body.news .p-news__link-day {
    margin-inline: 0;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 1281px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .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: 1280px) {
  .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: 1281px), 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: 1280px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}