@charset "UTF-8";
/*
   Theme Name:一般財団法人 神戸在宅医療・介護推進財団
   Description:
   Theme URI:https://www.kzc.jp/
   Author: acs
   Author URI:https://www.kzc.jp/
   Version:6.4.2
   Text Domain: business
   License URI: https://www.kzc.jp/
   Tags: blog 
   Requires at least: 6.0
   Tested up to: 6.4
   Requires PHP: 8.0
   */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:wght@500;600;900&family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
/* ===============================================
# width
=============================================== */
/* ===============================================
# color
=============================================== */
/* ===============================================
# font
=============================================== */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 640px) and (max-width: 900px) {
  html {
    font-size: 1.1111111111vw;
  }
}

body {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/* ===============================================
# 共通
=============================================== */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px !important;
}

#logo-desc {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

#logo-sp-desc {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

#logo-footer-desc {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

@media screen and (min-width:1367px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:1366px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  margin-bottom: 100px;
}

ul.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
ul.card li {
  position: relative;
  border-radius: 10px;
  padding-bottom: 4.37rem;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  box-shadow: 2px 2px 16px -5px rgba(0, 0, 0, 0.52);
}
ul.card li figure {
  position: relative;
  width: 100%;
  padding-top: 65%;
  margin: 0 auto 0;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul.card li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.card li h3 {
  font-size: 2rem;
  line-height: 2.175;
  letter-spacing: 0.04em;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.47rem;
}
@media screen and (max-width:1366px) {
  ul.card li h3 {
    font-size: clamp(1.8rem, 1.2011695906rem + 0.5847953216vw, 2rem);
  }
}
@media screen and (max-width:900px) {
  ul.card li h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:600px) {
  ul.card li h3 {
    font-size: 1.6rem;
    line-height: 2.59375;
  }
}
ul.card li h4 {
  font-size: 3rem;
  line-height: 1.3166666667;
  letter-spacing: 0.06em;
  color: #40210F;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.78rem;
  height: 80px;
}
@media screen and (max-width:1366px) {
  ul.card li h4 {
    font-size: clamp(2rem, -0.9941520468rem + 2.9239766082vw, 3rem);
  }
}
@media screen and (max-width:900px) {
  ul.card li h4 {
    font-size: 2.8rem;
    height: auto;
  }
}
@media screen and (max-width:600px) {
  ul.card li h4 {
    font-size: 2.4rem;
  }
}
ul.card li p {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 4rem !important;
  display: block;
}
@media screen and (max-width:1366px) {
  ul.card li p {
    font-size: clamp(1.6rem, 1.0011695906rem + 0.5847953216vw, 1.8rem);
    margin-bottom: 5.7rem !important;
  }
}
@media screen and (max-width:900px) {
  ul.card li p {
    font-size: 1.8rem;
    margin-bottom: 4.7rem !important;
  }
}
@media screen and (max-width:600px) {
  ul.card li p {
    margin-bottom: 3.54rem !important;
  }
}
ul.card li .bt-list_b {
  width: 90%;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2.840625;
  font-weight: 500;
  background: rgb(64, 33, 15);
  transition: all 0.45s ease-Out;
  border-radius: 30px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  margin: auto auto 0;
}
@media screen and (max-width:1366px) {
  ul.card li .bt-list_b {
    line-height: 1.278125;
    padding: 8px 15px;
  }
}
@media screen and (max-width:900px) {
  ul.card li .bt-list_b {
    padding: 12px 15px;
  }
}
ul.card li .bt-list_b::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(images/blank_w.png) no-repeat 0 center;
  background-size: contain;
}
ul.card li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.card li a:hover {
  background: #fee6eb;
  opacity: 0.2;
}

.cardBox {
  position: relative;
  border-radius: 10px;
  padding-bottom: 4.37rem;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  box-shadow: 2px 2px 16px -5px rgba(0, 0, 0, 0.52);
}
.cardBox figure {
  position: relative;
  width: 100%;
  padding-top: 65%;
  margin: 0 auto 0;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cardBox figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.cardBox h3 {
  font-size: 2rem;
  line-height: 2.125;
  letter-spacing: 0.04em;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.47rem;
}
@media screen and (max-width:1366px) {
  .cardBox h3 {
    font-size: clamp(1.8rem, 1.2011695906rem + 0.5847953216vw, 2rem);
  }
}
@media screen and (max-width:900px) {
  .cardBox h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:600px) {
  .cardBox h3 {
    font-size: 1.6rem;
  }
}
.cardBox h4 {
  font-size: 3rem;
  line-height: 1.3166666667;
  letter-spacing: 0.06em;
  color: #40210F;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.78rem;
  height: 80px;
}
@media screen and (max-width:1366px) {
  .cardBox h4 {
    font-size: clamp(2rem, -0.9941520468rem + 2.9239766082vw, 3rem);
  }
}
@media screen and (max-width:900px) {
  .cardBox h4 {
    font-size: 2.8rem;
    height: auto;
  }
}
@media screen and (max-width:600px) {
  .cardBox h4 {
    font-size: 2.4rem;
  }
}
.cardBox p {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: auto;
  margin-bottom: 4rem !important;
  display: block;
}
@media screen and (max-width:1366px) {
  .cardBox p {
    font-size: clamp(1.6rem, 1.0011695906rem + 0.5847953216vw, 1.8rem);
    margin-bottom: 5.7rem !important;
  }
}
@media screen and (max-width:900px) {
  .cardBox p {
    font-size: 1.8rem;
    margin-bottom: 4.7rem !important;
  }
}
.cardBox .bt-list_b {
  width: 90%;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2.840625;
  font-weight: 500;
  background: rgb(64, 33, 15);
  transition: all 0.45s ease-Out;
  border-radius: 30px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  margin: auto auto 0;
}
@media screen and (max-width:1366px) {
  .cardBox .bt-list_b {
    line-height: 1.278125;
    padding: 8px 15px;
  }
}
@media screen and (max-width:900px) {
  .cardBox .bt-list_b {
    padding: 12px 15px;
  }
}
.cardBox .bt-list_b::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(images/blank_w.png) no-repeat 0 center;
  background-size: contain;
}
.cardBox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cardBox a:hover {
  background: #fee6eb;
  opacity: 0.2;
}

