@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
#header{
    height: 105px;
    background: #fff;
}
#header .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px 0 40px;
    height: 100%;
}
#header .rightBox{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
#header .link{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 59px;
    border-radius: 30px;
    background: #f76e23;
    letter-spacing: 1px;
    box-shadow: 0 6px 1px #de631f;
}
#header .link2{
    background: #009944;
    box-shadow: 0 6px 1px #00893d;
    margin-left: 15px;
}
#header .rightBox .txtLink{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin-right: 45px;
    position: relative;
}
#header .rightBox .txtLink2{
    margin-right: 60px;
}
#header .rightBox .txtLink::after{
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    content: '';
    width: 100px;
    height: 3px;
    background: #df3801;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
#header .rightBox .txtLink:hover::after{
    transform: scale(1, 1);
}
#header .rightBox .txtLink::after{
    bottom: -20px;
}
@media only screen and (max-width:1550px){
    #header .rightBox .txtLink{
        margin-right: 25px;
    }
    #header .rightBox .txtLink2{
        margin-right: 40px;
    }
}
@media only screen and (max-width:1450px){
    #header .rightBox .txtLink{
        margin-right: 15px;
    }
    #header .rightBox .txtLink2{
        margin-right: 20px;
    }
}
@media only screen and (max-width:767px){
    #header{
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
    }
    #header .wrapper{
        padding: 0;
    }
    #header .logo{
        width: 170px;
    }
    #header .rightBox{
        display: none;
    }
}

