@charset "utf-8";

/* トップ共通パーツ */
/* cmnPageBtn */
.cmnPageBtn{
    margin-top: 72px;
}
.cmnPageBtn a{
    margin: 0 auto;
    width: 500px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #002d56;
    border-radius: 52px;
    font-size: var(--pcFontSize22);
    font-weight: bold;
    transition: 0.2s;
}
.cmnPageBtn span{
    position: relative;
    display: inline-block;
    padding-left: 43px;
}
.cmnPageBtn span::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 27px;
}
.cmnPageBtn.lazyloaded span::before{
    background: url(../img/index/iconEstate.png) center top / cover no-repeat;
}
.cmnPageBtn.lazyloaded a:hover span::before{
    background: url(../img/index/iconEstate_hover.png) center top / cover no-repeat;
}
.whiteBtn a{
    border: 1px solid #fff;
    color: #fff;
}
/* hover */
.cmnPageBtn a:hover{
    background-color: #002d56;
    color: #fff;
}
.whiteBtn a:hover{
    background-color: #fff;
    color: inherit;
}
@media only screen and (max-width:767px){
    /* cmnPageBtn */
    .cmnPageBtn{
        margin-top: 35px;
    }
    .cmnPageBtn a{
        width: 76%;
        height: 65px;
        border-radius: 32px;
        font-size: var(--spFontSize14);
    }
    .cmnPageBtn span{
        padding-left: 29px;
    }
    .cmnPageBtn span::before{
        width: 17px;
        height: 17px;
    }
    .cmnPageBtn.lazyloaded a:hover span::before{
        background: url(../img/index/iconEstate.png) center top / cover no-repeat;
    }
}

/* cmnSwiperNav */
.cmnSwiperNav{
    margin: 40px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cmnSwiperNav.spOnly{
    display: none;
}
.cmnSwiperNav .swiper-button-prev,
.cmnSwiperNav .swiper-button-next{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 65px;
    height: 43px;
    border-radius: 21px;
    background-color: #fff;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    margin: 0;
    transition: all 0.3s ease-out;
}
.cmnSwiperNav .swiper-button-prev{
    transform: rotate(180deg);
}
.cmnSwiperNav .swiper-button-prev::after,
.cmnSwiperNav .swiper-button-next::after{
    content: '';
    color: inherit;
    right: 21px;
}
.cmnSwiperNav .swiper-button-prev::before,
.cmnSwiperNav .swiper-button-next::before{
    width: 23px;
    right: 21px;
}
.cmnSwiperNav .swiper-pagination{
    display: block;
}
.cmnSwiperNav .swiper-pagination{
    position: relative;
    bottom: auto!important;
    left: auto!important;
    width: auto!important;
    display: flex;
    justify-content: center;
    margin: 0 40px;
}
.cmnSwiperNav .swiper-pagination-bullet{
    margin: 0 8px!important;
    opacity: 1;
    width: 15px;
    height: 15px;
    background: #fff;
    transition: all 0.3s ease-out;
}
.cmnSwiperNav .swiper-pagination-bullet-active{
    background: #002d56;
}
/* hover */
.cmnSwiperNav .swiper-button-prev:hover,
.cmnSwiperNav .swiper-button-next:hover{
    background-color: #001b3f;
}
.cmnSwiperNav .swiper-button-prev:hover::before,
.cmnSwiperNav .swiper-button-next:hover::before{
    background-color: #fff;
}
.cmnSwiperNav .swiper-button-prev:hover::after,
.cmnSwiperNav .swiper-button-next:hover::after{
    border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width:767px){
    .cmnSwiperNav.spNone,
    .cmnSwiperNav .spNone{
        display: none;
    }
    .boxSlider{position: relative;}
    .cmnSwiperNav{
        justify-content: space-between;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
    }
    .cmnSwiperNav .swiper-button-prev,
    .cmnSwiperNav .swiper-button-next {
        width: 35px;
        height: 35px;
        border-radius: 17px 0 0 17px;
    }
    .cmnSwiperNav .swiper-button-prev{
        left: 0;
    }
    .cmnSwiperNav .swiper-button-next{
        right: 0;
    }
    .cmnSwiperNav .swiper-button-prev::after,
    .cmnSwiperNav .swiper-button-next::after{
        right: 11px;
    }
    .cmnSwiperNav .swiper-button-prev::before,
    .cmnSwiperNav .swiper-button-next::before{
        width: 13px;
        right: 11px;
    }
    /* hover */
    .cmnSwiperNav .swiper-button-prev:hover,
    .cmnSwiperNav .swiper-button-next:hover{
        background-color: #fff;
    }
    .cmnSwiperNav .swiper-button-prev:hover::before,
    .cmnSwiperNav .swiper-button-next:hover::before{
        background-color: #001b3f;
    }
    .cmnSwiperNav .swiper-button-prev:hover::after,
    .cmnSwiperNav .swiper-button-next:hover::after{
        border-color: transparent transparent transparent #001b3f;
    }
}

/* secHero */
.secHero{
    position: relative;
	height: 900px;
    max-height: calc(100vh - 120px);
	overflow: hidden;
}
.secHero:after{
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	transition: opacity 2s ease-in-out;
    opacity: 0;
}
.secHero:not(.ended):after{
    opacity: 1;
}
.secHero .img{
    display: block;
	height: 900px;
}
.secHero .boxSlider{
    position: relative;
}
/* .secHero .boxSlider::before,
.secHero .boxSlider::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(34, 34, 34, 0.1);
    mix-blend-mode: multiply;
    z-index: 2;
    opacity: 0.1;
}
.secHero .boxSlider::after {
    background: rgb(0, 42, 255, 0.2);
    opacity: 0.2;
    mix-blend-mode: hue;
} */
.secHero .wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 900px;
}
.secHero .txt01{
	position: absolute;
    top: 240px;
	left: 0;
    margin: auto;
	z-index: 10;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    display: flex;
    align-items: center;
    font-size: var(--pcFontSize42);
    line-height: var(--pcLineHeight42_2);
    color: #fff;
    font-weight: bold;
    letter-spacing: 12px;
}
.secHero .txt01.jsShow,
.secHero .txt02.jsShow{
	animation: jsHideCharAnimation 1.4s cubic-bezier(.785,.135,.15,.86) .3s normal forwards;
}
.secHero .txt02{
	position: absolute;
    left: 0;
	bottom: 0;
	mix-blend-mode: overlay;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
	z-index: 10;
}
@keyframes jsHideCharAnimation{
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    to {
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
    }
}
@media only screen and (max-width:767px){
    .secHero{
        max-height: 100vh;
        height: 75.987vh;
    }
    /* .secHero .boxSlider::before{
        background: rgb(34, 34, 34, 0.15);
        opacity: 0.15;
        mix-blend-mode: multiply;
    } */
    .secHero .boxSlider::after{
        mix-blend-mode: hue;
    }
    .secHero .img{
        height: 75.987vh;
    }
    .secHero .wrapper{
        height: 100%;
    }
    .secHero .txt01{
        top: 84px;
        bottom: auto;
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_18);
        letter-spacing: var(--spLetterSpacing22_4);
    }
    .secHero .txt02{
        width: 268px;
    }
}

