.about-main .low-title h1 {
    color: #fff;
}

.about-main .low-title p {
    color: #fff;
}

.about-main .low-title {
    background-image: url(../images/about/about-title-back.jpg);
}

.about-message {
    margin-bottom: 92px;
}

.big-message {
    font-size: .90rem;
    font-weight: bold;
    /* writing-mode: vertical-rl; */
    line-height: 1.38;
    color: #0b40af;
    margin-bottom: 60px;
    margin-left: 25px;
}

.message-text-first {
    font-size: .18rem;
    line-height: 2.65;
    margin-bottom: 1px;
    letter-spacing: 0.001em;
	transform: translateX(27px);
}

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

.message-contents__flex {
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 0px;
}

.message-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message-text__container p {
    font-size: .18rem;
    line-height: 2.65;
    margin-bottom: 1px;
    letter-spacing: 0.001em;
}

.message-text__container p:last-of-type {
    margin-bottom: 72px;
}

.message-text__container ul {
    margin-bottom: 9px;
    margin-top: 12px;
}

.message-text__container ul li {
    font-size: .18rem;
    list-style: none;
    margin-bottom: 11px;
    margin-left: 15px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 2.7;
    color: #0b40af;
}

.message-text__container {
    width: 83%;
    transform: translateX(27px);
}

.message-name {
    width: 33%;
    margin-top: -32px;
}
.miyanaga-ryoichi__img {
    width: 79%;
    display: block;
    margin: 0 auto 30px;
	    transform: translateX(-20px);
}

.message-name p {
    font-size: .18rem;
    margin-bottom: 15px;

}
.message-human {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}



/* 会社概要 */


.about-outline {
    margin-bottom: 155px;
}

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

.outline-list {
    display: flex;
    justify-content: flex-end;
    border-bottom: solid 1px #000;
    padding: 22px 0;
    /* justify-content: space-between; */
}

.outline-list:first-of-type {
    border-top: solid 1px #000;
}


.outline-category {
    font-size: .18rem;
    width: 150px;
    position: relative;
    margin-left: auto;
    letter-spacing: 0.6em;
    color: #0b40af;
}

.outline-officer .outline-category,
.outline-business .outline-category {
    letter-spacing: 0.05em;
}


