@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

/* plus alfa
   ========================================================================== */
ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}

body {
  background-color: white;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.87);
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
  letter-spacing: 0.05em;
}
@media (min-width: 600px) {
  body {
    font-size: 1rem;
  }
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:link {
  color: #18a24f;
}

a:visited {
  color: #158c44;
}

a:hover {
  color: #f88c23;
}

a:active {
  color: #18a24f;
}

figure {
  margin: 0;
}

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

ol,
ul {
  padding-left: 0;
}

li {
  margin-bottom: 0.5em;
}
li:last-of-type {
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: calc(0.5em + 1.5rem);
  font-size: 8.5vw;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 375px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 600px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 940px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  margin-top: 0;
  margin-bottom: calc(0.5em + 1rem);
  font-size: 6.4vw;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 375px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 940px) {
  h3 {
    font-size: 2rem;
  }
}

.l-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.4%;
  padding-left: 6.4%;
}
@media (min-width: 375px) {
  .l-container {
    max-width: 1168px;
    padding: 0 24px;
  }
}
@media (min-width: 940px) {
  .l-container {
    max-width: 1200px;
    padding: 0 40px;
  }
}

@media (min-width: 375px) {
  .l-container--slim {
    max-width: 908px;
  }
}
@media (min-width: 940px) {
  .l-container--slim {
    max-width: 940px;
  }
}

.fl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fl-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fl-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fl-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fl-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl-center__item {
  display: block;
}

table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin: 1em auto;
  border: none;
}
table thead,
table tbody,
table tr,
table th,
table td {
  display: block;
  width: 100%;
}
table th,
table td {
  padding: 8px 16px;
  text-align: left;
  vertical-align: top;
}
table th {
  border-top: 2px solid #18a24f;
  border-right: 0;
  padding: 8px 16px;
  background-color: #ecf9f1;
  color: #18a24f;
  line-height: 1.5;
  font-weight: 700;
  font-size: 4.2vw;
}
@media (min-width: 375px) {
  table th {
    font-size: 1rem;
  }
}
table td {
  border-top: 2px solid #ededed;
}
@media (min-width: 600px) {
  table {
    display: table;
  }
  table thead,
table tbody {
    display: table-header-group;
  }
  table tr {
    display: table-row;
  }
  table th,
table td {
    display: table-cell;
    padding: 16px 24px;
  }
  table th {
    width: 25%;
  }
  table td {
    width: 75%;
  }
}

.scroll-prevent {
  overflow: hidden;
  height: 100%;
}

.is-pc {
  display: none;
}
@media (min-width: 940px) {
  .is-pc {
    display: block;
  }
}

.is-tab {
  display: none;
}
@media (min-width: 600px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 600px) {
  .is-sp {
    display: none;
  }
}

.l-header__top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 48px;
  padding: 0;
  background-color: white;
  z-index: 39;
}
@media (min-width: 600px) {
  .l-header__top {
    height: 64px;
  }
}
@media (min-width: 940px) {
  .l-header__top {
    height: 88px;
  }
}
.l-header__top .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 600px) {
  .l-header__top .l-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 940px) {
  .l-header__top .l-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .l-header__top .l-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-header__logo {
  margin: 0 auto 0 0;
  padding-right: 1.5rem;
  font-size: 1rem;
}
@media (min-width: 940px) {
  .l-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: auto;
  height: 32px;
  vertical-align: top;
}
@media (min-width: 940px) {
  .l-header__logo img {
    width: 100%;
    max-width: 240px;
    height: auto;
    max-height: 48px;
  }
}

.l-footer {
  padding: 2.5rem 0;
  font-size: 3.7vw;
}
@media (min-width: 375px) {
  .l-footer {
    font-size: 0.875rem;
  }
}
@media (min-width: 940px) {
  .l-footer {
    padding-bottom: 1.5rem;
  }
}
.l-footer .l-container {
  padding-left: 16px;
  padding-right: 16px;
}

.l-footer__logo {
  padding: 2.5rem 0 2rem;
  text-align: center;
}
.l-footer__logo img {
  width: 60%;
  max-width: 240px;
  height: auto;
}

.l-copy {
  padding: 0.75rem 0;
  background-color: rgba(0, 0, 0, 0.87);
  text-align: center;
  color: white;
  font-size: 3.2vw;
}
@media (min-width: 375px) {
  .l-copy {
    font-size: 0.75rem;
  }
}
.l-copy p {
  margin: 0;
}

.c-btn {
  display: block;
  background: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

.c-btn--pagetop {
  display: block;
  position: fixed;
  right: 16px;
  bottom: 32px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #18a24f;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14);
  z-index: 10;
  overflow: hidden;
}
@media (min-width: 600px) {
  .c-btn--pagetop {
    right: 32px;
    bottom: 32px;
    width: 56px;
    height: 56px;
  }
}
.c-btn--pagetop::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 600px) {
  .c-btn--pagetop::after {
    width: 12px;
    height: 12px;
  }
}
.c-btn--pagetop:hover, .c-btn--pagetop:focus {
  opacity: 0.8;
}

a.c-btn--pagetop {
  color: rgba(255, 255, 255, 0);
  font-size: rem(14);
}

.c-btn {
  font-size: 1rem;
  text-align: center;
}
.c-btn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5em 1rem;
  background-color: #ffe72c;
  border-radius: 8px;
  border-bottom: 4px solid #faa934;
  line-height: 1.5;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition-property: border-bottom, translate;
  transition-property: border-bottom, translate;
}
.c-btn a:hover {
  text-decoration: none;
  border-bottom: 1px solid #faa934;
}

.c-section {
  padding-top: 48px;
}
@media (min-width: 600px) {
  .c-section {
    padding-top: 64px;
  }
}
@media (min-width: 940px) {
  .c-section {
    padding-top: 88px;
  }
}

