@charset "UTF-8";
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  background-color: #d9d5c7;
  padding-bottom: 140px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 70px;
    padding-top: 50px;
  }
}
.sec01 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
.sec01 .inner .img {
  aspect-ratio: 1140/400;
  border: 3px solid #111;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .inner .img {
    aspect-ratio: 670/500;
    border: 2px solid #111;
    margin-inline: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .img {
    width: 100%;
  }
}
.sec01 .inner .img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec01 .inner .ttl {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 35px;
  line-height: 1.28;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec01 .inner .ttl {
    margin-top: 40px;
  }
}
.sec01 .inner .ttl span {
  color: #222222 !important;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec01 .inner .ttl span::before {
  background-color: #a9a07f;
  bottom: 3px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .ttl {
    font-size: 23px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .ttl {
    font-size: 20px;
  }
}
.sec01 .inner .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.84;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 840px;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .txt {
    font-size: 14px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .txt {
    font-size: 12px;
  }
}
.sec01 .inner .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.84;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 840px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .name {
    font-size: 14px;
    margin-top: 35px;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .name {
    font-size: 12px;
  }
}

/* ーーーーーーーーーーーー'sec01 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec01 > .pc {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
body:not(.on) .sec01 > .sp {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

/* ーーーーーーーーーーーー'sec01 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec01 {
  position: relative;
}
body.on .sec01 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec01 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/*# sourceMappingURL=sourcemaps/concept.css.map */