@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
body.home main .mv {
  position: relative;
  overflow: hidden;
}
body.home main .mv__img {
  width: 100%;
/*  max-height: 800px;*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.home main .mv .catch-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  body.home main .mv .catch-1 {
    width: 100%;
  }
}
body.home main .mv .catch-1__txt {
  color: white;
  font-size: 44px;
  font-family: "Noto Serif JP", serif;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  body.home main .mv .catch-1__txt {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  body.home main .mv .catch-1__txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .mv .catch-1__txt {
    font-size: 27px;
    line-height: 1.6;
  }
}
body.home main .mv .catch-2 {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 10%;
}
@media screen and (max-width: 767px) {
  body.home main .mv .catch-2 {
    top: unset;
    right: unset;
    bottom: 5%;
    left: 5%;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
  }
}
body.home main .mv .catch-2__txt {
  color: white;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1199px) {
  body.home main .mv .catch-2__txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  body.home main .mv .catch-2__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .mv .catch-2__txt {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 14px;
  }
}
body.home main .mv .catch-2__txt span {
  background-color: #8b8075;
  display: inline-block;
  margin: 0 5px;
  padding: 10px 5px;
}
@media screen and (max-width: 991px) {
  body.home main .mv .catch-2__txt span {
    margin: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .mv .catch-2__txt span {
    margin: 3px 0;
    padding: 5px;
  }
}
body.home main .read {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  body.home main .read {
    padding: 40px 0 70px;
  }
}
body.home main .read .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 810px;
  margin: 0 auto;
}
body.home main .read .inner .main {
  width: calc(100% - 30px);
  border-right: 1px solid #333333;
  padding-right: 10px;
}
body.home main .read .inner .main__txt-1 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  padding-bottom: 60px;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  body.home main .read .inner .main__txt-1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .read .inner .main__txt-1 {
    font-size: 17px;
    padding-bottom: 30px;
  }
}
body.home main .read .inner .main__txt-2 {
  font-size: 26px;
  padding-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.home main .read .inner .main__txt-2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .read .inner .main__txt-2 {
    font-size: 17px;
    padding-bottom: 20px;
  }
}
body.home main .read .inner .main__txt-3 {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body.home main .read .inner .main__txt-3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .read .inner .main__txt-3 {
    font-size: 16px;
  }
}
body.home main .read .inner .deco__txt-1 {
  width: 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #736357;
}
body.home main .news .inner {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.home main .news .inner {
    max-width: 100%;
  }
}
body.home main .news .ttl {
  padding-left: 16%;
}
body.home main .news .ttl__txt {
  font-family: ab-kirigirisu, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  letter-spacing: -10px;
  color: #736357;
}
@media screen and (max-width: 767px) {
  body.home main .news .ttl__txt {
    font-size: 40px;
  }
}
body.home main .news .news-box {
  background-color: rgba(185, 164, 139, 0.36);
  padding: 40px 40px 20px;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.home main .news .news-box {
    margin-right: -15px;
    border-radius: 30px 0 0 30px;
  }
}
body.home main .news .news-box__date {
  font-size: 18px;
  color: #534741;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body.home main .news .news-box__date {
    font-size: 14px;
  }
}
body.home main .news .news-box__content {
  font-size: 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.home main .news .news-box__content {
    font-size: 14px;
  }
}
body.home main .news .news-box__ico-1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  max-width: 16%;
}
body.home main .news .news-box__ico-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(30%) translateY(50%);
          transform: translateX(30%) translateY(50%);
  max-width: 10%;
}
@media screen and (max-width: 767px) {
  body.home main .news .news-box__ico-2 {
    -webkit-transform: translateX(0) translateY(50%);
            transform: translateX(0) translateY(50%);
    right: 15px;
  }
}
body.home main .about {
  padding-top: 150px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  body.home main .about {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
body.home main .about .about-row {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.home main .about .about-row {
    max-width: 100%;
    padding: 80px 0 0;
  }
}
body.home main .about .about-row__img {
  position: absolute;
}
body.home main .about .about-row .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home main .about .about-row .row .box .inner {
  max-width: 92%;
}
@media screen and (max-width: 767px) {
  body.home main .about .about-row .row .box .inner {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
body.home main .about .about-row .row .box__txt-1 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  color: #736357;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.home main .about .about-row .row .box__txt-1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .about .about-row .row .box__txt-1 {
    font-size: 32px;
  }
}
body.home main .about .about-row .row .box__txt-1:after {
  position: absolute;
  top: 0;
  left: 3%;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 150px;
  background-color: #f2f2f2;
  z-index: -1;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media screen and (max-width: 767px) {
  body.home main .about .about-row .row .box__txt-1:after {
    width: 160px;
    height: 160px;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
body.home main .about .about-row .row .box__txt-2 {
  font-size: 28px;
  line-height: 1.4;
  padding: 30px 0 20px;
}
@media screen and (max-width: 991px) {
  body.home main .about .about-row .row .box__txt-2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .about .about-row .row .box__txt-2 {
    font-size: 20px;
  }
}
body.home main .about .about-row .row .box__txt-3 {
  padding-bottom: 15px;
}
body.home main .about .about-row .row .box__link {
  font-family: "Noto Serif JP", serif;
  color: #736357;
  font-size: 14px;
  padding: 3px 10px;
  background-color: #e4e4e4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.home main .about .about-row .row .box__link {
    font-size: 12px;
    padding: 0px 10px;
  }
}
body.home main .about .about-row .row .box.--img {
  position: relative;
}
body.home main .about .about-row .row .box.--img:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50vw;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -1;
}
body.home main .about .about-row.--01 .about-row__img {
  bottom: 0;
  right: -4%;
  max-width: 13%;
}
@media screen and (max-width: 767px) {
  body.home main .about .about-row.--01 .about-row__img {
    bottom: auto;
    top: 8%;
    right: 15%;
    max-width: 25%;
    width: 100px;
  }
}
@media screen and (max-width: 575px) {
  body.home main .about .about-row.--01 .about-row__img {
    right: 15px;
  }
}
body.home main .about .about-row.--01 .box:before {
  right: 15px;
}
body.home main .about .about-row.--02 .about-row__img {
  bottom: 0;
  left: -4%;
  max-width: 9%;
}
@media screen and (max-width: 767px) {
  body.home main .about .about-row.--02 .about-row__img {
    bottom: auto;
    left: auto;
    top: 8%;
    right: 15%;
    max-width: 25%;
    width: 90px;
  }
}
@media screen and (max-width: 575px) {
  body.home main .about .about-row.--02 .about-row__img {
    right: 15px;
  }
}
body.home main .about .about-row.--02 .box .inner {
  margin-left: auto;
}
body.home main .about .about-row.--02 .box:before {
  left: 15px;
}
body.home main .about .about-row.--03 .about-row__img {
  top: 10%;
  right: -4%;
  max-width: 11%;
}
@media screen and (max-width: 767px) {
  body.home main .about .about-row.--03 .about-row__img {
    top: 8%;
    right: 15%;
    max-width: 25%;
    width: 80px;
  }
}
@media screen and (max-width: 575px) {
  body.home main .about .about-row.--03 .about-row__img {
    right: 15px;
  }
}
body.home main .about .about-row.--03 .box:before {
  right: 15px;
}
body.home main .links {
  padding: 80px 0;
  background-color: rgba(83, 71, 65, 0.15);
}
@media screen and (max-width: 767px) {
  body.home main .links {
    padding: 40px 0 0;
  }
}
body.home main .links .links-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  body.home main .links .links-row {
    display: block;
  }
}
body.home main .links .links-row .box {
  text-align: center;
  padding: 0 7%;
}
@media screen and (max-width: 767px) {
  body.home main .links .links-row .box {
    padding: 0 0 60px;
  }
}
body.home main .links .links-row .box__link {
  display: inline-block;
}
body.home main .links .links-row .box__txt {
  font-size: 21px;
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  body.home main .links .links-row .box__txt {
    font-size: 18px;
  }
}
/*移行しました*/
body.home main .point {
  background-image: url(../img/technology/point-bg.jpg);
  background-repeat: repeat;
  background-size: 50%;
  padding: 70px 0 130px;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.home main .point {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .point {
    padding: 40px 0 40px;
  }
}
body.home main .point .point-ttl {
  position: relative;
}
body.home main .point .point-ttl__txt-1 {
  position: relative;
  font-size: 38px;
  color: #42210b;
  font-family: "irohamaru", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body.home main .point .point-ttl__txt-1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .point .point-ttl__txt-1 {
    font-size: 26px;
  }
}
body.home main .point .point-ttl__txt-1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  height: 30px;
  width: 2px;
  background: #42210b;
  -webkit-transform: translateY(-50%) rotate(-35deg);
          transform: translateY(-50%) rotate(-35deg);
}
@media screen and (max-width: 767px) {
  body.home main .point .point-ttl__txt-1:before {
    height: 26px;
  }
}
body.home main .point .point-ttl__txt-1:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  height: 30px;
  width: 2px;
  background: #42210b;
  -webkit-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
}
@media screen and (max-width: 767px) {
  body.home main .point .point-ttl__txt-1:after {
    height: 26px;
  }
}
body.home main .point .point-ttl__txt-2 {
  font-size: 54px;
  color: #42210b;
  font-family: "irohamaru", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 991px) {
  body.home main .point .point-ttl__txt-2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .point .point-ttl__txt-2 {
    font-size: 38px;
  }
}
body.home main .point .point-ttl__txt-2 .spn-1 {
  font-size: 60px;
}
@media screen and (max-width: 991px) {
  body.home main .point .point-ttl__txt-2 .spn-1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .point .point-ttl__txt-2 .spn-1 {
    font-size: 44px;
  }
}
body.home main .point .point-ttl__txt-2 .spn-2 {
  font-size: 34px;
}
@media screen and (max-width: 991px) {
  body.home main .point .point-ttl__txt-2 .spn-2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .point .point-ttl__txt-2 .spn-2 {
    font-size: 22px;
  }
}
body.home main .point .point-ttl__ico {
  position: absolute;
  bottom: 10%;
  left: 3%;
  max-width: 23%;
}
@media screen and (max-width: 991px) {
  body.home main .point .point-ttl__ico {
    left: -3%;
  }
}
@media screen and (max-width: 767px) {
  body.home main .point .point-ttl__ico {
    left: 0;
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
  }
}
body.home main .point .point-list {
  padding-top: 50px;
}
body.home main .point .point-list .box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.home main .point .point-list .box {
    padding-bottom: 30px;
  }
}
body.home main .point .point-list .box__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.home main .point .point-list .box__img {
    width: 345px;
    max-width: 75%;
  }
}