@charset "UTF-8";
/* Scss Document */
/* 設定インポート */
/* Scss Document */
/* 色設定 */
/* $light-green: #7fba68; */
/* メディアクエリー */
/*
SPを先に設定PCで上書き
*/
/* *** *** *** *** *** *** ***
　共通
*** *** *** *** *** *** *** */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /*font-family: -apple-system, 'Avenir Next','Avenir','Helvetica Neue','Helvetica',BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', ”ヒラギノ角ゴ Pro W3”,”Hiragino Kaku Gothic Pro”sans-serif , '游ゴシック' , 'Meiryo UI';*/
  background: #fff;
  color: #333;
  position: relative; }

*:focus {
  outline: none; }

a {
  color: #333; }
  a:hover {
    color: #333;
    text-decoration: none; }
  a.hover_alpha:hover {
    display: inline-block;
    opacity: 0.7;
    transition: all 0.3s ease; }

/* background colors */
.bg-gray {
  background: #f7f7f7; }

.bg-green {
  background: #175300; }

.bg-light-green {
  background: #42aa19; }

.bg-deep-green {
  background: #42aa19; }

/* Images */
.img-max {
  width: 100%;
  height: auto; }

/* Text */
.text-serif {
  font-family: "Times New Roman", Times, serif; }

/* badge */
.badge-tsb {
  display: inline-block;
  margin: 0 auto;
  padding: 3px 0;
  width: 90px;
  text-align: center;
  font-size: 0.63rem;
  color: #fff;
  letter-spacing: 0.05rem; }

@media screen and (min-width: 768px) {
  .badge-tsb {
    padding: 5px;
    width: 110px;
    font-size: 0.75rem; } }

.badge-tsb-sm {
  display: inline-block;
  margin: 0 auto;
  padding: 3px 0;
  width: 90px;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.05rem;
  border-radius: 3px; }

@media screen and (min-width: 768px) {
  .badge-tsb-sm {
    padding: 3px 0;
    width: 110px;
    font-size: 0.5rem; } }

/* buttons */
/* 詳しく */
.btn-detail {
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  font-size: 0.875rem;
  color: #175300;
  border: 1px solid #175300;
  text-decoration: none;
  border-radius: 3px; }

@media screen and (min-width: 768px) {
  .btn-detail:hover {
    color: #fff;
    background: #175300;
    transition: all 0.3s ease;
    text-decoration: none; } }

/* more */
.btn-more {
  margin: 0 auto;
  padding: 5px 80px;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  background: #175300;
  border: 1px solid #175300;
  text-decoration: none;
  border-radius: 3px; }

@media screen and (min-width: 768px) {
  .btn-more {
    font-size: 1rem; }
    .btn-more:hover {
      color: #175300;
      background: #fff;
      transition: all 0.3s ease;
      text-decoration: none; } }

.btn-more-detail {
  margin: 0 auto;
  padding: 5px 80px;
  text-align: center;
  font-size: 0.75rem;
  color: #175300;
  background: #fff;
  border: 1px solid #175300;
  text-decoration: none;
  border-radius: 3px; }

@media screen and (min-width: 768px) {
  .btn-more-detail {
    font-size: 1rem; }
    .btn-more-detail:hover {
      color: #fff;
      background: #175300;
      transition: all 0.3s ease;
      text-decoration: none; } }

/* カタログPDFボタン */
.btn-catalog-pdf {
  display: block;
  margin: 0 auto 10px;
  padding: 7px 0;
  text-align: center;
  font-size: 0.875rem;
  color: #333;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  border-radius: 3px;
  position: relative; }
  .btn-catalog-pdf::before {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 40px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg); }
  .btn-catalog-pdf::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 6px;
    right: 12px;
    height: 24px;
    width: 20px;
    background-image: url("../images/common/icon_pdf.png");
    background-size: cover; }

@media screen and (min-width: 768px) {
  .btn-catalog-pdf {
    margin: 0 auto;
    font-size: 1rem; }
    .btn-catalog-pdf:hover {
      background: #e5e5e5;
      transition: all 0.3s ease;
      text-decoration: none; }
    .btn-catalog-pdf::after {
      top: 8px; } }

/* お問い合わせ候補 */
.btn-contact {
  display: block;
  margin: 0 auto;
  padding: 7px 0;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  background: #42aa19;
  border: 1px solid #42aa19;
  text-decoration: none;
  border-radius: 3px;
  position: relative; }
  .btn-contact::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 9px;
    height: 20px;
    width: 20px;
    background-image: url("../images/common/icon_check.png");
    background-size: cover; }

@media screen and (min-width: 768px) {
  .btn-contact:hover {
    /*color: $light-green;
            background: $white;*/
    color: #fff;
    opacity: 0.7;
    transition: all 0.3s ease;
    text-decoration: none; }
  .btn-contact::after {
    right: 5px; } }

.btn-contact-form {
  display: block;
  margin: 0 auto;
  padding: 7px 0;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  background: #42aa19;
  border: 1px solid #42aa19;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  position: relative;
  top: -2px; }
  .btn-contact-form::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 18px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); }