.c-section--hasbg {
  padding-bottom: 48px;
}
@media (min-width: 600px) {
  .c-section--hasbg {
    padding-bottom: 64px;
  }
}
@media (min-width: 940px) {
  .c-section--hasbg {
    padding-bottom: 88px;
  }
}

.c-sec-title {
  text-align: center;
}

.c-sec-title__main {
  text-shadow: -2px 0 1px rgb(255, 255, 255), 2px 0 1px rgb(255, 255, 255), 0 -2px 1px rgb(255, 255, 255), 0 2px 1px rgb(255, 255, 255), -2px -2px 1px rgb(255, 255, 255), 2px -2px 1px rgb(255, 255, 255), -2px 2px 1px rgb(255, 255, 255), 2px 2px 1px rgb(255, 255, 255), 0 0 1px rgb(255, 255, 255), 0 0 3px rgba(0, 0, 0, 0.12), -2px 3px 1px rgba(0, 0, 0, 0.12), 2px 3px 1px rgba(0, 0, 0, 0.12), 0 4px 0px rgba(0, 0, 0, 0.12);
}

.c-sec-title__sub {
  display: inline-block;
  position: relative;
  border-radius: 50vh;
  padding: 0.75em 3rem;
  background-color: #d8f2e2;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 700;
  font-size: 0.875rem;
  color: #18a24f;
}
@media (min-width: 600px) {
  .c-sec-title__sub {
    margin-bottom: 1.25em;
    font-size: 1rem;
  }
}
.c-sec-title__sub::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  border: 12px solid transparent;
  border-top: 12px solid #d8f2e2;
}
.c-sec-title__sub.c-sec-title__sub--white {
  background-color: white;
}
.c-sec-title__sub.c-sec-title__sub--white::after {
  border-top-color: white;
}

.c-sec-title__catch {
  margin-top: -1.5rem;
  margin-bottom: 2.5rem;
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 375px) {
  .c-sec-title__catch {
    font-size: 1.125rem;
  }
}

.c-sec-title--ongreen .c-sec-title__main {
  color: #ffe72c;
  text-shadow: -2px 0 1px #18a24f, 2px 0 1px #18a24f, 0 -2px 1px #18a24f, 0 2px 1px #18a24f, -2px -2px 1px #18a24f, 2px -2px 1px #18a24f, -2px 2px 1px #18a24f, 2px 2px 1px #18a24f, 0 0 1px #18a24f, 0 0 3px rgba(0, 0, 0, 0.12), -2px 3px 1px rgba(0, 0, 0, 0.12), 2px 3px 1px rgba(0, 0, 0, 0.12), 0 4px 0px rgba(0, 0, 0, 0.12);
}
.c-sec-title--ongreen .c-sec-title__sub {
  background-color: white;
}
.c-sec-title--ongreen .c-sec-title__sub::after {
  border-top-color: white;
}
.c-sec-title--ongreen .c-sec-title__catch {
  color: white;
}

.c-sec-title--ongray .c-sec-title__main {
  color: #18a24f;
}
.c-sec-title--ongray .c-sec-title__sub {
  background-color: #ffe72c;
  color: rgba(0, 0, 0, 0.87);
}
.c-sec-title--ongray .c-sec-title__sub::after {
  border-top-color: #ffe72c;
}

.c-sec-title--onblue .c-sec-title__main {
  color: #ffe72c;
  text-shadow: -2px 0 1px #1897a2, 2px 0 1px #1897a2, 0 -2px 1px #1897a2, 0 2px 1px #1897a2, -2px -2px 1px #1897a2, 2px -2px 1px #1897a2, -2px 2px 1px #1897a2, 2px 2px 1px #1897a2, 0 0 1px #1897a2, 0 0 3px rgba(0, 0, 0, 0.12), -2px 3px 1px rgba(0, 0, 0, 0.12), 2px 3px 1px rgba(0, 0, 0, 0.12), 0 4px 0px rgba(0, 0, 0, 0.12);
}
.c-sec-title--onblue .c-sec-title__sub {
  background-color: white;
  color: #1897a2;
}
.c-sec-title--onblue .c-sec-title__sub::after {
  border-top-color: white;
}

.c-captionBlock {
  padding: 8px;
  background: #18a24f;
  border-radius: 12px;
}

.c-captionBlock__header {
  text-align: center;
  padding: 0.5em 1.5em;
}

.c-captionBlock__title {
  margin-bottom: 8px;
  text-shadow: -2px 0 1px rgb(255, 255, 255), 2px 0 1px rgb(255, 255, 255), 0 -2px 1px rgb(255, 255, 255), 0 2px 1px rgb(255, 255, 255), -2px -2px 1px rgb(255, 255, 255), 2px -2px 1px rgb(255, 255, 255), -2px 2px 1px rgb(255, 255, 255), 2px 2px 1px rgb(255, 255, 255), 0 0 1px rgb(255, 255, 255);
  font-size: 6.4vw;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .c-captionBlock__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 940px) {
  .c-captionBlock__title {
    font-size: 2rem;
  }
}

.c-captionBlock--orange {
  background-color: #faa934;
}

.c-captionBlock--yellow {
  background-color: #ffe72c;
}

.c-captionBlock--blue {
  background-color: #1897a2;
}
.c-captionBlock--blue .c-captionBlock__title {
  color: white;
  text-shadow: -2px 0 1px #1897a2, 2px 0 1px #1897a2, 0 -2px 1px #1897a2, 0 2px 1px #1897a2, -2px -2px 1px #1897a2, 2px -2px 1px #1897a2, -2px 2px 1px #1897a2, 2px 2px 1px #1897a2, 0 0 1px #1897a2, 0 0 3px rgba(0, 0, 0, 0.12), -2px 3px 1px rgba(0, 0, 0, 0.12), 2px 3px 1px rgba(0, 0, 0, 0.12), 0 4px 0px rgba(0, 0, 0, 0.12);
}

