/* ポリシー */

.common-title::after {
    left: 107%;
    width: calc(100vw - 107%);
}

.about-policy {
    position: relative;
    padding: 0 30px;
    width: 1390px;
    max-width: 100%;
    margin: 130px auto 0;
}

.about-policy__container {
    width: 1085px;
    max-width: 100%;
    margin: 65px auto 0;
}

.handshake-icon {
    position: absolute;
    width: 485px;
    left: 107px;
    bottom: 37px;
    z-index: -1;
}

.about-policy__text {
    margin-top: 36px;
    margin-left: auto;
    width: 76%;
    margin-bottom: 152px;
}

.about-policy__title {
    font-size: .48rem;
    font-weight: 600;
    margin-bottom: 32px;
}

.about-policy__lead {
    font-size: .16rem;
    line-height: 2.5;
}

.mitsuyama-akihede-name {
    width: 276px;
    display: block;
    margin-left: auto;
    margin-right: 91px;
    margin-top: 30px;
}

.about-scroll__img {
    position: relative;
    padding-bottom: 600px;
    margin-bottom: 140px;
}

.background-block {
    background-image: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0);
    z-index: 1;
}


.background-block__img {
    position: fixed;
    background-image: url(../images/about/about-scroll__img.jpg);
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* 会社概要 */
.about-outline {
    padding: 0 33px;
    width: 1390px;
    max-width: 100%;
    margin: 0px auto 0;
}

.about-outline__container {
    margin-top: 70px;
    width: 1000px;
    max-width: 100%;
    margin: 72px auto 120px;
}
.about-outline__container a{
	color: #000;
}


.about-outline__item {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #22B573;
    padding: 24px 0;
}

.about-outline__item:nth-of-type(1) {
    border-top: 1px solid #22B573;
}

.about-outline__koumoku p {
    font-size: .16rem;
    color: #22B573;
}

.about-outline__koumoku {
    width: 28.5%;
}

.about-outline__detail {
    width: 61%;
}

.about-outline__detail p {
    font-size: .16rem;
}

.about-outline__map {
    display: block;
}

.about-outline__map>div {
    display: flex;
    justify-content: flex-end;
}

.about-outline__item iframe {
    display: block;
    width: 100%;
    margin-top: 23px;
}

.about-outline__img {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.about-outline__img img {
    width: 33%;
}

@media screen and (min-width:901px) and (max-width:1080px) {
	.about-policy__text {
    	width: 92%;
	}
}


@media screen and (max-width:900px) {
    .about-policy {
        margin: 74px auto 0;
        padding: 0 15px;
    }

    .about-policy__text {
        margin-top: 0px;
        margin-left: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 0px 13px;

    }

    .about-policy__title {
        font-size: .24rem;
        margin-bottom: 49px;
        line-height: 1.75;
    }

    .about-policy__container {
        margin: 60px auto 70px;
    }

    .about-policy__lead {
        font-size: .15rem;
        line-height: 2;
    }

    .mitsuyama-akihede-name {
        width: 210px;
        display: block;
        margin-left: auto;
        margin-right: 28px;
        margin-top: 24px;
    }

    .handshake-icon {
        position: absolute;
        width: 241px;
        top: 88px;
        left: 0;
        right: 0;
        bottom: initial;
        margin: auto;
        z-index: -1;
    }

    .background-block__img {
        background-image: url(../images/about/sp-about-scroll__img.jpg);
    }

    .about-scroll__img {
        padding-bottom: 300px;
        margin-bottom: 97px;
    }


    /* アウトライン */

    .about-outline .common-title {
        padding: 0 15px;
    }

    .about-outline {
        padding: 0px 0px;
        margin: 0px auto 0;
    }
	
	.common-title::after {
    	left: 101%;
    	width: calc(100vw - 101%);
	}

    .about-outline__container {
        margin-top: 70px;
        margin: 41px auto 90px;
    }

    .about-outline__koumoku p {
        font-size: .15rem;
    }

    .about-outline__item {
        padding: 24px 0;
        flex-direction: column;
    }

    .about-outline__detail p {
        font-size: .15rem;
    }

    .about-outline__item {
        padding: 22px 30px;
        flex-direction: column;
    }

    .about-outline__koumoku,
    .about-outline__detail {
        width: 100%;
    }

    .about-outline__map>div {
        flex-direction: column;
    }

    .about-outline__item iframe {
        margin-top: 32px;
        height: 250px;
    }

    .about-outline__map .common-btn {
        margin-top: 23px;
        display: flex;
        padding: 7px 26px 7px 57px;
        width: 295px;
        margin-bottom: 14px;
    }

    .about-outline__img {
        flex-direction: column;
    }

    .about-outline__img img {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-outline__img img:last-of-type {
        margin-bottom: 0;
    }

    
}