@charset "UTF-8";
/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
section {
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 180px;
  padding-top: 120px;
  margin-top: -120px;
}

.inner {
  padding: 0 20px;
}

.secondary-page {
  margin-top: 300px;
}
@media all and (max-width: 980px) {
  .secondary-page {
    margin-top: 150px;
  }
}
@media all and (max-width: 620px) {
  .secondary-page {
    margin-top: 100px;
  }
}

.button-basic {
  display: block;
  text-decoration: none;
  background: #000;
  color: #EDF1F2;
  position: relative;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  width: 100%;
  height: 50px;
  max-width: 200px;
  line-height: 47px;
  margin: 0;
  background: #fff;
  border: 1px solid #666;
  color: #000;
}
.button-basic:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.project-detail {
  width: 100%;
}
.project-detail .main-img {
  width: 100%;
  margin-bottom: 50px;
}
.project-detail .text-detail h2 {
  margin-bottom: 50px;
}
.project-detail .text-detail .role {
  margin: 0 0 50px 0;
}
.project-detail .text-detail .overview-credit {
  display: flex;
  justify-content: space-between;
}
.project-detail .text-detail .overview-credit li {
  width: 46%;
}
.project-detail .text-detail .overview-credit li:first-child:nth-last-child(1),
.project-detail .text-detail .overview-credit li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}
.project-detail .text-detail .overview-credit p {
  margin: 0 0 20px 0;
  text-align: justify;
}
.project-detail .text-detail .overview-credit .o-c-title {
  margin: 0 0 10px 0;
}

.project-imglist {
  width: 100%;
}
.project-imglist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-imglist ul li {
  width: calc(50% - 2px);
  margin-bottom: 5px;
}
.project-imglist ul li:first-child {
  display: none;
}
.project-imglist ul .big {
  width: 100%;
}
.project-imglist .thumbnail {
  padding-top: 75%;
  width: 100%;
  position: relative;
  background: #f4f4f4;
}
.project-imglist .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);
}

.works-list {
  margin-bottom: 230px;
}
.works-list h2 {
  margin-bottom: 35px;
  font-size: 14px;
  font-size: 1.4rem;
}
.works-list ul {
  display: flex;
  flex-wrap: wrap;
}
.works-list ul li {
  position: relative;
  width: 25%;
}
.works-list ul li:first-child {
  width: 50%;
}
.works-list ul li:first-child .thumbnail {
  padding-top: 50%;
}
.works-list ul li h3 {
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.works-list .thumbnail {
  padding-top: 100%;
  width: 100%;
  position: relative;
}
.works-list .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-list ul li {
  width: calc(50% - 2px);
  position: relative;
  margin: 0 0 5px 0;
}
.project-list ul li h3 {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.project-list ul li h3:hover {
  opacity: 0.8;
}
.project-list ul li .thumbnail {
  padding-top: 75%;
  width: 100%;
  position: relative;
  background: #f4f4f4;
}
.project-list ul li .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);
}

.project-list li:first-child:nth-last-child(1),
.project-list li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}
.project-list li:first-child:nth-last-child(4),
.project-list li:first-child:nth-last-child(4) ~ li {
  width: calc(50% - 2px);
}

.what-unit .first-img {
  margin-bottom: 50px;
}
.what-unit .unit h2 {
  margin-bottom: 40px;
}
.what-unit .unit ul {
  color: #000;
  padding: 20px 40px;
  border-left: 1px solid #000;
  margin-bottom: 30px;
}
@media all and (max-width: 620px) {
  .what-unit .unit ul {
    padding: 20px 0px 20px 20px;
  }
}