@media screen and (min-width: 768px) {
  .btn-contact-form {
    padding: 7px 23px 7px 12px;
    font-size: 0.875rem;
    line-height: 1.4; }
    .btn-contact-form:hover {
      color: #fff;
      opacity: 0.7;
      transition: all 0.3s ease;
      text-decoration: none; }
    .btn-contact-form::after {
      right: 14px; } }

/* Topへもどる */
.goto-top-btn {
  display: none;
  font-size: 0.63rem;
  color: #fff;
  width: 42px;
  height: 42px;
  background: #175300;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 1; }
  .goto-top-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative; }
    .goto-top-btn a::after {
      display: block;
      content: "";
      position: absolute;
      top: calc(50% - 2px);
      left: calc(50% - 6px);
      width: 15px;
      height: 15px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(-45deg); }

@media screen and (min-width: 768px) {
  .goto-top-btn {
    bottom: 20px; } }

/* Layout Parts
*** *** *** *** *** *** *** */
/* breadcrumb 上書き */
.breadcrumb-wrap {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff; }

.breadcrumb {
  margin: 0 auto;
  padding: 0.75rem 0;
  border-radius: 0;
  background: #fff; }
  .breadcrumb li.breadcrumb-item {
    background: #fff;
    font-size: 0.75rem; }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">"; }

/* タイトル　半円 */
.title-semicircle-wrap {
  margin: 50px auto;
  text-align: center; }
  .title-semicircle-wrap .title-semicircle {
    margin: 0 auto 40px;
    width: 100px;
    height: 50px;
    border: 3px solid #175300;
    border-bottom: none;
    color: #175300;
    border-radius: 50px 50px 0 0;
    /*transform: scaleX(1.1);*/
    position: relative; }
    .title-semicircle-wrap .title-semicircle .semicircle-num {
      margin: 10px auto 0;
      font-size: 0.75rem;
      transform: scaleX(1.4); }
    .title-semicircle-wrap .title-semicircle .semicircle-title {
      margin: 0 auto;
      font-size: 0.875rem;
      transform: scaleX(0.95); }
    .title-semicircle-wrap .title-semicircle::after {
      content: "";
      position: absolute;
      background: #175300;
      bottom: -20px;
      left: calc(50% - 10px);
      width: 20px;
      height: 3px; }
  .title-semicircle-wrap h2 {
    font-size: 1.5rem; }

@media screen and (min-width: 768px) {
  .title-semicircle-wrap h2 {
    font-size: 1.75rem; } }

