.contact-main .lower-page-background{
    background-image: url(../images/company/con-title-back.jpg);
}

.company-prof .lower-page-heading{
    margin-bottom: 76px;
}

.company-prof{
    margin-bottom: 140px;
}






.profile-container{
    width: 1070px;
    padding: 0 20px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

.profile-group {
    /* margin-bottom: 47px; */
    padding: 41px 15px;
    border-top: 1px solid #B2B2B2;
    font-size: .16rem;
}

.profile-group:last-of-type{
    border-bottom: 1px solid #B2B2B2;
}

.info-item__block {
    display: flex;
}

.info-item {
    width: 50%;
    display: flex;
    align-items: center;
}

.info-item a{
	color:#fff;
    text-decoration: none;
    pointer-events:none;
}

.company-name .info-item{
    width: 70%;
}

.profile-representative .info-item:nth-of-type(1) {
    width: 45%;
}

.profile-flex-s {
    display: grid;
}

.info-item span,
.section-title {
    font-weight: bold;
    min-width: 152px;
    display: inline-block;
}

.partners-list > div{
    display: flex;
    flex-wrap: wrap;
}

.partners-list p:nth-of-type(1),
.partners-list p:nth-of-type(2){
    margin-right: 20px;
}

.bank-list p {
    margin-right: 42px;
    display: inline;
}

.partners-list > div{
    margin-bottom: 11px;
}


.business-list > div{
    margin-bottom: 14px;
}

.partners-list .list-50on{
    display: block;
    margin-top: 23px;
} 

/* 沿革 */

.company-history {
    background-color: #EFEFEF;
    padding: 102px 0 93px;
    position: relative;
}

.prof-lofo-l{
    position: absolute;
    width: 308px;
    left: 0;
    top: 50px;
}

.prof-lofo-r{
    position: absolute;
    width: 308px;
    right: 0;
    bottom: 47px;
}

.company-history .lower-page-heading {
    margin-bottom: 68px;
}

.profile-history {
    margin-bottom: 140px;
}

.profile-history .second-heading{
    margin-bottom: 65px;
}

.history-contents{
    width: 870px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.history-item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    position: relative;
    font-size: .16rem;
    line-height: 1.4;
}

.history-item::before {
    content: '';
    position: absolute;
    left: 16%;
    top: 12px;
    width: 3px;
    height: 100%;
    background: radial-gradient(circle, #BCA475 20%, transparent 15%) center / 100% 13px repeat-y;
}

.history-item:last-of-type.history-item::before{
    display: none;
}

.history-date{
    display: flex;
    align-items: baseline;
    width: 15.6%;
    position: relative;
}

.mark-box{
    width: 5%;
    margin-top: 6px;
}

.sikaku {
    width: 10px;
    height: 10px;
    background-color: #BCA475;
    position: relative;
    border-radius: 50%;
    margin-bottom: 23px;
}

.mark-box .sikaku:last-of-type{
    margin-bottom: 0;
}

/* .history-item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #B2B2B2;
    margin: auto;
    top: 13px;
    right: 45%;
    left: 0;
    z-index: -1;
} */
.history-item:last-of-type.history-item:after{
	display:none;
}


.history-year {
    letter-spacing: 0.06em;
}

.history-text {
    width: 77%;
}

.history-text p{
    line-height: 1.4;
    margin-bottom: 10px;
}






@media screen and (max-width:800px){
    .contact-main .lower-page-background{
        background-image: url(../images/company/con-title-back-sp.jpg);
    }


    .company-prof .lower-page-heading {
        margin-bottom: 54px;
    }

    .company-prof {
        margin-bottom: 108px;
    }

.profile-container{
    font-size: .14rem;
}

.info-item__block {
    flex-direction: column;
    /* border-bottom: 1px solid #B2B2B2; */
}

.con-border {
    border-top: 1px solid #B2B2B2;
    padding: 24px 8px 24px;
    flex-direction: unset;
    font-size: .15rem;
    line-height: 1.6;
    align-items: center;
}

.not-flex-column{
    flex-direction: unset;
}

.info-item {
    width: 100%;
}

.company-name .info-item {
    width: 100%;
    white-space: nowrap;
    align-items: flex-start;
}

.profile-representative .info-item:nth-of-type(1) {
    width: 100%;
}


.profile-googlemap__contents {
    font-size: .15rem;
}

.profile-group {
    padding: 0px 13px 0px;
    border-top: none;
}

.profile-group:last-of-type {
    border-bottom: 1px solid #B2B2B2;
}

.profile-flex-s{
    border-top: none;
    display:block;
    padding-top: 0;
}

.section-title{
    margin-bottom: 13px;
}

.info-item__block div p {
    margin-right: 0;
    display: block;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
    line-height: 1.45;
    white-space: nowrap;
}

.info-item span, .section-title {
    min-width: 77px;
}

.business-list > div,
.partners-list > div{
    margin-bottom: 0;
}

.partners-list > div p{
    margin-bottom: 18px;
}

.partners-list p:nth-of-type(1),
.partners-list p:nth-of-type(2){
    margin-right: 0;
}

.partners-list .list-50on {
    display: block;
    margin-top: 0;
}

.products-contents {
    margin-bottom: 85px;
}



/* 沿革 */
.company-history {
    padding: 76px 0 95px;
}

.company-history .lower-page-heading {
    margin-bottom: 35px;
}

.prof-lofo-l {
    width: 148px;
    top: 60px;
}

.prof-lofo-r {
    width: 148px;
    bottom: 124px;
}

.history-contents {
    padding: 0 38px;
}

.history-item{
    flex-wrap: wrap;
    font-size: .15rem;
    padding-bottom: 38px;
}

.history-date {
    width: 90%;
    order: 2;
    margin-bottom: 12px;
}

.mark-box{
    order: 1;
    margin-right: 12px;
}

.history-text {
    width: 91%;
    margin-left: auto;
    order: 3;
}

.history-text p {
    line-height: 1.85;
    margin-bottom: 10px;
}

.history-item::before {
    left: 3.5px;
}


.h-text-20{
	margin-top: -20px;
	
}

}