@charset "utf-8";
/*-----------------------------------------------
    secCmnTop
-----------------------------------------------*/
.secCmnTop.innerPageTop {
    background: var(--green_darkColor);
    height: 30rem;
}
.secCmnTop.innerPageTop {
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnTop.innerPageTop .secCmnTit .txt{
    font-size: var(--pcFontSize34);
    letter-spacing: var(--pcLetterSpacing34_60);
    font-weight: bold;
    color: var(--whiteColor);
}
@media only screen and (max-width:1215px){
    .secCmnTop.innerPageTop {
        height: 15rem;
    }
    .secCmnTop.innerPageTop .secCmnTit .txt {
        font-size: var(--spFontSize22);
        letter-spacing: var(--spLetterSpacing22_60);
        margin-top: 2.6rem;
    }
}
/*-----------------------------------------------
    secTop
-----------------------------------------------*/
.secTop{
    margin-top: 10rem;
}
.secTop .secCompanyLink {
    position: relative;
}
.secTop .secCmnTicker {
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: flex-start;
    z-index: -1;
}
.secTop .txtOuter {
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_40);
    letter-spacing: var(--pcLetterSpacing20_60);
    font-weight: bold;
    margin-top: 6rem;
    padding-left: 38.3rem;
}
.secTop .boxUnder {
    position: relative;
}
.secTop .boxIcon {
    position: absolute;
    top: -15.3rem;
    left: 12rem;
    max-width: 21rem;
    width: 16.667%;
}
.secTop .boxIcon .icon_txt {
    position: relative;
}
@media only screen and (max-width:1215px){
    .secTop{
        margin-top: 0;
    }
    .secTop .secCmnTicker {
        top: unset;
        bottom: -1.2rem;
    }
    .secTop .secCompanyLink {
        padding-bottom: 12.5rem;
    }
    .secTop .txtOuter {
        font-size: var(--spFontSize12);
        margin-top: 6rem;
        padding-left: 0;
    }
    .secTop .boxIcon {
        top: -14.3rem;
        left: calc(50% - 3.8rem);
        max-width: 21rem;
        width: 7.6rem;
    }
    .secTop .secCmnTicker .imgTicker {
        width: 129.4rem;
        height: 10.7rem;
    }
}
/*-----------------------------------------------
    secMerit
-----------------------------------------------*/
.secMerit{
    margin-top: 20rem;
    padding: 21.3rem 0 7.6rem;
    background-color: var(--beige_darkColor);
    text-align: center;
    position: relative;
}
.secMerit::after {
    content: "";
    position: absolute;
    left: calc(50% - 50vw);
    bottom: -19.9rem;
    width: 100%;
    max-width: 1920px;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 20rem solid #f3f0ec;    
}
/* boxCmnTit */
.secMerit .boxCmnTit{
    position: relative;
    display: inline-block;
}
.secMerit .boxCmnTit .boxImgTit{
    position: absolute;
    top: -11rem;
    left: -12rem;
}
.secMerit .boxCmnTit .titIcon{
    position: relative;
    display: inline-block;
}

