@charset "utf-8";
/* CSS Document */


/* #intro
----------------------------------------- */
#intro {
}

#intro .inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#intro .ttl {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: calc(48 / 26);
    font-weight: 600;
    text-align: center;
}
#intro .txt {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: calc(35 / 15);
    font-weight: 500;
    text-align: center;
    margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
#intro {
}

#intro .inner {
    padding-top: 8rem;
    padding-bottom: 10rem;
}

#intro .ttl {
    font-size: 2.0rem;
    line-height: calc(40 / 20);
}
#intro .txt {
    margin-top: 2rem;
}
}


/* #flow
----------------------------------------- */
#flow {
    position: relative;
    z-index: 1;
}
#flow::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/glasses/flow_bg.svg") no-repeat center center / contain;
    position: absolute;
    inset: 0;
    z-index: -1;
}

#flow .inner {
    /*max-width: 93rem;*/
    max-width: calc(930 / 1366 * 100%);
    padding-top: 20rem;
    padding-bottom: 26rem;
}

#flow .ttl_wrap {
    margin-bottom: 8rem;
}
#flow .ttl_wrap h2.ttl {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
}
#flow .ttl_wrap .lead {
    font-size: 1.5rem;
    line-height: calc(35/15);
    letter-spacing: 0;
    margin-top: 2.5rem;
    text-align: center;
}

#flow .con_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    grid-gap: 6rem 6rem;
    margin-top: 10rem;
}
#flow .con_list > .con {
    position: relative;
}
#flow .con_list .number {
    width: 5rem;
    height: 5rem;
    background: url(../images/circle_bg.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -1.5rem;
    left: -2.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    /* letter-spacing: 0.1em; */
    color: #FFFFFF;
    font-weight: 700;
}
#flow .con_list .txt_wrap {
    margin-top: 2rem;
}
#flow .con_list .txt_wrap h3.ttl {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1;
}
#flow .con_list .txt_wrap .txt {
    font-size: 1.5rem;
    line-height: calc(25/15);
    letter-spacing: 0.05em;
    margin-top: 1.0rem;
}

#flow .con_list .img_wrap {
    width: 100%;
    position: relative;
    z-index: 1;
}
#flow .con_list > .con:not(:first-child) .img_wrap::before {
    content: '';
    display: block;
    width: 2.9rem;
    height: 1.1rem;
    background: url("../images/glasses/arrow.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -3rem;
    transform: translate(-50%,-50%);
}

#flow .con_list > .con:last-child .img_wrap::after {
    content: '';
    display: block;
    width: 9.7rem;
    height: 7.5rem;
    background: url("../images/glasses/complete.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%,-50%);
}


@media only screen and (max-width: 768px) {
#flow {
    position: relative;
    z-index: 1;
}
#flow::before {
    content: '';
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%,0);
    width: 34.0rem;
    height: 11.2rem;
    background: url("../images/glasses/flow_illust_sp01.svg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
#flow::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%,0);
    width: 29.8rem;
    height: 7.6rem;
    background: url("../images/top/initiative_illust_sp02.svg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}

#flow .inner {
    width: 28rem;
    max-width: none;
    padding-top: 10rem;
    padding-bottom: 12rem;
}
    
#flow .con_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-between;
    grid-gap: 10rem 0;
    margin-top: 4rem;
}
#flow .con_list > .con {
    position: relative;
}
#flow .con_list .number {
    width: 5rem;
    height: 5rem;
    background: url(../images/circle_bg.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -1.5rem;
    left: -2.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    /* letter-spacing: 0.1em; */
    color: #FFFFFF;
    font-weight: 700;
}
#flow .con_list .txt_wrap {
    margin-top: 2rem;
}
#flow .con_list .txt_wrap h3.ttl {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1;
}
#flow .con_list .txt_wrap .txt {
    font-size: 1.5rem;
    line-height: calc(25/15);
    letter-spacing: 0.05em;
    margin-top: 1.0rem;
}

#flow .con_list .img_wrap {
    width: 100%;
    position: relative;
    z-index: 1;
}
#flow .con_list > .con:not(:first-child) .img_wrap::before {
    content: '';
    display: block;
    width: 1.1rem;
    height: 2.9rem;
    background: url("../images/glasses/arrow_pd.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translate(-50%,-50%);
}

}



