@charset "utf-8";

/* ===================================================================
//CSS information

// file name  :  design.css
// style info :  スタイル指定
=================================================================== */
/* -----------------------------------------------------
 pageTtl
----------------------------------------------------- */
/* #designPage .pageTtl {
    position: inherit;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    text-align: center;
    z-index: 5;
    color: #333 !important;
} */

/* -----------------------------------------------------
 リード文
----------------------------------------------------- */
#life00 {
    margin-top: 100px;
    text-align: center;
}

#life00 p {
    margin-top: 20px;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    #life00 {
        margin-top: 50px;
        text-align: left;
    }
}

#life09 {
    text-align: center;
}

#life09 p {
    margin-top: 20px;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    #life09 {
        margin-top: 50px;
        text-align: left;
    }
}

/* -----------------------------------------------------
 第一段落・前
----------------------------------------------------- */
#life05 {
    width: 100%;
    margin-top: 100px;
}

#life05 .container {
    display: flex;
    flex-flow: row wrap;
}

#life05 .container img {
    width: 100%;
}

#life05 .container p {
    margin-top: 20px;
}

#life05 .container .area01 {
    width: 35%;
    position: relative;
    top: 50px;
    left: 10%;
}

#life05 .container .area02 {
    width: 50%;
    position: relative;
    bottom: 50px;
}

#life05 .container .area03 {
    padding: 0 15% 50px;
}

@media screen and (max-width: 991px) {
    #life05 .container .area01 {
        top: 0;
    }

    #life05 .container .area03 {
        padding: 0 0 50px;
    }
}

/* -----------------------------------------------------
 第二段落・前
----------------------------------------------------- */
#life06 {
    width: 100%;
    margin: 100px 0 100px;
}

#life06 .container {
    position: relative;
}

#life06 .container img {
    width: 100%;
}

#life06 .container p {
    margin-top: 20px;
}

#life06 .container .area01 {
    width: 90%;
    padding-left: 50%;
}

#life06 .container .area03 {
    position: absolute;
    top: 20%;
    width: 70%;
}

@media screen and (max-width: 991px) {
    #life06 {
        margin: 50px 0 100px;
    }

    #life06 .container .area03 {
        top: 0;
        width: 95%;
    }
}

/* -----------------------------------------------------
 第三段落・前
----------------------------------------------------- */
#life07 {
    width: 100%;
    margin: 150px 0 300px;
}

#life07 .container {
    display: flex;
    flex-flow: row wrap;
}

#life07 .container img {
    width: 100%;
}

#life07 .container p {
    margin-top: 20px;
}

#life07 .container .area01 {
    width: 35%;
    position: relative;
    top: 50px;
    left: 10%;
}

#life07 .container .area02 {
    width: 50%;
    position: relative;
    top: 150px;
    right: 0;
}

#life07 .container .area03 {
    width: 50%;
    position: absolute;
    right: 0px;
}

@media screen and (max-width: 991px) {
    #life07 {
        margin: 50px 0 200px;
    }

    #life07 .container .area03 {
        width: 100%;
        padding: 0 5%;
        position: absolute;
        left: 0;
    }
}

/* -----------------------------------------------------
 第一段落
----------------------------------------------------- */
#life01 {
    width: 100%;
    margin-top: 100px;
}

#life01 .wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(450px, 600px));
    grid-auto-rows: auto;
    gap: 50px;
    width: 100%;
}

#life01 .wrap img {
    width: 100%;
    height: auto;
}

#life01 .wrap p {
    margin-top: 20px;
}

#life01 .wrap .area01 {
    position: relative;
    right: 50px;
}

#life01 .wrap .area02 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

#life01 .wrap .area03 {
    position: relative;
    bottom: 100px;
    right: 100px;
}

#life01 .wrap .area04 {
    position: relative;
    right: 200px;
}

@media screen and (max-width: 991px) {
    #life01 {
        margin-top: 100px;
    }

    #life01 .wrap {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 2px;
    }

    #life01 .wrap h3 {
        text-align: center;
    }

    #life01 .wrap .area01 {
        order: 2;
        position: unset;
    }

    #life01 .wrap .area02 {
        order: 1;
        padding: 10%;
        border: none;
        background: #efefef;
    }

    #life01 .wrap .area03 {
        order: 3;
        position: unset;
    }

    #life01 .wrap .area04 {
        order: 4;
        position: unset;
    }
}