/* boxMerit */
.secMerit .boxMerit{
    position: relative;
    margin-top: 5rem;
}
.secMerit .boxMerit .boxList{
    display: flex;
    flex-wrap: wrap;
    gap:4rem;
    padding: 5.5rem 5rem;
}
.secMerit .boxMerit .boxList:nth-child(2),
.secMerit .boxMerit .boxList:nth-child(3){
    background: var(--gbMeritColor01);
    border-radius: 0 5rem 0 0;
    justify-content: flex-end;
}
.secMerit .boxMerit .boxList:nth-child(3){
    background: var(--gbMeritColor02);
    border-radius: 0 0 5rem 5rem;
}
.secMerit .boxMerit .item{
    width: calc((100% - 11.999rem) / 4);
    position: relative;
}
.secMerit .boxMerit .item50{
    width: calc(((100% - 11.999rem) / 2) + 4rem);
}
.secMerit .boxMerit img{
    border-radius: 0 2rem 2rem 2rem;
}
.secMerit .boxMerit .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_38);
    letter-spacing: var(--pcLetterSpacing22_50);
    text-align: center;
    font-weight: bold;
    margin-top: 3.5rem;
    position: relative;
}
.secMerit .boxMerit .txt {
    font-size: var(--pcFontSize14);
    margin-top: 0.8rem;
    text-decoration: underline;
    text-align: center;
    color: var(--grayColor);
}
.secMerit .itemTitle {
    font-size: var(--pcFontSize30);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing30_40);
    padding-top: 4.4rem;
    position: relative;
}
.secMerit .itemTitle::before{
    content: '';
    position: absolute;
    width: 12.9rem;
    height: 21rem;
    top: 9.6rem;
    left: calc(50% - 6.5rem);
}
.secMerit.lazyloaded .itemTitle::before{
    background: url(../img/advantage/iconAdvantage02.png) center top / cover no-repeat;
}
.secMerit .boxList:nth-child(3) .itemTitle::before{
    content: '';
    position: absolute;
    width: 12.3rem;
    height: 20.6rem;
    top: 10rem;
    left: calc(50% - 7.7rem);
}
.secMerit.lazyloaded .boxList:nth-child(3) .itemTitle::before{
    background: url(../img/advantage/iconAdvantage03.png) center top / cover no-repeat;
}
.secMerit .boxList .ankerLink{
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
}
.secMerit .boxList .ankerLink::before,
.secMerit .boxList .ankerLink::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: -2.5rem;
    left: 2rem;
    width: 5rem;
    height: 5rem;
}
.secMerit .boxList .ankerLink.noNum::before,
.secMerit .boxList .ankerLink.noNum::after {
    display: none;
}
.secMerit .boxList .ankerLink::before{
    border-radius: 100%;
    border: 0.1rem solid var(--whiteColor);
    background-color: var(--green_darkColor);
}
.secMerit .boxList .ankerLink::after {
    color: var(--whiteColor);
    z-index: 2;
    font-size: var(--pcFontSize22);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    font-family: "Oswald", YakuHanJP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.secMerit .boxList:nth-child(1) .item:nth-child(1) .ankerLink::after {
    content: '1';
}
.secMerit .boxList:nth-child(1) .item:nth-child(2) .ankerLink::after {
    content: '2';
}
.secMerit .boxList:nth-child(1) .item:nth-child(3) .ankerLink::after {
    content: '3';
}
.secMerit .boxList:nth-child(1) .item:nth-child(4) .ankerLink::after {
    content: '4';
}
.secMerit .boxList:nth-child(2) .item:nth-child(2) .ankerLink::after {
    content: '5';
}
.secMerit .boxList:nth-child(2) .item:nth-child(3) .ankerLink::after {
    content: '6';
}
.secMerit .boxList:nth-child(2) .item:nth-child(4) .ankerLink::after {
    content: '7';
}
.secMerit .boxList:nth-child(3) .item:nth-child(2) .ankerLink::after {
    content: '8';
}
.secMerit .boxList:nth-child(3) .item:nth-child(3) .ankerLink::after {
    content: '9';
}
.secMerit .boxList:nth-child(3) .item:nth-child(4) .ankerLink::after {
    content: '10';
}
/* boxCta */
.secMerit .boxCta{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.secMerit .boxCta .wrapper {
    width: 60rem;
}
.secMerit .boxCta .boxTitCta {
    position: relative;
    padding: 0 0 5.8rem 1.5rem;
    text-align: left;
}
.secMerit .boxTitCta img{
    max-width: 43.8rem;
}
.secMerit .boxCta .boxTitCta::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: -1.5rem;
    right: 2rem;
    width: 12.5rem;
    height: 20.4rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.secMerit .boxCta.lazyloaded .boxTitCta::before{
    background-image: url(../img/icon/icon09.png);
}
.secMerit .boxCta .boxLink,
.secMerit .boxCta .item{
    width: 100%!important;
}
@media only screen and (max-width:1530px){
    .secMerit .boxMerit .tit{
        font-size: var(--pcFontSize20);
        margin-top: 2.5rem;
    }
}
@media only screen and (max-width:1215px){
    .secMerit{
        margin-top: 8rem;
        padding: 7rem 0 4rem;
    }
    /* boxCmnTit */
    .secMerit .boxCmnTit .boxImgTit{
        width: 12.3rem;
        top: -4rem;
        left: -1rem;
    }
    .secMerit .boxCmnTit .titIcon{
        padding-right: 0;
        margin-top: -0.5rem;
    }
    .secMerit .boxCmnTit .titIcon:before{
        bottom: 0;
        right: 0;
        width: 5.2rem;
        height: 4.2rem;
    }
    /* boxMerit */
    .secMerit .boxMerit{
        margin-top: 3.5rem;
    }
    .secMerit .boxMerit .boxList{
        justify-content: space-between;
        gap: 3.5rem 0;
        padding: 0 0 4.5rem 0;
    }
    .secMerit .boxMerit .item{
        width: calc((100% - 1.1rem) / 2);
    }
    .secMerit .boxMerit .item50{
        width: 100%;
    }
    .secMerit .boxMerit img{
        border-radius: 0 1rem 1rem 1rem;
    }
    .secMerit .boxMerit .tit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 1.3rem;
        white-space: nowrap;
    }
    .secMerit .boxMerit .tit:before{
        content: '▼';
        font-size: var(--spFontSize12);
        position: absolute;
        bottom: -1.9rem;
        left: calc(50% - 0.6rem);
    }
    .secMerit .boxMerit .txt {
        display: none;
    }
    /* boxCta */
    .secMerit .boxCta{
        margin-top: 3.5rem;
    }
    .secMerit .boxCta .wrapper {
        width: 100%;
    }
    .secMerit .boxCta .boxTitCta {
        padding: 0 0 2.5rem 2.5rem;
    }
    .secMerit .boxTitCta img{
        max-width: 22.3rem;
    }
    .secMerit .boxCta .boxTitCta::before{
        bottom: -1.5rem;
        right: 2rem;
        width: 6.6rem;
        height: 10.8rem;
    }
    .secMerit .boxCta .link{
        height: 6rem;
        padding: 1.5rem 0 1rem 0;
        font-size: var(--spFontSize14);
        border-radius: 1rem;
    }
    .secMerit .boxList .ankerLink::after {
        font-size: var(--spFontSize14);
        padding-bottom: 2px;
    }
    .secMerit .boxList .ankerLink::before, 
    .secMerit .boxList .ankerLink::after {
        position: absolute;
        content: '';
        margin: auto;
        display: flex;
        top: -1.4rem;
        left: 0.5rem;
        width: 2.8rem;
        height: 2.8rem;
        align-items: center;
        justify-content: center;
    }
    .secMerit .itemTitle {
        font-size: var(--spFontSize16);
        font-weight: bold;
        letter-spacing: 0;
        padding-top: 1rem;
        position: relative;
    }
    .secMerit .boxMerit .boxList:nth-child(2), 
    .secMerit .boxMerit .boxList:nth-child(3) {
        border-radius: 0 2rem 0 0;
        justify-content: center;
        gap: 4rem 1.1rem;
    }
    .secMerit .boxMerit .boxList:nth-child(3) {
        border-radius: 0 0 2rem 0;
    }
    .secMerit .boxMerit .boxList:nth-child(2), 
    .secMerit .boxMerit .boxList:nth-child(3) {
        padding: 3.5rem 2.67% 4rem;
    }
    .secMerit .itemTitle::before {
        width: 4.9rem;
        height: 8rem;
        top: 3.8rem;
        left: calc(50% - 2.5rem);
    }
    .secMerit .boxList:nth-child(3) .itemTitle::before {
        width: 4.7rem;
        height: 7.8rem;
        top: 3.8rem;
        left: calc(50% - 2.3rem);
    }
    .secMerit::after {
        bottom: -6rem;
        border-top: 6.1rem solid #f3f0ec;
    }
}


/*-----------------------------------------------
    secAdvantage
-----------------------------------------------*/
.secAdvantage{
    padding: 33rem 0 0;
    counter-reset: advantage;
}
.secAdvantage .itemAdvantage{
    display: flex;
    gap: 6rem;
    position: relative;
    margin: 0 auto 0 0;
    min-height: 50rem;
    counter-increment: advantage;
}
.secAdvantage .itemAdvantage:nth-child(2n){
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 0 0 auto;
}
.secAdvantage .itemAdvantage:nth-child(n+2){
    margin-top: 10rem;
}
.secAdvantage .itemAdvantage:nth-child(4),
.secAdvantage .itemAdvantage:nth-child(5)
{
    margin-top: 14rem;
}
.secAdvantage .itemAdvantage:nth-child(8)
{
    margin-top: 16rem;
}
.secAdvantage .boxImg{
    width: 43.75%;
}
.secAdvantage .imgInner{
    border-radius: 0 10rem 0 0;
    overflow: hidden;
}
.secAdvantage .itemAdvantage:nth-child(2n) .imgInner{
    border-radius: 10rem 0 0 0;
}

.secAdvantage .titAdvantage{
    font-size: var(--pcFontSize32);
    line-height: var(--pcLineHeight32_50);
    letter-spacing: var(--pcLetterSpacing32_60);
    position: relative;
    font-weight: bold;
}
.secAdvantage .titAdvantage::before, 
.secAdvantage .titAdvantage::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: -1rem;
    left: -9rem;
    width: 7rem;
    height: 7rem;
}
.secAdvantage .titAdvantage::before {
    border-radius: 100%;
    background-color: var(--green_darkColor);
}
.secAdvantage .titAdvantage::after {
    content: counter(advantage); 
    color: var(--whiteColor);
    z-index: 2;
    font-size: var(--pcFontSize40);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    font-family:"Oswald", YakuHanJP,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
.secAdvantage .txtAdvantage{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_30);
    letter-spacing: var(--pcLetterSpacing14_40);
    margin-top: 1.5rem;
}
.secAdvantage .txtGreen{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_38);
    letter-spacing: var(--pcLetterSpacing22_50);
    font-weight: bold;
    margin-top: 10px;
}
.secAdvantage .txtGreen + .txtAdvantage{
    margin-top: 0.1rem;
    margin-left: 1.5rem;
}
.secAdvantage .titAdvantage + .txtGreen{
    margin-top: 2.5rem;
}
.secAdvantage .boxTxt{
    padding-left: 9rem;
    max-width: 52.5%;
    text-align: left;
}
.secAdvantage .itemAdvantage:nth-child(1) .boxTxt{
    margin-top: 10.5rem;
}
.secAdvantage .itemAdvantage:nth-child(2) .boxTxt{
    margin-top: 13.7rem;
}
.secAdvantage .itemAdvantage:nth-child(3) .boxTxt{
    margin-top: 7rem;
}
.secAdvantage .itemAdvantage:nth-child(4) .boxTxt{
    margin-top: 7.3rem;
}
.secAdvantage .itemAdvantage:nth-child(5) .boxTxt{
    margin-top: 15.3rem;
}
.secAdvantage .itemAdvantage:nth-child(6) .boxTxt{
    margin-top: 20rem;
}
.secAdvantage .itemAdvantage:nth-child(7) .boxTxt{
    margin-top: 7rem;
}
.secAdvantage .itemAdvantage:nth-child(8) .boxTxt{
    margin-top: 20rem;
}
.secAdvantage .itemAdvantage:nth-child(9) .boxTxt{
    margin-top: 8.4rem;
}
.secAdvantage .itemAdvantage:nth-child(10) .boxTxt{
    margin-top: 10.6rem;
}