.bgGrayTop{background-color: #f2f4f5;}
@media only screen and (max-width:767px){
    .bgGrayTop{background-color: transparent;}
    .bgGrayTop .txtBox{
        text-align: center;
        margin: 37px 0 35px;
    }
    .bgGrayTop .txtBox .topTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_16);
    }
}
/* secPickup */
.secPickup{
    padding: 100px 0 0;
}
.secPickup .swiper {
    width: 500px;
    margin: 0 auto;
    overflow: visible;
}
.secPickup .swiper-wrapper {
    margin: 0 auto;
}
.secPickup .imgSlider{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
}
.secPickup .disabled .swiper{
    width: 1560px;
    max-width: calc(100% - 40px);
}
.secPickup .disabled .swiper-wrapper{
    justify-content: center;
}
.secPickup .disabled .swiper-slide{
    width: 32.052%;
}
.secPickup .disabled .swiper-slide:not(:last-child){
    margin-right: 2%;
}
@media only screen and (max-width:767px){
    .secPickup{
        position: relative;
        z-index: 1;
        padding: 0;
    }
    .secPickup .swiper {
        width: 69.6%;
    }
    .secPickup .imgSlider{
        padding-top: 50.192%;
    }
    .secPickup .disabled .swiper{
        width: 69.6%;
        max-width: none;
    }
    .secPickup .disabled .swiper-slide{
        width: 100%;
    }
}
/* secInfomation */
.secInfomation{
    padding: 100px 0;
}
.secPickup + .secInfomation{
    padding: 60px 0 100px;
}
.secInfomation .boxInfo{
    position: relative;
    padding: 42px 50px 50px;
    background-color: #fff;
    box-shadow: 0 -2px 0 0 #e3e5e5 inset;
}
.secInfomation .secNoListData{
    padding: 70px 0;
}
.secInfomation .secTabInfo{
    position: relative;
    z-index: 9;
    max-width: 1320px;
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}
.secInfomation .secTabInfo .item{
    width: 640px;
    height: 55px;
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_1);
    font-weight: bold;
    border-left: 1px solid #001b3f;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f4f5;
}
/* .secInfomation .secTabInfo .item.active{
    color: #fff;
    background-color: #002d56;
    border: 1px solid #002d56;
} */
.secInfomation .secTabInfo .item + .item{
    margin: 0 0 0 10px;
}
.secInfomation .secTabInfo .cmnTabBtn{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}
.secInfomation .infoCover{
    /* overflow-x: hidden; */
    /* max-height: 420px; */
    margin: 0 auto;
}
.secInfomation .infoCover::-webkit-scrollbar{
    background: #e2e0e0;
    position: absolute;
    top:0;
    right: 20px;
    height: 100%;
    border-radius: 5px;
    width: 10px;
}
.secInfomation .infoCover::-webkit-scrollbar-thumb {
    background-color: #c6c6c6;
    width: 10px;
    border-radius: 5px;
}
.secInfomation .listInfo {
    max-width: 640px;
    margin: 20px auto 0 0;
    /* border-top: 1px solid #f2f2f2; */
}
.secInfomation .listInfo .infoItem {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.secInfomation .listInfo .infoItem:nth-child(n+4) {
    display: none;
}
.secInfomation .listInfo .infoItem:first-child {
    border-top: none;
}
.secInfomation .listInfo .infoItem:nth-child(3) {
    border-bottom: none;
}
.secInfomation .cmnPageBtn {
    margin-top: 60px;
} 
.secInfomation .cmnPageBtn.lazyloaded span::before {
    background: url(../img/index/iconInfo.png) center top / cover no-repeat;
}
.secInfomation .cmnPageBtn.lazyloaded a:hover span::before{
    background: url(../img/index/iconInfo_hover.png) center top / cover no-repeat;
}
.secInfomation .cmnPageBtn a {
    position: relative;
}
.secInfomation .listInfo .imgPopup {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 9;
}
.secInfomation .listInfo .imgPopup {
    position: relative;
    width: 130px;
}
.secInfomation .listInfo .imgPopup .img {
    width: 100%;
    height: 0;
    padding-top: 76.93%;
}
.secInfomation .listInfo .aInfo {
    position: relative;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
}
.secInfomation .listInfo .boxInfoCover {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}
.secInfomation .listInfo .iconLink::before{
    top: 0;
    transition: 0.2s;
}
.secInfomation .listInfo .iconLink::after{
    top: 0;
    right: 13px;
    width: 6px;
    height: 6px;
}
.secInfomation .listInfo div>.iconLink::before,
.secInfomation .listInfo div>.iconLink::after{
    display: none;
}
.secInfomation .listInfo a.imgPopup:hover + a.aInfo,
.secInfomation .listInfo a.aInfo:hover{
    background-color: #fafbfc;
}
.secInfomation .listInfo a.imgPopup:hover + a.aInfo .iconLink::before,
.secInfomation .listInfo a.aInfo:hover .iconLink::before{
    background-color: #fff;
}
.secInfomation .listInfo .listInfoBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secInfomation .listInfo .boxInfoTxtCover{
    width: calc(100% - 155px);
    width: calc(100% - 155px);
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
}
.secInfomation .listInfo .boxInfoTxtCover{
    flex-direction: column;
    padding-bottom: 0px;
}
.secInfomation .listInfo .imgBox {
    position: relative;
    width: 130px;
}
.secInfomation .listInfo .img {
    width: 100%;
    height: 0;
    padding-top: 76.93%;
}
.secInfomation .listInfo .imgSold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secInfomation .listInfo .imgSold::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
}
.secInfomation .listInfo .txtSold {
    font-size: var(--pcFontSize17);
    line-height: var(--pcLineHeight17_13);
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.secInfomation .listInfo .imgTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    font-size: var(--pcFontSize11);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.secInfomation .listInfo .imgTxt.tag01 {
    background-color: rgb(123, 103, 50,.85);
}
.secInfomation .listInfo .imgTxt.tag02 {
    background-color: rgb(25, 92, 38,.85);
}
.secInfomation .listInfo .imgTxt.tag03 {
    background-color: rgb(101, 173, 254,.85);
}
.secInfomation .listInfo .imgTxt.tag04 {
    background-color: rgb(217 ,100, 133,.85);
}
.secInfomation .listInfo .imgTxt.tag05 {
    background-color: rgb(165, 78, 131,.85);
}
.secInfomation .listInfo .imgTxt.tag06 {
    background-color: rgb(123, 123, 123,.85);
}
.secInfomation .listInfo .imgTxt.tag07 {
    background-color: rgb(212, 122, 42,.85);
}
.secInfomation .listInfo .dayTxt {
    font-size: var(--pcFontSize12);
    color:#8c8c8c;
    letter-spacing: var(--pcLetterSpacing12_1);
}
.secInfomation .listInfo .dayTxt span{
    padding-left: 10px;
}
.secInfomation .listInfo .dayTxt span:not(:empty)::before {
    content: '|';
    margin-right: 10px;
}
.secInfomation .listInfo .txtBox {
    display: flex;
    align-items: center;
    margin-top: 8px;
    width: 100%;
}
.secInfomation .listInfo .txt {
    font-weight: bold;
    display: block;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_16);
    letter-spacing: var(--pcLetterSpacing16_1);
}
.secInfomation .listInfo a.aInfo .txt {
    max-width: calc(100% - 23px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 23px;
}
.secInfomation .listInfo .iconBox {
    position: relative;
    top: -5px;
}
.secInfomation .listInfo .boxTag {
    /* position: absolute;
    bottom: 25px;
    left: 160px; */
    position: static;
    margin-top: 5px;
}
.secInfomation .listInfo .boxTag.spNone {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 45px;
}
.secInfomation .listInfo .txtTag {
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_15);
    letter-spacing: var(--pcLetterSpacing13_05);
}
.secInfomation .secCmnTabContainer {
    display: flex;
    justify-content: space-between;
}
.secInfomation .secCmnTabContents {
    width: 640px;
}
.secInfomation .secCmnTabContents:nth-child(2){
    margin-left: 40px;
}
@media only screen and (max-width:767px){
    .secInfomation{
        position: relative;
        padding: 45px 0 40px!important;
    }
    .secInfomation::before{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 115px);
        background-color: #f2f4f5;
    }
    .secPickup + .secInfomation::before{
        top: -115px;
    }
    .secInfomation .boxInfo{
        padding: 0;
        background-color: inherit;
        box-shadow: none;
    }
    .secInfomation .secTabInfo{
        margin-top: 20px;
    }
    .secInfomation .secTabInfo .cmnTabBtn {
        padding-left: 10px;
    }
    .secInfomation .secTabInfo .item{
        width: 100%;
        height: 40px;
        background: #fff;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight10_13);
        letter-spacing: var(--spLetterSpacing10_0);
        text-align: center;
    }
    .secInfomation .secTabInfo .item + .item{
        margin: 0 0 0 5px;
    }
    .secInfomation .infoCover{
        max-height: none;
    }
    .secInfomation .infoCover::-webkit-scrollbar,
    .secInfomation .infoCover::-webkit-scrollbar-thumb {
        display: none;
    }
    .secInfomation .listInfo {
        position: relative;
        max-width: none;
        margin: 0 auto;
        border-color: #e3e5e5;
    }
    .secInfomation .listInfo .infoItem{
        border-color: #e3e5e5;
        margin-top: 10px;
    }
    .secInfomation .listInfo .imgPopup {
        top: 0;
        bottom: auto;
        left: 0;
    }
    .secInfomation .listInfo .imgPopup {
        width: 37.685%;
        width: 100px;
    }
    .secInfomation .listInfo .imgPopup .img {
        padding-top: 76%;
    }
    .secInfomation .listInfo .boxInfoCover:has(.boxTag) {
        padding-bottom: 10px;
    }
    .secInfomation .listInfo .aInfo {
        padding: 0;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
    }
    /* .secInfomation .listInfo a.aInfo {
        padding: 16px 40px 16px 0;
    } */
    .secInfomation .listInfo .iconLink::before{
        top: 20px;
        right: 4px;
        background-color: #fff;
    }
    .secInfomation .listInfo .iconLink:has(.boxTag)::before{
        top: -30px;

    }
    .secInfomation .listInfo .iconLink::after{
        top: 20px;
        right: 14px;
        width: 5px;
        height: 5px;
        border-width: 2px;
    }
    .secInfomation .listInfo .iconLink:has(.boxTag)::after{
        top: -30px;
    }
    .secInfomation .listInfo .iconLink:hover{
        background-color: inherit;
    }
    .secInfomation .listInfo .listInfoBox {
        width: auto;
    }
    .secInfomation .listInfo .boxInfoCover{
        align-items: normal;
        padding-right: 25px;
    }
    .secInfomation .listInfo .boxInfoTxtCover{
        width: calc(100% - 115px);
        height: auto;
        justify-content: center;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .secInfomation .listInfo .imgBox {
        width: 100px;
    }
    .secInfomation .listInfo .img {
        padding-top: 76%;
    }
    .secInfomation .listInfo .imgSold {
        height: calc(100% - 20px);
    }
    .secInfomation .listInfo .txtSold {
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_15);
        letter-spacing: var(--spLetterSpacing13_1);
    }
    .secInfomation .listInfo .imgTxt {
        position: static;
        font-size: var(--spFontSize10);
        background: rgb(212, 122, 42,1);
    }
    .secInfomation .listInfo .dayTxt {
        position: relative;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_0);
        padding-right: 24px;
    }
    .secInfomation .listInfo .dayTxt span{
        padding-left: 5px;
    }
    .secInfomation .listInfo .dayTxt span:not(:empty)::before {
        margin-right: 5px;
    }
    .secInfomation .infoItem:has(.iconBox) .dayTxt::after {
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
        width: 12px;
        height: 14px;
    }
    .secInfomation.lazyloaded .infoItem:has(.iconBox) .dayTxt::after {
        background: url(../img/index/iconPdf_sp.png) center top / cover no-repeat;
    }
    .secInfomation .listInfo .txtBox {
        margin: 6px 0 0 0;
        text-align: left;
        width: 100%;
    }
    .secInfomation .listInfo .txt {
        position: relative;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_15);
        letter-spacing: var(--spLetterSpacing13_0);
    }
    .secInfomation .listInfo .iconBox {
        position: static;
        margin-left: 2px;
        display: inline-block;
        line-height: 1;
    }
    .secInfomation .listInfo a.aInfo .txt{
        max-width: 100%;
        white-space: normal;
        text-overflow: inherit;
        padding-right: 0;
    }
    .secInfomation .listInfo a.aInfo .txt.txtHide{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: calc(var(--spFontSize13) * var(--spLineHeight13_15) * 3)px;
    }
    .secInfomation .listInfo a.aInfo .txt.iconShow{
        padding-right: 15px;
    }
    .secInfomation .listInfo .aInfo .iconBox{
        display: none!important;
    }
    .secInfomation .listInfo .boxTagCover {
        background-color: #fff;
        padding: 8px 10px;
    }
    .secInfomation .listInfo .boxTag {
        position: static;
        bottom: 0;
        left: 0;
        margin-top: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 0px;
    }
    .secInfomation .listInfo .boxTag.spNone{display: none;}
    .secInfomation .listInfo .boxTagCover .boxTag {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 27px;
    }
    .secInfomation .listInfo a {
        display: inline;
    }
    .secInfomation .listInfo .txtTag {
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_14);
        letter-spacing: var(--spLetterSpacing10_0);
        display: inline;
    }
    .secInfomation .moreBox {
        margin-top: 20px;
    }
    .secInfomation .moreBox .moreBtn {
        position: relative;
        width: 165px;
        height: 49px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        border-radius: 24px;
        background-color: #fff;
        border: 1px solid #002d56;
        font-size: var(--spFontSize13);
        font-weight: bold;
    }
    .secInfomation .moreBox .moreBtn::before,
    .secInfomation .moreBox .moreBtn::after{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        left: 30px;
        width: 9px;
        height: 1px;
        background-color: #002d56;
    }
    .secInfomation .moreBox .moreBtn::after{
        left: 34px;
        width: 1px;
        height: 9px;
    }
    .secInfomation .secCmnTabContainer{
        display: block;
    }
    .secInfomation .secCmnTabContents {
        width: 100%;
    }
    .secInfomation .secCmnTabContents:nth-child(2){
        margin-left: 0px;
    }
    .secInfomation .cmnPageBtn {
        margin-top: 30px;
    }
}

/* secSearch */
.secSearch{
    overflow: hidden;
    position: relative;
}
.secSearch::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    width: 1073px;
    height: 898px;
}
.secSearch.lazyloaded::before{
    background: url(../img/index/searchDeco.png) center top / cover no-repeat;
}
.secSearch .estateBtn {
    padding-bottom: 50px;
}
@media only screen and (max-width:767px){
    .secSearch::before{
        width: 262px;
        height: 270px;
    }
    .secSearch.lazyloaded::before{
        background: url(../img/index/searchDecoSp.png) center top / cover no-repeat;
    }
    .secSearch .estateBtn {
        padding-bottom: 30px;
    }
}