/* -----------------------------------------------------
 第二段落
----------------------------------------------------- */
#life02 {
    width: 100%;
    margin-top: 150px;
}

#life02 .wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(450px, 500px));
    grid-auto-rows: auto;
    width: 100%;
    padding-left: 100px;
}

#life02 .wrap img {
    width: 100%;
    height: auto;
}

#life02 .wrap p {
    margin-top: 20px;
}

#life02 .wrap .area01 {
    position: relative;
    right: 100px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

#life02 .wrap .area03 {
    position: relative;
    top: 100px;
    right: 50px;
    z-index: 5;
}

#life02 .wrap .area04 {
    position: relative;
    top: 50px;
    right: 100px;
    z-index: 3;
}

#life02 .wrap .area05 {
    position: relative;
    left: 350px;
    z-index: 4;
}

@media screen and (max-width: 991px) {
    #life02 {
        margin-top: 100px;
    }

    #life02 .wrap {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 2px;
        padding-left: 0;
    }

    #life02 .wrap h3 {
        text-align: center;
    }

    #life02 .wrap .area01 {
        order: 1;
        position: unset;
        padding: 10%;
        border: none;
        background: #efefef;
    }

    #life02 .wrap .area02 {
        order: 3;
        position: unset;
    }

    #life02 .wrap .area03 {
        order: 4;
        position: unset;
    }

    #life02 .wrap .area04 {
        order: 2;
        position: unset;
    }

    #life02 .wrap .area05 {
        order: 5;
        position: unset;
    }
}

/* -----------------------------------------------------
 第三段落
----------------------------------------------------- */
#life03 {
    width: 100%;
    margin-top: 150px;
}

#life03 .wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(450px, 550px));
    grid-auto-rows: auto;
    width: 100%;
}

#life03 .wrap img {
    width: 100%;
    height: auto;
}

#life03 .wrap p {
    margin-top: 20px;
}

#life03 .wrap .area01 {
    max-width: 450px;
}

#life03 .wrap .area02 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

#life03 .wrap .area03 {
    position: relative;
    bottom: 150px;
    left: 300px;
}

.pageCaption {
    margin-top: 100px;
}

@media screen and (max-width: 991px) {
    #life03 {
        margin-top: 100px;
    }

    #life03 .wrap {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 2px;
    }

    #life03 .wrap h3 {
        text-align: center;
    }

    #life03 .wrap .area01 {
        order: 2;
        max-width: 100%;
    }

    #life03 .wrap .area02 {
        order: 1;
        padding: 10%;
        border: none;
        background: #efefef;
    }

    #life03 .wrap .area03 {
        order: 3;
        position: unset;
    }

    #life03 .wrap .area04 {
        order: 4;
        position: unset;
    }

    .pageCaption {
        margin-top: 50px;
    }
}

/* -----------------------------------------------------
 第四段落
----------------------------------------------------- */
#life04 {
    width: 100%;
}

#life04 .wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(450px, 450px));
    grid-auto-rows: auto;
    width: 100%;
    padding-left: 100px;
}

#life04 .wrap img {
    width: 100%;
    height: auto;
}

#life04 .wrap p {
    margin-top: 20px;
}

#life04 .wrap .area01 {
    position: relative;
    right: 100px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

#life04 .wrap .area03 {
    position: relative;
    bottom: 100px;
    left: 100px;
}

@media screen and (max-width: 991px) {
    #life04 {
        margin-top: 100px;
    }

    #life04 .wrap {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 2px;
        padding-left: 0;
    }

    #life04 .wrap h3 {
        text-align: center;
    }

    #life04 .wrap .area02 {
        position: unset;
    }

    #life04 .wrap .area01 {
        position: unset;
        padding: 10%;
        border: none;
        background: #efefef;
    }

    #life04 .wrap .area03 {
        position: unset;
    }
}


/* -----------------------------------------------------
 designWrap
----------------------------------------------------- */
.designWrap h3 {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}

.designWrap p {
    text-align: center;
}

.designWrap .container {
    text-align: center;
}

.designWrap .container p {
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
}

.designPhoto {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
    width: 60%;
}

.designPhoto dt {
    width: 25%;
    position: relative;
}

.designPhoto dt img {
    width: 100%;
}

.designPhoto dd {
    width: 75%;
    padding: 0 20px;
}

.designPhoto dt::before {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-family: 'Bellefair', serif !important;
    font-size: 34px;
    border-radius: 50%;
}

.designPhoto:nth-of-type(2) dt {
    order: 1;
}

