@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box; }

::before, ::after {
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace,monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, object, iframe {
  border: 0;
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

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

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

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "Yu Gothic Medium", "Yu Gothic", Osaka, sans-serif;
  color: #333;
  font-weight: normal;
  overflow-y: scroll; }

.site {
  width: 100%;
  overflow: hidden; }

a {
  color: #3ba3a6; }

img, iframe {
  max-width: 100%; }

@media only screen and (min-width: 961px) {
  body {
    font-size: 16px;
    font-size: 1rem; } }
@media only screen and (max-width: 960px) {
  body {
    font-size: 12px;
    font-size: 0.75rem; }

  img {
    max-width: 100%;
    height: auto; } }
@media all and (max-width: 960px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden; } }

.c-button {
  position: relative;
  display: block;
  transition: .5s;
  text-align: center; }
  .c-button.primary:after {
    content: "\003e";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .c-button:before {
    left: 15px; }
  .c-button:after {
    right: 15px; }
  .c-button.p-button--prev:before {
    content: "\003c";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .c-button.p-button--next:after {
    content: "\003e";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.c-banner.covid-19 a {
  text-align: center;
  display: block;
  color: #00a040;
  transition: .5s;
  letter-spacing: 0.1em; }
  .c-banner.covid-19 a h3 {
    color: #fff;
    background: #00a040;
    display: block; }
  .c-banner.covid-19 a p {
    background: #fff; }
    .c-banner.covid-19 a p:before {
      content: "";
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='22px'%3E%3Cpath fill-rule='evenodd'  fill='rgb(0, 160, 64)' d='M6.976,16.003 L6.976,-0.001 L27.022,-0.001 L27.022,16.003 L6.976,16.003 ZM25.188,1.833 L8.810,1.833 L8.810,14.170 L25.188,14.170 L25.188,1.833 ZM2.808,20.225 L19.187,20.225 L19.187,18.392 L21.021,18.392 L21.021,22.000 L0.975,22.000 L0.975,4.996 L4.642,5.056 L4.642,6.890 L2.808,6.890 L2.808,20.225 Z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      margin-right: .3em;
      position: relative; }
.c-banner.covid-19.c-banner--small h3 {
  margin: 0; }
.c-banner.covid-19.c-banner--small p {
  font-weight: normal; }

.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto; }

.wp-pagenavi {
  background: #f2f2f2; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff; }
  .wp-pagenavi .extend {
    background: none; }

@media only screen and (min-width: 961px) {
  .sp-only {
    display: none; }

  .c-button {
    border-radius: 20px;
    height: 40px;
    line-height: 38px;
    font-size: 0.875rem;
    width: 180px;
    padding: 0 15px;
    margin: auto auto 0; }

  .c-banner.covid-19 {
    max-width: calc(1200px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700; }
    .c-banner.covid-19 a {
      font-size: 1.125rem;
      padding-bottom: 15px; }
      .c-banner.covid-19 a h3 {
        font-size: 1.25rem;
        padding: 20px;
        margin: 0 auto 15px;
        max-width: 700px; }
      .c-banner.covid-19 a p {
        padding-left: 8px; }
        .c-banner.covid-19 a p:before {
          width: 26px;
          height: 22px;
          top: 3px; }
      .c-banner.covid-19 a:hover {
        opacity: 0.75; }
    .c-banner.covid-19.c-banner--small {
      padding: 0;
      width: 100%; }
      .c-banner.covid-19.c-banner--small a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0;
        border: 3px solid #00a040; }
        .c-banner.covid-19.c-banner--small a h3 {
          font-size: 14px;
          font-size: 0.875rem;
          padding: 6px;
          line-height: 1.4285714286;
          font-weight: normal; }
        .c-banner.covid-19.c-banner--small a p {
          padding: 8px; }
          .c-banner.covid-19.c-banner--small a p:before {
            display: none; }

  .wp-pagenavi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px;
    margin: -20px auto 60px; }
    .wp-pagenavi a, .wp-pagenavi span {
      width: 40px;
      height: 40px;
      font-size: 12px;
      font-size: 0.75rem;
      margin: 0 2.5px;
      transition: .5s; }
      .wp-pagenavi a:hover, .wp-pagenavi span:hover {
        opacity: 0.75; }
    .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
      width: 70px; } }
@media only screen and (max-width: 960px) {
  .pc-only {
    display: none; }

  .c-button {
    border-radius: 20px;
    height: 40px;
    line-height: 38px;
    width: 140px;
    padding: 0 15px;
    margin: auto auto 0; }

  .c-banner.covid-19 {
    font-weight: 700;
    padding: 10px 20px 20px; }
    .c-banner.covid-19 a {
      border: 3px solid #00a040;
      padding-bottom: 12px; }
      .c-banner.covid-19 a h3 {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.6666666667;
        padding: 10px;
        margin-bottom: 12px; }
      .c-banner.covid-19 a p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5384615385;
        padding: 0 25px 0; }
        .c-banner.covid-19 a p:before {
          width: 20px;
          height: 16px;
          top: 2px; }
    .c-banner.covid-19.c-banner--small {
      padding: 0;
      width: calc(100% - 40px);
      margin: 0 20px; }
      .c-banner.covid-19.c-banner--small a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0; }
        .c-banner.covid-19.c-banner--small a h3 {
          font-size: 18px;
          font-size: 1.125rem;
          padding: 15px;
          line-height: 1.6666666667; }
        .c-banner.covid-19.c-banner--small a p {
          font-size: 13px;
          font-size: 0.8125rem;
          padding: 10px 24px; }
          .c-banner.covid-19.c-banner--small a p:before {
            width: 20px;
            height: 17px; } }
p.alignright {
  text-align: right; }

p.aligncenter {
  text-align: center; }

p.alignleft {
  text-align: left; }

.entry__post {
  clear: both;
  text-align: left; }
  .entry__post > * {
    letter-spacing: 0.05em; }
  .entry__post .wp-block-table {
    overflow-y: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .entry__post .wp-block-table .table-scroll, .entry__post .wp-block-table figcaption {
      display: block;
      width: -webkit-fill-available; }
    .entry__post .wp-block-table figcaption {
      text-align: right;
      padding-bottom: .5em; }
  .entry__post a:not(.wp-block-button__link) {
    color: #786b5b;
    transition: .5s; }
  .entry__post table {
    line-height: 1.6em;
    border-top: 1px solid #786b5b;
    min-width: 100%; }
    .entry__post table th {
      font-weight: 700;
      color: #786b5b;
      text-align: center; }
    .entry__post table th, .entry__post table td {
      border-bottom: 1px solid #786b5b; }
    .entry__post table ul {
      margin-bottom: 0; }
  .entry__post .is-style-stripes tr:nth-child(2n - 1) th, .entry__post .is-style-stripes tr:nth-child(2n - 1) td {
    background: #f5f1e9; }
  .entry__post h2 {
    line-height: 1.5em;
    font-weight: bold;
    position: relative; }
    .entry__post h2:before, .entry__post h2:after {
      content: "";
      height: 1px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .entry__post h2:after {
      background: #786b5b; }
    .entry__post h2:before {
      background: #ddd;
      width: 100%; }
  .entry__post h3 {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .entry__post h3:before {
      content: "";
      border-color: #77bdbd;
      border-radius: 50%;
      display: block;
      border-style: solid;
      position: relative;
      margin-right: .7em;
      flex-shrink: 0;
      top: .2em; }
  .entry__post h4 {
    font-weight: bold;
    line-height: 1.6em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1.1em 0 .9em; }
  .entry__post h5 {
    font-weight: bold;
    line-height: 1.6em; }
    .entry__post h5.has-text-align-center {
      text-align: center; }
    .entry__post h5:before, .entry__post h5:after {
      content: "\002015";
      margin: 0 .5em; }
  .entry__post h2 + h3, .entry__post h3 + h4, .entry__post h4 + h5 {
    margin-top: 0; }
  .entry__post h2:first-child {
    margin-top: 0; }
  .entry__post p {
    line-height: 1.8em; }
    .entry__post p strong {
      padding: 0 .3em;
      font-weight: normal;
      background: -moz-linear-gradient(top, rgba(243, 202, 202, 0) 0%, rgba(243, 202, 202, 0) 59%, #f3caca 60%, #f3caca 94%, rgba(243, 202, 202, 0) 95%, rgba(243, 202, 202, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(243, 202, 202, 0) 0%, rgba(243, 202, 202, 0) 59%, #f3caca 60%, #f3caca 94%, rgba(243, 202, 202, 0) 95%, rgba(243, 202, 202, 0) 100%);
      background: linear-gradient(to bottom, rgba(243, 202, 202, 0) 0%, rgba(243, 202, 202, 0) 59%, #f3caca 60%, #f3caca 94%, rgba(243, 202, 202, 0) 95%, rgba(243, 202, 202, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3caca', endColorstr='#00f3caca',GradientType=0 ); }
  .entry__post img.alignright {
    float: right;
    margin: 0 0 3em 45px; }
  .entry__post img.aligncenter {
    margin: 0 auto 3em;
    display: block; }
  .entry__post img.alignleft {
    float: left;
    margin: 0 45px 3em 0; }
  .entry__post ul, .entry__post ol {
    margin: 0 0 1.8em;
    padding: 0 0 0 0px; }
  .entry__post ul li {
    line-height: 1.7em; }
    .entry__post ul li strong {
      padding: 0 .3em;
      font-weight: normal;
      background: -moz-linear-gradient(top, rgba(243, 202, 202, 0) 0%, rgba(243, 202, 202, 0) 59%, #f3caca 60%, #f3caca 94%, rgba(243, 202, 202, 0) 95%, rgba(243, 202, 202, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(243, 202, 202, 0) 0%, rgba(243, 202, 202, 0) 59%, #f3caca 60%, #f3caca 94%, rgba(243, 202, 202, 0) 95%, rgba(243, 202, 202, 0) 100%);
      background: linear-gradient(to bottom, rgba(243, 202, 202, 0) 0%, rgba(243, 202, 202, 0) 59%, #f3caca 60%, #f3caca 94%, rgba(243, 202, 202, 0) 95%, rgba(243, 202, 202, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3caca', endColorstr='#00f3caca',GradientType=0 ); }
  .entry__post dl dt, .entry__post dl dd {
    border-left: 4px solid #77bdbd; }
  .entry__post dl dt {
    font-weight: bold; }
  .entry__post ul li:before {
    content: "\0025cf";
    color: #999;
    position: relative;
    top: 0;
    font-weight: bold; }
  .entry__post ol {
    counter-reset: number; }
  .entry__post ol li {
    line-height: 1.7em;
    position: relative; }
    .entry__post ol li strong {
      padding: 0 .3em;
      font-weight: normal;
      background: -moz-linear-gradient(top, rgba(243, 202, 202, 0) 0%, rgba(243, 202, 202, 0) 59%, #f3caca 60%, #f3caca 94%, rgba(243, 202, 202, 0) 95%, rgba(243, 202, 202, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(243, 202, 202, 0) 0%, rgba(243, 202, 202, 0) 59%, #f3caca 60%, #f3caca 94%, rgba(243, 202, 202, 0) 95%, rgba(243, 202, 202, 0) 100%);
      background: linear-gradient(to bottom, rgba(243, 202, 202, 0) 0%, rgba(243, 202, 202, 0) 59%, #f3caca 60%, #f3caca 94%, rgba(243, 202, 202, 0) 95%, rgba(243, 202, 202, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3caca', endColorstr='#00f3caca',GradientType=0 ); }
    .entry__post ol li:before {
      counter-increment: number;
      content: counter(number);
      color: #333;
      position: relative;
      top: 0;
      font-weight: bold;
      text-align: right; }
    .entry__post ol li:after {
      content: "/";
      position: absolute;
      left: 2.4em;
      color: #999;
      font-size: 10px;
      font-size: 0.625rem; }
  .entry__post.case02 h2 {
    color: #00467c; }
  .entry__post.case01 h2 {
    text-align: center; }
    .entry__post.case01 h2::after {
      content: "";
      height: 2px;
      background-color: #00467c;
      display: block;
      margin: .3em auto 0; }
  .entry__post.case01 h3 {
    color: #00467c; }
  .entry__post hr {
    border-color: #f2f2f2; }
  .entry__post iframe {
    width: 100%; }
  .entry__post .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; }
    .entry__post .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .entry__post .wp-block-image figcaption {
    padding-top: .3em;
    line-height: 1.8em; }
  .entry__post a[href$=".pdf"], .entry__post a[href$=".doc"], .entry__post a[href$=".docx"], .entry__post a[href$=".xls"], .entry__post a[href$=".xlsx"] {
    background-color: #f2f2f2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 700; }
    .entry__post a[href$=".pdf"]:before, .entry__post a[href$=".doc"]:before, .entry__post a[href$=".docx"]:before, .entry__post a[href$=".xls"]:before, .entry__post a[href$=".xlsx"]:before {
      content: "";
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      margin-right: 15px; }
    .entry__post a[href$=".pdf"]:hover, .entry__post a[href$=".doc"]:hover, .entry__post a[href$=".docx"]:hover, .entry__post a[href$=".xls"]:hover, .entry__post a[href$=".xlsx"]:hover {
      opacity: 1; }
  .entry__post a[href$=".pdf"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='ico-pdf' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px'	 y='0px' viewBox='0 0 23.9 30' style='enable-background:new 0 0 23.9 30;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E	.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23FA0F00;}%3C/style%3E%3Cpath id='pdf_icon' class='st0' d='M9.6,11.8c0.3,2.5,0,5.1-1,7.4c-0.1,0.2-0.2,0.4-0.3,0.6c-2.2,0.7-4.6,2-5,3.4	c-0.2,0.5,0,1.1,0.4,1.6c0.4,0.4,0.9,0.7,1.5,0.7c1.4,0,2.8-1.3,4.4-4c1.5-0.3,3-0.4,4.5-0.5c1.9,1.9,3.4,2.9,4.7,2.9	c0.8,0,1.5-0.4,1.9-1.1c0.3-0.5,0.3-1.1,0-1.5c-0.8-1.4-3.8-2-5.7-2.1c-0.2-0.2-0.3-0.4-0.5-0.5c-1.6-2-2.6-4.4-2.9-6.9	c0-0.4-0.1-0.7-0.1-0.9c0-0.5-0.4-1-1-1c0,0,0,0,0,0c-0.3,0-0.5,0.1-0.7,0.3c-0.2,0.3-0.3,0.6-0.2,0.9C9.5,11.2,9.5,11.5,9.6,11.8z	 M5.2,23.6c0.3-0.3,0.7-0.6,1.1-0.8C6,23.2,5.6,23.4,5.2,23.6z M18.6,21.9c-0.3-0.1-0.7-0.2-1-0.4C18,21.6,18.3,21.8,18.6,21.9	L18.6,21.9z M11.2,17.2c0.3,0.7,0.7,1.3,1.2,1.9c-0.2,0-1.7,0.2-1.8,0.2C10.9,18.7,11.1,17.9,11.2,17.2L11.2,17.2z M7.8,0L0,8.2V30	h23.9V0L7.8,0L7.8,0z M7.1,3.5v3.6H3.6L7.1,3.5z M22,28.1H1.9V9h6.9L9,1.9h13V28.1L22,28.1z'/%3E%3C/svg%3E"); }
  .entry__post a[href$=".doc"]:before, .entry__post a[href$=".docx"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='ico-word' data-name='ico-word' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23185ABD;}%3C/style%3E%3C/defs%3E%3Cg id='Word'%3E%3Cpath class='cls-1' d='M23.5,3H14V.5A.51.51,0,0,0,13.51,0h-.1L.41,2.5A.5.5,0,0,0,0,3V21a.49.49,0,0,0,.41.49l13,2.5h.09a.5.5,0,0,0,.5-.5V21h9.5a.5.5,0,0,0,.5-.5V3.5A.5.5,0,0,0,23.5,3ZM11,8.13l-2,7.5a.5.5,0,0,1-.5.37h0a.5.5,0,0,1-.5-.36L6.48,10.26,5,15.15a.46.46,0,0,1-.49.35A.51.51,0,0,1,4,15.12l-1.5-6a.51.51,0,1,1,1-.24l1.06,4.26L6,8.35A.58.58,0,0,1,6.5,8a.5.5,0,0,1,.5.36l1.5,5.26L10,7.87a.52.52,0,1,1,1,.26ZM23,20H14V18.5h7.5a.5.5,0,0,0,0-1H14v-2h7.5a.5.5,0,0,0,0-1H14v-2h7.5a.5.5,0,0,0,0-1H14v-2h7.5a.5.5,0,0,0,0-1H14v-2h7.5a.5.5,0,0,0,0-1H14V4h9Z' transform='translate(0 0.01)'/%3E%3C/g%3E%3C/svg%3E"); }
  .entry__post a[href$=".xls"]:before, .entry__post a[href$=".xlsx"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='ico-excel' data-name='ico-excel' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23107C41;}%3C/style%3E%3C/defs%3E%3Cg id='Excel'%3E%3Cpath class='cls-1' d='M23.5,3H14V.5A.51.51,0,0,0,13.51,0h-.1L.41,2.5A.5.5,0,0,0,0,3V21a.49.49,0,0,0,.41.49l13,2.5h.09a.5.5,0,0,0,.5-.5V21h9.5a.5.5,0,0,0,.5-.5V3.5A.5.5,0,0,0,23.5,3ZM9,16.28a.49.49,0,0,1-.27.65.5.5,0,0,1-.62-.2L6.5,13.62,5,16.72a.5.5,0,0,1-.69.17.5.5,0,0,1-.2-.62L5.94,12.5,4.05,8.72a.49.49,0,0,1,.27-.65.5.5,0,0,1,.62.2L6.5,11.38l1.55-3.1a.5.5,0,0,1,.69-.17.5.5,0,0,1,.2.62L7.06,12.5ZM23,20H14V19h2.5a.5.5,0,0,0,.5-.5v-1a.5.5,0,0,0-.5-.5H14V16h2.5a.5.5,0,0,0,.5-.5v-1a.5.5,0,0,0-.5-.5H14V13h2.5a.5.5,0,0,0,.5-.5v-1a.5.5,0,0,0-.5-.5H14V10h2.5a.5.5,0,0,0,.5-.5v-1a.5.5,0,0,0-.5-.5H14V7h2.5a.5.5,0,0,0,.5-.5v-1a.5.5,0,0,0-.5-.5H14V4h9Z' transform='translate(0 0.01)'/%3E%3Crect class='cls-1' x='18' y='5.01' width='4' height='2' rx='0.5'/%3E%3Crect class='cls-1' x='18' y='8.01' width='4' height='2' rx='0.5'/%3E%3Crect class='cls-1' x='18' y='11.01' width='4' height='2' rx='0.5'/%3E%3Crect class='cls-1' x='18' y='14.01' width='4' height='2' rx='0.5'/%3E%3Crect class='cls-1' x='18' y='17.01' width='4' height='2' rx='0.5'/%3E%3C/g%3E%3C/svg%3E"); }
  .entry__post ul li {
    position: relative; }
    .entry__post ul li a[href$=".pdf"], .entry__post ul li a[href$=".doc"], .entry__post ul li a[href$=".docx"], .entry__post ul li a[href$=".xls"], .entry__post ul li a[href$=".xlsx"] {
      position: relative; }
  .entry__post .wp-block-columns h2, .entry__post .wp-block-columns h3, .entry__post .wp-block-columns h4 {
    margin-top: 0; }
  .entry__post .wp-block-columns.bg-gray .wp-block-column {
    background: #f2f2f2; }
    .entry__post .wp-block-columns.bg-gray .wp-block-column h4 {
      border-top: none;
      padding: 1.2em 0; }
  .entry__post .wp-block-buttons .wp-block-button {
    width: 100%; }
    .entry__post .wp-block-buttons .wp-block-button .wp-block-button__link {
      width: 100%;
      font-size: 16px;
      background: #786b5b;
      position: relative;
      transition: .5s;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .entry__post .wp-block-buttons .wp-block-button .wp-block-button__link:after {
        content: "";
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        top: 50%;
        transform: rotate(-45deg) translateY(-50%); }
    .entry__post .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
      background: #fff;
      color: #786b5b;
      border: 1px solid #786b5b; }
      .entry__post .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:after {
        border-right: 2px solid #786b5b;
        border-bottom: 2px solid #786b5b; }
    .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link, .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link {
      font-family: "Helvetica Neue", Arial, sans-serif;
      font-weight: 700;
      color: #3ba3a6;
      border-color: #3ba3a6; }
      .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link:before, .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link:before {
        content: "";
        display: block;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center; }
      .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link:after, .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link:after {
        display: none; }
    .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='ico-tel' data-name='ico-tel' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%230068b7;fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Cpath id='icon' class='cls-1' d='M18,12.46l-5.27-.61-2.52,2.52A15,15,0,0,1,3.62,7.78L6.15,5.25,5.54,0H0A17,17,0,0,0,16,18a16.68,16.68,0,0,0,2,0V12.46Z' transform='translate(0 0)'/%3E%3C/svg%3E"); }
    .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='ico-fax' data-name='ico-fax' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%230068b7;fill-rule:evenodd;}%3C/style%3E%3C/defs%3E%3Cpath id='FAX' class='cls-1' d='M18.93,7.43,17.74,10.8h2.4L19,7.43ZM36,0H4A4,4,0,0,0,0,4V16a4,4,0,0,0,4,4H36a4,4,0,0,0,4-4V4A4,4,0,0,0,36,0ZM15.08,7.26H11V9.32h3.56v1.12H11v3.49H9.66V6.07h5.42V7.26Zm6.16,6.67-.73-2.08H17.37l-.74,2.08H15.21l3-7.86h1.46l3,7.86Zm7.43,0-2-3-2,3H23.15l2.78-4.07-2.6-3.79H25l1.78,2.77,1.86-2.77h1.54L27.56,9.86l2.78,4.07Z'/%3E%3C/svg%3E"); }

@media only screen and (min-width: 961px) {
  .entry__post {
    padding-bottom: 3em; }
    .entry__post > * {
      font-size: 0.875rem; }
    .entry__post h4 + table, .entry__post h3 + table, .entry__post h2 + table {
      margin-top: 0; }
    .entry__post table td ul li:before {
      content: "\0030fb"; }
    .entry__post table {
      margin: 0 0 2em; }
      .entry__post table th, .entry__post table td {
        padding: 1.5em 2.2em;
        vertical-align: middle; }
      .entry__post table th {
        min-width: 6em;
        white-space: nowrap; }
    .entry__post a:hover {
      opacity: 0.75; }
    .entry__post .wp-block-group:not(:first-child) {
      padding-top: 2.5em; }
    .entry__post .wp-block-group[id] {
      padding-top: calc(110px + 2.5em);
      margin-top: -110px; }
      .entry__post .wp-block-group[id]:first-child {
        padding-top: 120px; }
    .entry__post h2 {
      font-size: 1.5rem;
      margin: 2.5em 0 2.2em;
      padding-bottom: 18px; }
      .entry__post h2:after {
        width: 50px; }
    .entry__post h3 {
      font-size: 1.25rem;
      margin: 2.4em 0 1.3em; }
      .entry__post h3:before {
        width: 20px;
        height: 20px;
        border-width: 4px; }
    .entry__post h4 {
      font-size: 1.125rem;
      margin: 3em 0 1.5em; }
    .entry__post h5 {
      font-size: 1.25rem;
      margin-bottom: -2.5em; }
    .entry__post img {
      max-width: 100%;
      height: auto; }
    .entry__post iframe {
      max-width: 100%; }
    .entry__post hr {
      margin: 2em auto; }
    .entry__post p:not(.c-information__item--title) {
      margin: 0 0 1.7em; }
    .entry__post dl {
      padding-left: 8px;
      margin-bottom: 16px; }
      .entry__post dl dt {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 3px 0 13px 20px; }
      .entry__post dl dd {
        margin-bottom: 1.5em;
        line-height: 1.7857142857;
        padding: 0 0 0 20px; }
    .entry__post .wp-block-media-text {
      margin-bottom: 40px; }
      .entry__post .wp-block-media-text .wp-block-media-text__media {
        padding: 5px 15px 0 0; }
      .entry__post .wp-block-media-text .wp-block-media-text__content {
        padding: 0 0 0 15px; }
      .entry__post .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        padding: 5px 0 0 15px; }
      .entry__post .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding: 0 15px 0 0; }
    .entry__post .wp-block-columns {
      margin-bottom: 60px; }
      .entry__post .wp-block-columns .wp-block-column > *:last-child {
        margin-bottom: 0; }
    .entry__post .wp-block-image {
      padding: 5px 0 1em; }
    .entry__post a[href$=".pdf"], .entry__post a[href$=".doc"], .entry__post a[href$=".docx"], .entry__post a[href$=".xls"], .entry__post a[href$=".xlsx"] {
      padding: 15px 32px;
      transition: .5s; }
      .entry__post a[href$=".pdf"]:before, .entry__post a[href$=".doc"]:before, .entry__post a[href$=".docx"]:before, .entry__post a[href$=".xls"]:before, .entry__post a[href$=".xlsx"]:before {
        width: 30px;
        height: 30px; }
      .entry__post a[href$=".pdf"]:hover, .entry__post a[href$=".doc"]:hover, .entry__post a[href$=".docx"]:hover, .entry__post a[href$=".xls"]:hover, .entry__post a[href$=".xlsx"]:hover {
        background: #e5e5e5; }
    .entry__post ul li {
      margin-bottom: .4em; }
      .entry__post ul li:before {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0 1.4em 0 -1.8em; }
    .entry__post ol li {
      margin-bottom: .2em;
      padding: 8px 5px 8px 40px; }
      .entry__post ol li:before {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0 2.5em 0 -3em; }
      .entry__post ol li:after {
        top: .8em; }
      .entry__post ol li:nth-child(n + 10) {
        padding: 8px 5px 8px 50px; }
        .entry__post ol li:nth-child(n + 10):before {
          margin: 0 2.6em 0 -4em; }
        .entry__post ol li:nth-child(n + 10):after {
          left: 3em; }
    .entry__post li {
      padding: 4px 5px 4px 25px; }
      .entry__post li a[href$=".pdf"], .entry__post li a[href$=".doc"], .entry__post li a[href$=".docx"], .entry__post li a[href$=".xls"], .entry__post li a[href$=".xlsx"] {
        margin: -6px -5px -26px -25px;
        width: calc(100% + 30px);
        top: -15px; }
    .entry__post .wp-block-column h4 {
      font-size: 16px; }
    .entry__post .wp-block-columns.has-3-columns .wp-block-column:not(:first-child) {
      margin-left: 30px; }
    .entry__post .wp-block-columns.has-4-columns .wp-block-column:not(:first-child) {
      margin-left: 10px; }
    .entry__post .wp-block-columns.has-4-columns .wp-block-column {
      padding: 4px 20px 28px; }
      .entry__post .wp-block-columns.has-4-columns .wp-block-column h4 {
        font-size: 16px; }
      .entry__post .wp-block-columns.has-4-columns .wp-block-column p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.7857142857; }
    .entry__post .wp-block-buttons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 5em auto; }
      .entry__post .wp-block-buttons .wp-block-button {
        width: 100%;
        margin-right: 0; }
        .entry__post .wp-block-buttons .wp-block-button .wp-block-button__link {
          width: 100%;
          height: 50px; }
          .entry__post .wp-block-buttons .wp-block-button .wp-block-button__link:after {
            right: 20px;
            width: 8px;
            height: 8px; }
        .entry__post .wp-block-buttons .wp-block-button:not(:first-child) {
          margin-left: 30px; }
        .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link, .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link {
          font-size: 1.5rem;
          pointer-events: none; }
          .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link:before, .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link:before {
            margin-right: .5em; }
        .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link:before {
          width: 19px;
          height: 19px; }
        .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link:before {
          width: 40px;
          height: 20px; } }
@media only screen and (max-width: 960px) {
  .entry__post > * {
    font-size: 0.75rem; }
  .entry__post h4 + table, .entry__post h3 + table, .entry__post h2 + table {
    margin-top: 0; }
  .entry__post .wp-block-table {
    overflow-x: visible !important; }
  .entry__post .table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*table:not(.about-summary__table){max-width:calc(100% - 40px) !important;}*/ }
    .entry__post .table-scroll:after {
      content: "\003000";
      font-size: 20px;
      font-size: 1.25rem;
      display: block;
      width: 20px;
      height: 10px;
      opacity: 0; }
    .entry__post .table-scroll .has-fixed-layout {
      table-layout: auto !important; }
  .entry__post table td ul li:before {
    content: "\0030fb"; }
  .entry__post table th, .entry__post table td {
    padding: 15px;
    vertical-align: middle; }
  .entry__post table th {
    min-width: 7em;
    white-space: nowrap; }
  .entry__post a:hover {
    border: none; }
  .entry__post .wp-block-group:not(:first-child) {
    padding-top: 2.5em; }
  .entry__post .wp-block-group[id] {
    padding-top: calc(70px + 2.5em);
    margin-top: -70px; }
    .entry__post .wp-block-group[id]:first-child {
      padding-top: 80px; }
  .entry__post h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 2.5em 0 1.8em;
    padding-bottom: 15px; }
    .entry__post h2:after {
      width: 50px; }
  .entry__post h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 2em 0 1em; }
    .entry__post h3:before {
      width: 15px;
      height: 15px;
      border-width: 2px; }
  .entry__post h4 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 1.5em 0 1.2em; }
  .entry__post h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: -1.5em; }
  .entry__post img {
    max-width: 100%;
    height: auto; }
  .entry__post iframe {
    max-width: 100%; }
  .entry__post hr {
    margin: 1em auto; }
  .entry__post p:not(.c-information__item--title) {
    margin: 0 0 1.1em; }
  .entry__post dl {
    padding: 0 0 6px 5px; }
    .entry__post dl dt {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 1px 0 7px 15px; }
    .entry__post dl dd {
      margin-bottom: 1.5em;
      line-height: 1.5;
      padding: 8px 0 0 16px; }
    .entry__post dl + * {
      margin-top: .8em; }
  .entry__post .wp-block-media-text {
    margin-bottom: 25px;
    display: block; }
    .entry__post .wp-block-media-text .wp-block-media-text__content *:last-child {
      margin-bottom: 0; }
    .entry__post .wp-block-media-text .wp-block-media-text__media {
      padding: 0 0 25px; }
    .entry__post .wp-block-media-text .wp-block-media-text__content {
      padding: 0; }
    .entry__post .wp-block-media-text.has-media-on-the-right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      .entry__post .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        padding: 0 0 25px; }
      .entry__post .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding: 0; }
  .entry__post .wp-block-columns {
    padding-top: 10px;
    margin-bottom: 0em; }
    .entry__post .wp-block-columns .wp-block-column {
      margin-bottom: 2em; }
    .entry__post .wp-block-columns .wp-block-column > *:last-child {
      margin-bottom: 0; }
    .entry__post .wp-block-columns .wp-block-column:last-child {
      margin-bottom: .2em; }
  .entry__post .wp-block-image {
    padding: 12px 0 1em; }
  .entry__post a[href$=".pdf"], .entry__post a[href$=".doc"], .entry__post a[href$=".docx"], .entry__post a[href$=".xls"], .entry__post a[href$=".xlsx"] {
    padding: 12px 25px;
    transition: .5s; }
    .entry__post a[href$=".pdf"]:before, .entry__post a[href$=".doc"]:before, .entry__post a[href$=".docx"]:before, .entry__post a[href$=".xls"]:before, .entry__post a[href$=".xlsx"]:before {
      width: 20px;
      height: 25px; }
  .entry__post li a[href$=".pdf"], .entry__post li a[href$=".doc"], .entry__post li a[href$=".docx"], .entry__post li a[href$=".xls"], .entry__post li a[href$=".xlsx"] {
    margin: -7px -5px -19px -25px;
    width: calc(100% + 30px);
    top: -15px; }
  .entry__post ul li {
    padding: 4px 5px 6px 25px; }
    .entry__post ul li:before {
      font-size: 11px;
      font-size: 0.6875rem;
      margin: 0 .7em 0 -1.8em; }
  .entry__post ol li {
    padding: 3px 5px 4px 36px; }
    .entry__post ol li:before {
      margin: 0 2em 0 -2.6em; }
    .entry__post ol li:after {
      top: .3em; }
    .entry__post ol li:nth-child(n + 10) {
      padding: 3px 5px 4px 46px; }
      .entry__post ol li:nth-child(n + 10):before {
        margin: 0 2.2em 0 -3.5em; }
      .entry__post ol li:nth-child(n + 10):after {
        left: 3.2em; }
  .entry__post .wp-block-columns.has-4-columns .wp-block-column:nth-child(2n) {
    margin-left: 10px; }
  .entry__post .wp-block-columns.has-4-columns .wp-block-column {
    padding: 0 15px 15px;
    width: calc(50% - 10px);
    flex-basis: auto !important;
    margin-bottom: 10px; }
    .entry__post .wp-block-columns.has-4-columns .wp-block-column h4 {
      font-size: 13px;
      font-size: 0.8125rem; }
    .entry__post .wp-block-columns.has-4-columns .wp-block-column p {
      font-size: 0.6875rem; }
  .entry__post .wp-block-buttons {
    margin: 3em auto 1.2em; }
    .entry__post .wp-block-buttons .wp-block-button {
      width: 100%;
      margin: 0 0 15px; }
      .entry__post .wp-block-buttons .wp-block-button .wp-block-button__link {
        width: 100%;
        height: 50px;
        font-size: 0.875rem; }
        .entry__post .wp-block-buttons .wp-block-button .wp-block-button__link:after {
          right: 20px;
          width: 8px;
          height: 8px; }
      .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link, .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link {
        font-size: 1.25rem; }
        .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link:before, .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link:before {
          margin-right: .5em; }
      .entry__post .wp-block-buttons .wp-block-button.ico-tel .wp-block-button__link:before {
        width: 16px;
        height: 16px; }
      .entry__post .wp-block-buttons .wp-block-button.ico-fax {
        pointer-events: none; }
        .entry__post .wp-block-buttons .wp-block-button.ico-fax .wp-block-button__link:before {
          width: 34px;
          height: 17px; }

  .wp-pagenavi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 75px 20px 30px;
    margin: -10px -20px 40px;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative; }
    .wp-pagenavi a:not(.previouspostslink, .nextpostslink), .wp-pagenavi span {
      width: 40px;
      height: 40px;
      font-size: 12px;
      font-size: 0.75rem;
      transition: .5s;
      margin-left: 10px; }
      .wp-pagenavi a:not(.previouspostslink, .nextpostslink):hover, .wp-pagenavi span:hover {
        opacity: 0.75; }
    .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
      width: calc(50% - 25px);
      height: 35px;
      position: absolute;
      top: 30px; }
    .wp-pagenavi .previouspostslink {
      left: 20px; }
      .wp-pagenavi .previouspostslink + * {
        margin-left: 0 !important; }
    .wp-pagenavi .nextpostslink {
      right: 20px; } }
.entry__post .blocks-gallery-item {
  padding: 0;
  list-style: none; }

.entry__post .blocks-gallery-item::before {
  display: none; }

.entry__post .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  padding-left: 3em; }

.wp-block-media-text .wp-block-media-text__media {
  padding-right: 3em; }

.l-header .site-title {
  position: relative;
  z-index: 1; }
.l-header .site-logo {
  transition: .5s;
  height: auto; }

.js-navi-button {
  position: relative;
  line-height: 1;
  z-index: 100; }
  .js-navi-button > * {
    transition: .5s; }
  .js-navi-button span, .js-navi-button span:before, .js-navi-button span:after {
    content: "";
    position: absolute;
    display: block;
    transition: .5s; }
  .js-navi-button span {
    top: 50%;
    left: 50%; }
  .js-navi-button.is-active span {
    background: transparent; }
    .js-navi-button.is-active span:before, .js-navi-button.is-active span:after {
      top: 0; }
    .js-navi-button.is-active span:before {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .js-navi-button.is-active span:after {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.c-global-nav__item {
  letter-spacing: 0.05em; }

.site-under .page-title {
  text-align: center;
  color: #786b5b;
  font-weight: bold;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em; }

@media only screen and (min-width: 961px) {
  .site-under .l-header {
    height: 300px;
    background: url(../img/common/kv_img.jpg) no-repeat left bottom/cover; }
  .site-under .site-title {
    padding: 20px 2vw; }
    .site-under .site-title .site-logo {
      width: 120px; }
  .site-under .page-title {
    height: 300px;
    top: 0;
    padding-bottom: 20px;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 0.9473684211; }

  .l-header .l-header__inner {
    position: relative;
    height: 100%; }
  .l-header .site-logo {
    width: 160px; }
  .l-header .c-global-nav {
    position: absolute;
    z-index: 1;
    bottom: 0;
    max-width: calc(1100px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    width: calc(1100px + 4vw);
    margin-left: calc(-550px - 2vw);
    height: 70px; }
  .l-header .c-global-nav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 70px;
    background: #fff; }
  .l-header .c-global-nav__item {
    width: 25%;
    text-align: center;
    height: 70px; }
    .l-header .c-global-nav__item:nth-of-type(1) a {
      border-top: 3px solid #8a8275; }
      .l-header .c-global-nav__item:nth-of-type(1) a:hover, .l-header .c-global-nav__item:nth-of-type(1) a .global-nav__children__inner:after {
        background: #8a8275; }
    .l-header .c-global-nav__item:nth-of-type(2):hover > a {
      background: #d47e7d;
      color: #fff; }
    .l-header .c-global-nav__item:nth-of-type(2) a {
      border-top: 3px solid #d47e7d; }
      .l-header .c-global-nav__item:nth-of-type(2) a:hover, .l-header .c-global-nav__item:nth-of-type(2) a .global-nav__children__inner:after {
        background: #d47e7d; }
    .l-header .c-global-nav__item:nth-of-type(3) a {
      border-top: 3px solid #95c58b; }
      .l-header .c-global-nav__item:nth-of-type(3) a:hover, .l-header .c-global-nav__item:nth-of-type(3) a .global-nav__children__inner:after {
        background: #95c58b; }
    .l-header .c-global-nav__item:nth-of-type(4) a {
      border-top: 3px solid #77bdbd; }
      .l-header .c-global-nav__item:nth-of-type(4) a:hover, .l-header .c-global-nav__item:nth-of-type(4) a .global-nav__children__inner:after {
        background: #77bdbd; }
    .l-header .c-global-nav__item a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      color: #333;
      height: 70px;
      border-right: 1px solid #f2f2f2;
      transition: .5s; }
      .l-header .c-global-nav__item a:hover {
        color: #fff; }
    .l-header .c-global-nav__item.has-children .global-nav__children {
      display: none;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      height: 0; }
    .l-header .c-global-nav__item.has-children .global-nav__children__inner {
      position: relative;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 2vw; }
      .l-header .c-global-nav__item.has-children .global-nav__children__inner a {
        color: #fff;
        border: 1px solid #fff;
        font-weight: 700;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 140px;
        transition: .5s; }
        .l-header .c-global-nav__item.has-children .global-nav__children__inner a:hover {
          opacity: 0.75; }
      .l-header .c-global-nav__item.has-children .global-nav__children__inner:after {
        content: '';
        width: 500%;
        z-index: -1;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -250%;
        height: 100%;
        background: #d47e7d; }
    .l-header .c-global-nav__item.has-children li {
      width: calc((100% - 40px) / 3);
      margin: 10px 0;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.6;
      height: 140px; }
      .l-header .c-global-nav__item.has-children li figure {
        position: relative;
        z-index: 0;
        overflow: hidden;
        background: #fff;
        height: 140px;
        width: 140px; }
        .l-header .c-global-nav__item.has-children li figure:before {
          content: "";
          display: block;
          padding-top: 50%; }
        .l-header .c-global-nav__item.has-children li figure img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden;
          object-fit: cover;
          transition: .5s; }
      .l-header .c-global-nav__item.has-children li p {
        width: 65%; }
      .l-header .c-global-nav__item.has-children li:nth-child(3n - 1) {
        margin: 10px 20px; }
    .l-header .c-global-nav__item.has-children:hover .global-nav__children {
      display: block;
      height: 100%; } }
@media only screen and (max-width: 960px) {
  .site-home .c-global-nav {
    bottom: 0; }

  .l-header .l-header__inner {
    position: relative;
    height: 100%; }
  .l-header .site-logo {
    width: 80px; }
  .l-header .c-global-nav {
    position: absolute;
    z-index: 1;
    height: 50px;
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem; }
  .l-header .c-global-nav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 50px;
    background: #fff; }
  .l-header .c-global-nav__item {
    text-align: center;
    height: 40px;
    font-weight: bold; }
    .l-header .c-global-nav__item:nth-of-type(1) {
      width: 17%; }
    .l-header .c-global-nav__item:nth-of-type(2) {
      width: 33%; }
    .l-header .c-global-nav__item:nth-of-type(3) {
      width: 25%; }
    .l-header .c-global-nav__item:nth-of-type(4) {
      width: 25%; }
    .l-header .c-global-nav__item:nth-of-type(1) a {
      border-top: 3px solid #8a8275; }
      .l-header .c-global-nav__item:nth-of-type(1) a:hover, .l-header .c-global-nav__item:nth-of-type(1) a .global-nav__children__inner:after {
        background: #8a8275; }
    .l-header .c-global-nav__item:nth-of-type(2):hover > a {
      background: #d47e7d;
      color: #fff; }
    .l-header .c-global-nav__item:nth-of-type(2) a {
      border-top: 3px solid #d47e7d; }
      .l-header .c-global-nav__item:nth-of-type(2) a:hover, .l-header .c-global-nav__item:nth-of-type(2) a .global-nav__children__inner:after {
        background: #d47e7d; }
    .l-header .c-global-nav__item:nth-of-type(3) a {
      border-top: 3px solid #95c58b; }
      .l-header .c-global-nav__item:nth-of-type(3) a:hover, .l-header .c-global-nav__item:nth-of-type(3) a .global-nav__children__inner:after {
        background: #95c58b; }
    .l-header .c-global-nav__item:nth-of-type(4) a {
      border-top: 3px solid #77bdbd; }
      .l-header .c-global-nav__item:nth-of-type(4) a:hover, .l-header .c-global-nav__item:nth-of-type(4) a .global-nav__children__inner:after {
        background: #77bdbd; }
    .l-header .c-global-nav__item a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      color: #333;
      height: 50px;
      border-right: 2px solid #f2f2f2;
      transition: .5s; }
      .l-header .c-global-nav__item a:hover {
        color: #fff; }
    .l-header .c-global-nav__item.has-children .global-nav__children {
      display: none;
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      height: 0; }
    .l-header .c-global-nav__item.has-children .global-nav__children__inner {
      position: relative;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px 1vw; }
      .l-header .c-global-nav__item.has-children .global-nav__children__inner a {
        color: #fff;
        border: 1px solid #fff;
        font-weight: 700;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 50px;
        transition: .5s; }
      .l-header .c-global-nav__item.has-children .global-nav__children__inner:after {
        content: '';
        width: 500%;
        z-index: -1;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -250%;
        height: 100%;
        background: #d47e7d; }
    .l-header .c-global-nav__item.has-children li {
      width: calc(50% - 2vw);
      margin: 10px 1vw;
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 1.6;
      height: 40px; }
      .l-header .c-global-nav__item.has-children li figure {
        position: relative;
        z-index: 0;
        overflow: hidden;
        background: #fff;
        height: 30px;
        width: 30px;
        margin: 0 0 0 10px; }
        .l-header .c-global-nav__item.has-children li figure:before {
          content: "";
          display: block;
          padding-top: 50%; }
        .l-header .c-global-nav__item.has-children li figure img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden;
          object-fit: cover;
          transition: .5s; }
      .l-header .c-global-nav__item.has-children li p {
        width: calc(100% - 50px); }
    .l-header .c-global-nav__item.has-children:hover .global-nav__children {
      display: block;
      height: 100%; }

  .site-under .l-header {
    height: 270px;
    background: url(../img/common/kv_img.jpg) no-repeat left bottom/cover; }
  .site-under .site-title {
    padding: 10px 2vw;
    background: #fff;
    text-align: center; }
    .site-under .site-title .site-logo {
      width: auto;
      height: 60px; }
  .site-under .c-global-nav {
    top: 80px;
    left: 0;
    width: 100%; }
  .site-under .page-title {
    height: 200px;
    top: 0;
    padding-top: 200px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1; } }
.l-footer .gmap {
  width: 100%;
  position: relative; }
  .l-footer .gmap iframe {
    width: 100%;
    height: 100%; }

.l-footer__copyright {
  color: #fff;
  background: #8a8277;
  text-align: center;
  letter-spacing: 0.1em; }

@media only screen and (min-width: 961px) {
  .l-footer .gmap {
    height: 360px; }
  .l-footer .p-mappop {
    position: absolute;
    height: 240px;
    width: 500px;
    top: 50%;
    margin-top: -120px;
    right: 2vw;
    background: #fff;
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px; }
  .l-footer .p-mappop__img {
    width: 180px;
    text-align: center;
    padding-right: 20px; }
    .l-footer .p-mappop__img img {
      width: 120px;
      height: auto; }
  .l-footer .p-mappop__text {
    padding: 10px 0 0; }
  .l-footer .p-mappop__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #786b5b;
    border-bottom: 1px solid #786b5b;
    padding-bottom: 15px; }
  .l-footer .p-mappop__text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6; }

  .l-footer__copyright {
    font-size: 0.75rem;
    padding: 32px 0 0;
    height: 80px; }
    .l-footer__copyright:first-letter {
      font-size: 0.875rem; } }
@media only screen and (max-width: 960px) {
  .l-footer .gmap {
    padding: 0 2vw; }
    .l-footer .gmap inframe {
      height: 280px;
      width: 100%;
      margin: 0 auto 20px; }
  .l-footer .p-mappop {
    padding: 20px 2vw;
    text-align: center; }
  .l-footer .p-mappop__img {
    text-align: center; }
    .l-footer .p-mappop__img img {
      width: 80px;
      height: auto; }
  .l-footer .p-mappop__text {
    padding: 10px 0 0; }
  .l-footer .p-mappop__title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #786b5b;
    padding: 10px 0; }
  .l-footer .p-mappop__text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5384615385; }

  .l-footer__copyright {
    font-size: 9px;
    font-size: 0.5625rem;
    padding: 18px; }
    .l-footer__copyright:first-letter {
      font-size: 15px;
      font-size: 0.9375rem; } }
.c-page-head {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  color: #fff; }
  .c-page-head img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .c-page-head .c-page__title {
    font-weight: 700;
    z-index: 1;
    width: 100%; }
  .c-page-head .c-page__title {
    letter-spacing: 0.1em;
    position: relative; }
  .c-page-head .c-page__kv {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
  .c-page-head .c-goto {
    display: none; }
  .c-page-head .breadcrumb__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    letter-spacing: 0.05em; }
    .c-page-head .breadcrumb__list .breadcrumb__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-page-head .breadcrumb__list .breadcrumb__item:not(:last-child):after {
        content: "\003e";
        margin: 0 .8em 0 1em; }

.l-contents h2 {
  color: #786b5b;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em; }

@media only screen and (min-width: 961px) {
  .l-contents {
    border-top: 8px solid #f2f2f2; }
    .l-contents h2 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.09375; }

  .c-page-head {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .c-page-head .site-breadcrumbs {
      width: 100%; }
    .c-page-head .c-page__title, .c-page-head .breadcrumb__list {
      max-width: calc(1200px + 4vw);
      padding-left: 2vw;
      padding-right: 2vw;
      margin-left: auto;
      margin-right: auto; }
    .c-page-head .c-page__title {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.09375;
      padding-top: 60px; }
    .c-page-head .breadcrumb__list {
      font-size: 0.75rem; }

  .l-second {
    max-width: calc(1200px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .l-second .l-contents {
      width: calc(100% - 290px); }
    .l-second .l-side {
      width: 240px;
      margin: 0 0 100px 50px; } }
@media only screen and (max-width: 960px) {
  .l-contents {
    border-top: 4px solid #f2f2f2; }
    .l-contents h2 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5; }

  .c-page-head {
    position: absolute;
    height: 180px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .c-page-head .c-page__title {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1;
      padding: 48px 20px; }
    .c-page-head .site-breadcrumbs {
      display: none; }

  /*.c-page__kv img{width:100%;height:auto;}*/
  source {
    width: 100%;
    height: 100%; }

  .l-second {
    margin-top: 180px; }
    .l-second .l-contents {
      padding: 40px 20px 0;
      min-height: 300px; }
    .l-second .l-side {
      margin-bottom: 40px;
      padding: 10px 0 0; } }
.hero-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  color: #3ba3a6; }
  .hero-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    animation: fadein 2s ease forwards;
    animation-delay: .2s; }

.hero--catch {
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0;
  animation: fadein 4s ease-in-out forwards;
  animation-delay: .2s;
  font-weight: bold; }

.hero--primary {
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #3ba3a6; }

.hero--secondary {
  letter-spacing: 0.05em;
  color: #fff; }

.hero_image {
  z-index: 0; }

@keyframes fadein {
  100% {
    opacity: 1; } }
.l-message__img {
  text-align: center; }

.c-lead__item {
  color: #786b5b; }
  .c-lead__item .c-lead__title {
    font-weight: 700; }
  .c-lead__item .c-lead__text {
    text-align: left; }
    .c-lead__item .c-lead__text + a {
      border: 1px solid #786b5b;
      color: #786b5b; }
      .c-lead__item .c-lead__text + a:after {
        content: "\003e"; }

.c-history__list .c-history__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.1em; }
  .c-history__list .c-history__item .c-history__time, .c-history__list .c-history__item .c-history__title {
    box-sizing: border-box; }
  .c-history__list .c-history__item .c-history__time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #d77f7e; }
    .c-history__list .c-history__item .c-history__time:before {
      border-radius: 50%;
      background: #d77f7e;
      display: block;
      content: "";
      margin-right: .8em; }

@media only screen and (min-width: 961px) {
  .site.site-home .l-header {
    height: 90vh;
    min-height: 700px; }
    .site.site-home .l-header .site-title {
      padding: 20px 2vw; }

  .hero-wrapper {
    position: absolute;
    height: 90vh;
    min-height: 700px; }

  .hero--catch {
    width: calc(100% - 4vw);
    max-width: 840px;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    left: 50%;
    margin-left: calc(-50% + 2vw); }
    .hero--catch .hero--primary {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 1.44;
      margin-bottom: 40px;
      text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.3); }
    .hero--catch .hero--secondary {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 2;
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }

  .l-contents {
    max-width: calc(1100px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 2vw; }

  .l-message {
    padding: 50px 0; }
    .l-message .l-section__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .l-message .l-section__inner p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2;
        margin-bottom: 1.5em; }

  .l-message__img {
    margin-left: 60px;
    width: 40%;
    text-align: center; }
    .l-message__img img {
      box-shadow: 5px 5px 0px 0px #e5f1e5; }
    .l-message__img figcaption {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.4285714286;
      padding-top: 20px; }
      .l-message__img figcaption strong {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.6363636364;
        padding-left: .5em; }

  .l-message__text {
    width: calc(40% + 60px); }

  .l-lead {
    position: relative; }
    .l-lead:after {
      content: '';
      width: 500%;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -250%;
      height: 100%;
      background: #f3f2f0; }

  .c-lead__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding: 50px 0; }

  .c-lead__item {
    width: 33.3%;
    text-align: center; }
    .c-lead__item a:hover img {
      opacity: 0.75; }
    .c-lead__item .c-lead__title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6363636364;
      padding: 20px 0 15px 0; }
    .c-lead__item .c-lead__text {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 2;
      margin-bottom: 20px;
      padding: 0 20px; }
      .c-lead__item .c-lead__text + a {
        width: 180px;
        height: 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-radius: 20px;
        margin: 0 auto;
        position: relative;
        transition: .5s;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1;
        color: #786b5b; }
        .c-lead__item .c-lead__text + a:after {
          content: "\003e";
          position: absolute;
          right: .8em;
          top: 50%;
          transform: translateY(-50%); }
        .c-lead__item .c-lead__text + a:hover {
          color: #fff;
          background: #786b5b; }
          .c-lead__item .c-lead__text + a:hover:after {
            color: #fff; }

  .l-history .l-section__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 80px 0; }
  .l-history .l-history__img {
    margin-right: 60px;
    width: 40%;
    text-align: center; }
    .l-history .l-history__img img {
      box-shadow: 5px 5px 0px 0px #fdf4f5; }
  .l-history .c-history__list {
    position: relative; }
    .l-history .c-history__list:before {
      content: "";
      display: block;
      height: 100%;
      width: 2px;
      left: 7px;
      background: #d77f7e;
      position: absolute; }
  .l-history .c-history__item:first-child .c-history__time {
    padding: 5px 0 20px; }
  .l-history .c-history__item:first-child .c-history__title {
    padding: 5px 0 20px 1.5em; }
  .l-history .c-history__item:last-child .c-history__time {
    padding: 20px 0 5px; }
  .l-history .c-history__item:last-child .c-history__title {
    padding: 20px 0 5px 1.5em; }

  .c-history__list {
    max-width: 1000px;
    margin: 0 auto; }
    .c-history__list .c-history__time, .c-history__list .c-history__title {
      padding: 20px 0; }
    .c-history__list .c-history__time {
      width: 120px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.875; }
      .c-history__list .c-history__time:before {
        width: 16px;
        height: 16px; }
    .c-history__list .c-history__title {
      width: calc(100% - 120px);
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 2;
      padding-left: 1.5em; }
      .c-history__list .c-history__title:before {
        content: " - ";
        margin: 0 .5em 0 -1.5em; } }
@media only screen and (max-width: 960px) {
  .site.site-home .l-header {
    height: 80vh; }
    .site.site-home .l-header .site-title {
      padding: 20px 4vw; }

  .hero-wrapper {
    position: absolute;
    height: 80vh; }

  .hero--catch {
    width: calc(100% - 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    top: 48%;
    left: 50%;
    margin-left: calc(-50% + 2vw); }
    .hero--catch .hero--primary {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.3846153846;
      margin-bottom: 20px;
      text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8); }
    .hero--catch .hero--secondary {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 2;
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8); }

  .l-contents {
    padding: 20px 2vw; }

  .l-message {
    padding: 60px 0 20px;
    position: relative;
    margin-top: 20px; }
    .l-message .l-section__inner p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2.0714285714;
      margin-bottom: 1.5em; }

  .l-message__img {
    text-align: center;
    max-width: 200px;
    margin: 0 auto 20px; }
    .l-message__img img {
      box-shadow: 5px 5px 0px 0px #e5f1e5; }
    .l-message__img figcaption {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1;
      padding-top: 15px; }
      .l-message__img figcaption strong {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1;
        padding-left: .5em; }

  .l-message__text h2 {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0; }
  .l-message__text p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-botom: 1.5em; }

  .l-lead {
    position: relative;
    background: #f3f2f0;
    margin: 0 -2vw; }

  .c-lead__list {
    position: relative;
    padding: 40px 0; }

  .c-lead__item {
    text-align: center;
    margin: 0 2vw;
    padding: 20px 0;
    border-bottom: 1px dotted #786b5b; }
    .c-lead__item:last-child {
      border-bottom: none; }
    .c-lead__item .c-lead__title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 2;
      padding: 15px 0 10px 0; }
    .c-lead__item .c-lead__text {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 2;
      padding: 0 20px; }
      .c-lead__item .c-lead__text + a {
        width: 160px;
        height: 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-radius: 20px;
        margin: 0 auto;
        position: relative;
        transition: .5s;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1;
        color: #786b5b; }
        .c-lead__item .c-lead__text + a:after {
          content: "\003e";
          position: absolute;
          right: .8em;
          top: 50%;
          transform: translateY(-50%); }
        .c-lead__item .c-lead__text + a:hover {
          color: #fff;
          background: #786b5b; }
          .c-lead__item .c-lead__text + a:hover:after {
            color: #fff; }

  .l-history {
    padding: 60px 0 20px;
    position: relative; }
    .l-history .l-section__inner {
      padding: 40px 2vw; }
    .l-history .l-history__img {
      text-align: center;
      max-width: 200px;
      margin: 0 auto 20px; }
      .l-history .l-history__img img {
        box-shadow: 5px 5px 0px 0px #fdf4f5; }
    .l-history h2 {
      text-align: center;
      width: 100%;
      position: absolute;
      top: 40px; }

  .c-history__list {
    margin: 0 auto;
    padding: 0 2vw;
    position: relative; }
    .c-history__list:before {
      content: "";
      display: block;
      height: 100%;
      width: 2px;
      left: 12px;
      background: #d77f7e;
      position: absolute; }
    .c-history__list .c-history__time {
      width: 100px;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 2.5;
      padding: 6px 0 0; }
      .c-history__list .c-history__time:before {
        width: 11px;
        height: 11px; }
    .c-history__list .c-history__title {
      width: calc(100% - 100px);
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5714285714;
      padding: 10px 0 0; } }
