<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ç®¡ç†ãƒãƒ¼ã‚’å‡ºã—å…¥ã‚Œã™ã‚‹ */

#wpadminbar {
  /*top: -32px;*/
}

html {
  font-family: "neue-haas-grotesk-text", "source-han-sans-japanese", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", sans-serif;
  /* ãƒ—ãƒ­ãƒãƒ¼ã‚·ãƒ§ãƒŠãƒ«ãƒ¡ãƒˆãƒªã‚¯ã‚¹ã‚’æœ‰åŠ¹ã«ã™ã‚‹æŒ‡å®š */
  font-feature-settings: "palt";
  color: #303030;
  font-size: 16px;
  line-height: 1.9;
}

@media screen and (max-width: 639px) {
  html {
    font-size: 14px;
  }
}

body {
  position: relative;
}

h1 {
  font-size: 4rem;
  margin: 0 0 0px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 2.5rem;
  }
}

.head_title {
  margin: 4rem 0;
  border-bottom: 1px solid #c0c0c0;
  text-align: center;
}

.head_title h1 {
  margin-bottom: 4rem;
}

.head_title h1 span {
  display: block;
  font-size: 1rem;
}

.head_title .tagbox {
  margin: 0;
  padding: 2rem 0;
  border-top: 1px solid #c0c0c0;
}

.head_title .tagbox .more {
  display: none;
}

.head_title .tagbox .taglist {
  width: 70rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.head_title .tagbox .taglist li {
  margin-left: 0;
}

@media screen and (max-width: 639px) {
  .head_title {
    margin: 2rem 0;
  }
  .head_title h1 {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2rem;
  }
  .head_title .search-box {
    margin-left: 2%;
    margin-right: 2%;
  }
  .head_title .button {
    font-size: 0.9rem;
    padding: 0.8rem 2rem 0.8rem 0.5rem;
    height: 2.5rem;
  }
  .head_title .button::after {
    font-size: 1.6rem;
    top: 50%;
    right: 0.4rem;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .head_title .tagbox {
    margin: 0;
    padding: 1rem 0 2.5rem;
    border-top: 1px solid #c0c0c0;
    position: relative;
  }

  .head_title .tagbox .taglist {
    width: 100%;
    justify-content: center;
    overflow: hidden;
    height: 5.3rem;
    transition: all 1.0s;
  }
  
  .head_title .tagbox .taglist li {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
  

  .head_title .tagbox .more {
    display: block;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .head_title .tagbox .more::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f13a";
    font-weight: bold;
    color: #c0c0c0;
    font-size: 1.5rem;
  }

  .head_title .tagbox.is-open .more::before {
    content: "\f139";
  }
  .head_title .tagbox.is-open .taglist {
    height: auto;
  }

}


}

/*
h1::first-line {
  line-height: 1;
}
*/

h2 {
  font-size: 3rem;
  margin: 0 0 0px;
  line-height: 5rem;
  margin-bottom: 2rem;
  font-weight: 200;
  position: relative;
}

/*
h2::first-line {
  line-height: 1;
}
*/

p {
  margin: 0 0 2rem;
  line-height: 2;
}

a {
  color: #606060;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* å…±é€šãƒœã‚¿ãƒ³é¡žç­‰ */

.button {
  font-size: 1.375rem;
  font-weight: 200;
  padding: 0.8125rem 3rem 0.8125rem 0.8125rem;
  height: 3rem;
  background-color: #303030;
  display: inline-block;
  line-height: 1;
  border-radius: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
}

.button:hover {
  text-decoration: none;
  opacity: 0.7;
}

.button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f0a9";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.button.is-active {
  background-color: #ffffff;
  color: #303030;
  border: 2px solid #303030;
  box-sizing: border-box;
}

.button.ext {
  background-color: #93C427;
}

.button.ext::after {
  content: "\f0c1";
  font-size: 1.4rem;
  padding: 0.3rem;
  border-radius: 1rem;
  background-color: #ffffff;
  color: #93C427;
}

/**æ¤œç´¢ãƒ•ã‚©ãƒ¼ãƒ&nbsp;**/

.search-form {
  position: relative;
  border: 1px solid #303030;
  display: block;
  height: 4rem;
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  width: 40rem;
  margin: 0 auto 4rem;
}

.search-form input[type="search"] {
  border: none;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 2rem;
}

.search-form input[type="search"]:focus {
  outline: 0;
}

.search-form input[type="submit"] {
  font-family: "Font Awesome 5 Pro";
  cursor: pointer;
  border: none;
  background-color: #303030;
  border-radius: 1.5rem;
  outline: none;
  width: 3rem;
  height: 3rem;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  font-weight: 900;
  font-size: 2rem;
}

@media screen and (max-width: 639px) {
  .search-form {
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* ãƒ¡ã‚¤ãƒ³ã®å¹…ã‚’2ç¨® */

.wrapper {
  /**1120px**/
  width: 70rem;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .wrapper {
    width: 100%;
  }
}

.wrapper.small {
  /**720px**/
  width: 45rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 639px) {
  .wrapper.small {
    width: 100%;
  }
}

/* ãƒ˜ãƒƒãƒ€ */

#header {
  /**128px**/
  height: 9rem;
  /*  transition: all 0.3s;*/
  /*  position: relative;*/
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
}

#header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}

.logo {
  display: inline-block;
}

.logo img {
  width: auto;
  height: 4.5rem;
}

/*ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã™ã‚‹ã¨ãƒ˜ãƒƒãƒ€ãƒ¡ãƒ‹ãƒ¥ãƒ¼å›ºå®š */

#main.is-fixed {
  margin-top: 8rem;
}

@media screen and (max-width: 639px) {
  #main.is-fixed {
    margin-top: 4rem;
  }
}

#header.is-fixed {
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
}

