@charset "utf-8";
/***********************
aboutTop
***********************/
.about p{
    color: #292f44;
}
.about .bk{
    margin-bottom: 0;
}
.aboutTop{
    background: #fff;
    padding: 30px 0;
    margin-bottom: 50px;
}
.aboutTop h1{
    margin-bottom: 41px;
}
.aboutTop p{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin-bottom: 30px;
}
.aboutBtnArea{

}
.aboutTop .aboutBtnArea .btn{
    max-width: 350px;
    border-radius: 100px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    background: #fff;
    width: 100%;
    margin: auto;
}
.aboutTop .aboutBtnArea .btn:first-of-type{
    margin-bottom: 10px;
}
.aboutTop .aboutBtnArea .btn a{
    display: block;
    padding: 0 40px;
    box-sizing: border-box;
}
.aboutTop .aboutBtnArea .btn p{
    position: relative;
    margin-bottom: 0;
    padding: 17px 0;
    font-weight: bold;
    line-height: 1.6;
    color: #292f44;
}
.aboutTop .aboutBtnArea .btn p:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 27px;
    max-height: 27px;
    background-image: url(/community/img/btn_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
@media screen and (min-width: 769px) {
    .aboutTop{
        background: transparent;
        padding: 60px 0;
        margin-bottom: 0;
    }
    .aboutTop h1{
        max-width: 897px;
        margin: auto auto 18px;
    }
    .aboutTop p{
        font-size: 18px;
        line-height: 2;
        letter-spacing: 0;
        text-align: center;
    }
    .aboutBtnArea{
        display: flex;
        max-width: 530px;
        margin: auto;
        justify-content: center;
    }
    .aboutTop .aboutBtnArea .btn{
        max-width: 250px;
        margin: 0;
    }
    .aboutTop .aboutBtnArea .btn:first-of-type{
        margin-bottom: 0;
    }
    .aboutTop .aboutBtnArea .btn:nth-of-type(2){
        margin-left: 20px;
    }
    .aboutTop .aboutBtnArea .btn a {
        padding: 0 25px 0 30px;
    }
    .aboutTop .aboutBtnArea .btn p{
        font-size: 14px;
        text-align: left;
        padding: 10px 0;
    }
    .aboutTop .aboutBtnArea .btn p:after{
        max-width: 20px;
        max-height: 20px;
    }
}
/***********************
aboutCont
***********************/
.aboutCont{
    margin-bottom: 50px;
}
.contWrap{
    background: #fff;
    border-radius: 50px 50px 0 0;
    padding: 50px 0;
}
.aboutCont .title{
    margin-bottom: 50px;
}
.aboutCont .title .img{
    margin-bottom: 10px;
}
.aboutCont .title p{
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
}
.aboutCont .cont {
    margin-bottom: 50px;
}
.aboutCont .cont .img{
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}
.aboutCont .cont h3{
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: bold;
}
.aboutCont .cont .borderText{
    border: 1px solid #292f44;
    border-radius: 100px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.21;
    margin-bottom: 12px;
}
.aboutCont .cont p:not(.borderText){
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.02em;
}
.about .aboutBtn{
    max-width: 343px;
    border-radius: 100px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    background: #ed1b29;
    margin: auto;
}
.about .aboutBtn a{
    display: block;
    padding: 0 40px;
    box-sizing: border-box;
}
.about .aboutBtn p{
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    box-sizing: border-box;
    padding: 17px 0;
}
.about .aboutBtn p:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 27px;
    max-height: 27px;
    background-image: url(/community/img/btn_arrow02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
@media screen and (min-width: 769px) {
    .aboutFlow{
        margin-bottom: 60px;
    }
    .contWrap{
        position: relative;
        padding: 69px 0 60px;
        /* margin-right: 10em; */
        border-radius: 0 50px 50px 0;
        z-index: 1;
    }
    .contWrap.type02{
        border-radius: 50px 0 0 50px;
    }
    .aboutCont{
        margin-bottom: 60px;
    }
    .aboutCont .title{
        max-width: 652px;
        margin: auto auto 60px;
    }
    .aboutCont .title .img{
        margin-bottom: 24px;
    }
    .aboutCont .title p{
        font-size: 24px;
    }
    .aboutCont .cont{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .aboutCont .cont:nth-of-type(even){
        flex-direction: row-reverse;
    }
    .aboutCont .cont .img{
        margin-bottom: 0;
        max-width: 467px;
        width: 47%;
        margin-right: 20px;
    }
    .aboutCont .cont:nth-of-type(even) .img{
        margin-right: 0;
        margin-left: 20px;
    }
    .aboutCont .cont .textArea{
        max-width: 467px;
        width: 47%;
    }
    .aboutCont .cont h3{
        font-size: 26px;
        text-align: left;
        margin-bottom: 15px;
    }
    .aboutCont .cont .borderText{
        width: auto;
        display: inline-block;
        padding: 2px 20px;
        margin-bottom: 15px;
    }
    .aboutCont .cont p:not(.borderText){
        letter-spacing: 0;
    }
    .about .aboutBtn{
        margin: auto;
    }
}
@media screen and (min-width: 1300px) {
    .contWrap{
        background: transparent;
        overflow: hidden;
    }
    .contWrap::after{
        content: '';
        position: absolute;
        right: 0;
        left: -18%;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 0 50px 50px 0;
    }
    .contWrap.type02::after{
        right: -18%;
        left: 0;
        border-radius: 50px 0 0 50px;
    }
    .contWrap .inner{
        position: relative;
        z-index: 1;
    }
}
/***********************
aboutFlow
***********************/
.aboutFlow{
    margin-bottom: 50px;
}
.aboutFlow h2{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 50px;
}
.aboutFlow .flow{
    position: relative;
    max-width: 220px;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
    border: 3px solid #292F44;
    border-radius: 10px;
    padding: 27px 0 0;
}
.aboutFlow .flow:not(:last-of-type){
    margin-bottom: 40px;
}
.aboutFlow .flow::before{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: -22px;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    background-image: url(/community/img/about/icon01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.aboutFlow .flow:nth-of-type(2)::before{
    background-image: url(/community/img/about/icon02.png);
}
.aboutFlow .flow:nth-of-type(3)::before{
    background-image: url(/community/img/about/icon03.png);
}
.aboutFlow .flow:nth-of-type(4)::before{
    background-image: url(/community/img/about/icon04.png);
}
.aboutFlow .flow .img{
    max-height: 105px;
    margin-bottom: 5px;
    text-align: center;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutFlow .flow .img img{
    max-height: 105px;
}
.aboutFlow .flow:first-of-type .img img{
    max-height: 100px;
}
.aboutFlow .flow:last-of-type .img img{
    max-height: 95px;
}
.aboutFlow .flow p{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    min-height: 50px;
}
@media screen and (min-width: 769px) {
    .flowBox{
        display: flex;
    }
    .aboutFlow .flow{
        width: 100%;
        margin-bottom: 0;
        padding: 22px 0 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        max-height: 180px;
    }
    .aboutFlow .flow:not(:last-of-type){
        margin: 0 16px 0 0;
    }
    .aboutFlow h2{
        font-size: 24px;
        margin-bottom: 58px;
    }
    .aboutFlow .flow p{
        min-height: 37px;
    }
}
/***********************
communityArea
***********************/
.communityArea .communityWrap{
    background: #fff;
    border-radius: 50px 50px 0 0;
    padding: 50px 0;
}
.communityArea .img{
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.communityCont{
    margin-bottom: 50px;
}
.communityArea h3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.communityArea .textArea p{
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
.communityArea .textArea p:first-of-type{
    margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
    .communityArea .communityWrap{
        border-radius: 0;
        padding: 60px 0;
    }
    .communityCont{
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .communityArea .img{
        max-width: 419px;
        width: 48%;
        margin-bottom: 0;
        margin-right: 68px;
    }
    .communityArea .textArea{
        max-width: 467px;
        width: 48%;
    }
    .communityArea h3{
        font-size: 24px;
        text-align: left;
    }
    .communityArea .textArea p{
        line-height: 1.8;
        letter-spacing: 0;
    }
}
.lowerLayerNewsArea{
    padding: 50px 0;
}
#footerWrap .bannerArea .wrap{
    padding: 0 0 50px;
    background-color: #fff6f3;
}
#footer .community_nav ul{
    padding-top: 30px;
}
@media screen and (min-width: 769px) {
    #footer .community_nav ul {
        padding-top: 0;
    }
}
