@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; 
}  [class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea {
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
scroll-snap-type: x mandatory;
padding-bottom: 16px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
background-color: #fff;
padding: 20px 15px 145px;
box-sizing: border-box;
scroll-snap-align: start;
min-width: calc(1000px / 3.1);
width: calc((100% - 40px) / 2);
border: 3px solid var(--box3-primary-color);
position: relative;
}
.subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
min-width: calc(1000px / 2.5);
}
#main [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
min-width: calc(916px / 3.1);
}
@media screen and (max-width: 480px) {
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
#main [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
width: 100%;
min-width: 100%;
}
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box + .select-box {
margin-left: 20px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-name {
font-size: 18px;
font-weight: 600;
line-height: 1.25;
display: flex;
align-items: center;
min-height: 45px;
margin-bottom: 12.5px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-capture a {
display: block;
width: 100%;
box-sizing: border-box;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box img:not(img.rank-icon) {
display: block;
width: 100%;
height: 200px !important;
object-fit: cover;
object-position: center top;
margin: 0 !important;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-quote {
display: block;
font-size: 10px;
text-align: right;
line-height: 1;
margin: 5px 5px 5px auto !important;
color: #999;
cursor: pointer;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 0 3px 3px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt {
margin: 12.5px 0 !important;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li {
font-size: 14px;
font-weight: 600;
margin: 0 !important;
padding: 0 0 0 25px !important;
list-style: none;
border: unset !important;
line-height: 1.4 !important;
position: relative;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li + li {
margin-top: 10px !important;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-txt.select-points li::before {
content: "\f14a";
font-weight: 900;
font-family: 'Font Awesome 6 Free';
display: block;
color: #fff;
font-size: 20px;
line-height: 1;
color: var(--box3-points-color);
text-align: center;
position: absolute;
left: 0;
top: 1.5px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btns{
position: absolute;
bottom: 20px;
right: 0;
left: 0;
width: calc(100% - 30px);
margin: 0 auto;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] + [class*="select-btn_"] {
margin: 16px 0 0;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a {
display: block;
width: 100%;
font-size: 16px;
display: block;
color: #fff;
width: 100%;
box-sizing: border-box;
text-decoration: none;
font-weight: 600 !important;
letter-spacing: 0.06em;
line-height: 1.4;
padding: 18px 32px;
border-radius: 100px;
border: 2px solid;
text-align: center;
transition: 0.3s;
position: relative;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a i {
position: absolute;
top: 0;
bottom: 0;
right: 16px;
height: 16px;
margin: auto;
} [class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy {
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
text-align: center;
margin-bottom: -20px;
font-size: 12px;
transition: 0.3s;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
content: "";
display: inline-block;
width: 20px;
height: 3px;
border-radius: 5px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::after {
background-color: var(--box3-btn1--color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::after {
background-color: var(--box3-btn2--color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before {
margin-right: 6px;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
margin-left: 6px;
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a {
background-color: var(--box3-btn1--color);
border-color: var(--box3-btn1--color);
color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a:hover {
background: #fff;
color: var(--box3-btn1--color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a {
background-color: var(--box3-btn2--color);
border-color: var(--box3-btn2--color);
color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a:hover {
background: #fff;
color: var(--box3-btn2--color);
} [class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar {
height: 8px;
border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-track {
background-color: #efefef;
border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
background-color: var(--box3-primary-color);
} [class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name {
flex-direction: column;
text-align: center;
margin-bottom: 16px;
}
[class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name::after {
content: "";
display: block;
width: 80px;
height: 3px;
margin: 8px auto 0;
border-radius: 50px;
background-color: var(--box3-primary-color);
} :root {
--box3-primary-color: #01355C;
--box3-btn1--color: #32b16c;
--box3-btn2--color: #32b16c;
--box3-points-color: #0169B8;
}
.is-BrSearchContents-style_selectBoxes_recommend {
margin-bottom: 30px;
}