#header.is-fixed .logo img {
  height: 2rem;
}

#header.is-fixed .sub-navigation {
  display: none;
}

@media screen and (max-width: 639px) {
  #header {
    height: 4rem;
  }
  .logo img {
    height: 2rem;
  }
}

/* ã‚°ãƒ­ãƒŠãƒ“ */

.menu-trigger {
  display: none;
}

.global-navigation {
  margin: 0px;
  padding: 0px;
  display: flex;
  font-weight: 600;
}

.global-navigation&gt;li {
  margin-right: 1.2rem;
  padding-left: 1.2rem;
  /*  border-left: 1px solid #303030;*/
}

.global-navigation&gt;li.search {
  position: relative;
  margin-right: 0;
}

.global-navigation&gt;li.search .search-form {
  border: 1px solid #303030;
  background-color: #ffffff;
  height: 2.4rem;
  overflow: hidden;
  border-radius: 1.2rem;
  width: 18rem;
  margin: 0 0 0 1rem;
}

#global-navigation-search-box {
  display: none;
}

#global-navigation-search-box.open {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #ffffff;
  width: 38rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.global-navigation&gt;li.search .search-form input[type="search"] {
  border: none;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1rem;
  width: 100%;
  padding: 0 2.5rem 0 1rem;
}

#global-navigation-search-box a {
  font-size: 0.8rem;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  background-color: #303030;
  display: inline-block;
  line-height: 1;
  border-radius: 0.9rem;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
}

#global-navigation-search-box a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 1.2rem;
  content: "\f0a9";
  position: absolute;
  top: 50%;
  right: 0.25rem;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.searchButton {
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 1.3rem;
  /*
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  */
  color: #ffffff;
  position: relative;
  background-color: #303030;
  border-radius: 1rem;
  text-decoration: none;
  display: block;
  margin-right: 0.2rem;
  cursor: pointer;
}

.global-navigation&gt;li a {
  text-decoration: none;
  color: #303030;
  transition: all 1.0s;
  position: relative;
  line-height: 1;
  margin: 0.5rem 0;
}

.global-navigation&gt;li a span:nth-child(1) {
  transition: all 0.4s;
}

.global-navigation&gt;li a span:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.4s;
  width: 100%;
  text-align: center;
}

.global-navigation&gt;li.is-active a span:nth-child(1), .global-navigation&gt;li a:hover span:nth-child(1) {
  opacity: 0;
}

.global-navigation&gt;li.is-active a span:nth-child(2), .global-navigation&gt;li a:hover span:nth-child(2) {
  opacity: 1;
}

.global-navigation&gt;li&gt;a::after {
  position: absolute;
  bottom: -3px;
  left: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #93C427;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.global-navigation&gt;li.is-active a::after, .global-navigation&gt;li a:hover::after {
  transform: scale(1, 1);
  transition: transform 0.15s;
}