/* =news-box
----------------------------------------------*/
.news-box {
  width: 71.15%;
  background-color: #FFF;
  padding: 0rem 5.58rem;
  box-sizing: border-box;
  margin: 0rem auto 4.24rem;
}
@media screen and (min-width:1367px) {
  .news-box {
    max-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width:1366px) {
  .news-box {
    min-width: 984px;
    width: 96.09%;
    padding: 3.45rem 3.02rem;
  }
}
@media screen and (max-width:900px) {
  .news-box {
    min-width: 90%;
    width: 90%;
    padding: 0rem 0rem;
  }
}
@media screen and (max-width:600px) {
  .news-box {
    padding: 0rem 0rem;
  }
}
.news-box ul.news-list {
  width: 100%;
  list-style-type: none;
}
.news-box ul.news-list li {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 10px;
  border-bottom: 1px solid #CDCECE;
  position: relative;
}
@media screen and (max-width:1366px) {
  .news-box ul.news-list li {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  .news-box ul.news-list li {
    font-size: 1.8rem;
    padding: 10px 10px;
  }
}
.news-box ul.news-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-box ul.news-list li a:hover {
  background: #cdf7e0;
  opacity: 0.2;
}
.news-box ul.news-list li ul.category {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
}
.news-box ul.news-list li ul.category li {
  margin-right: 5px;
  padding: 6px 6px 4px 6px;
  box-sizing: border-box;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  border-radius: 5px;
  border-bottom: 0px solid #045858;
  margin-bottom: 5px;
}
.news-box ul.news-list li ul.category li a:hover {
  color: #231815;
}
.news-box ul.news-list li .info-day {
  margin-right: 15px;
  width: 160px;
}
@media screen and (max-width:600px) {
  .news-box ul.news-list li .info-day {
    width: 100%;
    margin-bottom: 5px;
  }
}
.news-box ul.news-list li .info-title {
  width: calc(100% - 180px);
}
@media screen and (max-width:600px) {
  .news-box ul.news-list li .info-title {
    width: 100%;
  }
}

/* =search
----------------------------------------------*/
.search-head {
  width: 60%;
  margin: 0 auto;
  background-color: #F9F6F6;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width:900px) {
  .search-head {
    width: 90%;
  }
}
.search-head .searchtitle {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width:1366px) {
  .search-head .searchtitle {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  .search-head .searchtitle {
    font-size: 1.8rem !important;
  }
}

.search-body {
  max-width: 1200px;
  width: 62.5%;
  margin: 6rem auto;
}
@media screen and (min-width:1367px) {
  .search-body {
    min-width: 1200px;
    width: 87.85%;
  }
}
@media screen and (max-width:1366px) {
  .search-body {
    min-width: 980px;
    width: 95.7%;
  }
}
@media screen and (max-width:900px) {
  .search-body {
    min-width: 90%;
    width: 90%;
  }
}
.search-body .search-box {
  max-width: 1281px;
  width: 93.78%;
  margin: 0rem auto 3.5rem;
  padding-bottom: 10px;
  border-bottom: solid 1px #CDCECE;
}
.search-body .search-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width:1366px) {
  .search-body .search-box dl {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  .search-body .search-box dl {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.search-body .search-box dl dt {
  width: 14.64%;
  font-weight: normal;
}
@media screen and (max-width:900px) {
  .search-body .search-box dl dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.search-body .search-box dl dd {
  width: 84.63%;
  font-weight: 500;
}
@media screen and (max-width:900px) {
  .search-body .search-box dl dd {
    width: 100%;
  }
}
.search-body .search-box .text {
  font-size: 1.8rem;
}
@media screen and (max-width:1366px) {
  .search-body .search-box .text {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  .search-body .search-box .text {
    font-size: 1.8rem;
  }
}
.search-body .search-box .text .readmore {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
.search-body .search-box .text .readmore a {
  color: #00833A;
}
.search-body .search-box .text .readmore a:hover {
  color: #EE6000;
}
@media screen and (max-width:1366px) {
  .search-body .search-box .text .readmore {
    font-size: clamp(1.2rem, 0.6011695906rem + 0.5847953216vw, 1.4rem);
  }
}
@media screen and (max-width:900px) {
  .search-body .search-box .text .readmore {
    font-size: 1.4rem;
  }
}

.search-Error {
  margin: 2rem auto;
}
.search-Error .Error {
  text-align: center;
  font-size: 2rem;
  color: #e0001a;
}
@media screen and (max-width:1366px) {
  .search-Error .Error {
    font-size: clamp(1.6rem, 0.4023391813rem + 1.1695906433vw, 2rem);
    font-weight: 600;
  }
}

/* =colorIcon
----------------------------------------------*/
.important {
  color: #e0001a;
  border: solid 2px #e0001a !important;
  box-sizing: border-box;
  width: 150px !important;
}

.kzc {
  color: #FFF;
  background-color: #00833A;
  border: solid 2px #00833A !important;
  width: 280px !important;
}

.hospital {
  color: #FFF;
  background-color: #0068BF;
  border: solid 2px #0068BF !important;
  width: 280px !important;
}

.rehakobe {
  color: #FFF;
  background-color: #DF2E51;
  border: solid 2px #DF2E51 !important;
  width: 280px !important;
}

.station {
  color: #FFF;
  background-color: #DF2E51;
  border: solid 2px #DF2E51 !important;
  width: 280px !important;
}

.heartful {
  color: #FFF;
  background-color: #DF2E51;
  border: solid 2px #DF2E51 !important;
  width: 280px !important;
}

.smile {
  color: #FFF;
  background-color: #DF2E51;
  border: solid 2px #DF2E51 !important;
  width: 280px !important;
}

.reform {
  color: #FFF;
  background-color: #00833A;
  border: solid 2px #00833A !important;
  width: 280px !important;
}

.orange {
  color: #FFF;
  background-color: #00833A;
  border: solid 2px #00833A !important;
  width: 280px !important;
}

.blue_b {
  background-color: #0068BF;
}

.pink_b {
  background-color: #DF2E51;
}

.green_b {
  background-color: #006934;
}

.bp_b {
  background: rgb(223, 46, 81);
  background: linear-gradient(295deg, rgb(223, 46, 81) 50%, rgb(0, 104, 191) 50%);
}

.green {
  color: #006934;
}

/* =Links
----------------------------------------------*/
a {
  color: #231815;
  text-decoration: none;
  font-weight: normal;
  transition: all 0.45s ease-Out;
}
a:hover {
  color: #EE6000;
  text-decoration: none;
  font-weight: normal;
}
a:active {
  color: #000;
  text-decoration: none;
}
a:focus-visible {
  outline: 5px solid rgba(233, 46, 81, 0.3);
  border-radius: 3px;
}

.hover_img img {
  transition: transform 0.6s ease;
  cursor: pointer;
}
.hover_img:hover img {
  transform: scale(1.1);
}

a.anchor {
  width: 100%;
  display: block;
  padding-top: 7em;
  margin-top: -7em;
}
a.anchor span {
  text-indent: -9999px;
  overflow: hidden;
}

#PanNavi {
  text-align: right;
  padding: 10px auto 10px auto;
  width: 100%;
  overflow: hidden;
  text-align: right;
  margin: 0 auto 3.28rem;
}
@media screen and (max-width:900px) {
  #PanNavi {
    min-width: 90%;
    width: 90% !important;
  }
}
@media screen and (max-width:600px) {
  #PanNavi {
    margin: 1em auto 1em;
  }
}

.breadcrumbs {
  list-style-type: none;
  text-align: left;
  color: #231815;
  max-width: 1540px;
  width: 80.21%;
  margin: 10px auto;
  font-size: max(0.729vw, 14px);
  line-height: 1.4285714286;
}
@media screen and (min-width:1367px) {
  .breadcrumbs {
    min-width: 1300px;
    width: 95.17%;
  }
}
@media screen and (max-width:1366px) {
  .breadcrumbs {
    min-width: 980px;
    width: 95.7%;
  }
}
@media screen and (max-width:900px) {
  .breadcrumbs {
    min-width: 90%;
    width: 90%;
  }
}
.breadcrumbs a {
  color: #036EA9;
}
.breadcrumbs a:hover {
  color: #00833A;
}

#breadcrumb_list > li {
  font-size: 80%;
  display: inline;
}
#breadcrumb_list > li > h1 {
  display: inline;
  font-weight: normal;
}
#breadcrumb_list > li + li:before {
  content: ">";
}

.p-pageTop {
  position: fixed;
  z-index: 1;
  width: 65px;
  height: 65px;
  opacity: 1;
  transition: opacity 0.5s;
  right: 20px;
  bottom: 20px;
}
.p-pageTop a:hover, .p-pageTop a:active, .p-pageTop a:focus {
  opacity: 0.8;
}
@media screen and (max-width:900px) {
  .p-pageTop {
    display: none;
  }
}

.p-skipLink {
  position: absolute;
  top: 0;
  z-index: 105;
  width: 100%;
}

.p-skipLink a {
  display: block;
  height: 0;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: var(--background-color-dark);
  position: absolute;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.p-skipLink a a:hover, .p-skipLink a a:focus {
  color: #fff;
}
.p-skipLink a a:focus-within {
  position: static;
  height: auto;
  padding: 10px;
  clip: unset;
}

.ggmap {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0px auto 30px auto;
  width: 100%;
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gg-p1 {
  padding-bottom: 34.25%;
}
@media screen and (max-width:600px) {
  .gg-p1 {
    padding-bottom: 86.25%;
  }
}

.gg-p2 {
  padding-bottom: 75.25%;
}

.gg-p3 {
  padding-bottom: 60.25%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.pageNaviworp {
  width: 100%;
  margin: 8rem auto;
  border-top: solid 1px #F7F7F7;
  border-bottom: solid 1px #F7F7F7;
  padding: 3rem 0;
}
@media screen and (max-width:900px) {
  .pageNaviworp {
    width: 100%;
    margin: 2rem auto;
    padding: 2rem 0;
  }
}
.pageNaviworp ul.pageNavi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 0;
}
.pageNaviworp ul.pageNavi li {
  width: 33%;
  list-style-type: none;
}
.pageNaviworp ul.pageNavi li:nth-of-type(1) {
  order: 1;
  text-align: left;
}
.pageNaviworp ul.pageNavi li:nth-of-type(2) {
  order: 2;
  text-align: center;
}
.pageNaviworp ul.pageNavi li:nth-of-type(3) {
  order: 3;
  text-align: right;
}
@media screen and (max-width:900px) {
  .pageNaviworp ul.pageNavi li {
    font-size: 1.6rem;
  }
  .pageNaviworp ul.pageNavi li:nth-of-type(1) {
    order: 2;
  }
  .pageNaviworp ul.pageNavi li:nth-of-type(2) {
    width: 100%;
    order: 1;
    margin-bottom: 0.5rem;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 1em auto 3em;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  padding: 6px 13px !important;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #ccc;
  border-color: #ccc;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #231815;
  border-color: #231815;
  font-weight: bold;
}

/* ===============================================
# title
=============================================== */
.mainTitle {
  font-size: 3.4rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Maru Gothic", serif;
  color: #40210F;
  line-height: 1.2132352941;
  text-align: center;
  display: block;
  letter-spacing: 0.04em;
  text-shadow: 3px 3px 0px #FFF, -3px -3px 0px #FFF, -3px 3px 0px #FFF, 3px -3px 0px #FFF, 3px 0px 0px #FFF, -3px 0px 0px #FFF, 0px 3px 0px #FFF, 0px -3px 0px #FFF;
}
@media screen and (max-width:600px) {
  .mainTitle {
    font-size: 2.4rem;
    line-height: 1.71875;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width:600px) and (max-width:1366px) {
  .mainTitle {
    font-size: clamp(2.4rem, -0.5941520468rem + 2.9239766082vw, 3.4rem);
  }
}
.mainTitle span {
  display: block;
  margin-bottom: 1.9rem;
}
@media screen and (max-width:600px) {
  .mainTitle span {
    margin-bottom: 1.4rem;
  }
}

.SbTitle {
  font-size: clamp(2.1rem, 1.201754386rem + 0.8771929825vw, 2.4rem);
  letter-spacing: 0.22em;
  line-height: 1.2083333333;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 800;
}
.SbTitle::before, .SbTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.SbTitle::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.SbTitle::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.SbTitle:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 100%;
  height: 4px;
  left: 0;
  background: rgb(255, 217, 0);
  background: linear-gradient(29deg, rgb(255, 217, 0) 19%, rgb(255, 127, 0) 100%);
  border-radius: 2px;
}
@media screen and (max-width:600px) {
  .SbTitle:before {
    bottom: -5px;
  }
}
@media screen and (max-width:600px) {
  .SbTitle {
    line-height: 2.5;
  }
}

p {
  font-weight: 500;
}

#page-header .head-title {
  font-size: 3.6rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Maru Gothic", serif;
  color: #40210F;
  line-height: 1.2132352941;
  text-align: center;
  display: block;
  margin: 4.2rem 0 0;
  letter-spacing: 0.04em;
  text-shadow: 3px 3px 0px #FFF, -3px -3px 0px #FFF, -3px 3px 0px #FFF, 3px -3px 0px #FFF, 3px 0px 0px #FFF, -3px 0px 0px #FFF, 0px 3px 0px #FFF, 0px -3px 0px #FFF;
}
@media screen and (max-width:1366px) {
  #page-header .head-title {
    font-size: clamp(3rem, 1.2035087719rem + 1.7543859649vw, 3.6rem);
  }
}
@media screen and (max-width:900px) {
  #page-header .head-title {
    font-size: 3rem;
    width: 90%;
    margin: 3.2rem auto 0;
  }
}

#main {
  overflow: hidden;
}

/****************************************
# 検索Form
*****************************************/
.form {
  min-width: 277px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:600px) {
  .form {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.form .s-box {
  width: 76.53%;
  font-size: 1.6rem;
  color: #40210F;
  margin-left: 5px;
  padding: 10px 10px 10px 10px !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 45px;
}
@media screen and (max-width:600px) {
  .form .s-box {
    width: 77% !important;
    padding: 9px 10px 9px 10px !important;
  }
}
.form .s-btn-area {
  height: 45px;
  background-color: #40210F;
  line-height: 2.5;
  font-size: 1.6rem;
  padding: 0px 10px;
  color: #FFF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width:900px) {
  .form .s-btn-area {
    padding: 0px 10px;
  }
}
@media screen and (max-width:600px) {
  .form .s-btn-area {
    width: 18% !important;
    padding: 0px 10px !important;
  }
}

/* ===============================================
# downmenu
=============================================== */
.downmenu {
  width: 95%;
  margin: 0 auto 3.5rem;
}
.downmenu .m-select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 43px;
  padding: 8px 30px 8px 10px;
  margin: 0 auto !important;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.5;
  vertical-align: middle;
  background: #00833A no-repeat right 12px center/8px 10px;
  background-image: url(images/down_icon.png);
  background-size: 18px 11px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 0;
  color: #FFF;
}
@media screen and (max-width:600px) {
  .downmenu .m-select {
    height: 63px;
  }
}
.downmenu .m-select:focus {
  border-color: rgba(233, 46, 81, 0.3);
  outline: none;
  box-shadow: 0 0 0 3px rgba(233, 46, 81, 0.2);
}
.downmenu .m-select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
.downmenu .m-select[multiple] {
  height: auto;
  background-image: none;
  padding-right: 15px;
}

/* ===============================================
# button
=============================================== */
.c-btn {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FFF;
  color: #fff;
  display: block;
  border-radius: 10px;
  font-weight: bold;
  min-width: 220px;
  width: 100%;
  height: 45px;
  text-align: center;
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
  line-height: 2.5;
}
.c-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 17px;
  margin-right: 14px;
  background: url(images/mail_icon.png) no-repeat;
  background-size: contain;
}
.c-btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #00833A;
}
.c-btn:hover::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 17px;
  background: url(images/mail_icon_off.png) no-repeat;
  background-size: contain;
}

.bt a {
  display: inline-block;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2.840625;
  font-weight: 500;
  background: rgb(64, 33, 15);
  transition: all 0.45s ease-Out;
  border-radius: 30px;
  padding: 0 58px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width:1366px) {
  .bt a {
    font-size: clamp(1.2rem, 0.0023391813rem + 1.1695906433vw, 1.6rem);
  }
}
@media screen and (max-width:900px) {
  .bt a {
    font-size: 1.6rem;
    line-height: 1.340625;
    padding: 10px 58px;
  }
}
.bt a:hover {
  background: rgba(64, 33, 15, 0.6);
}

.btlink {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 30%;
  margin: auto;
  padding: 1rem 4rem 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  background: #FFF;
  border: solid 1px #cccccc;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:1366px) {
  .btlink {
    line-height: 1.1428571429;
  }
}
@media screen and (max-width:900px) {
  .btlink {
    font-size: 1.6rem;
    width: 80%;
  }
}
@media screen and (max-width:600px) {
  .btlink {
    width: 100%;
    padding: 1rem 1rem 2rem;
  }
}
.btlink::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(images/blank.png) no-repeat 0 center;
  background-size: contain;
}
.btlink:hover {
  background: #EEEEEE;
  color: #fff;
}