.secAdvantage .itemAdvantage .txtNotice {
    position: absolute;
    top: -1.5rem;
    left: 3rem;
    margin: auto;
    min-width: 15rem;
    font-size: var(--pcFontSize11);
    border-radius: 1.6rem;
    padding: 1rem 1.1rem;
    font-weight: bold;
}
.secAdvantage .itemAdvantage .cmnBtn.bg01 {
    width: 55rem;
    margin-top: 5.5rem;
}
.secAdvantage .itemAdvantage .cmnBtn.bg03 {
    width: 55rem;
    margin-top: 5.5rem;
    position: relative;
}
.secAdvantage .itemAdvantage .cmnBtn.bg03.lazyloaded:before {
    content: '';
    background: url(../img/advantage/iconAdvantage04.png) center top / cover no-repeat;
    width: 10rem;
    height: 8.4rem;
    position: absolute;
    top: -3.8rem;
    right: -2.9rem;
}
@media only screen and (max-width:1215px){
    .secAdvantage {
        padding: 13rem 0 0;
    }
    .secAdvantage .itemAdvantage {
        display: block;
        margin: 0 auto ; 
        min-height: inherit;
    }
    .secAdvantage .boxImg {
        width: 94.667%;
    }
    .secAdvantage .imgInner {
        border-radius: 0 5rem 0 0;
    }
    .secAdvantage .itemAdvantage:nth-child(2n) .imgInner {
        border-radius: 5rem 0 0 0;
    }
    .secAdvantage .titAdvantage {
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_26);
        letter-spacing: 0;
        padding-left: 3rem;
        white-space: nowrap;
    }
    .secAdvantage .boxTxt {
        padding: 0;
        max-width: none;    
    }
    .secAdvantage .txtAdvantage {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: 0;
        margin-top: 0.4rem;
    }
    .secAdvantage .titAdvantage::before, 
    .secAdvantage .titAdvantage::after {
        top: 0rem;
        left: 0rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .secAdvantage .titAdvantage::after {
        font-size: var(--spFontSize12);
    }
    .secAdvantage .itemAdvantage:nth-child(2n) {
        margin: 0 auto;
    }
    .secAdvantage .itemAdvantage:nth-child(2n) .boxImg {
        margin: 0 0 0 auto;
    }
    .secAdvantage .itemAdvantage:nth-child(n+2) {
        margin-top: 5.4rem;
    }
    .secAdvantage .itemAdvantage:nth-child(1) .boxTxt,
    .secAdvantage .itemAdvantage:nth-child(2) .boxTxt,
    .secAdvantage .itemAdvantage:nth-child(3) .boxTxt,
    .secAdvantage .itemAdvantage:nth-child(4) .boxTxt,
    .secAdvantage .itemAdvantage:nth-child(5) .boxTxt,
    .secAdvantage .itemAdvantage:nth-child(6) .boxTxt,
    .secAdvantage .itemAdvantage:nth-child(7) .boxTxt,
    .secAdvantage .itemAdvantage:nth-child(8) .boxTxt,
    .secAdvantage .itemAdvantage:nth-child(9) .boxTxt,
    .secAdvantage .itemAdvantage:nth-child(10) .boxTxt{
        margin-top: 2.2rem;
    }
    .secAdvantage .txtGreen + .txtAdvantage {
        margin-top: 0.4rem;
        margin-left: 0;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
    }
    .secAdvantage .txtGreen {
        font-size: var(--spFontSize15);
        font-weight: bold;
        margin-top: 1.5rem;
    }
    .secAdvantage .txtGreen .txtAdvantage{
        font-size: var(--spFontSize10);
    }
    .secAdvantage .titAdvantage + .txtGreen {
        margin-top: 1.5rem;
    }
    .secAdvantage .itemAdvantage .cmnBtn.bg03 {
        width: 100%;
        margin-top: 4rem;
        font-size: var(--spFontSize14);
        border-radius: 1rem;
    }
    .secAdvantage .itemAdvantage .cmnBtn.bg01 {
        width: 100%;
        margin-top: 4rem;
        font-size: var(--spFontSize14);
        border-radius: 1rem;
    }
    .secAdvantage .itemAdvantage .txtNotice {
        position: absolute;
        top: -1.5rem;
        left: 0;
        margin: auto;
        min-width: 11rem;
        font-size: var(--pcFontSize11);
        border-radius: 1.6rem;
        padding: 0.65rem 1.4rem;
        font-weight: bold;
    }
    .secAdvantage .itemAdvantage .cmnBtn.bg03.lazyloaded:before {
        width: 6rem;
        height: 5.1rem;
        top: -2.9rem;
        right: -0.1rem;
    }
}