@media screen and (max-width: 639px) {
  #header .logo {
    margin-left: 1rem;
  }
  #header nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 200;
    transition: all 250ms 0s ease;
    width: 4rem;
    font-size: 1.15rem;
  }
  #header nav.is-open {
    width: 90%;
    height: 100vh;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.60);
  }
  .menu-trigger {
    display: flex;
    width: 4rem;
    height: 4rem;
    margin: 0;
    line-height: 1;
    justify-content: center;
    align-items: center;
  }
  .menu-trigger::before {
    content: '\f0c9';
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 1rem;
  }
  #header nav.is-open .menu-trigger::before {
    content: '\f00d';
  }
  .global-navigation {
    display: none;
  }
  #header nav.is-open .global-navigation {
    display: block;
  }
  .global-navigation&gt;li {
    margin-bottom: 0.5rem;
  }
  .global-navigation&gt;li a {
    display: block;
    padding: 0.9rem 0 0.9rem 0;
  }
  .global-navigation&gt;li a span:nth-child(1) {
    transition: none;
  }
  .global-navigation&gt;li a span:nth-child(2) {
    transition: none;
    text-align: left;
  }
  .global-navigation&gt;li&gt;a::after {
    content: none;
  }
  .global-navigation&gt;li.is-active a {
    color: #93C427;
  }
  .global-navigation&gt;li.search {
    margin-top: 0.9rem;
    margin-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .global-navigation&gt;li.search .search-form {
    width: 100%;
    margin: 0.5rem 0 0;
  }
  #global-navigation-search-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #global-navigation-search-box.open {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .global-navigation&gt;li.search .search-form input[type="search"] {
    border: none;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px;
    width: 100%;
    padding: 0 2.5rem 0 1rem;
  }
  #global-navigation-search-box a {
    margin: 0 0.2rem 0;
    display: block;
  }
  #global-navigation-search-box a::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 1.2rem;
    content: "\f0a9";
    position: absolute;
    top: 50%;
    right: 0.25rem;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .searchButton {
    display: none;
  }
}

/* ã‚µãƒ–ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ */

.sub-navigation {
  display: flex;
  font-size: 0.74rem;
  padding: 0.3rem 0.5rem;
  margin: 0;
  justify-content: flex-end;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #efefef;
  /*
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  */
}

.sub-navigation li {
  margin: 0 0 0 1rem;
  list-style: none;
}

.sub-navigation li:first-child {
  margin-left: 0;
}

.sub-navigation li a {
  color: #a0a0a0;
}

/* ãƒˆãƒƒãƒ—ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ« */

.top-visual {
  /*padding: 4rem 0;*/
  margin: 0px;
  overflow: hidden;
}

.top-visual .inner {
  width: 100%;
  height: 27rem;
  margin: 0px;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-visual .wrapper {
  position: relative;
  height: 100%;
}

.top-visual .wrapper .rogo {
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.6;
  width: 38rem;
  height: auto;
}

.top-visual .wrapper p {
  color: #ffffff;
  position: absolute;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

.top-visual .wrapper p.c_1 {
  font-size: 2.25rem;
  top: 11%;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.60);
}

.top-visual .wrapper p.c_2 {
  font-size: 7.5rem;
  line-height: 100%;
  top: 25%;
  letter-spacing: 0.3rem;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.60);
}

.top-visual .wrapper p.c_3 {
  font-size: 1.15rem;
  line-height: 190%;
  right: 0%;
  top: 28%;
  padding: 0.4rem 0.8rem;
  background-color: rgba(102, 136, 27, 0.50);
}

.top-visual .wrapper a {
  display: inline-block;
  background-color: #93C427;
  position: absolute;
  right: 0px;
  bottom: 16%;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.60);
  ;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.60);
  ;
}

@media screen and (max-width: 639px) {
  .top-visual .inner {
    height: 80vh;
  }
  .top-visual .wrapper .rogo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.6;
    width: 96%;
    height: auto;
  }
  .top-visual .wrapper p {
    position: relative;
  }
  .top-visual .wrapper p.c_1 {
    font-size: 2.25rem;
    top: inherit;
    padding-top: 4rem;
    padding-left: 1rem;
  }
  .top-visual .wrapper p.c_2 {
    font-size: 3.5rem;
    top: inherit;
    padding-top: 0rem;
    padding-left: 1rem;
  }
  .top-visual .wrapper p.c_3 {
    display: inline-block;
    font-size: 0.9rem;
    top: inherit;
    margin-top: 1.5rem;
    margin-left: 1rem;
  }
  .top-visual .wrapper a {
    position: relative;
    right: initial;
    bottom: inherit;
    margin-top: 1.5rem;
    margin-left: 1rem;
  }
}

