@charset 'utf-8';
/* Reset
--------------------------------------------------- */
*, ::before, ::after { box-sizing: border-box; }
::before, ::after { text-decoration: inherit; vertical-align: inherit; }
html { cursor: default; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-tap-highlight-color: transparent; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; word-break: break-word; }

body { margin: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }

dl dl, dl ol, dl ul, ol dl, ul dl { margin: 0; }
ol ol, ol ul, ul ol, ul ul { margin: 0; }
hr { height: 0; overflow: visible; }
main { display: block; }
nav ol, nav ul { list-style: none; padding: 0; }
pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; }
abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }

audio, canvas, iframe, img, svg, video { vertical-align: middle; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
iframe { border-style: none; }
img { border-style: none; }
svg:not([fill]) { fill: currentColor; }
svg:not(:root) { overflow: hidden; }

table { border-collapse: collapse; }

details { display: block; }
dialog { background-color: white; border: solid; color: black; display: block; height: -moz-fit-content; height: -webkit-fit-content; height: fit-content; left: 0; margin: auto; padding: 1em; position: absolute; right: 0; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; }
dialog:not([open]) { display: none; }
summary { display: list-item; }

canvas { display: inline-block; }
template { display: none; }

a, area, button, input, label, select, summary, textarea, [tabindex] { touch-action: manipulation; }
[hidden] { display: none; }

img { max-width: 100%; height: auto; }
img[src$=".svg"], svg { width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 100%; font-weight: normal; }
blockquote, figure, p { margin: 0; }
dl, dd, ol, ul { margin: 0; padding: 0; }
ul, ol { list-style: none; }
i, em { font-style: normal; }
/* base */
@media screen and (max-width: 23.4275em), screen and (min-width: 48em) and (max-width: 79.99em) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (min-width: 23.4375em) and (max-width: 47.99em), screen and (min-width: 80em) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #201f21;
  letter-spacing: 0.03em;
  line-height: 1;
  font-feature-settings: "palt" 1;
  background-color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
::-moz-selection {
  background: #059669;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #059669;
  color: #fff;
  text-shadow: none;
}
a {
  color: #201f21;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
a:link,
a:visited {
  color: #201f21;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  a:hover,
  a:active {
    color: #059669;
  }
  svg path {
    transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
/* Layouts
--------------------------------------------------- */
/* frame */
.frame {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.frame__header,
.frame__footer {
  flex-grow: 0;
  width: 100%;
}
.frame__content {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 47.999em) {
  .frame__content {
    min-height: 48rem;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .frame__header,
  .frame__footer,
  .frame__content {
    min-width: 1024px;
  }
  .frame__content {
    min-height: 80rem;
    padding-top: 9rem;
  }
}
/* column */
.grid {
  display: grid;
}
@media screen and (max-width: 47.999em) {
  .grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .grid.-c2-sp,
  .grid.-c4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.-c3-sp {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.-g4,
  .grid.-g2-sp {
    gap: 0.2rem;
  }
  .grid.-g8,
  .grid.-g4-sp {
    gap: 0.4rem;
  }
  .grid.-g16,
  .grid.-g8-sp {
    gap: 0.8rem;
  }
  .grid.-g24 {
    gap: 1.2rem;
  }
  .grid.-g32,
  .grid.-g16-sp {
    gap: 1.6rem;
  }
  .grid.-g40 {
    gap: 2rem;
  }
  .grid.-g24-sp,
  .grid.-g48-sp,
  .grid.-g56 {
    gap: 2.4rem;
  }
  .grid.-g40-sp,
  .grid.-g80 {
    gap: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .grid.-c2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.-c3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.-c4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.-c5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.-g2,
  .grid.-g2-pc {
    gap: 0.2rem;
  }
  .grid.-g4,
  .grid.-g4-pc {
    gap: 0.4rem;
  }
  .grid.-g8,
  .grid.-g8-pc {
    gap: 0.8rem;
  }
  .grid.-g16,
  .grid.-g16-pc {
    gap: 1.6rem;
  }
  .grid.-g24,
  .grid.-g24-pc {
    gap: 2.4rem;
  }
  .grid.-g40,
  .grid.-g40-pc {
    gap: 4rem;
  }
  .grid.-g56,
  .grid.-g56-pc {
    gap: 5.6rem;
  }
  .grid.-g80,
  .grid.-g80-pc {
    gap: 8rem;
  }
  .grid.-center {
    align-items: center;
  }
}
/* Components
--------------------------------------------------- */
/**
 * structure
 */
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.header.-sticky {
  transition: box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}
@media screen and (max-width: 47.999em) {
  .header {
    padding: 1.2rem 4.27%;
  }
  .header__logo {
    width: 16.4rem;
  }
}
@media screen and (min-width: 48em) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 3.33%;
    transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header__logo {
    width: 19.6rem;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header__logo a:hover {
    opacity: 0.8;
  }
  .header.-sticky {
    padding: 1.2rem 3.33%;
    transition: padding 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header.-sticky .header__logo {
    width: 18rem;
    transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media screen and (max-width: 47.999em) {
  .nav__container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #fafafa;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), top 0.1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }
  .nav__menu {
    transform: translateY(-10%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.27%;
    z-index: 999;
    width: 3.2rem;
    height: 4rem;
    display: block;
    cursor: pointer;
  }
  .nav__button-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 3.2rem;
    height: 2px;
    background-color: #059669;
    border-radius: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav__button-icon::before,
  .nav__button-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3.2rem;
    height: 2px;
    background-color: #059669;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav__button-icon::before {
    transform: translateY(-8px);
  }
  .nav__button-icon::after {
    transform: translateY(8px);
  }
  .nav.-open .nav__container {
    top: 0;
    z-index: 100;
    overflow-y: scroll;
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav.-open .nav__menu {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav.-open .nav__button-icon {
    background-color: transparent;
  }
  .nav.-open .nav__button-icon::before {
    transform: rotate(15deg) scale(1);
  }
  .nav.-open .nav__button-icon::after {
    transform: rotate(-15deg);
  }
}
.nav-menu {
  font-weight: 700;
}
.nav-menu a,
.nav-menu a:link,
.nav-menu a:visited {
  color: #059669;
}
@media screen and (max-width: 47.999em) {
  .nav-menu {
    font-size: 2rem;
  }
  .nav-menu__item {
    line-height: 2;
  }
  .nav-menu__item > a {
    display: block;
  }
  .nav-menu__item:not(:first-child) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .nav-menu {
    display: flex;
    align-items: center;
  }
  .nav-menu a:hover,
  .nav-menu a:active {
    text-decoration: underline;
  }
  .nav-menu__item:not(:first-child) {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 47.999em) and (min-width: 48em) {
  __menu {
    padding-left: 37.6rem;
  }
  __menu::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 28rem;
    height: 100%;
    background: url("../img/hero.jpg") 80% center no-repeat;
    background-size: cover;
    border-radius: 2rem;
  }
  __button {
    right: 3.33%;
    width: 4rem;
  }
  __button-icon {
    width: 4rem;
  }
  __button-icon::before,
  __button-icon::after {
    width: 4rem;
  }
  __button:hover __button-icon,
  __button:hover __button-icon::before,
  __button:hover __button-icon::after {
    background-color: #7a4a00;
  }
  .-open__button:hover .nav__button-icon {
    background-color: transparent;
  }
}
/* footer */
.footer {
  padding: 3.2rem 0 7.2rem;
  font-size: 1.2rem;
}
.footer__copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 47.999em) {
  .footer {
    padding: 3.2rem 4.27%;
  }
  .footer__copyright {
    margin-top: 2.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 91.8%;
    max-width: 100rem;
  }
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
}
.footer-menu__item:not(:first-child) {
  margin-left: 2.4rem;
}
@media screen and (max-width: 47.999em) {
  .footer-menu {
    justify-content: center;
  }
  .footer-menu__item {
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 48em) {
  .footer-menu {
    justify-content: flex-end;
  }
}
/**
 * common
 */
.breadcrumb {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.breadcrumb > li {
  font-size: 1.2rem;
}
.breadcrumb > li:not(:last-child)::after {
  content: '\30FB';
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (max-width: 47.999em) {
  .breadcrumb {
    padding: 0.8rem 5.33%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .breadcrumb > li {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb {
    padding: 0.8rem 3.33%;
  }
  .breadcrumb a:hover,
  .breadcrumb a:active {
    color: tertiary;
  }
}
.section {
  position: relative;
  line-height: 2;
}
@media screen and (max-width: 47.999em) {
  .section {
    margin: 2.4rem 4.27%;
  }
  .section:first-of-type {
    margin-top: 4rem;
  }
  .section:last-of-type {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .section {
    margin: 4.4rem auto;
    max-width: 100rem;
  }
  .section:first-of-type {
    margin-top: 12rem;
  }
  .section:last-of-type {
    margin-bottom: 12rem;
  }
  .section.-news {
    max-width: 72rem;
    margin-top: 8.8rem;
  }
}
.section-image {
  position: relative;
}
.section-image__picture > img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 47.999em) {
  .section-image__heading {
    display: flex;
    align-items: center;
    height: 9.6rem;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  }
  .section-image__picture {
    position: absolute;
    top: 0;
    left: -4.66%;
    z-index: -1;
    width: 104.66%;
    height: 9.6rem;
  }
  .section-image__picture::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.25;
    mix-blend-mode: multiply;
  }
  .section-image__picture > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 48em) {
  .section-image.-left {
    padding-left: 29.6rem;
  }
  .section-image.-left .section-image__heading {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-image.-left .section-image__picture {
    position: absolute;
    top: 12rem;
    left: 0;
    transform: translateX(-32rem);
    width: 52.6rem;
  }
  .section-image.-right {
    padding-right: 32rem;
  }
  .section-image.-right .section-image__picture {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(26.8rem);
    width: 50rem;
  }
}
.section strong {
  font-weight: bolder;
}
.section em {
  font-style: italic;
}
.section small {
  font-size: 0.8em;
}
.section a,
.section a:link,
.section a:visited {
  text-decoration: underline;
}
.section h2.wp-block-heading,
.section h3.wp-block-heading,
.section h4.wp-block-heading {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.33;
}
.section h2.wp-block-heading {
  font-size: 2.1rem;
}
.section h3.wp-block-heading {
  font-size: 1.8rem;
}
.section p + p {
  margin-top: 1em;
}
.section ul:not([class]):not(:first-child),
.section ol:not([class]):not(:first-child) {
  margin-top: 1em;
}
.section ul:not([class]):not(:last-child),
.section ol:not([class]):not(:last-child) {
  margin-bottom: 1em;
}
.section ul:not([class]) > li,
.section ol:not([class]) > li {
  position: relative;
}
.section ul:not([class]) > li:nth-child(n+2),
.section ol:not([class]) > li:nth-child(n+2) {
  margin-top: 0.1em;
}
.section ul:not([class]) > li::before,
.section ol:not([class]) > li::before {
  display: inline-block;
  position: absolute;
}
.section ul:not([class]) > li > ul,
.section ol:not([class]) > li > ul,
.section ul:not([class]) > li > ol,
.section ol:not([class]) > li > ol {
  margin: 0.5em 0 !important;
}
.section ul:not([class]) > li {
  padding-left: 1em;
}
.section ul:not([class]) > li::before {
  content: '';
  top: 1em;
  left: 0.1em;
  transform: translateY(-25%);
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #059669;
}
.section ol:not([class]) {
  counter-reset: num;
}
.section ol:not([class]) > li {
  padding-left: 1.25em;
}
.section ol:not([class]) > li::before {
  content: '' counter(num) '.';
  counter-increment: num;
  left: 0;
  width: 1.25em;
  color: #059669;
}
.section .wp-block-group,
.section .wp-block-image,
.section .wp-block-gallery,
.section .wp-block-media-text,
.section .wp-block-embed,
.section [class|="embed"],
.section iframe {
  margin-top: 2em;
  margin-bottom: 2em;
}
.section .wp-block-group a,
.section .wp-block-image a,
.section .wp-block-gallery a,
.section .wp-block-media-text a,
.section .wp-block-embed a,
.section [class|="embed"] a,
.section iframe a {
  border: 0;
}
.section .wp-block-table {
  margin-top: 2em;
  margin-bottom: 2em;
}
.section .wp-block-table table {
  width: 100%;
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}
.section .wp-block-table thead,
.section .wp-block-table th,
.section .wp-block-table td {
  border: 0;
}
.section .wp-block-table thead {
  background-color: rgba(32,31,33,0.08);
  font-size: 1.4rem;
  text-align: left;
  white-space: nowrap;
}
.section .wp-block-table th,
.section .wp-block-table td {
  border-bottom: 1px solid #b2b2b2;
}
.section .wp-block-separator,
.section hr {
  border: 0;
  border-bottom: 1px solid #b2b2b2;
}
.section iframe {
  width: 100%;
}
.section .wp-block-group {
  background-color: #fafafa;
}
.section .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.section .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.section .wp-element-caption {
  font-size: 1.2rem;
}
.section *:first-child {
  margin-top: 0;
}
.section *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 47.999em) {
  .section .wp-block-table th,
  .section .wp-block-table td {
    padding: 0.8rem 1.2rem;
  }
  .section .wp-block-separator,
  .section hr {
    margin: 2.4rem auto;
  }
  .section .wp-block-group {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .section .wp-block-table th,
  .section .wp-block-table td {
    padding: 1rem 2rem;
  }
  .section .wp-block-separator,
  .section hr {
    margin: 4rem auto;
  }
  .section .wp-block-group {
    padding: 4.8rem;
  }
}
.h-section,
.h-large,
.txt-lead,
.txt-catch,
.txt-bold {
  font-weight: 700;
}
.h-section {
  color: #059669;
  line-height: 1.71;
}
.h-large {
  line-height: 1.43;
}
.txt-catch {
  color: #059669;
  line-height: 1.67;
}
.txt-lead {
  text-align: center;
  line-height: 1.67;
}
.txt-small {
  font-size: 1.2rem;
}
.txt-note,
.list-notes > li,
.list-footnotes > li {
  padding-left: 1.2em;
  font-size: 1.2rem;
}
.txt-note::before,
.list-notes > li::before,
.list-footnotes > li::before {
  width: 1.2em;
  margin-left: -1.2em;
}
.txt-note::before,
.list-notes > li::before {
  display: inline-block;
  content: '\203B';
}
.list-footnotes {
  counter-reset: num;
}
.list-footnotes > li::before {
  content: '*' counter(num) ': ';
  counter-increment: num;
}
.list-notes > li:nth-child(n+2),
.list-footnotes > li:nth-child(n+2) {
  margin-top: 0.1em;
}
@media screen and (max-width: 47.999em) {
  .h-section {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .h-large {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .h-large:not(:first-child) {
    margin-top: 2.4rem;
  }
  .txt-catch {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .h-section {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .h-large {
    margin-bottom: 1.6rem;
    font-size: 2.1rem;
  }
  .h-large:not(:first-child) {
    margin-top: 4rem;
  }
  .txt-lead {
    font-size: 1.8rem;
  }
  .txt-catch {
    font-size: 2.8rem;
  }
}
.box {
  background-color: #fafafa;
  border-radius: 0.4rem;
}
@media screen and (max-width: 47.999em) {
  .box.-sm {
    padding: 1.6rem 4.66%;
  }
  .box.-lg {
    padding: 3.2rem 4.66%;
  }
}
@media screen and (min-width: 48em) {
  .box.-sm {
    padding: 2.4rem;
  }
  .box.-lg {
    padding: 8rem;
  }
}
/**
 * local
 */
/* home */
.hero {
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
}
.hero__copy {
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.hero__copy-lead {
  letter-spacing: 0.04em;
  line-height: 1.33;
}
.hero__copy-catch {
  line-height: 1.08;
  font-family: 'Sen', sans-serif;
}
@media screen and (max-width: 47.999em) {
  .hero {
    padding: 0 6.4%;
    height: 85.33vw;
    max-height: calc(100vh - 6rem);
  }
  .hero__copy {
    font-size: 2.4rem;
  }
  .hero__copy-catch {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 48em) {
  .hero {
    position: relative;
    height: 50vw;
    min-height: 72rem;
    max-height: 72vh;
  }
  .hero__copy {
    width: 100rem;
    margin: auto;
    font-size: 4.8rem;
  }
  .hero__copy-catch {
    margin-top: 2.4rem;
  }
}
/* news */
.news-article {
  position: relative;
  display: grid;
  align-items: center;
  background-color: #fafafa;
}
.news-article > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news-article__image {
  height: 100%;
  overflow: hidden;
}
.news-article__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-article__text {
  display: flex;
  flex-wrap: wrap;
}
.news-article__text-date {
  font-size: 1.2rem;
  color: #201f21;
}
.news-article__text-cat {
  margin-left: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #059669;
}
.news-article__text-title {
  position: relative;
  width: 100%;
  padding-right: 1em;
  font-weight: 700;
  color: #059669;
  line-height: 1.5;
}
.news-article__text-title::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23047857' d='M.199 6.577v-1.32h9.05L5.197 1.203 6.138.26l5.657 5.657-5.657 5.656-.942-.942L9.25 6.577H.199Z'/%3E%3C/svg%3E");
  top: 0;
  right: 0;
}
.news-article + .news-article {
  margin-top: 0.4rem;
}
@media screen and (max-width: 47.999em) {
  .news-article {
    grid-template-columns: 23.32% auto;
    height: 100%;
  }
  .news-article__text {
    padding: 1.6rem 2.4rem;
  }
  .news-article__text-title {
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  .news-article {
    grid-template-columns: 24% auto;
    min-height: 12.6rem;
  }
  .news-article__text {
    padding: 1.6rem 4rem;
  }
}
.news-meta {
  display: flex;
  font-size: 1.2rem;
}
.news-meta__cat {
  margin-left: 0.8rem;
  font-weight: 700;
}
.news-meta__cat a,
.news-meta__cat a:link,
.news-meta__cat a:visited {
  color: #059669;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .news-meta a:hover,
  .news-meta a:active {
    text-decoration: underline;
  }
}
.news-back {
  display: flex;
  justify-content: center;
}
.news-back > a {
  display: flex;
  text-decoration: none !important;
}
.news-back > a::before {
  content: ' ';
  background: #059669 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M.4 1.215 1.61 0 7.6 6 1.61 12 .4 10.785 5.174 6 .4 1.215Z'/%3E%3C/svg%3E") center center no-repeat;
  transform: scale(-1, 1);
  margin-right: 1.6rem;
  height: 3.2rem;
  border-radius: 0.2rem;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 47.999em) {
  .news-back > a::before {
    width: 3.2rem;
    padding: 0 0.8rem;
  }
}
@media screen and (min-width: 48em) {
  .news-back > a::before {
    width: 4rem;
    padding: 1rem 1.6rem;
  }
}
.news-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-menu-wrap__heading {
  margin-right: 4rem;
  font-weight: 700;
  color: #059669;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 47.999em) {
  .news-menu-wrap.-cat .news-menu-wrap__heading {
    font-size: 2rem;
  }
  .news-menu-wrap__menu {
    margin-top: 0.8rem;
    margin-left: -0.1rem;
  }
}
@media screen and (min-width: 48em) {
  .news-menu-wrap.-cat {
    justify-content: space-between;
  }
  .news-menu-wrap.-cat .news-menu-wrap__heading {
    font-size: 2.8rem;
  }
}
.news-menu {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  line-height: 2;
}
.news-menu a,
.news-menu a:link,
.news-menu a:visited {
  display: inline-block;
  color: #059669;
  text-decoration: none;
  background-color: #fafafa;
  border-radius: 0.2rem;
}
.news-menu > li {
  margin: 0.1rem !important;
}
.news-menu > li.-current > a {
  color: #fff;
  background-color: #059669;
}
@media screen and (max-width: 47.999em) {
  .news-menu {
    font-size: 1.4rem;
  }
  .news-menu a {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 48em) {
  .news-menu a {
    padding: 0 1.6rem;
  }
  .news-menu a:hover,
  .news-menu a:active {
    background-color: primaryDark;
  }
}
/* activity */
.activity-table {
  display: grid;
  grid-template-columns: auto auto;
  border: 1px solid #b2b2b2;
  counter-reset: num;
}
.activity-table > dt:not(:last-of-type),
.activity-table > dd:not(:last-of-type) {
  border-bottom: 1px solid #b2b2b2;
}
.activity-table > dt::before {
  content: '' counter(num) '. ';
  counter-increment: num;
  color: #059669;
}
.activity-table > dd {
  text-align: right;
}
@media screen and (max-width: 47.999em) {
  .activity-table > dt,
  .activity-table > dd {
    padding: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 48em) {
  .activity-table > dt {
    padding: 1rem 0 1rem 4rem;
  }
  .activity-table > dd {
    padding: 1rem 4rem 1rem 0;
  }
}
/* member */
.member-list {
  display: grid;
  border: 1px solid #b2b2b2;
}
@media screen and (max-width: 47.999em) {
  .member-list > li {
    padding: 1.6rem;
  }
  .member-list > li:not(:first-child) {
    border-top: 1px solid #b2b2b2;
  }
}
@media screen and (min-width: 48em) {
  .member-list {
    grid-template-columns: 1fr 1fr;
  }
  .member-list > li {
    padding: 2.4rem;
    border-bottom: 1px solid #b2b2b2;
  }
  .member-list > li:nth-child(odd) {
    border-right: 1px solid #b2b2b2;
  }
  .member-list > li:nth-last-child(-n+2) {
    margin-bottom: -1px;
  }
}
.member-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member-card__image {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.2rem;
}
.member-card__image + .member-card__text {
  width: calc(100% - 9.6rem);
}
.member-card__text {
  margin-bottom: 1.2rem;
}
.member-card__text-title {
  font-size: 1.2rem;
  line-height: 1.33;
}
.member-card__text-name {
  margin-top: 0.8rem;
  font-weight: 700;
  line-height: 1;
}
.member-card__profile {
  font-size: 1.2rem;
  line-height: 1.6;
}
.member-card__link {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
}
.member-card__profile + .member-card__link {
  margin-top: 0.4rem;
}
.member-org-list {
  display: grid;
}
.member-org-list > li {
  border-left: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
}
@media screen and (max-width: 47.999em) {
  .member-org-list {
    grid-template-columns: 1fr 1fr;
  }
  .member-org-list > li {
    padding: 0.8rem 0.8rem 1.6rem 0.8rem;
  }
  .member-org-list > li:nth-child(even),
  .member-org-list > li:last-child {
    border-right: 1px solid #b2b2b2;
  }
  .member-org-list > li:nth-last-child(-n+2) {
    border-bottom: 1px solid #b2b2b2;
  }
}
@media screen and (min-width: 48em) {
  .member-org-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .member-org-list > li {
    padding: 0.8rem 0.8rem 3.2rem 0.8rem;
  }
  .member-org-list > li:nth-child(3n+3),
  .member-org-list > li:last-child {
    border-right: 1px solid #b2b2b2;
  }
  .member-org-list > li:nth-last-child(-n+3) {
    border-bottom: 1px solid #b2b2b2;
  }
}
.member-org-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.member-org-card__image {
  max-width: 26rem;
  width: 100%;
}
.member-org-card__name {
  font-weight: 700;
  text-align: center;
}
.member-org-card__link {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 47.999em) {
  .member-org-card__name {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
@media screen and (min-width: 48em) {
  .member-org-card__name {
    font-size: 1.4rem;
    line-height: 1;
  }
  .member-org-card__link {
    margin-top: 0.8rem;
  }
}
/* contact */
.form-req {
  margin-right: 0.5rem;
  font-size: 0.9em;
  color: #e50020;
}
.form-list input {
  width: 100%;
  max-width: 100%;
}
.form-list textarea {
  width: 100%;
  min-height: 16rem;
  line-height: 1.5;
}
.form-list input,
.form-list textarea {
  outline: none;
  border-radius: 0.4rem;
  padding: 1.1rem 1.6rem;
  border: 1px solid #fafafa;
  background-color: #fff;
}
.form-list input:focus,
.form-list textarea:focus {
  box-shadow: inset 0 0 2px 0 #fff;
}
.form-list input[type="checkbox"] {
  margin-right: 0.4rem;
  vertical-align: middle;
}
.form-list span.error {
  color: #a30c02 !important;
  display: block !important;
  width: auto !important;
}
.form-list ::-webkit-input-placeholder {
  color: #201f21;
}
.form-list ::-moz-placeholder {
  color: #201f21;
}
.form-list :-ms-input-placeholder {
  color: #201f21;
}
.form-list select {
  cursor: pointer;
  text-overflow: ellipsis;
  border: 1px solid #fafafa;
  border-radius: 0.4rem;
  outline: none;
  background: transparent;
  background: #fff url("../img/icon-selectbox.svg") right 1.6rem center no-repeat;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.1rem 3.2rem 1.1rem 1.6rem;
}
.form-list .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  margin-bottom: -0.2rem;
  font-size: 1.2rem !important;
  width: auto !important;
}
.form-address > li:nth-child(n+2) {
  margin-top: 1.2rem;
}
.form-address .address-zip-field {
  width: 12rem;
}
.form-address .address-pref-field {
  width: 16rem;
}
.form-address .address-field {
  width: 32rem;
}
.form-back,
.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-back input[type="button"] {
  font-weight: 700;
  border: 0;
  outline: none;
  padding: 0;
  line-height: 1;
  border-bottom: 1px solid #201f21;
}
.form-submit {
  display: flex;
  justify-content: center;
  max-width: 24rem;
  position: relative;
}
.form-submit::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(50% - 4em);
  transform: translateY(-50%);
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/icon-angle-arrow-white.svg") center center no-repeat;
  background-size: contain;
}
.form-submit input[type="submit"] {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  max-width: 24rem;
  padding: 0;
  background-color: #059669;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.form-submit input[type="submit"]:disabled {
  cursor: not-allowed /* 禁止カーソル */;
  background-color: #fafafa;
}
.form-submit .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 47.999em) {
  .form-list select {
    font-size: 1.6rem;
  }
  .form-submit {
    margin-top: 4.8rem;
  }
  .form-submit input[type="submit"] {
    line-height: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .form-back input[type="button"]:hover {
    opacity: 0.8;
  }
  .form-submit input[type="submit"] {
    line-height: 5.2rem;
  }
  .form-submit input[type="submit"]:not(:disabled):hover {
    opacity: 0.8;
  }
}
.form-list {
  line-height: 1;
}
.form-list__label {
  padding-top: 0.8rem;
  font-weight: 700;
  line-height: 1.71;
}
.form-list__field {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 47.999em) {
  .form-list.-comfirm .form-list__label,
  .form-list.-comfirm .form-list__field {
    line-height: 1.71;
  }
}
@media screen and (min-width: 48em) {
  .form-list {
    display: flex;
    flex-wrap: wrap;
  }
  .form-list__label {
    width: 20rem;
    padding-top: 1.6rem;
  }
  .form-list__field {
    padding-top: 0.8rem;
    width: calc(100% - 20rem);
  }
  .form-list.-comfirm .form-list__label,
  .form-list.-comfirm .form-list__field {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    line-height: 1.71;
  }
}
/* Trumps
--------------------------------------------------- */
/* typo */
._center {
  text-align: center !important;
}
._left {
  text-align: left !important;
}
._right {
  text-align: right !important;
}
._small {
  font-size: 0.8em !important;
}
._large {
  font-size: 1.2em !important;
}
._nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 47.999em) {
  ._center-sp {
    text-align: center !important;
  }
  ._left-sp {
    text-align: left !important;
  }
  ._right-sp {
    text-align: right !important;
  }
  ._small-sp {
    font-size: 0.8em !important;
  }
  ._large-sp {
    font-size: 1.2em !important;
  }
  ._nowrap-sp {
    white-space: nowrap;
  }
}
@media screen and (min-width: 48em) {
  ._center-pc {
    text-align: center !important;
  }
  ._left-pc {
    text-align: left !important;
  }
  ._right-pc {
    text-align: right !important;
  }
  ._small-pc {
    font-size: 0.8em !important;
  }
  ._large-pc {
    font-size: 1.2em !important;
  }
  ._nowrap-pc {
    white-space: nowrap;
  }
}
/* layout */
._pull-rt {
  float: right !important;
}
._pull-lt {
  float: left !important;
}
._p0 {
  padding: 0 !important;
}
._pt0,
._py0 {
  padding-top: 0 !important;
}
._pb0,
._py0 {
  padding-bottom: 0 !important;
}
._mr-auto {
  margin-right: auto !important;
}
._ml-auto {
  margin-left: auto !important;
}
._mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
._m0 {
  margin: 0 !important;
}
._mt0,
._my0 {
  margin-top: 0 !important;
}
._mb0,
._my0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 47.999em) {
  ._p0-sp {
    padding: 0 !important;
  }
  ._pt0-sp,
  ._py0-sp {
    padding-top: 0 !important;
  }
  ._pb0-sp,
  ._py0-sp {
    padding-bottom: 0 !important;
  }
  ._mr-auto-sp {
    margin-right: auto !important;
  }
  ._ml-auto-sp {
    margin-left: auto !important;
  }
  ._mx-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  ._mt4,
  ._my4 {
    margin-top: 0.2rem !important;
  }
  ._mb4,
  ._my4 {
    margin-bottom: 0.2rem !important;
  }
  ._mt8,
  ._my8,
  ._mt4-sp,
  ._my4-sp {
    margin-top: 0.4rem !important;
  }
  ._mb8,
  ._my8,
  ._mb4-sp,
  ._my4-sp {
    margin-bottom: 0.4rem !important;
  }
  ._mt12,
  ._my12 {
    margin-top: 0.6rem !important;
  }
  ._mb12,
  ._my12 {
    margin-bottom: 0.6rem !important;
  }
  ._mt16,
  ._my16,
  ._mt8-sp,
  ._my8-sp {
    margin-top: 0.8rem !important;
  }
  ._mb16,
  ._my16,
  ._mb8-sp,
  ._my8-sp {
    margin-bottom: 0.8rem !important;
  }
  ._mt24,
  ._my24,
  ._mt12-sp,
  ._my12-sp {
    margin-top: 1.2rem !important;
  }
  ._mt20,
  ._my20 {
    margin-top: 1rem !important;
  }
  ._mb20,
  ._my20 {
    margin-bottom: 1rem !important;
  }
  ._mb24,
  ._my24,
  ._mb12-sp,
  ._my12-sp {
    margin-bottom: 1.2rem !important;
  }
  ._mt28,
  ._my28 {
    margin-top: 2.4rem !important;
  }
  ._mb28,
  ._my28 {
    margin-bottom: 2.4rem !important;
  }
  ._mt32,
  ._my32,
  ._mt16-sp,
  ._my16-sp {
    margin-top: 1.6rem !important;
  }
  ._mb32,
  ._my32,
  ._mb16-sp,
  ._my16-sp {
    margin-bottom: 1.6rem !important;
  }
  ._mt40,
  ._my40,
  ._mt20-sp,
  ._my20-sp {
    margin-top: 2rem !important;
  }
  ._mb40,
  ._my40,
  ._mb20-sp,
  ._my20-sp {
    margin-bottom: 2rem !important;
  }
  ._mt48,
  ._my48,
  ._mt24-sp,
  ._my24-sp {
    margin-top: 2.4rem !important;
  }
  ._mb48,
  ._my48,
  ._mb24-sp,
  ._my24-sp {
    margin-bottom: 2.4rem !important;
  }
  ._mt56,
  ._my56,
  ._mt28-sp,
  ._my28-sp {
    margin-top: 2.8rem !important;
  }
  ._mb56,
  ._my56,
  ._mb28-sp,
  ._my28-sp {
    margin-bottom: 2.8rem !important;
  }
  ._mt64,
  ._my64,
  ._mt32-sp,
  ._my32-sp {
    margin-top: 3.2rem !important;
  }
  ._mb64,
  ._my64,
  ._mb32-sp,
  ._my32-sp {
    margin-bottom: 3.2rem !important;
  }
  ._mt72,
  ._my72 {
    margin-top: 3.6rem !important;
  }
  ._mb72,
  ._my72 {
    margin-bottom: 3.6rem !important;
  }
  ._mt80,
  ._my80,
  ._mt40-sp,
  ._my40-sp {
    margin-top: 4rem !important;
  }
  ._mb80,
  ._my80,
  ._mb40-sp,
  ._my40-sp {
    margin-bottom: 4rem !important;
  }
  ._mt96,
  ._my96,
  ._mt48-sp,
  ._my48-sp {
    margin-top: 4.8rem !important;
  }
  ._mb96,
  ._my96,
  ._mb48-sp,
  ._my48-sp {
    margin-bottom: 4.8rem !important;
  }
  ._mt56-sp,
  ._my56-sp {
    margin-top: 5.6rem !important;
  }
  ._mb56-sp,
  ._my56-sp {
    margin-bottom: 5.6rem !important;
  }
  ._mt120,
  ._my120 {
    margin-top: 6rem !important;
  }
  ._mb120,
  ._my120 {
    margin-bottom: 6rem !important;
  }
  ._mt64-sp,
  ._my64-sp {
    margin-top: 6.4rem !important;
  }
  ._mb64-sp,
  ._my64-sp {
    margin-bottom: 6.4rem !important;
  }
  ._mt72-sp,
  ._my72-sp {
    margin-top: 7.2rem !important;
  }
  ._mb72-sp,
  ._my72-sp {
    margin-bottom: 7.2rem !important;
  }
  ._mt160,
  ._my160,
  ._mt80-sp,
  ._my80-sp {
    margin-top: 8rem !important;
  }
  ._mb160,
  ._my160,
  ._mb80-sp,
  ._my80-sp {
    margin-bottom: 8rem !important;
  }
  ._mt96-sp,
  ._my96-sp {
    margin-top: 9.6rem !important;
  }
  ._mb96-sp,
  ._my96-sp {
    margin-bottom: 9.6rem !important;
  }
  ._mt120-sp,
  ._my120-sp {
    margin-top: 12rem !important;
  }
  ._mb120-sp,
  ._my120-sp {
    margin-bottom: 12rem !important;
  }
  ._mt160-sp,
  ._my160-sp {
    margin-top: 16rem !important;
  }
  ._mb160-sp,
  ._my160-sp {
    margin-bottom: 16rem !important;
  }
}
@media screen and (min-width: 48em) {
  ._p0-pc {
    padding: 0 !important;
  }
  ._pt0-pc,
  ._py0-pc {
    padding-top: 0 !important;
  }
  ._pb0-pc,
  ._py0-pc {
    padding-bottom: 0 !important;
  }
  ._mr-auto-pc {
    margin-right: auto !important;
  }
  ._ml-auto-pc {
    margin-left: auto !important;
  }
  ._mx-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  ._mt4,
  ._my4,
  ._mt4-pc,
  ._my4-pc {
    margin-top: 0.4rem !important;
  }
  ._mb4,
  ._my4,
  ._mb4-pc,
  ._my4-pc {
    margin-bottom: 0.4rem !important;
  }
  ._mt8,
  ._my8,
  ._mt8-pc,
  ._my8-pc {
    margin-top: 0.8rem !important;
  }
  ._mb8,
  ._my8,
  ._mb8-pc,
  ._my8-pc {
    margin-bottom: 0.8rem !important;
  }
  ._mt12,
  ._my12,
  ._mt12-pc,
  ._my12-pc {
    margin-top: 1.2rem !important;
  }
  ._mb12,
  ._my12,
  ._mb12-pc,
  ._my12-pc {
    margin-bottom: 1.2rem !important;
  }
  ._mt16,
  ._my16,
  ._mt16-pc,
  ._my16-pc {
    margin-top: 1.6rem !important;
  }
  ._mb16,
  ._my16,
  ._mb16-pc,
  ._my16-pc {
    margin-bottom: 1.6rem !important;
  }
  ._mt20,
  ._my20,
  ._mt20-pc,
  ._my20-pc {
    margin-top: 2rem !important;
  }
  ._mb20,
  ._my20,
  ._mb20-pc,
  ._my20-pc {
    margin-bottom: 2rem !important;
  }
  ._mt24,
  ._my24,
  ._mt24-pc,
  ._my24-pc {
    margin-top: 2.4rem !important;
  }
  ._mb24,
  ._my24,
  ._mb24-pc,
  ._my24-pc {
    margin-bottom: 2.4rem !important;
  }
  ._mt28,
  ._my28,
  ._mt28-pc,
  ._my28-pc {
    margin-top: 2.8rem !important;
  }
  ._mb28,
  ._my28,
  ._mb28-pc,
  ._my28-pc {
    margin-bottom: 2.8rem !important;
  }
  ._mt32,
  ._my32,
  ._mt32-pc,
  ._my32-pc {
    margin-top: 3.2rem !important;
  }
  ._mb32,
  ._my32,
  ._mb32-pc,
  ._my32-pc {
    margin-bottom: 3.2rem !important;
  }
  ._mt40,
  ._my40,
  ._mt40-pc,
  ._my40-pc {
    margin-top: 4rem !important;
  }
  ._mb40,
  ._my40,
  ._mb40-pc,
  ._my40-pc {
    margin-bottom: 4rem !important;
  }
  ._mt48,
  ._my48,
  ._mt48-pc,
  ._my48-pc {
    margin-top: 4.8rem !important;
  }
  ._mb48,
  ._my48,
  ._mb48-pc,
  ._my48-pc {
    margin-bottom: 4.8rem !important;
  }
  ._mt56,
  ._my56,
  ._mt56-pc,
  ._my56-pc {
    margin-top: 5.6rem !important;
  }
  ._mb56,
  ._my56,
  ._mb56-pc,
  ._my56-pc {
    margin-bottom: 5.6rem !important;
  }
  ._mt64,
  ._my64,
  ._mt64-pc,
  ._my64-pc {
    margin-top: 6.4rem !important;
  }
  ._mb64,
  ._my64,
  ._mb64-pc,
  ._my64-pc {
    margin-bottom: 6.4rem !important;
  }
  ._mt72,
  ._my72,
  ._mt72-pc,
  ._my72-pc {
    margin-top: 7.2rem !important;
  }
  ._mb72,
  ._my72,
  ._mb72-pc,
  ._my72-pc {
    margin-bottom: 7.2rem !important;
  }
  ._mt80,
  ._my80,
  ._mt80-pc,
  ._my80-pc {
    margin-top: 8rem !important;
  }
  ._mb80,
  ._my80,
  ._mb80-pc,
  ._my80-pc {
    margin-bottom: 8rem !important;
  }
  ._mt96,
  ._my96,
  ._mt96-pc,
  ._my96-pc {
    margin-top: 9.6rem !important;
  }
  ._mb96,
  ._my96,
  ._mb96-pc,
  ._my96-pc {
    margin-bottom: 9.6rem !important;
  }
  ._mt120,
  ._my120,
  ._mt120-pc,
  ._my120-pc {
    margin-top: 12rem !important;
  }
  ._mb120,
  ._my120,
  ._mb120-pc,
  ._my120-pc {
    margin-bottom: 12rem !important;
  }
  ._mt160,
  ._my160,
  ._mt160-pc,
  ._my160-pc {
    margin-top: 16rem !important;
  }
  ._mb160,
  ._my160,
  ._mb160-pc,
  ._my160-pc {
    margin-bottom: 16rem !important;
  }
}
/* responsive */
@media screen and (max-width: 47.999em) {
  ._hide-sp {
    display: none;
  }
  ._sp {
    display: block;
  }
  ._sp-xs,
  ._pc {
    display: none;
  }
}
@media screen and (max-width: 25.624em) {
  ._sp-xs,
  ._sp {
    display: block;
  }
  ._pc {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  ._hide-pc {
    display: none;
  }
  ._pc {
    display: block;
  }
  ._sp-xs,
  ._sp {
    display: none;
  }
}
/* JS, Plugins
 --------------------------------------------------- */
/* wp-pagenav */
.wp-pagenavi {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}
.wp-pagenavi > a:link,
.wp-pagenavi > a:visited {
  color: #fff;
  background-color: #059669;
  border-radius: 0.2rem;
  text-decoration: none;
}
.wp-pagenavi > .page,
.wp-pagenavi > .current,
.wp-pagenavi > .first,
.wp-pagenavi > .last,
.wp-pagenavi > .previouspostslink,
.wp-pagenavi > .nextpostslink {
  display: inline-block;
  text-align: center;
}
.wp-pagenavi > .current {
  color: #fff;
  background-color: rgba(5,150,105,0.6);
  border-radius: 0.2rem;
}
.wp-pagenavi > .first::before,
.wp-pagenavi > .previouspostslink::before {
  content: '';
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-size: 0.2rem;
}
.wp-pagenavi > .last::after,
.wp-pagenavi > .nextpostslink::after {
  content: '';
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
.wp-pagenavi > .first::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M.4 1.215 1.61 0 7.6 6 1.61 12 .4 10.785 5.174 6 .4 1.215Z'/%3E%3C/svg%3E") center center no-repeat;
  transform: scale(-1, 1);
  margin-right: 0.8rem;
}
.wp-pagenavi > .last::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M.4 1.215 1.61 0 7.6 6 1.61 12 .4 10.785 5.174 6 .4 1.215Z'/%3E%3C/svg%3E") center center no-repeat;
  margin-left: 0.8rem;
}
.wp-pagenavi > .previouspostslink::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M.4 1.215 1.61 0 7.6 6 1.61 12 .4 10.785 5.174 6 .4 1.215Z'/%3E%3C/svg%3E") center center no-repeat;
  transform: scale(-1, 1);
}
.wp-pagenavi > .nextpostslink::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M.4 1.215 1.61 0 7.6 6 1.61 12 .4 10.785 5.174 6 .4 1.215Z'/%3E%3C/svg%3E") center center no-repeat;
}
@media screen and (max-width: 47.999em) {
  .wp-pagenavi {
    line-height: 3.2rem;
  }
  .wp-pagenavi > .page,
  .wp-pagenavi > .current,
  .wp-pagenavi > .first,
  .wp-pagenavi > .last,
  .wp-pagenavi > .previouspostslink,
  .wp-pagenavi > .nextpostslink {
    margin: 0 0.1rem;
    min-width: 3.2rem;
    height: 3.2rem;
  }
  .wp-pagenavi > .first,
  .wp-pagenavi > .last {
    padding: 0 0.8rem;
  }
}
@media screen and (min-width: 48em) {
  .wp-pagenavi {
    line-height: 3.2rem;
  }
  .wp-pagenavi > a:hover,
  .wp-pagenavi > a:active {
    color: #fff;
    background-color: rgba(5,150,105,0.6);
  }
  .wp-pagenavi > .page,
  .wp-pagenavi > .current,
  .wp-pagenavi > .first,
  .wp-pagenavi > .last,
  .wp-pagenavi > .previouspostslink,
  .wp-pagenavi > .nextpostslink {
    margin: 0 0.1rem;
    min-width: 4rem;
    height: 3.2rem;
  }
  .wp-pagenavi > .first,
  .wp-pagenavi > .last {
    padding: 0 1.6rem;
  }
}
/* wp login */
.customize-support .frame__header {
  top: 32px;
}

/* ベース（モバイル用） */
.news-article__text-excerpt {
  line-height: 2rem;
  margin-top: .5rem;
  font-size: 1.3rem;
  padding-right: 2rem; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/* PC用 */
@media screen and (min-width: 48em) {
  .news-article__text-excerpt {
    font-size: 1.6rem;
    margin-top: 1rem;
    padding-right: 4rem;
    line-height: 2.4rem;
  }
}

/* 透明度は要素全体に */
.news-article:hover { opacity: 0.8; }

/* 下線や色変更も親の hover で指定 */
.news-article:hover .news-article__text-excerpt p {
  text-decoration: underline;
  color: #888;
}