/* ===============================================
# 404
=============================================== */
#c404 {
  max-width: 1540px;
  width: 80.21%;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width:1367px) {
  #c404 {
    min-width: 1300px;
    width: 95.17%;
  }
}
@media screen and (max-width:1366px) {
  #c404 {
    min-width: 980px;
    width: 95.7%;
  }
}
@media screen and (max-width:900px) {
  #c404 {
    min-width: 90%;
    width: 90%;
  }
}
#c404 .in04 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#c404 .in04 .c-ttl {
  font-size: clamp(8rem, 2.0116959064rem + 5.8479532164vw, 10rem);
  color: #bfbfbf;
  font-weight: bold;
  line-height: 3rem;
}
#c404 .in04 a {
  color: #e0001a;
  text-decoration: underline;
}
#c404 .in04 h4 {
  margin-top: 4em;
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
}
#c404 .in04 p {
  margin-top: 4em;
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  line-height: 2.5;
}

/* ===============================================
 お問い合わせ
=============================================== */
.contact {
  max-width: 900px;
  width: 46.88%;
  margin: 0 auto;
  font-size: 1.8rem;
}
@media screen and (min-width:1367px) {
  .contact {
    min-width: 900px;
    width: 65.89%;
  }
}
@media screen and (max-width:1366px) {
  .contact {
    min-width: 980px;
    width: 95.7%;
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  .contact {
    min-width: 90%;
    width: 90%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width:600px) {
  .contact {
    width: 98%;
    font-size: 1.8rem;
  }
}
.contact h2 {
  display: block;
  width: 100%;
  padding: 8px 0 8px 0em;
  font-size: 1.8rem;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 600;
  color: #40210F;
  margin-top: 15px;
}
.contact .place {
  font-size: 1.6rem;
  margin-left: 10px;
  display: inline-block;
  color: #00508e;
}
@media screen and (max-width:1366px) {
  .contact .place {
    font-size: clamp(1.4rem, 0.8011695906rem + 0.5847953216vw, 1.6rem);
  }
}
@media screen and (max-width:900px) {
  .contact .place {
    font-size: 1.6rem;
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .contact .place {
    font-size: 1.6rem;
    margin-top: 5px;
    margin-left: 0px;
    color: #00508e;
  }
}
.contact .s-text {
  font-size: 1.6rem;
  display: block;
  margin: 5px 0;
}
@media screen and (max-width:1366px) {
  .contact .s-text {
    font-size: clamp(1.4rem, 0.8011695906rem + 0.5847953216vw, 1.6rem);
  }
}
@media screen and (max-width:900px) {
  .contact .s-text {
    font-size: 1.6rem;
  }
}
.contact .s-text a {
  text-decoration: underline;
}
.contact .Check {
  width: 100%;
  background: #eeeeee;
  padding: 10px 10px 10px 10px;
  text-align: center;
  margin: 2em auto;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .contact .Check {
    text-align: left;
  }
}
.contact .Check p a {
  text-decoration: underline;
}
.contact .Required {
  color: #FFF;
  display: inline-block;
  background: #e0001a;
  margin-left: 10px;
  font-size: 1.2rem;
  padding: 3px 5px;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: bold;
}
.contact ul.BtBox {
  width: 80%;
  margin: 30px auto;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
@media screen and (max-width:900px) {
  .contact ul.BtBox {
    width: 90%;
  }
}
.contact ul.BtBox li {
  margin: 30px 0.2rem;
  text-align: center;
}
.contact .comment {
  background: #e5e5e5;
  padding: 2em;
  box-sizing: border-box;
  text-align: left;
}

.Completion {
  max-width: 1000px;
  width: 60%;
  margin: 60px auto;
  text-align: center;
  line-height: 40px;
  padding: 1em;
  font-size: 1.8rem;
  box-sizing: border-box;
}
@media screen and (min-width:1367px) {
  .Completion {
    width: 80%;
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  .Completion {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:600px) {
  .Completion {
    width: 90%;
  }
}
.Completion .tel {
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
}

/****************************************
# Form
*****************************************/
input,
button,
textarea,
select {
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

/* !iOS Reset
---------------------------------------------------------- */
input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: 2px;
}

/* !default
---------------------------------------------------------- */
legend {
  display: block;
  width: 100%;
  padding: 8px 0 8px 0em;
  font-size: 1.8rem;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 600;
  color: #40210F;
  margin-top: 15px;
}

fieldset > p {
  margin: 0 0 4% 0;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px 0 8px 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #40210F;
  vertical-align: middle;
  cursor: pointer;
}

label > span {
  display: block;
  margin: 8px 0 8px 60px;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
textarea {
  margin: 0 0 0px 0;
  padding: 10px 10px 10px 10px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #767676;
  border-radius: 2px;
  font-size: 1.8rem;
  background-color: #F7F7F7;
  width: 100%;
}

.mt {
  margin-top: 30px;
}

select {
  position: relative;
  padding: 20px 1em 20px 20px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #dddddd;
  border-radius: 8px;
}
select:-ms-expand {
  display: none;
}

.c-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  color: #495057;
  vertical-align: middle;
  background: #F7F7F7 no-repeat right 12px center/8px 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23b9b4c3' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
  border-color: #767676;
  border-radius: 2px;
  font-size: 1.8rem;
  padding: 15px 30px 15px 10px;
  box-sizing: border-box;
  transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width:600px) {
  .c-select {
    padding: 15px 25px 15px 5px;
  }
}

button:hover {
  cursor: pointer;
}

/* numberの増減ボタンを消す */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* 必須 */
input:required,
textarea:required {
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #767676;
  background: #fffabb;
  color: #231815;
}

/* 必須 且つ 入力されていない */
input:required:invalid,
textarea:required:invalid {
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #ed5959;
  background: #ed5959;
}

/* focus */
input:focus,
textarea:focus,
select:focus {
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #767676;
  background: #fffabb;
  color: #231815;
}

/* 必須にfocus */
input:required:invalid:focus,
textarea:required:invalid:focus {
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #000000;
  background: #fffabb;
  color: #231815;
}

/* Placeholder Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #767676;
  font-style: italic;
}

/* Placeholder Firefox 18- */
:-moz-placeholder {
  opacity: 1;
  color: #767676;
  font-style: italic;
}

/* Placeholder Firefox 19+ */
::-moz-placeholder {
  opacity: 1;
  color: #767676;
  font-style: italic;
}

/* Placeholder IE 10+ */
:-ms-input-placeholder {
  color: #767676;
  font-style: italic;
}

/* !ラジオボタン、チェックボックス
---------------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid #767676;
  width: 2em;
  height: 2em;
  line-height: 1;
  transform: translate(0, -50%);
  background: #ffffff none;
}

input[type=radio] {
  border-radius: 50%;
}

/* !ラジオボタン、チェックボックスのクリック範囲にフォーカスしたとき
---------------------------------------------------------- */
label > input[type=radio]:focus,
label > input[type=checkbox]:focus {
  outline: dotted 2px #ed5959;
}

/* !ラジオボタン チェック印の背景
---------------------------------------------------------- */
label > input[type=radio]:checked {
  border-color: #00508e;
}

/* !ラジオボタン チェックの印
---------------------------------------------------------- */
label > input[type=radio]:checked:before {
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 1em;
  height: 1em;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #00508e;
  border-radius: 50%;
  background: #00508e none;
  content: "";
}

/* !チェックボタン チェック印の背景
---------------------------------------------------------- */
label > input[type=checkbox]:checked {
  border-color: #00508e;
  background: #00508e none;
}

/* !チェックボタン チェックの印
---------------------------------------------------------- */
label > input[type=checkbox]:checked:before {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 14px;
  height: 26px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  content: "";
  transform: rotate(45deg);
}

/* !送信ボタン
---------------------------------------------------------- */
.ContactBt01 {
  background: #e0001a;
  margin: 30px 10px 30px 10px;
  padding: 20px 10px 20px 10px;
  border-radius: 5px;
  width: 100%;
  border: solid 3px #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  line-height: normal;
  font-size: clamp(1.25rem, 0.9741rem + 0.7508vw, 1.875rem);
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  /* Old browsers */
}
@media screen and (max-width:600px) {
  .ContactBt01 {
    margin: 10px 10px 10px 10px;
    width: 95%;
  }
  .ContactBt01:hover {
    background: #333333;
  }
  .ContactBt01:active {
    color: #000;
  }
}

.ContactBt02 {
  background: #333333;
  margin: 30px 0px 30px 0px;
  padding: 20px 10px 20px 10px;
  width: 100%;
  border: solid 3px #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: normal;
  font-size: clamp(1.25rem, 0.9741rem + 0.7508vw, 1.875rem);
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  /* Old browsers */
}
.ContactBt02:hover {
  background: #333333;
}
@media screen and (max-width:600px) {
  .ContactBt02 {
    margin: 10px 10px 10px 10px;
    width: 95%;
  }
}
.ContactBt02:active {
  color: #000;
}

.ContactBt03 {
  background: #00833A;
  margin: 30px 10px 30px 10px;
  padding: 20px 10px 20px 10px;
  width: 100%;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  border-radius: 5px;
  text-decoration: none;
  line-height: normal;
  font-size: clamp(1.25rem, 0.9741rem + 0.7508vw, 1.875rem);
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  /* Old browsers */
}
.ContactBt03:hover {
  background: #333333;
}
@media screen and (max-width:600px) {
  .ContactBt03 {
    margin: 10px 10px 10px 10px;
    width: 95%;
    box-sizing: border-box;
  }
}
.ContactBt03:active {
  color: #000;
}

/* ===============================================
# 現在投稿はありません
=============================================== */
.noDeta {
  font-size: clamp(1.8rem, 1.2011695906rem + 0.5847953216vw, 2rem);
  text-align: center;
}

/* ===============================================
 テーブル
=============================================== */
table.company {
  max-width: 1000px;
  width: 52.08%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
}
@media screen and (min-width:1367px) {
  table.company {
    min-width: 1000px;
    width: 73.21%;
  }
}
@media screen and (max-width:1366px) {
  table.company {
    min-width: 980px;
    width: 95.7%;
  }
}
@media screen and (max-width:600px) {
  table.company {
    display: block;
    width: 98%;
    margin: 0px 0px;
  }
  table.company thead {
    display: none;
  }
  table.company tbody {
    display: block;
  }
  table.company tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }
  table.company tbody th, table.company tbody td {
    display: list-item;
    border: none;
  }
  table.company tbody th {
    list-style-type: none;
    color: #000;
    width: 100%;
    border-top: 1px solid #000;
  }
  table.company tbody td {
    list-style-type: none;
    padding: 10px 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
  }
}
table.company td, table.company th {
  padding: 25px 15px;
  border-top: 2px solid #ccc;
  box-sizing: border-box;
  font-size: 1.8rem;
}
table.company th {
  width: 35%;
  font-weight: normal;
}

/****************************************

          プライバシー

*****************************************/
#Privacy {
  padding: 1% 0 3.3%;
  overflow: hidden;
}
#Privacy .privacyBox {
  max-width: 989px;
  width: 51.51%;
  overflow: hidden;
  padding: 2em 0;
  margin: 0 auto;
}
@media screen and (min-width:1367px) {
  #Privacy .privacyBox {
    min-width: 989px !important;
    width: 87.85%;
  }
}
@media screen and (max-width:1366px) {
  #Privacy .privacyBox {
    min-width: 900px !important;
    width: 90% !important;
  }
}
@media screen and (max-width:900px) {
  #Privacy .privacyBox {
    min-width: 90% !important;
    width: 90% !important;
  }
}
@media screen and (max-width:600px) {
  #Privacy .privacyBox {
    width: 90%;
    padding: 0em 0;
  }
}
#Privacy .privacyBox .Title {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 1.2011695906rem + 0.5847953216vw, 2rem);
  font-weight: 600;
}
#Privacy .privacyBox p {
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  letter-spacing: 0.16em;
  line-height: 1.8;
}
@media screen and (max-width:900px) {
  #Privacy .privacyBox p {
    letter-spacing: 0em !important;
  }
}
#Privacy .ml {
  margin-left: 20px;
}