/* ãƒ¡ã‚¤ãƒ³-å…±é€šéƒ¨åˆ† */

.contents {
  margin-bottom: 4rem;
}

.contents h1, .contents h2 {
  text-align: center;
}

.contents p.lead {
  font-weight: bold;
  /**640px**/
  width: 40rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

/* æ¤œç´¢ãƒœãƒƒã‚¯ã‚¹ */

.search-box {}

.search-box ul {
  margin: 0px auto;
  padding: 0px;
  display: flex;
  justify-content: space-around;
  width: 60rem;
  margin-bottom: 4rem;
}

.search-box ul li {
  width: 40%;
}

@media screen and (max-width: 639px) {
  .search-box ul {
    width: 100%;
    margin-bottom: 2rem;
  }
  .search-box ul li {
    width: 48%;
  }
}

/* é–¢é€£è¨˜äº‹ä¸€è¦§ */

.relatedList {
  display: flex;
}

.relatedList .item {
  width: 30%;
}

.relatedList .item:nth-child(2) {
  margin-right: 5%;
  margin-left: 5%;
}

.relatedList .item .imgBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.relatedList .item .imgBox::before {
  content: "";
  display: block;
  padding-top: 57.57%;
  /* é«˜ã•ã‚’å¹…ã®75%ã«å›ºå®š */
}

.relatedList .item .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

.relatedList .item .imgBox img:hover {
  transform: scale(1.2, 1.2);
  transition: transform 0.2s;
}

/* ã‚µãƒ&nbsp;ãƒã‚¤ãƒ«ä¸€è¦§ */

.thumbnailList {
  display: flex;
  flex-wrap: wrap;
}

.thumbnailList .item {
  width: 33rem;
  margin-right: 4rem;
  margin-bottom: 4rem;
}

.thumbnailList .item:nth-child(2n) {
  margin-right: 0px;
}

.thumbnailList .item p {
  margin-bottom: 0px;
}

.thumbnailList .item .imgBox {
  width: 100%;
  position: relative;
  margin-bottom: 0.8rem;
  overflow: hidden;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  background-image: url(/common/images/noimages.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.thumbnailList .item .imgBox::before {
  content: "";
  display: block;
  padding-top: 57.57%;
  /* é«˜ã•ã‚’å¹…ã®75%ã«å›ºå®š */
}

.thumbnailList .item .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

.thumbnailList .item .imgBox img:hover {
  transform: scale(1.2, 1.2);
  transition: transform 0.2s;
}

.thumbnailList .item h2 {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  font-weight: 200;
  text-align: left;
}

@media screen and (max-width: 639px) {
  .thumbnailList {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2%;
    margin-right: 2%;
  }
  .thumbnailList .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

/* NEWSä¸€è¦§ */

.textlist {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.textlist ul {
  margin: 0px;
  padding: 0px;
  min-width: 40rem;
}

.textlist ul li {
  list-style: none;
  line-height: 1;
  margin-bottom: 2rem;
}

.textlist ul li .date {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.textlist ul li .cat {
  display: inline-block;
  text-decoration: none;
  width: 8rem;
  text-align: center;
  font-size: 0.8rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: #ffffff;
  background-color: #303030;
  margin: 0 1rem;
}

.column4 {}

.thumbnailList.column4 {
  justify-content: space-between;
  margin-bottom: 4rem;
}

.thumbnailList.column4 .item {
  width: 16rem;
  margin: 0px;
}

@media screen and (max-width: 639px) {
  .thumbnailList.column4 {
    margin-bottom: 2rem;
  }
  .thumbnailList.column4 .item {
    width: 49%;
  }
}

.column3 {}

.thumbnailList.column3 {}

.thumbnailList.column3 .item {
  width: 22rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.thumbnailList.column3 .item h2 {
  font-size: 1.5rem;
}

.thumbnailList.column3 .item:nth-child(2n) {
  margin-right: 2rem;
}

.thumbnailList.column3 .item:nth-child(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 639px) {
  .thumbnailList.column3 .item:nth-child(2n), .thumbnailList.column3 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

/* ãƒ­ãƒ¼ã‚«ãƒ«ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ï¼ˆã‚³ãƒ³ãƒ†ãƒ³ãƒ„å†…ï¼‰ */

.local-navigation {
  margin: 0px;
  padding: 2rem 0;
  border-top: 1px solid #c0c0c0;
}

.local-navigation ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.local-navigation li {
  padding: 0 1.5rem;
}

.local-navigation li a {
  text-decoration: none;
  color: #303030;
  transition: all 1.0s;
  position: relative;
  font-weight: 600;
  padding: 0 0.5rem;
}

.local-navigation li a::after {
  position: absolute;
  bottom: -6px;
  left: 0px;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #93C427;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.4s;
}

.local-navigation li.is-active a::after, .local-navigation li a:hover::after {
  transform: scale(1, 1);
  transition: transform 0.2s;
}

@media screen and (max-width: 639px) {
  .local-navigation {
    padding: 1rem 0;
  }
  .local-navigation ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .local-navigation li {
    padding: 0;
  }
}

/* ãƒšãƒ¼ã‚¸ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ */

.navigation.pagination {}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
}

.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  background-color: #303030;
  text-decoration: none;
  margin: 0 0.5rem;
  border-radius: 1rem;
}

.navigation.pagination .nav-links .current {
  color: #303030;
  border: 1px solid #303030;
  background-color: #FFFFFF;
}

.navigation.pagination .nav-links .prev, .navigation.pagination .nav-links .next {
  background-color: transparent;
  font-size: 2rem;
  color: #303030;
  border: 1px solid #303030;
  background-color: #FFFFFF;
}

.pagination-single {
  display: flex;
  justify-content: center;
}

.pagination-single li {
  margin: 0 0.5rem;
}

.pagination-single li a {
  color: #ffffff;
  background-color: #303030;
  text-decoration: none;
  padding: 0.25rem 0.45rem;
  display: inline-block;
  border-radius: 1rem;
  line-height: 1;
}

/*ã‚·ãƒ³ã‚°ãƒ«è¨˜äº‹å†…ã®ãŠå•åˆã›/è©³ç´°ã¯ã“ã¡ã‚‰ãƒœã‚¿ãƒ³*/

.contact-box-single {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-box-single&gt;a {
  margin: 0 0.2rem;
}

/* ã‚¨ãƒ³ãƒˆãƒªãƒ¼ï¼ˆã‚·ãƒ³ã‚°ãƒ«è¨˜äº‹/å›ºå®šãƒšãƒ¼ã‚¸ç­‰ï¼‰ */

.entry h1 {
  margin-bottom: 0;
  font-size: 3rem;
}

@media screen and (max-width: 639px) {
  .entry h1 {
    font-size: 1.86rem;
    margin-left: 2%;
    margin-right: 2%;
  }
}

.entry-content {}

.entry-content h1 {
  font-size: 4rem;
  margin: 0px 0px 1rem;
}

.entry-content h2 {
  font-size: 2rem;
  margin: 4rem 0 2rem;
  font-weight: 200;
  line-height: 3rem;
  position: relative;
  padding-left: 1rem;
  border-left: #91C126 solid 6px;
}

/*
.entry-content h2::after {
  content: "";
  width: 100%;
  height: auto;
  border-bottom: 1px dotted #303030;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
*/

.entry-content h3 {
  font-size: 1.4rem;
  margin: 4rem 0 2rem;
  font-weight: 200;
  line-height: 2.0rem;
  position: relative;
  padding-left: 0.8rem;
  border-left: #b5e451 solid 4px;
}

@media screen and (max-width: 639px) {
  .entry-content p {
    margin-left: 2%;
    margin-right: 2%;
  }
  .entry-content h2 {
    font-size: 1.5rem;
    margin: 3rem 0 1.5rem;
    line-height: 1.4;
    margin-right: 2%;
    padding-left: 0.5rem;
  }
  .entry-content h3 {
    font-size: 1.2rem;
    margin: 3rem 0 1.5rem;
    line-height: 1.4;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 0.5rem;
  }
}

/* ã‚¨ãƒ³ãƒˆãƒªãƒ¼ä¸­ã®ãƒªãƒ³ã‚¯ï¼ˆå¤–éƒ¨ï¼‰ã€€*/

.entry-content p&gt;a[target="_blank"] {
  color: #93C427;
}

.entry-content p&gt;a[target="_blank"]::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f0c1";
  margin: 0 0.2rem;
}

/* ã‚¨ãƒ³ãƒˆãƒªãƒ¼ä¸­ã®ãƒªã‚¹ãƒˆ */

.entry-content ul, .entry-content ol {
  margin: 0 0 2rem;
  padding: 0 0 0 1rem;
}

.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 639px) {
  .entry-content ul, .entry-content ol {
    margin-left: 2%;
    margin-right: 2%;
  }
}

/* ã‚¨ãƒ³ãƒˆãƒªãƒ¼ å³å¯„ã› */

.entry-content .has-text-align-right {
  text-align: right;
}

/* ã‚¨ãƒ³ãƒˆãƒªãƒ¼å†…ã®ç”»åƒ */

.entry-content .wp-block-image {
  margin: 0 0 4rem;
}

.entry-content .wp-block-image .aligncenter {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.entry-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.entry-content .wp-block-image figcaption {
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.5;
  color: #606060;
  margin-top: 0.5rem;
}

@media screen and (max-width: 639px) {
  .entry-content .wp-block-image {
    margin-bottom: 2rem;
  }
  .entry-content .wp-block-image.sp-margin-image {
    margin-left: 2%;
    margin-right: 2%;
  }
}

/* ãƒ†ãƒ¼ãƒ–ãƒ«ã¾ã‚ã‚Š */

.wp-block-table {
  margin: 0 0 2rem;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #f0f0f5;
}

.wp-block-table table tr:nth-child(odd) {
  background-color: #f5f5f8;
}

.wp-block-table table th, .wp-block-table table td {
  /*border-top: dotted 1px #a0a0a0;
  border-bottom: dotted 1px #a0a0a0;*/
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}

.wp-block-table table th {
  /*	background-color:#F6FAEB;*/
  font-weight: 600;
  /*white-space: nowrap;*/
  /*  padding-right: 2rem;*/
}

.wp-block-table table thead {
  border-top: 1px solid #f0f0f5;
}

.wp-block-table table thead th {
  background-color: #ffffff;
}

/* ä¸­å¤®ãžã‚ãˆ **/

.wp-block-table table th.has-text-align-center, .wp-block-table table td.has-text-align-center {
  text-align: center;
}

/* ç‹­ã„ãƒ†ãƒ¼ãƒ–ãƒ« */

.wp-block-table.table-condensed th, .wp-block-table.table-condensed td {
  padding: 0.5rem;
  line-height: 1.6rem;
}

/* 2ã‚«ãƒ©ãƒ&nbsp;ãƒ†ãƒ¼ãƒ–ãƒ«(sp) */

@media screen and (max-width: 639px) {
  .wp-block-table.column2-table th, .wp-block-table.column2-table td {
    display: block;
    width: 100%;
  }
  .wp-block-table.column2-table th {
    padding-bottom: 0;
  }
  .wp-block-table.column2-table td {
    padding-top: 0;
  }
  .wp-block-table.column2-table table th.has-text-align-center, .wp-block-table.column2-table table td.has-text-align-center {
    text-align: left;
  }
}

/* å°Žå…¥äº‹ä¾‹ */

.entry-content .case_study {
  padding: 1rem;
  background-color: #f6fcf6;
  margin-top: 4rem;
}

.entry-content .case_study h2 {
  margin-top: 0;
}

.entry-content .case_study ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.entry-content .case_study ul li {
  list-style: none;
  margin-right: 1rem;
}

.entry-content .case_study ul li::after {
  content: '/';
  margin-left: 1rem;
}

/** æ—¥ä»˜ç­‰ã®ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ **/

.meta {
  margin-bottom: 4rem;
  /*
  display: flex;
  align-items: center;
  */
}

.meta p {
  margin: 0;
  white-space: nowrap;
}

.meta .taglist {
  margin: 0;
}

@media screen and (max-width: 639px) {
  .meta {
    margin-bottom: 2rem;
    margin-left: 2%;
    margin-right: 2%;
  }
}

/* ã‚¿ã‚°ãƒªã‚¹ãƒˆ */

.taglist {
  margin: 0 0 0.5rem;
  padding: 0px;
  line-height: 1;
}

.item .taglist {
  height: 3.5rem;
  overflow: hidden;
}

.taglist li {
  list-style: none;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  display: inline-block;
}

.taglist li a {
  background-color: #93C427;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0.25rem 1rem;
  border-radius: 0.6875rem;
  color: #ffffff;
  display: block;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 1.4rem;
}

.taglist li.is-active a {
  background-color: #ffffff;
  color: #93C427;
  border: 1px solid #93C427;
}

.taglist li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 639px) {
  .item .taglist {
    height: auto;
    overflow: auto;
  }
}

/* åœ°å›³ */

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 57.57%;
  position: relative;
  margin-top: 4rem;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .gmap {
    margin-top: 2rem;
    padding-bottom: 100%;
  }
}

/* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */

.section {
  margin-top: 4rem;
}

@media screen and (max-width: 639px) {
  .section {
    margin-top: 2rem;
  }
}

/* ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ */

#breadcrumb {
  /*	background-color: #F8FCF6;*/
}

#breadcrumb ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  height: 2rem;
}

#breadcrumb ul li {
  list-style: none;
  line-height: 1rem;
  margin-right: 0.7rem;
}

#breadcrumb ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  font-weight: bold;
  margin-right: 0.7rem;
  color: #93C427;
}

