.page-img {
  padding: 120px;
  background-size: cover;
  background-position: left;
  border-radius: 6px;
  margin-top: 30px;
}
.pageimg01 {
  background-image: url("../img/pageimg01.jpg");
}
.pageimg02 {
  background-image: url("../img/pageimg02.jpg");
}
.pageimg03 {
  background-image: url("../img/pageimg03.jpg");
}
.pageimg04 {
  background-image: url("../img/pageimg04.jpg");
}
.pageimg05 {
  background-image: url("../img/pageimg05.jpg");
}

.title01 {
  margin-top: 30px;
}
.subtitle {
  margin-top: 80px;
  font-size: 160%;
  font-weight: bold;
  border-bottom: 3px solid #e3ded5;
  padding-bottom: 10px;
  position: relative;
}
.subtitle:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #b59455;
  left: 0;
  bottom: -3px;
}
.conte-box {
  margin-top: 30px;
}

.housin li {
  list-style-type: decimal;
  margin-left: 2em;
}
.teki-rigt {
  text-align: right;
  font-weight: bold;
}
.teki-rigt span {
  font-size: 80%;
}

.subsubtitle {
  font-size: 140%;
  font-weight: bold;
  border-bottom: 1px solid #e3ded5;
  border-top: 1px solid #e3ded5;
  padding: 10px 0;
  position: relative;
  margin-top: 40px;
  padding-left: 1em;
}
.subsubtitle:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b59455;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.subcati {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
.tex-c01 {
  color: #b59455;
}
.fo-w {
  font-weight: bold;
}

.sasi {
  max-width: 800px;
  margin: 0 auto;
  background-color: #eae6e1;
  border-radius: 6px;
}
.sasi p {
  padding: 30px;
}
.byouin {
  display: flex;
  justify-content: space-between;
}
.byouin01 {
  width: 40%;
}
.byouin01 img {
  border-radius: 6px;
}
.byouin02 {
  width: 57%;
}
.byouin02 h4 {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 20px;
}

.byo-s-box h5 {
  font-size: 90%;
  width: 100px;
  text-align: center;
  background-color: #b59455;
  padding: 5px 0;
  border-radius: 20px;
  color: #fff;
}
.byo-s-box p {
  padding-left: 10px;
}
.byo-s-box li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.byo-s {
  background-color: #eae6e1;
  padding: 10px 20px 20px 20px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.byo-s-box {
  width: 47%;
}
.neko {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.neko li {
  width: 32%;
  margin-top: 30px;
}
.neko li img {
  border-radius: 6px;
}
.tora {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 50%;
  display: block;
}
.teki-cent01 {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.teki-cent02 {
  text-align: center;
  margin-top: 20px;
}
.about {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.about01 {
  width: 60%;
}
.about02 {
  width: 35%;
}
.about h3 {
  font-size: 180%;
  font-weight: bold;
}
.about h5 {
  font-size: 100%;
  font-weight: bold;
  color: #bf9d59;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.about h5 span {
  background-color: #fff;
  padding-right: 20px;
}
.about h5:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bf9d59;
  content: "";
  left: 0;
  top: 50%;
  z-index: -10;
}

.about h6 {
  font-size: 100%;
  font-weight: bold;
  color: #bf9d59;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.about h6:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bf9d59;
}

.about01 ul li {
  width: 100%;
}
.about01 ul li p {
  position: relative;
  padding-left: 1em;
}
.about01 ul li p:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #bf9d59;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  margin-left: -0.8em;
}

.puroje-box {
  margin-top: 60px;
  border: 1px solid #e3ded5;
  border-radius: 6px 6px 0px 0px;
  padding: 60px 10%;
}
.projetitle {
  text-align: center;
}
.projetitle h6 {
  color: #bf9d59;
  font-size: 120%;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  letter-spacing: 0.5em;
}
.projetitle h3 {
  font-size: 180%;
  font-weight: bold;
}

.kaihatu {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #bf9d59;
  border: 1px solid #bf9d59;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kaihatu h6 {
  font-size: 150%;
  font-weight: bold;
  width: 10%;
  text-align: center;
}
.kaihatu h4 {
  font-size: 130%;
  font-weight: bold;
  width: 40%;
  line-height: 1.4;
}
.left-h {
  text-align: right;
}
.p-zu {
  padding: 10% 0% 0% 0%;
}
.puroje-box02 {
  background-color: #e3ded5;
  border-radius: 0px 0px 6px 6px;
  padding: 60px;
}

.slil-li {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  text-align: center;
  padding: 20px 0;
}
.slil-li:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
  flex-wrap: wrap;
}
.slil-li li {
  display: inline-block;
  padding: 0 10px;
}
.slil-li li:last-child {
  width: 100%;
  margin-top: 10px;
}

.slil-li li p {
  position: relative;
  padding-left: 1em;
}
.slil-li li p:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #bf9d59;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-left: -0.8em;
}

.bosyu h4 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 200%;
  text-align: center;
}
.bosyu p {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

.bosyu02 h6 {
  width: 700px;
  margin: 0 auto;
  font-size: 100%;
  font-weight: bold;
  color: #bf9d59;
  position: relative;
  z-index: 10;
  margin-top: 40px;
}

.bosyu02 h6:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bf9d59;
}

.bosyu02 p {
  padding-left: 1em;
  margin-top: 1em;
}