ol.privacy {
  width: 100%;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.privacy li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  letter-spacing: 0.16em;
  line-height: 1.8;
}
@media screen and (max-width:900px) {
  ol.privacy li {
    letter-spacing: 0em !important;
  }
}
ol.privacy li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: bold;
  color: #000;
}

ul.style {
  width: 100%;
  list-style-type: none;
}
ul.style li {
  margin-left: 24px;
  text-align: left;
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem) !important;
  letter-spacing: 0.16em;
  line-height: 1.8;
}
@media screen and (max-width:900px) {
  ul.style li {
    letter-spacing: 0em !important;
  }
}

.disc {
  list-style-type: disc;
}

.circle {
  list-style-type: circle;
}

/* ===============================================
# head
=============================================== */
#header {
  width: 100%;
  background-image: url(images/skin_side_up.png);
  background-repeat: repeat;
  background-position: 0 0;
  overflow: hidden;
}
#header .wrap_header {
  width: 100%;
  height: 70px;
  background-color: #00833A;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 2.3% 0 2.2%;
  box-sizing: border-box;
}
@media screen and (max-width:600px) {
  #header .wrap_header {
    padding: 0rem 2.05rem 0rem 2.04rem;
  }
}
#header .wrap_header h1 {
  margin-right: auto;
  min-width: 332px;
  width: 24.43%;
}
@media screen and (max-width:600px) {
  #header .wrap_header h1 {
    min-width: 75%;
    width: 75%;
  }
}
#header .wrap_header .mail {
  min-width: 220px;
  width: 11.46%;
  margin-right: 2.5rem;
}
@media screen and (max-width:900px) {
  #header .wrap_header .mail {
    display: none;
  }
}
#header .wrap_header .search {
  min-width: 307px;
  width: 15.99%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width:900px) {
  #header .wrap_header .search {
    display: none;
  }
}
#header .wrap_header .search .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 40;
}

@media screen and (max-width:900px) {
  .sp-sbmenu {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .sp-sbmenu {
    display: block;
  }
}
.sp-sbmenu ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.sp-sbmenu ul li {
  width: 50%;
}
.sp-sbmenu .tel-btn,
.sp-sbmenu .contact-btn {
  background: #00833A;
  border-top: 1px solid #FFF;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  height: 50px;
  position: relative;
}
.sp-sbmenu .tel-btn {
  line-height: 1.3157894737;
  padding: 3px 0 0 15px;
  font-size: 1.9rem;
  text-align: center;
}
.sp-sbmenu .tel-btn a {
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 0 0 15px;
}
.sp-sbmenu .tel-btn span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.015em;
}
.sp-sbmenu .tel-btn::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(images/tel_icon.png) no-repeat;
  background-size: contain;
  background-position: 0 0px;
}
.sp-sbmenu .contact-btn {
  line-height: 2.5;
  border-left: solid 1px #FFF;
  font-size: 1.8rem;
  padding-left: 50px;
}
.sp-sbmenu .contact-btn a {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 50px;
}
.sp-sbmenu .contact-btn::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 15px;
  width: 20px;
  height: 20px;
  background: url(images/mail_icon.png) no-repeat;
  background-size: contain;
}

/* 上部に固定させるスタイルを用意 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  box-shadow: 3px 4px 20px -5px rgba(0, 0, 0, 0.2);
}

.search-sp {
  min-width: 307px;
  width: 15.99%;
  margin: 1.85rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width:900px) {
  .search-sp {
    min-width: 90% !important;
    width: 90% !important;
    margin: 3.5rem auto 0;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width:600px) {
  .search-sp {
    min-width: 90% !important;
    width: 90% !important;
    margin: 1.85rem auto;
    justify-content: center;
    float: none;
  }
}

/****************************************

          メインビジュアル

*****************************************/
.wrap_header_img {
  max-width: 1568px;
  padding-top: 20%;
  width: 81.67%;
  margin: 3rem auto 0;
  position: relative;
}
@media screen and (min-width: 2048px) {
  .wrap_header_img {
    min-width: 2000px !important;
    width: 97.66% !important;
  }
}
@media screen and (min-width:1367px) {
  .wrap_header_img {
    min-width: 1350px;
    width: 98.83%;
  }
}
@media screen and (max-width:1366px) {
  .wrap_header_img {
    min-width: 980px;
    width: 95.7%;
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .wrap_header_img {
    min-width: 100%;
    width: 100%;
    height: 560px;
    margin: 3.88rem auto 0;
  }
}
.wrap_header_img h2 {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-weight: 600;
  color: #40210F;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-size: 3.8rem;
  text-shadow: 3px 3px 0px #FFF, -3px -3px 0px #FFF, -3px 3px 0px #FFF, 3px -3px 0px #FFF, 3px 0px 0px #FFF, -3px 0px 0px #FFF, 0px 3px 0px #FFF, 0px -3px 0px #FFF;
  position: absolute;
  top: 60px;
  left: 51%;
  transform: translateX(-51%);
}
@media screen and (max-width:1366px) {
  .wrap_header_img h2 {
    font-size: clamp(2.8rem, -0.1941520468rem + 2.9239766082vw, 3.8rem);
    top: 40px;
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img h2 {
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.2rem;
  }
}
@media screen and (max-width:600px) {
  .wrap_header_img h2 {
    width: 100%;
    top: 0px;
  }
}
.wrap_header_img h2 span {
  color: #006934;
  display: inline-block;
  font-size: 3.8rem;
  margin-top: 0;
}
@media screen and (max-width:1366px) {
  .wrap_header_img h2 span {
    font-size: clamp(2.8rem, -0.1941520468rem + 2.9239766082vw, 3.8rem);
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img h2 span {
    font-size: 2.2rem;
  }
}
.wrap_header_img .balloon01 {
  max-width: 295px;
  width: 19.88%;
  position: absolute;
  top: 0;
  left: 151px;
}
@media screen and (min-width: 2000px) {
  .wrap_header_img .balloon01 {
    min-width: 304.5px;
    width: 15.23%;
  }
}
@media screen and (max-width:1366px) {
  .wrap_header_img .balloon01 {
    min-width: 186px;
    width: 18.98%;
    top: 0;
    left: 107.5px;
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img .balloon01 {
    min-width: 178.02px;
    width: 22.82%;
    top: 0;
    left: 47.4px;
  }
}
@media screen and (max-width:600px) {
  .wrap_header_img .balloon01 {
    min-width: 174.89px;
    width: 46.02%;
    top: 85.8px;
    left: 16.1px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .wrap_header_img .balloon01 {
    left: 90px;
  }
}
.wrap_header_img .balloon01:hover img {
  transition: transform 1s;
  transform: rotate(-15deg);
}
.wrap_header_img .balloon02 {
  max-width: 335px;
  width: 22.57%;
  position: absolute;
  top: 252px;
  left: 0px;
}
@media screen and (min-width: 2048px) {
  .wrap_header_img .balloon02 {
    min-width: 432.2px;
    width: 21.61%;
  }
}
@media screen and (max-width:1366px) {
  .wrap_header_img .balloon02 {
    min-width: 211px;
    width: 21.53%;
    top: 217.5px;
    left: 0px;
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img .balloon02 {
    min-width: 202.24px;
    width: 25.93%;
  }
}
@media screen and (max-width:600px) {
  .wrap_header_img .balloon02 {
    min-width: 195.97px;
    width: 51.57%;
    top: 237.5px;
  }
}
.wrap_header_img .balloon02:hover img {
  transition: transform 1s;
  transform: rotate(-15deg);
}
.wrap_header_img .balloon03 {
  max-width: 259px;
  width: 17.45%;
  position: absolute;
  top: 212px;
  left: 27%;
}
@media screen and (min-width: 2048px) {
  .wrap_header_img .balloon03 {
    min-width: 333.85px;
    width: 16.69%;
  }
}
@media screen and (max-width:1366px) {
  .wrap_header_img .balloon03 {
    min-width: 163.59;
    width: 16.69%;
    top: 182.1px;
    left: 27%;
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img .balloon03 {
    min-width: 156.22px;
    width: 20.03%;
  }
}
@media screen and (max-width:600px) {
  .wrap_header_img .balloon03 {
    max-width: 152.17px;
    width: 40.04%;
    top: 156.6px;
    right: 6.5px;
    left: auto;
  }
}
.wrap_header_img .balloon03:hover img {
  transition: transform 1s;
  transform: rotate(-15deg);
}
.wrap_header_img .balloon04 {
  max-width: 318px;
  width: 21.43%;
  position: absolute;
  top: 205px;
  right: 27.6%;
}
@media screen and (min-width: 2048px) {
  .wrap_header_img .balloon04 {
    min-width: 410.2px;
    width: 20.51%;
  }
}
@media screen and (max-width:1366px) {
  .wrap_header_img .balloon04 {
    min-width: 201px;
    width: 20.51%;
    top: 176px;
    right: 27.6%;
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img .balloon04 {
    min-width: 191.94px;
    width: 18.74%;
  }
}
@media screen and (max-width:600px) {
  .wrap_header_img .balloon04 {
    min-width: 179.38px;
    width: 47.21%;
    top: 391.9px;
    left: 2.5px;
  }
}
.wrap_header_img .balloon04:hover img {
  transition: transform 1s;
  transform: rotate(15deg);
}
.wrap_header_img .balloon05 {
  max-width: 283px;
  width: 19.07%;
  position: absolute;
  top: 21px;
  right: 154.5px;
}
@media screen and (min-width: 2048px) {
  .wrap_header_img .balloon05 {
    min-width: 380.44px;
    width: 19.02%;
  }
}
@media screen and (max-width:1366px) {
  .wrap_header_img .balloon05 {
    min-width: 186.42px;
    width: 19.02%;
    top: 13.3px;
    right: 61.6px;
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img .balloon05 {
    min-width: 178.02px;
    width: 22.82%;
    right: 21.6px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .wrap_header_img .balloon05 {
    right: 30.5px;
  }
}
@media screen and (max-width:600px) {
  .wrap_header_img .balloon05 {
    max-width: 157.51px;
    width: 41.45%;
    top: 445px;
    right: 12.3px;
  }
}
.wrap_header_img .balloon05:hover img {
  transition: transform 1s;
  transform: rotate(15deg);
}
.wrap_header_img .balloon06 {
  max-width: 295px;
  width: 19.88%;
  position: absolute;
  top: 262px;
  right: 91.9px;
}
@media screen and (min-width: 2048px) {
  .wrap_header_img .balloon06 {
    min-width: 364.91px;
    width: 18.25%;
  }
}
@media screen and (max-width:1366px) {
  .wrap_header_img .balloon06 {
    min-width: 178.81px;
    width: 18.25%;
    top: 226.3px;
    right: 6.3px;
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img .balloon06 {
    min-width: 170.75px;
    width: 21.89%;
  }
}
@media screen and (max-width:600px) {
  .wrap_header_img .balloon06 {
    max-width: 157.15px;
    width: 41.36%;
    top: 309.3px;
    right: 0;
  }
}
.wrap_header_img .balloon06:hover img {
  transition: transform 1s;
  transform: rotate(15deg);
}

.head-img {
  width: 100%;
  margin-top: 0%;
}
@media screen and (min-width:1920px) {
  .head-img {
    margin-top: 1.6% !important;
  }
}
@media screen and (min-width:1367px) {
  .head-img {
    margin-top: 7%;
  }
}
@media screen and (max-width:1366px) {
  .head-img {
    margin-top: 8%;
  }
}
@media screen and (max-width:900px) {
  .head-img {
    margin-top: 20%;
  }
}
@media screen and (max-width:600px) {
  .head-img {
    width: 100%;
    margin-top: 3%;
  }
}

.wrap_header_img_sp {
  max-width: 98%;
  width: 98%;
  margin: 10rem auto 0;
  position: relative;
  background-color: #006934;
}
.wrap_header_img_sp h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  color: #40210F;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-size: 3.8rem;
  text-shadow: 3px 3px 0px #FFF, -3px -3px 0px #FFF, -3px 3px 0px #FFF, 3px -3px 0px #FFF, 3px 0px 0px #FFF, -3px 0px 0px #FFF, 0px 3px 0px #FFF, 0px -3px 0px #FFF;
  position: absolute;
  top: 70px;
  left: 55%;
  transform: translateX(-55%);
}
@media screen and (max-width:1366px) {
  .wrap_header_img_sp h2 {
    font-size: clamp(2.8rem, -0.1941520468rem + 2.9239766082vw, 3.8rem);
  }
}
@media screen and (max-width:900px) {
  .wrap_header_img_sp h2 {
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.2rem;
  }
}
.wrap_header_img_sp h2 span {
  color: #006934;
  display: inline-block;
  font-size: 3.8rem;
  margin-top: 0;
}
@media screen and (max-width:1366px) {
  .wrap_header_img_sp h2 span {
    font-size: clamp(2.8rem, -0.1941520468rem + 2.9239766082vw, 3.8rem);
  }
}
.wrap_header_img_sp .balloon01_s {
  min-width: 295px;
  width: 19.88%;
  position: absolute;
  top: 85.8px;
  left: 16.1px;
}
.wrap_header_img_sp .balloon01_s:hover img {
  transition: transform 1s;
  transform: rotate(-15deg);
}
.wrap_header_img_sp .balloon02_s {
  min-width: 335px;
  width: 22.57%;
  position: absolute;
  top: 350px;
  left: 0px;
}
.wrap_header_img_sp .balloon02_s:hover img {
  transition: transform 1s;
  transform: rotate(-15deg);
}
.wrap_header_img_sp .balloon03_s {
  min-width: 259px;
  width: 17.45%;
  position: absolute;
  top: 156.6px;
  right: 0;
}
.wrap_header_img_sp .balloon03_s:hover img {
  transition: transform 1s;
  transform: rotate(-15deg);
}
.wrap_header_img_sp .balloon04_s {
  min-width: 318px;
  width: 21.43%;
  position: absolute;
  top: 570px;
  left: 0;
}
.wrap_header_img_sp .balloon04_s:hover img {
  transition: transform 1s;
  transform: rotate(15deg);
}
.wrap_header_img_sp .balloon05_s {
  min-width: 283px;
  width: 19.07%;
  position: absolute;
  top: 21px;
  right: 70.5px;
}
.wrap_header_img_sp .balloon05_s:hover img {
  transition: transform 1s;
  transform: rotate(15deg);
}
.wrap_header_img_sp .balloon06_s {
  min-width: 295px;
  width: 19.88%;
  position: absolute;
  top: 262px;
  right: 7.5px;
}
.wrap_header_img_sp .balloon06_s:hover img {
  transition: transform 1s;
  transform: rotate(15deg);
}

/****************************************

          pagehead

*****************************************/
#page-header {
  width: 100%;
  background-image: url(images/pagehead_hk.png);
  background-repeat: repeat;
  background-position: 0 bottom;
  background-size: auto;
  overflow: hidden;
  padding-bottom: 9.64rem;
}
@media screen and (max-width:900px) {
  #page-header {
    padding-bottom: 5.64rem;
  }
}
@media screen and (max-width:600px) {
  #page-header {
    padding-bottom: 3.64rem;
  }
}
#page-header .wrap_header {
  width: 100%;
  height: 70px;
  background-color: #00833A;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 2.3% 0 2.2%;
  box-sizing: border-box;
}
@media screen and (max-width:600px) {
  #page-header .wrap_header {
    padding: 0rem 2.05rem 0rem 2.04rem;
  }
}
#page-header .wrap_header h1 {
  margin-right: auto;
  min-width: 332px;
  width: 24.43%;
}
@media screen and (max-width:600px) {
  #page-header .wrap_header h1 {
    min-width: 75%;
    width: 75%;
  }
}
#page-header .wrap_header .mail {
  min-width: 220px;
  width: 11.46%;
  margin-right: 2.5rem;
}
@media screen and (max-width:900px) {
  #page-header .wrap_header .mail {
    display: none;
  }
}
#page-header .wrap_header .search {
  min-width: 307px;
  width: 15.99%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width:900px) {
  #page-header .wrap_header .search {
    display: none;
  }
}
#page-header .wrap_header .search .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 40;
}