#breadcrumb ul li:first-child::before {
  content: none;
}

@media screen and (max-width: 639px) {
  #breadcrumb {
    /*overflow: hidden;
    height: 1rem;*/
    margin: 0 2%;
  }
  #breadcrumb ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
}

/* ã‚µã‚¤ãƒˆãƒžãƒƒãƒ—ãƒªã‚¹ãƒˆ */

.sitemaplist {}

.sitemaplist ul {
  margin: 0;
  padding: 0;
}

.sitemaplist&gt;ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemaplist&gt;ul li a {
  padding: 1rem 0;
  display: block;
}

/* ã‚µã‚¤ãƒˆãƒžãƒƒãƒ— &gt; ãƒˆãƒƒãƒ—ãƒ¬ãƒ™ãƒ« */

.sitemaplist&gt;ul&gt;li {
  border-bottom: 1px dotted #c0c0c0;
}

.sitemaplist&gt;ul&gt;li&gt;a {
  color: #91C126;
  font-weight: 500;
}

.sitemaplist&gt;ul&gt;li&gt;a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  font-weight: bold;
  margin-right: 0.4rem;
  color: #93C427;
}

/* ã‚µã‚¤ãƒˆãƒžãƒƒãƒ— &gt; ã‚»ã‚«ãƒ³ãƒ‰ãƒ¬ãƒ™ãƒ« */