.table {
  width: 700px;
  margin: 0 auto;
  border-left: 1px solid #a8a8a8;
  border-top: 1px solid #a8a8a8;
}
.table td {
  padding: 10px;
  font-size: 110%;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
.table .td01 {
  background-color: #e1dcd3;
  text-align: center;
  font-weight: bold;
}

.siet {
  font-size: 120%;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sie-li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
}
.sie-li:before {
  position: absolute;
  content: "→";
  left: 0;
}
.sie-li li {
  margin: 0;
}

.peje {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.peje li {
  padding: 10px;
}
.peje li a {
  text-decoration: underline;
}

.seco-news {
  margin-top: 40px;
}
.news-time {
  margin-top: 20px;
}
.news-box {
  margin: 0 15%;
}

.nenjyu-p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

.table .td01-cre {
  width: 100px;
}

.nyanmusubi-box {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 80px;
}
.nyanmusubi-box img {
  width: 100%;
  height: auto;
}

.text-display-inlineblock {
  display: inline-block;
}

.catcenter-message {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /* gap: 30px; */
}

.catcenter-message-logo {
  width: 30%;
  /* margin-left: auto; */
  box-sizing: border-box;
  /* padding: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.catcenter-message-logo img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.catcenter-message-text {
  width: 70%;
  margin-right: auto;
  box-sizing: border-box;
  padding: 30px;
}

.catcenter-message-text p {
}

.shisetsu {
  margin-top: 30px;
  width: 100%;
}
.shisetsu-boxes {
  margin-top: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.shisetsu-img-box {
}
.shisetsu-img-box img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.shisetsu-discription-box {
  max-height: 450px;
}
.shisetsu-discription-img {
}
.shisetsu-discription-img img {
  width: 100%;
  height: auto;
}
.shisetsu-discription-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.shisetsu-discription-text p {
  vertical-align: bottom;
}

.shisetsu-discription-text img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.service-box {
  margin-top: 30px;
}
.service-box-message {
  font-size: 180%;
  font-weight: bold;
}
.service-box-list {
  margin-top: 30px;
}
.service-box-list h6 {
  font-size: 100%;
  font-weight: bold;
  color: #bf9d59;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.service-box-list ul li p {
  position: relative;
  padding-left: 1em;
}
.service-box-list ul li p:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #bf9d59;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  margin-left: -0.8em;
}

.catcenter-map-box {
  margin-top: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.catcenter-map-box img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .grup {
    display: none;
  }
  .title01 h2 span:before {
    display: none;
  }
  .title01 h2 span:after {
    display: none;
  }
  .page-img {
    padding: 80px;
  }
  .about {
    display: inherit;
  }
  .about01 {
    width: 100%;
  }
  .about02 {
    width: 100%;
    margin-bottom: 20px;
  }
  .about h3 {
    font-size: 130%;
    font-weight: bold;
  }
  .about01 ul {
    display: inherit;
  }
  .about01 ul li {
    width: 100%;
  }
  .kaihatu {
    display: inherit;
  }
  .kaihatu h6 {
    font-size: 150%;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  .kaihatu h4 {
    font-size: 130%;
    font-weight: bold;
    width: 100%;
    line-height: 1.4;
    text-align: center;
  }
  .left-h {
    text-align: center;
  }
  .puroje-box {
    margin-top: 60px;
    border: 1px solid #e3ded5;
    padding: 30px 5%;
  }
  .puroje-box02 {
    padding: 30px 5%;
  }
  .slil-li {
    text-align: left;
  }
  .slil-li li {
    display: block;
    padding: 0 10px;
  }
  .slil-li li:last-child {
    margin-top: 0px;
  }
  .bosyu h4 {
    font-size: 140%;
  }

  .bosyu02 h6 {
    width: 100%;
  }

  .table td {
    display: block;
  }

  .table {
    width: 100%;
  }
  .table .td01 {
    text-align: left;
  }

  .byouin {
    display: inherit;
  }
  .byouin01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .byouin02 {
    width: 100%;
  }
  .byo-s {
    display: inherit;
  }
  .byo-s-box {
    width: 100%;
  }
  .byo-s-box li {
    display: inherit;
    margin-top: 10px;
  }

  .neko li {
    width: 47%;
  }
  .news-box {
    margin: 0 0;
  }

  .news-box .conte-box img {
    width: 100%;
    height: auto;
  }

  .nenjyu-p {
    text-align: left;
  }

  .table .td01-cre {
    width: 100%;
    box-sizing: border-box;
  }

  .catcenter-message {
    flex-direction: column;
  }
  .catcenter-message-logo {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .catcenter-message-logo img {
  }
  .catcenter-message-text {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }

  .shisetsu-boxes {
    flex-direction: column;
  }

  .shisetsu-discription-text {
    margin-top: 20px;
    width: 100%;
  }
}

ul.pdf-links {
  list-style-type: none;
  padding: 0;
  margin: 40px auto;
}

ul.pdf-links li {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #e3ded5;
}

ul.pdf-links li:first-child {
  padding-top: 0;
  border-top: none;
}

ul.pdf-links li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bf9d5a;
  background-color: #f3efe8;
  padding: 18px 24px;
  border-radius: 30px;
  color: #000;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.15em;
  text-decoration: none;
}

ul.pdf-links li a:hover {
  background-color: #c8b185;
}

ul.pdf-links li a img {
  display: block;
  width: 24px;
  height: auto;
  margin-right: 12px;
}

a.btn-old-reports {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000000;
  background-color: #3b2b0e;
  padding: 18px 24px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.15em;
  text-align: center;
  text-decoration: none;
}

a.btn-old-reports:hover {
  background-color: #3b2600;
}