/* commonParts
---------------------------------------------------- */
#page-ttl .pgttl-bgimg {
  background-size: cover;
  width: 100%;
  height: calc(100vh - 84px - 30rem);
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-bgimg {
    height: 320px;
  }
}
#page-ttl .pgttl-bgimg.__works {
  background-image: url(../images/works/pgttl-bgimg.jpg);
  background-position: 50% 50%;
}
#page-ttl .pgttl-bgimg.__results {
  background-image: url(../images/results/pgttl-bgimg.jpg);
  background-position: 50% 65%;
}
#page-ttl .pgttl-bgimg.__company {
  background-image: url(../images/company/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl .pgttl-content {
  color: #fff;
  background-image: url(../images/bg-img_green.jpg);
  background-size: cover;
  box-shadow: 2px 2px 6px rgba(40, 40, 40, 0.2);
  padding: 2.5rem 0;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-content {
    padding: 2em 0;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-content {
    padding: 1.8em 0;
  }
}
#page-ttl .pgttl-content h2 {
  font-size: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-content h2 {
    font-size: 2.375em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-content h2 {
    font-size: min(6.2vw, 1.645em);
  }
}

/* works.html
---------------------------------------------------- */
.sec-works_intro .sec-inner .sec-catch {
  margin-top: -1em;
}
.sec-works_intro .sec-inner .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-works_intro .sec-inner .sec-txt {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works_intro .sec-inner .sec-txt {
    margin-top: 2em;
  }
}
.sec-works_intro .sec-inner .sec-txt p {
  font-size: max(1.0625rem, 1em);
  line-height: 2em;
}
.sec-works_intro .sec-inner .sec-img {
  margin-top: 3em;
  width: 100%;
  height: 16em;
  background-image: url(../images/works/works-img_intro.jpg);
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  .sec-works_intro .sec-inner .sec-img {
    background-attachment: scroll;
    background-size: cover;
    height: auto;
    aspect-ratio: 3/2;
  }
}

.sec-works-list .works-list ul .works-list-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-works-list .works-list ul .works-list-item {
    margin-right: auto;
  }
}
.sec-works-list .works-list ul .works-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  .sec-works-list .works-list ul .works-list-item:nth-of-type(2n) {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-works-list .works-list ul .works-list-item .item-ttl h4 {
  margin-bottom: 1.2em;
}
.sec-works-list .works-list ul .works-list-item .item-txt {
  margin-top: 2em;
}
.sec-works-list .works-list ul .works-list-item .item-txt p {
  font-size: max(1.0625rem, 1em);
}
.sec-works-list .works-list ul .works-list-item .item-txt p.__ttlstyle03 {
  font-size: max(1.0625rem, 1em);
  margin-top: 2em;
}
.sec-works-list .works-list ul .works-list-item .ttl-wrap {
  width: 99.375rem;
}
@media screen and (max-width: 1199px) {
  .sec-works-list .works-list ul .works-list-item .ttl-wrap {
    width: 100%;
  }
}
.sec-works-list .works-list ul .works-list-item .txt-wrap {
  width: 56.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-works-list .works-list ul .works-list-item .txt-wrap {
    width: 100%;
  }
}
.sec-works-list .works-list ul .works-list-item .img-wrap {
  width: calc(100% - 56.875rem - 6.25vw);
  box-shadow: 2px 2px 6px rgba(40, 40, 40, 0.2);
}
@media screen and (max-width: 1199px) {
  .sec-works-list .works-list ul .works-list-item .img-wrap {
    width: min(100%, 600px);
    aspect-ratio: 3/2;
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works-list .works-list ul .works-list-item .img-wrap {
    margin-top: 3em;
  }
}
.sec-works-list .works-list ul .works-list-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-works-list .works-list ul .works-list-item.__01 .img-wrap {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-works-list .works-list ul .works-list-item.__01 .img-wrap {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works-list .works-list ul .works-list-item.__01 .img-wrap {
    margin-top: 3em;
  }
}

/* results.html
---------------------------------------------------- */
.result-category-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: -2em;
}
@media screen and (max-width: 1199px) {
  .result-category-list ul {
    margin-bottom: 0;
  }
}
.result-category-list ul li {
  width: calc(33.3333333333% - 1.3333333333em);
  margin-right: 2em;
  margin-top: 2em;
}
.result-category-list ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .result-category-list ul li {
    width: calc(50% - 1em);
  }
  .result-category-list ul li:nth-of-type(3n) {
    margin-right: 2em;
  }
  .result-category-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .result-category-list ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
  .result-category-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.result-category-list ul li a {
  width: 100%;
  height: 100%;
  padding: 1em 1.6em;
}
@media screen and (max-width: 767px) {
  .result-category-list ul li a {
    padding: 0.8em 2em;
  }
}

.sec-result .sec-ttl h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.375rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-result .sec-ttl h3 {
    font-size: 1.75em;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-result .sec-ttl h3 {
    font-size: min(5vw, 1.375em);
  }
}
.sec-result .result-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-result .result-list ul .result-list-item .gallery-img {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #f5f6f7;
  box-shadow: 2px 2px 6px rgba(40, 40, 40, 0.2);
  overflow: clip;
}
.sec-result .result-list ul .result-list-item .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transform: scale(1);
  transition: all 1.6s cubic-bezier(0, 0.7, 0.4, 1);
}
.sec-result .result-list ul .result-list-item .gallery-img:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}
.sec-result .result-list ul .result-list-item .gallery-txt {
  margin-top: 1em;
  line-height: 1.4em;
}
.sec-result.__gallery .result-list-item {
  width: calc(33.3333333333% - 2.5rem);
  margin-right: 3.75rem;
  margin-top: 3em;
}
.sec-result.__gallery .result-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-result.__gallery .result-list-item {
    width: calc(50% - 1em);
    margin-right: 2em;
  }
  .sec-result.__gallery .result-list-item:nth-of-type(3n) {
    margin-right: 2em;
  }
  .sec-result.__gallery .result-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-result.__gallery .result-list-item {
    width: 100%;
    margin-right: 0;
    margin-top: 2em;
  }
  .sec-result.__gallery .result-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-result.__award .result-list-item {
  width: calc(25% - 2.8125rem);
  margin-right: 3.75rem;
  margin-top: 3em;
}
.sec-result.__award .result-list-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-result.__award .result-list-item {
    width: calc(33.3333333333% - 1.3333333333em);
    margin-right: 2em;
  }
  .sec-result.__award .result-list-item:nth-of-type(4n) {
    margin-right: 2em;
  }
  .sec-result.__award .result-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-result.__award .result-list-item {
    width: calc(50% - 1em);
    margin-top: 2em;
  }
  .sec-result.__award .result-list-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .sec-result.__award .result-list-item:nth-of-type(3n) {
    margin-right: 2em;
  }
  .sec-result.__award .result-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.viewer-backdrop {
  background-color: rgba(20, 20, 20, 0.6);
}

.viewer-button {
  top: 16px !important;
  right: 16px !important;
  width: 56px !important;
  height: 56px !important;
  background-color: initial !important;
  border: solid 1px #fff;
  transition: all 0.24s !important;
}
.viewer-button::before {
  bottom: initial !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.25);
}
.viewer-button:hover {
  opacity: 0.6;
}

