@charset "UTF-8";
  :root {
--white: #ffffff;
--black: #333333;
--main-black: #313131;
--main-blue: #7FAAD0;
--main-beige: #c1b78c;
--main-green: #249D57;
--main-navy: #01355C;
--main-apricot: #fcbb4e;
--main-pink: #f3bdbf;
--main: #9E2328;
}  .sec-3box .wrapper .box .name { min-height: 70px;
}
.sec-3box ul li .point { }
.sec-3box .wrapper .box .name { }
.sec-3box .wrapper .box .content { min-height: unset;
}
.header-logo .main-icon {
height: 46px;
}
.home .mv {
max-width: 1600px;
height: 640px;
min-height: 640px;
margin: 0 auto;
background: transparent;
position: relative;
justify-content: flex-start;
}
@media screen and (max-width: 480px) {
.home .mv {
height: 550px;
min-height: 550px;
}
}
.home .mv:before {
position: absolute;
top: 0;
left: 0;
width: 29%;
height: 290px;
background: url(//tokyo-apartmentmanagement.com/wp-content/themes/e_ver004-child/img/mv-bg1.png) center no-repeat;
background-size: cover;
content: "";
}
.home .mv:after {
position: absolute;
top: 0;
right: 0;
width: 69%;
height: 567px;
background: url(//tokyo-apartmentmanagement.com/wp-content/themes/e_ver004-child/img/mv-bg2.png) center no-repeat;
background-size: cover;
content: "";
}
@media screen and (max-width: 480px) {
.home .mv:after {
height: 444px;
}
}
.home .mvInner {
position: absolute;
left: 0;
bottom: 0;
padding: 0;
display: inline-block;
z-index: 1;
mix-blend-mode: hard-light;
}
.home .mvInner img.mv-logo {
width: 1200px;
max-width: 1200px;
}
@media screen and (max-width: 1024px) {
.home .mvInner img.mv-logo {
width: 105vw;
max-width: 105vw;
}
}
.home .mv-txt {
position: absolute;
bottom: 14rem;
left: 0;
z-index: 1;
}
@media screen and (max-width: 768px) {
.home .mv-txt {
bottom: 8rem;
}
}
@media screen and (max-width: 480px) {
.home .mv-txt {
bottom: 15vw;
}
}
.home .mv-txt span {
display: inline;
background: rgba(22, 22, 22, 0.85);
color: #fff;
padding: 4px;
line-height: 1.8;
font-size: 5rem;
font-weight: 900;
}
@media screen and (max-width: 768px) {
.home .mv-txt span {
font-size: 4rem;
}
}
@media screen and (max-width: 480px) {
.home .mv-txt span {
font-size: 3.2rem;
}
} .revealContent {
opacity: 0;
} .revealActive .revealContent {
transition-delay: 0.3s;
opacity: 1;
}
.revealItem {
display: block;
position: absolute;
overflow: hidden;
} .revealItem.revealActive::before {
animation: hideFromLeft 0.4s forwards, showFromLeft 0.4s forwards 0.4s;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--main);
margin: 1px;
} @keyframes hideFromLeft {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0%);
}
} @keyframes showFromLeft {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(100%);
}
} .pickup-box .mainImg img {
height: auto !important;
}
.sec-postList .post-list .post-item .table {
margin-top: 2rem;
}
.table table tbody tr {
border: none !important;
}
.table table tbody th {
border: 1px solid #ffffff;
border-bottom: 0;
}
.table table tbody td {
border: 1px solid #efefef;
border-bottom: 0;
}
.table table tbody tr:last-child td {
border-bottom: 1px solid #efefef;
}  .blog-card {
max-width: 550px;
margin: 16px auto;
background: none;
box-shadow: none;
}
.blog-card:hover {
background: none;
box-shadow: none;
}
.blog-card a {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
align-items: center;
text-decoration: none !important;
width: auto;
background: #ffffff;
border: 3px solid var(--blog-card--primary-color);
word-wrap: break-word;
padding: 15px;
box-sizing: border-box;
box-shadow: 0 1px 2px 0 rgba(24, 44, 84, 0.1), 0 1px 3px 1px rgba(24, 44, 84, 0.1);
}
.blog-card:hover {
transform: translateY(2px);
opacity: .7;
box-shadow: 0 0 0 0;
transition: all .3s;
}
.blog-card-thumbnail {
width: 130px;
height: 130px;
overflow: hidden;
min-width: 130px;
}
.blog-card-thumbnail img {
display: block;
width: 100%;
height: 100% !important;
object-fit: cover;
border: none;
padding: 0;
margin: 0 !important;
}
.blog-card-content {
width: 78%;
line-height: 1.5;
padding-left: 2%;
}
.blog-card-title {
font-size: 18px;
font-weight: bold;
color: var(--blog-card--primary-color);
margin-bottom: 10px;
}
.blog-card-excerpt {
color: #333333;
font-size: 14px;
} .blog-card-copy {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-weight: 600;
font-size: 14px;
margin-bottom: 5px;
}
.blog-card-copy::before, 
.blog-card-copy::after {
content: "";
display: inline-block;
width: 25px;
height: 2.5px;
border-radius: 5px;
background-color: var(--blog-card--primary-color);
}
.blog-card-copy::before {
margin-right: 6px;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
.blog-card-copy::after {
margin-left: 6px;
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg);
}
@media screen and (max-width: 768px) {
.blog-card-thumbnail {
width: 120px;
min-width: 120px;
height: 120px;
}
.blog-card-title {
font-size: 14px;
}
.blog-card-content {
font-size: 12px;
padding-left: 4%;
}
}
:root {
--blog-card--primary-color: #01355C; 
}