.sitemaplist&gt;ul&gt;li&gt;ul&gt;li:last-child {
  padding-bottom: 0.8rem;
}

.sitemaplist&gt;ul&gt;li&gt;ul&gt;li&gt;a {
  padding: 0 0 0.2rem 0.4rem;
}

.sitemaplist&gt;ul&gt;li&gt;ul&gt;li&gt;a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: bold;
  margin-right: 0.4rem;
}

/* ã‚µã‚¤ãƒˆãƒžãƒƒãƒ— &gt; ã‚µãƒ¼ãƒ‰ãƒ¬ãƒ™ãƒ« */

.sitemaplist&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
  padding-bottom: 0.5rem;
}

.sitemaplist&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
  padding: 0 0 0.2rem 1.5rem;
}

.sitemaplist&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-weight: bold;
  margin-right: 0.4rem;
}

/* å•åˆã›ãƒ•ã‚©ãƒ¼ãƒ&nbsp;é–¢é€£ */

.required {
  color: #cc0000;
}

#mailform {}

#mailform select, #mailform input {
  height: 2rem;
  padding: 0 0.5rem;
  width: 100%;
  font-size: 16px;
}
#mailform label {
	display: block;
	position: relative;
	padding-left: 2.2rem;
}
#mailform label input[type="checkbox"] {
	width: 2rem;
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}