.c-captionItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4px;
  border-radius: 8px;
  background-color: #18a24f;
}

.c-captionItem__title {
  padding: 0.25rem;
  margin-bottom: 4px;
  text-align: center;
  color: white;
}
@media (min-width: 600px) {
  .c-captionItem__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 940px) {
  .c-captionItem__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .c-captionItem__title {
    font-size: 1.5rem;
  }
}

.c-captionItem__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1.5rem;
  border-radius: 0 0 5px 5px;
  background-color: white;
  text-align: center;
}
@media (min-width: 940px) {
  .c-captionItem__body {
    padding: 1rem;
  }
}
.c-captionItem__body > *:last-child {
  margin-bottom: 0;
}

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}

.c-column--card {
  margin-top: -0.5rem;
}
.c-column--card .c-column__item {
  padding: 1rem;
  background-color: white;
  border-radius: 8px;
}

.c-column__item {
  margin-top: 0.5rem;
}

@media (min-width: 940px) {
  .c-column--2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-column--2col .c-column__item {
    -ms-flex-preferred-size: calc(50% - 4px);
        flex-basis: calc(50% - 4px);
  }
}

@media (min-width: 600px) {
  .c-column--3col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-column--3col .c-column__item {
    -ms-flex-preferred-size: calc(50% - 4px);
        flex-basis: calc(50% - 4px);
  }
}
@media (min-width: 940px) {
  .c-column--3col .c-column__item {
    -ms-flex-preferred-size: calc(33.3333% - 4px);
        flex-basis: calc(33.3333% - 4px);
  }
}

@media (min-width: 600px) {
  .c-column--4col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-column--4col .c-column__item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
@media (min-width: 940px) {
  .c-column--4col::before, .c-column--4col::after {
    display: block;
    content: "";
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 256px;
  }
  .c-column--4col .c-column__item {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 256px;
  }
}

.c-card {
  padding: 1rem;
  background-color: white;
  border-radius: 8px;
}
@media (min-width: 600px) {
  .c-card {
    padding: 1.5rem;
  }
}

.c-list--square {
  padding: 0;
}
.c-list--square li {
  position: relative;
  list-style: none;
  padding-left: 1.25em;
  line-height: 1.5;
}
.c-list--square li::before {
  display: block;
  content: "";
  background-color: currentColor;
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 0.375em;
  left: 0;
}

.c-list--note li {
  display: block;
  position: relative;
  padding-left: 1.25em;
  list-style: none;
  line-height: 1.5;
}
.c-list--note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0.125em;
}

.c-list--check li {
  padding-left: 1.5em;
  position: relative;
  list-style: none;
  font-size: 4.2vw;
  font-weight: 700;
}
@media (min-width: 375px) {
  .c-list--check li {
    font-size: 1rem;
  }
}
.c-list--check li::before {
  display: block;
  content: "";
  background: url("../img/icon_check-blue.svg") center no-repeat;
  width: 1.125em;
  height: 1.125em;
  position: absolute;
  top: 0.325em;
  left: 0;
}
.c-list--check.is-color--red li::before {
  background: url("../img/icon_check-red.svg") center no-repeat;
}

.c-list--num li {
  padding-left: 1.5rem;
  position: relative;
  list-style: none;
  counter-increment: num;
}
.c-list--num li::before {
  display: block;
  content: counter(num) ".";
  width: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #ffe72c;
}

