@charset "UTF-8";
.about .img {
  overflow: hidden;
  border-radius: 10px;
}
.about .area .inner {
  position: relative;
}
.about .area .inner .tatsuno_map {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about .area .inner .feature_list {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about .area .inner .feature_list .item {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .about .area .inner .feature_list .item {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .about .area .inner .feature_list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about .area .inner .feature_list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.about .area .inner .feature_list .item .img {
  margin-bottom: 20px;
}
.about .area .inner .feature_list .item .desc {
  line-height: 1.6em;
}
.about .appeal {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .about .appeal {
    margin-top: 0;
  }
}
.about .appeal .desc {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .about .appeal .desc {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .about .ten-chi-zin_ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about .ten-chi-zin_ctn .block {
  overflow: hidden;
  position: relative;
  padding: 60px 30px;
  background: #e8dcba;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .about .ten-chi-zin_ctn .block {
    margin-top: 0;
    width: calc(33.3% - 26.6px);
    margin-right: 40px;
  }
}
.about .ten-chi-zin_ctn .block:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .about .ten-chi-zin_ctn .block:nth-child(3n) {
    margin-right: 0;
  }
}
.about .ten-chi-zin_ctn .block:before, .about .ten-chi-zin_ctn .block:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 43px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.about .ten-chi-zin_ctn .block:before {
  top: 0;
  left: 0;
  background-image: url("../../../images/page/about/block_bg_top.jpg");
  background-position: top left;
}
.about .ten-chi-zin_ctn .block:after {
  bottom: 0;
  right: 0;
  background-image: url("../../../images/page/about/block_bg_bottom.jpg");
  background-position: bottom right;
}
.about .ten-chi-zin_ctn .block .h {
  text-align: center;
  font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}
.about .ten-chi-zin_ctn .block .desc {
  line-height: 1.8em;
  margin-top: 40px;
}
.about .ten-chi-zin .caution {
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
  margin-top: 25px;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about .ten-chi-zin .caution {
    margin-top: 40px;
  }
}
.about .ten-chi-zin .caution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}