.viewer-footer {
  margin-bottom: 8vh;
}

.viewer-title {
  color: #fff !important;
  font-size: 1em !important;
}

/* company.html
---------------------------------------------------- */
.sec-company01 .sec-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-company01 .sec-ttl {
    margin-top: 0;
  }
}
.sec-company01 .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-company01 .sec-txt {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-txt {
    margin-top: 2em;
  }
}
.sec-company01 .sec-txt p {
  font-size: max(1.0625rem, 1em);
  line-height: 2em;
}
.sec-company01 .sec-txt .__name {
  width: 22.5rem;
  margin-top: 3em;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-company01 .sec-txt .__name {
    width: min(52vw, 17em);
  }
}
.sec-company01 .sec-txt .__name img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec-company02 {
    padding-bottom: 0;
  }
}
.sec-company02::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-img.jpg);
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  .sec-company02::before {
    background-attachment: scroll;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02::before {
    height: 50%;
  }
}
.sec-company02 .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .sec-txt {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-txt {
    margin-top: 2em;
  }
}
.sec-company02 .sec-txt p {
  font-size: max(1.0625rem, 1em);
  line-height: 2em;
}
.sec-company02 .education-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .education-list {
    margin-top: 4em;
  }
}
.sec-company02 .education-list ul {
  width: calc(100% - 33.75rem - 7.5rem);
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .education-list ul {
    width: 100%;
  }
}
.sec-company02 .education-list ul .education-list-item {
  padding: 5rem 0;
  border-bottom: solid 1px #c2bbb4;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .education-list ul .education-list-item {
    padding-top: 3em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .education-list ul .education-list-item {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-company02 .education-list ul .education-list-item:nth-of-type(1) {
    border-top: solid 1px #c2bbb4;
  }
}
@media screen and (max-width: 1199px) {
  .sec-company02 .education-list ul .education-list-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.sec-company02 .education-list ul .education-list-item .education-content h4 {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .education-list ul .education-list-item .education-content h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .education-list ul .education-list-item .education-content h4 {
    font-size: min(5vw, 1.25em);
  }
}
.sec-company02 .education-list ul .education-list-item .education-content p {
  font-size: max(1.0625rem, 1em);
  line-height: 2em;
  margin-top: 1em;
}
.sec-company02 .education-list .education-img {
  position: sticky;
  left: 0;
  width: 33.75rem;
  background-color: #f5f6f7;
  box-shadow: 2px 2px 6px rgba(40, 40, 40, 0.2);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .education-list .education-img {
    width: 560px;
    aspect-ratio: 3/2;
    margin: 0 auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .education-list .education-img {
    width: min(100%, 400px);
    margin-top: 2em;
  }
}
.sec-company02 .education-list .education-img .img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  opacity: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .education-list .education-img .img-wrap {
    opacity: 1;
  }
}
.sec-company02 .education-list .education-img .img-wrap.__show {
  opacity: 1;
}
.sec-company02 .education-list .education-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1199px) {
  .sec-company03 {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-company03 .sec-content {
    margin-top: 3em;
  }
}
.sec-company03 .sec-content p {
  font-size: max(1.0625rem, 1em);
}
.sec-company03 .sec-content p.__ttlstyle03 {
  margin-top: 2em;
}

@media screen and (max-width: 1199px) {
  .sec-company04 {
    padding-bottom: 2em;
  }
}
.sec-company04 .sec-content {
  margin-top: 1em;
}
.sec-company04 .sec-content dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-content dl {
    display: block;
  }
}
.sec-company04 .sec-content dl dt {
  font-size: max(1.0625rem, 1em);
  width: 12em;
  padding: 1.6em 0;
  border-bottom: solid 3px #c2bbb4;
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-content dl dt {
    width: 100%;
    padding: 1.2em 0;
    border-bottom: none;
  }
}
.sec-company04 .sec-content dl dd {
  font-size: max(1.0625rem, 1em);
  width: calc(100% - 12em);
  padding: 1.6em 0;
  padding-left: 2em;
  border-bottom: solid 1px #c2bbb4;
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-content dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.2em;
    padding-left: 0;
  }
}
.sec-company04 .sec-content dl dd a {
  display: inline;
  font-size: 1em;
}