/* searchTop */
.searchTop{
    padding: 90px 0 0 0;
}
/* boxSearch */
.searchTop .boxSearch{
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
/* searchTabBox */
.searchTop .searchTabBox{
    width: 56.339%;
}
.searchTop .listSearchTab{
    display: flex;
    align-items: flex-end;
}
.searchTop .searchTabItem{
    width: 250px;
    height: 70px;
    margin-right: 25px;
}
.searchTop .aTabLink{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #002d56;
    border-bottom: none;
    background-color: #fff;
    font-size: var(--pcFontSize15);
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}
/* active */
.searchTop .active{
    height: 80px;
}
.searchTop .active .aTabLink{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
    background-color: #002d56;
    color: #fff;
}
.searchTop .searchTab{
    border: 1px solid #002d56;
    min-height: 498px;
    display: flex;
}
/* searchTabCont */
.searchTop .searchTabCont{
    position: relative;
    width: 100%;
    height: auto;
}
/* searchMap */
.searchTop .searchMap{
    position: relative;
    overflow: hidden;
}
.searchTop .mapLinkItem{
    position: absolute;
    width: 220px;
    height: 61px;
}
.searchTop .link01{
    top: 16.265%;
    right: 18.546%;
}
.searchTop .link02{
    top: 34.939%;
    left: 31.704%;
}
.searchTop .link03{
    bottom: 32.128%;
    right: 29.949%;
}
.searchTop .link04{
    bottom: 9.4377%;
    right: 26.44%;
}
.searchTop .mapLinkItem .aMapLink{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #fff;
    font-size: var(--pcFontSize15);
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding-left: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.searchTop .mapLinkItem .aMapLink::before,
.searchTop .mapLinkItem .aMapLink::after {
    right: 20px;
}
.searchTop .mapLinkItem .aMapLink::before{
    width: 23px;
    background-color: #fff;
}
.searchTop .mapLinkItem .aMapLink::after{
    border-color: transparent transparent transparent #fff;
}
.searchTop .link01 .aMapLink{
    background-color: #646c73;
}
.searchTop .link02 .aMapLink{
    background-color: #002d56;
}
.searchTop .link03 .aMapLink{
    background-color: #6fa2cc;
}
.searchTop .link04 .aMapLink{
    background-color: #b3925e;
}
/* searchArea */
.searchTop .searchArea{
    position: relative;
    padding: 20px;
}
.searchTop form {
    width: 100%;
}
.searchTop .searchAreaForm{
    width: 100%;
    overflow-x: hidden;
    max-height: 403px;
    resize: both;
}
.searchTop .searchAreaForm::-webkit-scrollbar{
    position: relative;
    background: #e2e0e0;
    border-radius: 5px;
    width: 10px;
}
.searchTop .searchAreaForm::-webkit-resizer {
    border: 5px solid #fff;
}
.searchTop .searchAreaForm::-webkit-scrollbar-button:vertical:increment  {
    background-size: cover;
    border-radius: 0 0 5px 5px;
}
.searchTop .lazyloaded .searchAreaForm::-webkit-scrollbar-button:vertical:increment  {
    background-image: url('../img/index/igScroll.gif');
}
.searchTop .searchAreaForm::-webkit-scrollbar-thumb {
    background-color: #c6c6c6;
    width: 10px;
    border-radius: 5px;
}
.searchTop .listSearchArea:not(.txtShow){
    width: 718px;
    margin: 0 auto 0 0;
}
.searchTop .searchAreaTit{
    position: relative;
    background-color: #f2f4f5;
    padding: 17px 40px;
    font-size: var(--pcFontSize15);
    font-weight: bold;
}
.searchTop .searchAreaTit::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fac500;
}
.searchTop .listArea{
    padding: 22px 20px 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.searchTop .areaItem{
    width: 29.5%;
    margin-bottom: 12px;
}
.searchTop input[type="checkbox"],
.searchTop .txtCheck::before{
    width: 20px;
    height: 20px;
}
.searchTop input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.searchTop .labelCheck{
    position: relative;
    font-size: var(--pcFontSize13);
    display: inline-block;
    width: auto;
}
.searchTop .txtCheck{
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.searchTop .txtCheck::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #e3e5e5;
}
.searchTop .searchArea.lazyloaded input[type="checkbox"]:checked + .txtCheck::before{
    background: url(../img/common/iconCheckbox.gif) center center / 14px auto no-repeat;
}
.searchTop .txtCheck .txt{
    display: inline-block;
    width: calc(100% - 20px);
    padding-right: 10px;
    line-height: 1.3;
}
/* searchAreaBox */
.searchTop .searchAreaBox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    background-color: #f2f4f5;
    box-shadow: 0 -4px 13px rgba(0, 0, 0, 0.1);
}
.searchTop .searchAreaBtn{
    width: 320px;
    height: 47px;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #002d56;
    font-size: var(--pcFontSize15);
    font-weight: bold;
    margin: 0 auto;
}
.searchTop .searchAreaBtn::before,
.searchTop .searchAreaBtn::after {
    right: 30px;
}
.searchTop .searchAreaBtn::before{
    width: 23px;

}
/* searchLinkBox */
.searchTop .searchLinkBox{
    width: 39.437%;
}
.searchTop .listSearchLink{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 80px;
}
.searchTop .searchLinkItem{
    width: 100%;
}
.searchTop .aSearchLink{
    position: relative;
    width: 100%;
    height: 140px;
    display: flex;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #002d56;
    padding: 0 30px 0 40px;
    transition: 0.2s;
}
/* iconLink */
.searchTop .aSearchLink::before{
    top: 0;
    right: 32px;
}
.searchTop .aSearchLink::after{
    top: 0;
    right: 44px;
}
.searchTop .aSearchLink .inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchTop .aSearchLink .txtBox{
    font-weight: bold;
    margin-left: 32px;
}
.searchTop .aSearchLink .tit{
    font-size: var(--pcFontSize18);
}
.searchTop .aSearchLink .txt{
    font-size: var(--pcFontSize15);
    margin-top: 15px;
}
/* hover */
.searchTop .aSearchLink:hover{
    background-color: #002d56;
    color: #fff;
}
@media only screen and (max-width:767px){
    .searchTop{
        padding: 78px 0 0 0;
    }
    /* boxSearch */
    .searchTop .boxSearch{
        margin-top: 28px;
        flex-direction: column;
    }
    /* searchArea */
    .searchTop .searchArea{
        padding: 0;
        width: 92%;
        margin: 15px auto 0;
    }
    .searchTop form{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .searchTop .searchAreaForm{
        max-height: 280px;
        padding-right: 5px;
    }
    .searchTop .searchAreaForm::-webkit-scrollbar,
    .searchTop .searchAreaForm::-webkit-scrollbar-thumb {
        width: 5px;
    }
    .searchTop .listSearchArea:not(.txtShow){
        width: 97.015%;
    }
    .searchTop .searchAreaTit{
        padding: 9px 24px;
        font-size: var(--spFontSize12);
    }
    .searchTop .searchAreaTit::before{
        left: 15px;
        width: 4px;
        height: 4px;
        border-radius: 4px;
    }
    .searchTop .listArea{
        padding: 15px 15px 0;
    }
    .searchTop .areaItem{
        width: 45.767%;
        margin-bottom: 15px;
    }
    .searchTop input[type="checkbox"],
    .searchTop .txtCheck::before{
        width: 18px;
        height: 18px;
    }
    .searchTop .labelCheck{
        font-size: var(--spFontSize11);
    }
    .searchTop .txtCheck::before{
        width: 18px;
        height: 18px;
        margin-right: 0;
    }
    .searchTop .txtCheck .txt{
        width: calc(100% - 18px);
        padding: 0 5px 0 10px;
    }
    /* searchAreaBox */
    .searchTop .searchAreaBox{
        position: static;
        padding: 16px 0;
        box-shadow: 0 -4px 13px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
    }
    .searchTop .searchAreaBtn{
        width: 225px;
        height: 43px;
        border-radius: 21px;
        font-size: var(--spFontSize12);
    }
    .searchTop .searchAreaBtn::before,
    .searchTop .searchAreaBtn::after {
        right: 20px;
    }
    .searchTop .searchAreaBtn::before{
        width: 13px;
    }
    /* searchTabBox */
    .searchTop .searchTabBox,
    .searchTop .searchLinkBox{
        width: 100%;
    }
    .searchTop .searchTabCont{
        min-height: auto;
    }
    .searchTop .searchTab{
        border-right: none;
        border-left: none;
        border-bottom: none;
        min-height: 290px;
    }
    .searchTop .listSearchTab{
        width: 92%;
        margin: 0 auto;
        justify-content: space-between;
    }
    .searchTop .searchTabItem{
        width: 49.278%;
        height: 60px;
        margin-right: 0;
    }
    .searchTop .aTabLink{
        font-size: var(--spFontSize14);
        border-radius: 3px 3px 0 0;
    }
    /* active */
    .searchTop .active{
        height: 60px;
    }
    .searchTop .active .aTabLink{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    .searchTop .mapLinkItem{
        width: 160px;
        height: 45px;
    }
    .searchTop .link01{
        top: 12.647%;
        right: 14.666%;
    }
    .searchTop .link02{
        top: 33.235%;
        left: 15.2%;
    }
    .searchTop .link03{
        bottom: 34.117%;
        right: 31.466%;
    }
    .searchTop .link04{
        bottom: 11.176%;
        right: 20.266%;
    }
    .searchTop .mapLinkItem .aMapLink{
        border-radius: 22px;
        font-size: var(--spFontSize12);
        padding-left: 20px;
    }
    .searchTop .mapLinkItem .aMapLink::before{
        width: 13px;
    }
    /* searchLinkBox */
    .searchTop .searchLinkBox{
        border-top: 1px solid #002d56;
    }
    .searchTop .listSearchLink{
        flex-direction: row;
        justify-content: space-between;
        padding-top: 20px;
    }
    .searchTop .searchLinkItem{
        position: relative;
        width: 32.178%;
    }
    .searchTop .searchLinkItem:not(:last-child)::after{
        display: none;
    }
    .searchTop .aSearchLink{
        border-color: #dcdcdc;
        border-radius: 3px;
        height: 100%;
        display: flex;
        padding: 14px 0 50px 0;
        box-shadow: 0 -2px 0 0 #dcdcdc inset;
    }
    /* iconLink */
    .searchTop .aSearchLink::before,
    .searchTop .aSearchLink::after{
        top: auto;
        bottom: 20px;
        left: 0;
        right: 0;
    }
    .searchTop .aSearchLink::after{
        bottom: 29px;
        right: 2px;
        border-width: 1px;
    }
    .searchTop .aSearchLink .inner{
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .searchTop .aSearchLink .iconBox{
        width: 52px;
    }
    .searchTop .aSearchLink .txtBox{
        margin: 15px 0 0 0;
    }
    .searchTop .aSearchLink .txtBox.txtBoxSp{
        margin: 5px 0 0 0;
    }
    .searchTop .aSearchLink .tit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_15);
    }
    .searchTop .aSearchLink .txt{
        display: none;
    }
    /* hover */
    .searchTop .aSearchLink:hover{
        background-color: #fff;
        color: #002d56;
    }
}
/* boxMemberBnr */
.boxMemberBnr{
    margin-top: 70px;
}
.boxMemberBnr .aMember{
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.boxMemberBnr .aMember::before{
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    opacity: 1;
    width: 174px;
    height: 340px;
    transform-origin: top left;
    animation: oh-button-anim1 3s ease infinite;
}
.boxMemberBnr.lazyloaded .aMember::before{
    background: url(../img/bnr/member/174_340.png) center top / cover no-repeat;
}
@keyframes oh-button-anim1{
	0%{left:-50px;opacity:1}
	90%{left:100%;opacity:0}
	100%{left:100%;opacity:0}
}
.boxMemberBnr .txtArea{
    position: absolute;
    top: 75px;
    left: 5.2vw;
    margin: auto;
    display: flex;
    align-items: center;
}
.boxMemberBnr .titBox{
    margin-left: 10px;
}
.boxMemberBnr .engTit{
    position: relative;
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_1);
    font-weight: 500;
}
.boxMemberBnr .engTit::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 230px);
    height: 1px;
    background: rgba(255, 255, 255, .3);
}
.boxMemberBnr .jpTit{
    font-size: var(--pcFontSize56);
    letter-spacing: var(--pcLetterSpacing56_05);
    font-weight: bold;
    margin-top: 23px;
}
.boxMemberBnr .txtBtn{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_05);
    font-weight: bold;
    color: #42220b;
    width: 390px;
    height: 64px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(220,190,70);
    background: linear-gradient(90deg, rgba(224,199,101,1) 20%, rgba(240,221,150,1) 50%, rgba(224,199,101,1) 80%);
    margin: 25px 0 0 3px;
}
.boxMemberBnr .txtBox{
    margin-left: 63px;
}
.boxMemberBnr .txtBox .txtBtn{
    display: none;
}
.boxMemberBnr .listTxt{
    counter-reset: number 0;
}
.boxMemberBnr .txtItem{
    padding-left: 50px;
    position: relative;
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_12);
    letter-spacing: var(--pcLetterSpacing26_18);
    font-weight: bold;
}
.boxMemberBnr .txtItem::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: rgb(220,190,70);
    background: linear-gradient(90deg, rgba(224,199,101,1) 20%, rgba(240,221,150,1) 50%, rgba(224,199,101,1) 80%);
}
.boxMemberBnr .txtItem::before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number);
    color: #42220b;
    width: 32px;
    height: 32px;
    font-size: var(--pcFontSize16);
    left: 1px;
    top: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxMemberBnr .txtItem + .txtItem{
    margin-top: 25px;
}
.boxMemberBnr .txt{
    position: relative;
    display: inline-block;
}
.boxMemberBnr .txt::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.boxMemberBnr .minTxt{
    font-size: var(--pcFontSize19);
    letter-spacing: var(--pcLetterSpacing19_05);
    font-weight: bold;
    margin-top: 29px;
}
@media only screen and (max-width:767px){
    .boxMemberBnr{
        margin-top: 30px;
    }
    .boxMemberBnr .aMember::before{
        display: none;
    }
    .boxMemberBnr .txtArea{
        width: 91.306%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        justify-content: center;
    }
    .boxMemberBnr .titBox{
        margin-left: 0;
    }
    .boxMemberBnr .engTit{
        display: none;
    }
    .boxMemberBnr .jpTit{
        font-size: var(--spFontSize24);
        letter-spacing: var(--spLetterSpacing24_0);
        margin-top: 0;
    }
    .boxMemberBnr .txtBtn{
        font-size: var(--spFontSize15);
        letter-spacing: var(--spLetterSpacing15_05);
        width: 82.54%;
        height: 45px;
        margin: 10px auto 0;
    }
    .boxMemberBnr .titBox .txtBtn{
        display: none;
    }
    .boxMemberBnr .txtBox .txtBtn{
        display: flex;
    }
    .boxMemberBnr .txtBox{
        margin-left: 0;
        width: 100%;
    }
    .boxMemberBnr .listTxt{
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
    }
    .boxMemberBnr .txtItem{
        padding-left: 0;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_14);
        letter-spacing: var(--spLetterSpacing14_0);
        text-decoration: none;
        width: 31.43%;
        padding: 18px 0 13px;
        border: 1px solid rgba(255, 255, 255, .2);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .boxMemberBnr .txtItem::after{
        top: -11px;
        right: 0;
        width: 22px;
        height: 22px;
        border-radius: 22px;
    }
    .boxMemberBnr .txtItem::before {
        width: 22px;
        height: 22px;
        font-size: var(--spFontSize11);
        left: 1px;
        right: 0;
        top: -10px;
    }
    .boxMemberBnr .txtItem + .txtItem{
        margin-top: 0;
    }
    .boxMemberBnr .txt::before{
        display: none;
    }
    .boxMemberBnr .minTxt{
        text-align: center;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_14);
        letter-spacing: var(--spLetterSpacing14_0);
        margin-top: 9px;
    }
}
@media only screen and (max-width:360px){
    .boxMemberBnr .jpTit{
        font-size: var(--spFontSize20);
    }
    .boxMemberBnr .txtBtn {
        height: 30px;
        font-size: var(--spFontSize13);
    }
}