#mailform textarea {
  padding: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}

#mailform .half {
  width: 50%;
}

#mailform .zip {
  width: 30%;
}

#mailform .ex {
  font-size: 0.8rem;
  color: #909090;
  display: block;
}
#mailform .caution {
	margin-top: 1rem;
}
#mailform .caution p {
	margin-bottom: 1rem;
}
.submit_button_box {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: center;
}

.submit_button_box .button {
  background-color: #91C126;
  display: inline-block;
  padding-right: 4rem;
  border: none;
  margin: 0 0.5rem;
  cursor: pointer;
}

.submit_button_box.confirm {
  display: none;
}

.submit_button_box #backform {
  background-color: #909090;
  padding-left: 4rem;
}

.submit_button_box #backform::after {
  content: "\f0a8";
  left: 0.5rem;
}

#dispmsg&gt;p {
  border: 3px solid #ffe3b3;
  background: #ffffeb;
  border-radius: 7px;
  padding: 15px;
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
}

#dispmsg blockquote {
  margin: 30px 0;
  padding: 15px;
  background-color: #f3f3f3;
}

#dispmsg.fin blockquote {
  background-color: #ffaacc;
}

#dispmsg pre {
  line-height: 1.7;
  white-space: pre-wrap;
  background: #fafafa;
  margin: 15px 0 0;
  padding: 10px;
}

