@charset "UTF-8";
/* --------------------------
front page
--------------------------- */
.front-wrap {
  position: relative;
}

.front-heading {
  position: relative;
  font-family: "din_nm";
  font-style: normal;
  font-size: 49px;
  letter-spacing: 4px;
  color: #000;
  text-align: center;
  padding: 20px 0px 15px;
  margin: 0 0 15px 0;
  line-height: 1;
}
.front-heading::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #ecdd88;
  width: 15%;
  height: 0;
}

.font-heading-lead {
  text-align: center;
  font-size: 14px;
  color: #000;
  letter-spacing: 2px;
  font-family: ax_b;
}

@media screen and (max-width: 767px) {
  .front-slider figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 375/506;
  }
}

.front-news-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.front-news-item a {
  margin-bottom: 5px;
  font-size: 12.6px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.front-news-item a time {
  display: inline-block;
  width: 90px;
}

#concept {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #concept {
    padding-bottom: 50px;
  }
}

#works {
  padding-bottom: 150px;
}
#works .gallerybox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 28px;
  padding-inline: 14px;
  margin-bottom: 70px;
}
#works .gallerybox .imgWrap {
  float: none;
  margin: 0;
}
#works .buttonbox01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 300px;
  margin: 0px auto 0 auto;
}
#works .button01 {
  width: 290px;
  margin: 10px auto 10px auto;
  text-transform: uppercase;
  position: relative;
  top: 0;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: none !important;
  display: inline-block;
  z-index: 2;
}
#works .button01 a {
  display: block;
  padding: 12px 0 6px 85px;
  border: 3px solid #333;
  color: #333;
  font-size: 28px;
  font-family: din_nb;
  letter-spacing: 3px;
  position: relative;
}
#works .button01 a:hover {
  color: #fff;
  opacity: 1 !important;
}
#works .button01 a i {
  padding: 0 0 0 65px;
}
#works .buttonbox01 .line01 {
  width: 3px;
  height: 69px;
  background: #333;
  position: relative;
  left: -1px;
  top: 0px;
  display: block;
}
#works .button01:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #333;
}
#works .button01:after {
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
#works .button01:hover {
  cursor: pointer;
}
#works .button01:hover:after {
  width: 100%;
  left: 0;
}
#works .button01:hover {
  color: #5bcaff;
}
#works .button01:hover:after {
  left: -10%;
  width: 120%;
}

#profile {
  padding: 100px 0 100px 0;
  background-color: #faf9f9;
}
@media screen and (max-width: 767px) {
  #profile {
    padding: 50px 0 100px 0;
  }
}

.profile-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .profile-block01 {
    gap: 30px;
    margin-bottom: 0px;
  }
}
.profile-block01__img {
  width: 140px;
}
.profile-block01__img img {
  border-radius: 15px;
}
.profile-block01__content {
  width: 550px;
  max-width: 100%;
}

#access {
  padding: 100px 0 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #access {
    padding: 100px 0 50px 0;
  }
}

.access-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.access-block01__left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .access-block01__left {
    width: 100%;
  }
}
.access-block01__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .access-block01__right {
    width: 100%;
  }
}
.access-block01__right .a-c {
  padding: 65px 0 30px 0;
}
.access-block01__right .buttonbox02 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .access-block01__right .buttonbox02 {
    margin-top: 20px;
  }
}

#mv iframe {
  width: 100%;
  height: 450px;
}

#common-footer {
  padding-top: 70px;
  background-color: #54362d;
}
#common-footer .copyright {
  padding: 20px 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: "din_nm";
  background-color: #442c25;
}

.common-footer-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.common-footer-block01__left {
  width: calc(100% - 300px);
  padding-right: 50px;
}
.common-footer-block01__left .elementor-icon-list-items li {
  margin-bottom: 5px;
  color: #fff;
}
.common-footer-block01__left .elementor-icon-list-items li a {
  color: #fff;
}
.common-footer-block01__right {
  width: 300px;
}