/* searchEstate */
.searchEstate{
    margin-top: 70px;
}
.searchEstate .secEstateSlider{
    margin-top: 48px;
}
.searchEstate .boxSlider{
    position: relative;
}
.searchEstate .swiper {
    overflow: visible;
}
.searchEstate .swiper-slide{
    height: auto;
}
.searchEstate .disabled .swiper-slide{
    width: 32%;
}
.searchEstate .disabled .swiper-slide:not(:last-child){
    margin-right: 30px;
}
.searchEstate .estateSlider{
    display: block;
    height: 100%;
    /* transition: 0.2s; */
}
.searchEstate .inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    height: 100%;
    transition: 0.4s;
}
.searchEstate .imgBox{
    width: 100%;
    height: 0;
    padding-top: 62.5%;
}
.searchEstate .icon{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 70px;
    height: 70px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: var(--pcFontSize12);
    z-index: 2;
}
.searchEstate p{
    width: 100%;
    text-align: center;
}
.searchEstate .icon p + p{
    position: relative;
    margin-top: 7px;
    padding-top: 7px;
}
.searchEstate .icon p + p::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
}
.searchEstate .icon01{
    background-color: #b3925e;
}
.searchEstate .icon02{
    background-color: #222;
}
.searchEstate .icon02 .iconTxt{
    font-family:"Poppins", sans-serif;
    font-size: var(--pcFontSize14);
}
.searchEstate .icon03{
    background-color: #6fa2cc;
}
.searchEstate .icon04{
    background-color: #76a57e;
}
.searchEstate .txtBox{
    width: 100%;
    height: 100%;
    padding: 30px 30px 125px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.searchEstate .memberSlider .txtBox{
    padding-bottom: 0;
}
.searchEstate .memberSlider .txtBox{
    justify-content: flex-start;
}
.searchEstate .estateTit{
    font-size: var(--pcFontSize28);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing28_1);
    line-height: var(--pcLineHeight28_13);
}
.searchEstate .estateTxt{
    font-size: var(--pcFontSize16);
    font-weight: bold;
    line-height: var(--pcLineHeight16_175);
    text-align: left;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize16) * var(--pcLineHeight16_175) * 2)px;
}
.searchEstate .estateTit,
.searchEstate .infoTxt{
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchEstate .infoTxtBox{
    margin-top: 18px;
    line-height: 1.8;
}
.searchEstate .infoTxt{
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_05);
}
.searchEstate .priceBox{
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAAXNSR0IArs4c6QAAABNJREFUGFdj7Ozs/F9eXs7IAAUANIoEArhufRMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    margin-top: 20px;
    padding: 30px 40px 0 0;
}
/* iconLink */
.searchEstate .iconLink::before{
    display: none;
}
.searchEstate .iconLink::after{
    top: 0;
    right: 30px;
    width: 7px;
    height: 7px;
    border-color: #fff;
}
.searchEstate .priceTxtBox{
    position: relative;
    text-align: left;
    color: #ac0008;
}
.searchEstate .price{
    font-size: var(--pcFontSize34);
    letter-spacing: var(--pcLetterSpacing34_1);
    font-weight: 600;
}
.searchEstate .price + .price{
    position: relative;
    padding-left: 20px;
}
.searchEstate .price + .price::before{
    position: absolute;
    content: '～';
    font-family: inherit;
    margin: auto;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: var(--pcFontSize18);
}
.searchEstate .priceTxt{
    font-size: var(--pcFontSize17);
    font-weight: bold;
}
.searchEstate .priceInfoTxt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_12);
    text-align: left;
    margin-top: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* hover */
.searchEstate .btnBox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    width: 280px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #002d56;
    color: #fff;
    border-radius: 30px;
}
.searchEstate .btnBox .txtBtn{
    font-size: var(--pcFontSize14);
    font-weight: bold;
    color: #fff;
}
/* memberSlider */
.searchEstate .imgMember{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(34, 34, 34, .6);
}
.searchEstate .memberTxt{
    font-size: var(--pcFontSize28);
    font-weight: 500;
    letter-spacing: var(--pcLetterSpacing28_3);
    line-height: var(--pcLineHeight28_13);
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.searchEstate .memberBox{
    margin-top: 42px;
}
.searchEstate .memberBtnBox{
    margin-right: 20px;
}
.searchEstate .aMemberBtn{
    position: relative;
    width: 320px;
    height: 80px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    background-color: #ac0008;
    z-index: 2;
}
.searchEstate .aMemberBtn::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 1px;
    left: 0;
    right: 0;
    width: calc(100% - 2px);
    height: calc(50% - 1px);
    background-color: rgba(255, 255, 255, .1);
    z-index: -1;
    border-radius: 4px 4px 0 0;
}
.searchEstate .aMemberBtn::after{
    position: absolute;
    content: '簡単登録 45秒!';
    font-size: 0;
    margin: auto;
    display: block;
    top: -16px;
    left: -16px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.searchEstate.lazyloaded .aMemberBtn::after{
    background:#fac500 url(../img/common/txtMember.gif) center center / 48px 28px no-repeat;
}
.searchEstate .memberTxtLink{
    margin-top: 30px;
    font-size: var(--pcFontSize15);
    font-weight: bold;
}
.searchEstate .memberTxtLink a{
    color: #146add;
    text-decoration: underline;
}
.searchEstate .cmnSwiperNav{
    margin: auto;
    position: absolute;
    top: 118px;
    left: 30px;
    width: calc(100% - 60px);
    justify-content: space-between;
}
.searchEstate .swiper-button-prev,
.searchEstate .swiper-button-next{
    width: 65px;
    height: 65px;
    border-radius: 65px;
}
/* hover */
.searchEstate a.estateSlider:hover .inner{
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:767px){
    .searchEstate{
        margin-top: 50px;
        overflow: hidden;
    }
    .searchEstate .secEstateSlider {
        margin-top: 20px;
    }
    .searchEstate .swiper {
        width: 80%;
        margin-left: 4%;
    }
    .searchEstate .disabled .swiper-slide{
        width: 100%;
    }
    .searchEstate .disabled .swiper-slide:not(:last-child){
        margin-right: 0;
    }
    .searchEstate .inner{
        background-color: #f2f4f5;
    }
    .searchEstate .imgBox{
        padding-top: 62.67%;
    }
    .searchEstate .icon{
        min-width: 60px;
        height: 60px;
        padding: 0 5px;
        font-size: var(--spFontSize11);
    }
    .searchEstate .icon p + p{
        margin-top: 4px;
        padding-top: 4px;
    }
    .searchEstate .icon p + p::before{
        width: calc(100% - 10px);
    }
    .searchEstate .icon02 .iconTxt{
        font-size: var(--spFontSize12);
    }
    .searchEstate .txtBox{
        padding: 20px 20px 85px;
    }
    .searchEstate .estateTit{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_0);
    }
    .searchEstate .estateTxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_17);
        margin-top: 13px;
        -webkit-line-clamp: 2;
        max-height: calc(var(--spFontSize14) * var(--spLineHeight14_17) * 2)px;
    }
    .searchEstate .infoTxtBox{
        margin-top: 13px;
        line-height: 1.6;
    }
    .searchEstate .infoTxt{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_0);
    }
    .searchEstate .priceBox{
        margin-top: 14px;
        padding: 19px 0 0 0;
    }
    /* iconLink */
    .searchEstate .iconLink::after{
        top: 0;
        right: 20px;
        width: 5px;
        height: 5px;
    }
    .searchEstate .price{
        font-size: var(--spFontSize22);
        letter-spacing: var(--spLetterSpacing22_0);
    }
    .searchEstate .price + .price{
        padding-left: 17px;
    }
    .searchEstate .price + .price::before{
        left: 0;
        font-size: var(--spFontSize14);
    }
    .searchEstate .priceTxt{
        font-size: var(--spFontSize13);
    }
    .searchEstate .priceInfoTxt{
        margin-top: 7px;
        font-size: var(--spFontSize10);
    }
    .searchEstate .btnBox{
        bottom: 30px;
        width: 200px;
        height: 40px;
        border-radius: 20px;
    }
    .searchEstate .btnBox .txtBtn{
        font-size: var(--spFontSize12);
    }
    /* memberSlider */
    .searchEstate .imgMember{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(34, 34, 34, .6);
    }
    .searchEstate .memberTxt{
        font-size: var(--spFontSize22);
        letter-spacing: var(--spLetterSpacing22_1);
        line-height: var(--spLineHeight22_12);
    }
    .searchEstate .memberBox{
        margin-top: 30px;
    }
    .searchEstate .memberBtnBox{
        margin-right: 0;
    }
    .searchEstate .aMemberBtn{
        width: 100%;
        height: 60px;
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    .searchEstate .aMemberBtn::after{
        top: -16px;
        left: -16px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }
    .searchEstate.lazyloaded .aMemberBtn::after{
        background:#fac500 url(../img/common/txtMemberSp.gif) center center / 40px 23px no-repeat;
    }
    .searchEstate .memberTxtLink{
        margin-top: 20px;
        font-size: var(--spFontSize12);
    }
    .searchEstate .cmnSwiperNav{
        position: static;
        width: 100%;
    }
    .searchEstate .swiper-scrollbar.swiper-scrollbar-horizontal{
        position: static;
        width: 92%;
        margin: 20px auto 0;
        height: 4px;
        border-radius: 2px;
        background: #f2f4f5;
    }
    .searchEstate .swiper-scrollbar-drag{
        background: #002d56;
    }
    /* hover */
    .searchEstate a.estateSlider:hover .inner{
        box-shadow: none;
    }
}

/* secPreceding */
.secPreceding{
    margin-top: 50px;
    padding: 100px 0;
}
.secPreceding.lazyloaded{
    background: url(../img/index/bgPreceding.jpg) center top / cover no-repeat;
}
.secPreceding .titTop{
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
}
.secPreceding .titJp{
    font-size: var(--pcFontSize32);
    letter-spacing: var(--pcLetterSpacing32_3);
}
.secPreceding .titTop::before{
    top: 10px;
    bottom: auto;
    left: -30px;
}
.secPreceding .txtJp{
    font-size: var(--pcFontSize15);
    margin-top: 30px;
    letter-spacing: var(--pcLetterSpacing15_05);
}
/* listPreceding */
.listPreceding{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 47px;
}
.listPreceding .precedingItem{
    /* max-height: 205px; */
    width: 48.592%;
}
.listPreceding .precedingItem:nth-child(n+3){
    margin-top: 35px;
}
.listPreceding .precedingItem:nth-child(n+7){
    display: none;
}
.listPreceding .precedingItem .btn{
    width: 190px;
    height: 44px;
    border-radius: 50px;
    background: #001b3f;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    color: #fff;
}
.listPreceding .aLink{
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 205px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 4px;
    padding: 28px 60px 30px 30px;
    overflow: hidden;
}
.listPreceding .precedingBox{
    width: 100%;
}
/* iconLink */
.listPreceding .iconLink::before{
    bottom: 30px;
    right: 30px;
    display: none;
}
.listPreceding .iconLink::after{
    bottom: 41px;
    right: 43px;
    width: 7px;
    height: 7px;
    display: none;
}
.listPreceding div.iconLink::before,
.listPreceding div.iconLink::after{
    display: none;
}
.listPreceding .iconNew{
    position: absolute;
    top: 0;
    left: 0;
}
.listPreceding .iconNew .new{
    width: 42px;
    height: 24px;
    background-color: #fac500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize11);
    font-weight: 500;
}
.listPreceding .txtBox{
    margin-top: 15px;
    width: 100%;
}
.listPreceding .txtBox .tit{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.listPreceding .txtBox .txt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_18);
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize12) * var(--pcLineHeight12_18) * 2)px;
}
.listPreceding .listTag{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 165px;
    margin-top: 26px;
}
.listPreceding .tagItem{
    min-width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 8px 7px;
    color: #fff;
    font-size: var(--pcFontSize10);
    margin: 0 1px 1px 0;
}
.listPreceding .tagItem.tag01{
    background-color: #6fa2cc;
}
.listPreceding .tagItem.tag02{
    background-color: #7dc689;
}
.listPreceding .tagItem.tag03{
    background-color: #b8a973;
}
.listPreceding .tagItem.tag04{
    background-color: #c5a9d6;
}
.listPreceding .memberBtnBox{
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.listPreceding .aMemberBtn{
    position: relative;
    width: 31.667%;
    height: 44px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize13);
    font-weight: bold;
    color: #fff;
    margin: 0;
    background-color: #ac0008;
    z-index: 2;
}
.listPreceding .aMemberBtn::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 1px;
    left: 0;
    right: 0;
    width: calc(100% - 2px);
    height: calc(50% - 1px);
    background-color: rgba(255, 255, 255, .1);
    z-index: -1;
    border-radius: 4px 4px 0 0;
}
.listPreceding .memberTxtLink{
    margin-left: 10px;
    font-size: var(--pcFontSize11);
    letter-spacing: -.5px;
}
.listPreceding .memberTxtLink a{
    color: #146add;
    text-decoration: underline;
}
/* precedingBtn */
.precedingBtn.lazyloaded span::before{
    background: url(../img/index/iconPreceding.png) center top / cover no-repeat;
}
.precedingBtn.lazyloaded .aPrecedingBtn:hover span::before{
    background: url(../img/index/iconPreceding_hover.png) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secPreceding{
        margin-top: 30px;
        padding: 62px 0 60px;
    }
    .secPreceding.lazyloaded{
        background: url(../img/index/bgPrecedingSp.jpg) center top / cover no-repeat;
    }
    .secPreceding .titJp{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_05);
        margin: 0;
    }
    .secPreceding .titTop::before{
        top: 7px;
        bottom: auto;
        left: 0;
    }
    .secPreceding .txtJp{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 10px;
    }
    .boxPrecedingSlider{
        overflow: hidden;
    }
    .boxPrecedingSlider .swiper{
        overflow: visible;
        width: 80%;
        margin-left: 4%;
    }
    .boxPrecedingSlider .disabled .swiper{
        margin: 0 auto;
    }
    .boxPrecedingSlider .boxSlider {
        position: relative;
    }
    /* listPreceding */
    .listPreceding{
        flex-wrap: nowrap;
        margin-top: 27px;
    }
    .listPreceding .precedingItem{
        height: auto;
        margin-top: 0!important;
    }
    .boxPrecedingSlider .disabled .swiper-slide{
        width: 100%;
    }
    .listPreceding .precedingItem:not(:nth-child(3n)){
        margin-right: 0;
    }
    .listPreceding .precedingItem:nth-child(n+4){
        margin-top: 0;
    }
    .listPreceding .precedingItem .btn{
        width: 100px;
        height: 30px;
        border-radius: 50px;
        margin: 0px auto;
        right: 15px;
    }
    .listPreceding .aLink{
        min-height: auto;
        height: 100%;
        border-radius: 3px;
        padding: 30px 15px;
    }
    /* iconLink */
    /* .listPreceding .iconLink::before{
        bottom: 41px;
        right: 15px;
    }
    .listPreceding .iconLink::after{
        bottom: 49px;
        right: 24px;
        width: 6px;
        height: 6px;
    } */
    .listPreceding div.iconLink::before,
    .listPreceding div.iconLink::after{
        display: block;
    }
    .listPreceding .iconNew .new{
        width: 36px;
        height: 20px;
        font-size: var(--spFontSize10);
    }
    .listPreceding .txtBox{
        margin-top: 0;
    }
    .disabled .listPreceding .txtBox:only-child{
        padding-right: 40px;
    }
    .listPreceding .txtBox .tit{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_0);
    }
    .listPreceding .txtBox .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        margin-top: 10px;
        -webkit-line-clamp: 3;
    }
    .listPreceding .listTag{
        padding-right: 100px;
        margin-top: 10px;
    }
    .listPreceding .tagItem{
        padding: 6px 8px;
    }
    .listPreceding .memberBtnBox{
        margin-top: 15px;
    }
    .listPreceding .aMemberBtn{
        width: 55.56%;
        height: 40px;
        border-radius: 4px;
        font-size: var(--spFontSize12);
    }
    .listPreceding .memberTxtLink{
        width: 40%;
        margin-left: 10px;
        line-height: 1.6;
    }
    /* cmnSwiperNav */
    .secPreceding .cmnSwiperNav{
        position: static;
        width: 100%;
    }
    .cmnSwiperNav.spOnly{
        display: flex;
    }
    .secPreceding .swiper-scrollbar.swiper-scrollbar-horizontal{
        position: static;
        width: 92%;
        margin: 20px auto 0;
        height: 4px;
        border-radius: 2px;
        background: #f2f4f5;
    }
    .secPreceding .swiper-scrollbar-drag{
        background: #002d56;
    }
    /* precedingBtn */
    .precedingBtn.lazyloaded .aPrecedingBtn:hover span::before{
        background: url(../img/index/iconPreceding.png) center top / cover no-repeat;
    }
}

