/* parts */
.orange{
    color: #ed592c;
}
.number{
    font-size: 120px;
    padding-left: 10px;
}
.f60{
    font-size: 60px;
}
.f70{
    font-size: 70px;
}
.secTit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: 120px;
    border-radius: 60px;
    background-color: hsl(14, 84%, 55%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
}
.secTit .subTit{
    font-size: 22px;
}
@media only screen and (max-width:767px){
    .number{
        font-size: 60px;
    }
    .f60{
        font-size: 24px;
    }
    .f70{
        font-size: 26px;
    }
    .secTit{
        max-width: 345px;
        height: 50px;
        gap: 8px;
        border-radius: 25px;
        font-size: 18px;
        letter-spacing: 0.5px;
        margin: 0 auto;
    }
    .secFlow .secTit{
        height: 70px;
        border-radius: 35px;;
    }
    .secTit .subTit{
        font-size: 14px;
    }
}
/* secTop */
.secHero{
    padding: 0;
    background: url(../img/concept/rakura/bgTop.jpg) center top / cover no-repeat;
}
.secHero .wrapperTop {
    padding: 109px 0 130px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.secHero .imgTop{
    position: absolute;
    top: 150px;
    left: 86px;
    z-index: 0;
}
.secHero .logo{
    position: relative;
    top: 0;
    right: 280px;
}
.secHero .imgTxt{
    position: relative;
    top: 0;
    right: 110px;
}
.secHero .txtPriceBox{
    display: flex;
    align-items: center;
    padding: 0 170px 0 0;
    position: relative;
    z-index: 1;
}
.secHero .txtPriceBox .txtPrice{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    color: #ffff00;
    background-color: #ed592c;
    text-align: center;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: calc(38/32);
}
.secHero .boxPrice{
    display: flex;
    align-items: flex-end;
    margin-left: 20px;
}
.secHero .boxPrice .main{
    color: #ed592c;
    font-size: 157px;
}
.secHero .boxPrice .txtTax{
    color: #58605d;
    font-size: 20px;
    letter-spacing: 0.3px;
}
.secHero .boxPrice .txtBox{
    margin-left: 10px;
}
.secHero .txtTax .number{
    font-size: 41px;
}
.secHero .boxPrice .mainPrice{
    color: #ed592c;
    font-size: 72px;
    letter-spacing: 0.3px;
    margin-top: 20px;
}
.secHero .topTxt .txtPoint{
    color: #58605d;
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width:1774px){
    .secHero .imgTop {
        left: 0px;
    }
    .secHero .logo {
        right: 170px;
    }
    .secHero .imgTxt {
        right: 10px;
    }
    .secHero .txtPriceBox{
        padding: 0 80px 0 0;
    }
    .secHero .topTxt .txtPoint{
        padding-left: 40px;
    }
}
@media only screen and (max-width:1565px){
    .secHero .imgTop img {
        vertical-align: bottom;
        width: 80%;
        height: 100%;
    }
}


@media only screen and (max-width:767px){
    .secHero{
        padding: 0;
        background: url(../img/concept/rakura/bgTop_sp.jpg) center top / cover no-repeat;
    }
    .secHero .wrapperTop {
        align-items: center;
        padding: 35px 0 205px;
        max-width: 339px;
    }
    .secHero .imgTop{
        top: unset;
        bottom: -5px;
        left: 53%;
        transform: translateX(-50%);
        width: 88.5%;
    }
    .secHero .imgTop img {
        width: 100%;
    }
    .secHero .logo{
        right: 0;
        width: 53.1%;
    }
    .secHero .imgTxt{
        right: -3%;
        width: 99.706%;
    }
    .secHero .txtPriceBox{
        padding: 0;
    }
    .secHero .txtPriceBox .txtPrice{
        width: 70px;
        height: 70px;
        font-size: 16px;
        line-height: calc(19/16);
    }
    .secHero .boxPrice{
        margin-left: 0;
    }
    .secHero .boxPrice .main{
        font-size: 78px;
    }
    .secHero .boxPrice .txtTax{
        font-size: 10px;
    }
    .secHero .boxPrice .txtBox{
        margin-left: 5px;
    }
    .secHero .txtTax .number{
        font-size: 20px;
        padding-left: 0;
    }
    .secHero .boxPrice .mainPrice{
        font-size: 36px;
        margin-top: 10px;
    }
    .secHero .topTxt .txtPoint{
        font-size: 15px;
        margin-top: 30px;
        text-align: center;
        padding-left: 0px;
    }
}
@media only screen and (max-width:365px){
    .secHero .boxPrice .main {
        font-size: 60px;
    }
}
@media only screen and (max-width:350px){
    .secHero .txtPriceBox .txtPrice {
        width: 60px;
        height: 60px;
        font-size: 14px;
        line-height: calc(17 / 14);
    }
    .secHero .boxPrice {
        margin-left: 5px;
    }
    .secHero .boxPrice .mainPrice {
        font-size: 28px;
        margin-top: 5px;
    }
    .secHero .topTxt .txtPoint {
        font-size: 12px;
        margin-top: 24px;
    }
}
/* secWorries */
.secWorries{
    padding: 0;
}
.secWorries.lazyloaded{
    background: url(../img/concept/rakura/bgWorries.jpg) center top / cover no-repeat;
}
.secWorries .wrapper{
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 330px;
}
.secWorries .tit{
    color: #fff;
    font-size: 50px;
    line-height: calc(80 / 50);
    letter-spacing: 0.8px;
}
.secWorries .wrapper1720{
    /* width: 89.584%; */
    width: 1720px;
    margin: 0 auto;
}
.secWorries .listWorries{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}
.secWorries .listWorries .item{
    width: calc((100% - 120px) /4);
    height: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-size: 26px;
    line-height: calc(40 / 26);
    letter-spacing: 1px;
    color: #fff;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}
.secWorries .listWorries .item.lazyloaded:nth-child(1){
    background: url(../img/concept/rakura/bgSecWorriesItem01.jpg) center center / cover no-repeat;
}
.secWorries .listWorries .item.lazyloaded:nth-child(2){
    background: url(../img/concept/rakura/bgSecWorriesItem02.jpg) center center / cover no-repeat;
}
.secWorries .listWorries .item.lazyloaded:nth-child(3){
    background: url(../img/concept/rakura/bgSecWorriesItem03.jpg) center center / cover no-repeat;
}
.secWorries .listWorries .item.lazyloaded:nth-child(4){
    background: url(../img/concept/rakura/bgSecWorriesItem04.jpg) center center / cover no-repeat;
}
.secWorries .listWorries .item .imgIcon{
    position: absolute;
}
.secWorries .listWorries .item:nth-child(1) .imgIcon{
    right: calc(65px / 5 * -1);
    bottom: calc(85px / 2 * -1);
}
.secWorries .listWorries .item:nth-child(2) .imgIcon{
    right: calc(82px / 5 * -1);
    bottom: calc(74px / 2 * -1);
}
.secWorries .listWorries .item:nth-child(3) .imgIcon{
    right: calc(75px / 5 * -1);
    bottom: calc(76px / 2 * -1);
}
.secWorries .listWorries .item:nth-child(4) .imgIcon{
    right: calc(60px / 5 * -1);
    bottom: calc(81px / 2 * -1);
}
.secWorries .tit:nth-of-type(2){
    margin-top: 100px;
}
.secWorries .contentsBox{
    position: relative;
    width: 1280px;
    height: 400px;
    margin: 0 auto;
    margin-top: 60px;
}
.secWorries .contentsBox .imgbox{
    width: 100%;
}
.secWorries .contentsBox .imgIcon{
    position: absolute;
    z-index: 0;
}
.secWorries .contentsBox .imgIcon.imgLeft{
    top: -39%;
    left: 4%;
}
.secWorries .contentsBox .imgIcon.imgRight{
    top: -42%;
    right: 2%;
}
.secWorries .box{
    display: flex;
    justify-content: flex-start;
    width: 1280px;
    height: 400px;
    background-color: #fff;
    border: 3px solid #ed592c;
    position: relative;
    padding-left: 80px;
    border-radius: 10px;
    z-index: 0;
}
.secWorries .box .flex{
    display: flex;
    align-items: center;
}
.secWorries .flex .txt{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #ed592c;
    color: #fff;
    font-size: 32px;
    line-height: calc(40/32);
    letter-spacing: 0.5px;
}
.secWorries .flex .check{
    margin-left: 60px;
    text-align-last: left;
    font-size: 30px;
    letter-spacing: 0.8px;
}
.secWorries .check .item{
    text-decoration: underline #ffff00;
    text-underline-offset: 6px;
    text-decoration-thickness: 4px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 77px;
}
.secWorries .check .item::before{
    content: "";
    position: absolute;
    width: 47px;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.secWorries .check .item.lazyloaded::before{
    background: url(../img/concept/rakura/iconCheckbox.png) center center / cover no-repeat;
}
.secWorries .check .item:last-child{
    margin-bottom: 0;
}
.secWorries .box .imgPeople{
    position: absolute;
    right: 45px;
    bottom: 0;
}
@media only screen and (max-width:1800px){
    .secWorries .listWorries{
        flex-wrap: wrap;
    }
        .secWorries .wrapper1720{
        width: 840px;
        margin: 0 auto;
    }
    .secWorries .listWorries .item{
        width: calc((100% - 40px) /2);
    }
    .secWorries .listWorries .item:nth-child(n+3){
        margin-top: 60px;
    }
}
@media only screen and (max-width:767px){
    .secWorries{
        padding: 0;
        position: relative;
        z-index: 10;
    }
    .secWorries.lazyloaded{
        background: url(../img/concept/rakura/bgWorries_sp.jpg) center top / cover no-repeat;
    }
    .secWorries .wrapper{
        padding: 50px 0 90px;
    }
    .secWorries .tit{
        font-size: 20px;
        line-height: calc(35 / 20);
        letter-spacing: 0.5px;
    }
    .secWorries .wrapper1720{
        width: 100%;
    }
    .secWorries .listWorries{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 345px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .secWorries .listWorries .item{
        width: 100%;
        height: 120px;
        justify-content: center;
        text-align: center;
        font-size: 15px;
        line-height: calc(24 / 15);
        letter-spacing: 0.8px;
        border-radius: 10px;
        padding: 40px;
        margin-top: 20px;
    }
    .secWorries .listWorries .item:first-child{
        margin-top: 0;
    }
    .secWorries .listWorries .item:nth-child(n+3){
        margin-top: 20px;
    }
    .secWorries .listWorries .item.lazyloaded:nth-child(1){
        background: url(../img/concept/rakura/bgSecWorriesItem01_sp.jpg) center center / cover no-repeat;
    }
    .secWorries .listWorries .item.lazyloaded:nth-child(2){
        background: url(../img/concept/rakura/bgSecWorriesItem02_sp.jpg) center center / cover no-repeat;
    }
    .secWorries .listWorries .item.lazyloaded:nth-child(3){
        background: url(../img/concept/rakura/bgSecWorriesItem03_sp.jpg) center center / cover no-repeat;
    }
    .secWorries .listWorries .item.lazyloaded:nth-child(4){
        background: url(../img/concept/rakura/bgSecWorriesItem04_sp.jpg) center center / cover no-repeat;
    }
    .secWorries .listWorries .item .imgIcon{
        position: absolute;
        width: 24.35%;
        max-width: 84px;
    }
    .secWorries .listWorries .item:nth-child(1) .imgIcon{
        right: calc(33px / 5 * 1);
        bottom: calc(43px / 8 * -1);
    }
    .secWorries .listWorries .item:nth-child(2) .imgIcon{
        right: calc(42px / 3 * 1);
        bottom: calc(38px / 8 * -1);
    }
    .secWorries .listWorries .item:nth-child(3) .imgIcon{
        right: calc(35px / 5 * 1);
        bottom: calc(39px / 8 * -1);
    }
    .secWorries .listWorries .item:nth-child(4) .imgIcon{
        right: calc(30px / 5 * 1);
        bottom: calc(41px / 8 * -1);
    }
    .secWorries .tit:nth-of-type(2){
        margin-top: 40px;
    }
    .secWorries .contentsBox{
        position: relative;
        width: 100%;
        max-width: 345px;
        height: auto;
        margin: 0 auto;
        margin-top: 32px;
    }
    .secWorries .contentsBox .imgbox{
        width: 100%;
    }
    .secWorries .contentsBox .imgIcon{
        position: absolute;
        z-index: 0;
        width: 22.03%;
        max-width: 76px;
    }
    .secWorries .contentsBox .imgIcon.imgLeft{
        top: -30%;
        left: 1%;
    }
    .secWorries .contentsBox .imgIcon.imgRight{
        top: -32%;
        right: 1%;
    }
    .secWorries .box{
        display: flex;
        justify-content: flex-start;
        width: 100%;
        max-width: 345px;
        height: auto;
        background-color: #fff;
        border: 2px solid #ed592c;
        position: relative;
        padding: 15px 14px 32px;
        border-radius: 10px;
        z-index: 0;
        margin: 0 auto;
    }
    .secWorries .box .flex{
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .secWorries .flex .txt{
        flex-direction: row;
        width: 100%;
        height: 35px;
        border-radius: 17.5px;
        font-size: 16px;
        line-height: calc(20/16);
    }
    .secWorries .flex .check{
        margin-left: 0;
        font-size: 16px;
        margin-top: 23px;
    }
    .secWorries .check .item{
        text-decoration: underline #ffff00;
        text-underline-offset: 4px;
        text-decoration-thickness: 3px;
        margin-bottom: 25px;
        position: relative;
        padding-left: 35px;
    }
    .secWorries .check .item::before{
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .secWorries .check .item.lazyloaded::before{
        background: url(../img/concept/rakura/iconCheckbox_sp.png) center center / cover no-repeat;
    }
    .secWorries .check .item:last-child{
        margin-bottom: 0;
    }
    .secWorries .box .imgPeople{
        position: absolute;
        right: -14px;
        bottom: -1px;
        width: 23.6%;
    }
}
@media only screen and (max-width:370px){
    .secWorries .flex .check {
        font-size: 15px;
    }
    .secWorries .check .item::before {
        width: 22px;
        height: 22px;
    }
    .secWorries .check .item {
        padding-left: 30px;
    }
}
@media only screen and (max-width:340px){
    .secWorries .contentsBox .imgIcon.imgLeft {
        top: -29%;
        left: 1%;
    }
    .secWorries .contentsBox .imgIcon.imgRight {
        top: -31%;
        right: 1%;
    }
    .secWorries .flex .check {
        font-size: 13px;
    }
    .secWorries .check .item::before {
        width: 20px;
        height: 20px;
    }
    .secWorries .check .item {
        padding-left: 25px;
    }
}
/* secSolution */
.secSolution{
    margin-top: -220px;
    padding: 100px 0 120px;
}
.secSolution.lazyloaded{
    background: url(../img/concept/rakura/bgSecSolution.png) center top / cover no-repeat;
}
.secSolution .tit{
    font-size: 60px;
    letter-spacing: 0.8px;
    color: #fff;
    text-align: center;
    text-decoration: underline #ffff00;
    text-underline-offset: 30px;
    text-decoration-thickness: 8px;
    margin-bottom: 140px;
}
@media only screen and (max-width:767px){
    .secSolution{
        margin-top: -10%;
        padding: 40px 0;
        position: relative;
        z-index: 15;
    }
    .secSolution.lazyloaded{
        background: url(../img/concept/rakura/bgSecSolution_sp.png) center top / cover no-repeat;
    }
    .secSolution .tit{
        font-size: 20px;
        letter-spacing: 0.5px;
        text-underline-offset: 4px;
        text-decoration-thickness: 3px;
        margin-bottom: 45px;
    }
    .secSolution .imgSolution{
        width: 92%;
        margin: 0 auto;
    }
}
/* secQuality */
.secQuality{
    padding: 100px 0 150px;
}
.secQuality.lazyloaded{
    background: url(../img/concept/rakura/bgSecQuality.jpg) center top / cover no-repeat;
}
.secQuality .titBox{
    text-align: center;
}
.secQuality .tit02 .imgTit{
    margin-top: 100px;
}
.secQuality .tit{
    font-size: 60px;
    letter-spacing: 4px;
}
.secQuality .box02 .tit{
    color: #000;
}
.secQuality .tit01 .tit{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}
.secQuality .tit02 .tit{
    margin-top: 10px;
}
.secQuality .txt{
    font-size: 40px;
    line-height: calc(70 /40);
    letter-spacing: 0.8px;
    margin-top: 18px;
}
.secQuality .tit02 .txt{
    margin-top: 16px;
}
.secQuality .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    margin-top: 60px;
    padding: 60px;
}
.secQuality .box01,
.secQuality .box03{
    margin-top: 50px;
}
.secQuality .box .boxTit{
    font-size: 30px;
    letter-spacing: 1.4px;
    padding-bottom: 30px;
    position: relative;
}
.secQuality .box .boxTit::after{
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #ed592c;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.secQuality .box01 .boxImg{
    margin-top: 30px;
}
.secQuality .box02 .boxImg.imgTop{
    margin-top: 40px;
}
.secQuality .box02 .border{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin-top: 60px;
}
.secQuality .box02 .boxImg.imgBottom{
    margin-top: 30px;
}
.secQuality .box04 .boxList{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 50px;
}
.secQuality .boxList .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ed592c;
}
.secQuality .boxList .data{
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: calc(32 / 22);
    letter-spacing: 0.8px;
    margin-top: 18px;
}
@media only screen and (max-width:767px){
    .secQuality{
        padding: 40px 0 50px;
    }
    .secQuality.lazyloaded{
        background: url(../img/concept/rakura/bgSecQuality_sp.jpg) center top / cover no-repeat;
    }
    .secQuality .tit01 .imgTit{
        margin: 0 auto;
        width: 37.105%;
    }
    .secQuality .tit02 .imgTit{
        margin: 40px auto 0;
        width: 37.105%;
    }
    .secQuality .tit{
        font-size: 26px;
        margin-top: 10px;
    }
    .secQuality .tit01 .tit{
        margin-top: -10px;
    }
    .secQuality .txt{
        font-size: 16px;
        line-height: calc(30 /16);
        letter-spacing: 0.5px;
        margin-top: 10px;
    }
    .secQuality .box{
        margin-top: 20px;
        padding: 30px 15px 20px;
    }
    .secQuality .box02,
    .secQuality .box03{
        padding: 30px 0 20px;
    }
    .secQuality .box01,
    .secQuality .box03{
        margin-top: 20px;
    }
    .secQuality .box .boxTit{
        font-size: 16px;
        letter-spacing: 0.5px;
        padding-bottom: 15px;
    }
    .secQuality .box .boxTit::after{
        width: 30px;
        height: 2px;
    }
    .secQuality .box01 .boxImg{
        margin-top: 15px;
        max-width: 315px;
    }
    .secQuality .box02 .boxImg.imgTop{
        margin-top: 15px;
    }
    .secQuality .box02 .border{
        margin-top: 20px;
        width: 90%;
    }
    .secQuality .box02 .boxImg.imgBottom{
        margin-top: 20px;
    }
    .secQuality .box04 .boxList{
        margin-top: 20px;
        gap: 10px;
        max-width: 400px;
    }
    .secQuality .box04 .imgItem{
        width: 48.82%;
    }
    .secQuality .boxList .item{
        width: calc((100% - 20px)/3);
        height: 114px;
        border-radius: 10px;
    }
    .secQuality .boxList .data {
        font-size: 13px;
        line-height: calc(20 / 13);
        letter-spacing: 0.5px;
        margin-top: 8px;
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
    }
/* ▼scrollItem*/
    .scrollItem{
        position: relative;
        width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
	}  
	.scrollItem::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
    .scrollItem::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/common/iconScroll.png) center center / 110px auto no-repeat;
        transition: all 0.2s ease-out 0.2s;
        animation: sideItem 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
    .scrollItem.on::before{
		opacity: 0.8;
	}
	.box02 .dataImg.imgTop img{
		height: 245.5px;
		width: auto;
        padding: 0 15px;
        display: flex;
        margin: 0 auto;
	}
	.box02 .dataImg.imgBottom img{
		height: 194px;
		width: auto;
        padding: 0 15px;
        display: flex;
        margin: 0 auto;
	}
	.box03 .dataImg img{
		height: 110px;
		width: auto;
        padding: 0 15px;
        display: flex;
        margin: 0 auto;
	}
    .scrollItem.scrolled::before {
        opacity: 0;
    }
}
@media only screen and (min-width: 550px) {
    .box02 .scrollItem {
        overflow-x: visible;
    }
    .box02 .scrollItem::before {
        display: none;
    }
}
@media only screen and (min-width: 680px) {
    .box03 .scrollItem {
        overflow-x: visible;
    }
    .box03 .scrollItem::before {
        display: none;
    }
}
@media only screen and (max-width:350px){
    .secQuality .boxList .data {
        font-size: 11px;
        line-height: calc(16 / 11);
        margin-top: 10px;
    }
}
@-webkit-keyframes sideItem {
	0%   { transform:translateX(0); }
	25%   { transform:translateX(10px) }
	50% { transform:translateX(0); }
	75% { transform:translateX(-10px); }
	100% { transform:translateX(0); }
}
@-moz-keyframes sideItem {
	0%   { transform:translateX(0); }
	25%   { transform:translateX(10px) }
	50% { transform:translateX(0); }
	75% { transform:translateX(-10px); }
	100% { transform:translateX(0); }
}
@keyframes sideItem {
	0%   { transform:translateX(0); }
	25%   { transform:translateX(10px) }
	50% { transform:translateX(0); }
	75% { transform:translateX(-10px); }
	100% { transform:translateX(0); }
}
/* secVoice */
.secVoice{
    padding: 120px 0 150px;
}
.secVoice.lazyloaded{
    background: url(../img/concept/rakura/bgSecVoice.jpg) center top / cover no-repeat;
}
.secVoice .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
}
.secVoice .list .item{
    display: flex;
    width: calc((100% - 40px)/ 2);
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}
.secVoice .item .flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secVoice .item .data{
    font-size: 16px;
    line-height: calc(22 / 16);
    letter-spacing: 0.5px;
    margin-top: 14px;
    text-align: center;
}
.secVoice .item .txt{
    font-size: 16px;
    line-height: calc(30 / 16);
    letter-spacing: 0.4px;
    margin-top: -10px;
    margin-left: 30px;
}
@media only screen and (max-width:1420px){
    .secVoice .item .data{
        font-size: 13px;
        line-height: calc(22 / 16);
        letter-spacing: 0;
        margin-top: 14px;
        text-align: center;
    }
    .secVoice .item .txt{
        font-size: 12px;
        line-height: calc(30 / 16);
        letter-spacing: 0;
        margin-left: 30px;
    }
}
@media only screen and (max-width:767px){
    .secVoice{
        padding: 40px 0 50px;
    }
    .secVoice.lazyloaded{
        background: url(../img/concept/rakura/bgSecVoice_sp.jpg) center top / cover no-repeat;
    }
    .secVoice .list{
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
        margin-top: 30px;
    }
    .secVoice .list .item{
        flex-direction: column;
        width: 100%;
        padding: 20px 15px 15px;
    }
    .secVoice .item .flex{
        display: flex;
        flex-direction: row;
    }
    .secVoice .item .imgIcon{
        width: 19.05%;
    }
    .secVoice .item .data{
        font-size: 14px;
        line-height: calc(20 / 14);
        letter-spacing: 0.5px;
        margin-top: 0;
        margin-left: 20px;
    }
    .secVoice .item .txt{
        font-size: 12px;
        line-height: calc(25 / 12);
        letter-spacing: 0;
        margin-top: 5px;
        margin-left: 0;
    }
}
/* secPlan */
.secPlan{
    padding: 120px 0 150px;
}
.secPlan.lazyloaded{
    background: url(../img/concept/rakura/bgSecPlan.jpg) center top / cover no-repeat;
}
.secPlan .txtPlan{
    text-align: center;
    margin-top: 40px;
    padding: 0 22px;
    position: relative;
}
.secPlan .txtPlan::before{
    content: "";
    position: absolute;
    width: 48px;
    height: 74px;
    left: 20%;
    top: 50%;
}
.secPlan .txtPlan::after{
    content: "";
    position: absolute;
    width: 48px;
    height: 74px;
    right: 20%;
    top: 50%;
}
.secPlan .txtPlan.lazyloaded::before{
    background: url(../img/concept/rakura/iconLeft.png);
}
.secPlan .txtPlan.lazyloaded::after{
    background: url(../img/concept/rakura/iconRight.png);
}
.secPlan .boxPlan{
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
}
.secPlan .boxPlan .boxData{
    display: flex;
    gap: 20px;
}
.secPlan .boxData .boxLeft{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 27px 40px;
    background-color: #ede9d0;
    border-radius: 10px;
    width: calc(100% / 3);
}
.secPlan .boxLeft .txtBox{
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.secPlan .boxLeft .txt{
    font-size: 15px;
    letter-spacing: 0.5px;
}
.secPlan .boxData .boxRight{
    display: flex;
    background-color: #ffff00;
    border: 3px solid #ed592c;
    border-radius: 10px;
    width: 65%;
}
.secPlan .boxRight .txt{
    background-color: #ed592c;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.5px;
    padding: 57px 35px;
}
.secPlan .boxRight .txtPrice{
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.secPlan .boxRight .number{
    font-size: 100px;
    padding-left: 0;
}
.secPlan .boxRight .txtJp{
    margin-top: 40px;
    margin-left: 5px;
}
.secPlan .boxPlan .point{
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    text-align: center;
}
.secPlan .boxPlan .imgBox{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.secPlan .imgBox img{
    border-radius: 10px;
}
.secPlan .imgRight img{
    border: 1px solid #e6e6e6;
}
@media only screen and (max-width:767px){
    .secPlan{
        padding: 40px 0 50px;
    }
    .secPlan.lazyloaded{
        background: url(../img/concept/rakura/bgSecPlan_sp.jpg) center top / cover no-repeat;
    }
    .secPlan .txtPlan{
        max-width: 345px;
        margin: 18px auto 0;
        padding: 0 10px;
        position: relative;
        letter-spacing: 0.6px;
    }
    .secPlan .txtPlan .number{
        padding-left: 0;
        font-size: 46px;
    }
    .secPlan .txtPlan::before{
        content: "";
        position: absolute;
        width: 18px;
        height: 28px;
        left: 4%;
        top: unset;
        bottom: -8%;
    }
    .secPlan .txtPlan::after{
        content: "";
        position: absolute;
        width: 18px;
        height: 28px;
        right: 4%;
        top: unset;
        bottom: -8%;
    }
    .secPlan .txtPlan.lazyloaded::before{
        background: url(../img/concept/rakura/iconLeft_sp.png) center top / cover no-repeat;
    }
    .secPlan .txtPlan.lazyloaded::after{
        background: url(../img/concept/rakura/iconRight_sp.png) center top / cover no-repeat;
    }
    .secPlan .boxPlan{
        padding: 15px;
        margin-top: 20px;
    }
    .secPlan .boxPlan .boxData{
        flex-direction: column;
        gap: 10px;
    }
    .secPlan .boxData .boxLeft{
        flex-direction: row;
        gap: 20px;
        padding: 20px;
        width: 100%;
    }
    .secPlan .boxLeft .txtBox{
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .secPlan .boxLeft .txt{
        font-size: 13px;
    }
    .secPlan .boxData .boxRight{
        width: 100%;
    }
    .secPlan .boxRight .txt{
        font-size: 18px;
        line-height: calc(24/18);
        padding: 13px 20px;
    }
    .secPlan .boxRight .txtPrice{
        font-size: 20px;
    }
    .secPlan .boxRight .number{
        font-size: 50px;
        padding-left: 0;
    }
    .secPlan .boxRight .txtJp{
        margin-top: 25px;
        margin-left: 5px;
    }
    .secPlan .boxPlan .point{
        font-size: 10px;
        line-height: calc(18/10);
        margin-top: 8px;
        text-align: left;
    }
    .secPlan .boxPlan .imgBox{
        gap: 10px;
        margin-top: 15px;
        flex-direction: column;
    }
}
@media only screen and (max-width:365px){
    .secPlan .boxData .boxLeft {
        gap: 10px;
    }
    .secPlan .boxLeft .txt {
        font-size: 11px;
    }
}
@media only screen and (max-width:350px){
    .secPlan .txtPlan.f60{
        font-size: 20px;
    }
    .secPlan .txtPlan .number{
        font-size: 50px;
    }
    .secPlan .txtPlan::before {
        left: 7%;
    }
    .secPlan .txtPlan::after {
        right: 7%;
    }
    .secPlan .boxRight .txtJp {
        margin-left: 0px;
        font-size: 18px;
    }
    .secPlan .boxRight .number {
        font-size: 45px;
    }
}
/* secFlow */
.secFlow{
    padding: 120px 0;
}
.secFlow.lazyloaded{
    background: url(../img/concept/rakura/bgSecFlow.jpg) center top / cover no-repeat;
}
.secFlow .boxList{
    position: relative;
}
.secFlow .boxList::before{
    content: "";
    position: absolute;
    background-color: #ed592c;
    width: 750px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}
.secFlow .list{
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-top: 80px;
    z-index: 1;
}
.secFlow .list .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 40px)/ 4);
    padding: 32px 40px 150px;
    background-color: #fff;
    border: 3px solid #ed592c;
    border-radius: 10px;
    position: relative;
}
.secFlow .list .step{
    font-size: 40px;
    letter-spacing: 0.4px;
}
.secFlow .list .flow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #ed592c;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.8px;
    border-radius: 10px;
    margin-top: 26px;
}
.secFlow .item .iconFlow{
    position: absolute;
}
.secFlow .item01 .iconFlow{
    bottom: -10%;
    left: 46%;
    transform: translateX(-50%);
}
.secFlow .item02 .iconFlow{
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}
.secFlow .item03 .iconFlow{
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.secFlow .item04 .iconFlow{
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width:767px){
    .secFlow{
        padding: 40px 0;
    }
    .secFlow.lazyloaded{
        background: url(../img/concept/rakura/bgSecFlow_sp.jpg) center top / cover no-repeat;
    }
    .secFlow .boxList{
        position: relative;
    }
    .secFlow .boxList::before{
        width: 80%;
        height: 2px;
        top: 23.5%;
        left: unset;
        right: -10%;
        transform: unset;
    }
    .secFlow .boxList::after{
        content: "";
        position: absolute;
        background-color: #ed592c;
        width: 80%;
        height: 2px;
        top: 76%;
        left: -10%;
    }
    .secFlow .list{
        position: relative;
        flex-wrap: wrap;
        gap: 20px 25px;
        z-index: 1;
        max-width: 345px;
        margin: 17px auto 0;
    }
    .secFlow .list .item{
        width: calc((100% - 25px)/ 2);
        padding: 19px 15px 88px;
        border: 2px solid #ed592c;
    }
    .secFlow .list .step{
        font-size: 24px;
    }
    .secFlow .list .flow{
        height: 30px;
        font-size: 15px;
        border-radius: 5px;
        margin-top: 15px;
    }
    .secFlow .item .iconFlow{
        width: 78.21%;
    }
    .secFlow .item01 .iconFlow{
        bottom: 0;
    }
    .secFlow .item02 .iconFlow{
        bottom: 0;
    }
}
/* secBnr */
.secBnr{
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
@media only screen and (max-width:767px){
    .secBnr{
        padding: 50px 0 40px;
        gap: 40px;
    }
}