@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
    background-color: #3D4550;
    min-width: 1000px;
    color: #FFFFFF;
    /*letter-spacing: 0.15em;*/
}

#eWorks {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

.eSpView {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
    /*
        -webkit-backface-visibility: hidden;
        image-rendering: -webkit-optimize-contrast;*/
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    transition: all 0.5s;
}

a:hover {
    /*filter: hue-rotate(-70deg) brightness(120%);*/

}

.eCommonButton a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.eShortLetter {
    letter-spacing: -0.5em;
    margin-right: 0.5em;
}

#eHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #000000;
    z-index: 1000;

}

#eHeadLogo {
    padding: 0 35px;
}

#eHeadLogo img {
    height: auto;
    width: 152px;
}

#eHeadMenu {
    display: flex;
    height: 100%;
}

#eHeadMenu > div {
    border-left: 1px solid #FFF;
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 180px;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s;
}

#eHeadMenu > div > a,
#eHeadMenu > div > label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
    color: #FFF;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    position: relative;
    background-color: #000000;
}

#eHeadMenu > div > input[type="checkbox"] {
   /* display: none;*/
}

#eHeadMenu a:hover,
#eHeadMenu > div:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#eHeadMenu > div > div {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    width: auto;
    min-width: 100%;
    visibility: hidden;
    transition: all 0.2s;
    opacity: 0;
    transform: translateY(-100%);
    z-index: -1;
}

#eHeadMenu > div:hover > div {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

#eHeadMenu > div > div a {
    display: block;
    line-height: 3.6;
    text-align: left;
    padding: 0 2em;
}

#eHeadMenu > div > label > span {
    display: flex;
    align-items: center;
    padding: 0 0.8em;
    color: #FFF;
    border-left: 1px solid #FFF;
}


#eHeadMenu > div > label > span:first-child {
    border: none;

}

#eHeadButton {
    display: none;
}

#eMenuCheck {
    display: none;
}


#footNavAbox {
    position: static;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;

}

#footNavBox {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;

}

#footNavA {
    background-color: #F7F7F7;
}


#eMainHead {
    padding-top: 60px;
    position: relative;

}

#eMainHeadImg {
    width: 100%;
}

#eMainHeadImg img {
    width: 100%;
    height: auto;
}

#eTopHead {
    display: flex;
}

#eTopHead span {
    width: 50%;
    display: block;
}

#eTopHead img {
    width: 100%;
}

#eTopConcept {
    text-align: center;
    padding: 80px 0;
}

#eTopConcept h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 1em;
}

#eTopConcept p {
    font-size: 14px;
    line-height: 2.2;
}

#ePageConcept {
    text-align: center;
    padding: 80px 0;
}

#ePageConcept h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0.8em;
    line-height: 2;
}

#ePageConcept p {
    font-size: 14px;
    line-height: 2.2;
}

#eWorks h2 {
    text-align: center;
    margin-bottom: 40px;
}

#eWorks h2 > img {
    height: 34px;
    width: auto;
}

#eWorks h2::after {
    content: attr(title);
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 3.6;
}

#eTopWorks {
    margin-bottom: 180px;
}

#eTopWorksSlide {
    overflow: hidden;
    padding: 20px 0;
}

#eWorksSlide {
    overflow: visible;
    margin-bottom: 50px;
}

#eWorksSlide .swiper-slide {
    width: 600px;

}


#eWorksSlide .swiper-slide img {
    transition: all 1s;
    transform: scale(1.1);

}


#eWorksSlide .swiper-slide a {
    transition: all 1s;
    transform: scale(0.8);
    overflow: hidden;
    display: block;
    position: relative;
}

#eWorksSlide .swiper-slide a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    transition: all 1s;

}

#eWorksSlide .swiper-slide-active img {
    transform-origin: center;
    transform: scale(1);
    opacity: 1;
}

#eWorksSlide .swiper-slide-active a {
    transform-origin: center;
    transform: scale(1.1);
}

#eWorksSlide .swiper-slide-active a:after {
    opacity: 0;
}

#eWorksTitleSlide {
    width: 600px;
    margin: 0 auto;
    height: 30px;
    cursor: default;
}

#eWorksTitleSlide .swiper-slide {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    height: 30px;
    position: relative;
}


#eWorksSlide .swiper-button-next,
#eWorksSlide .swiper-button-prev {

    width: 481px;
    outline: none;
    height: 289px;
    background-color: rgba(0, 0, 0, 0);
    top: 58px;
    font-size: 20px;

}

#eWorksSlide .swiper-button-next:after,
#eWorksSlide .swiper-button-prev:after {
    font-size: 30px;
}

#eWorksSlide .swiper-button-next {
    right: unset;
    left: 50%;
    transform: translateX(359px);
    padding-right: 250px;
}

#eWorksSlide .swiper-button-prev {
    left: unset;
    right: 50%;
    transform: translateX(-360px);
    padding-left: 250px;
}

#eTopArchitect {
    margin-bottom: 150px;
}

#eTopArchitectWrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

#eTopArchitectWrap > div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
    position: relative;
}

#eTopArchitectWrap > div h2 {
    display: none;
}

#eTopArchitectWrap > div > span {
    display: block;
    width: 50%;
}

#eTopArchitectWrap > div > p {
    padding: 40px 0 0 50px;
    font-size: 14px;
    line-height: 2.2;
}

#eTopArchitectWrap > div > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 40px 50px;
}

.eCommonButton a {
    display: inline-block;
    border: 1px solid #FFF;
    font-size: 19px;
    position: relative;
    line-height: 50px;
    padding: 0 5em;
}

.eCommonButton a:after {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 1px;
    right: 0;
    bottom: -1px;
    background-color: #EA5514;
}

