@charset "UTF-8";

@charset "utf-8";
/* CSS Document */
/*Noloseeリセット*/
header{
	padding: 0;
	color: #3B4043;
	line-height: 1.6;
}
footer{
	padding: 0;
	color: #3B4043;
	line-height: 1.6;
}
#gl-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 25px; }
  #gl-header h1 {
    line-height: 1; }
    #gl-header h1 img {
      width: auto; }
    #gl-header h1 p {
      font-family: "Noto Serif JP", serif;
      font-size: 125%;
      margin-top: 5px; }
    @media all and (min-width: 769px) and (max-width: 1024px) {
      #gl-header h1 img {
        width: 140px; }
      #gl-header h1 p {
        font-family: "Noto Serif JP", serif;
        font-size: 100%;
        margin-top: 5px; } }
    @media all and (min-width: 481px) and (max-width: 768px) {
      #gl-header h1 img {
        width: 120px; }
      #gl-header h1 p {
        font-family: "Noto Serif JP", serif;
        font-size: 88%;
        margin-top: 5px; } }
    @media all and (max-width: 480px) {
      #gl-header h1 img {
        width: 120px; }
      #gl-header h1 p {
        font-family: "Noto Serif JP", serif;
        font-size: 88%;
        letter-spacing: -1px; } }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    #gl-header {
      padding: 15px;
      flex-wrap: wrap; } }
  @media all and (min-width: 481px) and (max-width: 768px) {
    #gl-header {
      display: block;
      padding: 10px; }
      #gl-header h1 {
        line-height: 1;
        padding-right: 120px; }
        #gl-header h1 img {
          width: auto; }
        #gl-header h1 p {
          font-family: "Noto Serif JP", serif;
          font-size: 125%;
          margin-top: 5px; } }
    @media all and (min-width: 481px) and (max-width: 768px) and (min-width: 769px) and (max-width: 1024px) {
      #gl-header h1 img {
        width: 140px; }
      #gl-header h1 p {
        font-family: "Noto Serif JP", serif;
        font-size: 100%;
        margin-top: 5px; } }
    @media all and (min-width: 481px) and (max-width: 768px) and (min-width: 481px) and (max-width: 768px) {
      #gl-header h1 img {
        width: 120px; }
      #gl-header h1 p {
        font-family: "Noto Serif JP", serif;
        font-size: 88%;
        margin-top: 5px; } }
    @media all and (min-width: 481px) and (max-width: 768px) and (max-width: 480px) {
      #gl-header h1 img {
        width: 120px; }
      #gl-header h1 p {
        font-family: "Noto Serif JP", serif;
        font-size: 88%;
        letter-spacing: -1px; } }

  @media all and (max-width: 480px) {
    #gl-header {
      display: block;
      padding: 10px; }
      #gl-header h1 {
        padding-right: 120px; } }