.wrap_header_navi {
  max-width: 1545px;
  width: 80.47%;
  margin: 1.34rem auto 0rem;
}
@media screen and (min-width: 2048px) {
  .wrap_header_navi {
    min-width: 1980px !important;
    width: 96.68% !important;
  }
}
@media screen and (min-width:1367px) {
  .wrap_header_navi {
    min-width: 1366px;
    width: 80.47%;
  }
}
@media screen and (max-width:1366px) {
  .wrap_header_navi {
    max-width: 1340px;
    width: 98%;
  }
}
@media screen and (max-width:900px) {
  .wrap_header_navi {
    display: none;
  }
}
.wrap_header_navi ul.navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
.wrap_header_navi ul.navi li {
  max-width: 192.5px;
  width: 12.43%;
  background-image: url(images/lin.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1px 63%;
  text-align: center;
}
.wrap_header_navi ul.navi li:last-child {
  background-image: url(images/lin.png), url(images/lin.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}
.wrap_header_navi ul.navi li .menu {
  max-width: 169.08px;
  width: 88.06%;
  margin: 0 auto;
}
.wrap_header_navi ul.navi li .menu a {
  display: block;
  font-size: 1.8rem;
  color: #40210F;
  font-weight: 700;
  padding: 0.81rem 0 1.34rem;
}
@media screen and (max-width:1366px) {
  .wrap_header_navi ul.navi li .menu a {
    font-size: clamp(1.3rem, -0.1970760234rem + 1.4619883041vw, 1.8rem);
  }
}
.wrap_header_navi ul.navi li .menu a:hover {
  background-color: #E2F8D1;
  border-radius: 10px;
}
.wrap_header_navi ul.navi li .menu span {
  display: block;
  margin-bottom: 0.89rem;
}

@media screen and (max-width:900px) {
  /* ハンバーガーメニュー */
  #menu-button {
    position: fixed;
    right: 20.5px;
    display: grid;
    place-items: center;
    place-content: center;
    width: 40px;
    height: 34px;
    border: none;
    cursor: pointer;
    z-index: 999;
  }
  /* バー */
  .bar,
  .bar::before,
  .bar::after {
    width: 40px;
    height: 3px;
    background-color: #FFF;
    transition: transform 0.3s;
  }
  .bar {
    display: grid;
  }
  .bar::before, .bar::after {
    content: "";
    grid-area: 1/1;
  }
  .bar::before {
    transform: translateY(-11px);
  }
  .bar::after {
    transform: translateY(11px);
  }
  /* オープン時のバー */
  .menu-open .bar {
    background-color: transparent;
  }
  .menu-open .bar::before {
    transform: rotate(45deg);
    background-color: #231815;
  }
  .menu-open .bar::after {
    transform: rotate(-45deg);
    background-color: #231815;
  }
  /* メニューラベル */
  .menu-label {
    transform: translateY(10px);
    font-size: 10px;
    color: #333;
  }
  /* オーバーレイ */
  #overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 997;
    transition: opacity 0.3s;
    /* オープン時のオーバーレイ */
  }
  .menu-open #overlay {
    visibility: visible;
    opacity: 1;
  }
  /* メニュー */
  #menu {
    position: fixed;
    height: 100%;
    width: 100%;
    background-image: url(images/skin_side_up.png);
    background-repeat: repeat;
    right: 0;
    top: 0;
    z-index: 998;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    padding: 30px 0 50px;
  }
  /* オープン時のメニュー */
}
@media screen and (max-width:900px) and (max-width:600px) {
  #menu {
    padding: 30px 0 80px;
  }
}
@media screen and (max-width:900px) {
  #menu ul {
    list-style: none;
    padding: 0;
    margin: 30px auto 50px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #menu li {
    width: 49.9%;
    padding: 20px 10px;
    border: 1px solid #00833A;
    background-color: #FFF;
    box-sizing: border-box;
    margin-bottom: 1px;
  }
  #menu a {
    font-size: 1.6rem;
    color: #00833A;
    padding-bottom: 5px;
    display: inline-block;
    width: 100% !important;
  }
  #menu .logo {
    margin: 2rem auto 2rem;
    text-align: center;
  }
  #menu .headNav-mail {
    min-width: 220px;
    width: 11.46%;
    margin: 0 auto 80px;
  }
  #menu .headNav-mail .c-btn {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #00833A;
    color: #00833A;
    text-align: center;
  }
  #menu .headNav-mail .c-btn::before {
    background: url(images/mail_icon_off.png) no-repeat;
  }
  #menu .headNav-mail .c-btn:hover {
    background: #00833A;
    color: #FFF;
  }
  #menu .headNav-mail .c-btn:hover::before {
    background: url(images/mail_icon.png) no-repeat;
  }
  #menu .sabu-content {
    display: flex;
    justify-content: space-between;
  }
  #menu .sabu-content .sabu-content-list {
    width: 50%;
  }
  #menu .sabu-content .tel-btn,
  #menu .sabu-content .contact-btn {
    font-size: 2rem !important;
    color: #FFF;
    height: 55px !important;
  }
  #menu .sabu-content .tel-btn a {
    padding: 15px 0 0px 15px !important;
  }
  #menu .sabu-content .tel-btn span {
    font-size: 1.2rem !important;
  }
  #menu .sabu-content .contact-btn a {
    padding: 15px 0 0 50px !important;
  }
  #menu .material-symbols-outlined.g {
    color: #000;
  }
  .menu-open #menu {
    transform: translateX(0);
  }
}
/* =TOP
-------------------------------------*/
.pickup-worp {
  width: 100%;
  background-color: #FFF2FA;
  padding: 4.09rem 0 5.23rem;
  box-sizing: border-box;
  margin: 6.6rem 0 7.32rem;
}
@media screen and (max-width:1366px) {
  .pickup-worp {
    padding: 2.91rem 0 3.72rem;
  }
}
@media screen and (max-width:900px) {
  .pickup-worp {
    padding: 0rem 0 3.72rem;
  }
}
@media screen and (max-width:600px) {
  .pickup-worp {
    margin: 2rem 0 7.32rem;
  }
}
.pickup-worp h2 {
  width: 100%;
  text-align: center;
  color: #B50D23 !important;
}
.pickup-worp .news-box {
  padding: 3.45rem 5.58rem;
  margin: 2.68rem auto 0;
  overflow-y: scroll;
  height: 170px;
}
@media screen and (max-width:1366px) {
  .pickup-worp .news-box {
    padding: 3.45rem 3.02rem;
  }
}
@media screen and (max-width:600px) {
  .pickup-worp .news-box {
    padding: 0rem 2rem;
  }
}

