@charset "utf-8";
/*-----------------------------------------------
	boxCmnTit
-----------------------------------------------*/
/* .boxCmnTit .wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
} */
.boxCmnTit.fWhite{
    color: var(--whiteColor);
}
.boxCmnTit .titEng{
    font-size: 90px;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.boxCmnTit .titJp{
    font-size: 14px;
    margin-left: 5px;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:767px){
    .boxCmnTit{
        text-align: center;
    }
    .boxCmnTit .titEng{
        font-size: 48px;
    }
    .boxCmnTit .titJp{
        font-size: 13px;
        margin-top: 10px;
    }
}

/*-----------------------------------------------
	secIndexTit
-----------------------------------------------*/
.secIndexTit{
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
}
/* boxTit */
.secIndexTit .boxTit{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.secIndexTit .boxTit .tit{
    font-size: 35px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.secIndexTit .boxTit .txt01{
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.secIndexTit .boxTit .txt02{
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-top: 60px;
}
.secIndexTit .boxTit .txt03{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 30px;
}
.secIndexTit .boxTit .in{
    display: block;
    margin-top: 15px;
}
/* boxImg */
.secIndexTit .boxImg{
    width: 43.75%;
}
@media only screen and (max-width:1300px){
    .secIndexTit .boxTit .tit{
        font-size: 30px;
    }
    .secIndexTit .boxTit .txt01{
        font-size: 22px;
    }
    .secIndexTit .boxTit .txt02{
        font-size: 18px;
        margin-top: 30px;
    }
    .secIndexTit .boxTit .txt03{
        font-size: 15px;
    }
}
@media only screen and (max-width:767px){
    .secIndexTit{
        margin-top: 35px;
        flex-direction: column-reverse;
        align-items: center;
    }
    /* boxTit */
    .secIndexTit .boxTit{
        width: 100%;
        margin-top: 25px;
        text-align: center;
    }
    .secIndexTit .boxTit .tit{
        font-size: 18px;
        letter-spacing: 0.05em;
    }
    .secIndexTit .boxTit .txt01{
        font-size: 13px;
        letter-spacing: 0;
    }
    .secIndexTit .boxTit .txt02{
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin-top: 30px;
    }
    .secIndexTit .boxTit .txt03{
        font-size: 13px;
        letter-spacing: 0.05em;
        margin-top: 20px;
        text-align: left;
    }
    .secIndexTit .boxTit .in{
        margin-top: 10px;
    }
    /* boxImg */
    .secIndexTit .boxImg{
        width: 100%;
    }
}

/*-----------------------------------------------
	secVoice
-----------------------------------------------*/
.secVoice{
    margin-top: 160px;
}
.secVoice .boxList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 90px 3.6%;
    margin-top: 83px;
    counter-reset: number 0;
}
.secVoice .boxList .item{
    width: 30.86%;
}
.secVoice .boxList .item:nth-child(n+4){
    width: 47.813%;
}
.secVoice .boxList .boxImg{
    position: relative;
}
.secVoice .boxList .boxImg::before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number,decimal-leading-zero);
    left: 6px;
    top: -35px;
    margin: auto;
    font-size: 50px;
    letter-spacing: 0.05em;
    font-family: "EB Garamond", serif;
}
.secVoice .boxList .boxTxt{
    margin-top: 19px;
}
.secVoice .boxList .txt{
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
}
/* boxVoiceTxt */
.secVoice .boxVoiceTxt{
    margin-top: 60px;
    border: 1px solid #000;
    padding: 20px 50px;
}
.secVoice .boxVoiceTxt .txt{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.08em;
}
.secVoice .boxVoiceTxt .in{
    display: block;
    margin-top: 5px;
}
@media only screen and (max-width:767px){
    .secVoice{
        margin-top: 60px;
    }
    .secVoice .boxList{
        gap: 42px 0;
        margin-top: 40px;
    }
    .secVoice .boxList .item{
        width: 100%!important;
    }
    .secVoice .boxList .boxImg::before {
        top: -21px;
        font-size: 30px;
    }
    .secVoice .boxList .boxTxt{
        margin-top: 12px;
    }
    .secVoice .boxList .txt{
        font-size: 13px;
        letter-spacing: 0.08em;
    }
    /* boxVoiceTxt */
    .secVoice .boxVoiceTxt{
        margin-top: 25px;
        padding: 15px;
        text-align: center;
    }
    .secVoice .boxVoiceTxt .txt{
        font-size: 13px;
        letter-spacing: 0.05em;
    }
    .secVoice .boxVoiceTxt .in{
        margin-top: 2px;
    }
}

/*-----------------------------------------------
	secConceptTxt
-----------------------------------------------*/
.secConceptTxt{
    margin-top: 200px;
}
.secConceptTxt .tit{
    font-size: 35px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secConceptTxt .txt{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 50px;
}
.secConceptTxt .in{
    display: block;
    margin-top: 15px;
}
.secConceptTxt .boxImg{
    margin-top: 60px;
}
@media only screen and (max-width:767px){
    .secConceptTxt{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 70px;
    }
    .secConceptTxt .tit{
        font-size: 18px;
        letter-spacing: 0.05em;
    }
    .secConceptTxt .txt{
        font-size: 13px;
        letter-spacing: 0.05em;
        margin-top: 20px;
    }
    .secConceptTxt .in{
        margin-top: 5px;
    }
    .secConceptTxt .boxImg{
        margin: 0 0 20px 0;
    }
}

/*-----------------------------------------------
	secPerformance
-----------------------------------------------*/
.secPerformance{
    margin-top: 180px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-color: #fff;
}
.secPerformance.lazyloaded{
    background-image: url(../img/housing/design/bgPerformance.jpg);
}
.secPerformance .boxPerformance .boxTxt{
    padding-top: 69px;
}
/* boxList */
.secPerformance .boxList{
    margin-top: 220px;
    display: flex;
    flex-wrap: wrap;
    gap: 120px;
    counter-reset: number 0;
}
.secPerformance .boxList .item{
    width: 100%;
}
.secPerformance .boxList .boxHead{
    display: flex;
    justify-content: space-between;
}
.secPerformance .item:nth-child(even) .boxHead{
    flex-direction: row-reverse;
}
.secPerformance .boxList .boxImg{
    width: 58.438%;
}
.secPerformance .boxHead + .boxImg{
    width: 100%;
    margin-top: 60px;
}
.secPerformance .boxList .boxTxt{
    width: 36.798%;
}
.secPerformance .boxList .boxTit{
    position: relative;
    padding-top: 67px;
}
.secPerformance .boxList .boxTit::before {
    position: absolute;
    counter-increment: number 1;
    content: "#" counter(number,decimal-leading-zero);
    left: 0;
    top: 5px;
    margin: auto;
    font-size: 40px;
    letter-spacing: 0.08em;
    font-family: "EB Garamond", serif;
}
.secPerformance .boxList .tit{
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secPerformance .boxList .boxInfo{
    margin-top: 55px;
}
.secPerformance .item .titInfo{
    position: relative;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.15em;
    padding-left: 20px;
}
.secPerformance .item .titInfo::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 60%;
    background-color: #000;
}
.secPerformance .item .txtInfo{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 15px;
}
.secPerformance .item .in{
    display: block;
    margin-top: 15px;
}
/* boxList02 */
.secPerformance .boxList02{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.secPerformance .boxList02 .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.secPerformance .boxList02 .item:nth-child(odd){
    flex-direction: row-reverse;
}
.secPerformance .boxList02 .boxImg{
    width: 32.813%;
}
.secPerformance .boxList02 .boxInfo{
    margin-top: 0;
    width: 63%;
}
/* boxList03 */
.secPerformance .boxList03{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 3.1%;
}
.secPerformance .boxList03 .item{
    width: 31.25%;
    display: flex;
    flex-direction: column;
}
.secPerformance .boxList03 .boxImg{
    width: 100%;
}
.secPerformance .boxList03 .boxInfo{
    margin-top: 0!important;
    text-align: left;
}
.secPerformance .boxList03 .txtInfo{
    margin-top: 16px;
    font-size: 16px;
}
/* boxPerformanceConcept */
.secPerformance .boxPerformanceConcept{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secPerformance .boxPerformanceConcept .boxTxt{
    width: 42.891%;
}
.secPerformance .boxPerformanceConcept .txt{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secPerformance .boxPerformanceConcept .in{
    display: block;
    margin-top: 15px;
}
.secPerformance .boxPerformanceConcept .boxImg{
    width: 50.157%;
}
@media only screen and (max-width:1400px){
    .secPerformance .boxList03 .txtInfo {
        font-size: 14px;
    }
}
@media only screen and (max-width:767px){
    .secPerformance{
        margin-top: 70px;
        background-size: 222px;
    }
    .secPerformance.lazyloaded{
        background-image: url(../img/housing/design/bgPerformance_sp.jpg);
    }
    .secPerformance .boxPerformance .boxTxt{
        padding-top: 0;
        width: 108px;
    }
    /* boxList */
    .secPerformance .boxList{
        margin-top: 89px;
        gap: 30px;
    }
    .secPerformance .boxList .boxHead{
        flex-direction: column!important;
    }
    .secPerformance .boxList .boxImg,
    .secPerformance .boxList .boxTxt{
        width: 100%;
        order: 2;
    }
    .secPerformance .boxHead + .boxImg{
        margin-top: 10px;
    }
    .secPerformance .boxList .boxTxt{
        display: contents;
    }
    .secPerformance .boxList .boxTit{
        padding: 40px 0 20px;
        order: 1;
    }
    .secPerformance .boxList .boxTit::before {
        left: 0;
        top: 5px;;
        font-size: 25px;
        letter-spacing: 0.08em;
    }
    .secPerformance .boxList .tit{
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: 0.05em;
    }
    .secPerformance .boxList .boxInfo{
        order: 3;
        margin-top: 10px;
    }
    .secPerformance .boxList .titInfo{
        font-size: 15px;
        letter-spacing: 0.05em;
        padding-left: 10px;
    }
    .secPerformance .boxList .titInfo::before{
        width: 1px;
        height: 60%;
    }
    .secPerformance .boxList .txtInfo{
        font-size: 13px;
        margin-top: 0;
    }
    .secPerformance .item .in{
        margin-top: 0;
    }
    /* boxList02 */
    .secPerformance .boxList02{
        margin-top: 20px;
        gap: 15px 0;
        justify-content: space-between;
    }
    .secPerformance .boxList02 .item{
        width: 47.8%;
        justify-content: flex-start;
        flex-direction: column!important;
        gap: 10px 0;
    }
    .secPerformance .boxList02 .boxImg,
    .secPerformance .boxList02 .boxInfo{
        width: 100%;
        margin-top: 0;
    }
    .secPerformance .boxList02 .titInfo{
        line-height: 1.6;
    }
    .secPerformance .boxList02 .titInfo::before{
        height: 100%;
    }
    .secPerformance .boxList02 .txtInfo{
        margin-top: 7px;
    }
    /* boxList03 */
    .secPerformance .boxList03{
        margin-top: 10px;
        gap: 20px;
    }
    .secPerformance .boxList03 .item{
        width: 100%
    }
    .secPerformance .boxList03 .txtInfo{
        margin-top: 0;
        font-size: 13px;
    }
    /* boxPerformanceConcept */
    .secPerformance .boxPerformanceConcept{
        margin-top: 20px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .secPerformance .boxPerformanceConcept .boxTxt{
        width: 100%;
        margin-top: 5px;
    }
    .secPerformance .boxPerformanceConcept .txt{
        font-size: 13px;
    }
    .secPerformance .boxPerformanceConcept .in{
        margin-top: 5px;
    }
    .secPerformance .boxPerformanceConcept .boxImg{
        width: 100%;
    }
}

/* secPlan */
.secPlan{
    margin-top: 200px;
    padding: 200px 0;
    background-color: #FAF8F7;
}
/* secPlanHead */
.secPlan .secPlanHead{
    display: flex;
    justify-content: space-between;
}
.secPlan .boxImg{
    width: 50.547%;
}
.secPlan .boxHeadTxt{
    width: 44%;
}
.secPlan .boxHeadTxt .tit{
    font-size: 35px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secPlan .boxHeadTxt .txt{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 30px;
}
.secPlan .boxHeadTxt .in{
    display: block;
    margin-top: 15px;
}
/* boxList */
.secPlan .boxList{
    display: flex;
    flex-wrap: wrap;
    gap: 122px;
    margin-top: 122px;
}
.secPlan .boxList .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.secPlan .boxList .tit{
    position: relative;
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}
.secPlan .boxList .tit:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #000;
}
.secPlan .boxList .txt{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 50px;
}
.secPlan .boxList .boxTit{
    order: 1;
}
.secPlan .boxList .boxBtn{
    order: 2;
    width: 468px;
}
.secPlan .boxBtn .txtLink{
	position: relative;
	width: 100%;
	height: 88px;
	border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 17px;
}
.secPlan .boxBtn .txtLink:after{
    content: "";
    position: absolute;
    top: 0;
	bottom: 0;
    right: 30px;
	margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.secPlan .boxList .boxPlan{
    order: 3;
    width: 100%;
}
/* boxPlanTab */
.secPlan .boxPlanTab{
    margin-top: 40px;
    text-align: center;
}
.secPlan .boxPlanTab .txtTab{
    position: relative;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 0 40px;
    display: inline-block;
}
.secPlan .boxPlanTab .txtTab::before,
.secPlan .boxPlanTab .txtTab::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.secPlan .boxPlanTab .txtTab::after{
    left: auto;
    right: 0;
}
/* secTab */
.secPlan .secTab{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 14px;
}
.secPlan .secTab .item{
    width: 24%;
}
.secPlan .secTab .link{
    width: 100%;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
    background-color: #E7DFCE;
    border-radius: 10px 10px 0 0;
}
.secPlan .secTab .link.active{
    background-color: #fff;
}
.secPlan .secCmnTabContainer{
    background-color: #fff;
    padding: 50px 150px 50px 120px;
}
.secPlan .secCmnTabContents{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secPlan .secCmnTabContents .boxImg{
    width: 41.882%;
}
.secPlan .secCmnTabContents .boxTxt{
    width: 49%;
    text-align: left;
}
.secPlan .secCmnTabContents .titPlan{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secPlan .secCmnTabContents .txtPlan{
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 15px;
}
/* boxType */
.secPlan .boxType{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.secPlan .boxType .boxImg{
    width: 50%;
}
.secPlan .boxType .boxTxt{
    width: 45%;
}
.secPlan .boxType .titType{
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secPlan .boxTypeList{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px 0;
    margin-top: 30px;
}
.secPlan .boxTypeList .itemType{
    position: relative;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-left: 12px;
}
.secPlan .boxTypeList .itemType:nth-child(odd){
    width: 54%;
}
.secPlan .boxTypeList .itemType::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #E7DFCE;
}
/* boxList02 */
.secPlan .boxList02{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.secPlan .boxList02 .item{
    align-items: flex-start;
}
.secPlan .boxList02 .item:nth-child(even){
    flex-direction: row-reverse;
}
.secPlan .boxList02 .boxImg{
    width: 48.75%;
}
.secPlan .boxList02 .boxInfo{
    width: 46%;
}
.secPlan .boxList02 .titInfo{
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secPlan .boxList02 .txtInfo{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 30px;
}
@media only screen and (max-width:1400px){
    .secPlan .boxHeadTxt .tit {
        font-size: 32px;
    }
    .secPlan .boxType .titType {
        font-size: 20px;
    }
}
@media only screen and (max-width:767px){
    .secPlan{
        margin-top: 70px;
        padding: 70px 0;
    }
    /* secPlanHead */
    .secPlan .secPlanHead{
        flex-direction: column-reverse;
    }
    .secPlan .boxImg,
    .secPlan .boxHeadTxt{
        width: 100%;
    }
    .secPlan .boxHeadTxt .tit{
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin-top: 10px;
    }
    .secPlan .boxHeadTxt .txt{
        font-size: 13px;
        margin-top: 20px;
    }
    .secPlan .boxHeadTxt .in{
        margin-top: 7px;
    }
    /* boxList */
    .secPlan .boxList{
        gap: 40px;
        margin-top: 40px;
    }
    .secPlan .boxList .tit{
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 10px;
    }
    .secPlan .boxList .tit:after{
        width: 40px;
    }
    .secPlan .boxList .txt{
        font-size: 13px;
        margin-top: 15px;
    }
    .secPlan .boxList .boxPlan{
        order: 2;
    }
    .secPlan .boxList .boxBtn{
        order: 3;
        width: 100%;
        margin-top: 30px;
    }
    .secPlan .boxBtn .txtLink{
        width: 250px;
        max-width: 100%;
        height: 50px;
        margin: 0 auto;
        font-size: 13px;
    }
    .secPlan .boxBtn .txtLink:after{
        right: 20px;
        width: 8px;
        height: 8px;
    }
    /* boxPlanTab */
    .secPlan .boxPlanTab{
        margin-top: 0;
    }
    .secPlan .boxPlanTab .txtTab{
        font-size: 15px;
        letter-spacing: 0.05em;
        padding: 0 24px;
    }
    .secPlan .boxPlanTab .txtTab::before,
    .secPlan .boxPlanTab .txtTab::after{
        width: 13px;
    }
    /* secTab */
    .secPlan .secTab{
        margin-top: 20px;
        gap: 8px;
    }
    .secPlan .secTab .item{
        width: 29%;
    }
    .secPlan .secTab .link{
        height: 46px;
        font-size: 13px;
        border-radius: 5px 5px 0 0;
    }
    .secPlan .secCmnTabContainer{
        padding: 20px 15px 40px 15px;
    }
    .secPlan .secCmnTabContents{
        flex-direction: column;
    }
    .secPlan .secCmnTabContents .boxImg{
        width: 90%;
    }
    .secPlan .secCmnTabContents .boxTxt{
        width: 100%;
    }
    .secPlan .secCmnTabContents .titPlan{
        font-size: 16px;
        text-align: center;
    }
    .secPlan .secCmnTabContents .txtPlan{
        font-size: 13px;
        margin-top: 5px;
    }
    /* boxType */
    .secPlan .boxType{
        margin-top: 1px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .secPlan .boxType .boxImg,
    .secPlan .boxType .boxTxt{
        width: 100%;
    }
    .secPlan .boxType .titType{
        font-size: 15px;
        letter-spacing: 0;
        margin-top: 10px;
        text-align: center;
    }
    .secPlan .boxTypeList{
        gap: 2px 0;
        margin-top: 10px;
    }
    .secPlan .boxTypeList .itemType{
        font-size: 13px;
    }
    .secPlan .boxTypeList .itemType:nth-child(odd){
        width: 59%;
    }
    .secPlan .boxTypeList .itemType::before{
        width: 7px;
        height: 7px;
    }
    /* boxList02 */
    .secPlan .boxList02{
        margin-top: 15px;
        gap: 20px;
    }
    .secPlan .boxList02 .item{
        flex-direction: column!important;
    }
    .secPlan .boxList02 .boxImg,
    .secPlan .boxList02 .boxInfo{
        width: 100%;
    }
    .secPlan .boxList02 .titInfo{
        font-size: 15px;
        letter-spacing: 0.05em;
        margin-top: 10px;
    }
    .secPlan .boxList02 .txtInfo{
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.05em;
        margin-top: 6px;
    }
}
@media only screen and (max-width:360px){
    .secPlan .boxTypeList .itemType {
        font-size: 11px;
    }
    .secPlan .boxType .titType{
        font-size: 13px;
    }
    .secPlan .boxList02 .titInfo {
        font-size: 14px;
    }
    .secPlan .boxList02 .txtInfo {
        font-size: 12px;
    }
}


/* secNote */
.secNote{
    margin: 188px 0;
}
/* boxList */
.secNote .boxList{
    display: flex;
    flex-wrap: wrap;
    gap: 170px;
}
.secNote .boxList .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.secNote .boxList .txt{
    position: relative;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-left: 70px;
    margin-bottom: 19px;
}
.secNote .boxList .txt::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #000;
}
.secNote .boxList .tit{
    font-size: 35px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secNote .boxList .boxTit{
    order: 1;
}
.secNote .boxList .boxBtn{
    order: 2;
    width: 468px;
}
.secNote .boxBtn .txtLink{
	position: relative;
	width: 100%;
	height: 88px;
	border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 17px;
}
.secNote .boxBtn .txtLink:after{
    content: "";
    position: absolute;
    top: 0;
	bottom: 0;
    right: 30px;
	margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.secNote .boxList .boxNote{
    order: 3;
    width: 100%;
    margin-top: 50px;
}
.secNote .boxNote .titNote{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secNote .titNote + .img{
    margin-top: 60px;
}
/* boxList03 */
.secNote .boxList03{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 3.1%;
}
.secNote .boxList03 .item{
    width: 31.25%;
    flex-direction: column;
    justify-content: flex-start;
}
.secNote .boxList03 .boxInfo{
    width: 100%;
    text-align: left;
    margin-top: 44px;
}
.secNote .boxList03 .titInfo{
    position: relative;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secNote .boxList03 .titInfo::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.secNote .boxList03 .txtInfo{
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 15px;
}
/* boxList02 */
.secNote .boxList02{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.secNote .boxList02 .item{
    align-items: flex-start;
}
.secNote .boxList02 .item:nth-child(odd){
    flex-direction: row-reverse;
}
.secNote .boxList02 .boxImg{
    width: 50%;
}
.secNote .boxList02 .boxInfo{
    width: 43%;
}
.secNote .boxList02 .titInfo{
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.secNote .boxList02 .txtInfo{
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 54px;
}
@media only screen and (max-width:767px){
    .secNote{
        margin: 70px 0 90px 0;
    }
    /* boxList */
    .secNote .boxList{
        gap: 85px;
    }
    .secNote .boxList .txt{
        font-size: 15px;
        padding-left: 40px;
        margin-bottom: 5px;
    }
    .secNote .boxList .txt::before{
        width: 30px;
    }
    .secNote .boxList .tit{
        font-size: 18px;
    }
    .secNote .boxList .boxBtn{
        order: 3;
        width: 100%;
        margin-top: 30px;
    }
    .secNote .boxBtn .txtLink{
        width: 250px;
        max-width: 100%;
        height: 50px;
        margin: 0 auto;
        font-size: 13px;
    }
    .secNote .boxBtn .txtLink:after{
        right: 20px;
        width: 8px;
        height: 8px;
    }
    .secNote .boxList .boxNote{
        order: 2;
        margin-top: 20px;
    }
    .secNote .boxNote .titNote{
        font-size: 13px;
    }
    .secNote .titNote + .img{
        margin-top: 10px;
    }
    /* boxList03 */
    .secNote .boxList03{
        margin-top: 20px;
        gap: 30px;
    }
    .secNote .boxList03 .item{
        width: 100%;
    }
    .secNote .boxList03 .boxInfo{
        margin-top: 10px;
    }
    .secNote .boxList03 .titInfo{
        font-size: 16px;
    }
    .secNote .boxList03 .txtInfo{
        font-size: 13px;
        margin-top: 5px;
    }
    /* boxList02 */
    .secNote .boxList02{
        gap: 25px;
    }
    .secNote .boxList02 .item{
        flex-direction: column!important;
    }
    .secNote .boxList02 .boxImg,
    .secNote .boxList02 .boxInfo{
        width: 100%;
    }
    .secNote .boxList02 .titInfo{
        font-size: 16px;
        margin-top: 10px;
    }
    .secNote .boxList02 .txtInfo{
        font-size: 13px;
        margin-top: 10px;
    }
}
@media only screen and (max-width:360px){
    .secNote .boxList .tit {
        font-size: 15px;
    }
}