/* タイトル */
.title-tsb-item {
  margin: 50px auto;
  text-align: center; }
  .title-tsb-item .border-tsb-item {
    margin-bottom: 50px;
    height: 10px;
    position: relative;
    border-bottom: 1px solid #dcdcdc; }
    .title-tsb-item .border-tsb-item::before {
      content: "";
      position: absolute;
      background: #175300;
      bottom: -6px;
      left: calc(50% - 21px);
      width: 42px;
      height: 6px; }
    .title-tsb-item .border-tsb-item.bdb-none {
      border-bottom: none; }
  .title-tsb-item h2 {
    font-size: 1.75rem; }
    .title-tsb-item h2.title-item {
      font-size: 1.25rem; }

@media screen and (min-width: 768px) {
  .title-category-item h2 {
    font-size: 1.75rem; }
    .title-category-item h2.title-item {
      font-size: 1.5rem; } }

/* 写真 hover zoom */
/* Image Zooming */
.img-zoom {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .img-zoom img {
    transition: all 0.5s ease; }
    .img-zoom img:hover {
      transform: scale(1.2);
      transition: all 1s ease;
      cursor: pointer; }

/* *** *** *** *** *** *** ***
　Layout
*** *** *** *** *** *** *** */
/* 最新情報 カテゴリー（緑のタブ）を表示するバージョン トップ、最新情報 */
.list-news {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #ddd; }
  .list-news li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    list-style-type: none; }
    .list-news li a {
      display: flex;
      color: #333; }
      .list-news li a .news-category {
        margin-right: 15px;
        flex-basis: 20%; }
      .list-news li a .news-date-description {
        flex-basis: 80%; }
      .list-news li a .news-date {
        display: block;
        padding-top: 5px;
        margin: 0 0 5px;
        font-size: 0.75rem; }
      .list-news li a .news-description {
        display: block;
        font-size: 0.875rem; }

@media screen and (min-width: 768px) {
  .list-news {
    margin: 0 0 30px;
    padding: 0;
    border-top: 1px solid #ddd; }
    .list-news li {
      padding: 25px 0;
      border-bottom: 1px solid #ddd;
      list-style-type: none; }
      .list-news li a {
        display: flex;
        color: #333;
        text-decoration: none; }
        .list-news li a:hover .news-date-description {
          text-decoration: none;
          opacity: .7;
          transition: all .3s ease; }
        .list-news li a .news-category {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          margin-right: 0;
          text-align: left;
          /*flex-basis: 250px;*/ }
        .list-news li a .news-date-description {
          /*flex-basis: auto;*/ }
        .list-news li a .news-date {
          display: inline-block;
          margin: 0 30px;
          padding-top: 0;
          font-size: 0.875rem;
          min-width: 74px; }
        .list-news li a .news-description {
          display: inline-block;
          padding-left: 15px;
          font-size: 1.0rem;
          border-left: 1px solid #ddd; } }

/* 最新情報 カテゴリー（緑のタブ）のないバージョン カテゴリートップ、カテゴリー最新情報 */
.list-news-cate {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #ddd; }
  .list-news-cate li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    list-style-type: none; }
    .list-news-cate li a {
      display: flex;
      color: #333; }
      .list-news-cate li a .news-category {
        margin-right: 15px;
        flex-basis: 20%; }
      .list-news-cate li a .news-date-description {
        flex-basis: 80%; }
      .list-news-cate li a .news-date {
        display: block;
        padding-top: 5px;
        margin: 0 0 5px;
        font-size: 0.75rem; }
      .list-news-cate li a .news-description {
        display: block;
        font-size: 0.875rem; }

@media screen and (min-width: 768px) {
  .list-news-cate {
    margin: 0 0 30px;
    padding: 0;
    border-top: 1px solid #ddd; }
    .list-news-cate li {
      padding: 25px 0;
      border-bottom: 1px solid #ddd;
      list-style-type: none; }
      .list-news-cate li a {
        display: flex;
        color: #333;
        text-decoration: none; }
        .list-news-cate li a:hover .news-date-description {
          text-decoration: none;
          opacity: .7;
          transition: all .3s ease; }
        .list-news-cate li a .news-category {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          margin-right: 0;
          text-align: left;
          flex-basis: 15%; }
        .list-news-cate li a .news-date-description {
          flex-basis: 85%; }
        .list-news-cate li a .news-date {
          display: inline-block;
          margin: 0 30px;
          padding-top: 0;
          font-size: 0.875rem;
          min-width: 74px; }
        .list-news-cate li a .news-description {
          display: inline-block;
          padding-left: 30px;
          font-size: 1.0rem;
          border-left: 1px solid #ddd; } }

/* *** *** *** *** *** *** ***
　Header
*** *** *** *** *** *** *** */
header {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.55);
  position: fixed;
  z-index: 10;
  transition: all 0.5s ease; }
  header.is-fixed {
    background: #fff;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
    transition: all 1s ease; }
    header.is-fixed .header-in .sp_menu .menu-trigger span {
      background: #111; }
  header .header-in .logo a {
    display: inline-block;
    margin-left: 10px;
    padding: 15px 15px 15px 5px;
    /*padding: 8px 15px;*/
    width: 200px;
    max-width: 200px; }
  header .header-in ul.global-nav {
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    transition: all 0.5s ease; }
    header .header-in ul.global-nav.is-open {
      display: block;
      transition: all 0.5s ease; }
    header .header-in ul.global-nav li {
      border-bottom: 1px solid #ddd;
      list-style-type: none; }
      header .header-in ul.global-nav li a {
        display: block;
        padding: 15px 20px;
        font-size: 0.875rem;
        color: #333;
        text-decoration: none; }
      header .header-in ul.global-nav li .submenu {
        display: none; }
      header .header-in ul.global-nav li.sp-search {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 10px; }
        header .header-in ul.global-nav li.sp-search form {
          flex-basis: 80%; }
        header .header-in ul.global-nav li.sp-search input.form-control {
          display: inline-block;
          margin: 10px 20px 10px 0;
          max-width: 280px;
          border-radius: 20px;
          font-size: 0.75rem; }
        header .header-in ul.global-nav li.sp-search span {
          flex-basis: 24px;
          width: 24px;
          height: auto; }
          header .header-in ul.global-nav li.sp-search span a {
            padding: 0;
            /* display: none; Phase2公開時は、一旦非表示 */ }
      header .header-in ul.global-nav li.pc-search {
        display: none; }
  header .header-in .sp_menu {
    display: block;
    position: absolute;
    /*top: 9px;*/
    top: 18px;
    right: 20px;
    z-index: 101; }
    header .header-in .sp_menu .menu-trigger {
      display: inline-block;
      position: relative;
      width: 24px;
      height: 22px;
      transition: all 0.4s; }
      header .header-in .sp_menu .menu-trigger span {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #111;
        border-radius: 2px;
        transition: all 0.4s; }
        header .header-in .sp_menu .menu-trigger span:nth-of-type(1) {
          top: 0; }
        header .header-in .sp_menu .menu-trigger span:nth-of-type(2) {
          top: 10px; }
        header .header-in .sp_menu .menu-trigger span:nth-of-type(3) {
          bottom: 0; }
      header .header-in .sp_menu .menu-trigger.is-active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg); }
      header .header-in .sp_menu .menu-trigger.is-active span:nth-of-type(2) {
        opacity: 0; }
      header .header-in .sp_menu .menu-trigger.is-active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg); }
        header .nav-kigou {
          display: inline-block;
          padding: 0 5px 0 15px;
        }

@media screen and (min-width: 768px) {
  header {
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 10;
    transition: all 0.5s ease; }
    header.is-fixed {
      background: #fff;
      filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
      transition: all 1s ease; }
      header.is-fixed .header-in ul.global-nav li a {
        color: #333;
        text-shadow: none;
        transition: all 0.5s ease; }
        header.is-fixed .header-in ul.global-nav li a:hover {
          color: #000; }
    header .header-in {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin: 0 auto;
      padding: 0 40px 0;
      max-width: 1600px;
      position: relative; }
      header .header-in .logo {
        border: none;
        max-width: 260px;
        flex-basis: 260px; }
        header .header-in .logo a {
          margin: 0;
          padding: 20px 25px 15px;
          width: 100%;
          height: 100%;
          max-width: none; }
      header .header-in ul.global-nav {
        flex-basis: auto;
        display: flex;
        align-items: center;
        background: none;
        border-top: none; }
        header .header-in ul.global-nav li {
          border: none; }
          header .header-in ul.global-nav li a {
            display: inline-block;
            padding: 20px;
            color: #333;
            font-size: 0.875rem;
            position: relative;
            /*text-shadow: -1px -1px 5px rgba(0, 0, 0, 0.4), 1px 1px 5px rgba(0, 0, 0, 0.4);*/ }
            header .header-in ul.global-nav li a:hover {
              text-decoration: none; }
            header .header-in ul.global-nav li a::after {
              content: "";
              background: #175300;
              width: 100%;
              height: 3px;
              position: absolute;
              left: 0;
              bottom: 0px;
              transform: scale(0, 1);
              transform-origin: left top;
              transition: transform 0.3s; }
            header .header-in ul.global-nav li a:hover::after {
              transform: scale(1, 1); }
          header .header-in ul.global-nav li.is-current a::after {
            content: "";
            background: #175300;
            width: 100%;
            height: 3px;
            position: absolute;
            left: 0;
            bottom: 0px;
            transform: scale(1, 1); }
          header .header-in ul.global-nav li.sp-search {
            display: none; }
          header .header-in ul.global-nav li.pc-search {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            header .header-in ul.global-nav li.pc-search input.form-control {
              margin: 0;
              max-width: 280px;
              border-radius: 20px;
              font-size: 0.75rem; }
            header .header-in ul.global-nav li.pc-search span {
              margin-left: 10px;
              width: 24px;
              height: auto; }
              header .header-in ul.global-nav li.pc-search span a {
                padding: 0;
                /*display: none; Phase2公開時は、一旦非表示 */ }
                header .header-in ul.global-nav li.pc-search span a::after {
                  display: none; }
                header .header-in ul.global-nav li.pc-search span a img {
                  position: relative;
                  top: -2px; }
      header .header-in .sp_menu,header .sp-only {
        display: none; } }

/* 検索フォーム */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.2rem rgba(16, 58, 0, 0.15);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 58, 0, 0.15); }

/* PC表示のグローバルナビ調整 */
@media screen and (min-width: 1231px) and (max-width: 1430px) {
  header .header-in ul.global-nav li a {
    padding: 22px calc(11/1430*100vw);
    font-size: 0.85rem; }
  header .header-in .logo a {
    padding: 20px calc(18/1430*100vw) 15px;}
  header .header-in {
    padding: 0 calc(30/1430*100vw) 0;
  }
}

@media screen and (min-width: 1141px) and (max-width: 1230px) {
  header .header-in ul.global-nav li a {
    padding: 22px calc(10/1230*100vw);
    font-size: 0.8rem; }
  header .header-in .logo a {
    padding: 20px calc(14/1230*100vw) 15px;}
    header .header-in {
      padding: 0 calc(23/1230*100vw) 0;
    }
    header .header-in .logo {
      max-width: calc(260/1300*100vw);
      flex-basis: calc(260/1300*100vw);
    } }

@media screen and (min-width: 1081px) and (max-width: 1140px) {
  header .header-in ul.global-nav li a {
    padding: 24px calc(10/1140*100vw);
    font-size: 0.75rem; }
  header .header-in .logo a {
    padding: 20px calc(10/1140*100vw) 15px;}
    header .header-in {
      padding: 0 calc(10/1140*100vw) 0;
    }
    header .header-in .logo {
      max-width: calc(240/1140*100vw);
      flex-basis: calc(240/1140*100vw);}
      header .header-in ul.global-nav li.pc-search input.form-control {
        max-width: 100px;}
        header .header-in ul.global-nav li.pc-search {
          padding-left:10px;
        }
  }

@media screen and (min-width: 791px) and (max-width: 1080px) {
  header .header-in {
    padding: 0; }
    header .header-in nav {
      margin-right: 10px; }
  header .header-in .logo a {
    padding: 20px calc(15/1080*100vw) 15px;}
    header .header-in ul.global-nav li.pc-search input.form-control {
      max-width: 90px;}
      header .header-in ul.global-nav li.pc-search {
        padding-left:3px;
      }
}

@media screen and (min-width: 860px) and (max-width: 1080px) {
  header .header-in ul.global-nav li a {
    padding: 24px calc(5/768*100vw);
    font-size: 0.7rem;}
    header .header-in .logo {
      max-width: calc(190/1000*100vw);
      flex-basis: calc(190/1000*100vw);}
}
@media screen and (min-width: 791px) and (max-width: 859px) {
  header .header-in ul.global-nav li a {
    padding: 24px calc(3/768*100vw);
    font-size: 0.6rem; }
    header .header-in .logo {
      max-width: calc(200/1000*100vw);
      flex-basis: calc(200/1000*100vw);}
}

@media screen and (min-width: 768px) and (max-width: 790px) {
  header .header-in .logo a {
    padding: 17px calc(5/1080*100vw) 15px;}
    header .header-in ul.global-nav li a {
      padding: 24px calc(1/768*100vw);
      font-size: 0.6rem; }
      header .header-in .logo {
    max-width: calc(170/1000*100vw);
    flex-basis: calc(170/1000*100vw);}
    header .header-in {
      padding: 0 calc(2/1000*100vw) 0;
    }
    header .header-in nav {
      margin-right: 5px; }
    header .header-in ul.global-nav li.pc-search {
      padding-left: 5px;
    }
}

/* *** *** *** *** *** *** ***
　Footer
*** *** *** *** *** *** *** */
footer {
  margin: 0;
  padding: 30px 20px;
  background: #303130;
  color: #fff;
  position: relative; }
  footer .footer_menu {
    margin: 0 auto 15px;
    border-bottom: 1px solid #666; }
    footer .footer_menu ul.footer_menu_page {
      padding: 0; }
      footer .footer_menu ul.footer_menu_page li {
        list-style-type: none;
        font-size: 0.875rem; }
        footer .footer_menu ul.footer_menu_page li a {
          display: block;
          padding: 10px 23px;
          display: block;
          color: #b7b7b7;
          border-bottom: 1px solid #444; }
          footer .footer_menu ul.footer_menu_page li a:active {
            text-decoration: none; }
          footer .footer_menu ul.footer_menu_page li a:hover {
            text-decoration: none; }
            footer .footer_menu ul.footer_menu_page .history {
              display: block;
              padding: 0 10px 10px 20px;
            }
            footer .nav-kigou {
              display: inline-block;
              padding: 0 5px 0 0;
            }
    footer .footer_menu ul.footer_menu_subpage {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin: 20px 0;
      padding: 0; }
      footer .footer_menu ul.footer_menu_subpage li {
        text-align: center;
        list-style-type: none; }
        footer .footer_menu ul.footer_menu_subpage li a {
          display: block;
          padding: 10px 5px;
          color: #b7b7b7;
          font-size: 0.75rem; }
    footer .footer_menu:last-child {
      padding: 5px 0; }
  footer p {
    margin-bottom: 0;
    font-size: 0.75rem; }
    footer p a {
      display: block;
      padding: 5px 0;
      color: #b7b7b7; }
  footer .copyright {
    text-align: center;
    font-size: 0.75rem; }
@media screen and (min-width: 831px) and (max-width: 1000px) {
  footer .footer_menu ul.footer_menu_page li {
    font-size: 0.75rem;
  }
  footer .footer_menu ul.footer_menu_page li a {
    padding: 10px 10px;
  }
  footer .footer_menu ul.footer_menu_page .history {
    padding: 0 10px 10px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 830px) {
  footer .footer_menu ul.footer_menu_page li {
    font-size: 0.75rem;
  }
  footer .footer_menu ul.footer_menu_page li a {
    padding: 10px 5px;
  }
  footer .footer_menu ul.footer_menu_page .history {
    padding: 0 0 10px;
  }
  footer .nav-kigou {
    display: inline-block;
    padding: 0 5px 0 5px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer_menu {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1000px;
    border-bottom: none; }
    footer .footer_menu ul.footer_menu_page {
      display: flex;
      justify-content: space-around;
      align-items: baseline;
      margin: 0 auto;
      padding-bottom: 10px;
      border-bottom: 1px solid #444; }
      footer .footer_menu ul.footer_menu_page li a {
        border-bottom: none;
        transition: all 0.3s ease; }
        footer .footer_menu ul.footer_menu_page li a:hover {
          color: #fff;
          transition: all 0.3s ease; }
    footer .footer_menu ul.footer_menu_subpage {
      flex-wrap: nowrap;
      justify-content: center;
      margin: 0 auto;
      padding-top: 10px;
      max-width: 600px; }
      footer .footer_menu ul.footer_menu_subpage li {
        flex-basis: auto;
        margin: 0 15px; }
        footer .footer_menu ul.footer_menu_subpage li a {
          padding: 10px; }
        }
/* sp */
@media screen and (max-width: 768px) {
  footer .nav-kigou {
    display: inline-block;
    padding: 0 5px 0 10px;
  }
}

/* *** *** *** *** *** *** ***
　ライブラリ
*** *** *** *** *** *** *** */
/* slick */
.slick-prev,
.slick-next {
  top: 55%;
  display: block;
  width: 24px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease; }

.slick-prev:hover,
.slick-next:hover {
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease; }

.slick-prev:before {
  display: block;
  content: "" !important;
  position: absolute;
  top: 13px;
  left: 60%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateX(-50%) rotate(225deg);
  opacity: 1 !important; }

.slick-next:before {
  display: block;
  content: "" !important;
  position: absolute;
  top: 13px;
  left: 42%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateX(-50%) rotate(45deg);
  opacity: 1 !important; }

.slick-prev {
  left: 0;
  z-index: 1; }

.slick-next {
  right: 0; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1 !important; }

.slick-dots li button:before {
  color: #fff !important; }

.slider-nav .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important; }

.slider-nav .slick-slide {
  opacity: 0.6; }

.slider-nav .slick-slide.slick-current {
  opacity: 1; }

.slick-thumbnail div {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer; }

.sidemenu-item {
  text-align: center;
  margin: 50px auto 50px; }
  .sidemenu-item .item-title {
    color: #333333;
    font-size: 1rem;
    text-align: center;
    margin: 0 0 25px 0; }
  .sidemenu-item .item-col img {
    width: 140px;
    border: 1px solid #dcdcdc; }
  .sidemenu-item .item-btn {
    position: relative;
    border-radius: 3px;
    background: #185311;
    height: 40px;
    margin: 25px auto 0;
    padding: 7px 0; }
    .sidemenu-item .item-btn:hover {
      background: rgba(24, 83, 17, 0.45);
      transition: all 1s; }
    .sidemenu-item .item-btn:before {
      display: block;
      content: "";
      position: absolute;
      top: calc(50% - 3px);
      left: 20px;
      width: 9px;
      height: 9px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg); }
    .sidemenu-item .item-btn:after {
      display: inline-block;
      content: "";
      position: absolute;
      background: url("/tohzai/wp-content/uploads/2021/04/icon-pdf.png") no-repeat;
      background-size: cover;
      right: 12px;
      top: 10px;
      width: 21px;
      height: 22px; }
    .sidemenu-item .item-btn .item-btn-text {
      color: #fff;
      font-size: 1rem;
      vertical-align: middle; }

.catalog-item {
  display: none; }

@media screen and (max-width: 1200px) {
  .sidemenu-item .item-title {
    font-size: 0.9rem;
    margin: 0 0 20px 0; }
  .sidemenu-item .item-col img {
    width: 120px; }
  .sidemenu-item .item-btn {
    margin: 20px auto 0; }
    .sidemenu-item .item-btn:hover {
      background: rgba(24, 83, 17, 0.45);
      transition: all 1s; }
    .sidemenu-item .item-btn:before {
      left: calc(10/1200*100vw);
      width: 8px;
      height: 8px; }
    .sidemenu-item .item-btn:after {
      right: calc(10% - 14px);
      top: 11px;
      background-size: 80% 80%; }
    .sidemenu-item .item-btn .item-btn-text {
      font-size: 0.9rem; } }

@media screen and (max-width: 991px) {
  .sidemenu-item .item-title {
    font-size: 0.8rem;
    margin: 0 0 15px 0; }
  .sidemenu-item .item-col img {
    width: 100px; }
  .sidemenu-item .item-btn {
    margin: 20px auto 0; }
    .sidemenu-item .item-btn:before {
      left: calc(10/1200*100vw);
      width: 6px;
      height: 6px; }
    .sidemenu-item .item-btn:after {
      right: calc(10% - 12px);
      top: 14px;
      background-size: 60% 60%; }
    .sidemenu-item .item-btn .item-btn-text {
      font-size: 0.6rem; } }

@media screen and (max-width: 767px) {
  .sidemenu-item {
    display: none; }
  .catalog-item {
    display: flex;
    background: #eee;
    text-align: center;
    margin: 10px auto 30px;
    padding: 20px calc(100/768*100vw) 20px calc(50/768*100vw);
    justify-content: space-around;
    align-items: center; }
    .catalog-item .item-title {
      color: #333333;
      font-size: calc(30/768*100vw);
      text-align: left;
      margin: 0 0 25px 0; }
    .catalog-item .item-inner {
      width: 70%;
      padding-right: calc(40/768*100vw); }
    .catalog-item .item-col {
      width: 30%; }
      .catalog-item .item-col img {
        width: 100%; }
    .catalog-item .item-btn {
      position: relative;
      border-radius: 3px;
      background: #185311;
      margin: 25px auto 0;
      padding: 7px calc(30/768*100vw);
      width: 100%; }
      .catalog-item .item-btn:before {
        display: block;
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        left: calc(20/768*100vw);
        width: 9px;
        height: 9px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg); }
      .catalog-item .item-btn:after {
        display: inline-block;
        content: "";
        position: absolute;
        background: url("/tohzai/wp-content/uploads/2021/04/icon-pdf.png") no-repeat;
        background-size: 80%;
        right: calc(10/768*100vw);
        top: 12px;
        width: calc(42/768*100vw);
        height: calc(44/768*100vw); }
      .catalog-item .item-btn .item-btn-text {
        color: #fff;
        font-size: calc(30/768*100vw);
        vertical-align: middle; }
      }