/* secAbout */
.secAbout{
    margin-top: 150px;
}
.secSearch + .secAbout{
    margin-top: 40px;
}
/* boxAboutLink */
.secAbout .boxAboutLink{
    margin-top: 50px;
}
.secAbout .aAboutLink{
    padding: 207px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.secAbout .aAboutLink::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.secAbout .aAboutLink::after{
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.secAbout .aAboutLink.lazyloaded::after{
    background: url(../img/index/bgAbout01.jpg?250120) center top / cover no-repeat;
}
.secAbout .aAboutLink:hover::after{
    -webkit-transform: scale(1.05)!important;
	transform: scale(1.05)!important;
}
.secAbout .wrapperTop{
    position: relative;
    z-index: 1;
    padding: 0 77px;
}
.secAbout .wrapperEng{
    position: absolute;
    top: 7vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    mix-blend-mode: overlay;
    display: flex;
    align-items: flex-start;
}
.secAbout .wrapperEng .txtEng{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.secAbout .aLinkInner{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 80px;
    margin: auto;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    border: 1px solid #fff;
}
.secAbout .aLinkInner::before{
    background-color: #fff;
    width: 23px;
    left: 0;
}
.secAbout .aLinkInner::after{
    border-color: transparent transparent transparent #fff;
    right: 20px;
}
.secAbout .aAboutLink .txtBox{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.secAbout .aAboutLink .tit{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_2);
    letter-spacing: var(--pcLetterSpacing30_4);
    font-weight: bold;
    margin-top: 30px;
}
.secAbout .aAboutLink .txt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_25);
    font-weight: bold;
    margin-top: 10px;
}
.secAbout .aAboutLink .engBox{
    mix-blend-mode: overlay;
    z-index: 10;
}
/* boxAboutLinkTop */
.boxAboutLinkTop{
    display: flex;
    justify-content: space-between;
}
.boxAboutLinkTop .aAboutLinkTop {
    width: 49.896%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
}
.boxAboutLinkTop .aAboutLinkTop .txtBox {
    align-items: flex-start;
}
/* listAboutLink */
.listAboutLink{
    margin-top: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50.0523%;
}
.listAboutLink .linkItem{
    width: 49.948%;
}
.listAboutLink .linkItem:nth-child(n+3){
    margin-top: 1px;
}
.listAboutLink .linkItem:not(:last-child){margin-right: 0;}
.listAboutLink .aAboutLink {
    padding: 38.126% 0;
    flex-direction: column;
    align-items: center;
}
.listAboutLink .linkItem:nth-child(1) .aAboutLink.lazyloaded::after{
    background: url(../img/index/bgAbout02.jpg?250120) center top / cover no-repeat;
}
.listAboutLink .linkItem:nth-child(2) .aAboutLink.lazyloaded::after{
    background: url(../img/index/bgAbout03.jpg?250120) center top / cover no-repeat;
}
.listAboutLink .linkItem:nth-child(3) .aAboutLink.lazyloaded::after{
    background: url(../img/index/bgAbout04.jpg?250120) center top / cover no-repeat;
}
.listAboutLink .linkItem:nth-child(4) .aAboutLink.lazyloaded::after{
    background: url(../img/index/bgAbout05.jpg?250120) center top / cover no-repeat;
}
.listAboutLink .linkItem .txtBox{
    z-index: 1;
    width: 100%;
}
.listAboutLink .linkItem .aLinkInner{
    top: auto;
    right: 40px;
    bottom: 40px;
}
.listAboutLink .linkItem .txtAbout{
    margin-top: 10px;
}
.listAboutLink .engTxt{
    mix-blend-mode: inherit;
}
.listAboutLink .jpTxt{
    font-size: var(--pcFontSize20);
    font-weight: bold;
    margin-top: 26px;
    letter-spacing: 1.5px;
}
/* boxSelectLinkCover */
.boxSelectLinkCover{
    margin-top: 140px;
}
.boxSelectLinkCover .secCmnTitBoxCol .titEng{
    line-height: 1.2;
}
@media only screen and (max-width:767px){
    .boxSelectLinkCover{
        margin-top: 47px;
    }
    .boxSelectLinkCover .secCmnTitBoxCol .titEng{
        line-height: 1.09;
    }
}
/* boxSelectLink */
.boxSelectLink{
    position: relative;
    margin-top: 50px;
}
.boxSelectLink .aAboutLink {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 133px 0 0;
    height: 625px;
}
.boxSelectLink .aAboutLink.lazyloaded::after{
    background: url(../img/index/bgAbout06.jpg?250120) center top / cover no-repeat;
}
.boxSelectLink .aLinkInner {
    top: 0;
    right: 13vw;
}
.boxSelectLink .aAboutLink .txtBox{
    margin: 0 auto;
    align-items: flex-start;
}
.boxSelectLink .secCmnTitBox .titTop{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
}
.boxSelectLink .secCmnTitBox .titTop::before{
    top: 13px;
    bottom: auto;
}
.boxSelectLink .txtEng {
    /* mix-blend-mode: overlay; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.boxSelectLink .secCmnTitBox .titEng{
    font-size: var(--pcFontSize34);
    font-weight: 500;
    letter-spacing: var(--pcLetterSpacing34_4);
}
.boxSelectLink .txtEngIn{
    position: relative;
    display: inline-block;
    font-size: 120px;
    font-weight: bold;
    letter-spacing: 17px;
    margin: 20px 0 0 -5px;
    color: #fff;
}
.boxSelectLink .txtEngIn + .txtEngIn{
    margin-top: 5px;
}
.boxSelectLink .txtEngIn::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 7px;
    left: 0;
    width: 95%;
    height: 2px;
    background-color: #fff;
}
.boxSelectLink .secCmnTitBox .titJp{
    font-size: var(--pcFontSize22);
    margin-top: 33px;
}
@media only screen and (max-width:767px){
    .secAbout{
        margin-top: 60px;
    }
    .secSearch + .secAbout{
        margin-top: 30px;
    }
    /* boxAboutLink */
    .secAbout .boxAboutLink{
        margin-top: 30px;
    }
    .secAbout .aAboutLink{
        padding: 50px 0 0;
    }
    .secAbout .aAboutLink.lazyloaded::after{
        background-image: url(../img/index/bgAbout01_sp.jpg);
        background-position: center bottom;
    }
    .secAbout .wrapperTop{
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }
    .secAbout .wrapperEng{
        top: 19.5vw;
        left: 1vw;
    }
    .secAbout .aLinkInner{
        position: relative;
        width: 39px;
        height: 39px;
        border-radius: 39px;
        right: auto;
        bottom: auto;
        margin: -13px 0px 1px auto;
        right: 8%;
    }
    .secAbout .aLinkInner::before{
        width: 13px;
    }
    .secAbout .aLinkInner::after{
        right: 12px;
    }
    .secAbout .aAboutLink .txtBox{
        justify-content: flex-start;
        width: 100%;
    }
    .secAbout .aAboutLinkTop{
        padding: 50px 0 0;
        min-height: 460px;
        width: 100%;
        justify-content: flex-end;
    }
    .secAbout .wrapperTop.engBox img{
        width: 155px;
    }
    .secAbout .aAboutLink .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_175);
        letter-spacing: var(--spLetterSpacing16_15);
        margin-top: 14px;
    }
    .secAbout .aAboutLink .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_2);
        margin-top: 7px;
    }
    .secAbout .listAboutLink .engBox{
        width: 268px;
    }
    .boxAboutLinkTop{
        flex-direction: column;
    }
    /* listAboutLink */
    .listAboutLink{
        width: 92%;
        margin-top: 15px;
        flex-direction: column;
    }
    .listAboutLink .linkItem{
        width: 100%;
        margin-top: 15px!important;
    }
    .listAboutLink .aAboutLink {
        padding: 47px 25px;
        align-items: flex-start;
    }
    .listAboutLink .linkItem:nth-child(1) .aAboutLink.lazyloaded::after{
        background: url(../img/index/bgAbout02_sp.jpg) center top / cover no-repeat;
    }
    .listAboutLink .linkItem:nth-child(2) .aAboutLink.lazyloaded::after{
        background: url(../img/index/bgAbout03_sp.jpg) center top / cover no-repeat;
    }
    .listAboutLink .linkItem:nth-child(3) .aAboutLink.lazyloaded::after{
        background: url(../img/index/bgAbout04_sp.jpg) center top / cover no-repeat;
    }
    .listAboutLink .linkItem:nth-child(4) .aAboutLink.lazyloaded::after{
        background: url(../img/index/bgAbout05_sp.jpg) center top / cover no-repeat;
    }
    .listAboutLink .linkItem .txtBox{
        width: 100%;
        padding: 0;
        align-items: flex-start;
    }
    .listAboutLink .linkItem .aLinkInner{
        top: 0;
        right: 15px;
        bottom: 0;
        left: auto;
    }
    .listAboutLink .linkItem .txtAbout{
        display: flex;
        align-items: center;
        margin-top: 13px;
    }
    .listAboutLink .engTxt{
        width: auto;
    }
    .listAboutLink .engTxt img{
        width: auto;
        height: 24px;
    }
    .listAboutLink .jpTxt{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_05);
        margin: 0;
    }
    /* boxSelectLink */
    .boxSelectLink{
        margin-top: 20px;
    }
    .boxSelectLink::before{
        top: -25px;
        height: 50px;
    }
    .boxSelectLink .aAboutLink {
        padding: 76px 5px;
        height: 78.67vw;
    }
    .boxSelectLink .aAboutLink.lazyloaded::after{
        background: url(../img/index/bgAbout06_sp.jpg) center top / cover no-repeat;
    }
    .boxSelectLink .wrapperTop {
        position: static;
        padding-bottom: 0;
    }
    .boxSelectLink .aAboutLink .txtBox{
        padding: 0;
        justify-content: center;
    }
    .boxSelectLink .secCmnTitBox .titTop{
        margin: 0;
    }
    .boxSelectLink .secCmnTitBox .titTop::before{
        top: 6px;
        left: 3px;
    }
    .boxSelectLink .secCmnTitBox .titEng{
        padding: 0 0 0 4px;
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_1);
    }
    .boxSelectLink .txtEngIn{
        font-size: 44px;
        letter-spacing: 6px;
        margin: 7px 0 0 0;
    }
    .boxSelectLink .txtEngIn + .txtEngIn {
        margin-top: 8px;
    }
    .boxSelectLink .txtEngIn::after{
        bottom: -1px;
    }
    .boxSelectLink .secCmnTitBox .titJp{
        font-size: var(--spFontSize15);
        margin: 15px 0 0 1px;
    }
    .boxSelectLink .aLinkInner{
        position: absolute;
        left: auto;
        right: 15px;
        top: auto;
        bottom: 15px;
        margin: auto;
    }
}
@media only screen and (max-width:360px){
    .listAboutLink .engTxt {
        font-size: var(--spFontSize22);
    }
    .listAboutLink .jpTxt {
        font-size: var(--spFontSize11);
    }
}