/* #important
----------------------------------------- */
#important {
    position: relative;
    z-index: 1;
}

#important .inner {
    /*max-width: 93rem;*/
    max-width: calc(930 / 1366 * 100%);
    padding-top: 23rem;
    padding-bottom: 26rem;
}

#important .con_list {
    display: flex;
    flex-flow: column;
    grid-gap: 7rem 0;
    margin-top: 10rem;
}
#important .con_list > .con {
    width: 100%;
    height: 31.5rem;
    /*aspect-ratio: 930 / 314;*/
    background: url(../images/glasses/important_con_bg.png) no-repeat center center / 100% 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#important .con_list > .con:nth-child(1)::before {
    content: '';
    width: 18.8rem;
    height: 10.1rem;
    background: url(../images/glasses/illust01.svg) no-repeat center center / contain;
    position: absolute;
    bottom: 2.5rem;
    right: -0.5rem;
    z-index: 2;
}
#important .con_list > .con:nth-child(2)::before {
    content: '';
    width: 7.7rem;
    height: 9.5rem;
    background: url(../images/glasses/illust02.svg) no-repeat center center / contain;
    position: absolute;
    top: 6rem;
    left: 7rem;
    z-index: 2;
}
#important .con_list > .con:nth-child(3)::before {
    content: '';
    width: 27.7rem;
    height: 21.0rem;
    background: url(../images/glasses/illust03.svg) no-repeat center center / contain;
    position: absolute;
    bottom: -2rem;
    right: -12rem;
    z-index: 2;
}
#important .con_list > .con:nth-child(4)::before {
    content: '';
    width: 14.7rem;
    height: 7.1rem;
    background: url(../images/glasses/illust04.svg) no-repeat center center / contain;
    position: absolute;
    bottom: -2.5rem;
    left: 1.5rem;
    z-index: 2;
}


#important .con_list > .con .ttl {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem 0;
    
    font-size: 2rem;
    line-height: calc(48/20);
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
}
#important .con_list > .con .ttl .number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #0A4F7F;
}
#important .con_list > .con .txt {
    font-size: 1.5rem;
    line-height: calc(35/15);
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 2.5rem;
}

#important .closing_img {
    width: 100%;
    height: 45rem;
}
#important .closing_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {

#important .inner {
    width: 33rem;
    max-width: none;
    padding-top: 10rem;
    padding-bottom: 8rem;
}

#important .con_list {
    display: flex;
    flex-flow: column;
    grid-gap: 6rem 0;
    margin-top: 5rem;
}
#important .con_list > .con {
    width: 100%;
    height: auto;
    padding: 6rem 1.5rem;
    /*aspect-ratio: 930 / 314;*/
    background: url(../images/glasses/important_con_bg_sp.png) no-repeat center center / 100% 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#important .con_list > .con:nth-child(1)::before {
    content: '';
    width: 10.9rem;
    height: 6.4rem;
    background: url(../images/glasses/illust01.svg) no-repeat center center / contain;
    position: absolute;
    bottom: auto;
    top: -0.5rem;
    right: -0.5rem;
    z-index: 2;
}
#important .con_list > .con:nth-child(2)::before {
    content: '';
    width: 6.8rem;
    height: 8.4rem;
    background: url(../images/glasses/illust02.svg) no-repeat center center / contain;
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 2;
}
#important .con_list > .con:nth-child(3) {
    z-index: 2;
}
#important .con_list > .con:nth-child(3)::before {
    content: '';
    width: 18.3rem;
    height: 13.9rem;
    background: url(../images/glasses/illust03.svg) no-repeat center center / contain;
    position: absolute;
    bottom: -9rem;
    right: -2rem;
    z-index: 2;
}
#important .con_list > .con:nth-child(4)::before {
    content: '';
    width: 10.8rem;
    height: 5.2rem;
    background: url(../images/glasses/illust04.svg) no-repeat center center / contain;
    position: absolute;
    bottom: -0.5rem;
    left: -0.5rem;
    z-index: 2;
}


#important .con_list > .con .ttl {
    font-size: 1.8rem;
    line-height: calc(35/18);
}

#important .con_list > .con .txt {
    font-size: 1.5rem;
    line-height: calc(30/15);
    margin-top: 2.5rem;
}

#important .closing_img {
    width: 100%;
    height: 23rem;
}
#important .closing_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