@media screen and (min-width: 769px) {
  .c-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-media > * + * {
  padding-top: 2rem;
}
@media screen and (min-width: 769px) {
  .c-media > * + * {
    padding-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .c-media--reverse > * + * {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 769px) {
  .c-media__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 540px;
  }
}
@media screen and (min-width: 769px) {
  .c-media__image figure {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: 100%;
  }
}

@media (min-width: 600px) {
  .c-media__image--multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .c-media__image--multiple figure {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.c-media__image--multiple figure + figure {
  padding-top: 1rem;
}
@media (min-width: 600px) {
  .c-media__image--multiple figure + figure {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-media__image--multiple figure + figure {
    padding-top: 1.5rem;
  }
}

.c-media__image--sp-fixedHeight img {
  max-height: 240px;
}
@media screen and (min-width: 769px) {
  .c-media__image--sp-fixedHeight img {
    max-height: none;
  }
}

@media (min-width: 600px) {
  .c-media__text {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

.c-media__text__title {
  margin-bottom: 1em;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .c-media__text__title {
    font-size: 1.25rem;
  }
}

.drawer-hamburger {
  background-color: #18a24f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 48px;
  padding: 12px;
  margin: 0vw;
  z-index: 1;
}
@media (min-width: 600px) {
  .drawer-hamburger {
    width: 64px;
    height: 64px;
    padding: 16px;
  }
}
.drawer-hamburger:hover, .drawer-hamburger:focus {
  background: #158c44;
}

.drawer-hamburger-icon {
  background-color: rgb(255, 255, 255);
  margin-top: 0;
}
.drawer-hamburger-icon::before {
  top: -8px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 600px) {
  .drawer-hamburger-icon::before {
    top: -10px;
  }
}
.drawer-hamburger-icon::after {
  top: 8px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 600px) {
  .drawer-hamburger-icon::after {
    top: 10px;
  }
}

.drawer-nav {
  overflow: auto;
  background-color: white;
}
@media (min-width: 940px) {
  .drawer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: transparent;
  }
}

.p-gnav {
  margin-top: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
@media (min-width: 940px) {
  .p-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    padding: 0;
    margin: 0;
    border-top: 0;
  }
}
.p-gnav li {
  width: 100%;
  margin: 0;
}
@media (min-width: 940px) {
  .p-gnav li {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
.p-gnav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75em 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  font-size: 0.9375rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 940px) {
  .p-gnav a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.75em;
    border: none;
    background-color: transparent;
    white-space: nowrap;
    font-size: 1.3vw;
  }
}
@media (min-width: 1200px) {
  .p-gnav a {
    padding: 0.75em 1rem;
    font-size: 1rem;
  }
}
.p-gnav a:hover, .p-gnav a:focus {
  background-color: #ecf9f1;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}
@media (min-width: 940px) {
  .p-gnav a.drawer-menu-item {
    font-weight: bold;
  }
}

.p-gnavItem--accent a {
  background-color: #ffe72c;
  border-bottom: 0;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
.p-gnavItem--accent a:hover, .p-gnavItem--accent a:focus {
  background-color: #18a24f;
  color: white;
}
.p-gnavItem--accent a:hover .p-gnavTitle__sub, .p-gnavItem--accent a:focus .p-gnavTitle__sub {
  color: #ffe72c;
}

.p-gnavTitle__sub {
  font-size: 0.75rem;
  color: #18a24f;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-gnav__tel {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #18a24f;
  font-size: 0.75em;
  color: white;
  text-align: center;
}
.p-gnav__tel img {
  height: 0.8em;
  width: 0.8em;
  margin-right: 0.5rem;
}
@media (min-width: 940px) {
  .p-gnav__tel {
    display: none;
  }
}

a.p-gnav__tel__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #ffe72c;
  font-size: 1.75rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.drawer-open .l-header__top::before {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (min-width: 940px) {
  .drawer-open .l-header__top::before {
    display: none;
  }
}

@media (min-width: 940px) {
  .drawer-nav {
    position: static;
    width: auto;
    height: auto;
  }
  .drawer-toggle {
    display: none;
  }
}
.p-mv {
  position: relative;
  margin-top: 48px;
}
@media (min-width: 600px) {
  .p-mv {
    margin-top: 64px;
  }
}
@media (min-width: 940px) {
  .p-mv {
    margin-top: 88px;
  }
}

.p-mv__bg img {
  width: 100%;
  height: auto;
}

.p-mv__text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 6vw;
  padding-bottom: 6vw;
  margin: 0 auto;
}
@media (min-width: 940px) {
  .p-mv__text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-mv__text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.p-mv__text ul {
  margin-bottom: 0;
}
@media (min-width: 940px) {
  .p-mv__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: auto;
    bottom: 0;
    max-width: min(50vw, 720px);
  }
}
@media (min-width: 940px) {
  .p-mv__text li {
    padding-right: 1.5rem;
    margin-bottom: 0;
  }
}
.p-mv__text img {
  height: 64px;
  width: auto;
}
@media (min-width: 375px) {
  .p-mv__text img {
    height: 17vw;
  }
}
@media (min-width: 600px) {
  .p-mv__text img {
    height: 96px;
  }
}
@media (min-width: 940px) {
  .p-mv__text img {
    height: clamp(64px, 7vw, 112px);
  }
}

.p-cta {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #18a24f url("../img/bg_arrowdown-green.png") center top repeat;
  background-size: 256px 256px;
  color: white;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 940px) {
  .p-cta {
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .p-cta::before {
    content: "Entry";
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Barlow", sans-serif;
    font-size: 148px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: -13px;
    color: #158c44;
  }
}
.p-cta h2 {
  display: block;
  padding: 0.25em 1em;
  margin-bottom: 1rem;
  background-color: white;
  color: #18a24f;
  font-size: 6.4vw;
}
@media (min-width: 375px) {
  .p-cta h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) {
  .p-cta h2 {
    font-size: 2rem;
  }
}
@media (min-width: 940px) {
  .p-cta h2 {
    padding: 0.125em 0.5em;
    font-size: 2.5rem;
  }
}
.p-cta h2 .u-inline-block {
  display: block;
}
@media (min-width: 600px) {
  .p-cta h2 .u-inline-block {
    display: inline-block;
  }
}

.p-cta__catch {
  font-size: 4.2vw;
}
@media (min-width: 375px) {
  .p-cta__catch {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .p-cta__catch {
    font-size: 1.125rem;
  }
}
@media (min-width: 940px) {
  .p-cta__catch {
    font-size: 1.25rem;
  }
}
@media (min-width: 600px) {
  .p-cta__catch > p {
    display: inline-block;
  }
}
.p-cta__catch .is-txt-larger {
  font-size: 4.8vw;
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .p-cta__catch .is-txt-larger {
    font-size: 1.125rem;
  }
}
@media (min-width: 600px) {
  .p-cta__catch .is-txt-larger {
    margin-right: 1rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 940px) {
  .p-cta__catch .is-txt-larger {
    font-size: 1.5rem;
  }
}

.p-cta__actionList {
  padding-top: 1rem;
}
@media (min-width: 940px) {
  .p-cta__actionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
@media (min-width: 940px) {
  .p-cta__actionList .c-btn {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.p-cta__actionList .c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 1.5rem;
  font-size: 7.4vw;
}
@media (min-width: 375px) {
  .p-cta__actionList .c-btn a {
    font-size: 1.75rem;
  }
}
@media (min-width: 600px) {
  .p-cta__actionList .c-btn a {
    font-size: 2rem;
  }
}
.p-cta__actionList .c-btn a .is-txt-smaller {
  font-size: 0.65em;
}
.p-cta__actionList .c-btn a::before {
  content: "";
  display: inline-block;
  width: 1.86em;
  height: 1.86em;
  background: url("../img/icon_mail.svg") center no-repeat;
  background-size: contain;
}
.p-cta__actionList .c-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 6px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.87);
}
@media (min-width: 600px) {
  .p-cta__actionList .c-btn a::after {
    right: 1rem;
  }
}

.p-cta__tel {
  padding-top: 1rem;
}
@media (min-width: 940px) {
  .p-cta__tel {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    padding-top: 0;
  }
}

.p-cta__tel__num {
  margin-bottom: 0;
}
.p-cta__tel__num a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11vw;
  font-family: "Barlow", sans-serif;
  line-height: 1.25em;
  color: #ffe72c;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
@media (min-width: 375px) {
  .p-cta__tel__num a {
    font-size: 2.875rem;
  }
}
@media (min-width: 600px) {
  .p-cta__tel__num a {
    font-size: 3.5rem;
  }
}
.p-cta__tel__num img {
  width: 10vw;
  height: auto;
  margin-right: 2vw;
}
@media (min-width: 375px) {
  .p-cta__tel__num img {
    width: 40px;
    margin-right: 0.5rem;
  }
}

.p-cta__tel__sub {
  margin-bottom: 0;
  font-size: 3.7vw;
}
@media (min-width: 375px) {
  .p-cta__tel__sub {
    font-size: 0.75rem;
  }
}
@media (min-width: 600px) {
  .p-cta__tel__sub {
    font-size: 1rem;
  }
}

.p-feature {
  background-color: #ecf9f1;
}

.p-featureList {
  margin-top: -1rem;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .p-featureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-featureList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 1rem;
  border-radius: 8px;
  background-color: white;
}
@media (min-width: 600px) {
  .p-featureList__item {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
    margin-top: 3.5vw;
  }
}
@media (min-width: 940px) {
  .p-featureList__item {
    padding: 1rem 1.5rem;
    margin-top: 2rem;
  }
}

.p-featureList__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
}
@media (min-width: 940px) {
  .p-featureList__icon {
    width: 96px;
    height: 96px;
  }
}

.p-featureList__text {
  padding-left: 1rem;
}
.p-featureList__text h3 {
  margin-bottom: 0.25em;
  font-size: 6.4vw;
  color: #18a24f;
}
@media (min-width: 375px) {
  .p-featureList__text h3 {
    font-size: 1.5rem;
  }
}
.p-featureList__text > *:last-child {
  margin-bottom: 0;
}

.p-merit {
  background-color: #18a24f;
}
.p-merit > .l-container {
  padding-left: 16px;
  padding-right: 16px;
}
.p-merit .c-sec-title__main {
  letter-spacing: 0;
}

.p-merit__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}
@media (min-width: 600px) {
  .p-merit__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
  }
}
@media (min-width: 940px) {
  .p-merit__title {
    padding-bottom: 1rem;
  }
}

.p-merit__title__main {
  padding-top: 0.5rem;
  font-size: 8.5vw;
}
@media (min-width: 375px) {
  .p-merit__title__main {
    font-size: 2rem;
  }
}
@media (min-width: 600px) {
  .p-merit__title__main {
    padding-left: 1.5rem;
    font-size: 2.5rem;
  }
}

.p-merit__money {
  position: relative;
  background-color: #fef8ef;
}
.p-merit__money::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 32px solid #18a24f;
}
.p-merit__money .p-merit__title__main {
  color: #f88c23;
  text-shadow: 2px 2px 0 rgba(255, 231, 44, 0.5);
}
.p-merit__money .c-column__item dt,
.p-merit__money .c-column__item h5 {
  margin-bottom: 0.5rem;
  text-align: center;
  color: #f88c23;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .p-merit__money .c-column__item dt,
.p-merit__money .c-column__item h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 940px) {
  .p-merit__money .c-column__item dt,
.p-merit__money .c-column__item h5 {
    font-size: 1.5rem;
  }
}
.p-merit__money .c-column__item dd {
  margin-left: 0;
}
.p-merit__money .c-column__item dd > *:last-child {
  margin-bottom: 0;
}
.p-merit__money .c-captionBlock + .c-captionBlock {
  margin-top: 2rem;
}
@media (min-width: 940px) {
  .p-merit__money .c-captionBlock + .c-captionBlock {
    margin-top: 3rem;
  }
}
.p-merit__money .c-captionBlock--yellow .c-column__item {
  text-align: center;
}
@media (min-width: 940px) {
  .p-merit__money .c-captionBlock--yellow .c-column__item span.is-pc-block {
    display: block;
  }
}

.p-merit__money__salary {
  position: relative;
  padding-top: 1.5rem;
}
.p-merit__money__salary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 80px;
  height: 2px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.12);
}
.p-merit__money__salary img {
  width: auto;
  height: 32px;
}
@media (min-width: 940px) {
  .p-merit__money__salary img {
    height: 40px;
  }
}

.p-merit__life {
  position: relative;
  background-color: white;
}
.p-merit__life::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 32px solid #fef8ef;
}
.p-merit__life .p-merit__title__main {
  color: #1897a2;
  text-shadow: 2px 2px 0 #d8f2e2;
}
.p-merit__life .c-media__image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.p-merit__life .c-media__text__title {
  color: #1897a2;
}

.p-merit__lifeGallery {
  padding: 1.5rem 0;
}
@media (min-width: 940px) {
  .p-merit__lifeGallery {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .p-merit__lifeGallery {
    padding-top: 4rem;
  }
}
.p-merit__lifeGallery .c-column__item {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .p-merit__lifeGallery .c-column__item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 336px;
    padding-bottom: 2vw;
  }
}
@media (min-width: 940px) {
  .p-merit__lifeGallery .c-column__item {
    padding-bottom: 2rem;
  }
}
@media (min-width: 940px) {
  .p-merit__lifeGallery .c-column__item {
    padding-bottom: 2.5rem;
  }
}
.p-merit__lifeGallery img {
  width: 100%;
}
.p-merit__lifeGallery figcaption {
  padding: 0.375rem 1em;
  background-color: #1897a2;
  font-size: 4.8vw;
  text-align: center;
  color: white;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 375px) {
  .p-merit__lifeGallery figcaption {
    font-size: 18px;
  }
}

.p-merit__life__scheduleList {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 0;
}

.p-merit__life__scheduleList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.75rem;
}
.p-merit__life__scheduleList__item dt {
  -ms-flex-preferred-size: 3.25em;
      flex-basis: 3.25em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
  font-weight: 700;
  font-size: 6.4vw;
  font-family: "Barlow", sans-serif;
  text-align: right;
  color: #1897a2;
}
@media (min-width: 375px) {
  .p-merit__life__scheduleList__item dt {
    font-size: 1.5rem;
  }
}
.p-merit__life__scheduleList__item dt .is-txt-smaller {
  font-size: 5.3vw;
}
@media (min-width: 375px) {
  .p-merit__life__scheduleList__item dt .is-txt-smaller {
    font-size: 1.25rem;
  }
}
.p-merit__life__scheduleList__item dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  font-weight: 700;
}

.p-merit__support {
  position: relative;
  background-color: #fef8f8;
}
.p-merit__support::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 32px solid white;
}
.p-merit__support .p-merit__title__main {
  color: #db5656;
  text-shadow: 2px 2px 0 rgba(219, 86, 86, 0.16);
}
.p-merit__support .c-media__text__title {
  color: #db5656;
}
.p-merit__support .c-media__image img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.p-work .c-column {
  margin-top: -1rem;
}
@media (min-width: 940px) {
  .p-work .c-column {
    margin-top: -1.5vw;
  }
}
@media (min-width: 1200px) {
  .p-work .c-column {
    margin-top: -2rem;
  }
}
.p-work .c-column__item {
  margin-top: 1rem;
}
@media (min-width: 940px) {
  .p-work .c-column__item {
    margin-top: 1.5vw;
  }
}
@media (min-width: 1200px) {
  .p-work .c-column__item {
    margin-top: 2rem;
  }
}

.p-wideGallery {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-wideGallery li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0;
}
@media (min-width: 940px) {
  .p-wideGallery li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.p-wideGallery img {
  width: 100%;
  height: auto;
}

.p-voice {
  background: #ecf9f1 url("../img/bg_dice-lightgreen.png") center top repeat;
  background-size: 268px 90px;
}
.p-voice .c-card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-box-shadow: 0 4px 0 #d8f2e2;
          box-shadow: 0 4px 0 #d8f2e2;
}
@media (min-width: 600px) {
  .p-voice .c-card {
    padding: 2rem 2.5rem;
  }
}

.p-voiceItem:not(:last-child) {
  padding-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .p-voiceItem:not(:last-child) {
    padding-bottom: 2.5rem;
  }
}
.p-voiceItem + .p-voiceItem {
  padding-top: 1.5rem;
  border-top: 2px solid #ededed;
}
@media (min-width: 600px) {
  .p-voiceItem + .p-voiceItem {
    padding-top: 2.5rem;
  }
}
.p-voiceItem > *:last-child {
  margin-bottom: 0;
}

.p-voiceItem__meta {
  margin-bottom: 0.25rem;
}

.p-voiceItem__meta__name {
  margin-right: 0.5rem;
  font-weight: 700;
}

.p-voiceItem__title {
  margin-bottom: 1rem;
  font-size: 5.3vw;
  color: #18a24f;
}
@media (min-width: 375px) {
  .p-voiceItem__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 600px) {
  .p-voiceItem__title {
    font-size: 1.5rem;
  }
}

.p-flow {
  background: #ededed url("../img/bg_arrowdown-gray.png") center top repeat;
  background-size: 256px 256px;
}

@media (min-width: 940px) {
  .p-flowList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-flowList__item {
  position: relative;
  padding: 3.5rem 2rem 1rem;
  border-radius: 12px;
  background-color: white;
  -webkit-box-shadow: 0 4px 0 #d8f2e2;
          box-shadow: 0 4px 0 #d8f2e2;
  text-align: center;
}
@media (min-width: 940px) {
  .p-flowList__item {
    -ms-flex-preferred-size: calc(33.3333% - 36px);
        flex-basis: calc(33.3333% - 36px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 4rem 1.5rem 1rem;
    margin: 0;
  }
}
.p-flowList__item + .p-flowList__item {
  margin-top: 3.5rem;
}
@media (min-width: 940px) {
  .p-flowList__item + .p-flowList__item {
    margin-top: 0;
  }
}
.p-flowList__item + .p-flowList__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 15px solid transparent;
  border-top: 20px solid #faa934;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 940px) {
  .p-flowList__item + .p-flowList__item::before {
    right: auto;
    bottom: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #faa934;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.p-flowList__item__num {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-size: 6.4vw;
  line-height: 1;
  color: #18a24f;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .p-flowList__item__num {
    font-size: 1.5rem;
  }
}
.p-flowList__item__num > span {
  padding-left: 0.25rem;
  font-size: 2em;
  vertical-align: -0.125em;
}

.p-flowList__item__title {
  margin-bottom: 0.75rem;
  color: #18a24f;
}
@media (min-width: 940px) {
  .p-flowList__item__title {
    font-size: 1.5rem;
  }
}

.p-requirement td > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 940px) {
  .p-requirement__areaList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 940px) {
  .p-requirement__areaList dt {
    width: 6.5em;
  }
}
.p-requirement__areaList dd {
  margin-left: 1rem;
}
@media (min-width: 940px) {
  .p-requirement__areaList dd {
    width: calc(100% - 6.5em);
    margin-left: 0;
  }
}

.p-faq {
  background-color: #1897a2;
}

.p-faqList {
  margin-bottom: -1.5rem;
}
@media (min-width: 600px) {
  .p-faqList {
    margin-bottom: 0.2 0.5rem;
  }
}
@media (min-width: 940px) {
  .p-faqList {
    margin-bottom: -3rem;
  }
}
.p-faqList span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  font-size: 10.6vw;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  text-align: center;
}
@media (min-width: 375px) {
  .p-faqList span {
    font-size: 2.5rem;
  }
}
@media (min-width: 600px) {
  .p-faqList span {
    width: 60px;
    padding-right: 12px;
    font-size: 3rem;
  }
}
.p-faqList dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  background-color: white;
  font-size: 4.8vw;
  color: #1897a2;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 375px) {
  .p-faqList dt {
    font-size: 1.125rem;
  }
}
@media (min-width: 600px) {
  .p-faqList dt {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
  }
}
.p-faqList dt span {
  margin-top: -0.25em;
}
.p-faqList dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0.5rem 1.5rem;
  margin-left: 0;
  color: white;
  font-weight: 700;
}
@media (min-width: 600px) {
  .p-faqList dd {
    padding: 1.5rem 1rem 2.5rem;
    font-size: 1.0625rem;
  }
}
@media (min-width: 940px) {
  .p-faqList dd {
    padding: 2rem 1rem 3.5rem;
  }
}
.p-faqList dd span {
  margin-right: 0.5rem;
  color: #ffe72c;
}