.designPhoto:first-of-type dt::before {
    content: 'A';
    color: #fff;
    background: #8b7a1c;
}

.designPhoto:nth-of-type(2) dt::before {
    content: 'B';
    color: #fff;
    background: #8b7a1c;
}

.designPhoto:nth-of-type(3) dt::before {
    content: 'C';
    color: #fff;
    background: #8b7a1c;
}

.designPhoto:nth-of-type(4) dt::before {
    content: 'D';
    color: #fff;
    background: #8b7a1c;
}

.designPhoto:nth-of-type(5) dt::before {
    content: 'E';
    color: #fff;
    background: #8b7a1c;
}

.designPhoto:nth-of-type(6) dt::before {
    content: 'F';
    color: #c1a81f;
    background: #000000;
}

.designPhoto:nth-of-type(7) dt::before {
    content: 'G';
    color: #c1a81f;
    background: #000000;
}

.designPhoto:nth-of-type(8) dt::before {
    content: 'H';
    color: #c1a81f;
    background: #000000;
}

.designPhoto:nth-of-type(4),
.designPhoto:nth-of-type(5),
.designPhoto:nth-of-type(6),
.designPhoto:nth-of-type(7),
.designPhoto:nth-of-type(8) {
    width: 70%;
    margin: 60px auto 0;
    align-items: center;
    justify-content: center;
}

.designPhoto:nth-of-type(4) dt,
.designPhoto:nth-of-type(5) dt,
.designPhoto:nth-of-type(6) dt,
.designPhoto:nth-of-type(7) dt,
.designPhoto:nth-of-type(8) dt {
    width: 10%;
    height: 100px;
}

.designPhoto:nth-of-type(4) dt::before,
.designPhoto:nth-of-type(5) dt::before,
.designPhoto:nth-of-type(6) dt::before,
.designPhoto:nth-of-type(7) dt::before,
.designPhoto:nth-of-type(8) dt::before {
    top: 25px;
}

.designPhoto:nth-of-type(4) dd,
.designPhoto:nth-of-type(5) dd,
.designPhoto:nth-of-type(6) dd,
.designPhoto:nth-of-type(7) dd,
.designPhoto:nth-of-type(8) dd {
    width: 60%;
}

.designPhoto:nth-of-type(4) dd p,
.designPhoto:nth-of-type(5) dd p,
.designPhoto:nth-of-type(6) dd p,
.designPhoto:nth-of-type(7) dd p,
.designPhoto:nth-of-type(8) dd p {
    text-align: left !important;
}

@media only screen and (max-width: 767px) {
    .designWrap .container p {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }

    .designWrap .container .mt100 {
        margin-top: 60px !important;
    }

    .designPhoto {
        width: 100%;
    }

    .designPhoto:nth-of-type(2) dt {
        order: unset;
    }

    .designPhoto:nth-of-type(4) {
        margin-top: 60px;
        text-align: center !important;
    }

    .designPhoto:nth-of-type(4) dt,
    .designPhoto:nth-of-type(4) dd {
        width: 75%;
    }

    .designPhoto:nth-of-type(4) p {
        text-align: center;
    }

    .designPhoto dt::before {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

    .imageList {
        flex-direction: column;
    }

    .imageList li {
        width: 100%;
    }

    .designPhoto:nth-of-type(4),
    .designPhoto:nth-of-type(5),
    .designPhoto:nth-of-type(6),
    .designPhoto:nth-of-type(7),
    .designPhoto:nth-of-type(8) {
        width: 100%;
    }

    .designPhoto:nth-of-type(4) dt,
    .designPhoto:nth-of-type(5) dt,
    .designPhoto:nth-of-type(6) dt,
    .designPhoto:nth-of-type(7) dt,
    .designPhoto:nth-of-type(8) dt {
        width: 10%;
        height: 100px;
    }

    .designPhoto:nth-of-type(4) dt::before,
    .designPhoto:nth-of-type(5) dt::before,
    .designPhoto:nth-of-type(6) dt::before,
    .designPhoto:nth-of-type(7) dt::before,
    .designPhoto:nth-of-type(8) dt::before {
        top: 25px;
    }

    .designPhoto:nth-of-type(4) dd,
    .designPhoto:nth-of-type(5) dd,
    .designPhoto:nth-of-type(6) dd,
    .designPhoto:nth-of-type(7) dd,
    .designPhoto:nth-of-type(8) dd {
        width: 90%;
    }


}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 420px) {}