.zaidan-worp {
  width: 100%;
  margin: 0 auto 5.45rem;
  background: url(images/h_img01@2x.png) no-repeat right center;
  background-size: auto 422px;
}
@media screen and (max-width:900px) {
  .zaidan-worp {
    background: none;
  }
}
.zaidan-worp .zaidan-box {
  max-width: 1366px;
  width: 71.15%;
  margin: 0 auto;
  background: url(images/lin_hk01@2x.png), url(images/illust.png), url(images/hk-100.jpg);
  background-size: 100% 10px, auto, auto;
  background-repeat: repeat-x, no-repeat, repeat;
  background-position: 0 0, right 55.1px bottom 20.3px, 0 0;
  padding: 2.9rem 0 20.12rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (min-width:1367px) {
  .zaidan-worp .zaidan-box {
    max-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width:1366px) {
  .zaidan-worp .zaidan-box {
    min-width: 1024px;
    width: 100%;
  }
}
@media screen and (max-width:900px) {
  .zaidan-worp .zaidan-box {
    min-width: 90%;
    width: 90%;
    background-size: 100% 10px, 80% auto, auto;
    background-position: 0 0, center bottom 25px, 0 0;
    padding: 2.9rem 0 25.12rem;
  }
}
@media screen and (max-width:600px) {
  .zaidan-worp .zaidan-box {
    padding: 3rem 0 5rem;
  }
}
.zaidan-worp .zaidan-box .worp {
  width: 93.7%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 6.15rem auto 0.15rem;
}
@media screen and (max-width:900px) {
  .zaidan-worp .zaidan-box .worp {
    width: 90%;
  }
}
@media screen and (max-width:600px) {
  .zaidan-worp .zaidan-box .worp {
    margin: 2.48rem auto;
  }
}
.zaidan-worp .zaidan-box .worp .left {
  width: 44.53%;
}
@media screen and (max-width:900px) {
  .zaidan-worp .zaidan-box .worp .left {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }
}
.zaidan-worp .zaidan-box .worp .right {
  width: 48.44%;
  font-size: 1.8rem;
  line-height: 2.3055555556;
  margin-left: 4.56rem;
  display: flex;
  flex-direction: column;
}
.zaidan-worp .zaidan-box .worp .right::before, .zaidan-worp .zaidan-box .worp .right::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.zaidan-worp .zaidan-box .worp .right::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.zaidan-worp .zaidan-box .worp .right::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width:1366px) {
  .zaidan-worp .zaidan-box .worp .right {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  .zaidan-worp .zaidan-box .worp .right {
    font-size: 1.8rem;
    width: 100%;
    margin-left: 0rem;
  }
}
@media screen and (max-width:600px) {
  .zaidan-worp .zaidan-box .worp .right {
    font-size: 1.8rem;
  }
}
.zaidan-worp .zaidan-box .worp .right .bt {
  margin: 4.43rem 0 0 !important;
}
@media screen and (max-width:900px) {
  .zaidan-worp .zaidan-box .worp .right .bt {
    margin: 60px auto !important;
  }
}
@media screen and (max-width:600px) {
  .zaidan-worp .zaidan-box .worp .right .bt {
    margin: 50px auto 80px !important;
  }
}
.zaidan-worp .zaidan-box .worp .right .bt a {
  padding: 0 48px !important;
}
@media screen and (max-width:900px) {
  .zaidan-worp .zaidan-box .worp .right .bt a {
    padding: 13px 48px !important;
  }
}

.facility-worp,
.soudan-worp {
  width: 100%;
  margin: 0 auto 5.45rem;
}
.facility-worp .facility-box,
.facility-worp .soudan-box,
.soudan-worp .facility-box,
.soudan-worp .soudan-box {
  max-width: 1366px;
  width: 71.15%;
  margin: 0 auto;
  background: url(images/lin_hk02@2x.png), url(images/hk-100.jpg);
  background-size: 100% 10px, auto;
  background-repeat: repeat-x, repeat;
  background-position: 0 0, 0 0;
  padding: 3rem 0 8.15rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width:1367px) {
  .facility-worp .facility-box,
  .facility-worp .soudan-box,
  .soudan-worp .facility-box,
  .soudan-worp .soudan-box {
    max-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width:1366px) {
  .facility-worp .facility-box,
  .facility-worp .soudan-box,
  .soudan-worp .facility-box,
  .soudan-worp .soudan-box {
    min-width: 1024px;
    width: 100%;
  }
}
@media screen and (max-width:900px) {
  .facility-worp .facility-box,
  .facility-worp .soudan-box,
  .soudan-worp .facility-box,
  .soudan-worp .soudan-box {
    min-width: 90%;
    width: 90%;
    background-size: 100% 10px, auto;
    background-position: 0 0, 0 0;
    padding: 3rem 0 1.3rem;
    margin: 0 auto 0rem;
  }
}
.facility-worp .facility-box ul.card,
.facility-worp .soudan-box ul.card,
.soudan-worp .facility-box ul.card,
.soudan-worp .soudan-box ul.card {
  max-width: 1275px;
  width: 93.08%;
  margin: 3.74rem auto 0;
  list-style-type: none;
}
@media screen and (max-width:900px) {
  .facility-worp .facility-box ul.card,
  .facility-worp .soudan-box ul.card,
  .soudan-worp .facility-box ul.card,
  .soudan-worp .soudan-box ul.card {
    width: 90%;
  }
}
.facility-worp .facility-box ul.card li,
.facility-worp .soudan-box ul.card li,
.soudan-worp .facility-box ul.card li,
.soudan-worp .soudan-box ul.card li {
  width: 32.01%;
}
@media screen and (max-width:900px) {
  .facility-worp .facility-box ul.card li,
  .facility-worp .soudan-box ul.card li,
  .soudan-worp .facility-box ul.card li,
  .soudan-worp .soudan-box ul.card li {
    width: 100%;
    margin-bottom: 35px;
  }
}
.facility-worp .facility-box ul.card li p,
.facility-worp .soudan-box ul.card li p,
.soudan-worp .facility-box ul.card li p,
.soudan-worp .soudan-box ul.card li p {
  width: 85.91%;
  margin: 0 auto;
}

.facility-worp {
  background: url(images/h_img02@2x.png) no-repeat left 33.5px;
  background-size: auto 481px;
}
@media screen and (max-width:900px) {
  .facility-worp {
    background: none;
  }
}

.soudan-worp {
  background: url(images/h_img03@2x.png) no-repeat right 0;
  background-size: auto 495px;
}

.support-worp {
  width: 100%;
  margin: 0 auto 8.5rem;
  background: url(images/h_img04@2x.png) no-repeat left 143.2px;
  background-size: auto 453px;
}
@media screen and (max-width:900px) {
  .support-worp {
    background: none;
  }
}
@media screen and (max-width:600px) {
  .support-worp {
    margin: 0 auto 3.5rem;
  }
}
.support-worp .boxWorp {
  max-width: 1366px;
  width: 71.15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6.15rem auto;
}
@media screen and (min-width:1367px) {
  .support-worp .boxWorp {
    min-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width:1366px) {
  .support-worp .boxWorp {
    min-width: 1024px;
    width: 100%;
  }
}
@media screen and (max-width:900px) {
  .support-worp .boxWorp {
    min-width: 90%;
    width: 90%;
    margin: 6.15rem auto 0;
  }
}
.support-worp .boxWorp .ninchi,
.support-worp .boxWorp .refurbishment {
  width: 46.72%;
  margin: 0 0;
  background-size: 100% 10px, auto;
  background-repeat: repeat-x, repeat;
  background-position: 0 0, 0 0;
  padding: 3rem 0 8.15rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width:900px) {
  .support-worp .boxWorp .ninchi,
  .support-worp .boxWorp .refurbishment {
    width: 100%;
    margin: 0 auto 0rem;
    padding: 3rem 0 4.8rem;
  }
}
.support-worp .ninchi {
  background: url(images/lin_hk04@2x.png), url(images/hk-100.jpg);
}
@media screen and (max-width:600px) {
  .support-worp .ninchi {
    margin-bottom: 4rem !important;
  }
}
.support-worp .refurbishment {
  background: url(images/lin_hk03@2x.png), url(images/hk-100.jpg);
}
.support-worp .cardBox {
  width: 63.77%;
  margin: 3.74rem auto 0;
}
@media screen and (max-width:900px) {
  .support-worp .cardBox {
    width: 90%;
  }
}
.support-worp .cardBox h3 {
  background-color: #00833A;
}
.support-worp .cardBox h4 {
  letter-spacing: 0.06em;
  margin-top: 2rem;
  margin-bottom: 1.07rem;
}
@media screen and (max-width:600px) {
  .support-worp .cardBox h4 {
    margin-bottom: 3.31rem;
  }
}
.support-worp .cardBox p {
  width: 85.91%;
  margin: 0 auto;
}
@media screen and (max-width:600px) {
  .support-worp .cardBox p {
    margin-bottom: 2.98rem;
  }
}
.support-worp .s-text {
  font-size: 2.8rem !important;
}
@media screen and (max-width:1366px) {
  .support-worp .s-text {
    font-size: clamp(2rem, -0.3953216374rem + 2.3391812865vw, 2.8rem) !important;
  }
}
@media screen and (max-width:900px) {
  .support-worp .s-text {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width:600px) {
  .support-worp .s-text {
    font-size: 2.1rem !important;
  }
}
.support-worp .s-text span {
  font-size: 2.3rem;
}
@media screen and (max-width:1366px) {
  .support-worp .s-text span {
    font-size: clamp(1.8rem, 0.3029239766rem + 1.4619883041vw, 2.3rem) !important;
  }
}
@media screen and (max-width:900px) {
  .support-worp .s-text span {
    font-size: 2.3rem !important;
  }
}
@media screen and (max-width:600px) {
  .support-worp .s-text span {
    font-size: 2rem !important;
  }
}
.support-worp .support-t {
  height: 120px;
}
@media screen and (max-width:900px) {
  .support-worp .support-t {
    height: auto;
  }
}

.recruit-worp {
  width: 100%;
  height: auto;
  background-image: url(images/recruit_hk@2x.webp);
  background-size: auto 623px;
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 4.4rem;
  margin-bottom: 10.91rem;
}
@media screen and (min-width: 2048px) {
  .recruit-worp {
    background-size: 100% auto;
  }
}
@media screen and (max-width:1366px) {
  .recruit-worp {
    background-image: url(images/recruit_hk_pc@2x.webp);
    background-size: auto 623px;
    padding-top: 4.4rem;
    padding-bottom: 8.4rem;
  }
}
@media screen and (max-width:900px) {
  .recruit-worp {
    background-image: url(images/recruit_hk_sp.webp);
    background-size: cover;
    padding-top: 0rem;
    padding-bottom: 8.4rem;
  }
}
@media screen and (max-width:600px) {
  .recruit-worp {
    padding-top: 0rem;
    margin-bottom: 3.5rem;
    padding-bottom: 5.5rem;
  }
}
.no-webp .recruit-worp {
  background-image: url(images/recruit_hk@2x.jpg);
}
.recruit-worp .recruit-box {
  max-width: 1880px;
  width: 97.92%;
  margin: 0rem auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 2048px) {
  .recruit-worp .recruit-box {
    min-width: 1980px;
    width: 96.68%;
  }
}
@media screen and (min-width:1367px) {
  .recruit-worp .recruit-box {
    min-width: 98%;
    width: 98%;
  }
}
@media screen and (max-width:900px) {
  .recruit-worp .recruit-box {
    flex-wrap: wrap;
    min-width: 100%;
    width: 100%;
  }
}
.recruit-worp .recruit-box .textbox {
  max-width: 460px;
  width: 24.88%;
  margin-left: auto;
  z-index: 0;
}
@media screen and (min-width: 2048px) {
  .recruit-worp .recruit-box .textbox {
    min-width: 460px;
    width: 22.46%;
  }
}
@media screen and (min-width:1367px) {
  .recruit-worp .recruit-box .textbox {
    min-width: 460px;
    width: 33.67%;
    margin-right: -50px !important;
  }
}
@media screen and (max-width:1366px) {
  .recruit-worp .recruit-box .textbox {
    min-width: 31%;
    width: 31%;
    margin-right: -50px !important;
  }
}
@media screen and (max-width:900px) {
  .recruit-worp .recruit-box .textbox {
    min-width: 90%;
    width: 90%;
    margin: 0 0 !important;
    z-index: 1;
  }
}
@media screen and (max-width:600px) {
  .recruit-worp .recruit-box .textbox {
    margin: 0 auto !important;
  }
}
.recruit-worp .recruit-box .textbox h2 {
  font-size: 4.3rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Maru Gothic", serif;
  color: #40210F;
  line-height: 1.6755813953;
  text-align: left;
  display: block;
  margin-bottom: 2.59rem;
  text-shadow: 3px 3px 0px #FFF, -3px -3px 0px #FFF, -3px 3px 0px #FFF, 3px -3px 0px #FFF, 3px 0px 0px #FFF, -3px 0px 0px #FFF, 0px 3px 0px #FFF, 0px -3px 0px #FFF;
}
@media screen and (max-width:1366px) {
  .recruit-worp .recruit-box .textbox h2 {
    font-size: clamp(2.4rem, -0.5941520468rem + 2.9239766082vw, 3.4rem);
  }
}
@media screen and (max-width:900px) {
  .recruit-worp .recruit-box .textbox h2 {
    font-size: 4.3rem;
  }
}
@media screen and (max-width:600px) {
  .recruit-worp .recruit-box .textbox h2 {
    font-size: 2.4rem;
    line-height: 1.71875;
    letter-spacing: 0.04em;
  }
}
.recruit-worp .recruit-box .textbox h2::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 26.2px;
  background: url(images/icon_se06.png) no-repeat;
  background-size: contain;
  background-position: left 10px;
}
.recruit-worp .recruit-box .textbox p {
  color: #40210F;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.695;
  margin-bottom: 3.23rem;
  letter-spacing: 0.04em;
  text-shadow: 5px 5px 0px #FFF, -5px -5px 0px #FFF, -5px 5px 0px #FFF, 5px -5px 0px #FFF, 5px 0px 0px #FFF, -5px 0px 0px #FFF, 0px 5px 0px #FFF, 0px -5px 0px #FFF;
}
@media screen and (max-width:1366px) {
  .recruit-worp .recruit-box .textbox p {
    font-size: clamp(1.8rem, -0.5953216374rem + 2.3391812865vw, 2.6rem);
  }
}
@media screen and (max-width:900px) {
  .recruit-worp .recruit-box .textbox p {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:600px) {
  .recruit-worp .recruit-box .textbox p {
    font-size: 2.1rem;
    line-height: 1.6671428571;
  }
}
.recruit-worp .recruit-box .textbox .recruit-logo {
  font-size: 8.4rem;
  font-weight: 700;
  line-height: 1.0714285714;
  color: #006934;
}
@media screen and (max-width:1366px) {
  .recruit-worp .recruit-box .textbox .recruit-logo {
    font-size: clamp(7rem, 2.8081871345rem + 4.0935672515vw, 8.4rem);
  }
}
@media screen and (max-width:900px) {
  .recruit-worp .recruit-box .textbox .recruit-logo {
    font-size: 8.4rem;
  }
}
@media screen and (max-width:600px) {
  .recruit-worp .recruit-box .textbox .recruit-logo {
    font-size: 6.15rem;
    line-height: 1.2123577236;
  }
}
.recruit-worp .recruit-box .textbox .recruit-logo span {
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  display: block;
  font-weight: 700;
}
@media screen and (max-width:1366px) {
  .recruit-worp .recruit-box .textbox .recruit-logo span {
    font-size: clamp(2rem, 0.2035087719rem + 1.7543859649vw, 2.6rem);
  }
}
@media screen and (max-width:900px) {
  .recruit-worp .recruit-box .textbox .recruit-logo span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:600px) {
  .recruit-worp .recruit-box .textbox .recruit-logo span {
    font-size: 1.96rem;
  }
}
.recruit-worp .recruit-box .textbox .bt {
  margin-top: 3.7rem;
  margin-left: 0;
  text-align: left !important;
}
.recruit-worp .recruit-box .textbox .bt a {
  padding: 5px 0px !important;
  width: 51.16%;
}
@media screen and (max-width:900px) {
  .recruit-worp .recruit-box .textbox .bt a {
    padding: 15px 5px !important;
  }
}
@media screen and (max-width:600px) {
  .recruit-worp .recruit-box .textbox .bt a {
    padding: 10px 5px !important;
    width: 53.49%;
  }
}
.recruit-worp .recruit-box .imgbox {
  max-width: 1217px;
  width: 65.82%;
  text-align: right;
  z-index: 1;
  margin-left: -30px;
}
@media screen and (min-width: 2048px) {
  .recruit-worp .recruit-box .imgbox {
    min-width: 1453.36px;
    width: 70.96%;
  }
}
@media screen and (min-width:1367px) {
  .recruit-worp .recruit-box .imgbox {
    width: 90%;
  }
}
@media screen and (max-width:1366px) {
  .recruit-worp .recruit-box .imgbox {
    width: 90%;
  }
}
@media screen and (max-width:900px) {
  .recruit-worp .recruit-box .imgbox {
    width: 100%;
    margin: -100px auto 0;
    text-align: right;
    z-index: 0;
  }
  .recruit-worp .recruit-box .imgbox img {
    width: 94%;
  }
}
@media screen and (max-width:600px) {
  .recruit-worp .recruit-box .imgbox {
    margin: -60px auto 0;
  }
}

.news-worp {
  width: 100%;
  background-color: #FFF9EC;
  height: auto;
  background-image: url(images/h_img05.png);
  background-size: auto 430px;
  background-repeat: no-repeat;
  background-position: right 344px;
  padding: 4.09rem 0 5.23rem;
  box-sizing: border-box;
  margin-bottom: 7.86rem;
}
@media screen and (max-width:1366px) {
  .news-worp {
    padding: 2.91rem 0 3.72rem;
  }
}
@media screen and (max-width:900px) {
  .news-worp {
    background-image: none;
  }
}
.news-worp h2 {
  width: 100%;
  text-align: center;
}
.news-worp .news-box {
  padding: 3.45rem 5.58rem;
  margin: 2.68rem auto 4.24rem;
  overflow-y: scroll;
  height: 479px;
}
@media screen and (max-width:1366px) {
  .news-worp .news-box {
    padding: 3.45rem 3.02rem;
  }
}
@media screen and (max-width:600px) {
  .news-worp .news-box {
    padding: 0rem 2rem;
  }
}
.news-worp .bt {
  text-align: center;
}

.banner-worp {
  margin-bottom: 6.73rem;
}
@media screen and (max-width:600px) {
  .banner-worp {
    margin-bottom: 3.5rem;
  }
}
.banner-worp ul.banner {
  max-width: 1362.75px;
  width: 70.98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  list-style-type: none;
}
@media screen and (min-width:1367px) {
  .banner-worp ul.banner {
    max-width: 1362.75px;
    width: 99.76%;
  }
}
@media screen and (max-width:1366px) {
  .banner-worp ul.banner {
    min-width: 984px;
    width: 96.09%;
  }
}
@media screen and (max-width:900px) {
  .banner-worp ul.banner {
    min-width: 90%;
    width: 90%;
    margin-bottom: 3.5rem;
  }
}
.banner-worp ul.banner li {
  width: 31.55%;
}
@media screen and (max-width:600px) {
  .banner-worp ul.banner li {
    width: 100%;
    margin-bottom: 2.18rem;
  }
}

#container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1540px;
  width: 80.21%;
  margin: 0 auto 15.92rem;
}
@media screen and (min-width:1367px) {
  #container {
    min-width: 1300px;
    width: 95.17%;
  }
}
@media screen and (max-width:1366px) {
  #container {
    min-width: 980px;
    width: 95.7%;
  }
}
@media screen and (max-width:900px) {
  #container {
    min-width: 90%;
    width: 90%;
    margin: 0 auto 8rem;
  }
}
@media screen and (max-width:600px) {
  #container {
    margin: 0 auto 3.5rem;
  }
}
#container #main {
  width: 76.04% !important;
  order: 2;
  font-size: 1.8rem;
  margin-bottom: 15rem;
  overflow: hidden;
}
@media screen and (max-width:1366px) {
  #container #main {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  #container #main {
    font-size: 1.8rem;
    width: 100% !important;
    order: 1;
    margin-bottom: 3.5rem;
  }
}
#container #side {
  width: 19.48% !important;
  order: 1;
}
@media screen and (max-width:900px) {
  #container #side {
    width: 100% !important;
    order: 2;
  }
}
#container #side .sidebar-sticky-info {
  margin-bottom: 50px;
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
}
#container #side h2 {
  font-size: 2rem;
  font-weight: 500;
  padding: 1.3rem;
  box-sizing: border-box;
  line-height: 1.275;
  color: #40210F;
  font-weight: 500;
}
#container #side .border-gradation {
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(to right, #80B41F 0%, #00833A 100%);
     border-image: linear-gradient(to right, #80B41F 0%, #00833A 100%);
  border-image-slice: 1;
}
#container #side ul {
  margin-top: 1.67rem;
  list-style-type: none;
}
#container #side ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#container #side ul li a {
  display: block;
  height: 100%;
  font-size: 1.8rem;
  padding: 2.2rem 1.93rem;
  box-sizing: border-box;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
