@charset "utf-8";

/**************************************************/
/*                                                */
/*                   パソコン用                   */
/*                                                */
/**************************************************/

/* ================================================
 * 共通
 * ================================================*/

.sp-only {
  display: none
}

.inner {
  width: 1100px;
  margin: auto;
  position: relative;
}

.top .inner, .project-page .inner, .info-page .inner {
  width: 1200px;
}

#wrapper {
  padding-bottom: 100px;
}

/* ================================================
 * ヘッダー
 * ================================================*/

.header-inner {
  height: 140px;
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.l-header .logo {
  padding-top: 56px;
}

.l-header .logo a img {
  width: 414px;
  /*height: 28px;*/
}

/* 3本線 */
.l-header .humberger-wrap {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 36px;
  right: 0;
}

.l-header .humberger-wrap .humberger-border-1 {
  width: 28px;
  top:20px;
  right:0;
}
  
.l-header .humberger-wrap .humberger-border-2 {
  width: 28px;
  top:30px;
  right:0;
}
  
.l-header .humberger-wrap .humberger-border-3 {
  width: 28px;
  top:40px;
  right:0;
}

  /* open時 */
.l-header .humberger-wrap.opened .humberger-border-1 {
  width: 30px;  
  top: 30px;
  transform: rotate(45deg);
}
	
.l-header .humberger-wrap.opened .humberger-border-2 {
  width: 30px;  
  top: 30px;
  transform: rotate(-45deg);
}
	
.l-header .humberger-wrap.opened .humberger-border-3 {
  top: 30px;
  transform: rotate(-45deg);
  opacity:0;
}

.l-header.opened .header-menu {
  position: absolute;  
  width: 340px;
  top: 110px;
  right: -50px;
  padding: 100px 50px;
}

/* ================================================
 * フッター
 * ================================================*/

.l-footer {
  height: 80px;
}

/* ================================================
 * トップページ
 * ================================================*/

.top-ttl {
  color: #000;
  font-size: 4rem;
  text-align: center;
  padding-bottom: 70px;
}

/* メインビジュアル */

.top-visual {
  width: 1320px;
  height: 788px;
  margin: 0 auto 40px;
  padding-top: 720px;
  /*cursor: pointer;*/
  background-position: center;
}

.top-visual-inner {
  position: absolute; 
  width: 1280px;
  top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
}

.top-visual-ttl {
  font-size: 8rem;
  line-height: 1.1em;
  color: #fff;
}

.top-visual-subttl {
  display: inline-block;
  height: 38px;  
  font-size: 2rem;
  /*font-size: 1.8rem;
  background: #fff;*/
  line-height: 38px;
  /*background: rgb(34,34,34,0.8);*/
  color: #fff;
}

.top-visual-txt {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
}

/* メインビジュアル1 */

.top-visual1 .top-visual-ttl {
  margin: 300px 0 0 120px;
  text-indent: -0.76em;
  display: inline-block;
}

.top-visual1 .top-visual-subttl {
  /*width: 415px;*/
  vertical-align: text-bottom;
  margin-left: 20px;
  margin-bottom: 3px;
  padding: 0 20px;
}

.top-visual1 .top-visual-txt {
  margin: 30px 0 0 120px;
}

/* メインビジュアル2 */

.top-visual2 .top-visual-inner {
  text-align: right;
  padding: 0 65px 270px 0;
}

.top-visual2 .top-visual-ttl {
  position: absolute;
  top: 0;
  right: 55px;
}

.top-visual2 .top-visual-subttl {
  /*width: 465px;
  margin: 128px 0 40px;*/
  margin: 128px -20px 40px 0;
  padding: 0 20px 0 10px;
}

.top-visual2 .top-visual-txt {
  line-height: 2em;
}

/* メインビジュアル3 */

.top-visual3 .top-visual-ttl {
  margin: 400px 0 0 55px;
  display: inline-block;
}

.top-visual3 .top-visual-subttl {
  vertical-align: text-bottom;
  margin-left: 20px;
  margin-bottom: 3px;
  padding: 0 20px;
}

.top-visual3 .top-visual-txt {
  margin: 30px 0 0 120px;
}

/* プロジェクト */

.top-projects {
  margin: 100px 0 120px;
}

.projects-item {
  width: 200px;
}

.projects-item:not(:nth-of-type(5n)) {
  margin-right: 50px;  
}

.projects-img img {
  width: 200px;
  height: 300px;
}

.projects-ttl {
  /*text-align: center;*/
  margin: 20px 0 60px;
}

/* インフォメーション */

.top-info {
  margin-bottom: 160px;
}

.top-info .top-ttl {
  padding-top: 80px;
}

.top-info-item {
  width: 400px;
  padding: 0 60px;
}

.top-info-item:nth-of-type(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.top-info-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 300px;
  height: 200px;
}

.top-info-txt {
  margin-bottom: 20px;
  line-height: 1.5em;
}

/* アーキテクツ */

.top-architects {
  margin-bottom: 120px;
}

.top-architects-wrap {
  justify-content: center;
}

.top-architects-item {
  width: 280px;  
  margin: 0 60px;
  text-align: center;
}

.top-architects-img {
  margin-bottom: 20px;
}

.top-architects-img img {
  width: 280px;
}

/* ================================================
 * 下層
 * ================================================*/

.page-ttl {
  font-size: 3.6rem;  
  margin: 50px 50px 0 auto;
  padding: 4px 40px;  
}

.page-subttl {
  font-size: 3.8rem;
  text-align: center;
}

/* ================================================
 * お知らせ・メディア情報
 * ================================================*/

.info-contents {
  margin-top: 100px;
}

.info-item {
  width: 270px;
  margin-bottom: 60px;
}

.info-item:not(:nth-of-type(4n)) {
  margin-right: 40px;
}

.info-item-img img {
  width: 270px;
  height: 270px;
}

/* 詳細 */

.info-detail-contents {
  margin: 100px auto;
  display: flex;
}

.info-detail .info-item-ttl {
  color: #000;
  font-size: 2.8rem;
  line-height: 1.5em;
  margin-top: 20px;
  word-break: break-all;
}

.info-detail-img {
  max-width: 450px;
}

.info-detail-txt {
  width: 650px;
  padding-left: 40px;
}

.info-detail .pager,
.project-detail .pager {
  margin: 50px 0;
}

.info-detail .pager .back a,
.project-detail .pager .back a {
  width: 200px;
}

.info-detail .pager .prev a,
.info-detail .pager .next a,
.project-detail .pager .prev a,
.project-detail .pager .next a{
  width: 120px;
}

.info-detail .pager .prev a:before, .project-detail .pager .prev a:before {
  top: -1px;
  left: 8px;
}

.info-detail .pager .next a:after, .project-detail .pager .next a:after {
  top: -1px;
  right: 8px;
}

/* ================================================
 * 建築事例
 * ================================================*/

.projects {
  padding: 100px 0 50px;
}

/* 詳細 */

.project-detail-contents {
  margin: 100px auto;
}

.project-detail .page-ttl {
  margin: 50px 0 0 auto;
}

.main-img {
  width: 770px;  
}

.main-img img {
  width: 700px;
}

.projects-detail-txt-wrap {
  width: 430px;
  padding-right: 40px;
}

.projects-detail-ttl {
  /*font-size: 3.2rem;*/
  font-size: 3rem;
}

.projects-detail-txt {
  margin-bottom: 30px;
}

.projects-detail-info {
  border: 1px solid #999;
  padding: 20px;
}

.project-detail-images li {
  display: inline-block;
  margin: 32px 0 0;
  width: 534px;
}

.project-detail-images li img {
  width: 100%;
}

.project-detail-images li.on span {
  transform: translateY(0);
  opacity: 1;
}

.project-detail-images li span {
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
}

.project-detail-images li.x2 {
  width: 100%;
}

/* ================================================
 * 会社案内
 * ================================================*/

/* プロフィールトップ */

.company .page-ttl {
  margin: 50px 0 0 auto;
}

.profile-top {
  margin: 140px auto 90px;
  height: 440px;
}

.profile-top-wrap {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: auto;
}

.profile-top-img {
  width: 640px;
}

.profile-top-img img {
  margin-top: -40px;
}

.profile-top-txt {
  width: 460px;
  padding: 80px 0 0 60px;
}

.profile-top-txt-p {
  line-height: 24px;
  margin-bottom: 16px;
}

/* プロフィール */

.profile.inner {
  width: 1000px;  
}

.profile-wrap {
  display: flex;
  align-items: center;
}

.profile-wrap:first-of-type {
  margin: 0 0 60px 0; 
  width: 690px;  
}

.profile-wrap:last-of-type {
  margin: 0 0 90px auto;
  width: 660px;  
}


.profile-img {
  width: 280px;
  height: 280px;
  background-color: #ccc;
}

.profile-txt-wrap {
  margin-left: 60px;  
}

.profile-name {
  font-size: 2.6rem;
}

.profile-name-txt {
  margin: 10px 0 30px;
}

.profile-txt {
  line-height: 1.5em;
}

/* アワード */

.award-wrap {
  width: 700px;
  margin: auto;
  padding: 80px 30px 30px;
  letter-spacing: 0.06em;
  line-height: 1.5em;
}

.award-wrap ul {
  padding: 60px 0;
}

/*.award-wrap dl {
  padding: 60px 0;
}

.award-wrap dd {
  padding-left: 80px;
  padding-bottom: 10px;
}*/

/* 会社概要 */

.company-contents {
  width: 1000px;
  margin: auto;
}

.company-contents .page-subttl {
  margin-top: 80px;
}

.company-wrap {
  width: 900px;  
  display: flex;
  justify-content: space-between;
  line-height: 2em;
  letter-spacing: 0.06em;
  margin: 60px auto 50px;
}

.company-left, .company-right {
  width: 50%;
}

.company-left {
  border-right: 1px solid #ccc;
}

.company-wrap dt {
  float: left;
  text-align: right;
}

.company-left dt {
  width: 60px;
}

.company-right dt {
  width: 120px;
}

.company-left dd {
  padding-left: 100px;
}

.company-right dd {
  padding-left: 160px;
  padding-bottom: 10px;
}

/* BOOKMARK */

.bookmark {
  width: 1000px;
  height: 260px;
  margin: 110px auto 100px;
  border: 2px solid #ccc;
}

.bookmark .page-subttl {
  margin: -20px auto 0;
  background: #fff;
  width: 8em;
}

.bookmark-wrap-top, .bookmark-wrap-btm {
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.bookmark-wrap-top {
  width: 800px;
  margin-top: 60px;
}

.bookmark-wrap-btm {
  width: 900px;
  margin-top: 30px;
}

/* コンタクト */

.contact {
  margin: 60px 0;  
}

.top-contact-txt {
  width: 700px;
  padding: 70px 0 40px;
}

/* ================================================
 * プライバシーポリシー, 404
 * ================================================*/

.policy-contents, .txt-contents {
  width: 850px;
  margin: 100px auto;
  position: relative;
  z-index: 2;
}

.error .txt-contents {
  text-align: center;
}

.txt-contents h2,
.confirm-contents h2 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  text-align: center;
}

/* ================================================
 * お問合せ, 送信完了
 * ================================================*/

.contact-form .page-ttl,
.confirm .page-ttl, .policy .page-ttl, .error .page-ttl {
  margin: 50px 0 0 auto;
}

.form {
  width: 900px;
  margin: 70px auto;
  position: relative;
  z-index: 2;
}

form dl {
  display: flex;
  padding: 40px 0;
}

form .form-ttl {
  width: 180px;  
  margin-top: 20px;
}

.confirm form dl {
  padding-left: 40px;
}

.confirm form dl:not(:last-of-type) {
  border-bottom: 1px solid #fff;  
}

.confirm .form-submit {
  position: relative;
}

.confirm .form-submit .reset {
  position: absolute;
  top: 0;
 left: 0;
}

.form-submit .btn {
  margin: 30px auto;
}

.confirm-contents {
  margin: 100px auto 0;
}


/* ================================================
 * ナビゲーション
 * ================================================*/

#toPageTop {
  bottom: 3%;
  right: 2%;
  width: 60px;
  height: 60px;
}

/* ================================================
 * その他（共通の装飾）
 * ================================================*/

.pager a {
  width: 150px;
  font-size: 1.8rem;  
  line-height: 35px;
}