.p-area {
  background: #ededed url("../img/bg_arrowdown-gray.png") center top repeat;
  background-size: 256px 256px;
}
.p-area .c-sec__body {
  margin-top: -2rem;
}
@media (min-width: 940px) {
  .p-area .c-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-area__map {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 940px) {
  .p-area__map {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-area__notice {
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 600px) {
  .p-area__notice {
    font-size: 1.25rem;
  }
}

.p-entry {
  background-color: #18a24f;
}
.p-entry .c-card {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
.p-entry .contactformbox {
  margin: 0px 40px;
  color: #000;
}
.p-entry .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-entry .contact01 {
  width: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 25px 1em 5px 0;
  font-weight: bold;
  font-size: 17px;
}
.p-entry .contact02 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  padding: 25px 0 5px;
}
.p-entry .contact03 {
  width: 100%;
  padding: 5px 0 35px;
  font-size: 18px;
  border-bottom: rgba(0, 0, 0, 0.12) solid 1px;
}
.p-entry input,
.p-entry select,
.p-entry textarea {
  outline-color: #18a24f;
}
.p-entry .input01 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-entry .c-selectWrap {
  position: relative;
}
.p-entry .c-selectWrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.87);
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
.p-entry .input-age {
  max-width: 80px;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-entry input[type=radio] {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  accent-color: #158c44;
}
.p-entry .radioform {
  padding: 0px 15px 0 5px;
}
.p-entry li {
  list-style: none;
}
.p-entry .form_button {
  width: 80%;
  max-width: 320px;
  margin: 0 auto 1rem;
  -webkit-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}
.p-entry .form_button:hover {
  padding-top: 3px;
}
.p-entry .button {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffe72c;
  border-radius: 8px;
  border-bottom: 4px solid #faa934;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
}
.p-entry .button:hover {
  text-decoration: none;
  border-bottom: 1px solid #faa934;
}
.p-entry .required-ico {
  display: inline-block;
  padding: 2px 10px;
  background: #ffe72c;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}
.p-entry .nonrequired-ico {
  display: inline-block;
  padding: 2px 10px;
  background: #fff;
  border: 1px solid currentColor;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}
.p-entry .form-notice_list li {
  margin: 1.5rem 0 3rem;
}
.p-entry .prefline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-entry .pref01 {
  width: 15%;
  margin: 0 0 2% 0;
}
.p-entry .pref02 {
  width: 85%;
  margin: 0 0 2% 0;
}
.p-entry .br-pc {
  display: inline;
}
.p-entry .br-sp {
  display: none;
}
@media (max-width: 600px) {
  .p-entry .contactformbox {
    margin: 0px 0px;
  }
  .p-entry .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-entry .contact01 {
    font-weight: bold;
    font-size: 17px;
  }
  .p-entry .contact03 {
    width: 100%;
    padding: 5px 0 35px;
    font-size: 18px;
  }
  .p-entry .prefline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .p-entry .pref01 {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .p-entry .pref02 {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .p-entry .form-notice_list li {
    margin: 1.5rem 0;
  }
  .p-entry .button {
    padding: 0.5em 1rem;
    font-size: 1rem;
  }
  .p-entry .br-pc {
    display: none;
  }
  .p-entry .br-sp {
    display: inline;
  }
}

.p-fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
  border-top: 1px solid #ededed;
}
@media (min-width: 940px) {
  .p-fnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    border-top: 0;
  }
}
.p-fnav li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0;
  border-bottom: 1px solid #ededed;
  font-weight: 700;
}
@media (min-width: 940px) {
  .p-fnav li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 0.5rem;
    border-bottom: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .p-fnav li {
    padding: 0 1rem;
  }
}
.p-fnav li:nth-of-type(2n + 1) {
  border-right: 1px solid #ededed;
}
@media (min-width: 940px) {
  .p-fnav li:nth-of-type(2n + 1) {
    border-right: 0;
  }
}
.p-fnav a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.87);
}
@media (min-width: 940px) {
  .p-fnav a {
    padding: 0.5rem;
  }
}
.p-fnav a:hover, .p-fnav a:focus {
  color: #18a24f;
}

.p-fnav--sub {
  margin-bottom: 0;
  text-align: center;
}
.p-fnav--sub li {
  display: inline-block;
  margin: 0 0.5rem;
}
.p-fnav--sub li a {
  color: rgba(0, 0, 0, 0.87);
}
.p-fnav--sub li a:hover, .p-fnav--sub li a:focus {
  color: #18a24f;
}

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

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

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

.u-align--middle {
  vertical-align: middle;
}

.u-align--top {
  vertical-align: top;
}

.u-align--bottom {
  vertical-align: bottom;
}

.l-gnav .u-icon {
  display: block;
  line-height: 24px;
  padding: 28px 0 0;
}
@media (min-width: 600px) {
  .l-gnav .u-icon {
    padding: 8px 8px 8px 40px;
  }
}

.u-icon--home {
  background: url("../img/icon_home.png") top no-repeat;
  background-size: auto 24px;
}
@media (min-width: 600px) {
  .u-icon--home {
    background-position: 8px center;
  }
}

.u-icon--tulip {
  background: url("../img/icon_tulip.png") top no-repeat;
  background-size: auto 21px;
}
@media (min-width: 600px) {
  .u-icon--tulip {
    background-position: 10px center;
  }
}

.u-icon--camera {
  background: url("../img/icon_camera.png") top no-repeat;
  background-size: 24px auto;
}
@media (min-width: 600px) {
  .u-icon--camera {
    background-position: 8px center;
  }
}

.u-icon--watch {
  background: url("../img/icon_watch.png") top no-repeat;
  background-size: auto 20px;
}
@media (min-width: 600px) {
  .u-icon--watch {
    background-position: 10px center;
  }
}

.u-icon--calendar {
  background: url("../img/icon_yeary.png") top no-repeat;
  background-size: auto 24px;
}
@media (min-width: 600px) {
  .u-icon--calendar {
    background-position: 10px center;
  }
}

.u-icon--leaf {
  background: url("../img/icon_leaf.png") top no-repeat;
  background-size: auto 24px;
}
@media (min-width: 600px) {
  .u-icon--leaf {
    background-position: 12px center;
  }
}

.u-icon--note {
  background: url("../img/icon_note.png") top no-repeat;
  background-size: auto 20px;
}
@media (min-width: 600px) {
  .u-icon--note {
    background-position: 10px center;
  }
}

.u-icon--info {
  background: url("../img/icon_info.png") top no-repeat;
  background-size: auto 24px;
}
@media (min-width: 600px) {
  .u-icon--info {
    background-position: 10px center;
  }
}

.u-icon--flower--org {
  background: url("../img/icon_flower--org.png") left top no-repeat;
  background-size: 40px auto;
  padding-left: 48px;
  min-height: 40px;
}
@media (min-width: 600px) {
  .u-icon--flower--org {
    background-position: left 0.3em;
    background-size: 20px auto;
    padding-left: 32px;
    min-height: 20px;
  }
}
@media (min-width: 375px) {
  .u-icon--flower--org {
    padding-left: 24px;
  }
}

.u-icon--flower--blue {
  background: url("../img/icon_flower--bl.png") left top no-repeat;
  background-size: 40px auto;
  padding-left: 48px;
  min-height: 40px;
}
@media (min-width: 600px) {
  .u-icon--flower--blue {
    background-position: left 0.3em;
    background-size: 20px auto;
    padding-left: 32px;
    min-height: 20px;
  }
}
@media (min-width: 375px) {
  .u-icon--flower--blue {
    padding-left: 24px;
  }
}

.u-icon--flower--red {
  background: url("../img/icon_flower--red.png") left top no-repeat;
  background-size: 40px auto;
  padding-left: 48px;
  min-height: 40px;
}
@media (min-width: 600px) {
  .u-icon--flower--red {
    background-position: left 0.3em;
    background-size: 20px auto;
    padding-left: 32px;
    min-height: 20px;
  }
}
@media (min-width: 375px) {
  .u-icon--flower--red {
    padding-left: 24px;
  }
}

.u-marg-no {
  margin: 0;
}

.u-marg-b--0 {
  margin-bottom: 0;
}

.u-marg-b--s {
  margin-bottom: 0.5em;
}

.u-margin-b--m {
  margin-bottom: 1.5em;
}

.u-margin-b--l {
  margin-bottom: 2.5em;
}

.u-txt-c--st {
  color: #18a24f;
}

.u-txt--s {
  font-size: 0.75rem;
}

.u-txt--lg {
  font-size: 1.25rem;
}

.u-txt--bold {
  font-weight: 700;
}

.u-txt--st {
  font-size: 1.25rem;
  font-weight: 700;
}

.u-txt--box {
  display: inline-block;
  padding: 0 0.75em;
  margin-right: 0.5em;
  border: 1px solid currentColor;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(38%, rgba(0, 0, 0, 0)), color-stop(38%, #ecf9f1), to(#ecf9f1));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, #ecf9f1 38%, #ecf9f1 100%);
  padding: 0 0.25em;
  margin: 0 0.25rem;
}

.u-copy {
  margin: 0;
  text-align: center;
  line-height: 1.8em;
  font-size: 0.625rem;
}
@media (min-width: 600px) {
  .u-copy {
    font-size: 0.875rem;
  }
}
.u-copy a:link,
.u-copy a:visited {
  color: #158c44;
}
.u-copy a:hover {
  opacity: 0.6;
}

.u-ff--serif {
  font-family: Century, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
}

.u-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.u-inline-block {
  display: inline-block;
}