/* --------------------------
process
--------------------------- */
#process {
  /*-----------レスポンシブ css-----------*/
}
#process .process {
  margin: 0 5%;
}
#process .process > ul {
  clear: both;
}
#process .process ul li {
  float: left;
  width: 75%;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #353535;
  font-family: ax_r, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#process .process ul li h5 {
  color: #d6b94b;
}
#process .process ul li div {
  margin-bottom: 40px;
}
#process .process ul li:first-child {
  width: 25%;
  padding-right: 30px;
  padding-top: 7px;
}
#process .process ul li:first-child p {
  border: 2px solid #350d02;
  text-align: center;
  padding: 10px;
  margin: 0;
  color: #350d02;
  font-size: 15px;
  letter-spacing: 2px;
}
#process .process ul li:first-child div.count {
  margin: 0 auto;
  position: absolute;
  font-family: din_nm;
  color: #e8e8e8;
  line-height: 1.5;
  text-indent: 5px;
}
#process .process ul li:first-child div.count font {
  font-size: 40px;
  color: #d6b94b;
  font-family: din_nl;
  letter-spacing: 0px;
}
#process .process ul li:first-child span {
  width: 2px;
  display: block;
  margin: 0 auto;
  border: 1px dashed #350d02;
}
#process .process ul li:first-child i {
  margin: 0 auto;
  display: block;
  width: 20px;
  text-align: center;
  font-size: 15px;
  color: #350d02;
  padding-left: 1px;
}
#process .process ul li:last-child:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 130px;
}
#process .block {
  display: table;
  width: 100%;
  border: 1px solid #000;
  padding: 0 !important;
}
#process .block div {
  padding: 0 !important;
}
#process .cell {
  display: table-cell;
  padding: 0;
}
#process .cell p {
  border: 1px solid #000;
  background: #fff;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 5px;
}
#process .sm1 span {
  height: 580px;
}
#process .sm2 span {
  height: 340px;
}
#process .sm3 span {
  height: 300px;
}
#process .sm4 span {
  height: 110px;
}
#process .sm5 span {
  height: 80px;
}
#process .sm6 span {
  height: 140px;
}
#process .sm7 span {
  height: 170px;
}
#process .sm8 span {
  height: 0px;
}
@media screen and (max-width: 480px) {
  #process .process ul li {
    float: none;
    width: 100%;
  }
  #process .process ul li:first-child {
    width: 65%;
    padding-right: 0px;
    margin: 0 auto;
  }
  #process .process ul li:first-child span {
    height: 60px;
  }
  #process .process ul li h5 {
    text-align: center;
  }
  #process .process ul li div {
    padding: 0 5%;
  }
  #process .process ul li:last-child:after {
    margin-bottom: 80px;
  }
  #process .process ul:last-child li:first-child {
    margin-bottom: 80px;
  }
}

/* --------------------------
movie
--------------------------- */
.movie-item {
  margin-bottom: 100px;
}
.movie-item iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}

/* --------------------------
media
--------------------------- */
#media {
  padding-bottom: 100px;
}
#media #gallery-1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1140px) {
  #media #gallery-1 {
    gap: 30px;
  }
}
#media #gallery-1 br {
  display: none !important;
}
#media #gallery-1 .gallery-item {
  float: none;
  width: calc(25% - 37.5px);
  padding: 0px;
  border-radius: 0;
}
@media screen and (max-width: 1140px) {
  #media #gallery-1 .gallery-item {
    width: calc(25% - 22.5px);
  }
}
@media screen and (max-width: 767px) {
  #media #gallery-1 .gallery-item {
    width: calc(50% - 15px);
  }
}

.gallery-icon img {
  border-radius: 0 !important;
}

/* --------------------------
news
--------------------------- */
#comments,
.entry-social,
.blog-sidebar-wrapper {
  display: none;
}

h1.hestia-title.title-in-content {
  margin: 40px 0 5px 0 !important;
}

.single .blog-post article.section {
  padding-top: 20px;
}