@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #1D1D1D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-break: break-word;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
img,
figure,
svg,
picture {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  vertical-align: bottom;
}
img.of-contain,
figure.of-contain,
svg.of-contain,
picture.of-contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
img.of-cover,
figure.of-cover,
svg.of-cover,
picture.of-cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

time {
  display: block;
}

sup,
sub {
  font-size: 50%;
}

.wrapper {
  opacity: 0;
  overflow: hidden;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 1.25rem, 0);
          transform: translate3d(0, 1.25rem, 0);
}

.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .anchor {
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3125rem 1.4492753623%;
  }
}
@media print, screen and (min-width: 768px) {
  .anchor > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .anchor > li {
    width: 49.2753623188%;
  }
  .anchor > li:nth-of-type(2n+1):last-of-type {
    width: 100%;
  }
}
.anchor a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7FCFC;
  border: 0.125rem solid #CBFCE8;
  border-radius: 0.25rem;
  color: #058D84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .anchor a {
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 1.4375rem 3.8125rem 1.4375rem 0.9375rem;
  }
  .anchor a:before {
    background: #CFF3F2;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(50%);
            transform: scaleX(50%);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 100%;
  }
  .anchor a:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
}
@media only screen and (max-width: 767px) {
  .anchor a {
    font-size: 0.9375rem;
    line-height: 1.4;
    padding: 1rem 1.6875rem 1rem 0.625rem;
  }
}
.anchor a span {
  position: relative;
}
.anchor a:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cg%20transform%3D%22translate(0.482)%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20transform%3D%22translate(-0.482)%22%20fill%3D%22%233ca4a2%22%2F%3E%3Cpath%20d%3D%22M4.5%2C0%2C9%2C11H0Z%22%20transform%3D%22translate(22.518%2025)%20rotate(180)%22%20fill%3D%22%23f7fcfc%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .anchor a:after {
    height: 2.25rem;
    right: 1.5625rem;
    width: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .anchor a:after {
    height: 1.3125rem;
    right: 0.375rem;
    width: 1.3125rem;
  }
}