@media screen and (max-width: 1199px) {
  .sec-company05 {
    padding-bottom: 2em;
  }
}
.sec-company05 .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-company05 .sec-txt {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company05 .sec-txt {
    margin-top: 2em;
  }
}
.sec-company05 .sec-txt p {
  font-size: max(1.0625rem, 1em);
  line-height: 2em;
}
.sec-company05 .sec-content {
  margin-top: 1em;
}
.sec-company05 .sec-content .content-wrap {
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  .sec-company05 .sec-content .content-wrap {
    padding: 2em 0;
  }
}
.sec-company05 .sec-content .content-wrap:last-of-type {
  border-top: solid 1px #c2bbb4;
  padding-bottom: 0;
}
.sec-company05 .sec-content .content-wrap p {
  font-size: max(1.0625rem, 1em);
  margin-top: 0.4em;
}
.sec-company05 .sec-content .content-wrap p.__ttlstyle03 {
  margin-top: 0;
}
.sec-company05 .sec-content .content-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.sec-company05 .sec-content .content-wrap ul li {
  width: calc(50% - 1em);
  font-size: max(1.0625rem, 1em);
  margin-right: 2em;
}
.sec-company05 .sec-content .content-wrap ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-company05 .sec-content .content-wrap ul li {
    width: 100%;
    margin-right: 0;
  }
}

.sec-company06 .sec-content .map-wrap {
  width: 100%;
  height: 37.5rem;
  box-shadow: 2px 2px 6px rgba(40, 40, 40, 0.2);
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-company06 .sec-content .map-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company06 .sec-content .map-wrap {
    height: 360px;
    margin-top: 2em;
  }
}
.sec-company06 .sec-content .map-wrap iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */