/* Hero */
.hero-wrap {
    position: relative;
    max-height: 367px;
    width: 100%;
    overflow: hidden;
}
.hero-img {
    display: inline-block;
    width: 100%;
    height: 313px;
    object-fit: cover;
    object-position: 50% 30%;
}
.hero-disc {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: .5rem;
    font-weight: 400;
}
@media screen and (max-width: 767px){
    .br-sp {
        display: inline-block;
    }
    .hero-logo {
        top: 35%;
    }   
    .hero-disc {
        letter-spacing: .08rem;
    }
}

/* ABOUT US */
.about-us-content p{
    font-size: 1.4rem;
    color: #000000;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: .08rem;
    margin: 0;
    padding: 30px 0;
}

@media screen and (max-width: 767px){
    .about-us-content p{
        text-align: left;
        margin: 0 7px;
        letter-spacing: 0;
        padding-top: 0;
    }
}

/* CORPORATE INFROMATION */
.corporate-information{
    background-color: var(--back-sub-color);
    padding: 20px 0;
}
.about-info{
    max-width: 460px;
    margin: 0 auto;
    margin-bottom :80px;
    font-size: 1.4rem;
}
.about-info dl{
	display: flex;
	text-align: left;
}
.about-info dl dt{
	min-width: 150px;
    line-height: 2rem;
}
.about-info dl dd{
	display: block;
	margin: 0px;
	line-height: 2rem;
}
.about-info dl dd .font-small {
    font-size: 1.2rem;
}
.about-info-group{
	padding: 10px 0px;
}
@media screen and (max-width: 767px){
    .about-info{
        width: 90%;
    }
    .about-info dl dt{
        min-width: 20%;
    }
    .corporate-information .title h3 {
        font-size: 2rem;
    }
}

/* HISTORY */
.history-area {
    position: relative;
}
.history-img {
    width: 100%;
    max-width: 992px;
}
.history-info{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 50%;
    margin-bottom :80px;
    font-size: 1.4rem;
}
.history-info dl{
	display: flex;
	text-align: left;
	margin-bottom:1 2px;
}
.history-info dl dt{
	min-width: 150px;
}
.history-info dl dd{
	display: block;
	margin: 0px;
	line-height: 2rem;
}
.history-info-group{
	padding: 10px 0px;
}
@media screen and (min-width: 768px){
    .history {
        max-height: 497px;
    }
}
@media screen and (max-width: 767px){
    .history-info{
        width: 90%;
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        margin-bottom: 20px;
    }
    .history-info dl dt{
        min-width: 29%;
    }
    .corporate-information .title h3 {
        font-size: 2rem;
    }
}