/* secView */
.secView{
    height: 700px;
    position: relative;
}
.secView .imgTop{
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
.secView .priceBox {
    position: absolute;
    background: #ffea00;
    width: 645px;
    top: 118px;
    left: calc(50% - 323px);
    padding: 14px 66px;
    border-radius: 60px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.secView .priceBox .txtEnd {
    position: absolute;
    top: -8px;
    left: calc(50% - 104px);
    font-size: 23px;
    color: #111111;
    font-weight: bold;
    text-shadow: 
    -2px -2px 0 #ffea00,  
     2px -2px 0 #ffea00,
    -2px  2px 0 #ffea00,
     2px  2px 0 #ffea00;
}
.secView .priceBox::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #ffea00;
    bottom: -20px;
    left: calc(50% - 10.5px);
}
.secView .priceBox::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: rgba(255, 0, 0, 0.1);
    bottom: -24px;
    left: calc(50% - 8px);
}
.secView .txtprice {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.secView .txtinbox {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.secView .txtTaxprice {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}
.secView .flextxt {
    display: flex;
    flex-direction: column;
}
.secView .txt30 {
    font-size: 30px;
    line-height: 1.2;
}
.secView .fRed {
    color: #e01414;
    font-size: 80px;
    text-shadow: 
    -2px -2px 0 #fff,  
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}
.secView .subNmber {
    font-size: 52px;
}
@media only screen and (max-width:767px){
    .secView{
        height: auto;
        margin-top: 60px;
    }
    .secView .imgTop{
        position: static;
    }
    .secView .priceBox {
        width: 370px;
        left: calc(50% - 185px);
        top: 19%;
        padding: 12px 59px 10px;
        box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.1);
    }
    .secView .txtprice {
        font-size: 15px;
        letter-spacing: 0.05em;
    }
    .secView .fRed {
        font-size: 30px;
        text-shadow: 0px 0px 0 #fff, 2px 0px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff
    }
    .secView .subNmber {
        font-size: 20px;
    }
    .secView .txt30 {
        font-size: 15px;
    }
    .secView .txtinbox {
        font-size: 10px;
        vertical-align: bottom;
    }
    .secView .priceBox .txtEnd {
        font-size: 13px;
        left: calc(50% - 52px);
        text-shadow: -1px -1px 0 #ffea00, 1px -1px 0 #ffea00, 0px 1px 0 #ffea00;
    }
    .secView .txtTaxprice {
        font-size: 10px;
    }
    .secView .priceBox::after {
        width: 10px;
        height: 10px;
        left: calc(50% - 5px);
        bottom: -10px;
    }
    .secView .priceBox::before {
        width: 10px;
        height: 10px;
        left: calc(50% - 4px);
        bottom: -13px;
    }
    .secView .imgcala {
        position: absolute;
        top: -41px;
        right: 2px;
        width: 66px;
    }
}
@media only screen and (max-width:375px) {
    .secView .priceBox {
        width: 290px;
        left: calc(50% - 145px);
        padding: 12px 15px 10px;
    }
    .secView .imgcala {
        right: -35px;
    }
}
@media only screen and (max-width:360px) {
    .secView .imgcala {
        width: 50px;
        top: -34px;
        right: -12px;
    }
}
@media only screen and (max-width:355px) {
    .secView .priceBox {
        top: 50px;
    }
}
/* secWorries */
.secWorries{
    height: auto;
    position: relative;
    padding: 82px 0 100px;
}
.secWorries.lazyloaded{
    background: url(../img/index/bgWorries.jpg) center top no-repeat;
}
.secWorries .imgTitCover{
    text-align: center;
}
.secWorries .imgTit{
    display: inline-block;
    position: relative;
}
.secWorries .imgTit::after{
    position: absolute;
    content: "";
    width: 117px;
    height: 135px;
    top: -10px;
    left: -135px;
}
.secWorries .imgTit.lazyloaded::after{
    background: url(../img/index/iconWorries.png) center top no-repeat;
    background-size: contain;
}
.secWorries .flexBox{
    margin-top: 69px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.secWorries .flexBox::before{
    position: absolute;
    content: "";
    width: 152px;
    height: 251px;
    bottom: -100px;
    left: -42px;
    z-index: 10;
}
.secWorries .flexBox.lazyloaded::before{
    background: url(../img/index/iconWorries02.png) center top / cover;
}
.secWorries .flexBox::after{
    position: absolute;
    content: "";
    width: 157px;
    height: 270px;
    bottom: -100px;
    right: -63px;
    z-index: 10;
}
.secWorries .flexBox.lazyloaded::after{
    background: url(../img/index/iconWorries03.png) center top / cover;
}
.secWorries .item{
    width: 31.25%;
    margin-right: 2.34375%;
    background: #f7f6f2;
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secWorries .item:nth-child(n+4){
    margin-top: 30px;
}
.secWorries .item:nth-child(3n){
    margin-right: 0;
}
.secWorries .item::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 51px;
    left: calc(50% - 25px);
    top: -15px;
}
.secWorries .item.lazyloaded::after{
    background: url(../img/index/iconWorries04.png) center top / cover;
}
.secWorries .txt{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
}
@media only screen and (max-width:767px){
    .secWorries{
        padding: 50px 0 70px;
    }
    .secWorries.lazyloaded{
        background: url(../img/index/bgWorries_sp.jpg) center top no-repeat;
    }
    .secWorries .imgTitCover{
        width: 75.075%;
        margin: 0 auto;
    }
    .secWorries .imgTit::after{
        width: 65px;
        height: 75px;
        top: -81px;
        left: -18%;
    }
    .secWorries .flexBox{
        margin-top: 34px;
    }
    .secWorries .flexBox::before{
        width: 58px;
        height: 95px;
        bottom: auto;
        top: -94px;
        left: 0;
    }
    .secWorries .flexBox::after{
        width: 59px;
        height: 103px;
        bottom: auto;
        right: -5px;
        top: -102px;
    }
    .secWorries .item{
        width: 49.275%;
        margin-right: 1.45%;
        height: 120px;
    }
    .secWorries .item:nth-child(n+4){
        margin-top: 20px;
    }
    .secWorries .item:nth-child(n+3){
        margin-top: 20px;
    }
    .secWorries .item:nth-child(3n){
        margin-right: 1.45%;
    }
    .secWorries .item:nth-child(2n){
        margin-right: 0;
    }
    .secWorries .item::after{
        width: 30px;
        height: 30px;
        left: calc(50% - 15px);
        top: -15px;
    }
    .secWorries .txt{
        font-size: 15px;
        line-height: 1.46;
    }
}
/* secReno */
.secReno{
    margin-top: -54px;
    z-index: 10;
    position: relative;
}
.secReno .imgTit{
    text-align: center;
}
.secReno .renoList{
    margin-top: 81px;
}
.secReno .renoItem{
    display: flex;
    align-items: center;
}
.secReno .renoItem:nth-child(n+2){
    margin-top: 78px;
}
.secReno .renoItem:nth-child(2){
    flex-flow: row-reverse;
}
.secReno .renoItem:nth-child(1) .renoImg{
    border: solid 1px #cccccc;
}
.secReno .txtBox{
    width: calc(100% - 580px);
    padding: 0 0 10px 58px;
}
.secReno .renoItem:nth-child(2) .txtBox{
    padding: 0 50px 5px 0;
}
.secReno .renoItem:nth-child(3) .txtBox{
    padding: 0 0 5px 58px;
}
.secReno .tit{
    font-size: 32px;
    line-height: 1.6875;
    font-weight: bold;
}
.secReno .txt{
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.isDesktopIpad .secReno .txt{
    font-size: 12px;
}
.secReno .renoItem:nth-child(n+2) .txt{
    line-height: 2.125;
    letter-spacing: -0.1px;
}
@media only screen and (max-width:767px){
    .secReno{
        margin-top: -35px;
    }
    .secReno .imgTit{
        width: 91.594%;
        margin: 0 auto;
    }
    .secReno .renoList{
        margin-top: 20px;
    }
    .secReno .renoItem{
        display: block;
    }
    .secReno .renoItem:nth-child(n+2){
        margin-top: 25px;
        padding-top: 30px;
        border-top: solid 1px #cccccc;
    }
    .secReno .renoItem:nth-child(2){
        flex-flow: nowrap;
    }
    .secReno .txtBox{
        width: 100%;
        padding: 13px 0 0;
    }
    .secReno .renoItem:nth-child(2) .txtBox,
    .secReno .renoItem:nth-child(3) .txtBox{
        padding: 15px 0 0;
    }
    .secReno .tit{
        font-size: 20px;
        line-height: 1.5;
    }
    .secReno .txt{
        font-size: 14px;
        line-height: 1.78;
        margin-top: 8px;
    }
    .secReno .renoItem:nth-child(n+2) .txt{
        line-height: 1.78;
        letter-spacing: normal;
    }
}
/* secCmnRink */
.secCmnRink{
    margin-top: 100px;
    border-radius: 10px;
    border: solid 1px #333333;
}
.secCmnRink .rinkTop{
    background: #333333;
    border-radius: 9px 9px 0 0; 
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
.secCmnRink .rinkTopTit{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
} 
.secCmnRink .bgRinkBox{
    padding: 50px 60px;
}
.secCmnRink .rinkList{
    display: flex;
    justify-content: space-between;
}
.secCmnRink .rinkItem{
    width: 560px;
    background: #f9f5f3;
    border-radius: 0 0 6px 6px;
}
.secCmnRink .rinkItem:nth-child(2){
    background: #ebf7f1;
}
.secCmnRink .rinkTit{
    width: 560px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #f76e23;
    border-radius: 6px 6px 0 0;
}
.secCmnRink .rinkItem:nth-child(2) .rinkTit{
    background: #009944;
}
.secCmnRink .subList{
    padding: 30px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnRink .subItem{
    width: 160px;
    margin-right: 10px;
}
.secCmnRink .subList .subItem:last-child{
    margin-right: 0;
}
.secCmnRink .subInner{
    height: 140px;
    width: 100%;
    display: block;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #f76e23;
    box-shadow: 0 4px 1px #de631f;
}
.secCmnRink .rinkItem:nth-child(2) .subInner{
    background: #009944;
    box-shadow: 0 4px 1px #00893d;
}
.secCmnRink .rinkTxt{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    letter-spacing: 1px;
}
.secCmnRink .subList .subItem:nth-child(2) .rinkTxt{
}
.secCmnRink .subList .subItem:nth-child(1) .rinkTxt::after{
    position: absolute;
    content: "";
    width: 44px;
    height: 40px;
    top: 68px;
    left: calc(50% - 22px);
}
.secCmnRink .subList .subItem:nth-child(1) .rinkTxt.lazyloaded::after{
    background: url(../img/index/iconTelItem01_01.png) center top / cover;
}
.secCmnRink .subList .subItem:nth-child(2) .rinkTxt::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 48px;
    top: 64px;
    left: calc(50% - 17.5px);
}
.secCmnRink .subList .subItem:nth-child(2) .rinkTxt.lazyloaded::after{
    background: url(../img/index/iconTelItem02_01.png) center top / cover;
}
.secCmnRink .subList .subItem:nth-child(3) .rinkTxt::after{
    position: absolute;
    content: "";
    width: 59px;
    height: 54px;
    top: 60px;
    left: calc(50% - 29.5px);
}
.secCmnRink .subList .subItem:nth-child(3) .rinkTxt.lazyloaded::after{
    background: url(../img/index/iconTelItem03_01.png) center top / cover;
}
.secCmnRink .telBox{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.secCmnRink .telTit{
    background: #f8b551;
    width: 200px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    color: #fff;
    border-radius: 6px 0 0 6px;
}
.secCmnRink .telCover{
    width: calc(100% - 200px);
}
.secCmnRink .telInner{
    background: #f9f5ef;
    border-radius: 0 6px 6px 0;
    text-decoration: none;
    height: 150px;
    color: #000;
    display: flex;
    align-items: center;
}
.secCmnRink .telItem{
    width: 522px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.secCmnRink .telItem::after{
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    right: 0;
    top: 20px;
    background: #cccccc;
}
.secCmnRink .telNmber{
    position: relative;
    display: inline-block;
    font-size: 60px;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 66px;
}
.secCmnRink .telNmber::after{
    position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    top: calc(50% - 22px);
    left: 9px;
}
.secCmnRink .telNmber.lazyloaded::after{
    background: url(../img/index/iconTel01.png) center top / cover;
}
.secCmnRink .telTxt{
    width: calc(100% - 522px);
    height: 100%;
    font-size: 15px;
    line-height: 1.73;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width:767px){
    .secCmnRink .telNmber.lazyloaded::after{
        background: url(../img/index/iconTel01.png) center center no-repeat;
        background-size: contain;
    }
    .secCmnRink{
        margin-top: 34px;
    }
    .secCmnRink .rinkTop{
        padding: 10px;
        min-height: 60px;
    }
    .secCmnRink .rinkTopTit{
        font-size: 16px;
    } 
    .secCmnRink .bgRinkBox{
        padding: 20px 14px 19px;
    }
    .secCmnRink .rinkList{
        display: block;
    }
    .secCmnRink .rinkItem{
        width: 100%;
    }
    .secCmnRink .rinkItem:nth-child(2){
        margin-top: 15px;
    }
    .secCmnRink .rinkTit{
        width: 100%;
        min-height: 40px;
        font-size: 15px;
    }
    .secCmnRink .subList{
        padding: 15px 0 20px;
    }
    .secCmnRink .subItem{
        width: 28.57%;
        margin-right: 2.381%;
    }
    .secCmnRink .subInner{
        box-shadow: 0 4px 1px #de631f;
        height: 78px;
    }
    .secCmnRink .rinkItem:nth-child(2) .subInner{
        box-shadow: 0 4px 1px #00893d;
    }
    .secCmnRink .rinkTxt{
        font-size: 13px;
        padding: 13px 0 0;
    }
    .secCmnRink .subList .subItem:nth-child(2) .rinkTxt{
    }
    .secCmnRink .subList .subItem:nth-child(1) .rinkTxt::after{
        width: 27px;
        height: 25px;
        left: calc(50% - 13.5px);
        top: 41px;
    }
    .secCmnRink .subList .subItem:nth-child(2) .rinkTxt::after{
        width: 22px;
        height: 29px;
        top: 38px;
        left: calc(50% - 11px);
    }
    .secCmnRink .subList .subItem:nth-child(3) .rinkTxt::after{
        width: 35px;
        height: 32px;
        top: 36px;
        left: calc(50% - 17.5px);
    }
    .secCmnRink .telBox{
        margin-top: 15px;
        display: block;
    }
    .secCmnRink .telTit{
        padding: 0 14px;
        width: 100%;
        height: auto;
        min-height: 40px;
        font-size: 15px;
        border-radius: 6px 6px 0 0;
    }
    .secCmnRink .telCover{
        width: 100%;
    }
    .secCmnRink .telInner{
        border-radius: 0 6px 6px 0;
        height: 100%;
        display: block;
        padding: 16px 0 17px;
    }
    .secCmnRink .telItem{
        width: 100%;
        height: 100%;
    }
    .secCmnRink .telItem::after{
        display: none;
    }
    .secCmnRink .telNmber{
        font-size: 35px;
        letter-spacing: 1.8px;
        padding-left: 35px;
    }
    .secCmnRink .telNmber::after{
        width: 21px;
        height: 29px;
        top: calc(50% - 13.5px);
        left: 6px;
    }
    .secCmnRink .telTxt{
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
        padding: 10px 0 0;
    }
}
@media only screen and (max-width:359px){
    .secCmnRink .rinkTxt{
        font-size: 11px;
    }
    .secCmnRink .telNmber{
        font-size: 30px;
        padding-left: 33px;
    }
    .secCmnRink .telTxt{
        font-size: 11px;
    }
}
/* secCmnBack */
.secCmnBack{
    height: 150px;
    background: #e2150b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnBack .secCmnTit{
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
@media only screen and (max-width:767px){
    .secCmnBack{
        height: 80px;
    }
    .secCmnBack .secCmnTit{
        font-size: 18px;
        line-height: 1.44;
        text-align: center;
    }
}
/* secToPlan */
.secToPlan{
    margin-top: 100px;
}
.secToPlan .secCmnBack .secCmnTit::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 179px;
    top: -100px;
    right: -135px;
}
.secToPlan .secCmnBack .secCmnTit.lazyloaded::after{
    background: url(../img/index/iconCmnTit.png) center top / cover;
}
.secToPlan .boxSlider{
    margin-top: 60px;
}
.secToPlan .swiper-wrapper{
    display: block;
}
.secToPlan .swiper-slide{
    width: 1110px;
    height: 560px;
    margin: 0 auto;
    border: solid 2px #333333;
    border-radius: 10px;
}
.secToPlan .swiper-slide:nth-child(n+2){
    margin-top: 60px;
}
.secToPlan .swiper-pagination{
    display: none;
}
.secToPlan .topBox{
    background: #333333;
    display: flex;
    align-items: center;
    height: 98px;
    padding: 0 48px;
    border-radius: 8px 8px 0 0;
}
.secToPlan .topTit{
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    width: calc(100% - 130px);
    padding-left: 29px;
}
.secToPlan .flexBox{
    padding: 40px 48px 15px;
    display: flex;
    align-items: center;
}
.secToPlan .leftImg{
    position: relative;
}
.secToPlan .leftImg::after{
    position: absolute;
    content: "";
    width: 160px;
    height: 75px;
    bottom: 5px;
    left: -10px;
}
.secToPlan .leftImg.lazyloaded::after{
    background: url(../img/index/iconPlanLeftTxt.png) center top / cover;
}
.secToPlan .leftTxt{
    font-size: 11px;
    margin-top: 10px;
}
.secToPlan .rightBox{
    width: calc(100% - 380px);
    padding: 0 0 29px 50px;
}
.secToPlan .rightTit{
    font-size: 18px;
    line-height: 1.78;
}
.secToPlan .rightFlex{
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.secToPlan .rightInumber {
    font-size: 24px;
    color: #e2150b;
    width: 100px;
    height: 100px;
    background: url(../img/index/imgOfftxt.png);
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    padding-top: 13px;
}
.secToPlan .offNumber {
    font-size: 35px;
}
.secToPlan .subFlexBox{
    width: calc(100% - 101px);
    padding: 0 0 10px 20px;
    display: flex;
    align-items: flex-end;
}
.secToPlan .rightItem{
    font-size: 18px;
    line-height: 1.39;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #e2150b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 68px;
}
.secToPlan .nmberBox{
    display: inline-flex;
    align-items: flex-end;
}
.secToPlan .nmber{
    color: #e2150b;
    font-size: 80px;
    padding-left: 12px;
}
.secToPlan .subNmber{
    font-size: 50px;
}
.secToPlan .nmberTxt{
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    padding-left: 1px;
}
.secToPlan .subNmberTxt{
    font-size: 15px;
    font-weight: bold;
    padding-left: 8px;
}
.secToPlan .rightTxt{
    font-size: 13px;
    margin: -5px 55px 0 0;
    text-align: right;
}
.secToPlan .rightList{
    width: 580px;
    height: 60px;
    border: solid 1px #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 20px;
}
.secToPlan .rightList .sptxt{
    display: none;
}
.secToPlan .btnBox{
    width: 280px;
    margin: 19px auto 0;
}
.secToPlan .btnInner{
    height: 60px;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2150b;
    box-shadow: 0 4px 1px #be0d04;
}
.secToPlan .btnTxt{
    position: relative;
    display: inline-block;
    font-size: 16PX;
    font-weight: bold;
}
.secToPlan .btnTxt::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 20px;
    top: calc(50% - 9px);
    right: -25px;
}
.secToPlan .btnTxt.lazyloaded::after{
    background: url(../img/index/iconPlanBtn.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secToPlan .swiper-pagination{
        display: block;
        position: static;
        padding-top: 14px;
    }
    .secToPlan .swiper-pagination-bullet{
        background: #cccccc;
        opacity: 1;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 10px;
    }
    .secToPlan .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    .secToPlan .swiper-pagination-bullet-active{
        background: #e2150b;
    }
    .secToPlan .swiper-wrapper{
        display: flex;
        flex-wrap: nowrap;
    }
    .secToPlan{
        margin-top: 39px;
    }
    .secToPlan .secCmnBack .secCmnTit::after{
        width: 59px;
        height: 70px;
        top: -27px;
        right: -55px;
    }
    .secToPlan .swiper-container{
        overflow: visible;
    }
    .secToPlan .boxSlider{
        margin-top: 28px;
        position: relative;
    }
    .secToPlan .swiper-slide{
        position: relative;
        width: 100%;
        height: auto;
        border: solid 1px #333333;
    }
    .secToPlan .swiper-slide:nth-child(n+2){
        margin-top: 0;
    }
    .secToPlan .topBox{
        justify-content: center;
        height: 59px;
        padding: 0 20px;
        border-radius: 9px 9px 0 0;
    }
    .secToPlan .titImg{
        width: 66px;
    }
    .secToPlan .topTit{
        font-size: 16px;
        letter-spacing: 0.5px;
        width: auto;
        padding-left: 14px;
    }
    .secToPlan .flexBox{
        padding: 20px 14px 26px;
        display: block;
    }
    .secToPlan .leftImg{
        width: 100%;
    }
    .secToPlan .leftImg img{
        width: 100%;
        height: auto;
    }
    .secToPlan .leftImg::after{
        width: 123px;
        height: 58px;
        bottom: -5px;
        left: -5px;
    }
    .secToPlan .leftTxt{
        font-size: 11px;
        margin-top: 9px;
    }
    .secToPlan .rightBox{
        width: 100%;
        padding: 0;
        position: relative;
    }
    .secToPlan .rightTit{
        display: none;
    }
    .secToPlan .rightFlex{
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 0;
        display: flex;
        align-items: flex-start;
        position: relative;
        width: calc(100% - 100px);
    }
    .secToPlan .rightInumber {
        font-size: 10px;
        width: 44px;
        height: 43px;
        background-size: cover;
        padding-top: 6px;
        margin-right: 4px;
    }
    .secToPlan .offNumber {
        font-size: 16px;
    }
    .secToPlan .rightImg{
        width: 44px;
        height: 43px;
        margin-right: 5px;
    }
    .secToPlan .subFlexBox{
        width: calc(100% - 44px);
        padding: 0 0 8px 0;
        display: flex;
        align-items: flex-start;
        margin-right: 7px;
    }
    .secToPlan .rightItem{
        font-size: 10px;
        line-height: 1.39;
        width: 50px;
        height: 43px;
    }
    .secToPlan .nmberBox{
        display: inline-block;
        align-items: flex-end;
        justify-content: right;
        position: relative;
        width: calc(100% - 49px);
        top: -5px;
        max-width: 110px;
    }
    .secToPlan .nmber{
        font-size: 50px;
        padding-left: 2px;
        padding-right: 30px;
        white-space: nowrap;
    }
    .secToPlan .subNmber{
        font-size: 30px;
    }
    .secToPlan .nmberTxt{
        font-size: 11px;
        line-height: 1.25;
        padding-left: 0;
        padding-bottom: 2px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .secToPlan .subNmberTxt{
        font-size: 11px;
        padding: 0 0 3px 8px;
        position: absolute;
        right: 0;
    }
    .secToPlan .rightTxt{
        font-size: 12px;
        margin: 5px 0 0;
        text-align: left;
        display: none;
    }
    .secToPlan .rightList{
        width: 100px;
        height: 60px;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 1px;
        margin-top: 0;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .secToPlan .rightList .backBlack{
        display: block;
        height: 20px;
        background-color: #000;
        color: #fff;
        line-height: 20px;
        margin-bottom: 3px;
    }
    .secToPlan .spTxt{
        font-size: 14px;
        line-height: 1.78;
        letter-spacing: -0.2px;
        margin-top: 0;
        border-top: 1px solid #d9d9d9;
        padding-top: 15px;
    }
    .secToPlan .btnBox{
        position: static;
        left: calc(50% - 125px);
        bottom: 49px;
        width: 250px;
        margin: 15px auto 0;
    }
    .secToPlan .btnInner{
        height: 55px;
        border-radius: 5px;
    }
    .secToPlan .btnTxt{
        font-size: 15PX;
    }
    .secToPlan .btnTxt::after{
        width: 15px;
        height: 19px;
        top: calc(50% - 10px);
        right: -25px;
    }
    .secToPlan .rightList .sptxt{
        display: inline;
    }
}
@media only screen and (max-width:374px){
    .secToPlan .rightFlex{
       width: calc(100% - 85px); 
    }
    .secToPlan .secCmnBack .secCmnTit{
        font-size: 17px;
    }
    .secToPlan .nmberBox{
        width: calc(100% - 50px);
    }
    .secToPlan .nmber{
        /* font-size: 40px; */
    }
    .secToPlan .subNmber{
        font-size: 25px;
    }
    .secToPlan .topTit{
        font-size: 15px;
    }
    .secToPlan .secCmnBack .secCmnTit::after{
        top: -40px;
    }
    .secToPlan .rightItem{
        width: 45px;
    }
}
@media only screen and (max-width:359px){
    .secToPlan .nmberBox{
        width: 90px;
    }
    .secToPlan .secCmnBack .secCmnTit{
        font-size: 14px;
    }
    .secToPlan .subFlexBox{
        margin-right: 0;
    }
    .secToPlan .topTit{
        font-size: 12px;
    }
    .secToPlan .nmber{
        font-size: 40px;
    }
    .secToPlan .subNmber{
        font-size: 20px;
    }
    .secToPlan .nmberTxt{
        font-size: 11px;
    }
    .secToPlan .subNmberTxt{
        font-size: 11px;
        white-space: nowrap;
    }
    .secToPlan .rightList{
        letter-spacing: normal;
        width: 85px;
    }
    .secToPlan .spTxt{
        font-size: 13px;
    }
    .secToPlan .secCmnBack .secCmnTit::after{
        top: -45px;
    }
}
/* secCmnRink item002 */
.secCmnRink.item002{
    margin-top: 99px;
}
@media only screen and (max-width:767px){
    .secCmnRink.item002{
        margin-top: 39px;
    }
}
/* secAfter */
.secAfter{
    margin-top: 100px;
}
.secAfter .secCmnBack .secCmnTit::after{
    position: absolute;
    content: "";
    width: 192px;
    height: 154px;
    top: -78px;
    left: -224px;
}
.secAfter .secCmnBack .secCmnTit.lazyloaded::after{
    background: url(../img/index/iconCmnTit02.png) center top / cover;
}
.secAfter .afterList{
    margin-top: 50px;
}
.secAfter .afterItem{
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.secAfter .afterItem:nth-child(2){
    margin-top: 50px;
    justify-content: flex-start;
}
.secAfter .afterImg{
    position: absolute;
    top: 0;
    left: 0;
}
.secAfter .afterItem:nth-child(2) .afterImg{
    left: auto;
    right: 0;
}
.secAfter .afterInner{
    width: calc(100% - 580px);
    padding: 0 0 8px 57px;
}
.secAfter .afterItem:nth-child(2) .afterInner{
    padding-left: 0;
    padding: 0 50px 12px 0;
} 
.secAfter .topTit{
    font-size: 32px;
    line-height: 1.6875;
    font-weight: bold;
    letter-spacing: 1px;
}
.secAfter .topTxt{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 10px;
}
.secAfter .subTxt{
    font-size: 13px;
    line-height: 1.84;
    margin-top: 16px;
}
.secAfter .subImg{
    margin-top: 32px;
}
@media only screen and (max-width:767px){
    .secAfter{
        margin-top: 40px;
    }
    .secAfter .secCmnBack .secCmnTit::after{
        width: 84px;
        height: 67px;
        top: -15px;
        left: -90px;
    }
    .secAfter .afterList{
        margin-top: 13px;
    }
    .secAfter .afterItem{
        height: auto;
        display: block;
    }
    .secAfter .afterItem:nth-child(2){
        border-top: solid 1px #cccccc;
        margin-top: 25px;
        padding-top: 24px;
    }
    .secAfter .afterImg{
        position: static;
        width: 100%;
        margin: 15px auto 0;
    }
    .secAfter .afterInner{
        width: 100%;
        padding: 0;
    }
    .secAfter .afterItem:nth-child(2) .afterInner{
        padding: 0 ;
    } 
    .secAfter .topTit{
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
        letter-spacing: normal;
    }
    .secAfter .topTxt{
        font-size: 14px;
        line-height: 1.78;
        margin-top: 13px;
    }
    .secAfter .subTxt{
        font-size: 12px;
        line-height: 1.75;
        margin-top: 10px;
    }
    .secAfter .subImg{
        margin-top: 16px;
        width: 100%;
    }
}
@media only screen and (max-width:359px){
    .secAfter .secCmnBack .secCmnTit {
        font-size: 15px;
        margin-left: 30px;
    }
}
/* secVoice */
.secVoice{
    margin-top: 100px;
}
.secVoice .secCmnBack .secCmnTit::after{
    position: absolute;
    content: "";
    width: 259px;
    height: 161px;
    top: -78px;
    right: -360px;
}
.secVoice .secCmnBack .secCmnTit.lazyloaded::after{
    background: url(../img/index/iconCmnTit03.png) center top / cover;
}
.secVoice .swiper-pagination{
    display: none;
}
.secVoice .swiper-wrapper{
    margin-top: 60px;
    display: block;
}
.secVoice .swiper-slide{
    border: solid 2px #333333;
    border-radius: 10px;
}
.secVoice .swiper-slide:nth-child(n+2){
    margin-top: 64px;
}
.secVoice .topTit{
    background: #333333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
    padding: 0 48px;
    border-radius: 8px 8px 0 0;
    font-size: 30px;
    font-weight: bold;
}
.secVoice .txtBox{
    padding: 30px 48px 33px;
}
.secVoice .txtBox:first-child{
    padding: 30px 48px 29px;
}
.secVoice .imgFlex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.secVoice .imgBox{
    position: relative;
    margin-right: 40px;
}
.secVoice .imgBox:last-child{
    margin-right: 0;
}
.secVoice .imgBox:first-child::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 36px;
    top: calc(50% - 18px);
    right: -28px;
}
.secVoice .imgBox:first-child.lazyloaded::after{
    background: url(../img/index/iconVoice100.gif) center top / cover;
}
.secVoice .imgTxt{
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
}
.secVoice .flexBox{
    margin-top: 38px;
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 10px;
    padding-left: 39px;
}
.secVoice .rightBox{
    width: calc(100% - 100px);
    min-height: 144px;
    border-radius: 10px;
    position: relative;
    padding: 21px 10px 21px 30px;
    display: flex;
    align-items: center;
}
.isDesktopIpad .secVoice .rightBox{
    padding: 21px 30px 21px 40px;
}
.secVoice .rightBox::after{
    content: "";
}
.secVoice .rightBox.lazyloaded::after{
}
.secVoice .rightTxt{
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 2.125;
} 
.secVoice .underTxt{
    font-size: 13px;
    text-align: right;
    margin-top: 19px;
}
@media only screen and (max-width:767px){
    .secVoice .swiper-pagination{
        display: block;
        position: static;
        padding-top: 14px;
    }
    .secVoice .swiper-pagination-bullet{
        background: #cccccc;
        opacity: 1;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 10px;
    }
    .secVoice .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    .secVoice .swiper-pagination-bullet-active{
        background: #e2150b;
    }
    .secVoice .swiper-wrapper{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 0;
    }
    .secVoice{
        margin-top: 39px;
    }
    .secVoice .secCmnBack .secCmnTit::after{
        width: 102px;
        height: 63px;
        top: -20px;
        left: -118px;
        right: auto;
    }
    .secVoice .swiper-container{
        overflow: visible;
    }
    .secVoice .boxSlider{
        margin-top: 20px;
        position: relative;
    }
    .secVoice .swiper-slide{
        position: relative;
        width: 100%;
        height: auto;
        border: solid 1px #333333;
    }
    .secVoice .swiper-slide:nth-child(n+2){
        margin-top: 0;
    }
    .secVoice .topTit{
        height: 73px;
        padding: 0 20px;
        border-radius: 9px 9px 0 0;
        font-size: 16px;
        line-height: 1.625;
        text-align: center;
    }
    .secVoice .txtBox{
        padding: 20px 14px 29px;
    }
    .secVoice .imgFlex{
        display: block;
    }
    .secVoice .imgBox{
        margin: 0 auto;
        width: 50%;
        min-width: 160px;
    }
    .secVoice .imgBox:nth-child(2){
        margin: 0 auto;
        margin-top: 30px;
        width: 90.16%;
    }
    .secVoice .imgBox:first-child::after{
        width: 30px;
        height: 12px;
        top: auto;
        bottom: -22px;
        right: calc(50% - 15px);
    }
    .secVoice .imgBox:first-child.lazyloaded::after{
        background: url(../img/index/iconVoice100_sp.gif) center top / cover;
    }
    .secVoice .imgTxt{
        width: 70px;
        height: 25px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .secVoice .flexBox{
        margin-top: 20px;
        display: block;
        padding-left: 0;
    }
    .secVoice .leftImg{
        width: 65px;
        margin: 0 auto;
    }
    .secVoice .rightBox{
        width: 100%;
        margin: 20px 0 0;
        padding: 14px 13px;
        min-height: auto;
    }
    .secVoice .rightBox::after{
    display: none;
    }
    .secVoice .rightBox.lazyloaded::after{
        background: url(../img/index/iconVoiceTxt_sp.gif) center top / cover;
    }
    .secVoice .rightTxt{
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.84;
    }
    .secVoice .rightTxt .spBox{
        display: flex;
    }
    .secVoice .rightTxt .spBox .leftImg{
        display: inline-block;
        min-width: 65px;
    }
    .secVoice .underTxt{
        display: none;
    }
}
@media only screen and (max-width:359px){
    .secVoice .secCmnBack .secCmnTit::after{
        left: -107px;
    }
    .secVoice .topTit{
        font-size: 14px;
    }
}
/* secTap */
.secTap{
    margin-top: 100px;
    padding-top: 65px;
    position: relative;
}    
.secTap .tapImg{
    position: absolute;
    top: 0;
    left: calc(50% - 245px);
}
.secTap .txtBox{
    width: 1000px;
    height: 280px;
    margin: 0 auto 0;
    border-radius: 10px;
    padding-top: 78px;
    background: #f7f6f2;
}
.secTap .topTit{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.secTap .flexBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.secTap .item{
    width: 300px;
    margin-right: 30px;
}
.secTap .item:nth-child(2){
    margin-right: 0;
}
.secTap .itemInner{
    height: 80px;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f76e23;
    box-shadow: 0 4px 1px #de631f;
}
.secTap .item:nth-child(2) .itemInner{
    background: #009944;
    box-shadow: 0 4px 1px #00893d;
}
.secTap .txt{
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .secTap{
        margin-top: 24px;
        padding-top: 50px;
    }    
    .secTap .tapImg{
        width: 314px;
        left: calc(50% - 157px);
    }
    .secTap .txtBox{
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 44px 0 34px;
    }
    .secTap .topTit{
        font-size: 17px;
        line-height: 1.65;
    }
    .secTap .flexBox{
        margin-top: 15px;
    }
    .secTap .item{
        width: 41.867%;
        margin-right: 11px;
    }
    .secTap .item:nth-child(2){
        margin-right: 0;
    }
    .secTap .itemInner{
        height: 55px;
    }
    .secTap .txt{
        font-size: 15px;
        letter-spacing: normal;
    }
    .secVoice .boxSlider .underTxtsp{
        font-size: 11px;
        line-height: 1.5;
        text-align: center;
        padding-top: 11px;
    }
}
@media only screen and (max-width:374px){
    .secTap .tapImg{
        width: 83.734%;
        left: calc(50% - 41.867%);
    }
}
@media only screen and (max-width:359px){
    .secTap{
        padding-top: 40px;
    }    
}
/* secPlan */
.secPlan{
    padding-top: 118px;
}
.secPlan .secCmnBack .secCmnTit::after{
    position: absolute;
    content: "";
    width: 181px;
    height: 171px;
    top: -90px;
    right: -210px;
}
.secPlan .secCmnBack .secCmnTit.lazyloaded::after{
    background: url(../img/index/iconCmnTit10.png) center top / cover;
}
.secPlan .subTxt{
    font-size: 18px;
    font-weight: bold;
    color: #2a1400;
    line-height: 2;
    margin-top: 41px;
    letter-spacing: 0.3px;
    text-align: center;
}
.secPlan .circleBox{
    position: absolute;
    border-radius: 50%;
    background: #ff7563;
    box-shadow: 4.243px 4.243px 6px 0px rgba(0, 0, 0, 0.2);
    width: 180px;
    height: 180px;
    right: 30px;
    top: -90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secPlan .circleTit{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-top: 33px;
    letter-spacing: 1px;
}
.secPlan .circleFlex{
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
}
.secPlan .price{
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}
.secPlan .txt40{
    font-size: 40px;
}
.secPlan .rightBox{
    margin-left: 3px;
    padding-bottom: 5px;
}
.secPlan .zei{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-left: 5px;
    text-align: left;
}
.secPlan .yen{
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-top: 3px;
}
.secPlan .fullPrice{
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secPlan{
        padding-top: 39px;
    }
    .secPlan .secCmnBack .secCmnTit::after{
        width: 72px;
        height: 68px;
        top: -44px;
        right: -66px;
    }
    .secPlan .subTxt{
        font-size: 14px;
        line-height: 1.78;
        margin-top: 13px;
        text-align: left;
    }
    .secPlan .circleBox{
        width: 110px;
        height: 110px;
        right: 10px;
        top: -84px;
    }
    .secPlan .circleTit{
        font-size: 12px;
        padding-top: 19px;
        letter-spacing: 0;
    }
    .secPlan .circleFlex{
        margin-top: 4px;
    }
    .secPlan .price{
        font-size: 36px;
    }
    .secPlan .txt40{
        font-size: 28px;
    }
    .secPlan .rightBox{
        margin-left: 2px;
        padding-bottom: 2px;
    }
    .secPlan .zei{
        font-size: 10px;
        margin-left: 2px;
    }
    .secPlan .yen{
        font-size: 11px;
        margin-top: 3px;
    }
    .secPlan .fullPrice{
        font-size: 10px;
        margin-top: 3px;
        letter-spacing: 0.3px;
    }
}
@media only screen and (max-width:359px){
    .secPlan .secCmnBack .secCmnTit::after{
        top: -64px;
        right: -48px;
    }
}
.secHeroSlider{
    overflow: hidden;
}
.secHeroSlider .boxSlider{
    padding-top: 45px;
    position: relative;
    overflow: visible;
}
.secHeroSlider .swiper-container{
    width: 100%;
    overflow: visible;
    position: relative;
}
.secHeroSlider .swiper-button-prev,
.secHeroSlider .swiper-button-next{
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 0;
    top: calc(50% - 27px);
    border-radius: 40px;
    z-index: 100;
}
.secHeroSlider .swiper-pagination{
    position: static;
    padding-top: 28px;
}
.secHeroSlider .swiper-pagination-bullet{
    background: #cccccc;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border-radius: 10px;
}
.secHeroSlider .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.secHeroSlider .swiper-pagination-bullet-active{
    background: #e2150b;
}
.secHeroSlider .swiper-slide{
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.secHeroSlider .swiper-slide a{
    color: inherit;
    text-decoration: none;
}
.secHeroSlider .txtBox{
    position: relative;
    height: 120px;
    padding: 29px 0 0 44px;
}
.secHeroSlider .icon{
    position: absolute;
    top: -30px;
    left: 44px;
}
.secHeroSlider .sliderTit{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #2a1400;
    text-align: left;
}
.secHeroSlider .sliderTxt{
    font-size: 15px;
    font-weight: bold;
    color: #2a1400;
    margin-top: 17px;
    text-align: left;
}
@media only screen and (max-width:767px){
    .secHeroSlider .boxSlider{
        border-top: none;
        padding-top: 8px;
    }
    .secHeroSlider .swiper-container{
        width: 100%;
    }
    .secHeroSlider .swiper-button-prev,
    .secHeroSlider .swiper-button-next{
        width: 30px;
        height: 30px;
        top: 37%;
    }
    .secHeroSlider .swiper-slide{
        border-radius: 0;
        box-shadow: none;
        padding: 10px 2.239%;
    }
    .secHeroSlider .swiper-slide .wrapperinner{
        box-shadow: 0px 0px 5.7px 0.3px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        margin: 0 auto;
    }
    .secHeroSlider .swiper-button-prev{
        left: -10px;
    }
    .secHeroSlider .swiper-button-next{
        right: -10px;
    }
    .secHeroSlider .swiper-pagination{
        padding-top: 5px;
    }
    .secHeroSlider .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .secHeroSlider .swiper-slide img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .secHeroSlider .icon{
        width: 60px;
        top: -13px;
        left: 20px;
    }
    .secHeroSlider .txtBox{
        height: auto;
        padding: 17px 0 18px 20px;
    }
    .secHeroSlider .sliderTit{
        font-size: 14px;
        letter-spacing: -1px;
    }
    .secHeroSlider .sliderTxt{
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 10px;
    }
}
@media only screen and (max-width:359px){
    .secHeroSlider .sliderTit{
        font-size: 13px;
    }
    .secPlan .tab{
        font-size: 14px;
    }
    .secPlan .circleBox{
        right: 5px;
        top: -90px;
    }
}
/* secTap02 */
.secTap.secTap02{
    margin-top: 59px;
}
@media only screen and (max-width:767px){
    .secTap.secTap02{
        margin-top: 25px;
    }
}
/* secCmnRink item003 */
.secCmnRink.item003{
    margin-top: 98px;
}
@media only screen and (max-width:767px){
    .secCmnRink.item003{
        margin-top: 38px;
    }
}
#phone{
    padding-top: 1px;
}
@media only screen and (max-width:767px){
    #phone{
        padding-top: 0;
    }
}

/* secColumn */
.secColumn{
    margin-top: 108px;
    padding: 100px 0 96px;
    text-align: center;
}
.secColumn.lazyloaded{
    background: url(../img/index/bgColumn.jpg) center top / cover;
}
.secColumn .txtTopJp{
    font-size: 30px;
    font-weight: bold;
}
.secColumn .imgTxtEng{
    width: 6%;
    margin: 30px auto 0;
}
.secColumn .boxList{
    margin-top: 57px;
    display: flex;
}
.secColumn .boxList .item{
    width: 30.157%;
    margin-right: 60px;
}
.secColumn .boxList .item:last-child{
    margin-right: 0;
}
.secColumn .itemColumn{
    height: 100%;
    padding-bottom: 57px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    display: block;
    text-align: left;
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.secColumn .itemColumn .boxTop{
    position: relative;
}
.secColumn .itemColumn .imgBox{
    padding-top: 67.358%;
}
.secColumn .itemColumn .imgBox img{
    border-radius: 10px 10px 0 0;
}
.secColumn .itemColumn .icon{
    position: absolute;
    bottom: -11px;
    left: 30px;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 11.5px;
    background: #64b4e7;
}
.secColumn .itemColumn .icon2{
    background: #ff7563;
}
.secColumn .itemColumn .txtAbout{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    margin-top: 27px;
    padding: 0 27px;
}
.secColumn .itemColumn .txtDate{
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 27px;
    padding-bottom: 32px;
}
.secColumn .btnNext{
    width: 280px;
    height: 64px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 5px solid #000;
    border-radius: 5px;
    position: relative;
    background: #fff;
    margin: 61px auto 0;
}
.secColumn .imgNext{
    position: absolute;
    top: 19px;
    right: 20px;
}
@media only screen and (max-width:767px){
    .secColumn{
        margin-top: 38px;
        padding: 40px 0 45px;
    }
    .secColumn.lazyloaded{
        background: url(../img/index/bgColumn_sp.jpg) center top / cover;
    }
    .secColumn .txtTopJp{
        font-size: 18px;
    }
    .secColumn .imgTxtEng{
        width: 14%;
        margin: 17px auto 0;
    }
    .secColumn .boxList{
        margin-top: 25px;
    }
    .secColumn .boxList .item{
        width: 48.4058%;
        margin-right: 21px;
    }
    .secColumn .boxList .item:nth-child(n+2){
        margin-right: 0;
    }
    .secColumn .boxList .item:nth-child(n+3){
        display: none;
    }
    .secColumn .itemColumn{
        padding-bottom: 40px;
    }
    .secColumn .itemColumn .imgBox{
        padding-top: 67.665%;
    }
    .secColumn .itemColumn .icon{
        left: 15px;
        font-size: 11px;
        padding: 6px 8px;
        border-radius: 11px;
    }
    .secColumn .itemColumn .txtAbout{
        font-size: 13px;
        line-height: 1.5;
        margin-top: 15px;
        padding: 0 15px;
    }
    .secColumn .itemColumn .txtDate{
        font-size: 11px;
        left: 15px;
        padding-bottom: 20px;
    }
    .secColumn .btnNext{
        width: 73%;
        height: 59px;
        font-size: 15px;
        margin: 30px auto 0;
    }
    .secColumn .imgNext{
        top: 16px;
        right: 14px;
        width: 20px;
    }
}

/*-----------------------------------------------
    fNavi
-----------------------------------------------*/
#fNavi{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}
#fNavi .fNaviCover{
    display: flex;
    justify-content: space-between;
}
#fNavi .naviItem{
    width: 33.333%;
    margin-right: 1px;
    height: 80px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 35px;
}
#fNavi .naviItem:nth-child(3){
    margin-right: 0;
}
#fNavi .naviItem.tel{
    padding-right: 23px;
}
#fNavi .naviItem.iwate.lazyloaded{
    background: #f76e23;
}
#fNavi .naviItem.miyagi{
    background: #009944;
}
#fNavi .naviItem.tel{
    background: #f8b551;
}
#fNavi .txt{
    display: block;
    margin-left: 12px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}
#fNavi .naviItem.spOnly{
    display: none;
}
@media only screen and (max-width:767px){
    #fNavi .naviItem.spNone{
        display: none;
    }
    #fNavi .naviItem.spOnly{
        display: flex;
    }
    #fNavi .naviItem{
        margin-right: 0;
        height: 50px;
        width: 33.1%;
        padding-right: 0;
    }
    #fNavi .naviItem.tel{
        padding-right: 0;
        /* padding-top: 10px; */
    }
    #fNavi .txt{
        text-align: left;
        margin-left: 0;
        line-height: 1.33;
        font-size: 12px;
        letter-spacing: 0;
        font-weight: 500;
    }
    #fNavi .icon{
        display: block;
        width: 32px;
        margin-right: 10px;
    }
    #fNavi .icon.tel{
        width: 22px;
    }
}
@media only screen and (max-width:350px){
    #fNavi .icon{
        margin-right: 5px;
    }
}
#fNavi + #footer{
    margin-bottom: 80px;
}
@media only screen and (max-width:767px){
    #fNavi + #footer{
        margin-bottom: 50px;
    }
}
/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    background: #f7f6f2;
    margin: 120px 0 0;
    padding: 80px 0 32px;
}
#footer .topBox{
    display: flex;
    align-items: center;
}
#footer .iconFlex{
    display: flex;
    align-items: center;
    width: calc(100% - 278px);
    padding-left: 35px;
}
#footer .icon{
    padding-left: 25px;
}
#footer .listBox{
    margin-top: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#footer .item{
    width: 615px;
}
#footer .topTit{
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 12px;
    background: linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 3px) left bottom / 3px 1px repeat-x;
    position: relative;
}
#footer .topTit::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #333333;
    width: 3px;
    height: 1px;
}
#footer .txtBox{
    margin-top: 29px;
    padding-right: 60px;
}
#footer .item:nth-child(2) .txtBox{
    margin-top: 25px;
}
#footer .tit{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
#footer .tit.m18{
    margin-top: 18px;
}
#footer .tit.m22{
    margin-top: 22px;
}
#footer .subTit{
    margin-left: 25px;
}
#footer .txt{
    font-size: 15px;
    line-height: 1.73;
    margin-top: 20px;
}
#footer .txt.m09{
    margin-top: 9px;
}
#footer .txt.m10{
    margin-top: 10px;
}
#footer .txt.m13{
    margin-top: 13px;
}
#footer .underTxt{
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 73px;
    text-align: center;
}
@media only screen and (max-width:767px){
    #footer{
        margin: 60px 0 0;
        padding: 50px 0 28px;
    }
    #footer .topBox{
        display: block;
    }
    #footer .logoImg{
        width: 240px;
        margin: 0 auto;
    }
    #footer .iconFlex{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-left: 0;
        margin-top: 31px;
    }
    #footer .icon{
        width: 30px;
        height: 30px;
        padding-left: 0;
        margin-right: 15px;
    }
    #footer .icon:nth-child(4){
        width: 42px;
        height: 30px;
        margin-right: 0;
    }
    #footer .listBox{
        margin-top: 29px;
        display: block;
    }
    #footer .item{
        width: 100%;
    }
    #footer .item:nth-child(2){
        margin-top: 24px;
    }
    #footer .topTit{
        font-size: 18px;
        padding-bottom: 11px;
    }
    #footer .txtBox{
        margin-top: 9px;
        padding-right: 0;
    }
    #footer .item:nth-child(2) .txtBox{
        margin-top: 9px;
    }
    #footer .tit{
        font-size: 14px;
        line-height: 1.86;
        letter-spacing: 1px;
    }
    #footer .tit.m18{
        margin-top: 10px;
    }
    #footer .tit.m22{
        margin-top: 9px;
    }
    #footer .subTit{
        margin-left: 15px;
    }
    #footer .txt{
        font-size: 13px;
        line-height: 1.76;
        margin-top: 5px;
    }
    #footer .txt.m09{
        margin-top: 4px;
    }
    #footer .txt.m10{
        margin-top: 5px;
    }
    #footer .txt.m13{
        margin-top: 10px;
    }
    #footer .underTxt{
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        margin-top: 32px;
    }
}
@media only screen and (max-width:374px){
    #footer .tit{
        font-size: 13px;
        letter-spacing: normal;
    }
}
@media only screen and (max-width:374px){
    #footer .tit{
        font-size: 12px;
    }
    #footer .txt{
        font-size: 12px;
    }
}