@charset "utf-8";

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.div-menu {
    margin: 0 auto 27px auto;
    width: 100%;
    height: auto;
    background-color: #FFF;
    text-align: center;
    overflow: hidden;
}
.div-menu__list {
    display:-webkit-box;
	display:-ms-flexbox;
    display:flex;
}
.div-menu__item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: calc(100% / 3);
}
.div-menu__item--sabreplusz {
    display: block;
    margin: calc(30 / 1000 * 100%) 0 0;
    width: 100%;
}
.div-menu__item a {
    position: relative;
    display: block;
    width: 100%;
}
.div-menu__item--sabreplusz a {
    display: inline-block;
    width: auto;
    max-width: 90%;
    transition: opacity .3s linear;
}
.div-menu__item--sabreplusz a:hover {
    opacity: 0.7;
}
.div-menu__item figure {
    display: block;
}
.div-menu__item figure img {
    width: 100%;
}
.div-menu__item figcaption {
    position: absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    padding: 0 calc(8 / 439 * 100vw) calc(8 / 439 * 100vw);
    width: 100%;
    height: 40%;
    color: #ffffff;
    text-align: left;
    transition: background-color .3s linear, color .3s linear;
}
.div-menu__item a:hover figcaption {
    background-color: transparent;
}
.div-menu__item--machinary figcaption {
    bottom: 0;
    background-color: #6b7a9e;
}
.div-menu__item--car_sales figcaption {
    top: 0;
    background-color: #ffa324;
}
.div-menu__item--insurance figcaption {
    bottom: 0;
    background-color: #ff687a;
}
.div-menu__item--machinary a:hover figcaption {
    color: #6b7a9e;
}
.div-menu__item--car_sales a:hover figcaption {
    color: #ffa324;
}
.div-menu__item--insurance a:hover figcaption {
    color: #ff687a;
}
.div-menu__title--en {
    font-size: 3rem;
    line-height: 1.2;
    text-align: left;
}
@media screen and (max-width: 1000px) {
    .div-menu__title--en {
        font-size: 2.5vw;
    }
}
.div-menu__title--ja {
    font-size: 2rem;
    line-height: 1.2;
}
@media screen and (max-width: 1000px) {
    .div-menu__title--ja {
        font-size: 1.72vw;
    }
}

/* Topic&News */
.news {
    padding: calc(83 / 1000 * 100%) 0 calc(100 / 1000 * 100%) 0;
    background: #eee;
}
.news__list {

}
.news__link {
    display: block;
    margin: 0 auto;
    padding: 1rem 0;
    width: calc(340 / 1000 * 100%);
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    border: 1px #232323 solid;
    background-color: #fff;
    color: #000;
    transition: background-color .3s linear, color .3s linear;
}
.news__link:hover {
    background-color: #232323;
    color: #fff;
}