@charset "UTF-8";
.fv {
	background: url("../company/img/fv_cn.jpg?set0001") no-repeat top;
	background-size: cover;
}
.fv .inner {
    height: 36.73vw;
    max-height: 360px;
}
.fv h2 {
    top: 45%;
}
.txt p {
    font-size: 0.875em;
    text-align: justify; /* 基本 */
    text-justify: inter-ideograph; /* IEで必要 */
    text-justify: inter-character; /* Firefoxで必要 */
    line-height: 1.5em;
    margin-top: 0.5em;
}
.con h3.title {
    width: 220px;
    height: 220px;
    margin: 0 auto 3em;
    color: #fff;
    background-color: #b83a21;
    font-size: 1.75em;
    line-height: 1.44em;
    position: relative;
}
.con h3.title:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-color: #cdcbc8;
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: -1;
}
.con h3.title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.triangle + .con {
	height: auto;
}
.triangle + .con .inner {
    padding: 10em 0;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    max-width: 840px;
    width: 87.7%;
}
.con > .inner {
    padding: 6em 0;
}
.property table {
    max-width: 590px;
    width: 78.66%;
    margin: 0 auto;
}
.property tr {
    border-bottom: 1px solid #f1d8d3;
}
.property .profile .txt p {
    font-size: 1em;
    margin: 0.83em;
    font-weight: normal;
}
.property .profile .txt th p {
    margin-right: 3em;
}
.property .map .txt p {
    margin: 0.83em auto 2.5em;
    text-align: center;
}
.property .map .txt .name {
    margin-right: 2em;
    display: inline-block;
}
.map h3.title {
    margin-top: 3em;
}
.map iframe {
    max-width: 840px;
    width: 100%;
    max-height: 510px;
    height: 52.04vw;
	margin: 0 auto;
}
@media (max-width: 750px){
.fv {
	background: url("../company/img/fv_cn_sp.jpg?set0001") no-repeat top;
	background-size: cover;
}
.fv .inner {
    height: 48.66vw;
    max-height: 365px;
}
.triangle + .con .inner {
    padding: 16vw 0 0;
    max-width: 100%;
    width: 100%;
}
.con h3.title {
    width: 33.33vw;
    height: 33.33vw;
    margin: 0 auto 13.66vw;
    font-size: 4.4vw;
}
.con h3.title:before {
    width: 15.46vw;
    height: 15.46vw;
    right: -7.73vw;
    bottom: -7.73vw;
}
.map h3.title {
    margin-top: 16vw;
}
.property table {
    max-width: 640px;
    width: 76%;
}
.property tr {
    border-bottom: 0.4vw solid #f1d8d3;
}
.property .profile .txt p {
    font-size: 2.66vw;
    margin: 0.83em 0;
}
.property .profile .txt th p {
    margin-right: 1em;
}
.property .map .txt p {
    margin: 0.83em auto 2.5em;
    font-size: 2.4vw;
    max-width: 95%;
    line-height: 2.2em;
}
.property .map .txt .name {
    margin-right: 2em;
}
.map iframe {
    width: 100%;
    max-height: 480px;
    height: 64vw;
}
}
@media (min-width: 751px){

}@media (min-width: 980px){
}