@charset "utf-8";

#concept-page.page-top {
	background-image: url("../img/concept_bg.jpg");
	background-position: center;
	background-size: cover;
}

.concept-wrap {
    position: relative;
    padding: 100px 0;
    background-color: #faf1e8;
}

.concept-wrap::before {
    position: absolute;
    top: 150px;
    left: 0;
    content: "";
    width: 75%;
    height: 58%;
    background-color: #EFB49D;
    opacity: .3;
}

.concept-title {
    margin-bottom: 100px;
}

.concept-title h2 {
    position: relative;
    color: #503E24;
    letter-spacing: .1rem;
    font-family: "Zen Old Mincho", serif;
    font-size:24px;
}

.concept-title h2::before {
    position: absolute;
    top: -15px;
    left: 0;
    content: "";
    width: 80px;
    height:1px;
    background-color: #DA5329;
}

.concept-title h2::after {
    position: absolute;
    top: -23px;
    left: 90px;
    content: "Point";
    color: #DA5329;
    font-size: 14px;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: .1rem;
}

.concept01 ,.concept02 ,.concept03{
    margin-bottom: 90px;
}

.concept-img {

    margin-bottom: 30px;
    position: relative;
}

.concept-img::before {
    position: absolute;
    top: -40px;
    left: -15px;
    content: "01";
    letter-spacing: .13rem;
    font-size: 65px;
    font-family: "Zen Old Mincho", serif;
    color: #DA5329;
    font-weight: 900;
    z-index: 1;
}

.concept02 .concept-img::before {
    content: "02";
}

.concept03 .concept-img::before {
    content: "03";
}

.point-title {
    position: relative;
    color: #503E24;
    letter-spacing: .1rem;
    font-family: "Zen Old Mincho", serif;
    font-size:21px;
    margin-bottom: 45px;
}

.point-title::before {
    position: absolute;
    bottom: -15px;
    left:1px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.point-title::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
    width: 90px;
    height: 1px;
    background-color: #DA5329;
}

.point-text, .owner-text {
    font-size: 14px;
    color: #503E24;
    letter-spacing: .1rem;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    z-index: 1;
}

.owner-wrap {
    padding: 60px 0;
}

.owner-title {
    font-size: 24px;
    color: #DA5329;
    letter-spacing: .1rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 60px;
}

.owner-text {
    margin-bottom: 30px;
}

.owner-img img {
    margin-bottom: 20px;
}

.owner-name {
    position: relative;
    color: #503E24;
    font-size: 24px;
    letter-spacing: .1rem;
    line-height: 1.7;
    font-family: "Zen Old Mincho", serif;
}

.owner-name span {
    font-size: 20px;
    margin-right: 20px;
    color: #DA5329;
}

.owner-name::before {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.owner-name::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    width: 120px;
    height: 1px;
    background-color: #DA5329;
}

@media(min-width:750px) {
    .concept-wrap::before  {
        height: 60%;
    }
}

@media(min-width:1025px) {
    .concept-img img {
        object-fit: cover;
        width: 500px;
        max-height: 300px;
        box-shadow: 5px 5px 5px #ddd;
    }

    .concept-wrap::before  {
        height: 55%;
    }

    .concept01,.concept02, .concept03 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .concept02 {
        flex-direction: row-reverse;
    }

    .concept-text {
        max-width: 450px;
    }

    .owner-content {
        display: flex;
        justify-content: space-around;
    }

    .owner-text {
        line-height: 2.2;
        max-width: 500px;
    }

    .owner-img {
        max-width: 350px;
    }

    .concept-title h2  {
        font-size: 28px;
    }

    .owner-title {
        margin-left: 30px;
        font-size: 28px;
    }
	.concept02 .concept-img img {
    margin-right: auto;
    display: block;
}
}