/* secWorks */
.secWorks{
    margin-top: 100px;
    background-color: #002a5f;
    padding: 140px 0 150px;
}
.secWorks .secCmnTitBox{
    color: #fff;
}
/* boxWorksSlider */
.boxWorksSlider{
    overflow: hidden;
    margin-top: 50px;
}
.boxWorksSlider .boxSlider{
    position: relative;
}
.boxWorksSlider .swiper {
    overflow: visible;
}
.boxWorksSlider .swiper-slide{
    height: auto;
}
.boxWorksSlider .disabled .swiper-slide{
    width: 32%;
}
.boxWorksSlider .disabled .swiper-slide:not(:last-child){
    margin-right: 30px;
}
.boxWorksSlider .worksSlider {
    display: block;
    height: 100%;
}
.boxWorksSlider .inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    height: 100%;
    transition: 0.4s;
}
.boxWorksSlider .imgBox{
    width: 100%;
    height: 0;
    padding-top: 112.5%;
}
.boxWorksSlider .iconNew{
    position: absolute;
    top: 20px;
    left: 20px;
}
.boxWorksSlider .iconNew .new{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #fac500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize12);
    font-weight: bold;
}
.boxWorksSlider .txtBox{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 32px 30px 54px;
    text-align: left;
}
/* iconLink */
.boxWorksSlider .iconLink::before{
    bottom: 45px;
    right: 30px;
}
.boxWorksSlider .iconLink::after{
    bottom: 57px;
    right: 43px;
    width: 7px;
    height: 7px;
}
.boxWorksSlider .txtBox p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxWorksSlider .worksTxt{
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_05);
    line-height: var(--pcLineHeight13_15);
}
.boxWorksSlider .worksTit{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_12);
    margin-top: 13px;
    font-weight: bold;
}
.boxWorksSlider .worksTag{
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_05);
    margin-top: 29px;
    color: #6fa2cc;
    padding-right: 40px;
}
.boxWorksSlider .cmnSwiperNav{
    margin: auto;
    position: absolute;
    top: 238px;
    left: 30px;
    width: calc(100% - 60px);
    justify-content: space-between;
}
.boxWorksSlider .swiper-button-prev,
.boxWorksSlider .swiper-button-next{
    width: 65px;
    height: 65px;
    border-radius: 65px;
}
/* hover */
.boxWorksSlider a.worksSlider:hover .inner{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
/* worksBtn */
.worksBtn span::before{
    width: 30px;
    height: 30px;
}
.worksBtn.lazyloaded span::before{
    background: url(../img/index/iconWorks.png) center top / cover no-repeat;
}
.worksBtn.lazyloaded .aWorksBtn:hover span::before{
    background: url(../img/index/iconWorks_hover.png) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secWorks{
        padding: 76px 0 60px;
        margin-top: 60px;
    }
    /* boxWorksSlider */
    .boxWorksSlider{
        margin-top: 28px;
    }
    .boxWorksSlider .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .boxWorksSlider .swiper-slide{
        width: 49.87%;
    }
    .boxWorksSlider .swiper-slide:nth-child(n+3){
        margin-top: 1px;
    }
    .boxWorksSlider .swiper-slide:nth-child(n+5){
        display: none;
    }
    .boxWorksSlider .imgBox{
        padding-top: 112.3%;
    }
    .boxWorksSlider .iconNew{
        top: 10px;
        left: 10px;
    }
    .boxWorksSlider .iconNew .new{
        width: 32px;
        height: 32px;
        border-radius: 32px;
        font-size: var(--spFontSize10);
    }
    .boxWorksSlider .txtBox{
        padding: 12px 10px 34px 10px;
    }
    /* iconLink */
    .boxWorksSlider .iconLink::before{
        bottom: 10px;
        right: 10px;
    }
    .boxWorksSlider .iconLink::after{
        bottom: 19px;
        right: 21px;
        width: 5px;
        height: 5px;
    }
    .boxWorksSlider .txtBox p:not(.worksTxt){
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: calc(var(--spFontSize14) * var(--spLineHeight14_14) * 2)px;
    }
    .boxWorksSlider .worksTxt{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_0);
    }
    .boxWorksSlider .worksTit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_14);
        margin-top: 6px;
    }
    .boxWorksSlider .worksTag{
        font-size: var(--spFontSize10);
        margin-top: 6px;
        letter-spacing: var(--spLetterSpacing10_0);
        line-height: var(--spLineHeight10_16);
        padding-right: 0;
    }
    .boxWorksSlider .cmnSwiperNav{
        display: none;
    }
    /* worksBtn */
    .worksBtn span::before{
        width: 20px;
        height: 20px;
    }
    .worksBtn.lazyloaded .aWorksBtn:hover span::before{
        background: url(../img/index/iconWorks.png) center top / cover no-repeat;
    }
}

/* secVoice */
.secVoice{
    margin: 150px auto 195px;
    min-height: 580px;
    padding: 0 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.secVoice.lazyloaded{
    background: url(../img/index/bgVoice.jpg?250120) center center / auto no-repeat;
}
.secVoice .boxVoiceInfo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}
.secVoice .secCmnTitBox{
    color: #fff;
}
.secVoice .secCmnTitBox .titTop{
    flex-wrap: wrap;
}
.secVoice .secCmnTitBox .titTop::before{
    top: 30px;
    bottom: auto;
    left: -30px;
}
.secVoice .secCmnTitBox .titJp{
    font-weight: normal;
}
.secVoice .secCmnTitBox .txtJp{
    font-size: var(--pcFontSize15);
    font-weight: bold;
    margin-top: 30px;
    width: 100%;
}
/* boxVoiceSlider */
.secVoice .swiper{
    width: 660px;
    height: 720px;
    /* height: 50.469vw; */
}
.secVoice .disabled .swiper{
    height: auto;
    overflow: visible;
}
.secVoice .disabled .swiper-wrapper{
    flex-direction: column;
}
.secVoice .swiper-slide{
    position: relative;
    width: 100%;
}
.secVoice .swiper-slide:not(:last-child){
    margin-bottom: 30px;
}
.secVoice .voiceSlider{
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    width: 100%;
}
.secVoice .swiper-slide .voiceSlider::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255), transparent);
    z-index: 9;
    opacity: 0!important;
    transition: 0.2s;
}
.secVoice .swiper-slide-active .voiceSlider::before,
.secVoice .swiper-slide-next + .swiper-slide .voiceSlider::before{
    opacity: 1!important;
}
.secVoice .swiper-slide-next + .swiper-slide .voiceSlider::before{
    top: auto;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255), transparent);
}
.secVoice .voiceSlider .inner{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* iconLink */
.secVoice .iconLink::before{
    bottom: 10px;
    right: 10px;
}
.secVoice .iconLink::after{
    bottom: 22px;
    right: 22px;
    width: 6px;
    height: 6px;
}
.secVoice .voiceSlider .imgBox{
    width: 45.313%;
    height: 0;
    padding-top: 31.25%;
}
.secVoice .voiceSlider img{
    border-radius: 5px;
}
.secVoice .voiceSlider .txtBox{
    width: 51.564%;
    padding-right: 10px;
}
.secVoice .voiceSlider .infoBox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.secVoice .voiceTit{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_14);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc(var(--pcFontSize15) * var(--pcLineHeight15_14) * 3)px;
    width: 100%;
    margin-bottom: 15px;
}
.secVoice .voiceSlider .voiceTxtBox{
    width: 100%;
    display: flex;
    align-items: center;
}
.secVoice .voiceTxt{
    max-width: calc(100% - 44px);
    font-size: var(--pcFontSize11);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secVoice .new{
    width: 34px;
    height: 18px;
    background-color: #fac500;
    font-size: var(--pcFontSize10);
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 1.8;
    margin-left: 10px;
}
/* voiceBtn */
.voiceBtn{
    margin-top: 35px;
}
.voiceBtn .aVoiceBtn{
    width: 300px;
    height: 70px;
    border: none;
    background-color: #fff;
    border-radius: 35px;
    font-size: var(--pcFontSize15);
}
.voiceBtn span{
    padding-left: 33px;
}
.voiceBtn span::before{
    width: 24px;
    height: 24px;
}
.voiceBtn.lazyloaded span::before{
    background: url(../img/index/iconVoice.png) center top / cover no-repeat;
}
.voiceBtn.lazyloaded .aVoiceBtn:hover span::before{
    background: url(../img/index/iconVoice_hover.png) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secVoice{
        position: relative;
        margin: 60px auto 80px;
        min-height: auto;
        padding: 45px 0 85px 0;
        display: block;
        overflow: visible;
    }
    .secVoice.lazyloaded{
        background: url(../img/index/bgVoice_sp.jpg) center top / contain no-repeat ,#fff;
    }
    .secVoice .boxVoiceInfo{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .secVoice .secCmnTitBox .titTop::before{
        top: 13px;
        left: 0;
    }
    .secVoice .secCmnTitBox .titJp{
        font-weight: bold;
    }
    .secVoice .secCmnTitBox .txtJp{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
        margin-top: 13px;
    }
    /* boxVoiceSlider */
    .secVoice .swiper{
        width: 100%;
        height: auto;
        overflow: visible;
        margin-top: 35px;
    }
    .secVoice .swiper-wrapper{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .secVoice .swiper-slide{
        width: 49.278%;
        height: auto;
        margin-bottom: 10px!important;
    }
    .secVoice .voiceSlider{
        border-radius: 4px;
        padding: 5px 5px 15px;
        box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.03);
        height: 100%;
        align-items: flex-start;
    }
    .secVoice .swiper-slide .voiceSlider::before{
        display: none;
    }
    .secVoice .voiceSlider::after{
        top: -6px;
        left: 10px;
        width: 16px;
        height: 12px;
    }
    .secVoice.lazyloaded .voiceSlider::after{
        background: url(../img/index/iconVoiceDecoSp.png) center top / cover no-repeat;
    }
    .secVoice .voiceSlider .inner{
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }
    /* iconLink */
    .secVoice .iconLink::before{
        bottom: -3px;
        right: 5px;
    }
    .secVoice .iconLink::after{
        bottom: 7px;
        right: 15px;
        width: 5px;
        height: 5px;
    }
    .secVoice .voiceSlider .imgBox{
        margin-bottom: 13px;
        width: 100%;
        padding-top: 68.75%;
    }
    .secVoice .voiceSlider .infoBox{
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .secVoice .voiceSlider .txtBox{
        width: 93.75%;
        height: 100%;
        padding: 0;
    }
    .secVoice .voiceTit{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_16);
        -webkit-line-clamp: 4;
        max-height: calc(var(--spFontSize11) * var(--spLineHeight11_16) * 4)px;
        margin-bottom: 8px;
    }
    .secVoice .voiceTxt{
        max-width: calc(100% - 80px);
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_18);
    }
    .secVoice .new{
        margin-left: 7px;
    }
    /* voiceBtn */
    .voiceBtn{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 30px;
    }
    .voiceBtn .aVoiceBtn{
        width: 76%;
        height: 65px;
        border-radius: 32px;
        font-size: var(--spFontSize14);
        border: 1px solid #001b3f;
    }
    .voiceBtn span::before{
        width: 20px;
        height: 20px;
    }
    .voiceBtn.lazyloaded .aVoiceBtn:hover span::before{
        background: url(../img/index/iconVoice.png) center top / cover no-repeat;
    }
}

/* secColumn */
.secColumn{
    margin-top: 150px;
    padding: 90px 0 0;
    background-color: #f2f4f5;
    overflow: hidden;
}
/* boxColumn */
.boxColumn{
    margin-top: 50px;
    padding-bottom: 80px;
}
.boxColumn .boxSlider{
    position: relative;
}
.boxColumn .swiper {
    overflow: visible;
}
.boxColumn .swiper-slide{
    height: auto;
}
.boxColumn .disabled .swiper-slide{
    width: 31.747%;
}
.boxColumn .disabled .swiper-slide:not(:last-child){
    margin-right: 30px;
}
.boxColumn .columnSlider{
    display: block;
    height: 100%;
    transition: 0.4s;
}
.boxColumn .inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    height: 100%;
}
.boxColumn .imgBox{
    width: 100%;
    height: 0;
    padding-top: 62.5%;
}
.boxColumn .iconNew{
    position: absolute;
    top: 20px;
    left: 20px;
}
.boxColumn .iconNew .new{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #fac500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize12);
    font-weight: bold;
}
.boxColumn .txtBox{
    width: 100%;
    padding: 30px 30px 55px;
    text-align: left;
}
.boxColumn .infoBox{
    position: relative;
}
/* iconLink */
.boxColumn .iconLink::before{
    bottom: -9px;
    right: 0;
}
.boxColumn .iconLink::after{
    bottom: 2px;
    right: 13px;
    width: 7px;
    height: 7px;
}
.boxColumn .txtBox p:not(.columnTit){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxColumn .topBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boxColumn .columnTxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_25);
    padding: 0 21px;
    background-color: #f2f4f5;
    border-radius: 18px;
    font-weight: bold;
    max-width: calc(100% - 90px);
}
.boxColumn .columnDay{
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_05);
    line-height: var(--pcLineHeight13_27);
    max-width: 80px;
}
.boxColumn .columnDay:only-child{
    margin: 0 0 0 auto;
}
.boxColumn .columnTit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_17);
    margin-top: 17px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize20) * var(--pcLineHeight20_17) * 2)px;
}
.boxColumn .titCover:only-child{
    padding-bottom: 36px;
}
.boxColumn .columnTag{
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_05);
    color: #6fa2cc;
    padding-right: 40px;
    margin-top: 23px;
}
.boxColumn .cmnSwiperNav{
    margin: auto;
    position: absolute;
    top: 93px;
    left: 30px;
    width: calc(100% - 60px);
    justify-content: space-between;
}
.boxColumn .swiper-button-prev,
.boxColumn .swiper-button-next{
    width: 65px;
    height: 65px;
    border-radius: 65px;
}
/* hover */
.boxColumn a.columnSlider:hover{
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
}