@media screen and (max-width:1366px) {
  #container #side ul li a {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  #container #side ul li a {
    font-size: 1.8rem;
  }
}
#container #side ul li a::before {
  content: "";
  display: inline-block;
  width: 15.24px;
  height: 16.22px;
  background: url(images/side_icon.png) no-repeat;
  background-size: contain;
  margin-right: 16.8px;
}
#container #side ul li a:hover {
  background-color: #F7F7F7;
  border-radius: 5px;
  color: #006934;
}
#container #side .downmenu {
  width: 100% !important;
}

.current {
  background-color: #F7F7F7;
  border-radius: 5px;
  color: #006934;
}

.content {
  max-width: 1200px;
  width: 62.5%;
  margin: 0 auto 15.92rem;
  font-size: 1.8rem;
  overflow: hidden;
}
@media screen and (min-width:1367px) {
  .content {
    min-width: 1200px;
    width: 87.85%;
  }
}
@media screen and (max-width:1366px) {
  .content {
    min-width: 980px;
    width: 95.7%;
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  .content {
    min-width: 90%;
    width: 90%;
    font-size: 1.8rem;
    margin: 0 auto 8rem;
  }
}

/* ===============================================
# お知らせ
=============================================== */
.newsall-worp {
  width: 100%;
}

.news-box {
  width: 71.15%;
  background-color: #FFF;
  padding: 0rem 5.58rem;
  box-sizing: border-box;
  margin: 0rem auto 4.24rem;
}
@media screen and (min-width:1367px) {
  .news-box {
    max-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width:1366px) {
  .news-box {
    min-width: 984px;
    width: 96.09%;
    padding: 3.45rem 3.02rem;
  }
}
@media screen and (max-width:900px) {
  .news-box {
    min-width: 90%;
    width: 90%;
    padding: 0rem 0rem;
  }
}
@media screen and (max-width:600px) {
  .news-box {
    padding: 0rem 0rem;
  }
}

ul.news-list {
  width: 100%;
  list-style-type: none;
  margin-bottom: 0rem;
}
@media screen and (max-width:900px) {
  ul.news-list {
    margin-bottom: 0rem;
  }
}
ul.news-list li {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 10px;
  border-bottom: 1px solid #CDCECE;
  position: relative;
}
@media screen and (max-width:1366px) {
  ul.news-list li {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  ul.news-list li {
    font-size: 1.8rem;
    padding: 10px 10px;
  }
}
ul.news-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.news-list li a:hover {
  background: #EFFDFF;
  opacity: 0.2;
}
ul.news-list li .info-day {
  margin-right: 15px;
  width: 126px;
}
@media screen and (max-width:600px) {
  ul.news-list li .info-day {
    width: 100%;
    margin-bottom: 5px;
  }
}
ul.news-list li .info-title {
  width: calc(100% - 156px);
}
@media screen and (max-width:600px) {
  ul.news-list li .info-title {
    width: 100%;
  }
}

.time {
  width: 100%;
  text-align: right;
  padding-bottom: 1rem;
  border-bottom: solid 1px #F7F7F7;
  margin: 2rem auto 4rem;
}

/* =アーカイブ用
----------------------------------------------*/
ul.category2 {
  width: 100%;
  margin-bottom: 2.24rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
}
@media screen and (max-width:600px) {
  ul.category2 {
    margin-bottom: 0.5rem;
  }
}
ul.category2 li {
  width: 150px !important;
  padding: 5px 6px 4px 6px !important;
  height: auto !important;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  border-radius: 5px;
  display: inline-block !important;
  margin-right: 5px;
}
@media screen and (max-width:600px) {
  ul.category2 li {
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 5px;
    padding: 3px 6px 2px 6px !important;
  }
}
ul.category2 .cat_12 {
  color: #e0001a;
  border: solid 2px #e0001a !important;
  box-sizing: border-box;
}
ul.category2 .cat_10 {
  color: #FFF;
  background-color: #006934;
  border: solid 2px #006934 !important;
}
ul.category2 .cat_8 {
  color: #FFF;
  background-color: #E02200;
  border: solid 2px #E02200 !important;
}
ul.category2 .cat_9 {
  color: #FFF;
  background-color: #40210F;
  border: solid 2px #40210F !important;
}
ul.category2 .cat_11 {
  color: #FFF;
  background-color: #0068BF;
  border: solid 2px #0068BF !important;
}
ul.category2 .cat_13 {
  color: #FFF;
  background-color: #0DC2E5;
  border: solid 2px #0DC2E5 !important;
}

/* ===============================================
# ページ
=============================================== */
.page-woorp {
  width: 71.15%;
  background-color: #FFF;
  box-sizing: border-box;
}
@media screen and (min-width:1367px) {
  .page-woorp {
    width: 100%;
  }
}
@media screen and (max-width:1366px) {
  .page-woorp {
    width: 100%;
  }
}
@media screen and (max-width:900px) {
  .page-woorp {
    min-width: 100%;
    width: 100%;
  }
}

/* =施設概要・事業紹介
----------------------------------------------*/
.works-Worp {
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 20px 20px;
  box-sizing: border-box;
  border: solid 1px #DFDEDE;
  margin-bottom: 25px;
  line-height: 1.3888888889;
}
.works-Worp a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-Worp a:hover {
  background: #fee6eb;
  opacity: 0.2;
}
.works-Worp .left {
  width: 25%;
  text-align: center;
}
@media screen and (max-width:900px) {
  .works-Worp .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.works-Worp .right {
  width: 70%;
}
@media screen and (max-width:900px) {
  .works-Worp .right {
    width: 100%;
  }
}
.works-Worp .right h3 {
  text-align: center;
  font-size: 2rem;
  color: #FFF;
  font-weight: bold;
  line-height: 2;
  border-radius: 10px;
  margin: 0 0 1.5rem;
}
@media screen and (max-width:1366px) {
  .works-Worp .right h3 {
    font-size: clamp(1.8rem, 1.2011695906rem + 0.5847953216vw, 2rem);
  }
}
@media screen and (max-width:900px) {
  .works-Worp .right h3 {
    font-size: 2rem;
  }
}
.works-Worp .right h4 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width:1366px) {
  .works-Worp .right h4 {
    font-size: clamp(1.8rem, 1.2011695906rem + 0.5847953216vw, 2rem);
  }
}
@media screen and (max-width:900px) {
  .works-Worp .right h4 {
    font-size: 2rem;
  }
}
.works-Worp .right h5 {
  margin-bottom: 5px;
}
.works-Worp .right p {
  margin-left: 0 !important;
  font-weight: normal;
}
.works-Worp .bt-list_b {
  width: 60%;
  font-size: 1.6rem;
  line-height: 2.840625;
  font-weight: 500;
  transition: all 0.45s ease-Out;
  border-radius: 30px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:1366px) {
  .works-Worp .bt-list_b {
    line-height: 1.278125;
    padding: 8px 15px;
    width: 80%;
  }
}
@media screen and (max-width:900px) {
  .works-Worp .bt-list_b {
    padding: 12px 15px;
    width: 80%;
  }
}
@media screen and (max-width:600px) {
  .works-Worp .bt-list_b {
    padding: 12px 15px;
    width: 100%;
  }
}
.works-Worp .bt-list_b::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(images/blank.png) no-repeat 0 center;
  background-size: contain;
}
.works-Worp .information {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 15px;
}
.works-Worp .b-lin {
  border-top: solid 1px #0068BF;
}
.works-Worp .p-lin {
  border-top: solid 1px #DF2E51;
}
.works-Worp .g-lin {
  border-top: solid 1px #00833A;
}
.works-Worp .bp-lin {
  height: 1px;
  background: rgb(223, 46, 81);
  background: linear-gradient(295deg, rgb(223, 46, 81) 50%, rgb(0, 104, 191) 50%);
}
.works-Worp .bp-grlin {
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, #0068BF, #DF2E51) 1;
     border-image: linear-gradient(to right, #0068BF, #DF2E51) 1;
}
.works-Worp .bo-b {
  border: solid 1px #0068BF;
  color: #0068BF;
}
.works-Worp .bo-p {
  border: solid 1px #DF2E51;
  color: #DF2E51;
}
.works-Worp .bo-g {
  border: solid 1px #00833A;
  color: #00833A;
}
.works-Worp .bo-gr {
  -o-border-image: linear-gradient(to right, #0068BF, #DF2E51) 1;
     border-image: linear-gradient(to right, #0068BF, #DF2E51) 1;
}

.comment-box {
  width: 100%;
  overflow: hidden;
  background-color: #F7F7F7;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 3rem;
}

/* =Footer
-------------------------------------*/
#footer {
  background-color: #F7F7F7;
  padding: 5.3rem 0 2.94rem;
}
@media screen and (max-width:900px) {
  #footer {
    padding: 5.3rem 0 12rem;
  }
}
@media screen and (max-width:600px) {
  #footer {
    padding: 5.3rem 0 10rem;
  }
}
#footer .footermenu-worp {
  max-width: 1533px;
  width: 79.84%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width:1367px) {
  #footer .footermenu-worp {
    min-width: 1300px;
    width: 95.17%;
  }
}
@media screen and (max-width:1366px) {
  #footer .footermenu-worp {
    min-width: 984px;
    width: 96.09%;
  }
}
@media screen and (max-width:900px) {
  #footer .footermenu-worp {
    min-width: 90%;
    width: 90%;
    margin: 0 auto 10px;
  }
}
#footer .footermenu-worp ul.footermenu1,
#footer .footermenu-worp ul.footermenu2 {
  list-style-type: none;
}
#footer .footermenu-worp ul.footermenu1 li,
#footer .footermenu-worp ul.footermenu2 li {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  margin-bottom: 3.1rem;
}
@media screen and (max-width:1366px) {
  #footer .footermenu-worp ul.footermenu1 li,
  #footer .footermenu-worp ul.footermenu2 li {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
    margin-bottom: 2.1rem;
  }
}
@media screen and (max-width:900px) {
  #footer .footermenu-worp ul.footermenu1 li,
  #footer .footermenu-worp ul.footermenu2 li {
    font-size: 1.8rem;
  }
}
#footer .footermenu-worp ul.footermenu1 li::before,
#footer .footermenu-worp ul.footermenu2 li::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
#footer .footermenu-worp ul.footermenu1 li a,
#footer .footermenu-worp ul.footermenu2 li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#footer .footermenu-worp ul.footermenu1 li a::after,
#footer .footermenu-worp ul.footermenu2 li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #231815;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#footer .footermenu-worp ul.footermenu1 li a:hover::after,
#footer .footermenu-worp ul.footermenu2 li a:hover::after {
  transform: scale(1, 1);
}
#footer .footermenu-worp ul.footermenu1 {
  width: 29.26%;
  margin-right: 1rem;
  list-style-type: none;
}
@media screen and (min-width:1367px) {
  #footer .footermenu-worp ul.footermenu1 {
    width: 35.18%;
  }
}
@media screen and (max-width:1366px) {
  #footer .footermenu-worp ul.footermenu1 {
    width: 35.16%;
  }
}
@media screen and (max-width:900px) {
  #footer .footermenu-worp ul.footermenu1 {
    width: 100%;
  }
}
#footer .footermenu-worp ul.footermenu2 {
  width: 22.11%;
  list-style-type: none;
}
@media screen and (min-width:1367px) {
  #footer .footermenu-worp ul.footermenu2 {
    width: 24.82%;
  }
}
@media screen and (max-width:1366px) {
  #footer .footermenu-worp ul.footermenu2 {
    width: 27.34%;
  }
}
@media screen and (max-width:900px) {
  #footer .footermenu-worp ul.footermenu2 {
    width: 100%;
  }
}
#footer .footermenu-worp .map {
  width: 38.55%;
  margin-left: auto;
}
@media screen and (min-width:1367px) {
  #footer .footermenu-worp .map {
    width: 36.6%;
  }
}
@media screen and (max-width:1366px) {
  #footer .footermenu-worp .map {
    width: 35.16%;
  }
}
@media screen and (max-width:900px) {
  #footer .footermenu-worp .map {
    width: 90%;
    margin: 0 auto;
  }
}
#footer .footer-adressworp {
  max-width: 1366px;
  width: 71.15%;
  border-top: 1px solid #CDCECE;
  margin: 0 auto;
  padding-top: 4.89rem;
}
@media screen and (min-width:1367px) {
  #footer .footer-adressworp {
    min-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width:1366px) {
  #footer .footer-adressworp {
    min-width: 980px;
    width: 95.7%;
  }
}
@media screen and (max-width:900px) {
  #footer .footer-adressworp {
    min-width: 90%;
    width: 90%;
  }
}
#footer .footer-adressworp .adressbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 70.57%;
  margin: 0 auto 9.09rem;
}
@media screen and (max-width:1366px) {
  #footer .footer-adressworp .adressbox {
    width: 94.14%;
    margin: 0 auto 4.09rem;
  }
}
@media screen and (max-width:900px) {
  #footer .footer-adressworp .adressbox {
    width: 90%;
  }
}
#footer .footer-adressworp .adressbox .footer-logo {
  width: 52.59%;
}
@media screen and (max-width:900px) {
  #footer .footer-adressworp .adressbox .footer-logo {
    width: 90%;
    margin-bottom: 10px;
  }
}
#footer .footer-adressworp .adressbox .footer-adress {
  width: 44.75%;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media screen and (max-width:1366px) {
  #footer .footer-adressworp .adressbox .footer-adress {
    font-size: clamp(1.4rem, 0.2023391813rem + 1.1695906433vw, 1.8rem);
  }
}
@media screen and (max-width:900px) {
  #footer .footer-adressworp .adressbox .footer-adress {
    width: 90%;
    font-size: 1.8rem;
  }
}
#footer .copy {
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: center;
}

ul.mpbil-navi {
  position: fixed;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  z-index: 9999;
  border-top: solid 2px #006934;
  border-left: solid 2px #006934;
  border-right: solid 2px #006934;
  box-sizing: border-box;
  background-color: #FFF;
}
ul.mpbil-navi li {
  width: 20%;
  border-right: 1px solid #006934;
  box-sizing: border-box;
  text-align: center;
}
ul.mpbil-navi li:last-child {
  border-right: 0px solid #006934;
}
ul.mpbil-navi li a {
  display: block;
  font-size: 1.2rem;
  padding: 8px 0;
  font-weight: bold;
  color: #006934;
}
ul.mpbil-navi li span {
  display: block;
  margin-bottom: 0.2rem;
  text-align: center;
}
ul.mpbil-navi li span img {
  width: 30%;
}/*# sourceMappingURL=style.css.map */