#eCommonFoot {
    margin-top: 100px;
    padding: 80px 0 100px;
    border-top: 1px solid #FFF;
    text-align: center;
}

#eCommonFoot > p {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 60px;
}

#eCommonFootLink a {
    margin: 0 1em;
    width: 300px;
    padding: 0;
}


#eWorksList {
    font-size: 14px;
}

#eWorksList > div {
    display: flex;
}

#eWorksList > div > div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#eWorksList > div > div > p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 40px 30px 30px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */

}
#eWorksList > div > div span {
    display: block;
}
#eWorksList img {
    width: 100%;
}

.eWorksStyleTwin {

}

.eWorksStyleTwin > div {
    width: 50%;
}


.eWorksStyleTripleRight {
    display: grid !important;
    grid-template-columns: 54% auto;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
    "area1 area3"
    "area2 area3";
}

.eWorksStyleTripleRight > div:nth-child(1) {
    grid-area: area1;
}

.eWorksStyleTripleRight > div:nth-child(2) {
    grid-area: area2;
}

.eWorksStyleTripleRight > div:nth-child(3) {
    grid-area: area3;
}

.eWorksStyleTripleRight > div:nth-child(3) img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.eWorksStyleTripleSetRight {
    display: grid !important;
    grid-template-columns: 54% auto;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
    "area1 area3"
    "area2 area3"
    "area4 area4";
}

.eWorksStyleTripleSetRight > div:nth-child(1) {
    grid-area: area1;
}

.eWorksStyleTripleSetRight > div:nth-child(2) {
    grid-area: area2;
}

.eWorksStyleTripleSetRight > div:nth-child(3) {
    grid-area: area3;
}

.eWorksStyleTripleSetRight > div:nth-child(3) img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.eWorksStyleTripleSetRight > div:nth-child(4) {
    grid-area: area4;
    width: 100%;
}

.eWorksStyleTripleSetText {
    display: none;
}

.eWorksStyleTripleLeft {
    display: grid !important;
    grid-template-columns: auto 57.85%;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
    "area1 area2"
    "area1 area3";
}

.eWorksStyleTripleLeft > div:nth-child(1) {
    grid-area: area1;
}

.eWorksStyleTripleLeft > div:nth-child(2) {
    grid-area: area2;
}

.eWorksStyleTripleLeft > div:nth-child(3) {
    grid-area: area3;
}

.eWorksStyleTripleLeft > div:nth-child(1) img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#eWorksList .eWorksStyleTwinUnSymmetry > div:nth-child(1) {
    width: 38.2%;
}

#eWorksList .eWorksStyleTwinUnSymmetry > div:nth-child(2) {
    width: 61.8%;
}

.eWorksStyleQuad {
    flex-wrap: wrap;
}

.eWorksStyleQuad > div {
    width: 50%;
}

.eWorksStyleTripleSetLeft {
    display: grid !important;
    grid-template-columns: auto 57.85%;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
    "area1 area2"
    "area1 area3"
    "area4 area4";
}

.eWorksStyleTripleSetLeft > div:nth-child(1) {
    grid-area: area1;
}

.eWorksStyleTripleSetLeft > div:nth-child(2) {
    grid-area: area2;
}

.eWorksStyleTripleSetLeft > div:nth-child(3) {
    grid-area: area3;
}

.eWorksStyleTripleSetLeft > div:nth-child(4) {
    grid-area: area4;
}

.eWorksStyleTripleSetLeft > div:nth-child(1) img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}


#eArchitectList {

}

#eArchitectList > div {
    width: 980px;
    margin: 0 auto 100px;
}

#eArchitectList > div .eArchitectIntro {
    display: flex;
}

#eArchitectList > div:nth-child(even) .eArchitectIntro {
    flex-direction: row-reverse;
}
.eArchitectIntro {
    margin-bottom: 50px;
}
.eArchitectIntro > div {
    width: 49%;
    background-color: #000;
    padding: 30px 40px;
    position: relative;
}

.eArchitectIntro > div span {
    display: block;
    font-size: 14px;
    line-height: 2;
}

.eArchitectIntro > div h3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.eArchitectIntro > div h3 span {
    font-size: 27px;
    border-bottom: 2px solid #EA5514;
    padding-bottom: 0.2em;
}

.eArchitectIntro > div h3 i {
    font-size: 12px;
    margin-left: 3em;
    font-style: normal;
}

.eArchitectIntro > div > div {
    font-size: 13px;
}

.eArchitectIntro > div > p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
    font-size: 13px;
    line-height: 1.8;
}

.eArchitectIntro > span {
    display: block;
    width: 51%;


}

.eArchitectNote {
    text-align: center;
    font-size: 14px;
    line-height: 2.1;
    margin-bottom: 50px;
 }

.eArchitectCareer {
    display: flex;
    justify-content: space-between;
}

.eArchitectCareer > div {
    width: 48%;
}

.eArchitectCareer > div h4 {
    border-bottom: 1px solid #FFF;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 1em;
}

.eArchitectCareer > div dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.7;

}

.eArchitectCareer > div dl dt {
    width: 14%;
}
.eArchitectCareer > div dl dd {
    width: 86%;
}
.eArchitectCareer > div ul {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: -0.06em;
}
.eArchitectCareer > div ul li {
padding-left: 1em;
    white-space: nowrap;
}



.eArchitectCareer > div ul li:before {
    content: '■';
    margin-left: -1em;
}



#eWorks06Triple {
    grid-template-columns: auto 58.35%;
}

#eWorks06Single {
    text-align: center;
}

/* 受入時に追加 */
a:link, a:visited{
color:#ffffff;
}
#footNavAbox{
	display: none;
}
#footNavBox{
	margin-top:0;
}