.outline-category::before {
    content: "●";
    position: absolute;
    left: -38px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.outline-description {
    font-size: .18rem;
    width: 74%;
}


.outline-location div {
    margin-bottom: 20px;
}


.outline-location div p {
    margin-bottom: 12px;
}

.tel-fax-flex {
    display: flex;
}

.outline-location .tel-fax-flex p {
    margin-bottom: 0;
}

.tel-fax-flex p:nth-of-type(1) {
    margin-right: 39px;
}

.outline-location div:last-of-type {
    margin-bottom: 0;
}

/* .outline-location div p:last-of-type {
    margin-bottom: 0;
} */

.outline-location div p span {
    display: block;
    margin-bottom: 13px;
}

.outline-officer p {
    margin-bottom: 10px;
}

.outline-business p {
    margin-bottom: 0px;
    line-height: 2;
}

.outline-officer p:last-of-type,
.outline-business p:last-of-type {
    margin-bottom: 0;
}


/* business-partner */
.about-business-partner {
    margin-bottom: 235px;
}

.business-partner__contents {
    width: 763px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}


.business-partner__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.business-partner__list a {
    color: #000;
    font-size: .18rem;
    text-decoration: none;
    width: calc(100% / 3);
    margin-bottom: 40px;
}

.business-partner__list a:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

.business-partner__contents>p {
    font-size: .18rem;
    text-align: right;
}


/* organization */
.top-common--title-org{
	margin-bottom: 120px;
}

.about-organization {
    margin-bottom: 175px;
}

.organization-img {
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 84px;
    padding-right: 20px;
    position: relative;
}

.organization-img a:hover {
    opacity: 0.4;
    background-color: #fff;
}

.organization-miyamae {
    position: absolute;
    width: 32.5%;
    height: 3%;
    top: 2.8%;
    right: 1.5%;
}


.organization-miyamae-hd {
    position: absolute;
    width: 21.5%;
    height: 3%;
    top: 21.5%;
    right: 1%;
}

.organization-nutri {
    position: absolute;
    width: 22.5%;
    height: 3%;
    bottom: 2%;
    right: 1%;
}


.link-contact {
    margin-bottom: 110px;
    display: inline-block;
}


@media screen and (min-width:801px) and ( max-width:1150px){
    .message-text__container {
		transform: translateX(0px);
		width: 60%;
	}
	.message-text-first{
		transform: translateX(0px);
		width: 60%;
	}
}


@media screen and (max-width:800px) {
    .about-main .low-title {
        background-image: url(../images/about/sp-about-title-back.jpg);
    }

    .big-message {
        font-size: .30rem;
        writing-mode: vertical-rl;
        line-height: 2;
        margin: 0 auto 10px;
    }

    .message-contents {
        padding: 0 30px;
    }

    .message-text {
        flex-direction: column;
    }

    .message-text__container {
        width: 100%;
        transform: translateX(0);
    }
	.message-text-first,
    .message-text__container p {
        font-size: .16rem;
        line-height: 2.25;
        margin-bottom: 9px;
    }
	
	.message-text-first{
		transform: translateX(0px);
	}


    .message-text__container ul li {
        font-size: .16rem;
        line-height: 2.25;
        margin-left: 0;
        letter-spacing: 0;
    }

    .message-text__container p:last-of-type {
        margin-bottom: 37px;
    }


.miyanaga-ryoichi__img {
    width: 90%;
    display: block;
    margin: 0 auto 20px;
    transform: translateX(0px);
}


    .message-name {
        width: 100%;
        margin-top: 0px;
    }

    .message-name p {
        font-size: .16rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .message-contents__flex {
        margin-bottom: 60px;
    }


    /* 会社概要 */

    .about-message {
        margin-bottom: 70px;
    }
	
	.top-common--title-outline{
		margin-bottom: 30px;
	}

    .outline-list {
        flex-direction: column;
        padding: 16px 0 20px;
    }

    .outline-category {
        font-size: .16rem;
        margin-left: 32px;
        letter-spacing: 0;
        margin-bottom: 7px;
    }

    .outline-description {
        font-size: .16rem;
        width: 100%;
        padding-left: 10px;
    }

    .outline-list:first-of-type {
        border-top: none;
    }

    .outline-category::before {
        left: -22px;
    }

    .outline-location div p span {
        margin-bottom: 0px;
    }

    .outline-location div p {
        margin-bottom: 2px;
        line-height: 1.8;
    }

    .tel-fax-flex {
        flex-direction: column;
    }

    .outline-location div {
        margin-bottom: 23px;
    }

    .outline-officer .outline-category {
        letter-spacing: -0.3em;
    }

    .outline-officer p:last-of-type,
    .outline-business p:last-of-type {
        margin-bottom: 4px;
    }

    .outline-officer p,
    .outline-business p {
        margin-bottom: 7px;
    }

    .outline-business p {
        margin-bottom: 2px;
        line-height: 1.8;
    }

    .about-outline {
        margin-bottom: 85px;
    }

    /* 組織構成 */

    .about-organization .top-common--title {
        padding-bottom: 40px;
    }
	
	.top-common--title-org {
		margin-bottom: 50px;
	}

    .about-organization .top-common--title span {
        padding: 0;
    }

    .about-organization .top-common--title:before {
        display: none;
    }

    .about-organization .top-common--title h2 {
        line-height: 1.4;
        bottom: -40px;
    }

    .organization-img {
        width: 100%;
        padding-left: 30px;
        padding-right: 0;
        margin: 0 auto;
        max-width: 100%;
    }


    .about-organization {
        margin-bottom: 93px;
        overflow: hidden;
    }

    .organization-img img {
        width: 117%;
    }


.organization-miyamae {
    width: 75.5%;
    height: 5%;
    top: 4.8%;
    right: 6.5%;
}

.organization-miyamae-hd {
    width: 60.5%;
    height: 3%;
    top: 17%;
    right: 6%;
}

.organization-nutri {
    width: 61.5%;
    height: 3%;
    bottom: 1%;
    right: 7%;
}

}