.about-main {
    margin: 0 0 115px;
}

.about-main .page-title{
    background-image: url(../images/about/about-title-back.jpg?0310);
    background-position: right;
}

/* メッセージ */
.about-message {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.about-message__heading {
    font-size: .30rem;
    letter-spacing: 0.04em;
    margin-bottom: 34px;
}

.about-message--text__wrap p {
    font-size: .16rem;
    margin-bottom: 13px;
}

.about-message__contents {
    width: 93%;
    margin: 0 auto 114px;
}

.about-message__corner {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.about-message--text__wrap {
    width: 63%;
}

.about-message__img {
    width: 30%;
    margin-top: 31px;
}

.about-message__name {
    font-size: .16rem;
    margin-top: 13px;
    line-height: 1.8;
	font-weight: 500;
    white-space: nowrap;
}

.about-message__name span {
    font-size: .24rem;
    margin-left: 13px;
    letter-spacing: 0.1em;
}



/* philosophy */
.about-philosophy {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.about-philosophy__contents {
    margin-top: 46px;
    width: 1200px;
    max-width: 100%;
    margin: 46px auto 0;
    border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.background-block {
    background-image: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0);
    z-index: 2;
}
.background-block__img {
    position: fixed;
    background-image: url(../images/about/about-philosophy--back.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right top;
	max-width: 1240px;
    left: 50%;    
    transform: translateX(-50%);
}
.philosophy_nobg{
    position: relative;
    z-index: 10;
}

.about-philosophy__item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 18px 0;
    margin-bottom: 4px;
    position: relative;
}

.about-philosophy__item:last-of-type {
    margin-bottom: 0;
}

.about-philosophy__item::before {
    position: absolute;
    content: "";
    bottom: -9px;
    background-color: #fff;
    width: 100%;
    height: 10px;
}

.philosophy__item5 {
    padding: 24px 0;
}

.about-philosophy__left {
    width: 16%;
}

.about-philosophy__koumoku {
    font-size: .36rem;
    font-family: "Cormorant Garamond", serif;
    line-height: 1.1;
    letter-spacing: 0.04em;
	color: #666666;
}

.about-philosophy__koumoku span {
    font-size: .21rem;
    display: block;
}

.ruby {
    font-size: .18rem;
    line-height: 1.7;
	color: #666666;
}

.about-philosophy__right {
    width: 76%;
}

.about-philosophy__f36 {
    font-size: .36rem;
    text-align: center;
    line-height: 1.5;
}

.about-philosophy__f24 {
    font-size: .24rem;
    text-align: center;
}

.about-philosophy__f18 {
    font-size: .18rem;
    text-align: center;
}


.about-mission__flex {
    display: flex;
    justify-content: space-between;
    width: 84%;
    margin: 10px auto 5px;
}

.about-value__flex {
    display: flex;
    justify-content: space-between;
    width: 83%;
    margin: 0 auto;
}

.about-value__list {
    width: 30%;
}

.about-value__ase {
    font-size: .24rem;
    text-align: center;
}

.about-value__lead {
    font-size: .16rem;
    text-align: center;
    letter-spacing: 0em;
}


/* outline */
.about-outline {
    background-color: #EBE4D9;
    padding: 87px 43px 87px;
    margin-bottom: 85px;
}

.about-outline__container{
	margin: 0 auto;
	width: 1320px;
    max-width: 100%;
}
.about-outline__contents {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.about-outline__wrap {
    background-color: #fff;
    border-radius: 15px;
    padding: 16px 20px 23px;
}

.about-outline__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 21px 0;
    border-bottom: solid 1px #006339;
}

.about-address{
    border-bottom: none;
}

.about-outline__koumoku {
    width: 24%;
}

.about-outline__koumoku p {
    font-size: .18rem;
	color: #006938;
}

.about-outline__text {
    width: 69%;
}


.about-outline__text p {
    font-size: .18rem;
}


.about-outline__map {
    margin-top: 9px;
    height: 388px;
}

.about-outline__map iframe {
    width: 100%;
    height: 100%;
}

.about-outline3 {
    border-bottom: none;
}

/* about-group-structure */

.about-group-structure {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}


.about-group-structure__img {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 45px;
}

.about-group-structure__lead {
    font-size: .26rem;
    text-align: center;
    margin-bottom: 39px;
    letter-spacing: 0.08em;
}

.about-group-structure__lead span {
    color: #006339;
}


@media screen and (min-width:900px) and ( max-width:1100px){
    .about-outline__koumoku {
    width: 20%;
}

.about-outline__text {
    width: 73%;
}
}


@media screen and (max-width:800px) {
    .about-main .page-title {
        background-image: url(../images/about/sp-about-title-back.jpg);

    }

    .about-message__heading {
        font-size: .21rem;
        line-height: 1.8;
        margin-bottom: 19px;
        padding: 0 20px;
    }

    .about-message__contents {
        width: 100%;
        margin: 0 auto 77px;
    }

    .about-message__corner {
        flex-direction: column;
    }

    .about-message--text__wrap {
        width: 100%;
		
    }

    .about-message--text__wrap p {
        font-size: .15rem;
        margin-bottom: 13px;
	    padding: 0 20px;
    }

    .about-message__img {
        width: 90%;
        margin-top: 14px;
    }

    .about-message__name {
        font-size: .15rem;
        letter-spacing: -0.02em;
        margin-top: 13px;
        line-height: 1.8;
    }

    .about-message__name span {
        font-size: .22rem;
        margin-left: 17px;
        letter-spacing: 0.2em;
    }

    .about-philosophy__contents {
        margin: 32px auto 0;
		        width: 335px;
    }
	
	.background-block__img {
    	background-image: url(../images/about/about-philosophy--back-sp.jpg);
		background-position: 64% top;
	}
	

.about-philosophy__item {
    flex-direction: column;
    justify-content: flex-start;
    padding: 22px 10px 27px;
    margin-bottom: 11px;
}

    .about-philosophy__left {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 23px;
        padding: 0 10px;
    }

    .about-philosophy__koumoku {
        font-size: .27rem;
        letter-spacing: 0.01em;
    }

    .ruby {
        font-size: .15rem;
    }

    .about-philosophy__koumoku span {
        font-size: .16rem;
    }

    .about-philosophy__f36 {
        font-size: .27rem;
        text-align: center;
        line-height: 1.5;
    }

    .about-philosophy__right {
        width: 100%;
    }

    .about-philosophy__f18 {
        font-size: .15rem;
    }

    .about-philosophy__f24 {
    font-size: .18rem;
}



   .philosophy__item2 {
    padding: 10px 10px 23px;
}

.philosophy__item2 .about-philosophy__left {
    margin-bottom: 11px;
}

.philosophy__item3 {
    padding: 12px 10px 19px;
}

.philosophy__item3 .about-philosophy__left {
    margin-bottom: 6px;
}

.philosophy__item3 .about-philosophy__f24{
    line-height: 1.6;
}

.philosophy__item4 {
    padding: 13px 10px 8px;
}

.philosophy__item4 .about-philosophy__left {
    margin-bottom: 10px;
}

.about-mission__flex {
    width: 84%;
    margin: 7px auto 5px;
    flex-direction: column;
}

.about-philosophy__item.philosophy__item5 {
    padding: 13px 10px 30px;
}
.philosophy__item5 .about-philosophy__left {
    margin-bottom: 10px;
}

.philosophy__item5 .about-philosophy__f18 {
    font-size: .14rem;
    line-height: 1.8;
    margin-bottom: 8px;
}



.about-value__flex {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}

.about-value__list {
    width: 100%;
}

.about-value__ase {
    font-size: .18rem;
}

.about-value__lead {
    font-size: .14rem;
    line-height: 1.8;
}

.about-value__list {
    width: 100%;
    margin-bottom: 14px;
}

.about-value__list:last-of-type{
    margin-bottom: 0;
}

.about-philosophy {
    margin: 0px auto 70px;
}


/* Outline */
.about-outline {
    background-color: #EBE4D9;
    padding: 53px 20px 48px;
    margin-bottom: 73px;
}

.about-outline__contents {
    padding: 0 0px;
}

.about-outline__wrap {
    padding: 4px 20px 42px;
}

.about-outline__list {
    flex-direction: column;
    justify-content: flex-start;
            padding: 21px 10px 33px 13px
}

.about-outline__koumoku {
    width: 100%;
}

.about-outline__koumoku p {
    font-size: .15rem;
    margin-bottom: 10px;
}

.about-outline__text {
    width: 100%;
}

.about-outline__text p {
    font-size: .15rem;
    line-height: 1.8;
	
}
.about-outline__text p.about-outline-companyname{
	white-space: nowrap;
}
.about-outline1 .about-outline__koumoku p {
    margin-bottom: 20px;
}

.about-outline2 {
    padding: 21px 10px 24px 13px;
}

.about-outline3 {
    padding: 21px 10px 12px 13px;
	        border-bottom: none;
}

.about-outline__map {
    margin-top: 15px;
    height: 405px;
}

.about-group-structure__img {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 45px;
}

    .about-group-structure__lead {
    font-size: .21rem;
    line-height: 1.8;
}

.about-main {
    margin: 0 0 105px;
}

}