#dispmsg #errmsg {
  background: #fff5f5;
  border: 3px solid #fcc;
  color: #e1536a;
}

/* ãƒ†ãƒ¼ãƒžã‹ã‚‰æŽ¢ã™ */

.thema {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.thema li {
  list-style: none;
  width: 33.3%;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 0 1.4rem;
  text-indent: -1.4rem;
}

.thema li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  font-weight: bold;
  margin-right: 0.4rem;
}

@media screen and (max-width: 639px) {
  .thema {
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  .thema li {
    width: 96%;
  }
}

/* ã‚µãƒ¼ãƒ“ã‚¹åã‹ã‚‰æŽ¢ã™ç”¨ */

.thema li.lnitials {
  width: 100%;
  font-weight: 600;
  font-size: 2rem;
  border-bottom: 1px solid #c0c0c0;
  margin-top: 2rem;
}

.thema li.lnitials:first-child {
  margin-top: 0;
}

.thema li.lnitials::before {
  content: none;
}

/* ãƒ•ãƒƒã‚¿â€• */

#footer {
  margin-top: 2rem;
  background-color: #91C126;
  display: flex;
  align-items: center;
  padding: 4rem 0 2rem 0;
}

#footer-banner .wrapper {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
}

#footer-banner .wrapper a {
  display: block;
  width: 16.66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2rem;
}

#footer-banner .wrapper a img {
  max-width: 100%;
  height: auto;
}

#footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer .wrapper .mark {
  width: 100%;
  text-align: right;
  margin-bottom: 0.5rem;
}
#footer .wrapper .mark a {
  margin-right: 0.5rem;
}
  #footer .wrapper .mark img {
  width: auto;
  height: 55px;
}

#footer .sub {
  margin: 0px;
  font-size: 0.875rem;
  display: flex;
}

#footer .sub li {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ffffff;
  line-height: 1.1;
}

#footer .sub li:first-child {
  border-left: none;
}

#footer .sub li a {
  color: #ffffff;
}

#footer .glonav {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}

#footer .glonav&gt;ul {
  width: 22%;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .glonav li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer .glonav a {
  color: #ffffff;
}

#footer .glonav&gt;ul&gt;li&gt;a {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-bottom: 1px dotted #ffffff;
}

#footer .glonav&gt;ul&gt;li&gt;a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  font-weight: bold;
  margin-right: 0.4rem;
}

#footer .glonav&gt;ul&gt;li&gt;ul {
  margin: 0px;
  padding: 0px;
}

#footer .glonav&gt;ul&gt;li&gt;ul&gt;li {
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}

#footer .glonav&gt;ul&gt;li&gt;ul&gt;li&gt;a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: bold;
  margin-right: 0.4rem;
  margin-left: 0.2rem;
}

#footer .copyright {
  font-size: 0.875rem;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
}

#footer .global-navigation li a {
  color: #ffffff;
}

#footer .global-navigation li a::after {
  /*background-color: #93C427;*/
  background-color: #ffffff;
}

#footer .global-navigation li .searchButton {
  background-color: transparent;
}

@media screen and (max-width: 639px) {
  #footer {
    padding: 1rem 0 2rem 0;
  }
  #footer-banner .wrapper {
    margin-top: 3rem;
  }
  #footer-banner .wrapper a {
    width: 20%;
    line-height: 1;
  }
  #footer .wrapper .mark {
    text-align: center;
  }

  #footer .glonav {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #footer .glonav&gt;ul {
    width: 100%;
    padding-left: 1rem;
  }
  #footer .glonav&gt;ul&gt;li&gt;ul {
    padding: 0px;
    margin-bottom: 1rem;
    border-bottom: 1px dotted #ffffff;
  }
  #footer .copyright {
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #footer nav {
    width: 100%;
  }
  #footer .sub {
    font-size: 0.8rem;
    width: 100%;
    justify-content: center;
  }
  #footer .sub li {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
  }
  #footer .sub li:first-child {
    border-left: none;
  }
  #footer .sub li a {
    color: #ffffff;
  }
}</pre></body></html>