/*-----------------------------------------------
    secCompany
-----------------------------------------------*/
.secCompany{
    margin-top: 25rem;
}
/* secCompanyLink */
.secCompanyLink {
    position: relative;
}
.secCompany .boxList{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}
.secCompany .item{
    width: calc((100% - 5.999rem) / 3);
}
.secCompany .link{
    position: relative;
    width: 100%;
    display: block;
    background-color: var(--whiteColor);
    border-radius: 0 2rem 2rem;
    padding: 1rem 1rem 7rem 1rem;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}
.secCompany .link img{
    border-top-right-radius: 2rem;
}
.secCompany .link .boxTxt {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secCompany .tit {
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_42);
    text-align: center;
    font-weight: bold;
}
.secCompany .txt {
    font-size: var(--pcFontSize14);
    margin-top: 2.7rem;
    text-decoration: underline;
    text-align: center;
    color: var(--grayColor);
}
.secCompany .secCmnTicker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: -1;
}
/* secGroupLink */
.secGroupLink {
    margin-top: 15rem;
}
.secGroupLink .itemGroup{
    width: 100%;
}
.secGroupLink .linkGroup{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secGroupLink .boxImg{
    width: 45rem;
}
.secGroupLink .img{
    aspect-ratio: 450 / 300;
}
.secGroupLink .boxTxt{
    width: calc((100% - 45rem) - 6rem);
}
.secGroupLink .tit {
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_36);
    text-align: left;
}
@media only screen and (max-width:1215px){
    .secCompany{
        margin-top: 9.8rem;
    }
    /* boxList */
    .secCompany .boxList{
        gap: 0;
        justify-content: space-between;
    }
    .secCompany .item{
        width: 48.36%;
    }
    .secCompany .link{
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 0 1rem 1rem 1rem;
        padding: 0.5rem;
    }
    .secCompany .link .img{
        width: 100%;
    }
    .secCompany .link img{
        border-top-right-radius: 1rem;
    }
    .secCompany .link .boxTxt {
        width: 100%;
        margin: 1.5rem 0 2rem;
    }
    .secCompany .link .tit {
        font-size: var(--spFontSize16);
    }
    .secCompany .txt {
        font-size: var(--spFontSize12);
        margin-top: 1rem;
    }
    .secCompany .secCmnTicker {
        display: none;
    }
    /* secGroupLink */
    .secGroupLink {
        margin-top: 5rem;
    }
    .secGroupLink .boxImg{
        width: 7rem;
    }
    .secGroupLink .img{
        aspect-ratio: 70 / 70;
    }
    .secGroupLink .boxTxt{
        width: calc((100% - 7rem) - 1.5rem);
    }
    .secGroupLink .tit {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        margin-bottom: -0.5rem;
        font-weight: normal;
    }
}

.secCmnContact {
    margin-top: 16.7rem;
}
@media only screen and (max-width:1215px){
        .secCmnContact {
            margin-top: 10rem;
        }
}