.what-flow-unit h2 {
  margin: 0 0 50px 0;
}
.what-flow-unit .flow-reed {
  margin-bottom: 40px;
}
.what-flow-unit .flow-unit {
  border-left: 1px dashed #000;
  padding: 30px 0 60px 0;
  margin-bottom: 2px;
  margin-left: 8px;
  display: flex;
  color: #000;
}
@media all and (max-width: 620px) {
  .what-flow-unit .flow-unit {
    display: block;
  }
}
.what-flow-unit .flow-unit h3 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 30px;
  width: 180px;
  position: relative;
}
@media all and (max-width: 620px) {
  .what-flow-unit .flow-unit h3 {
    margin-bottom: 20px;
  }
}
.what-flow-unit .flow-unit h3::before {
  position: absolute;
  top: 6px;
  left: -8px;
  display: block;
  content: "";
  background: url(/img/flowarrow.svg) no-repeat;
  width: 17px;
  height: 17px;
}
.what-flow-unit .flow-unit ul {
  width: 280px;
}
@media all and (max-width: 620px) {
  .what-flow-unit .flow-unit ul {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
.what-flow-unit .soudan {
  padding: 60px 0 60px 0;
}
.what-flow-unit .text-unit {
  color: #666;
}
@media all and (max-width: 620px) {
  .what-flow-unit .text-unit {
    width: 95%;
    margin-left: 20px;
  }
}

.about-unit .first-img {
  margin-bottom: 50px;
}

.profile-unit .first-img {
  margin-bottom: 50px;
}
.profile-unit h2 {
  margin: 0 0 50px 0;
}
.profile-unit .company {
  display: flex;
  flex-wrap: wrap;
  color: #666;
}
.profile-unit .company dt {
  width: 15%;
  text-align: center;
  background: #f2f2f2;
  max-width: 90px;
  padding: 5px 0;
  margin-bottom: 20px;
}
.profile-unit .company dd {
  width: 85%;
  padding: 5px 0 5px 20px;
  margin-bottom: 20px;
}
.profile-unit .history {
  display: flex;
  flex-wrap: wrap;
  color: #666;
}
.profile-unit .history dt {
  width: 15%;
  text-align: center;
  background: #f2f2f2;
  max-width: 90px;
  padding: 15px 0;
}
.profile-unit .history dd {
  width: 85%;
  padding: 15px 0 15px 20px;
}

.access-unit h2 {
  margin: 0 0 50px 0;
}
.access-unit .img-unit {
  margin-bottom: 15px;
}
.access-unit .btn-flex {
  display: flex;
}
.access-unit a {
  color: #000;
  width: 50%;
  border: 1px solid #000;
  max-width: 200px;
  text-align: center;
  padding: 8px 0 10px;
  margin-right: 20px;
}
.access-unit ul {
  display: flex;
  justify-content: space-between;
}
.access-unit ul li {
  width: 49.7%;
}

.cha-unit .first-img {
  margin-bottom: 50px;
}
.cha-unit h2 {
  margin: 0 0 50px 0;
}
.cha-unit .btn {
  color: #000;
  width: 100%;
  border: 1px solid #000;
  max-width: 270px;
  text-align: center;
  padding: 8px 0 10px;
}

.contact-unit .first-img {
  margin-bottom: 50px;
}
.contact-unit h2 {
  margin: 0 0 50px 0;
}
.contact-unit p a {
  color: #000;
}

.works-list li:first-child:nth-last-child(4),
.works-list li:first-child:nth-last-child(4) ~ li {
  width: 50%;
}
.works-list li:first-child:nth-last-child(4) .thumbnail,
.works-list li:first-child:nth-last-child(4) ~ li .thumbnail {
  padding-top: 50%;
}
.works-list li:first-child:nth-last-child(5):first-child,
.works-list li:first-child:nth-last-child(5) ~ li:first-child {
  width: 50%;
}
.works-list li:first-child:nth-last-child(5):first-child .thumbnail,
.works-list li:first-child:nth-last-child(5) ~ li:first-child .thumbnail {
  padding-top: 50%;
}
.works-list li:first-child:nth-last-child(5):nth-child(2),
.works-list li:first-child:nth-last-child(5) ~ li:nth-child(2) {
  width: 50%;
}
.works-list li:first-child:nth-last-child(5):nth-child(2) .thumbnail,
.works-list li:first-child:nth-last-child(5) ~ li:nth-child(2) .thumbnail {
  padding-top: 50%;
}
.works-list li:first-child:nth-last-child(5):nth-child(3),
.works-list li:first-child:nth-last-child(5) ~ li:nth-child(3) {
  width: 50%;
}
.works-list li:first-child:nth-last-child(5):nth-child(3) .thumbnail,
.works-list li:first-child:nth-last-child(5) ~ li:nth-child(3) .thumbnail {
  padding-top: 50%;
}
.works-list li:first-child:nth-last-child(6):first-child,
.works-list li:first-child:nth-last-child(6) ~ li:first-child {
  width: 50%;
}
.works-list li:first-child:nth-last-child(6):first-child .thumbnail,
.works-list li:first-child:nth-last-child(6) ~ li:first-child .thumbnail {
  padding-top: 50%;
}
.works-list li:first-child:nth-last-child(6):nth-child(6),
.works-list li:first-child:nth-last-child(6) ~ li:nth-child(6) {
  width: 50%;
}
.works-list li:first-child:nth-last-child(6):nth-child(6) .thumbnail,
.works-list li:first-child:nth-last-child(6) ~ li:nth-child(6) .thumbnail {
  padding-top: 50%;
}

.first-viewimg {
  margin-bottom: 180px;
}

.viewimg-unit video {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}

.block {
  display: flex;
}
@media all and (max-width: 620px) {
  .block {
    display: block;
  }
}
.block h2 {
  font-size: 18px;
  font-size: 1.8rem;
  min-width: 358px;
}
.block h2:before {
  content: url(../img/arrow.svg);
  display: inline-block;
  width: 21px;
  height: 2px;
  position: relative;
  top: -3px;
  margin-right: 20px;
}
@media all and (max-width: 620px) {
  .block h2 {
    margin-bottom: 30px;
  }
}
.block .text-block h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 35px;
}
.block .text-block p {
  font-size: 14px;
  font-size: 1.4rem;
}
.block .text-block p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 620px) {
  .block .text-block {
    margin-left: 35px;
  }
}
.block a {
  border-bottom: 1px solid #333;
  padding-bottom: 7px;
  display: inline-block;
}
.block .title2 {
  font-size: 22px;
  font-size: 2.2rem;
}
.block .title3 {
  font-size: 20px;
  font-size: 2rem;
}

.top-text-unit {
  max-width: 1260px;
  position: absolute;
  transform: translateX(-50%);
  top: 15%;
  left: 50%;
  width: 100%;
}

.logo-unit .img-unit {
  width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.logo-unit h2 {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.logo-unit p {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.4;
  margin-bottom: 35px;
  letter-spacing: 0.05em;
}
.logo-unit a {
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.logo-unit a p {
  margin: 0;
}

.contact-unit {
  width: 100%;
}