#headNav {
  font-size: 88%;
  margin: 0 0 0 auto; }
  #headNav ul {
    display: flex;
    align-items: center; }
  #headNav .link {
    justify-content: flex-end; }
    #headNav .link li {
      margin-left: 20px; }
      #headNav .link li:nth-of-type(1) a::before {
        background-image: url("../icon/ico01.svg"); }
      #headNav .link li:nth-of-type(2) a::before {
        background-image: url("../icon/ico02.svg"); }
      #headNav .link li:nth-of-type(3) a::before {
        background-image: url("../icon/ico03.svg"); }
    #headNav .link a {
      font-weight: 700;
      position: relative;
      padding-left: 20px; }
      #headNav .link a::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        top: calc(50% - 7.5px);
        left: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
  #headNav .tool {
    display: flex;
    background-color: #F5F5F5;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px; }
    #headNav .tool li {
      padding-right: 10px;
      border-right: solid 1px #AAA;
      margin-right: 10px; }
    #headNav .tool a:hover {
      text-decoration: underline; }
    #headNav .tool #text {
      display: flex;
      align-items: center;
      padding: 0;
      margin: 0;
      border: none; }
      #headNav .tool #text .change {
        display: flex; }
        #headNav .tool #text .change button {
          border: solid 1px #028931;
          line-height: 1;
          margin-left: 5px;
          padding: 5px 7px;
          border-radius: 5px;
          background-color: #FFF;
          cursor: pointer; }
          #headNav .tool #text .change button.active {
            background-color: #028931;
            color: #FFF; }
    #headNav .tool #search {
      padding: 0;
      margin: 0;
      border: none;
      letter-spacing: -.4em;
      margin-left: 10px; }
      #headNav .tool #search input {
        border: solid 1px #CCC;
        padding: 5px;
        display: inline-block;
        /*height: 30px;*/
        line-height: 1;
        box-sizing: border-box;
        margin: 0; }
      #headNav .tool #search form {
        display: flex;
        justify-content: space-around; }
      #headNav .tool #search .s_form {
        min-width: 120px;
        max-width: 200px;
        border-right: none;
        background-color: #FFF; }
      #headNav .tool #search .s_btn {
        min-width: 40px;
        border-left: none;
        background-color: #028931;
        color: #FFF; }
  @media all and (min-width: 769px) and (max-width: 1024px) {
    #headNav {
      margin: 0 0 0 auto; } }
  @media all and (min-width: 481px) and (max-width: 768px) {
    #headNav {
      font-size: 80%;
      margin: 0; }
      #headNav ul {
        display: flex;
        align-items: center; }
      #headNav .link {
        display: none; }
      #headNav .tool {
        padding: 20px 15px;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 0;
        margin-top: 0; }
        #headNav .tool li {
          padding-right: 10px;
          border-right: solid 1px #AAA;
          margin-right: 10px; }
        #headNav .tool a:hover {
          text-decoration: underline; }
        #headNav .tool #text {
          display: flex;
          align-items: center;
          padding: 0;
          margin: 0;
          border: none; }
          #headNav .tool #text .change p {
            margin-left: 3px;
            padding: 3px 5px;
            border-radius: 5px; }
        #headNav .tool #search {
          margin: 10px 0 0;
          width: 100%;
          padding: 0; }
          #headNav .tool #search form {
            width: 100%; }
          #headNav .tool #search input {
            height: 35px; }
          #headNav .tool #search .s_form {
            width: 80%; }
          #headNav .tool #search .s_btn {
            width: 20%;
            text-align: center; } }
  @media all and (max-width: 480px) {
    #headNav {
      font-size: 80%;
      margin: 0; }
      #headNav ul {
        display: flex;
        align-items: center; }
      #headNav .link {
        display: none; }
      #headNav .tool {
        padding: 20px 15px;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 0;
        margin-top: 0; }
        #headNav .tool li {
          padding-right: 10px;
          border-right: solid 1px #AAA;
          margin-right: 10px; }
        #headNav .tool a:hover {
          text-decoration: underline; }
        #headNav .tool #text {
          display: flex;
          align-items: center;
          padding: 0;
          margin: 0;
          border: none; }
          #headNav .tool #text .change p {
            margin-left: 3px;
            padding: 3px 5px;
            border-radius: 5px; }
        #headNav .tool #search {
          margin: 10px 0 0;
          width: 100%;
          padding: 0; }
          #headNav .tool #search form {
            width: 100%; }
          #headNav .tool #search input {
            display: block; }
          #headNav .tool #search .s_form {
            width: 80%;
            max-width: 80%; }
          #headNav .tool #search .s_btn {
            width: 20%;
            text-align: center; } }

/* Scss Document */
/* Scss Document */
a {
  display: inline-block; }

#foot {
  background-color: #F5F5F5;
  padding: 40px 0; }
  #foot .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #foot .info {
    display: flex; }
    #foot .info .logo {
      line-height: 1;
      margin-right: 20px; }
      #foot .info .logo img {
        width: auto; }
      #foot .info .logo p {
        font-family: "Noto Serif JP", serif;
        font-size: 125%;
        margin-top: 5px; }
      @media all and (min-width: 769px) and (max-width: 1024px) {
        #foot .info .logo img {
          width: 140px; }
        #foot .info .logo p {
          font-family: "Noto Serif JP", serif;
          font-size: 100%;
          margin-top: 5px; } }
      @media all and (min-width: 481px) and (max-width: 768px) {
        #foot .info .logo img {
          width: 120px; }
        #foot .info .logo p {
          font-family: "Noto Serif JP", serif;
          font-size: 88%;
          margin-top: 5px; } }
      @media all and (max-width: 480px) {
        #foot .info .logo img {
          width: 120px; }
        #foot .info .logo p {
          font-family: "Noto Serif JP", serif;
          font-size: 88%;
          letter-spacing: -1px; } }
    #foot .info .add {
      font-size: 88%;
      line-height: 1.4; }
      #foot .info .add p:last-of-type {
        margin-top: 5px; }
  #foot .sns {
    line-height: 1;
    display: flex;
    font-size: 160%; }
    #foot .sns li {
      margin-left: 10px; }
      #foot .sns li a:hover {
        opacity: 0.8; }
  @media all and (min-width: 481px) and (max-width: 768px) {
    #foot {
      padding: 40px 0; }
      #foot .container {
        display: block;
        text-align: center; }
      #foot .info {
        display: block; }
        #foot .info .logo {
          line-height: 1;
          margin-right: 0; }
          #foot .info .logo img {
            width: auto; }
          #foot .info .logo p {
            font-family: "Noto Serif JP", serif;
            font-size: 125%;
            margin-top: 5px; } }
      @media all and (min-width: 481px) and (max-width: 768px) and (min-width: 769px) and (max-width: 1024px) {
        #foot .info .logo img {
          width: 140px; }
        #foot .info .logo p {
          font-family: "Noto Serif JP", serif;
          font-size: 100%;
          margin-top: 5px; } }
      @media all and (min-width: 481px) and (max-width: 768px) and (min-width: 481px) and (max-width: 768px) {
        #foot .info .logo img {
          width: 120px; }
        #foot .info .logo p {
          font-family: "Noto Serif JP", serif;
          font-size: 88%;
          margin-top: 5px; } }
      @media all and (min-width: 481px) and (max-width: 768px) and (max-width: 480px) {
        #foot .info .logo img {
          width: 120px; }
        #foot .info .logo p {
          font-family: "Noto Serif JP", serif;
          font-size: 88%;
          letter-spacing: -1px; } }
  @media all and (min-width: 481px) and (max-width: 768px) {
        #foot .info .add {
          font-size: 88%;
          line-height: 1.4;
          margin-top: 10px; }
          #foot .info .add p:last-of-type {
            margin-top: 5px; }
      #foot .sns {
        justify-content: center;
        margin-top: 20px; }
        #foot .sns li {
          margin: 0 5px; }
          #foot .sns li a:hover {
            opacity: 0.8; } }
  @media all and (max-width: 480px) {
    #foot {
      padding: 40px 0; }
      #foot .container {
        display: block;
        text-align: left; }
      #foot .info {
        display: block; }
        #foot .info .logo {
          line-height: 1;
          margin-right: 0; }
          #foot .info .logo img {
            width: auto; }
          #foot .info .logo p {
            font-family: "Noto Serif JP", serif;
            font-size: 125%;
            margin-top: 5px; } }
      @media all and (max-width: 480px) and (min-width: 769px) and (max-width: 1024px) {
        #foot .info .logo img {
          width: 140px; }
        #foot .info .logo p {
          font-family: "Noto Serif JP", serif;
          font-size: 100%;
          margin-top: 5px; } }
      @media all and (max-width: 480px) and (min-width: 481px) and (max-width: 768px) {
        #foot .info .logo img {
          width: 120px; }
        #foot .info .logo p {
          font-family: "Noto Serif JP", serif;
          font-size: 88%;
          margin-top: 5px; } }
      @media all and (max-width: 480px) and (max-width: 480px) {
        #foot .info .logo img {
          width: 120px; }
        #foot .info .logo p {
          font-family: "Noto Serif JP", serif;
          font-size: 88%;
          letter-spacing: -1px; } }
  @media all and (max-width: 480px) {
        #foot .info .add {
          font-size: 88%;
          line-height: 1.4;
          margin-top: 15px; }
          #foot .info .add p:last-of-type {
            margin-top: 5px; }
      #foot .sns {
        justify-content: flex-start;
        margin-top: 20px;
        font-size: 140%; }
        #foot .sns li {
          margin: 0 5px; }
          #foot .sns li a:hover {
            opacity: 0.8; } }

#copy {
  background-color: #303030;
  padding: 20px 0;
  color: #FFF;
  font-size: 88%; }
  #copy .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
  #copy ul {
    display: flex; }
    #copy ul li {
      padding: 0 15px;
      border-left: solid 1px #999; }
      #copy ul li:last-of-type {
        border-right: solid 1px #999; }
    #copy ul a::before {
      font-family: "Font Awesome 5 Free";
      content: "\f054";
      font-weight: 700;
      font-size: 90%;
      padding-right: 0.2rem;
      position: static;
      display: inline-block;
      top: 0;
      left: 0; }
    #copy ul a:hover {
      text-decoration: underline; }
  @media all and (min-width: 481px) and (max-width: 768px) {
    #copy {
      padding: 20px 0; }
      #copy .container {
        display: block; }
      #copy ul {
        display: block;
        padding-bottom: 20px;
        border-bottom: solid 1px #999; }
        #copy ul li {
          padding: 0;
          border-left: none;
          margin-bottom: 10px; }
          #copy ul li:last-of-type {
            border-right: none;
            margin-bottom: 0; }
      #copy p {
        text-align: center;
        padding-top: 20px; } }
  @media all and (max-width: 480px) {
    #copy {
      padding: 20px 0; }
      #copy .container {
        display: block; }
      #copy ul {
        display: block;
        padding-bottom: 20px;
        border-bottom: solid 1px #999; }
        #copy ul li {
          padding: 0;
          border-left: none;
          margin-bottom: 10px; }
          #copy ul li:last-of-type {
            border-right: none;
            margin-bottom: 0; }
      #copy p {
        text-align: center;
        padding-top: 20px; } }

/* Scss Document */
/* Scss Document */
a {
  display: inline-block; }

#burger, #toolBtn {
  display: none; }

#gl-nav {
  background-color: #2F7B4A; }
  #gl-nav .link {
    display: none; }
  #gl-nav a {
    transition: 0.3s; }
  #gl-nav .nav_wrap {
    display: flex;
    align-items: stretch;
    font-weight: 700;
    width: 1025px;
    margin: 0 auto;
    padding: 7px 0; }
    #gl-nav .nav_wrap > li {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #FFF;
      width: 25%;
      position: relative;
      border-right: solid 1px #FFF; }
      #gl-nav .nav_wrap > li:first-of-type {
        border-left: solid 1px #FFF; }
      #gl-nav .nav_wrap > li > a, #gl-nav .nav_wrap > li > p {
        padding: 7px 5px; }
      #gl-nav .nav_wrap > li:hover .submenu1, #gl-nav .nav_wrap > li:focus .submenu1 {
        opacity: 1;
        visibility: visible; }
  #gl-nav .sns {
    margin: 0 15px; }
    #gl-nav .sns li {
      margin: 0 3px; }
    #gl-nav .sns a {
      color: #2F7B4A;
      transition: 0.3s; }
      #gl-nav .sns a:hover, #gl-nav .sns a:focus {
        color: #546270; }
  #gl-nav .mail a {
    background-color: #028931;
    border-radius: 0 5px 5px 0;
    color: #FFF;
    display: inline-block;
    padding: 20px 20px;
    margin-left: 25px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s; }
    #gl-nav .mail a::before {
      content: "";
      display: block;
      width: 40px;
      height: 30px;
      background-image: url("../icon/w_ico04.svg");
      background-repeat: no-repeat;
      background-position: center;
      margin: 0 auto; }
    #gl-nav .mail a:hover {
      background-color: #028931; }
  #gl-nav .submenu1 {
    width: 300px;
    position: absolute;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.2);
    z-index: 10; }
    #gl-nav .submenu1::before {
      content: "";
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -10px;
      border: 10px solid transparent;
      border-bottom: 10px solid #FFF;
      z-index: 2; }
    #gl-nav .submenu1 li {
      line-height: 1; }
      #gl-nav .submenu1 li a {
        padding: 15px 15px;
        color: #2F7B4A;
        display: block;
        transition: 0.3s;
        border-radius: 5px;
        position: relative; }
        #gl-nav .submenu1 li a:hover {
          background-color: #2F7B4A;
          color: #FFF; }

@media all and (min-width: 769px) and (max-width: 1024px) {
  #gl-nav .nav_wrap {
    display: flex;
    align-items: stretch;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    padding: 7px 5px; } }
@media screen and (max-width: 768px) {
  body {
    position: relative; }

  #burger, #toolBtn {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 61px;
    height: 61px;
    top: 0;
    z-index: 999999; }

  #toolBtn {
    background-color: #028931;
    right: 61px;
    background-image: url("../../icon/tool_ico.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%; }

  #burger {
    background-color: #2F7B4A;
    right: 0; }
    #burger.active {
      position: fixed; }
    #burger span {
      display: inline-block;
      position: absolute;
      transition: all .5s;
      width: 30px;
      height: 1px;
      left: 15.5px;
      background-color: #FFF; }
      #burger span:nth-of-type(1) {
        top: 17px; }
      #burger span:nth-of-type(2) {
        top: 30px; }
      #burger span:nth-of-type(3) {
        bottom: 17px; }
    #burger.active span:nth-of-type(1) {
      transform: translateY(13px) rotate(-45deg); }
    #burger.active span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      animation: active-btn-bar02 .5s forwards; }
  @keyframes active-btn-bar02 {
    100% {
      height: 0; } }
    #burger.active span:nth-of-type(3) {
      transform: translateY(-13px) rotate(45deg); }

  #gl-nav, #headNav {
    position: fixed;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
    width: 100vw;
    height: calc(100vh - 50px);
    top: 61px;
    left: 0;
    background: rgba(255, 255, 255, 0.95); }
    #gl-nav.visible, #headNav.visible {
      visibility: visible;
      pointer-events: auto;
      opacity: 1;
      z-index: 99; }

  #gl-nav {
    padding: 0 0 40px; }
    #gl-nav.visible {
      visibility: visible;
      pointer-events: auto;
      opacity: 1; }
    #gl-nav .nav_wrap {
      width: 100%;
      padding: 0;
      display: block;
      background-color: #2F7B4A; }
      #gl-nav .nav_wrap > li {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        border-right: none; }
        #gl-nav .nav_wrap > li br {
          display: none; }
        #gl-nav .nav_wrap > li:first-of-type {
          border-left: none; }
        #gl-nav .nav_wrap > li > a, #gl-nav .nav_wrap > li > p {
          box-sizing: border-box;
          display: block;
          font-weight: 700;
          position: relative;
          z-index: 101;
          padding: 15px;
          border-bottom: solid 1px #FFF; }
      #gl-nav .nav_wrap .submenu1 {
        opacity: 1;
        visibility: visible;
        width: 100%;
        background: #FFF;
        box-sizing: border-box;
        border-radius: 0;
        padding: 0;
        position: relative;
        display: none;
        top: 0;
        transition: 0s; }
        #gl-nav .nav_wrap .submenu1::before {
          display: none; }
        #gl-nav .nav_wrap .submenu1 li {
          line-height: 1; }
          #gl-nav .nav_wrap .submenu1 li:first-of-type {
            margin-top: 0; }
          #gl-nav .nav_wrap .submenu1 li a {
            color: #028931;
            display: block;
            position: relative;
            padding: 15px;
            background-color: #f5f5f5;
            border-bottom: solid 1px #CCC;
            border-radius: 0; }
    #gl-nav .mail {
      text-align: center;
      margin-top: 20px; }
      #gl-nav .mail a {
        background-color: #028931;
        border: solid 1px #028931;
        color: #FFF;
        display: block;
        padding: 20px 15px;
        line-height: 1;
        transition: 0.3s; }
        #gl-nav .mail a::before {
          font-family: "Font Awesome 5 Free";
          content: "\f0e0";
          font-weight: 700;
          padding-right: 0.4rem;
          position: static;
          display: inline-block;
          top: 0;
          left: 0; }
        #gl-nav .mail a:hover {
          background-color: #FFF;
          color: #028931; }

  .off {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
    transform: translate(0%, 0%) rotate(0deg);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000000;
    transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
    border: solid 2px #FFF; }
    .off::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 50%;
      width: 2px;
      background: #FFF; }
    .off::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 2px;
      width: 50%;
      background: #FFF; }
    .off.on {
      transform: translate(0%, 0%) rotate(360deg); }
      .off.on::before {
        width: 0; } }

#search .gsc-control-cse {
  background-color: transparent;
  border: none;
  padding: 0; }
#search form.gsc-search-box {
  margin: 0; }
#search .gsc-input-box {
  border-right: none; }
#search table.gsc-search-box td.gsc-input {
  padding-right: 0; }
#search .gsc-search-button-v2 {
  margin-left: 0;
  height: 100%;
  padding: 9.5px 15px;
  border-radius: 0; }<strong></strong>