/* columnBtn */
.columnBtn .aColumnBtn{
    background-color: #fff;
}
.columnBtn span::before{
    width: 30px;
    height: 30px;
}
.columnBtn.lazyloaded span::before{
    background: url(../img/index/iconColumn.png) center top / cover no-repeat;
}
.columnBtn.lazyloaded .aColumnBtn:hover span::before{
    background: url(../img/index/iconColumn_hover.png) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secColumn{
        margin-top: 0;
        padding: 45px 0 0;
    }
    /* boxColumn */
    .boxColumn{
        margin-top: 30px;
        padding-bottom: 50px;
    }
    .boxColumn .swiper-wrapper {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .boxColumn .swiper-slide{
        width: 49.278%;
        margin-bottom: 5px;
    }
    .boxColumn .swiper-slide:nth-child(n+5){
        display: none;
    }
    .boxColumn .imgBox{
        padding-top: 62.36%;
    }
    .boxColumn .iconNew{
        top: 0;
        left: 0;
    }
    .boxColumn .iconNew .new{
        width: 36px;
        height: 20px;
        border-radius: 0;
        font-size: var(--spFontSize10);
    }
    .boxColumn .txtBox{
        padding: 8px 10px 40px;
    }
    /* iconLink */
    .boxColumn .iconLink::before{
        bottom: -33px;
    }
    .boxColumn .iconLink::after{
        bottom: -24px;
        right: 10px;
        width: 5px;
        height: 5px;
    }
    .boxColumn .columnTxt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_16);
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        max-width: calc(100% - 65px);
    }
    .boxColumn .columnDay{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_16);
        letter-spacing: var(--spLetterSpacing10_0);
        max-width: 60px;
    }
    .boxColumn .columnTit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
        margin-top: 6px;
        -webkit-line-clamp: 3;
        max-height: calc(var(--spFontSize12) * var(--spLineHeight12_16) * 3)px;
    }
    .boxColumn .titCover:only-child{
        padding-bottom: 17px;
    }
    .boxColumn .columnTag{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_0);
        padding-right: 0;
        margin-top: 7px;
    }
    .boxColumn .cmnSwiperNav{
        display: none;
    }
    /* hover */
    .boxColumn a.columnSlider:hover{
        box-shadow: none;
    }
    /* columnBtn */
    .columnBtn{
        margin-top: 30px;
    }
    .columnBtn span::before{
        width: 20px;
        height: 20px;
    }
    .columnBtn.lazyloaded .aColumnBtn:hover span::before{
        background: url(../img/index/iconColumn.png) center top / cover no-repeat;
    }
    /* hover */
    .columnBtn .aColumnBtn:hover{
        color: inherit;
    }
}

/* secInsta */
.secInsta{
    background-color: #f2f4f5;
}
.secInsta .boxInsta{
    padding: 80px 0 100px;
}
.secColumn + .secInsta .boxInsta{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAAXNSR0IArs4c6QAAABNJREFUGFdj7Ozs/F9eXs7IAAUANIoEArhufRMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
}
.secInsta .secCmnTxtBox{
    position: relative;
    text-align: center;
    padding-top: 54px;
}
.secInsta .secCmnTxtBox:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 36px;
}
.secInsta .secCmnTxtBox.lazyloaded:before{
    background: url(../img/index/iconInsta.gif) center top / cover no-repeat;
}
.secInsta .secCmnTxtBox .titEng{
    font-size: var(--pcFontSize34);
    letter-spacing: var(--pcLetterSpacing34_1);
    font-weight: 600;
}
.secInsta .secCmnTxtBox .titJp{
    font-size: var(--pcFontSize16);
    font-weight: bold;
    margin-top: 24px;
}
/* listInsta */
.secInsta .listInsta{
    margin-top: 40px;
    display: flex;
}
.secInsta .listInsta .instaItem{
    width: 16.55%;
}
.secInsta .listInsta .instaItem:not(:last-child){
    margin-right: 2px;
}
.secInsta .listInsta .inner{
    display: block;
}
.secInsta .listInsta .imgBox{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
/* instaBtn */
.secInsta .instaBtn{
    position: relative;
    width: 260px;
    height: 60px;
    margin: 40px auto 0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_1);
    font-weight: bold;
    background: rgb(212,21,239);
    background: linear-gradient(90deg, rgba(212,21,239,1) 10%, rgba(253,150,16,1) 50%, rgba(255,36,56,1) 90%);
    overflow: hidden;
    z-index: 0;
}
.secInsta .instaBtn::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
    z-index: -1;
}
.secInsta .instaBtn span{
    display: inline-block;
    position: relative;
}
@media only screen and (max-width:767px){
    .secInsta .boxInsta{
        padding: 50px 0;
    }
    .secInsta .secCmnTxtBox{
        padding-top: 37px;
    }
    .secInsta .secCmnTxtBox:before{
        width: 28px;
        height: 28px;
    }
    .secInsta .secCmnTxtBox .titEng{
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing26_05);
        font-weight: normal;
    }
    .secInsta .secCmnTxtBox .titJp{
        font-size: var(--spFontSize13);
        margin-top: 14px;
    }
    /* listInsta */
    .secInsta .listInsta{
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .secInsta .listInsta .instaItem{
        width: 32.756%;
        margin-right: 0!important;
    }
    .secInsta .listInsta .instaItem:not(:nth-child(3n)){
        margin-right: 3px!important;
    }
    .secInsta .listInsta .imgBox{
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    /* instaBtn */
    .secInsta .instaBtn{
        width: 145px;
        height: 40px;
        margin: 20px auto 0;
        border-radius: 20px;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_0);
    }
}

/* secBnrBox */
.secBnrBox{
    margin-top: 100px;
}
.secBnrBox .fWhite{
    color: #fff;
}
.secBnrBox .listBnr{
    display: flex;
    justify-content: space-between;
}
.secBnrBox .listBnr .bnrItem{
    width: 47.184%;
}
.secBnrBox .listBnr .aBnr{
    position: relative;
    display: block;
}
/* iconLink */
.secBnrBox .iconLink::before{
    background-color: #fff;
    bottom: 30px;
    right: 30px;
}
.secBnrBox .iconLink::after{
    bottom: 41px;
    right: 42px;
}
.secBnrBox .listBnr .txtBox{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    width: calc(100% - 50px);
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.secBnrBox .listBnr .txtBox .engTit{
    font-size: var(--pcFontSize34);
    font-weight: 600;
    letter-spacing: var(--pcLetterSpacing34_1);
}
.secBnrBox .listBnr .txtBox .jpTit{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
    font-weight: bold;
    margin-top: 20px;
}
.secBnrBox .listBnr .imgTxt{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_05);
    line-height: var(--pcLineHeight15_2);
    font-weight: bold;
    margin-top: 23px;
}
@media only screen and (max-width:767px){
    .secBnrBox{
        margin-top: 50px;
    }
    .secBnrBox .listBnr{
        flex-direction: column;
    }
    .secBnrBox .listBnr .bnrItem{
        width: 100%;
    }
    .secBnrBox .listBnr .bnrItem + .bnrItem{
        margin-top: 28px;
    }
    /* iconLink */
    .secBnrBox .iconLink::before{
        bottom: 15px;
        right: 15px;
        width: 17px;
        height: 17px;
        border-radius: 17px;
    }
    .secBnrBox .iconLink::after{
        bottom: 22px;
        right: 22px;
        width: 3px;
        height: 3px;
        border-width: 1px;
    }
    .secBnrBox .listBnr .txtBox{
        left: 25px;
        width: calc(100% - 25px);
    }
    .secBnrBox .listBnr .txtBox .engTit{
        font-size: var(--spFontSize17);
    }
    .secBnrBox .listBnr .txtBox .jpTit{
        font-size: var(--spFontSize10);
        margin-top: 10px;
        letter-spacing: var(--spLetterSpacing10_0);
    }
    .secBnrBox .listBnr .imgTxt{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
        line-height: var(--spLineHeight11_16);
        margin-top: 17px;
    }
}

.secBnr{
    margin-top: 100px;
}