@media print, screen and (min-width: 768px) {
  * + .anchor {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  * + .anchor {
    margin-top: 1.875rem;
  }
}
@media print, screen and (min-width: 768px) {
  *:not(h1, h2, h3, h4, h5, h6) + .anchor {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  *:not(h1, h2, h3, h4, h5, h6) + .anchor {
    margin-top: 3.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .breadcrumb {
    background: #EEFBFA;
    color: #7E7E7E;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.8125rem 4.375rem;
  }
  .breadcrumb ul {
    letter-spacing: -0.4em;
    margin: 0 auto;
    max-width: 62.5rem;
  }
  .breadcrumb ul li {
    display: inline;
    letter-spacing: normal;
    margin-right: 1em;
  }
  .breadcrumb ul li:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.061%22%20height%3D%2211.719%22%20viewBox%3D%220%200%208.061%2011.719%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%228.061%22%20height%3D%2211.719%22%20fill%3D%22none%22%20stroke%3D%22%233ca7a0%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(0%200)%22%3E%3Cg%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M5%2C14.606A1%2C1%2C0%2C0%2C1%2C4.293%2C12.9l3.6-3.6-3.6-3.6A1%2C1%2C0%2C1%2C1%2C5.707%2C4.293l5.01%2C5.01-5.01%2C5.01A1%2C1%2C0%2C0%2C1%2C5%2C14.606Z%22%20transform%3D%22translate(-3.444%20-3.444)%22%20fill%3D%22%233ca7a0%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 0.7325rem;
    margin: -0.125rem 0 0 1em;
    vertical-align: middle;
    width: 0.50375rem;
  }
  .breadcrumb ul li:last-of-type {
    margin-right: 0;
  }
  .breadcrumb ul li:last-of-type:after {
    display: none;
  }
  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  border-radius: 62.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: inherit;
  isolation: isolate;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .btn {
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 1.5625rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    padding: 1.125rem 0;
  }
}
.btn > em, .btn > span {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .btn > em, .btn > span {
    padding: 0 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn > em, .btn > span {
    padding: 0 1.5625rem;
  }
}
.btn > em:after, .btn > span:after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .btn > em:after, .btn > span:after {
    height: 0.5625rem;
    right: 1.375rem;
    -webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn > em:after, .btn > span:after {
    height: 0.4375rem;
    right: 0.9375rem;
    width: 0.625rem;
  }
}
.btn.-grade {
  color: #FFF;
}
.btn.-grade:before {
  background: -webkit-gradient(linear, left top, right top, from(#00AF9B), color-stop(50%, #007CBE), to(#00AF9B));
  background: linear-gradient(to right, #00AF9B 0%, #007CBE 50%, #00AF9B 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 200%;
}
@media print, screen and (min-width: 768px) {
  .btn.-grade:before {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
}
.btn.-grade > em:after, .btn.-grade > span:after {
  background-color: #FFF;
}
.btn.-grade[target=_blank] > em:after, .btn.-grade[target=_blank] > span:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2215%22%20height%3D%2215%22%20transform%3D%22translate(0%200.33)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-0.038%20-13.931)%22%3E%3Cg%20transform%3D%22translate(0.038%2013.601)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M13.124%2C7.969v5.156H1.875V1.876H7.031A.469.469%2C0%2C0%2C0%2C7.5%2C1.407V.47A.469.469%2C0%2C0%2C0%2C7.031%2C0H1.5A1.5%2C1.5%2C0%2C0%2C0%2C0%2C1.5v12A1.5%2C1.5%2C0%2C0%2C0%2C1.5%2C15h12A1.5%2C1.5%2C0%2C0%2C0%2C15%2C13.5V7.969A.469.469%2C0%2C0%2C0%2C14.53%2C7.5h-.937a.469.469%2C0%2C0%2C0-.469.469%22%20transform%3D%22translate(0.001%200.33)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M15.3.937V4.49a.47.47%2C0%2C0%2C1-.8.333l-1.35-1.35L12.8%2C3.82v0L10.989%2C5.634%2C6.3%2C10.326a.467.467%2C0%2C0%2C1-.661%2C0l-.666-.661a.472.472%2C0%2C0%2C1%2C0-.666L7.46%2C6.515l4.368-4.368L10.478.8a.466.466%2C0%2C0%2C1%2C.328-.8h3.558A.934.934%2C0%2C0%2C1%2C15.3.937%22%20transform%3D%22translate(-0.302%200.33)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
  clip-path: none;
}
@media print, screen and (min-width: 768px) {
  .btn.-grade[target=_blank] > em:after, .btn.-grade[target=_blank] > span:after {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn.-grade[target=_blank] > em:after, .btn.-grade[target=_blank] > span:after {
    height: 0.75rem;
    width: 0.75rem;
  }
}
.btn.-border {
  color: #058D84;
}
.btn.-border:after {
  border: solid #3A9EA3;
  border-radius: 62.4375rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .btn.-border:after {
    border-width: 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn.-border:after {
    border-width: 0.125rem;
  }
}
.btn.-border > em:after, .btn.-border > span:after {
  background-color: #058D84;
}
@media print, screen and (min-width: 768px) {
  .btn.-border {
    border-width: 0.25rem;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .btn.-border:before {
    background-color: #3A9EA3;
    border-radius: 62.4375rem;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 100%;
  }
}
.btn.-border[target=_blank] > em:after, .btn.-border[target=_blank] > span:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2215%22%20height%3D%2215%22%20transform%3D%22translate(0%200.33)%22%20fill%3D%22%23058d84%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-0.038%20-13.931)%22%3E%3Cg%20transform%3D%22translate(0.038%2013.601)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M13.124%2C7.969v5.156H1.875V1.876H7.031A.469.469%2C0%2C0%2C0%2C7.5%2C1.407V.47A.469.469%2C0%2C0%2C0%2C7.031%2C0H1.5A1.5%2C1.5%2C0%2C0%2C0%2C0%2C1.5v12A1.5%2C1.5%2C0%2C0%2C0%2C1.5%2C15h12A1.5%2C1.5%2C0%2C0%2C0%2C15%2C13.5V7.969A.469.469%2C0%2C0%2C0%2C14.53%2C7.5h-.937a.469.469%2C0%2C0%2C0-.469.469%22%20transform%3D%22translate(0.001%200.33)%22%20fill%3D%22%23058d84%22%2F%3E%3Cpath%20d%3D%22M15.3.937V4.49a.47.47%2C0%2C0%2C1-.8.333l-1.35-1.35L12.8%2C3.82v0L10.989%2C5.634%2C6.3%2C10.326a.467.467%2C0%2C0%2C1-.661%2C0l-.666-.661a.472.472%2C0%2C0%2C1%2C0-.666L7.46%2C6.515l4.368-4.368L10.478.8a.466.466%2C0%2C0%2C1%2C.328-.8h3.558A.934.934%2C0%2C0%2C1%2C15.3.937%22%20transform%3D%22translate(-0.302%200.33)%22%20fill%3D%22%23058d84%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
  clip-path: none;
}
@media print, screen and (min-width: 768px) {
  .btn.-border[target=_blank] > em:after, .btn.-border[target=_blank] > span:after {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn.-border[target=_blank] > em:after, .btn.-border[target=_blank] > span:after {
    height: 0.75rem;
    width: 0.75rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn.-border.-works {
    max-width: 42.3125rem;
  }
}
.btn.-border.-works:after {
  border: solid #3A9EA3;
}
@media print, screen and (min-width: 768px) {
  .btn.-border.-works:after {
    border-width: 0.125rem;
    max-width: 42.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn.-border.-works:after {
    border-width: 0.125rem;
  }
}

.btn.-small,
.news-detail-head-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3CA4A2;
  border-radius: 62.4375rem;
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  text-align: center;
  vertical-align: baseline;
}
@media print, screen and (min-width: 768px) {
  .btn.-small,
  .news-detail-head-btn {
    font-size: 1rem;
    height: 2.8125rem;
    padding: 0 1.75rem;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  .btn.-small:hover,
  .news-detail-head-btn:hover {
    background-color: rgba(60, 164, 162, 0.8);
  }
}
@media only screen and (max-width: 767px) {
  .btn.-small,
  .news-detail-head-btn {
    font-size: 0.875rem;
    height: 2.1875rem;
    padding: 0 0.9375rem;
  }
}

a.btn,
button.btn {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  a:hover .btn > em:after, a:hover .btn > span:after,
  a.btn:hover > em:after,
  a.btn:hover > span:after,
  button.btn:hover > em:after,
  button.btn:hover > span:after {
    -webkit-transform: translate(0.25rem, -50%);
            transform: translate(0.25rem, -50%);
  }
  a:hover .btn.-grade:before,
  a.btn:hover.-grade:before,
  button.btn:hover.-grade:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  a:hover .btn.-border,
  a.btn:hover.-border,
  button.btn:hover.-border {
    color: #FFF;
  }
  a:hover .btn.-border:before,
  a.btn:hover.-border:before,
  button.btn:hover.-border:before {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  a:hover .btn.-border > em:after, a:hover .btn.-border > span:after,
  a.btn:hover.-border > em:after,
  a.btn:hover.-border > span:after,
  button.btn:hover.-border > em:after,
  button.btn:hover.-border > span:after {
    background-color: #FFF;
  }
  a:hover .btn.-border[target=_blank] > em:after, a:hover .btn.-border[target=_blank] > span:after,
  a.btn:hover.-border[target=_blank] > em:after,
  a.btn:hover.-border[target=_blank] > span:after,
  button.btn:hover.-border[target=_blank] > em:after,
  button.btn:hover.-border[target=_blank] > span:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2215%22%20height%3D%2215%22%20transform%3D%22translate(0%200.33)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-0.038%20-13.931)%22%3E%3Cg%20transform%3D%22translate(0.038%2013.601)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M13.124%2C7.969v5.156H1.875V1.876H7.031A.469.469%2C0%2C0%2C0%2C7.5%2C1.407V.47A.469.469%2C0%2C0%2C0%2C7.031%2C0H1.5A1.5%2C1.5%2C0%2C0%2C0%2C0%2C1.5v12A1.5%2C1.5%2C0%2C0%2C0%2C1.5%2C15h12A1.5%2C1.5%2C0%2C0%2C0%2C15%2C13.5V7.969A.469.469%2C0%2C0%2C0%2C14.53%2C7.5h-.937a.469.469%2C0%2C0%2C0-.469.469%22%20transform%3D%22translate(0.001%200.33)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M15.3.937V4.49a.47.47%2C0%2C0%2C1-.8.333l-1.35-1.35L12.8%2C3.82v0L10.989%2C5.634%2C6.3%2C10.326a.467.467%2C0%2C0%2C1-.661%2C0l-.666-.661a.472.472%2C0%2C0%2C1%2C0-.666L7.46%2C6.515l4.368-4.368L10.478.8a.466.466%2C0%2C0%2C1%2C.328-.8h3.558A.934.934%2C0%2C0%2C1%2C15.3.937%22%20transform%3D%22translate(-0.302%200.33)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
  }
}
button.btn:disabled {
  pointer-events: none;
}
button.btn:disabled.-border {
  color: #7E7E7E;
  opacity: 0.5;
}
button.btn:disabled.-border > em:after, button.btn:disabled.-border > span:after {
  background-color: #7E7E7E;
}
button.btn:disabled.-border:after {
  border-color: #7E7E7E;
}

form input[type=button].btn, form input[type=submit].btn {
  cursor: pointer;
}
form input[type=button].btn.-border, form input[type=submit].btn.-border {
  background: #FFF no-repeat;
  border: 0.1875rem solid #3A9EA3;
}
@media print, screen and (min-width: 768px) {
  form input[type=button].btn.-border, form input[type=submit].btn.-border {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%229%22%20viewBox%3D%220%200%2013%209%22%3E%3Cpath%20d%3D%22M4.5%2C0%2C9%2C13H0Z%22%20transform%3D%22translate(13)%20rotate(90)%22%20fill%3D%22%23058d84%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 1.1875rem center;
    background-size: 0.8125rem 0.5625rem;
    padding: 1.375rem 0;
    -webkit-transition: background-color 0.2s ease-out, background-image 0.2s ease-out, background-position 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, background-image 0.2s ease-out, background-position 0.2s ease-out, color 0.2s ease-out;
  }
  form input[type=button].btn.-border:hover, form input[type=submit].btn.-border:hover {
    background-color: #3A9EA3;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%229%22%20viewBox%3D%220%200%2013%209%22%3E%3Cpath%20d%3D%22M4.5%2C0%2C9%2C13H0Z%22%20transform%3D%22translate(13)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 0.9375rem center;
    color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  form input[type=button].btn.-border, form input[type=submit].btn.-border {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%3E%3Cpath%20d%3D%22M3.5%2C0%2C7%2C10H0Z%22%20transform%3D%22translate(10)%20rotate(90)%22%20fill%3D%22%23058d84%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 0.75rem center;
    background-size: 0.625rem 0.4375rem;
    padding: 0.9375rem 0;
  }
}
form input[type=button].btn:disabled, form input[type=submit].btn:disabled {
  pointer-events: none;
}
form input[type=button].btn:disabled.-border, form input[type=submit].btn:disabled.-border {
  border-color: #7E7E7E;
  color: #7E7E7E;
  opacity: 0.5;
}
@media print, screen and (min-width: 768px) {
  form input[type=button].btn:disabled.-border, form input[type=submit].btn:disabled.-border {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%229%22%20viewBox%3D%220%200%2013%209%22%3E%3Cpath%20d%3D%22M4.5%2C0%2C9%2C13H0Z%22%20transform%3D%22translate(13)%20rotate(90)%22%20fill%3D%22%237e7e7e%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media only screen and (max-width: 767px) {
  form input[type=button].btn:disabled.-border, form input[type=submit].btn:disabled.-border {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%3E%3Cpath%20d%3D%22M3.5%2C0%2C7%2C10H0Z%22%20transform%3D%22translate(10)%20rotate(90)%22%20fill%3D%22%237e7e7e%22%2F%3E%3C%2Fsvg%3E");
  }
}

.checkbox[type=checkbox], .checkbox[type=radio] {
  display: none;
}
.checkbox[type=checkbox] + label, .checkbox[type=radio] + label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.checkbox[type=checkbox] + label:before, .checkbox[type=radio] + label:before {
  background: center/contain no-repeat;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.5rem;
  -webkit-transition: background-image 0.1s ease-out;
  transition: background-image 0.1s ease-out;
  width: 1.5rem;
}
.checkbox[type=checkbox] + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%224%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
}
.checkbox[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20rx%3D%224%22%20fill%3D%22%23058d84%22%2F%3E%3Cpath%20d%3D%22M721.05%2C5070.275h-8.5v-3h5.5v-10.5h3Z%22%20transform%3D%22translate(3085.599%20-4077.471)%20rotate(45)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.checkbox[type=radio] + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
}
.checkbox[type=radio]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23058d84%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%226%22%20transform%3D%22translate(6%206)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

@media print, screen and (min-width: 768px) {
  .common-entry {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.common-entry h2 {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .common-entry h2 {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry h2 {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    margin-bottom: 1.875rem;
  }
}
.common-entry h2.-type2 {
  color: #005F67;
}
@media print, screen and (min-width: 768px) {
  .common-entry * + h2 {
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry * + h2 {
    margin-top: 2.5rem;
  }
}
.common-entry h3 {
  border-left: 0.375rem solid #9FE1CA;
  font-weight: 700;
  margin-bottom: 0.8rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 768px) {
  .common-entry h3 {
    font-size: 1.5rem;
    line-height: 1.375;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.common-entry h3.-type2 {
  border-color: #005F67;
  color: #005F67;
}
@media print, screen and (min-width: 768px) {
  .common-entry * + h3 {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry * + h3 {
    margin-top: 1.6875rem;
  }
}
.common-entry h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 0.625rem;
}
.common-entry h4.-type2 {
  color: #005F67;
}
.common-entry * + h4 {
  margin-top: 1.25rem;
}
.common-entry h5,
.common-entry h6 {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .common-entry h5,
  .common-entry h6 {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry h5,
  .common-entry h6 {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media print, screen and (min-width: 768px) {
  .common-entry * + h5,
  .common-entry * + h6 {
    margin-top: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry * + h5,
  .common-entry * + h6 {
    margin-top: 1.8571428571em;
  }
}
.common-entry img,
.common-entry figure,
.common-entry svg,
.common-entry picture,
.common-entry video {
  display: inline;
  vertical-align: text-bottom;
}
.common-entry img.alignleft,
.common-entry figure.alignleft,
.common-entry svg.alignleft,
.common-entry picture.alignleft,
.common-entry video.alignleft {
  margin-left: 0;
  margin-right: auto;
}
.common-entry img.alignleft + figcaption,
.common-entry figure.alignleft + figcaption,
.common-entry svg.alignleft + figcaption,
.common-entry picture.alignleft + figcaption,
.common-entry video.alignleft + figcaption {
  margin-left: 0;
  margin-right: auto;
}
.common-entry img.aligncenter,
.common-entry figure.aligncenter,
.common-entry svg.aligncenter,
.common-entry picture.aligncenter,
.common-entry video.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.common-entry img.aligncenter + figcaption,
.common-entry figure.aligncenter + figcaption,
.common-entry svg.aligncenter + figcaption,
.common-entry picture.aligncenter + figcaption,
.common-entry video.aligncenter + figcaption {
  margin-left: auto;
  margin-right: auto;
}
.common-entry img.alignright,
.common-entry figure.alignright,
.common-entry svg.alignright,
.common-entry picture.alignright,
.common-entry video.alignright {
  margin-left: auto;
  margin-right: 0;
}
.common-entry img.alignright + figcaption,
.common-entry figure.alignright + figcaption,
.common-entry svg.alignright + figcaption,
.common-entry picture.alignright + figcaption,
.common-entry video.alignright + figcaption {
  margin-left: auto;
  margin-right: 0;
}
.common-entry > img, .common-entry > figure, .common-entry > figure > *, .common-entry > svg, .common-entry > picture, .common-entry > picture > *, .common-entry > video,
.common-entry .col2 > img,
.common-entry .col2 > figure,
.common-entry .col2 > figure > *,
.common-entry .col2 > svg,
.common-entry .col2 > picture,
.common-entry .col2 > picture > *,
.common-entry .col2 > video {
  display: block;
  vertical-align: bottom;
}
@media print, screen and (min-width: 768px) {
  .common-entry > img, .common-entry > figure, .common-entry > svg, .common-entry > picture, .common-entry > video {
    margin: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry > img, .common-entry > figure, .common-entry > svg, .common-entry > picture, .common-entry > video {
    margin: 1.875rem 0;
  }
}
.common-entry > img:first-child, .common-entry > figure:first-child, .common-entry > svg:first-child, .common-entry > picture:first-child, .common-entry > video:first-child {
  margin-top: 0;
}
.common-entry > img:last-child, .common-entry > figure:last-child, .common-entry > svg:last-child, .common-entry > picture:last-child, .common-entry > video:last-child {
  margin-bottom: 0;
}
.common-entry figure > * {
  display: block;
  margin: 0;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .common-entry figure > * + * {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry figure > * + * {
    margin-top: 0.9375rem;
  }
}
.common-entry figure img,
.common-entry figure video {
  margin-left: auto;
  margin-right: auto;
}
.common-entry figure figcaption {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .common-entry figure figcaption {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry figure figcaption {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.common-entry blockquote {
  background: #F8FAFA;
  border-left: 0.375rem solid #3CA4A2;
  color: #7E7E7E;
}
@media print, screen and (min-width: 768px) {
  .common-entry blockquote {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry blockquote {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media print, screen and (min-width: 768px) {
  .common-entry blockquote {
    margin: 2.5rem 0;
    padding: 2.5rem 2.5rem 2.5rem 2.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry blockquote {
    margin: 1.875rem 0;
    padding: 0.9375rem;
  }
}
.common-entry .-color {
  color: #D3271B;
}
.common-entry .box {
  background: #FFF;
  border: 0.125rem solid #D5FBE9;
}
@media print, screen and (min-width: 768px) {
  .common-entry .box {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry .box {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media print, screen and (min-width: 768px) {
  .common-entry .box {
    border-radius: 0.9375rem;
    margin: 2.5rem 0;
    padding: 2.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry .box {
    border-radius: 0.625rem;
    margin: 1.875rem 0;
    padding: 0.8125rem;
  }
}
@media print, screen and (min-width: 768px) {
  .common-entry .col2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry .col2 {
    margin: 1.875rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .common-entry .col2 > * {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .common-entry .col2 > *:not(figure) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry .col2 > * + * {
    margin-top: 1.875rem;
  }
}
.common-entry .btn {
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  .common-entry .btn {
    font-size: 1rem;
    line-height: 1.875;
    max-width: 31.9375rem;
    padding: 0.9375rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry .btn {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    max-width: 21.5625rem;
    padding: 0.6875rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .common-entry .btn > em, .common-entry .btn > span {
    padding: 0 1.9375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .common-entry .btn > em:after, .common-entry .btn > span:after {
    right: 1.125rem;
  }
}
.common-entry > *:first-child {
  margin-top: 0;
}
.common-entry > *:last-child {
  margin-bottom: 0;
}

.cc-window.cc-banner, .cc-window.cc-floating {
  background: #005F67;
  bottom: 0;
  font-family: inherit;
  left: 0;
  line-height: 1.75;
  max-width: none;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .cc-window.cc-banner, .cc-window.cc-floating {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.25rem 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .cc-window.cc-banner, .cc-window.cc-floating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.8125rem;
    padding: 0.9375rem 0.9375rem;
    row-gap: 0.9375rem;
  }
}
.cc-window.cc-banner .cc-message, .cc-window.cc-floating .cc-message {
  color: #FFF;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .cc-window.cc-banner .cc-message, .cc-window.cc-floating .cc-message {
    max-width: 51.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .cc-window.cc-banner .cc-message, .cc-window.cc-floating .cc-message {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.cc-window.cc-banner .cc-link, .cc-window.cc-floating .cc-link {
  display: inline;
  padding: 0;
}
.cc-window.cc-banner .cc-message a,
.cc-window.cc-banner .cc-link, .cc-window.cc-floating .cc-message a,
.cc-window.cc-floating .cc-link {
  color: #FFF;
  opacity: 1;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .cc-window.cc-banner .cc-message a:hover,
  .cc-window.cc-banner .cc-link:hover, .cc-window.cc-floating .cc-message a:hover,
  .cc-window.cc-floating .cc-link:hover {
    text-decoration: none;
  }
}
.cc-window.cc-banner .cc-message a:active, .cc-window.cc-banner .cc-message a:visited,
.cc-window.cc-banner .cc-link:active,
.cc-window.cc-banner .cc-link:visited, .cc-window.cc-floating .cc-message a:active, .cc-window.cc-floating .cc-message a:visited,
.cc-window.cc-floating .cc-link:active,
.cc-window.cc-floating .cc-link:visited {
  color: #FFF;
}
.cc-window.cc-banner .cc-compliance, .cc-window.cc-floating .cc-compliance {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media print, screen and (min-width: 768px) {
  .cc-window.cc-banner .cc-compliance, .cc-window.cc-floating .cc-compliance {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .cc-window.cc-banner .cc-compliance, .cc-window.cc-floating .cc-compliance {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.cc-window.cc-banner .cc-btn, .cc-window.cc-floating .cc-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 62.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .cc-window.cc-banner .cc-btn, .cc-window.cc-floating .cc-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.875rem;
    height: 2.5rem;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .cc-window.cc-banner .cc-btn:hover, .cc-window.cc-floating .cc-btn:hover {
    opacity: 0.7;
  }
  .cc-window.cc-banner .cc-btn:hover:after, .cc-window.cc-floating .cc-btn:hover:after {
    -webkit-transform: translate(0.25rem, -50%);
            transform: translate(0.25rem, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .cc-window.cc-banner .cc-btn, .cc-window.cc-floating .cc-btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 0.8125rem;
    height: 2rem;
    width: 10rem;
  }
}
.cc-window.cc-banner .cc-btn:after, .cc-window.cc-floating .cc-btn:after {
  background: #005F67;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: block;
  height: 0.4375rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
}
@media print, screen and (min-width: 768px) {
  .cc-window.cc-banner .cc-btn:after, .cc-window.cc-floating .cc-btn:after {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
}
.cc-window.cc-banner .cc-btn.cc-deny, .cc-window.cc-floating .cc-btn.cc-deny {
  border: 0.0625rem solid #FFF;
  color: #FFF;
}
.cc-window.cc-banner .cc-btn.cc-deny:hover, .cc-window.cc-floating .cc-btn.cc-deny:hover {
  text-decoration: none;
}
.cc-window.cc-banner .cc-btn.cc-allow, .cc-window.cc-banner .cc-btn.cc-dismiss, .cc-window.cc-floating .cc-btn.cc-allow, .cc-window.cc-floating .cc-btn.cc-dismiss {
  background: #FFF;
  border: 0.0625rem solid #FFF;
  color: #005F67;
}
.cc-window.cc-banner .cc-btn.cc-allow:hover, .cc-window.cc-banner .cc-btn.cc-dismiss:hover, .cc-window.cc-floating .cc-btn.cc-allow:hover, .cc-window.cc-floating .cc-btn.cc-dismiss:hover {
  text-decoration: none;
}

.diagonal-content-list {
  counter-reset: dgl;
}
.diagonal-content-list > li {
  counter-increment: dgl;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list > li + li {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list > li + li {
    margin-top: 3.75rem;
  }
}
.diagonal-content-list > li:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: center/cover no-repeat;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list > li:before {
    font-size: 1.5625rem;
    height: 2.9375rem;
    width: 2.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list > li:before {
    font-size: 1.0625rem;
    left: 0;
    height: 2.25rem;
    width: 2.25rem;
  }
}
.diagonal-content-list > li:nth-of-type(-n+9):before {
  content: "0" counter(dgl);
}
.diagonal-content-list > li:nth-of-type(n+10):before {
  content: counter(dgl);
}

@media print, screen and (min-width: 768px) {
  .diagonal-content-list-txt {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4.6875rem 0.625rem 1.875rem;
    position: relative;
    width: 56.3%;
  }
}
.diagonal-content-list-txt > h3 {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list-txt > h3 {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    margin-bottom: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list-txt > h3 {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-bottom: 0.9375rem;
  }
}
.diagonal-content-list-txt > h3 > span {
  display: block;
}
.diagonal-content-list-txt > h3 > span.-en {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list-txt > h3 > span.-en {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list-txt > h3 > span.-en {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.diagonal-content-list-txt > div {
  color: #4D4D4D;
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list-txt > div {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list-txt > div {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img .diagonal-content-list-img {
    overflow: hidden;
    width: 56.3%;
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list.-type-img .diagonal-content-list-img {
    margin: 0 0 1.875rem -0.9375rem;
    max-width: none;
    position: relative;
    width: calc(100% + 1.875rem);
  }
  .diagonal-content-list.-type-img .diagonal-content-list-img:after {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 26.1333333333%;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img .diagonal-content-list-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.diagonal-content-list.-type-img > li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247%22%20height%3D%2247%22%20viewBox%3D%220%200%2047%2047%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20y1%3D%220.671%22%20x2%3D%221%22%20y2%3D%220.5%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300af9b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23007cbe%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C0H47V47H0Z%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n+1):before {
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n+1) .diagonal-content-list-img {
    margin-right: -6.3%;
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n+1) .diagonal-content-list-img:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2298%22%20height%3D%22208.001%22%20viewBox%3D%220%200%2098%20208.001%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.251%22%20y1%3D%220.654%22%20x2%3D%22-0.03%22%20y2%3D%22-0.332%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220.435%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M70.516%2C208H98V0H0Z%22%20opacity%3D%220.939%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
    background-position: right top;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n+1) .diagonal-content-list-img img {
    -o-object-position: right top;
       object-position: right top;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n+1) .diagonal-content-list-txt {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22563%22%20height%3D%22333%22%20viewBox%3D%220%200%20563%20333%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.251%22%20y1%3D%220.654%22%20x2%3D%22-0.03%22%20y2%3D%22-0.332%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220.435%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M73.108%2C333H512.895V0h-563Z%22%20transform%3D%22translate(50.105)%22%20opacity%3D%220.939%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
    background-position: right top;
    margin-left: -6.3%;
    padding-left: 16%;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n):before {
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n) .diagonal-content-list-img {
    margin-left: -6.3%;
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n) .diagonal-content-list-img:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2298%22%20height%3D%22208.002%22%20viewBox%3D%220%200%2098%20208.002%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.749%22%20y1%3D%220.654%22%20x2%3D%221.03%22%20y2%3D%22-0.332%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220.435%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M27.484%2C208H0V0H98Z%22%20opacity%3D%220.939%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
    background-position: left top;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n) .diagonal-content-list-img img {
    -o-object-position: left top;
       object-position: left top;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-img > li:nth-of-type(2n) .diagonal-content-list-txt {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22563%22%20height%3D%22333%22%20viewBox%3D%220%200%20563%20333%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.749%22%20y1%3D%220.654%22%20x2%3D%221.03%22%20y2%3D%22-0.332%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220.435%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M389.681%2C333H-50.105V0h563Z%22%20transform%3D%22translate(50.105)%22%20opacity%3D%220.939%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
    background-position: left top;
    margin-right: -6.3%;
    padding-left: 4.8%;
    padding-right: 12.2%;
  }
}

.diagonal-content-list.-type-txt .diagonal-content-list-index {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: left top;
  background-repeat: no-repeat;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-txt .diagonal-content-list-index {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22531%22%20height%3D%22210%22%20viewBox%3D%220%200%20531%20210%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.762%22%20y1%3D%221%22%20x2%3D%220.151%22%20y2%3D%22-0.123%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2307d9b9%22%2F%3E%3Cstop%20offset%3D%220.478%22%20stop-color%3D%22%2300aed8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23006dbe%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M196.609%2C210H-255V0H276Z%22%20transform%3D%22translate(255.004)%22%20opacity%3D%220.998%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%;
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-right: -3.1%;
    overflow: hidden;
    padding: 1.875rem 8.1% 1.875rem 5.6%;
    width: 53.1%;
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list.-type-txt .diagonal-content-list-index {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22351.678%22%20height%3D%22160.957%22%20viewBox%3D%220%200%20351.678%20160.957%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.803%22%20y1%3D%220.937%22%20x2%3D%220.04%22%20y2%3D%220.178%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2307d9b9%22%2F%3E%3Cstop%20offset%3D%220.478%22%20stop-color%3D%22%2300aed8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23006dbe%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M224.608%2C160.957H-50.105V0H301.573Z%22%20transform%3D%22translate(50.105)%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
    background-size: 93.8666666667% 100%;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 0.9375rem -0.9375rem;
    min-height: 10rem;
    padding: 3.125rem 25.8666666667% 3.125rem 0.9375rem;
    position: relative;
    width: calc(100% + 1.875rem);
  }
  .diagonal-content-list.-type-txt .diagonal-content-list-index:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2297%22%20height%3D%22160%22%20viewBox%3D%220%200%2097%20160%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.251%22%20y1%3D%220.654%22%20x2%3D%22-0.03%22%20y2%3D%22-0.332%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220.435%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M69.8%2C160H97V0H0Z%22%20opacity%3D%220.939%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E") right top/100% 100% no-repeat;
    content: "";
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 25.8666666667%;
  }
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-txt .diagonal-content-list-txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22550%22%20height%3D%22210%22%20viewBox%3D%220%200%20550%20210%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.251%22%20y1%3D%220.654%22%20x2%3D%22-0.03%22%20y2%3D%22-0.332%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220.435%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M80.119%2C210H550V0H0Z%22%20opacity%3D%220.939%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
    background-position: right top;
    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;
    margin-left: -5%;
    min-height: 13.125rem;
    padding: 1.875rem 2% 1.875rem 10.4%;
    width: 55%;
  }
}
.diagonal-content-list.-type-txt .diagonal-content-list-txt ul.notice > li:before {
  content: "* ";
}
.diagonal-content-list.-type-txt .diagonal-content-list-txt * + .notice {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 768px) {
  .diagonal-content-list.-type-txt > li:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247%22%20height%3D%2247%22%20viewBox%3D%220%200%2047%2047%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%221%22%20y1%3D%220.292%22%20x2%3D%22-0.385%22%20y2%3D%220.553%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300af9b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23007cbe%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C0H47V47H0Z%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media only screen and (max-width: 767px) {
  .diagonal-content-list.-type-txt > li:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20y1%3D%220.671%22%20x2%3D%221%22%20y2%3D%220.5%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300af9b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23007cbe%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C0H36V36H0Z%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
  }
}

@media print, screen and (min-width: 768px) {
  * + .diagonal-content-list {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  * + .diagonal-content-list {
    margin-top: 1.875rem;
  }
}

.grecaptcha-badge {
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 20% !important;
  }
}

@media print, screen and (min-width: 768px) {
  .grid-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem 2%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.grid-list .grid-list-item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .grid-list .grid-list-item:not(.-slider) + .grid-list-item {
    margin-top: 1.875rem;
  }
}
.grid-list .grid-list-item-inn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #FFF;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .grid-list .grid-list-item-inn {
    padding-bottom: 4.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list .grid-list-item-inn {
    padding-bottom: 2.5rem;
  }
}
.grid-list .grid-list-item-inn img {
  max-width: none;
  width: 100%;
}
.grid-list .grid-list-item-inn:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.276%22%20height%3D%229.299%22%20viewBox%3D%220%200%2013.276%209.299%22%3E%3Cpath%20d%3D%22M4.65%2C0%2C0%2C13.276H9.3Z%22%20transform%3D%22translate(13.276)%20rotate(90)%22%20fill%3D%22%23058d84%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .grid-list .grid-list-item-inn:after {
    bottom: 1.25rem;
    height: 0.5625rem;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list .grid-list-item-inn:after {
    bottom: 1.125rem;
    height: 0.4375rem;
    width: 1.875rem;
  }
}
.grid-list .grid-list-item-absolute {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .grid-list a.grid-list-item-inn:hover .grid-list-bottom:before, .grid-list a.grid-list-item-inn:hover + .grid-list-item-inn .grid-list-bottom:before,
  .grid-list a.grid-list-item-absolute:hover .grid-list-bottom:before,
  .grid-list a.grid-list-item-absolute:hover + .grid-list-item-inn .grid-list-bottom:before {
    width: 2.8125rem;
  }
  .grid-list a.grid-list-item-inn:hover .grid-list-bottom:after, .grid-list a.grid-list-item-inn:hover + .grid-list-item-inn .grid-list-bottom:after,
  .grid-list a.grid-list-item-absolute:hover .grid-list-bottom:after,
  .grid-list a.grid-list-item-absolute:hover + .grid-list-item-inn .grid-list-bottom:after {
    width: calc(100% - 4.0625rem);
  }
  .grid-list a.grid-list-item-inn:hover:after, .grid-list a.grid-list-item-inn:hover + .grid-list-item-inn:after,
  .grid-list a.grid-list-item-absolute:hover:after,
  .grid-list a.grid-list-item-absolute:hover + .grid-list-item-inn:after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}
.grid-list .tags {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .grid-list .tags {
    margin: 1.5rem 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list .tags {
    margin: 1.875rem 0.9375rem 0;
  }
}
.grid-list .grid-list-bottom {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .grid-list .grid-list-bottom {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    height: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list .grid-list-bottom {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    height: 0.1875rem;
  }
}
.grid-list .grid-list-bottom:before, .grid-list .grid-list-bottom:after {
  border-radius: 62.4375rem;
  content: "";
  display: block;
}
@media print, screen and (min-width: 768px) {
  .grid-list .grid-list-bottom:before, .grid-list .grid-list-bottom:after {
    -webkit-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
  }
}
.grid-list .grid-list-bottom:before {
  background: #9FE1CA;
}
@media print, screen and (min-width: 768px) {
  .grid-list .grid-list-bottom:before {
    width: calc(100% - 4.0625rem);
  }
}
@media only screen and (max-width: 767px) {
  .grid-list .grid-list-bottom:before {
    width: calc(100% - 2.8125rem);
  }
}
.grid-list .grid-list-bottom:after {
  background: #058D84;
}
@media print, screen and (min-width: 768px) {
  .grid-list .grid-list-bottom:after {
    width: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list .grid-list-bottom:after {
    width: 1.875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .grid-list > * {
    width: 32%;
  }
}
.grid-list.-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-list.-slider .slick-slide {
  float: none;
  height: auto;
}
.grid-list.-slider .grid-list-item {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .grid-list.-slider .grid-list-item {
    margin-left: 0.9375rem;
    width: min(85.3333333333vw, 20rem);
  }
  .grid-list.-slider .grid-list-item a {
    height: 100%;
  }
}
.grid-list.-works-list .grid-list-item > a {
  border-top: 1rem solid #A2E5E1;
}
.grid-list.-works-list .grid-list-item > a.no-border {
  border-top: none;
}
.grid-list.-works-list .grid-list-item > a.no-bottomarrow {
  background: transparent;
  padding-bottom: 0;
}
.grid-list.-works-list .grid-list-item > a.no-bottomarrow .grid-list-bottom, .grid-list.-works-list .grid-list-item > a.no-bottomarrow:after {
  display: none;
}
.grid-list.-works-list .grid-list-item > a .thumbnail-wrapper {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.grid-list.-works-list .grid-list-item > a .thumbnail-wrapper .works-list-tag {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 2px 6px 2px;
  font-size: 0.875rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.grid-list.-works-list .grid-list-item > a .thumbnail-wrapper .works-list-tag.casestudy {
  background-color: #058D84;
}
.grid-list.-works-list .grid-list-item > a .thumbnail-wrapper .works-list-tag.interview {
  background-color: #006DBE;
}
.grid-list.-works-list .grid-list-item > a img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.grid-list.-works-list .grid-list-item > a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.grid-list.-works-list .works-list-ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding: 0;
  margin-bottom: 0.625rem;
  width: 100%;
}
.grid-list.-works-list .works-list-label {
  background: #EEFBFA;
  border: 0.125rem solid #D6F2F2;
  color: #005F67;
  margin: 0 auto;
  max-width: 12.5rem;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-works-list .works-list-label {
    font-size: 1rem;
    line-height: 1.1875;
    margin-bottom: 0.625rem;
    padding: 0.125rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-works-list .works-list-label {
    font-size: 0.9375rem;
    line-height: 1.2666666667;
    margin-bottom: 0.75rem;
    padding: 0.0625rem 0;
  }
}
.grid-list.-works-list .works-list-sub {
  color: #058D84;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .grid-list.-latest-list .slick-list {
    overflow: visible;
  }
}
.grid-list.-latest-list .grid-list-item-inn img {
  margin-bottom: 1rem;
}
.grid-list.-latest-list .latest-list-detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-latest-list .latest-list-detail {
    padding: 0 1rem;
    row-gap: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-latest-list .latest-list-detail {
    padding: 0 0.9375rem;
    row-gap: 1.0125rem;
  }
}
.grid-list.-latest-list .latest-list-detail p {
  background: #FFF;
  border: 0.0625rem solid #0F866F;
  border-radius: 62.4375rem;
  color: #0F866F;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-latest-list .latest-list-detail p {
    font-size: 1rem;
    line-height: 1.125;
    padding: 0.3125rem 0;
    width: 11.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-latest-list .latest-list-detail p {
    font-size: 0.875rem;
    line-height: 1.2142857143;
    padding: 0.3125rem 0;
    width: 10.4375rem;
  }
}
.grid-list.-latest-list .latest-list-detail time {
  color: #1A8D79;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125;
}
.grid-list.-latest-list .latest-list-detail h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
  width: 100%;
}
.grid-list.-download-list .grid-list-item-inn img {
  margin: 0;
}
.grid-list.-download-list .grid-list-item-inn h3 {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-download-list .grid-list-item-inn h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-download-list .grid-list-item-inn h3 {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
    padding: 0 0.9375rem;
  }
}
.grid-list.-download-list .download-list-category {
  background: #3CA4A2;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-download-list .download-list-category {
    line-height: 1.4444444444;
    margin-bottom: 1.125rem;
    padding: 0.4375rem 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-download-list .download-list-category {
    line-height: 1.3333333333;
    margin-bottom: 0.9375rem;
    padding: 0.5rem 0.9375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .grid-list.-download-list .tags {
    gap: 0.625rem;
    margin-top: 1.5625rem;
    padding: 0 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-download-list .tags {
    margin-top: 2.8125rem;
  }
}
.grid-list.-download-list .tags li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border: 0.125rem solid #9FDCC4;
  border-radius: 62.4375rem;
  color: #007056;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-download-list .tags li {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.0625rem 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-download-list .tags li {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    padding: 0.1875rem 1.25rem;
  }
}
.grid-list.-service-list {
  gap: 0 2.4%;
}
@media only screen and (max-width: 767px) {
  .grid-list.-service-list {
    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;
    row-gap: 0.9375rem;
  }
}
.grid-list.-service-list .grid-list-item {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-service-list .grid-list-item {
    min-height: 1.625rem;
    width: 14.666%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-service-list .grid-list-item {
    min-height: 1.25rem;
    width: calc(49% - 5px);
  }
  .grid-list.-service-list .grid-list-item + .grid-list-item {
    margin-top: 0;
  }
}
.grid-list.-service-list .grid-list-item .grid-list-bottom {
  display: none;
}
.grid-list.-service-list .grid-list-item-inn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: transparent;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-service-list .grid-list-item-inn {
    gap: 0.9375rem;
    padding: 0.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-service-list .grid-list-item-inn {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    height: 100%;
    padding: 0.75rem 0.3125rem 0.75rem;
  }
}
.grid-list.-service-list .grid-list-item-inn:after {
  display: none;
}
.grid-list.-service-list .grid-list-item-inn img {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-service-list .grid-list-item-inn img {
    width: 3.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-service-list .grid-list-item-inn img {
    width: 1.875rem;
  }
}
.grid-list.-service-list .grid-list-item-inn .service-list-index {
  color: #005F67;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-service-list .grid-list-item-inn .service-list-index {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
  }
  .grid-list.-service-list .grid-list-item-inn .service-list-index:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #005F67;
    border-right: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-service-list .grid-list-item-inn .service-list-index {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
  .grid-list.-service-list .grid-list-item-inn .service-list-index:before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #005F67;
    display: inline-block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.grid-list.-service-list .grid-list-item-inn .service-list-index span {
  display: inline-block;
}
.grid-list.-service-list .grid-list-item-inn .service-list-index span:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #005F67;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.grid-list.-service-list .grid-list-item-inn .service-list-index span:hover:after {
  width: 100%;
}
.grid-list.-service-list .grid-list-item-inn p {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .grid-list.-service-list .grid-list-item-inn p {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-service-list .grid-list-item-inn p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media print, screen and (min-width: 768px) {
  .grid-list.-service-list .grid-list-item-inn:after {
    bottom: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .grid-list.-service-list .grid-list-item-inn:after {
    bottom: 0.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .section > .section-inn .grid-list.-slider.-download-list {
    margin-left: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .section.works-link .section-inn {
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
    -ms-grid-columns: 1fr 2.5rem 32%;
    grid-template-columns: 1fr 32%;
  }
}
@media print, screen and (min-width: 768px) {
  .section.works-link .works-link-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .section.works-link .works-link-head {
    margin-bottom: 1.875rem;
  }
}
.section.works-link .works-link-head .index-h2 {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .section.works-link .works-link-list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media print, screen and (min-width: 768px) {
  .section.works-link .grid-list {
    -webkit-column-gap: 1.9333333333%;
       -moz-column-gap: 1.9333333333%;
            column-gap: 1.9333333333%;
  }
}
@media print, screen and (min-width: 768px) {
  .section.works-link .grid-list > div, .section.works-link .grid-list > .grid-list-item {
    width: 32%;
  }
}
.section.works-link .grid-list .works-list-sub,
.section.works-link .grid-list .works-list-ttl {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .section.works-link .works-link-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media only screen and (max-width: 767px) {
  .section.works-link .works-link-btn {
    margin-top: 1.875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section.works-link .works-link-btn .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section.works-link .works-link-btn .btn {
    margin: 0 auto;
    max-width: 20.75rem;
  }
}

.index-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .index-h2 {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-h2 {
    margin-bottom: 1.875rem;
  }
}
.index-h2 > span {
  display: block;
}
.index-h2 > span.-ja {
  color: #058D84;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .index-h2 > span.-ja {
    font-size: 1.5rem;
    line-height: 1.4210526316;
    padding-bottom: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-h2 > span.-ja {
    font-size: 1.25rem;
    line-height: 1.4666666667;
    padding-bottom: 0.75rem;
  }
}
.index-h2 > span.-ja:before, .index-h2 > span.-ja:after {
  background: #9FE1CA;
  border-radius: 62.4375rem;
  bottom: 0;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .index-h2 > span.-ja:before, .index-h2 > span.-ja:after {
    height: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-h2 > span.-ja:before, .index-h2 > span.-ja:after {
    height: 0.1875rem;
  }
}
.index-h2 > span.-ja:before {
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .index-h2 > span.-ja:before {
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .index-h2 > span.-ja:before {
    width: calc(100% - 1.625rem);
  }
}
.index-h2 > span.-ja:after {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .index-h2 > span.-ja:after {
    width: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-h2 > span.-ja:after {
    width: 1rem;
  }
}
.index-h2 > span.-en {
  color: #9FE1CA;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .index-h2 > span.-en {
    font-size: 1rem;
    letter-spacing: 0.35em;
    text-indent: 0.35em;
  }
}
@media only screen and (max-width: 767px) {
  .index-h2 > span.-en {
    font-size: 0.75rem;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}
.index-h2.-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index-h2.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.index-h2.-row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index-h2.-row span.-ja {
  padding-bottom: 0;
}
.index-h2.-row span.-ja:before, .index-h2.-row span.-ja:after {
  display: none;
}

.index-l,
.index-m,
.index-s,
.index-news-l,
.index-news-m,
.index-news-s {
  font-weight: 700;
}

.index-l,
.index-m,
.index-s {
  color: #058D84;
}

@media print, screen and (min-width: 768px) {
  .index-l,
  .index-news-l {
    font-size: 2.375rem;
    line-height: 1.3684210526;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-l,
  .index-news-l {
    font-size: 1.625rem;
    line-height: 1.3846153846;
    margin-bottom: 0.9375rem;
  }
}
.index-l span,
.index-news-l span {
  color: #7E7E7E;
  display: inline-block;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .index-l span,
  .index-news-l span {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-left: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-l span,
  .index-news-l span {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 768px) {
  * + .index-l,
  * + .index-news-l {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  * + .index-l,
  * + .index-news-l {
    margin-top: 3.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .index-m,
  .index-news-m {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-m,
  .index-news-m {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    margin-bottom: 0.9375rem;
  }
}

@media print, screen and (min-width: 768px) {
  * + .index-m,
  * + .index-news-m {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  * + .index-m,
  * + .index-news-m {
    margin-top: 1.875rem;
  }
}

.index-s,
.index-news-s {
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .index-s,
  .index-news-s {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .index-s,
  .index-news-s {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 768px) {
  * + .index-s,
  * + .index-news-s {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  * + .index-s,
  * + .index-news-s {
    margin-top: 1.6875rem;
  }
}

.index-news-s.-line {
  border-left: 0.375rem solid #9FE1CA;
  padding-left: 0.625rem;
}

.input[type=date], .input[type=datetime-local], .input[type=email], .input[type=month], .input[type=number], .input[type=password], .input[type=search], .input[type=tel], .input[type=text], .input[type=time], .input[type=url], .input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F7FCFC;
  border: 0.0625rem solid #CBFBE5;
  border-radius: 0.125rem;
  font-family: inherit;
  line-height: normal;
  padding: 0 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .input[type=date], .input[type=datetime-local], .input[type=email], .input[type=month], .input[type=number], .input[type=password], .input[type=search], .input[type=tel], .input[type=text], .input[type=time], .input[type=url], .input[type=week] {
    font-size: 1.125rem;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .input[type=date], .input[type=datetime-local], .input[type=email], .input[type=month], .input[type=number], .input[type=password], .input[type=search], .input[type=tel], .input[type=text], .input[type=time], .input[type=url], .input[type=week] {
    font-size: 0.9375rem;
  }
}
.input[type=date]:focus, .input[type=datetime-local]:focus, .input[type=email]:focus, .input[type=month]:focus, .input[type=number]:focus, .input[type=password]:focus, .input[type=search]:focus, .input[type=tel]:focus, .input[type=text]:focus, .input[type=time]:focus, .input[type=url]:focus, .input[type=week]:focus {
  border-color: #058D84;
  outline: none;
}
.input[type=date]::-webkit-input-placeholder, .input[type=datetime-local]::-webkit-input-placeholder, .input[type=email]::-webkit-input-placeholder, .input[type=month]::-webkit-input-placeholder, .input[type=number]::-webkit-input-placeholder, .input[type=password]::-webkit-input-placeholder, .input[type=search]::-webkit-input-placeholder, .input[type=tel]::-webkit-input-placeholder, .input[type=text]::-webkit-input-placeholder, .input[type=time]::-webkit-input-placeholder, .input[type=url]::-webkit-input-placeholder, .input[type=week]::-webkit-input-placeholder {
  color: #757575;
}
.input[type=date]::-moz-placeholder, .input[type=datetime-local]::-moz-placeholder, .input[type=email]::-moz-placeholder, .input[type=month]::-moz-placeholder, .input[type=number]::-moz-placeholder, .input[type=password]::-moz-placeholder, .input[type=search]::-moz-placeholder, .input[type=tel]::-moz-placeholder, .input[type=text]::-moz-placeholder, .input[type=time]::-moz-placeholder, .input[type=url]::-moz-placeholder, .input[type=week]::-moz-placeholder {
  color: #757575;
}
.input[type=date]:-ms-input-placeholder, .input[type=datetime-local]:-ms-input-placeholder, .input[type=email]:-ms-input-placeholder, .input[type=month]:-ms-input-placeholder, .input[type=number]:-ms-input-placeholder, .input[type=password]:-ms-input-placeholder, .input[type=search]:-ms-input-placeholder, .input[type=tel]:-ms-input-placeholder, .input[type=text]:-ms-input-placeholder, .input[type=time]:-ms-input-placeholder, .input[type=url]:-ms-input-placeholder, .input[type=week]:-ms-input-placeholder {
  color: #757575;
}
.input[type=date]::-ms-input-placeholder, .input[type=datetime-local]::-ms-input-placeholder, .input[type=email]::-ms-input-placeholder, .input[type=month]::-ms-input-placeholder, .input[type=number]::-ms-input-placeholder, .input[type=password]::-ms-input-placeholder, .input[type=search]::-ms-input-placeholder, .input[type=tel]::-ms-input-placeholder, .input[type=text]::-ms-input-placeholder, .input[type=time]::-ms-input-placeholder, .input[type=url]::-ms-input-placeholder, .input[type=week]::-ms-input-placeholder {
  color: #757575;
}
.input[type=date]::placeholder, .input[type=datetime-local]::placeholder, .input[type=email]::placeholder, .input[type=month]::placeholder, .input[type=number]::placeholder, .input[type=password]::placeholder, .input[type=search]::placeholder, .input[type=tel]::placeholder, .input[type=text]::placeholder, .input[type=time]::placeholder, .input[type=url]::placeholder, .input[type=week]::placeholder {
  color: #757575;
}
@media print, screen and (min-width: 768px) {
  .input[type=date], .input[type=datetime-local], .input[type=email], .input[type=month], .input[type=number], .input[type=password], .input[type=search], .input[type=tel], .input[type=text], .input[type=time], .input[type=url], .input[type=week] {
    height: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .input[type=date], .input[type=datetime-local], .input[type=email], .input[type=month], .input[type=number], .input[type=password], .input[type=search], .input[type=tel], .input[type=text], .input[type=time], .input[type=url], .input[type=week] {
    height: 3.5625rem;
  }
}
.input[type=search] {
  background: #F7FCFC url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.895%22%20height%3D%2221.895%22%20viewBox%3D%220%200%2021.895%2021.895%22%3E%3Cpath%20d%3D%22M21.895%2C0V21.895H0V0ZM11.489%2C21.218l-.011%2C0-.065.032-.017%2C0h0l-.014%2C0-.065-.032a.019.019%2C0%2C0%2C0-.021%2C0l0%2C.01-.016.39%2C0%2C.019.01.011.094.067.014%2C0h0l.011%2C0%2C.094-.067.011-.015h0l0-.015-.016-.39a.019.019%2C0%2C0%2C0-.015-.016Zm.242-.1-.013%2C0-.169.084-.009.009h0l0%2C.01.016.392%2C0%2C.012h0l.008.006.183.085a.023.023%2C0%2C0%2C0%2C.026-.007l0-.013-.031-.561a.023.023%2C0%2C0%2C0-.018-.019Zm-.653%2C0a.021.021%2C0%2C0%2C0-.025%2C0l-.005.013-.031.561a.021.021%2C0%2C0%2C0%2C.015.021h.014l.183-.085.009-.007h0l0-.011.016-.392%2C0-.011h0l-.009-.008Z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M9.754%2C2a7.754%2C7.754%2C0%2C1%2C0%2C4.8%2C13.845l3.332%2C3.332a.912.912%2C0%2C0%2C0%2C1.29-1.29l-3.332-3.332A7.755%2C7.755%2C0%2C0%2C0%2C9.754%2C2ZM3.825%2C9.754a5.93%2C5.93%2C0%2C1%2C1%2C5.93%2C5.93A5.93%2C5.93%2C0%2C0%2C1%2C3.825%2C9.754Z%22%20transform%3D%22translate(-0.175%20-0.175)%22%20fill%3D%22%23058d84%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 1.375rem auto;
}
@media print, screen and (min-width: 768px) {
  .input[type=search] {
    background-position: 1.5rem center;
    padding-left: 3.5rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .input[type=search] {
    background-position: 0.75rem center;
    padding-left: 2.75rem;
    padding-right: 0.875rem;
  }
}
.input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20transform%3D%22translate(-791%20-1833)%22%3E%3Cpath%20d%3D%22M792.984%2C1833%2C791%2C1835l14%2C14%2C2-2Z%22%20fill%3D%22%23058d84%22%2F%3E%3Cpath%20d%3D%22M792.984%2C1833%2C791%2C1835l14%2C14%2C2-2Z%22%20transform%3D%22translate(2640%201042)%20rotate(90)%22%20fill%3D%22%23058d84%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .input[type=search]::-webkit-search-cancel-button {
    height: 1rem;
    width: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .input[type=search]::-webkit-search-cancel-button {
    height: 0.875rem;
    width: 0.875rem;
  }
}

textarea.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F7FCFC;
  border: 0.0625rem solid #CBFBE5;
  border-radius: 0.125rem;
  font-family: inherit;
  height: 12.5rem;
  min-height: 12.5rem;
  padding: 1.25rem;
  resize: vertical;
}
@media print, screen and (min-width: 768px) {
  textarea.input {
    font-size: 1.125rem;
    -webkit-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  textarea.input {
    font-size: 0.9375rem;
  }
}
textarea.input:focus {
  border-color: #058D84;
  outline: none;
}
textarea.input::-webkit-input-placeholder {
  color: #757575;
}
textarea.input::-moz-placeholder {
  color: #757575;
}
textarea.input:-ms-input-placeholder {
  color: #757575;
}
textarea.input::-ms-input-placeholder {
  color: #757575;
}
textarea.input::placeholder {
  color: #757575;
}

.common-link {
  color: #235F67;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .common-link {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .common-link:hover {
    color: #328D84;
  }
}
.common-link[target=_blank]:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2219%22%20viewBox%3D%220%200%2016%2019%22%3E%3Cg%20transform%3D%22translate(-686.877%20-1096.344)%22%3E%3Crect%20width%3D%2212%22%20height%3D%2215%22%20transform%3D%22translate(690.877%201096.344)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1.5%2C1.5v12h9V1.5h-9M0%2C0H12V15H0Z%22%20transform%3D%22translate(690.877%201096.344)%22%20fill%3D%22%233ca7a0%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%2215%22%20transform%3D%22translate(686.877%201100.344)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1.5%2C1.5v12h9V1.5h-9M0%2C0H12V15H0Z%22%20transform%3D%22translate(686.877%201100.344)%22%20fill%3D%22%233ca7a0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.1875rem;
  margin: 0 0.375rem 0.125rem;
  vertical-align: text-bottom;
  width: 1rem;
}
.common-link[target=_blank].-has-img:after {
  display: none;
}

ul.list > li,
.common-entry ul:not(.notice, .-in-table) > li,
ol.list > li,
.common-entry ol:not(.notice, .-in-table) > li {
  position: relative;
}
ul.list > li > *,
.common-entry ul:not(.notice, .-in-table) > li > *,
ol.list > li > *,
.common-entry ol:not(.notice, .-in-table) > li > * {
  font-weight: 400;
  margin-top: 0.8rem;
}
ul.list > li:before,
.common-entry ul:not(.notice, .-in-table) > li:before,
ol.list > li:before,
.common-entry ol:not(.notice, .-in-table) > li:before {
  left: 0;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .common-entry ul:not(.notice, .-in-table),
  .common-entry ol:not(.notice, .-in-table) {
    margin: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry ul:not(.notice, .-in-table),
  .common-entry ol:not(.notice, .-in-table) {
    margin: 1.875rem 0;
  }
}
.common-entry ul:not(.notice, .-in-table):first-child,
.common-entry ol:not(.notice, .-in-table):first-child {
  margin-top: 0;
}
.common-entry ul:not(.notice, .-in-table):last-child,
.common-entry ol:not(.notice, .-in-table):last-child {
  margin-bottom: 0;
}
.common-entry ul:not(.notice, .-in-table) > li,
.common-entry ol:not(.notice, .-in-table) > li {
  font-weight: 700;
}
.common-entry ul:not(.notice, .-in-table) > li + li,
.common-entry ol:not(.notice, .-in-table) > li + li {
  margin-top: 0.8rem;
}

ul.list > li,
.common-entry ul:not(.notice, .-in-table) > li {
  padding-left: 1.5em;
}
ul.list > li:before,
.common-entry ul:not(.notice, .-in-table) > li:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%3E%3Cpath%20d%3D%22M4.5%2C0A4.5%2C4.5%2C0%2C1%2C1%2C0%2C4.5%2C4.5%2C4.5%2C0%2C0%2C1%2C4.5%2C0Z%22%20fill%3D%22%233ca4a2%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  display: block;
  width: 0.5625rem;
}
@media print, screen and (min-width: 768px) {
  ul.list > li:before,
  .common-entry ul:not(.notice, .-in-table) > li:before {
    height: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  ul.list > li:before,
  .common-entry ul:not(.notice, .-in-table) > li:before {
    height: 1.8571428571em;
  }
}

ol.list,
.common-entry ol:not(.notice, .-in-table) {
  counter-reset: listNum;
}
ol.list > li,
.common-entry ol:not(.notice, .-in-table) > li {
  counter-increment: listNum;
  padding-left: 1.5em;
}
ol.list > li:before,
.common-entry ol:not(.notice, .-in-table) > li:before {
  content: counter(listNum) ".";
}

ul.notice,
ol.notice {
  color: #7E7E7E;
}
@media print, screen and (min-width: 768px) {
  ul.notice,
  ol.notice {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  ul.notice,
  ol.notice {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    margin: 1.875rem 0;
  }
}
ul.notice:first-child,
ol.notice:first-child {
  margin-top: 0;
}
ul.notice:last-child,
ol.notice:last-child {
  margin-bottom: 0;
}
ul.notice > li:before,
ol.notice > li:before {
  white-space: pre-wrap;
}

ul.notice > li:before {
  content: "※ ";
}

ol.notice {
  conter-reset: notice;
}
ol.notice > li {
  counter-increment: notice;
}
ol.notice > li:before {
  content: "※" counter(notice) " ";
}

.number-box-list {
  counter-reset: nbl;
}
@media print, screen and (min-width: 768px) {
  .number-box-list {
    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;
    row-gap: 2.5rem;
  }
}
.number-box-list > li {
  background: #FFF;
  counter-increment: nbl;
}
@media print, screen and (min-width: 768px) {
  .number-box-list > li {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .number-box-list > li + li {
    margin-top: 1.875rem;
  }
}
.number-box-list > li:nth-of-type(-n+9) h3:before {
  content: "0" counter(nbl);
}
.number-box-list > li:nth-of-type(n+9) h3:before {
  content: counter(nbl);
}
.number-box-list > li > h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #058D84;
  color: #FFF;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .number-box-list > li > h3 {
    font-size: 1.25rem;
    line-height: 1.45;
    min-height: 3.125rem;
    padding: 0.5rem 1.25rem 0.5rem 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .number-box-list > li > h3 {
    font-size: 1.0625rem;
    line-height: 1.4705882353;
    min-height: 2.5rem;
    padding: 0.4375rem 1.25rem 0.4375rem 3.75rem;
  }
}
.number-box-list > li > h3:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0A4D71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .number-box-list > li > h3:before {
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .number-box-list > li > div {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .number-box-list > li > div {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media print, screen and (min-width: 768px) {
  .number-box-list > li > div {
    padding: 1.25rem 1rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .number-box-list > li > div {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}
.number-box-list > li > div ul.notice > li:before {
  content: "* ";
}
.number-box-list > li > div * + .notice {
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 768px) {
  * + .number-box-list {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  * + .number-box-list {
    margin-top: 3.75rem;
  }
}

.page-ttl {
  background: center/cover no-repeat;
}
@media print, screen and (min-width: 768px) {
  .page-ttl {
    background-image: url(/img/share/bg-page-ttl_pc.svg);
    padding: 0 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl {
    background-image: url(/img/share/bg-page-ttl_sp.svg);
    padding: 1.125rem 1.5625rem 1.875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-ttl .page-ttl-inn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 62.5rem;
    min-height: 20rem;
    padding: 1.25rem 0;
  }
}
.page-ttl h1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-ttl h1 > span.-ja {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #005F67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > span.-ja {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    line-height: 1.2363636364;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > span.-ja {
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    line-height: 1.4666666667;
  }
}
.page-ttl h1 > span.-ja > span:not(.-sub) {
  display: block;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > span.-ja > span:not(.-sub) {
    font-size: 3.4375rem;
    padding-bottom: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > span.-ja > span:not(.-sub) {
    font-size: 1.875rem;
    padding-bottom: 0.75rem;
  }
}
.page-ttl h1 > span.-ja > span:not(.-sub):before, .page-ttl h1 > span.-ja > span:not(.-sub):after {
  background: #FFF;
  border-radius: 62.4375rem;
  bottom: 0;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > span.-ja > span:not(.-sub):before, .page-ttl h1 > span.-ja > span:not(.-sub):after {
    height: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > span.-ja > span:not(.-sub):before, .page-ttl h1 > span.-ja > span:not(.-sub):after {
    height: 0.1875rem;
  }
}
.page-ttl h1 > span.-ja > span:not(.-sub):before {
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > span.-ja > span:not(.-sub):before {
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > span.-ja > span:not(.-sub):before {
    width: calc(100% - 1.625rem);
  }
}
.page-ttl h1 > span.-ja > span:not(.-sub):after {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > span.-ja > span:not(.-sub):after {
    width: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > span.-ja > span:not(.-sub):after {
    width: 1rem;
  }
}
.page-ttl h1 > span.-ja > span.-sub {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > span.-ja > span.-sub {
    font-size: 2.375rem;
    font-weight: 500;
    padding-bottom: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > span.-ja > span.-sub {
    font-size: 1.625rem;
    font-weight: 400;
    padding-bottom: 0.75rem;
  }
}
.page-ttl h1 > span.-en {
  color: #005F67;
  display: block;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > span.-en {
    font-size: 1.25rem;
    letter-spacing: 0.35em;
    line-height: 1.45;
    text-indent: 0.35em;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > span.-en {
    font-size: 0.75rem;
    letter-spacing: 0.5em;
    line-height: 1.5;
    text-indent: 0.5em;
  }
}
.page-ttl h1 > span.-sub {
  color: #005F67;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > span.-sub {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > span.-sub {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
  }
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > * + span.-en {
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > * + span.-en {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-ttl h1 > * + span.-sub {
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl h1 > * + span.-sub {
    margin-top: 0.9375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-ttl .btn {
    width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-ttl .btn {
    margin: 1.75rem auto 0;
    max-width: 20.75rem;
  }
}

.pager {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .pager {
    margin: 0 auto;
    max-width: 35.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .pager {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.pager .pager-prev,
.pager .pager-next {
  background: #FFF;
  border: 0.0625rem solid #328D84;
  border-radius: 0.25rem;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .pager .pager-prev,
  .pager .pager-next {
    height: 3.4375rem;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    width: 3.4375rem;
  }
  .pager .pager-prev:hover,
  .pager .pager-next:hover {
    background-color: #328D84;
  }
  .pager .pager-prev:hover:after,
  .pager .pager-next:hover:after {
    background-color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  .pager .pager-prev,
  .pager .pager-next {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.pager .pager-prev:after,
.pager .pager-next:after {
  background-color: #328D84;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .pager .pager-prev:after,
  .pager .pager-next:after {
    height: 0.58125rem;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    width: 0.83rem;
  }
}
@media only screen and (max-width: 767px) {
  .pager .pager-prev:after,
  .pager .pager-next:after {
    height: 0.416875rem;
    width: 0.595rem;
  }
}
.pager .pager-prev.-disabled,
.pager .pager-next.-disabled {
  border-color: #E2E5E5;
  pointer-events: none;
}
.pager .pager-prev.-disabled:after,
.pager .pager-next.-disabled:after {
  background-color: #E2E5E5;
}
.pager .pager-prev:after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.pager .pager-next:after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.pager .pager-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .pager-num a,
.pager .pager-num span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 0.25rem;
  color: #3CA4A2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .pager .pager-num a,
  .pager .pager-num span {
    font-size: 1.375rem;
    height: 2.1875rem;
    line-height: 1.0909090909;
    padding: 0 0.625rem;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .pager .pager-num a:hover,
  .pager .pager-num span:hover {
    background-color: #058D84;
    color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  .pager .pager-num a,
  .pager .pager-num span {
    font-size: 0.9375rem;
    height: 1.5625rem;
    line-height: 16;
    padding: 0 0.4375rem;
  }
}
.pager .pager-num a.-current,
.pager .pager-num span.-current {
  background-color: #058D84;
  color: #FFF;
}

* + .pager {
  margin-top: 5rem;
}

@media print, screen and (min-width: 768px) {
  .search {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 3.4375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .search .input {
    width: 25rem;
  }
}
.search .input::-webkit-input-placeholder {
  color: #058D84;
}
.search .input::-moz-placeholder {
  color: #058D84;
}
.search .input:-ms-input-placeholder {
  color: #058D84;
}
.search .input::-ms-input-placeholder {
  color: #058D84;
}
.search .input::placeholder {
  color: #058D84;
}
@media only screen and (max-width: 767px) {
  .search .input {
    display: block;
    width: 100%;
  }
  .search .select + .easy-select-box {
    display: block;
    margin: 0.625rem 0 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .section {
    padding: 5rem 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 3.75rem 0.9375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section .section-inn {
    margin: 0 auto;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section .section-lead {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .section .section-lead {
    font-size: 1.0625rem;
    line-height: 1.7647058824;
  }
}
@media print, screen and (min-width: 768px) {
  .section .section-lead:first-child {
    margin-top: -2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section .section-lead:first-child {
    margin-top: -1.5625rem;
  }
}

.select + .easy-select-box {
  min-width: 12.5rem;
}
.select + .easy-select-box .esb-displayer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7FCFC url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%3Cpath%20d%3D%22M5%2C0%2C0%2C6H10Z%22%20transform%3D%22translate(10%206)%20rotate(180)%22%20fill%3D%22%23058d84%22%2F%3E%3C%2Fsvg%3E") right 1.25rem center/0.625rem auto no-repeat;
  border: 0.0625rem solid #CBFBE5;
  border-radius: 0.125rem;
  color: #058D84;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  line-height: normal;
  padding: 0 1.875rem 0 1.25rem;
  vertical-align: baseline;
}
@media print, screen and (min-width: 768px) {
  .select + .easy-select-box .esb-displayer {
    font-size: 1.125rem;
    height: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .select + .easy-select-box .esb-displayer {
    font-size: 0.9375rem;
    height: 3.5625rem;
  }
}
.select + .easy-select-box .esb-displayer.-open {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%3Cpath%20d%3D%22M5%2C0%2C0%2C6H10Z%22%20fill%3D%22%23058d84%22%2F%3E%3C%2Fsvg%3E");
}
.select + .easy-select-box .esb-dropdown {
  border: none;
  max-height: 18.75rem;
  width: 100% !important;
}
.select + .easy-select-box .esb-dropdown .esb-item {
  border: solid #F0F0F0;
  border-width: 0 0.0625rem 0.0625rem;
  color: #3CA4A2;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding: 0.375rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .select + .easy-select-box .esb-dropdown .esb-item {
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
}
.select + .easy-select-box .esb-dropdown .esb-item:hover {
  background-color: #3CA4A2;
  color: #FFF;
}

.common-entry table,
table.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .common-entry table,
  table.table {
    margin: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry table,
  table.table {
    margin: 1.875rem 0;
  }
}
.common-entry table:first-child,
table.table:first-child {
  margin-top: 0;
}
.common-entry table:last-child,
table.table:last-child {
  margin-bottom: 0;
}
.common-entry table tr > th, .common-entry table tr > td,
table.table tr > th,
table.table tr > td {
  border: 0.125rem solid #FFF;
  border-radius: 0.375rem;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .common-entry table tr > th, .common-entry table tr > td,
  table.table tr > th,
  table.table tr > td {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry table tr > th, .common-entry table tr > td,
  table.table tr > th,
  table.table tr > td {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media print, screen and (min-width: 768px) {
  .common-entry table tr > th, .common-entry table tr > td,
  table.table tr > th,
  table.table tr > td {
    padding: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .common-entry table tr > th, .common-entry table tr > td,
  table.table tr > th,
  table.table tr > td {
    padding: 0.625rem;
  }
}
.common-entry table tr > th ul > li, .common-entry table tr > td ul > li,
table.table tr > th ul > li,
table.table tr > td ul > li {
  padding-left: 1em;
  position: relative;
}
.common-entry table tr > th ul > li:before, .common-entry table tr > td ul > li:before,
table.table tr > th ul > li:before,
table.table tr > td ul > li:before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.common-entry table tr > th,
table.table tr > th {
  background-color: #E2F4F1;
}
.common-entry table tr > td,
table.table tr > td {
  background-color: #FFF;
}
.common-entry table.-h-border tr > th, .common-entry table.-h-border tr > td,
table.table.-h-border tr > th,
table.table.-h-border tr > td {
  background-color: #FFF;
  border: solid #9FE1CA;
  border-width: 0.125rem 0;
}
.common-entry table img,
table.table img {
  display: inline;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .common-entry table a img,
  table.table a img {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .common-entry table a:hover img,
  table.table a:hover img {
    opacity: 0.7;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  .tags {
    gap: 0.25rem 0.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .tags {
    gap: 0.9375rem 0.3125rem;
  }
}
.tags a {
  background: #FFF;
  border: 0.0625rem solid #058D84;
  border-radius: 0.4375rem;
  color: #058D84;
  display: block;
  font-weight: 700;
}
.tags a:before {
  content: "#";
}
@media print, screen and (min-width: 768px) {
  .tags a {
    font-size: 1.0625rem;
    line-height: 1.1176470588;
    padding: 0.75rem;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .tags a:hover {
    background-color: #058D84;
    color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  .tags a {
    font-size: 1rem;
    line-height: 1.1875;
    padding: 0.5625rem;
  }
}

@media print, screen and (min-width: 768px) {
  .wrapper {
    padding-top: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 4rem;
  }
}

.header {
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .header {
    -webkit-column-gap: min(1.0416666667vw, 1.25rem);
       -moz-column-gap: min(1.0416666667vw, 1.25rem);
            column-gap: min(1.0416666667vw, 1.25rem);
    height: 5.625rem;
    padding-left: min(3.6458333333vw, 4.375rem);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .header {
    -webkit-column-gap: min(0.8vw, 0.5rem);
       -moz-column-gap: min(0.8vw, 0.5rem);
            column-gap: min(0.8vw, 0.5rem);
    padding-left: min(2vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .header {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    height: 4rem;
    padding-left: 0.625rem;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  .header.-open {
    background-color: rgba(220, 245, 242, 0.88);
  }
}
@media only screen and (max-width: 767px) {
  .header .header-logo {
    position: relative;
    z-index: 1;
  }
}
.header .header-logo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .header .header-logo a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .header .header-logo a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .header .header-logo img {
    width: min(17.884375vw, 21.46125rem);
  }
}
@media only screen and (max-width: 767px) {
  .header .header-logo img {
    width: 12.31125rem;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
  .nav .nav-body {
    margin-right: min(1.0416666667vw, 1.25rem);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .nav .nav-body {
    margin-right: min(0.8vw, 0.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav-body {
    background: rgba(220, 245, 242, 0.88);
    display: none;
    left: 0;
    overflow: auto;
    padding: 1.875rem 0.9375rem 3.75rem;
    position: absolute;
    top: 4rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .nav .nav-body > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .nav .nav-body > ul > li {
    height: 100%;
  }
  .nav .nav-body > ul > li:hover > a:before, .nav .nav-body > ul > li:hover > span:before {
    opacity: 1;
  }
  .nav .nav-body > ul > li:hover > a > span, .nav .nav-body > ul > li:hover > span > span {
    color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav-body > ul > li {
    background-color: #FFF;
    border-radius: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  .nav .nav-body > ul > li + li {
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .nav .nav-body > ul > li .accordion__toggle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #4CC3BA;
    border-bottom-right-radius: 0.25rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 3.375rem;
  }
  .nav .nav-body > ul > li .accordion__toggle > span {
    display: block;
    height: 0.9375rem;
    position: relative;
    width: 0.9375rem;
  }
  .nav .nav-body > ul > li .accordion__toggle > span:before, .nav .nav-body > ul > li .accordion__toggle > span:after {
    background: #FFF;
    content: "";
    display: block;
    height: 0.1875rem;
    left: 0;
    position: absolute;
    top: 0.375rem;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 100%;
  }
  .nav .nav-body > ul > li .accordion__toggle > span:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav-body > ul > li.-open {
    background-color: #CFF3F2;
  }
  .nav .nav-body > ul > li.-open .accordion__toggle > span:before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .nav .nav-body > ul > li.-open .accordion__toggle > span:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.nav .nav-body > ul > li > a, .nav .nav-body > ul > li > span:not(.accordion__toggle) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .nav .nav-body > ul > li > a, .nav .nav-body > ul > li > span:not(.accordion__toggle) {
    cursor: pointer;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.3529411765;
    padding: 0 min(0.8854166667vw, 1em);
    position: relative;
    text-align: center;
  }
  .nav .nav-body > ul > li > a:before, .nav .nav-body > ul > li > span:not(.accordion__toggle):before {
    background: #4CC3BA;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .nav .nav-body > ul > li > a, .nav .nav-body > ul > li > span:not(.accordion__toggle) {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav-body > ul > li > a, .nav .nav-body > ul > li > span:not(.accordion__toggle) {
    color: #005F67;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.75rem 0 0.75rem 0.9375rem;
  }
}
.nav .nav-body > ul > li > a > span, .nav .nav-body > ul > li > span:not(.accordion__toggle) > span {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .nav .nav-body > ul > li > a > span, .nav .nav-body > ul > li > span:not(.accordion__toggle) > span {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav-body > ul > li > a:not(.-no-arrow) {
    padding-right: 2rem;
    position: relative;
  }
  .nav .nav-body > ul > li > a:not(.-no-arrow):after {
    background-color: #058D84;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    content: "";
    display: block;
    height: 0.4375rem;
    position: absolute;
    right: 1.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav-body-btn {
    margin-top: 1.875rem;
  }
  .nav .nav-body-btn a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0.125rem solid #058D84;
    border-radius: 62.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9375rem;
    font-weight: 500;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    padding: 0.75rem 0;
    text-align: center;
  }
  .nav .nav-body-btn a + a {
    margin-top: 0.625rem;
  }
  .nav .nav-body-btn a.-contact {
    background: #058D84;
    color: #FFF;
  }
  .nav .nav-body-btn a.-dl {
    background: #FFF;
    color: #005F67;
  }
}
.nav .nav-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  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;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nav .nav-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.2352941176;
    row-gap: 0.5rem;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    width: min(11.9791666667vw, 14.375rem);
  }
  .nav .nav-btn:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .nav .nav-btn {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav-btn {
    height: 100%;
    width: 3.5rem;
  }
}
.nav .nav-btn:before {
  background: center/contain no-repeat;
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .nav .nav-btn span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav-btn span {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .nav .nav-btn span br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .nav .nav-btn span br {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav-btn span br {
    display: none;
  }
}
.nav .nav-btn.-dl {
  background: #006DBE;
}
.nav .nav-btn.-dl:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate(-103.957%20-18)%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(103.957%2018)%22%20fill%3D%22none%22%2F%3E%3Cg%20transform%3D%22translate(111.646%2021.395)%22%3E%3Cpath%20d%3D%22M0%2C14.327a1%2C1%2C0%2C0%2C1-1-1V0A1%2C1%2C0%2C0%2C1%2C0-1%2C1%2C1%2C0%2C0%2C1%2C1%2C0V13.327A1%2C1%2C0%2C0%2C1%2C0%2C14.327Z%22%20transform%3D%22translate(4.183)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M23.373%2C29.874a1%2C1%2C0%2C0%2C1-.683-.27L18.507%2C25.69a1%2C1%2C0%2C0%2C1%2C1.366-1.46l3.5%2C3.274%2C3.5-3.274a1%2C1%2C0%2C1%2C1%2C1.366%2C1.46L24.056%2C29.6A1%2C1%2C0%2C0%2C1%2C23.373%2C29.874Z%22%20transform%3D%22translate(-19.19%20-15.512)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M11.1%2C1H0A1%2C1%2C0%2C0%2C1-1%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1H11.1a1%2C1%2C0%2C0%2C1%2C1%2C1A1%2C1%2C0%2C0%2C1%2C11.1%2C1Z%22%20transform%3D%22translate(109.956%2038.605)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.nav .nav-btn.-contact {
  background: #058D84;
}
.nav .nav-btn.-contact:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20transform%3D%22translate(-103%20-18)%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20transform%3D%22translate(103%2018)%22%20fill%3D%22none%22%2F%3E%3Cg%20transform%3D%22translate(-0.426%20-1)%22%3E%3Cpath%20d%3D%22M3-1H15.158a4%2C4%2C0%2C0%2C1%2C4%2C4v9a4%2C4%2C0%2C0%2C1-4%2C4H3a4%2C4%2C0%2C0%2C1-4-4V3A4%2C4%2C0%2C0%2C1%2C3-1ZM15.158%2C14a2%2C2%2C0%2C0%2C0%2C2-2V3a2%2C2%2C0%2C0%2C0-2-2H3A2%2C2%2C0%2C0%2C0%2C1%2C3v9a2%2C2%2C0%2C0%2C0%2C2%2C2Z%22%20transform%3D%22translate(106.426%2024)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M14.143%2C25.022a1%2C1%2C0%2C0%2C1-.595-.2L5.405%2C18.8A1%2C1%2C0%2C0%2C1%2C6.595%2C17.2l7.549%2C5.583L21.692%2C17.2A1%2C1%2C0%2C1%2C1%2C22.881%2C18.8l-8.143%2C6.022A1%2C1%2C0%2C0%2C1%2C14.143%2C25.022Z%22%20transform%3D%22translate(101.361%209.107)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media only screen and (max-width: 767px) {
  .nav .nav-hamburger {
    background: #244A95;
    display: block;
    position: relative;
    width: 3.5rem;
    z-index: 1;
  }
  .nav .nav-hamburger span {
    background: #FFF;
    border-radius: 62.4375rem;
    display: block;
    height: 0.125rem;
    left: 1.1875rem;
    position: absolute;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 1.125rem;
  }
  .nav .nav-hamburger span:nth-of-type(1) {
    top: 1.5625rem;
  }
  .nav .nav-hamburger span:nth-of-type(2) {
    top: 1.9375rem;
  }
  .nav .nav-hamburger span:nth-of-type(3) {
    top: 2.3125rem;
  }
  .nav .nav-hamburger.-open span:nth-of-type(1) {
    top: 1.9375rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .nav .nav-hamburger.-open span:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .nav .nav-hamburger.-open span:nth-of-type(3) {
    top: 1.9375rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

.megamenu {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .megamenu {
    background: rgba(220, 245, 242, 0.88);
    left: 0;
    padding: 2.5rem 1.25rem;
    position: absolute;
    top: 5.625rem;
    width: 100%;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu {
    padding: 0.9375rem 0.9375rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu .megamenu-inn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .megamenu h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.megamenu h2 span {
  display: block;
}
.megamenu h2 span.-ja {
  color: #005F67;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .megamenu h2 span.-ja a {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .megamenu h2 span.-ja a:hover {
    color: #4CC3BA;
  }
}
.megamenu h2 span.-ja + .-en {
  margin-top: 1rem;
}
.megamenu h2 span.-en {
  color: #058D84;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.35em;
  line-height: 1.3571428571;
}
@media print, screen and (min-width: 768px) {
  .megamenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem 2.5316455696%;
    width: 79%;
  }
  .megamenu ul.-col4 > li {
    width: 23%; /* 4列に調整 */
  }
  .megamenu ul.-col3 > li {
    width: 31.6455696203%;
  }
  .megamenu ul.-col2 > li {
    width: 48.7341772152%;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu ul > li + li {
    margin-top: 0.3125rem;
  }
}
.megamenu ul > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-left: 0.5rem solid #7FDDCD;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .megamenu ul > li > a {
    border-right: 0.375rem solid #FFF;
    height: 100%;
    padding: 1rem 1.25rem 1rem 0.9375rem;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .megamenu ul > li > a:before {
    background: #7FDDCD;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(50%);
            transform: scaleX(50%);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 100%;
  }
  .megamenu ul > li > a:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
  }
  .megamenu ul > li > a:hover span {
    color: #FFF;
  }
  .megamenu ul > li > a:hover:after {
    background-color: #FFF;
    -webkit-transform: translate(0.125rem, -50%);
            transform: translate(0.125rem, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .megamenu ul > li > a {
    padding: 0.875rem 1.625rem 0.875rem 0.9375rem;
  }
}
.megamenu ul > li > a span {
  color: #005F67;
  display: block;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .megamenu ul > li > a span {
    font-size: 1rem;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu ul > li > a span {
    font-size: 0.9375rem;
  }
}
.megamenu ul > li > a:after {
  background-color: #058D84;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: block;
  height: 0.4375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
}
@media print, screen and (min-width: 768px) {
  .megamenu ul > li > a:after {
    right: 0.25rem;
    -webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu ul > li > a:after {
    right: 1rem;
  }
}

.footer .footer-contact {
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact {
    padding: 5rem 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact {
    padding: 3.375rem 1.3125rem 3.75rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact .index-h2 {
    margin-bottom: 3.375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-inn {
    margin: 0 auto;
    max-width: 62.5rem;
  }
}
.footer .footer-contact-lead {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-lead {
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-tel {
    margin-top: 1.3125rem;
    text-align: center;
  }
}
.footer .footer-contact-tel .-main {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-tel .-main {
    font-size: 2rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-tel .-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.6666666667;
  }
}
.footer .footer-contact-tel .-main a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #058D84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-tel .-main a {
    -webkit-column-gap: 0.5625rem;
       -moz-column-gap: 0.5625rem;
            column-gap: 0.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-tel .-main a {
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}
.footer .footer-contact-tel .-main a:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2242%22%20viewBox%3D%220%200%2042%2042%22%3E%3Cg%20transform%3D%22translate(-8669%20-6533)%22%3E%3Crect%20width%3D%2241.717%22%20height%3D%2241.717%22%20transform%3D%22matrix(1%2C%200.007%2C%20-0.007%2C%201%2C%208669.284%2C%206533)%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M34.175%2C37.493h-.051l-.051%2C0a30.337%2C30.337%2C0%2C0%2C1-10.341-2.547%2C28.641%2C28.641%2C0%2C0%2C1-8.509-5.8A27.965%2C27.965%2C0%2C0%2C1%2C9.33%2C20.625%2C29.478%2C29.478%2C0%2C0%2C1%2C6.831%2C10a4.55%2C4.55%2C0%2C0%2C1%2C.146-1.626%2C2.43%2C2.43%2C0%2C0%2C1%2C1.9-1.789A1.5%2C1.5%2C0%2C0%2C1%2C9.822%2C9.4a2.126%2C2.126%2C0%2C0%2C0%2C0%2C.377l0%2C.054A25.8%2C25.8%2C0%2C0%2C0%2C34.217%2C34.492a2.306%2C2.306%2C0%2C0%2C0%2C.391-.049%2C1.5%2C1.5%2C0%2C0%2C1%2C2.8.741%2C2.178%2C2.178%2C0%2C0%2C1-1.662%2C2.049A5.131%2C5.131%2C0%2C0%2C1%2C34.175%2C37.493Z%22%20transform%3D%22translate(8667.91%206531.952)%22%20fill%3D%22%23058d84%22%2F%3E%3Cpath%20d%3D%22M26.1%2C31.091a1.493%2C1.493%2C0%2C0%2C1-.746-.2%2C24.272%2C24.272%2C0%2C0%2C1-9.125-9.264%2C1.5%2C1.5%2C0%2C0%2C1%2C2.623-1.456%2C21.272%2C21.272%2C0%2C0%2C0%2C8%2C8.118%2C1.5%2C1.5%2C0%2C0%2C1-.749%2C2.8Z%22%20transform%3D%22translate(8666.702%206530.271)%22%20fill%3D%22%23058d84%22%2F%3E%3Cpath%20d%3D%22M27.39%2C31.881a1.5%2C1.5%2C0%2C0%2C1-1.046-2.575l3.268-3.181a1.5%2C1.5%2C0%2C0%2C1%2C1.383-.387l7.8%2C1.8a1.5%2C1.5%2C0%2C1%2C1-.674%2C2.923l-7.007-1.615-2.682%2C2.61A1.5%2C1.5%2C0%2C0%2C1%2C27.39%2C31.881Z%22%20transform%3D%22translate(8665.414%206529.447)%22%20fill%3D%22%23058d84%22%2F%3E%3Cpath%20d%3D%22M17.54%2C20.728a1.5%2C1.5%2C0%2C0%2C1-1.07-2.551l2.64-2.69L17.578%2C8.449a1.5%2C1.5%2C0%2C1%2C1%2C2.931-.638l1.7%2C7.831a1.5%2C1.5%2C0%2C0%2C1-.4%2C1.369l-3.207%2C3.268A1.5%2C1.5%2C0%2C0%2C1%2C17.54%2C20.728Z%22%20transform%3D%22translate(8666.702%206531.943)%22%20fill%3D%22%23058d84%22%2F%3E%3Cpath%20d%3D%22M8.691%2C1.561H8.68L-.011%2C1.5A1.5%2C1.5%2C0%2C0%2C1-1.5-.011%2C1.5%2C1.5%2C0%2C0%2C1%2C.01-1.5L8.7-1.439a1.5%2C1.5%2C0%2C0%2C1-.01%2C3Z%22%20transform%3D%22translate(8677.057%206540.012)%22%20fill%3D%22%23058d84%22%2F%3E%3Cpath%20d%3D%22M0%2C10.191H-.011A1.5%2C1.5%2C0%2C0%2C1-1.5%2C8.68l.061-8.691A1.5%2C1.5%2C0%2C0%2C1%2C.071-1.5%2C1.5%2C1.5%2C0%2C0%2C1%2C1.561.01L1.5%2C8.7A1.5%2C1.5%2C0%2C0%2C1%2C0%2C10.191Z%22%20transform%3D%22translate(8703.814%206558.446)%22%20fill%3D%22%23058d84%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-tel .-main a:before {
    height: 2.625rem;
    width: 2.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-tel .-main a:before {
    height: 1.75rem;
    width: 1.75rem;
  }
}
.footer .footer-contact-tel .-sub {
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-tel .-sub {
    font-size: 1rem;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-tel .-sub {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 0.125rem;
  }
}
.footer .footer-contact-btn {
  margin-top: 1.8125rem;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-btn {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-btn > li + li {
    margin-top: 0.75rem;
  }
}
.footer .footer-contact-btn > li > .btn {
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-btn > li > .btn {
    height: 100%;
    row-gap: 0.1875rem;
    width: 15.125rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-btn > li > .btn {
    font-size: 0.875rem;
  }
}
.footer .footer-contact-btn > li > .btn > em, .footer .footer-contact-btn > li > .btn > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.5rem;
}
.footer .footer-contact-btn > li > .btn > em:before, .footer .footer-contact-btn > li > .btn > span:before {
  background: center/contain no-repeat;
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-btn > li > .btn > em:before, .footer .footer-contact-btn > li > .btn > span:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-btn > li > .btn > em:after, .footer .footer-contact-btn > li > .btn > span:after {
    display: none;
  }
}
.footer .footer-contact-btn > li > .btn.-grade > span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%3E%3Cg%20transform%3D%22translate(-4699.098%20-4510.657)%22%3E%3Crect%20width%3D%2228%22%20height%3D%2224%22%20transform%3D%22translate(4699.098%204510.658)%22%20fill%3D%22none%22%2F%3E%3Cg%20transform%3D%22translate(-0.5%20-0.82)%22%3E%3Cpath%20d%3D%22M3-1H18.019a4%2C4%2C0%2C0%2C1%2C4%2C4v9a4%2C4%2C0%2C0%2C1-4%2C4H3a4%2C4%2C0%2C0%2C1-4-4V3A4%2C4%2C0%2C0%2C1%2C3-1ZM18.019%2C14a2%2C2%2C0%2C0%2C0%2C2-2V3a2%2C2%2C0%2C0%2C0-2-2H3A2%2C2%2C0%2C0%2C0%2C1%2C3v9a2%2C2%2C0%2C0%2C0%2C2%2C2Z%22%20transform%3D%22translate(4702.598%204516.477)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M15.427%2C25.022a1%2C1%2C0%2C0%2C1-.538-.157L5.462%2C18.843a1%2C1%2C0%2C0%2C1%2C1.077-1.685l8.888%2C5.678%2C8.888-5.678a1%2C1%2C0%2C1%2C1%2C1.077%2C1.685l-9.427%2C6.022A1%2C1%2C0%2C0%2C1%2C15.427%2C25.022Z%22%20transform%3D%22translate(4697.598%204501.543)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-btn > li > .btn.-grade > span:before {
    left: 1.4375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-btn > li > .btn.-grade {
    padding: 0.6875rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-btn > li > .btn.-grade {
    padding: 1.125rem 0;
  }
}
.footer .footer-contact-btn > li > .btn.-border > span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%3E%3Cg%20transform%3D%22translate(-4462%20-5655.52)%22%3E%3Crect%20width%3D%2228%22%20height%3D%2224%22%20transform%3D%22translate(4462%205655.52)%22%20fill%3D%22none%22%2F%3E%3Cg%20transform%3D%22translate(4372.422%201201.262)%22%3E%3Cpath%20d%3D%22M0%2C14.327a1%2C1%2C0%2C0%2C1-1-1V0A1%2C1%2C0%2C0%2C1%2C0-1%2C1%2C1%2C0%2C0%2C1%2C1%2C0V13.327A1%2C1%2C0%2C0%2C1%2C0%2C14.327Z%22%20transform%3D%22translate(103.919%204457.259)%22%20fill%3D%22%233a9da2%22%2F%3E%3Cpath%20d%3D%22M24.032%2C29.874a1%2C1%2C0%2C0%2C1-.629-.222l-4.842-3.914a1%2C1%2C0%2C0%2C1%2C1.257-1.555l4.213%2C3.406%2C4.213-3.406A1%2C1%2C0%2C0%2C1%2C29.5%2C25.738l-4.842%2C3.914A1%2C1%2C0%2C0%2C1%2C24.032%2C29.874Z%22%20transform%3D%22translate(79.887%204441.747)%22%20fill%3D%22%233a9da2%22%2F%3E%3Cpath%20d%3D%22M12.845%2C1H0A1%2C1%2C0%2C0%2C1-1%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1H12.845a1%2C1%2C0%2C0%2C1%2C1%2C1A1%2C1%2C0%2C0%2C1%2C12.845%2C1Z%22%20transform%3D%22translate(97.577%204474.47)%22%20fill%3D%22%233a9da2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-btn > li > .btn.-border > span:before {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-btn > li > .btn.-border > span:before {
    left: 1.3125rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-contact-btn > li > .btn.-border {
    padding: 1.25rem 0;
  }
  .footer .footer-contact-btn > li > .btn.-border:hover > span:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%3E%3Cg%20transform%3D%22translate(-4462%20-5655.52)%22%3E%3Crect%20width%3D%2228%22%20height%3D%2224%22%20transform%3D%22translate(4462%205655.52)%22%20fill%3D%22none%22%2F%3E%3Cg%20transform%3D%22translate(4372.422%201201.262)%22%3E%3Cpath%20d%3D%22M0%2C14.327a1%2C1%2C0%2C0%2C1-1-1V0A1%2C1%2C0%2C0%2C1%2C0-1%2C1%2C1%2C0%2C0%2C1%2C1%2C0V13.327A1%2C1%2C0%2C0%2C1%2C0%2C14.327Z%22%20transform%3D%22translate(103.919%204457.259)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24.032%2C29.874a1%2C1%2C0%2C0%2C1-.629-.222l-4.842-3.914a1%2C1%2C0%2C0%2C1%2C1.257-1.555l4.213%2C3.406%2C4.213-3.406A1%2C1%2C0%2C0%2C1%2C29.5%2C25.738l-4.842%2C3.914A1%2C1%2C0%2C0%2C1%2C24.032%2C29.874Z%22%20transform%3D%22translate(79.887%204441.747)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M12.845%2C1H0A1%2C1%2C0%2C0%2C1-1%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1H12.845a1%2C1%2C0%2C0%2C1%2C1%2C1A1%2C1%2C0%2C0%2C1%2C12.845%2C1Z%22%20transform%3D%22translate(97.577%204474.47)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-contact-btn > li > .btn.-border {
    padding: 1rem 0;
  }
}
.footer .footer-sitemap {
  background: center/cover no-repeat;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22483.594%22%20viewBox%3D%220%200%201920%20483.594%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22-0.112%22%20y1%3D%220.022%22%20x2%3D%221.173%22%20y2%3D%220.985%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2347cd8b%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%23069da3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23006dbe%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C0H1920V483.594H0Z%22%20opacity%3D%220.127%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 31.2359550562% 1.25rem 1fr;
    grid-template-columns: 31.2359550562% 1fr;
    -ms-grid-rows: auto 0.1875rem 1fr;
    grid-template-rows: auto 1fr;
    padding: 4.75rem 4.375rem 0.75rem;
    row-gap: 0.1875rem;
  }
  .footer .footer-sitemap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer .footer-sitemap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer .footer-sitemap > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer .footer-sitemap > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%22493.564%22%20viewBox%3D%220%200%20375%20493.564%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22-0.112%22%20y1%3D%220.022%22%20x2%3D%221.173%22%20y2%3D%220.985%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2347cd8b%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%23069da3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23006dbe%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22375%22%20height%3D%22493.564%22%20opacity%3D%220.127%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
    padding: 2.5rem 0 1.125rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-company {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding-left: 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-company {
    padding: 0 0.9375rem;
  }
}
.footer .footer-sitemap-company h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-company h2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 1.875rem -4.375rem;
    width: calc(100% + 4.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-company h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.75rem;
  }
}
.footer .footer-sitemap-company h2 a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-company h2 a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .footer .footer-sitemap-company h2 a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-company h2 img {
    width: 21.46125rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-company h2 img {
    width: 18.234375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-company p {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-company p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-company p {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-link {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-link {
    border-top: 1px solid #FFF;
    margin-top: 1.75rem;
    padding: 1.625rem 2.0625rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-link-grid {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-link-grid {
    -webkit-column-gap: 21.0355987055%;
       -moz-column-gap: 21.0355987055%;
            column-gap: 21.0355987055%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 21.0355987055% 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .footer .footer-sitemap-link-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer .footer-sitemap-link-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer .footer-sitemap-link-grid > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer .footer-sitemap-link-grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-link-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .footer-sitemap-link-group a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-link-group:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .footer .footer-sitemap-link-group:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .footer .footer-sitemap-link-group:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.footer .footer-sitemap-link-group > h3 {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-link-group > h3 {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-link-group > h3 {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-link-group > h3 {
    line-height: 1.375;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-link-group > h3 {
    line-height: 2.5;
  }
}
.footer .footer-sitemap-link-group > h3 a {
  color: #058D84;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-link-group > h3 + h3 {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-link-group > ul {
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-link-group > ul {
    display: none;
  }
}
.footer .footer-sitemap-link-group > ul > li ul {
  padding-left: 1.5em;
}
.footer .footer-sitemap-link-group > ul > li ul > li {
  position: relative;
}
.footer .footer-sitemap-link-group > ul > li ul > li:before {
  color: #058D84;
  content: "ー";
  left: -1.5em;
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-link-group > * + ul {
    margin-top: 1.5rem;
  }
}
.footer .footer-sitemap-ico {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-ico {
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-ico {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
    padding: 0 1.5625rem 0 1.375rem;
  }
}
.footer .footer-sitemap-ico ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-ico ul {
    -webkit-column-gap: 1.375rem;
       -moz-column-gap: 1.375rem;
            column-gap: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-ico ul {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}
.footer .footer-sitemap-ico ul a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-ico ul a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .footer .footer-sitemap-ico ul a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-ico ul img .snsicon {
    width: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-ico ul img .snsicon {
    width: 2.1875rem;
  }
}
.footer .footer-sitemap-ico ul img .xicon {
  width: 1.875rem;
}
.footer .footer-sitemap-ico p a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-ico p a {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .footer .footer-sitemap-ico p a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-sitemap-ico p img {
    width: 5.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-sitemap-ico p img {
    width: 3.75rem;
  }
}
.footer .footer-bottom {
  background: #058D84;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-bottom {
    padding: 0.9375rem 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom {
    padding: 1.25rem 0 0.9375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-bottom ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom ul {
    font-size: 0.75rem;
    letter-spacing: -0.4em;
    line-height: 2.0833333333;
    padding: 0 0.9375rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-bottom ul > li + li:before {
    content: "　│　";
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom ul > li {
    display: inline;
    letter-spacing: normal;
  }
  .footer .footer-bottom ul > li + li:before {
    content: "　│　";
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-bottom ul > li a:hover {
    text-decoration: underline;
  }
}
.footer .footer-bottom p {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-bottom p {
    font-size: 0.8125rem;
    line-height: 2;
    margin-top: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom p {
    border-top: 1px solid #50B0A9;
    font-size: 0.75rem;
    margin-top: 0.9375rem;
    padding: 0.9375rem 0.9375rem 0;
  }
}
.footer .footer-back-to-top {
  display: none;
  position: fixed;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-back-to-top {
    bottom: 2.25rem;
    right: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-back-to-top {
    bottom: 1.0625rem;
    right: 0.8125rem;
  }
}
.footer .footer-back-to-top a {
  border-radius: 50%;
  background: #2368B1;
  display: block;
  isolation: isolate;
  overflow: hidden;
}
.footer .footer-back-to-top a img {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-back-to-top a {
    position: relative;
  }
  .footer .footer-back-to-top a:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#00AF9B), to(#007CBE));
    background: linear-gradient(to bottom, #00AF9B, #007CBE);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    width: 100%;
  }
  .footer .footer-back-to-top a:hover:before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .footer-back-to-top img {
    width: 5.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-back-to-top img {
    width: 4.1875rem;
  }
}

.section.sample-page-list {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .section.sample-page-list {
    padding-bottom: 12.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section.sample-page-list {
    padding-bottom: 20rem;
  }
}
.section.sample-page-list table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.section.sample-page-list table th,
.section.sample-page-list table td {
  border: 0.0625rem solid #7E7E7E;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .section.sample-page-list table th,
  .section.sample-page-list table td {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section.sample-page-list table th,
  .section.sample-page-list table td {
    font-size: 0.8125rem;
    padding: 0.5rem;
  }
}
.section.sample-page-list table thead th {
  background: #005F67;
  color: #FFF;
}
.section.sample-page-list table tbody th {
  background: #F7FCFC;
}
.section.sample-page-list table tbody td a {
  color: #235F67;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .section.sample-page-list table tbody td a {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .section.sample-page-list table tbody td a:hover {
    color: #328D84;
    text-decoration: none;
  }
}
/*# sourceMappingURL=share.css.map */