@charset "utf-8";

@font-face {
    font-family: 'M PLUS Rounded 1c';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.woff2) format('woff2'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.woff) format('woff'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.woff2) format('woff2'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.woff) format('woff'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'M PLUS Rounded 1c';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Bold.woff2) format('woff2'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Bold.woff) format('woff'),
        url(../fonts/MPLUSRounded1c/MPLUSRounded1c-Bold.ttf) format('truetype');
}

body {
    color: #000;
    font-size: 12px;
    font-family: YakuHanRP, 'M PLUS Rounded 1c', sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    position: relative;
    word-break: break-all;
	min-width:1240px;
    overflow-y: scroll;
}

@media only screen and (max-width:767px) {
    body {
        min-width: 0;
    }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
.pageInner {
    background: #b5d4ea;
}

/* secHero */
.secHero {
    padding: 40px 0 0;
}
.secHero .imgMain{
    position: relative;
}
.secHero .imgMain:before{
    content: '';
    position: absolute;
    background: url(../img/index/imgMain.gif) center top / cover no-repeat;
    width: 200px;
    height: 200px;
    right: 25.5%;
    bottom: 50%;
}
@media only screen and (max-width:1400px) {
    .secHero .imgMain:before{
        width: 180px;
        height: 180px;
    }
}
@media only screen and (max-width:767px) {
    .secHero {
        width: 100%;
        padding: 20px 0 0;
    }
    .secHero .imgMain:before{
        width: 29.335vw;
        height: 29.335vw;
        bottom: 51%;
        right: 8%;
    }
}

/* secCommitment */
.secCommitment {
    text-align: center;
    margin: 70px auto 0;
}
.secCommitment .imgCommitment{
    width: 1380px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}

@media only screen and (max-width:767px) {
    .secCommitment {
        margin: 30px auto 0;
    }
    .secCommitment .imgCommitment{
        width: 100%;
		max-width: none;
    }
}

/* secStart */
.secStart {
    margin-top: 20px;
    position: relative;
}
.secStart:after{
    content: '';
    position: absolute;
    background: url(../img/index/imgBook.gif) center center / cover no-repeat;
    width: 200px;
    height: 200px;
    top: 190px;
    left: calc(50% - 100px);
    z-index: 1;
}
@media only screen and (max-width:767px) {
    .secStart:after {
        content: '';
        position: absolute;
        background: url(../img/index/imgBook.gif) center center / cover no-repeat;
        width: 23.313vw;
        height: 23.313vw;
        top: 102vw;
        left: calc(50% - 50px);
        z-index: 1;
    }
}

/* secPerformance */
.boxTIt {
    position: relative;
    z-index: 2;
}

.boxTIt .titContents {
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.boxTIt .titSubContents {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.boxTIt .txtContents {
    margin-bottom: 50px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.boxTIt .icon {
    position: absolute;
    top: -100px;
    left: calc(50% - 43px);
}

.txtBoxContents {
    text-align: left;
}

.txtBoxContents .titBox {
    font-size: 28px;
    color: #1e679e;
    font-weight: bold;
    letter-spacing: 3px;
}

.txtBoxContents .txtBox {
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 3px;
    font-weight: 500;
    margin-top: 14px;
}


.secPerformance {
    position: relative;
    background: #fffcf2;
    padding-top: 15px;
    margin-top: 200px;
    text-align: center;
    padding-bottom: 100px;
    border-radius: 0 0 30px 30px;
}

.secPerformance.lazyloaded:before {
    content: '';
    background: url(../img/index/bgPerformance.png) center bottom / contain no-repeat;
    position: absolute;
    width: 100%;
    height: 160px;
    top: -160px;
    left: 0;
}
.secPerformance .imgBorder{
    width: 1280px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

.secPerformance .icon {
    margin-bottom: 13px;
}

.boxContents .flexWrapper {
    display: flex;
}

@media only screen and (max-width:767px) {
    .secPerformance.lazyloaded:before {
        content: '';
        background: url(../img/index/bgPerformance_sp.png) center bottom / contain no-repeat;
        position: absolute;
        width: 100%;
        height: 122px;
        top: -122px;
        left: 0;
    }
    .boxTIt .titContents {
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: 0.1em;
    }
    .boxTIt .titSubContents {
        margin-bottom: 11px;
        font-size: 12px;
        letter-spacing: 0.1em;
    }
    .boxTIt .txtContents {
        margin-bottom: 30px;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.692;
    }
    .boxContents .flexWrapper {
        display: block;
        padding: 0 20px;
    }
    .txtBoxContents {
        text-align: center;
    }
    .txtBoxContents .titBox {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .txtBoxContents .txtBox {
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 500;
        margin-top: 14px;
        line-height: 1.833;
    }
    .secRight .txtBoxContents .txtBox {
        font-size: 15px;
        letter-spacing: -0.5px;
        font-weight: 500;
        margin-top: 14px;
        line-height: 1.833;
    }
    .secPerformance {
        margin-top: 137px;
        text-align: center;
        padding-bottom: 100px;
        border-radius: 0 0 20px 20px;
        padding: 28px 0px 18px;
    }
    .boxTIt .icon {
        position: absolute;
        top: -56px;
        left: calc(50% - 37px);
        width: 74px;
    }
    .secPerformance .imgBorder{
        width: 100%;
		max-width: none;
    }
}
@media only screen and (max-width:400px) {
    .secPerformance {
        margin-top: 107px;
    }
}
@media only screen and (max-width:360px) {
    .txtBoxContents .txtBox {
        font-size: 10px;
    }
    .secRight .txtBoxContents .txtBox {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .boxTIt .txtContents {
        font-size: 12px;
    }
}

/* con01 */
.boxContents.con01 {
    margin-top: 65px;
}

.boxContents.con01 .secRight {
    margin-top: 6px;
    margin-left: 10px;
}

.boxContents.con01 .imgTitConents {
    width: 286px;
}

.boxContents.con01 .txtBoxContents {
    margin-top: 86px;
    position: relative;
    z-index: 0;
}
.boxContents.con01 .txtBoxContents:before {
    content: '';
    position: absolute;
    background: url(../img/index/bgTit01.png)center center / cover no-repeat;
    width: 507px;
    height: 520px;
    top: -62px;
    left: -110px;
    z-index: -1;
}
.boxContents.con01 .txtBoxContents:after {
    content: '';
    position: absolute;
    background: url(../img/index/imgFlower.gif) center center / cover no-repeat;
    width: 225px;
    height: 136.5px;
    top: 295px;
    left: 246px;
    z-index: -1;
}

/* con02 */
.boxContents.con02 {
    margin-top: 56px;
}

.boxContents.con02 .imgTitConents {
    width: 324px;
    margin: 0 0 0 auto;
    z-index: 3;
    position: relative;
}

.boxContents.con02 .imgBottom {
    width: 1291px;
    max-width: calc(100% - 40px);
	margin: 0 auto;
    position: relative;
    left: -6px;
}

.boxContents.con02 .flexWrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.boxContents.con02 .txtBoxContents {
    margin-right: 50px;
    margin-top: 10px;
    position: relative;
    z-index: 0;
}
.boxContents.con02 .txtBoxContents:before {
    content: '';
    position: absolute;
    background: url(../img/index/bgTit02.png) center center / cover no-repeat;
    width: 632px;
    height: 526px;
    top: -85px;
    left: -121px;
    z-index: -2;
}
.boxContents.con02 .imgRight {
    margin-top: 178px;
    position: relative;
    z-index: 2;
}

.boxContents.con02 .secBottom {
    margin-top: 70px;
}

/* con03 */
.boxContents.con03 {
    margin-top: 95px;
}

.boxContents.con03 .imgTitConents {
    width: 308px;
    position: relative;
    z-index: 1;
}
.boxContents.con03 .txtBoxContents{
    position: relative;
    z-index: 0;
}
.boxContents.con03 .txtBoxContents:before {
    content: '';
    position: absolute;
    background: url(../img/index/bgTit03.png) center center / cover no-repeat;
    width: 511px;
    height: 402px;
    top: 170px;
    right: 800px;
    z-index: -1;
}
/* .boxContents.con03 .txtBoxContents:after{
    content: '';
    position: absolute;
    background: url(../img/index/iconBook02.png) center center / cover no-repeat;
    width: 213px;
    height: 299px;
    top: -115px;
    right: -120px;
    z-index: -1;
} */

.boxContents.con03 .flexWrapper {
    justify-content: space-between;
}

.boxContents.con03 .imgBottom {
    width: 1291px;
    max-width: calc(100% - 40px);
	margin: 0 auto;
    position: relative;
    left: -6px;
}

.boxContents.con03 .imgMid {
    margin-right: 28px;
}

.boxContents.con03 .secBottom {
    margin-top: 40px;
}

/* con04 */
.boxContents.con04 {
    margin-top: 90px;
}

.boxContents.con04 .imgTitConents {
    width: 317px;
    margin: 0 0 0 auto;
}

.boxContents.con04 .imgBottom {
    width: 1291px;
    max-width: calc(100% - 40px);
	margin: 0 auto;
    position: relative;
    left: -6px;
    margin-top: -7px;
}

.boxContents.con04 .flexWrapper {
    flex-direction: row-reverse;
}

.boxContents.con04 .secRight {
    margin-right: 40px;
    margin-top: 35px;
}
.boxContents.con04 .txtBoxContents{
    position: relative;
    z-index: 0;
}
.boxContents.con04 .txtBoxContents:before {
    content: '';
    position: absolute;
    background: url(../img/index/bgTit04.png) center center / cover no-repeat;
    width: 577px;
    height: 529px;
    top: -34px;
    right: 163px;
    z-index: -1;
}

@media only screen and (max-width:767px) {
    .boxContents {
        overflow: hidden;
    }
    /* con01 */
    .boxContents.con01 {
        margin-top: 20px;
    }

    .boxContents.con01 .secRight {
        margin: 0;
    }
    .boxContents.con01 .imgRight {
        width: 93.56%;
        margin: 25px auto 0;
    }

    .boxContents.con01 .imgTitConents {
        width: 134px;
        position: relative;
        z-index: 2;
    }

    .boxContents.con01 .txtBoxContents {
        margin-top: 20px;
    }

    .boxContents.con01 .txtBoxContents:before {
        content: '';
        position: absolute;
        background: url(../img/index/bgTit01_sp.png) center center / cover no-repeat;
        width: 192px;
        height: 176px;
        top: -169px;
        left: unset;
        right: -54px;
        z-index: -1;
    }
    .boxContents.con01 .txtBoxContents:after{
        display: none;
    }

    /* con02 */
    .boxContents.con02 {
        margin-top: 20px;
    }

    .boxContents.con02 .imgTitConents {
        width: 130px;
        margin: 0 0 0 auto;
    }

    .boxContents.con02 .imgBottom {
        width: 91.345%;
        margin: 0 auto;
        position: relative;
        left: 0;
        max-width: none;
    }

    .boxContents.con02 .flexWrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .boxContents.con02 .txtBoxContents {
        margin-right: 0;
        margin-top: 20px;
    }

    .boxContents.con02 .txtBoxContents:before {
        content: '';
        position: absolute;
        background: url(../img/index/bgTit02_sp.png) center center / cover no-repeat;
        width: 218px;
        height: 200px;
        top: -119px;
        left: -76px;
        z-index: -1;
    }

    .boxContents.con02 .imgRight {
        margin-top: 13px;
        width: 100%;
    }

    .boxContents.con02 .secBottom {
        margin-top: 25px;
    }

    /* con03 */
    .boxContents.con03 {
        margin-top: 25px;
    }

    .boxContents.con03 .imgTitConents {
        width: 134px;
    }

    .boxContents.con03 .flexWrapper {
        justify-content: space-between;
        position: relative;
    }
    .boxContents.con03 .flexWrapper:after{
        content: '';
        position: absolute;
        background: url(../img/index/imgFlower.gif) center center / cover no-repeat;
        width: 112.5px;
        height: 68.25px;
        top: -180px;
        right: 19px;
        left: unset;
    }

    .boxContents.con03 .secRight .flexWrapper {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
        gap: 15px;
        padding: 0;
    }

    .boxContents.con03 .imgBottom {
        width: 91.345%;
        max-width: none;
        margin: 0 auto;
        left: 0;
    }

    .boxContents.con03 .imgMid {
        margin-right: 28px;
        width: 74px;
        margin: 0 auto;
    }

    .boxContents.con03 .secBottom {
        margin-top: 23px;
    }

    .boxContents.con03 .txtBoxContents:before {
        content: '';
        position: absolute;
        background: url(../img/index/bgTit03_sp.png) center center / cover no-repeat;
        width: 284px;
        height: 222px;
        top: -201px;
        right: -147px;
        z-index: -1;
    }
    /* .boxContents.con03 .txtBoxContents:after{
        width: 100px;
        height: 140px;
        top: -100px;
        right: -11px;
    } */

    /* con04 */
    .boxContents.con04 {
        margin-top: 27px;
    }

    .boxContents.con04 .imgTitConents {
        width: 138px;
        margin: 0 0 0 auto;
    }

    .boxContents.con04 .imgBottom {
        width: 91.345%;
        left: 0;
        margin-top: 0;
        margin: 0 auto;
        max-width: none;

    }

    .boxContents.con04 .flexWrapper {
        flex-direction: row-reverse;
    }

    .boxContents.con04 .secRight {
        margin-right: 0px;
        margin-top: 18px;
    }
    .boxContents.con04 .secBottom {
        margin-top: 20px;
    }
    .boxContents.con04 .txtBoxContents:before {
        content: '';
        position: absolute;
        background: url(../img/index/bgTit04_sp.png) center center / cover no-repeat;
        width: 200px;
        height: 179px;
        top: -150px;
        right: 150px;
        z-index: -1;
    }
}

@media only screen and (max-width:360px) {
        .boxContents.con03 .flexWrapper:after {
        top: -180px;
        right: -18px;
    }
}
/* @media only screen and (max-width:360px) {
    .boxContents.con03 .txtBoxContents:after {
        top: -108px;
        right: -20px;
    }
} */

/* secGallery */
.secGallery {
    background: #fffcf2;
    padding-top: 15px;
    margin-top: 200px;
    text-align: center;
    padding-bottom: 70px;
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 0;
}

.secGallery.lazyloaded:before {
    content: '';
    background: url(../img/index/bgPerformance.png) center bottom / contain no-repeat;
    position: absolute;
    width: 100%;
    height: 160px;
    top: -160px;
    left: 0;
    z-index: -2;
}

.secGallery:after{
    content: '';
    position: absolute;
    background: url(../img/index/bgTit05.png) center center / cover no-repeat;
    width: 583px;
    height: 443px;
    top: -114px;
    right: 163px;
    z-index: -1;
}

.secGallery .boxTIt .icon {
    position: absolute;
    top: -110px;
    left: calc(50% - 66px);
}

@media only screen and (max-width:767px) {
    .secGallery {
        padding-top: 25px;
        margin-top: 180px;
        text-align: center;
        padding-bottom: 30px;
        border-radius: 0;
    }
    .secGallery.lazyloaded:before {
        content: '';
        background: url(../img/index/bgPerformance_sp.png) center bottom / contain no-repeat;
        position: absolute;
        width: 100%;
        height: 140px;
        top: -140px;
        left: 0;
    }
    .secGallery .boxTIt .icon {
        position: absolute;
        top: -56px;
        left: calc(50% - 34px);
        width: 68px;
    }
    .secGallery:after{
        content: '';
        position: absolute;
        background: url(../img/index/bgTit05_sp.png) center center / cover no-repeat;
        width: 221px;
        height: 216px;
        top: 16px;
        right: 46px;
        z-index: -1;
    }
    .secGallery .boxTIt .txtContents {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width:400px) {
    .secGallery {
        margin-top: 107px;
    }
}

/* secTicker */
/* 共通 */
/* .secTicker {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.secTicker .boxTicker {
    display: flex;
    white-space: nowrap;
}

.secTicker .itemTicker {
    flex-shrink: 0;
}
.secTicker.row2,
.secTicker.row3{
    margin-top: 20px;
} */

/* 1行目・3行目：左方向（右→左）に流す */
/* .row1 .itemTicker:nth-child(odd),
.row3 .itemTicker:nth-child(odd) {
    animation: loop 80s -40s linear infinite;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.row1 .itemTicker:nth-child(even),
.row3 .itemTicker:nth-child(even) {
    animation: loop2 80s linear infinite;
} */

/* 2行目（row2）：右方向（左→右）に流す */
/* .row2 .itemTicker:nth-child(odd) {
    animation: loop-reverse 80s -40s linear infinite;
}

.row2 .itemTicker:nth-child(even) {
    animation: loop2-reverse 80s linear infinite;
} */

/* アニメーション定義 */
/* 
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

@keyframes loop-reverse {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes loop2-reverse {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0%);
    }
}

@media only screen and (max-width:767px) {
    .secTicker {
        overflow: hidden;
        height: 94px;
    }
    .secTicker .itemTicker{
        height: 94px;
    }
    .secTicker .itemTicker img{
        width: auto;
        height: 100%;
    }
    .secTicker.row2, .secTicker.row3 {
        margin-top: 10px;
    }
} */

.secTicker {
    overflow-x: auto;  /* 横スクロール有効 */
    overflow-y: hidden;
    position: relative;
    z-index: 2;
    -webkit-overflow-scrolling: touch; /* iOS向け慣性スクロール */
}

.secTicker .boxTicker {
    display: flex;
    white-space: nowrap;
    animation: none !important; /* アニメーションを明示的にオフに */
}

.secTicker .itemTicker {
    flex-shrink: 0;
}
.secTicker:nth-child(n+2){
    margin-top: 20px;
}

.secTicker::-webkit-scrollbar {
    display: none; /* スクロールバーを非表示（オプション） */
}

.secTicker.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.secTicker {
    cursor: grab;
    cursor: -webkit-grab;
    overflow-x: auto;
    white-space: nowrap;
}



@media only screen and (max-width:767px) {
    .secTicker {
        height: 94px;
    }
    .secTicker .itemTicker {
        height: 94px;
    }
    .secTicker .itemTicker img {
        width: auto;
        height: 100%;
    }
    .secTicker.row2,
    .secTicker.row3 {
        margin-top: 10px;
    }
}

/* secBnr */
.secBnr {
    text-align: center;
    margin: 60px auto 0;
}
@media only screen and (max-width:767px) {
    .secBnr {
        margin: 30px auto 0;
        width: 92.27%;
    }
}

/* secOwnerVoice */
.secOwnerVoice {
    position: relative;
    background: #fffcf2;
    padding-top: 15px;
    margin-top: 200px;
    text-align: center;
    padding-bottom: 100px;
    border-radius: 0 0 30px 30px;
}

.secOwnerVoice.lazyloaded:before {
    content: '';
    background: url(../img/index/bgPerformance.png) center bottom / contain no-repeat;
    position: absolute;
    width: 100%;
    height: 160px;
    top: -160px;
    left: 0;
}

.secOwnerVoice .boxTIt .icon {
    position: absolute;
    top: -110px;
    left: calc(50% - 95px);
}

.secOwnerVoice:after{
    content: '';
    position: absolute;
    background: url(../img/index/bgTit06.png) center center / cover no-repeat;
    width: 362px;
    height: 284px;
    top: 17px;
    right: 144px;
    z-index: 0;
}

@media only screen and (max-width:767px) {
    .secOwnerVoice.lazyloaded:before {
        content: '';
        background: url(../img/index/bgPerformance_sp.png) center bottom / contain no-repeat;
        position: absolute;
        width: 100%;
        height: 122px;
        top: -122px;
        left: 0;
    }
    .secOwnerVoice {
        padding-top: 33px;
        margin-top: 127px;
        padding-bottom: 60px;
        border-radius: 0 0 20px 20px;
    }
    .secOwnerVoice .boxTIt .icon {
        position: absolute;
        top: -56px;
        left: calc(50% - 46px);
        width: 91px;
    }
    .secOwnerVoice:after{
        content: '';
        position: absolute;
        background: url(../img/index/bgTit06_sp.png) center center / cover no-repeat;
        width: 218px;
        height: 170px;
        top: 67px;
        right: 54px;
        z-index: 0;
    }
}

@media only screen and (max-width:400px) {
    .secOwnerVoice {
        margin-top: 87px;
    }
}
@media only screen and (max-width:360px) {
 
}


/* -----スライダー----- */
.secOwnerVoice .boxTxt {
    margin-top: 23px;
}
.secOwnerVoice .tit {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
}
.secOwnerVoice .add {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #83b0d9;
    margin-top: 10px;
}
.secOwnerVoice .txt {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}
.secOwnerVoice .txt:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(to right, rgb(157, 130, 94), rgb(157, 130, 94) 3px, transparent 3px, transparent 6px);
}
.secOwnerVoice .boxSlider{
    overflow: hidden;
    padding: 10px 0;
    text-align: left;
}
.secOwnerVoice .swiper-container{
    width: 400px;
    overflow: visible;
}
.secOwnerVoice .swiper-slide{
    background: #fff;
    box-shadow: 0px 0px 5.82px 0.18px rgba(0, 0, 0, 0.25);
    padding: 30px;
    border-radius: 30px;
}
.secOwnerVoice .swiper-button-prev.lazyloaded, 
.secOwnerVoice .swiper-button-next.lazyloaded {
    background: url(../img/index/btnNextArrow.png) center center / cover no-repeat #fff;
}
.secOwnerVoice .swiper-button-prev, 
.secOwnerVoice .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: calc(50% - 25px);
}
.secOwnerVoice .swiper-button-prev{
    transform: rotate(180deg);
    left: -465px;
}
.secOwnerVoice .swiper-button-next{
    right: -465px;
}
@media only screen and (max-width:1400px) {
    .secOwnerVoice .swiper-button-prev{
        left: -400px;
    }
    .secOwnerVoice .swiper-button-next{
        right: -400px;
    }
}

@media only screen and (max-width:767px) {
    .secOwnerVoice .swiper-container {
        width: 88.06%;
        margin: 0 auto;
        overflow: visible;
    }
    .secOwnerVoice .swiper-button-prev, .secOwnerVoice .swiper-button-next {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        top: calc(50% - 18px);
    }
    .secOwnerVoice .swiper-button-prev {
        transform: rotate(180deg);
        left: -6%;
    }
    .secOwnerVoice .swiper-button-next {
        right: -6%;
    }
    .secOwnerVoice .tit {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 1.667;
    }
    .secOwnerVoice .add {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #83b0d9;
        margin-top: 10px;
    }
    .secOwnerVoice .swiper-slide {
        padding: 20px;
    }
    .secOwnerVoice .boxTxt {
        margin-top: 14px;
    }
    .secOwnerVoice .txt {
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 2;
        margin-top: 20px;
        padding-top: 15px;
    }
}

@media only screen and (max-width:360px) {
    .secOwnerVoice .tit {
        font-size: 12px;
    }
    .secOwnerVoice .txt {
        font-size: 11px;
    }
}
/* secFlow */
.secFlow {
    position: relative;
    background: #fffcf2;
    padding-top: 15px;
    margin-top: 200px;
    text-align: center;
    padding-bottom: 100px;
    border-radius: 0 0 30px 30px;
}

.secFlow.lazyloaded:before {
    content: '';
    background: url(../img/index/bgPerformance.png) center bottom / contain no-repeat;
    position: absolute;
    width: 100%;
    height: 160px;
    top: -160px;
    left: 0;
}

.secFlow .boxTIt .icon {
    position: absolute;
    top: -110px;
    left: calc(50% - 75px);
}
.secFlow .secBottom {
    width: 1359px;
    max-width: calc(100% - 40px);
	margin: 0 auto;
}

@media only screen and (max-width:767px) {
    .secFlow.lazyloaded:before {
        content: '';
        background: url(../img/index/bgPerformance_sp.png) center bottom / contain no-repeat;
        position: absolute;
        width: 100%;
        height: 122px;
        top: -122px;
        left: 0;
    }
    .secFlow .boxTIt .icon {
        position: absolute;
        top: -70px;
        left: calc(50% - 43px);
        width: 86px;
    }
    .secFlow .boxTIt .titContents {
        margin-bottom: 7px;
        font-size: 18px;
        letter-spacing: 0;
    }
    .secFlow {
        position: relative;
        margin-top: 130px;
        text-align: center;
        padding-bottom: 30px;
        border-radius: 0 0 20px 20px;
        padding-top: 41px;
    }
    .secFlow .secBottom{
        padding: 0 20px;
    }
    .secFlow .boxTIt .titSubContents {
        margin-bottom: 20px;
    }
    .secFlow .secBottom {
        width: 100%;
		max-width: none;
    }
}

@media only screen and (max-width:400px) {
    .secFlow {
        margin-top: 110px;
    }
}












/* secBnrForm */
.secBnrForm {
    margin-top: 69px;
}

@media only screen and (max-width:767px) {
    .secBnrForm {
        margin-top: 42px;
    }
}

/* secBeginner */
.secBeginner {
    margin-top: 160px;
}

.secBeginner .topTitImg {
    text-align: center;
}

.secBeginner .imgBottom {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.secBeginner .imgBottom img {
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
}

.secBeginner .mainCoverBox {
    position: relative;
    height: 403px;
    background: #7bc0c6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 33px;
}

.secBeginner .mainTit {
    padding-top: 10px;
}

.secBeginner .iconTitImg {
    position: absolute;
    left: calc(50% - 115px);
    top: -240px;
}

@media only screen and (max-width:767px) {
    .secBeginner {
        margin-top: 44px;
    }

    .secBeginner .topTitImg {
        width: 90.134%;
        max-width: 338px;
        margin: 0 auto;
    }

    .secBeginner .imgBottom {
        height: auto;
        position: static;
    }

    .secBeginner .imgBottom img {
        width: 167%;
        height: auto;
        margin-left: -33.5%;
        position: static;
    }

    .secBeginner .mainCoverBox {
        height: auto;
        display: block;
        margin-top: 37px;
        padding: 32px 0 29px;
    }

    .secBeginner .mainTit {
        max-width: 334px;
        width: 89.067%;
        margin: 0 auto;
        padding-top: 0;
    }

    .secBeginner .iconTitImg {
        width: 73px;
        left: calc(50% - 36.5px);
        top: -69px;
    }
}

/* secMenu */
.secMenu.lazyloaded {
    background: url(../img/index/bgMenu.jpg) center top no-repeat;
    padding: 100px 0 200px;
}

.secMenu .wrapper {
    padding: 0 70px 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.secMenu.lazyloaded .wrapper {
    background: url(../img/index/bgMenu02.gif) center top repeat-x #fff;
}

.secMenu .titHead {
    text-align: center;
    padding-top: 70px;
}

.secMenu li:nth-child(n+2) {
    border-top: 1px solid #000;
}

.secMenu .itemLink {
    display: flex;
    display: -webkit-flex;
    padding: 60px 0;
}

.secMenu li:first-child .itemLink {
    padding: 70px 0;
}

.secMenu .boxTxt {
    padding: 23px 0 0 60px;
}

.secMenu li:nth-child(n+2) .boxTxt {
    padding-top: 18px;
}

.secMenu .btn {
    margin-top: 40px;
}

@media only screen and (max-width:1280px) {
    .secMenu .boxTxt {
        padding-left: 40px;
    }
}

@media only screen and (max-width:767px) {
    .secMenu.lazyloaded {
        background-size: cover;
        padding: 50px 0 100px;
    }

    .secMenu .wrapper {
        padding: 0 20px;
    }

    .secMenu .titHead {
        padding-top: 35px;
    }

    .secMenu .itemLink,
    .secMenu li:first-child .itemLink {
        display: block;
        padding: 30px 0;
    }

    .secMenu .img {
        width: 32.267vw;
        margin: 0 auto;
    }

    .secMenu .boxTxt,
    .secMenu li:nth-child(n+2) .boxTxt {
        padding: 20px 0 0 0;
    }

    .secMenu .btn {
        width: 40vw;
        margin: 20px auto 0;
    }
}

/* secPlan */
.secPlan .titHead {
    text-align: center;
    background: #1e679e;
    padding: 55px 0;
}

.secPlan .titHead .wrapper {
    padding-right: 40px;
}

.secPlan .boxTab {
    display: flex;
    display: -webkit-flex;
    margin-top: 50px;
}

.secPlan .tab {
    width: 15.625%;
    margin-right: 1.25%;
}

.secPlan .tab:last-child {
    margin-right: 0;
}

.secPlan .linkTab {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height: 1.333;
    text-align: center;
}

.secPlan .linkTab.active {
    background: #1e679e;
    color: #fff;
    border: none;
}

.secPlan .boxSlider {
    margin-top: 30px;
    position: relative;
}

.secPlan .swiper-button-prev,
.secPlan .swiper-button-next {
    width: 115px;
    height: 115px;
    border-radius: 57.5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    z-index: 100;
    border: 1px solid #1e679e;
    top: 272px;
}

.secPlan .swiper-button-prev.lazyloaded,
.secPlan .swiper-button-next.lazyloaded {
    background: url(../img/index/btnPlanPrev.gif) center center no-repeat #fff;
}

.secPlan .swiper-button-prev {
    left: -57.5px;
}

.secPlan .swiper-button-next {
    right: -57.5px;
}

.secPlan .swiper-button-next.lazyloaded {
    background-image: url(../img/index/btnPlanNext.gif);
}

.secPlan .swiper-button-prev::after,
.secPlan .swiper-button-next::after {
    display: none;
}

.secPlan .boxTit {
    background: #1e679e;
    height: 120px;
    color: #fff;
    letter-spacing: 2px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.secPlan .boxTitIn {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    position: relative;
}

.secPlan .tit01 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-right: 10px;
}

.secPlan .tit02 {
    font-weight: 900;
    font-size: 26px;
}

.secPlan .fTitNum {
    font-size: 60px;
    font-weight: 900;
    margin-right: 5px;
}

.secPlan .txtTax {
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 0;
}

.secPlan .boxImg {
    height: 790px;
    border: 1px solid #1e679e;
    border-top: none;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    padding: 0 0 49px 42px;
}

.secPlan .txtNote {
    font-size: 11px;
    line-height: 2.28;
    letter-spacing: 0.25px;
    margin-top: 35px;
}

@media only screen and (max-width:767px) {
    .secPlan .titHead {
        padding: 27px 0;
    }

    .secPlan .titHead .wrapper {
        width: 93.334%;
        padding-right: 0;
    }

    .secPlan .boxTab {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-top: 20px;
    }

    .secPlan .tab {
        width: 31.344%;
        margin-right: 2.984%;
    }

    .secPlan .tab:nth-child(3n) {
        margin-right: 0;
    }

    .secPlan .tab:nth-child(n+4) {
        margin-top: 2.984%;
    }

    .secPlan .linkTab {
        height: 55px;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }

    .secPlan .boxSlider {
        margin-top: 20px;
    }

    .secPlan .swiper-button-prev,
    .secPlan .swiper-button-next {
        width: 37px;
        height: 37px;
        border-radius: 18.5px;
        top: 16px;
        box-shadow: none;
    }

    .secPlan .swiper-button-prev.lazyloaded,
    .secPlan .swiper-button-next.lazyloaded {
        background-size: 6px auto;
    }

    .secPlan .swiper-button-prev {
        left: -13px;
    }

    .secPlan .swiper-button-next {
        right: -13px;
    }

    .secPlan .boxTit {
        height: 70px;
        letter-spacing: 1px;
    }

    .secPlan .tit01 {
        font-size: 15px;
        padding-bottom: 5px;
        margin-right: 5px;
    }

    .secPlan .tit02 {
        font-size: 18px;
    }

    .secPlan .fTitNum {
        font-size: 36px;
        margin-right: 2px;
    }

    .secPlan .txtTax {
        font-size: 10px;
        top: 0;
    }

    .secPlan .boxImg {
        height: auto;
        border: none;
        padding: 0;
    }

    .secPlan .txtNote {
        font-size: 10px;
        line-height: 1.8;
        margin-top: 15px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width:360px) {
    .secPlan .linkTab {
        font-size: 11px;
    }
}

/* secStyle */
.secStyle {
    margin-top: 130px;
}

.secStyle .titHead {
    text-align: center;
    background: #eb6877;
    padding: 55px 0;
}

.secStyle .titHead .wrapper {
    padding-right: 27px;
}

.secStyle .boxTab {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.secStyle .tab {
    width: 15.703125%;
    margin-right: 1.15625%;
}

.secStyle .tab:nth-child(6n) {
    margin-right: 0;
}

.secStyle .tab:nth-child(n+7) {
    margin-top: 1.15625%;
}

.secStyle .linkTab {
    display: block;
    height: 200px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 20px;
}

.secStyle .boxSlider {
    margin-top: 30px;
    position: relative;
}

.secStyle .swiper-button-prev,
.secStyle .swiper-button-next {
    width: 115px;
    height: 115px;
    border-radius: 57.5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    z-index: 100;
    border: 1px solid #eb6877;
    top: 180px;
}

.secStyle .swiper-button-prev.lazyloaded,
.secStyle .swiper-button-next.lazyloaded {
    background: url(../img/index/btnStylePrev.gif) center center no-repeat #fff;
}

.secStyle .swiper-button-prev {
    left: -57.5px;
}

.secStyle .swiper-button-next {
    right: -57.5px;
}

.secStyle .swiper-button-next.lazyloaded {
    background-image: url(../img/index/btnStyleNext.gif);
}

.secStyle .swiper-button-prev::after,
.secStyle .swiper-button-next::after {
    display: none;
}

.secStyle .swiper-slide {
    border: 1px solid #eb6877;
    padding: 50px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.secStyle .boxTxt {
    width: calc(100% - 400px);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 53px 0 0 30px;
    letter-spacing: -0.25px;
}

.secStyle .titEng {
    order: 1;
    -webkit-order: 1;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #eb6877;
    vertical-align: middle;
}

.secStyle .titJpn {
    order: 2;
    -webkit-order: 2;
    font-size: 26px;
    font-weight: 900;
    margin-top: 0;
}

.secStyle .txt {
    order: 3;
    -webkit-order: 3;
    font-size: 16px;
    line-height: 2.25;
    margin-top: 33px;
    padding-right: 50px;
}

.secStyle .txt .styleTxt {
    display: block;
    margin-top: 5px;
}

.secStyle .imgMain {
    width: 400px;
}

.secStyle .boxImgSub {
    width: 100%;
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
}

.secStyle .imgSub {
    margin-right: 20px;
}

.secStyle .imgSub:last-child {
    margin-right: 0;
}

@media only screen and (min-width:768px) {
    .secStyle .linkTab {
        height: 200px;
        background: url(../img/common/tp.gif) center top / cover no-repeat;
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.3) 2px 0 10px;
        position: relative;
    }

    .secStyle .linkTab::before {
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.85;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.2s ease-in-out;
    }

    .secStyle .linkTab.active {
        text-shadow: none;
    }

    .secStyle .linkTab.active::before {
        background: #eb6877;
        /* border: 10px solid #eb6877; */
    }

    .secStyle .txtNum,
    .secStyle .txtStyle {
        position: relative;
        z-index: 10;
    }

    .secStyle .txtNum {
        font-size: 86px;
        display: block;
        display: none;
    }

    .secStyle .txtStyle {
        font-size: 49px;
        padding-bottom: 3px;
        position: relative;
        margin-left: 5px;
        display: block;
        display: none;
    }

    /* .secStyle .txtStyle::after{
        content: "";
        width: 36%;
        height: 1px;
        background: #fff;
        box-shadow: rgba(0,0,0,0.3) 2px 0 10px;
        position: absolute;
       bottom: 0;
       right: 0;
       left: 0;
       margin: auto;
    } */
    .secStyle .txtStyle::after {
        box-shadow: none;
    }

    .secStyle .tab:nth-child(1).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab01.jpg?230602);
    }

    .secStyle .tab:nth-child(2).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab02.jpg?230517);
    }

    .secStyle .tab:nth-child(3).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab03.jpg?230517);
    }

    .secStyle .tab:nth-child(4).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab04.jpg?230517);
    }

    .secStyle .tab:nth-child(5).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab05.jpg?2306021);
    }

    .secStyle .tab:nth-child(6).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab06.jpg?230517);
    }

    .secStyle .tab:nth-child(7).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab07.jpg?230602);
    }

    .secStyle .tab:nth-child(8).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab08.jpg?230602);
    }

    .secStyle .tab:nth-child(9).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab09.jpg?230517);
    }

    .secStyle .tab:nth-child(10).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab10.jpg?230517);
    }

    .secStyle .tab:nth-child(11).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab11.jpg?230517);
    }

    .secStyle .tab:nth-child(12).lazyloaded .linkTab {
        background-image: url(../img/index/imgGalleryTab12.jpg?230517);
    }
}

@media only screen and (max-width:767px) {
    .secStyle {
        margin-top: 65px;
    }

    .secStyle .titHead {
        padding: 27px 0;
    }

    .secStyle .titHead .wrapper {
        width: 93.334%;
        padding-right: 0;
    }

    .secStyle .boxTab {
        margin-top: 20px;
        flex-wrap: wrap;
        display: none;
    }

    .secStyle .tab {
        width: 23.881%;
        margin-right: 1.492%;
    }

    .secStyle .tab:nth-child(6n) {
        margin-right: 1.492%;
    }

    .secStyle .tab:nth-child(4n) {
        margin-right: 0;
    }

    .secStyle .tab:nth-child(n+5) {
        margin-top: 10px;
    }

    .secStyle .linkTab {
        letter-spacing: 1px;
        border: 1px solid #000;
        height: 55px;
        color: #000;
        font-size: 14px;
        border-radius: 3px;
        padding-top: 15px;
    }

    .secStyle .linkTab.active {
        background: #eb6877;
        color: #fff;
        border: none;
    }

    .secStyle .txtNum {
        font-size: 22px;
        margin-right: 2px;
    }

    .secStyle .boxSlider {
        margin-top: 20px;
    }

    .secStyle .boxSlider .swiper-wrapper {
        align-items: baseline;
    }

    .secStyle .swiper-button-prev,
    .secStyle .swiper-button-next {
        width: 37px;
        height: 37px;
        border-radius: 18.5px;
        top: 37.867vw;
        box-shadow: none;
    }

    .secStyle .swiper-button-prev.lazyloaded,
    .secStyle .swiper-button-next.lazyloaded {
        background-size: 6px auto;
    }

    .secStyle .swiper-button-prev {
        left: -13px;
    }

    .secStyle .swiper-button-next {
        right: -13px;
    }

    .secStyle .swiper-slide {
        padding: 10px 9px;
        flex-direction: column;
        -webkit-flex-direction: column;
        height: auto;
    }

    .secStyle .boxTxt {
        width: 100%;
        order: 3;
        -webkit-order: 3;
        padding: 23px 5px;
        letter-spacing: 0;
    }

    .secStyle .titEng {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .secStyle .titJpn {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 6px;
    }

    .secStyle .txt {
        font-size: 11px;
        line-height: 2;
        margin-top: 7px;
        padding-right: 0;
    }

    .secStyle .imgMain {
        width: 100%;
        order: 1;
        -webkit-order: 1;
    }

    .secStyle .boxImgSub {
        width: 100%;
        margin-top: 1px;
        order: 2;
        -webkit-order: 2;
    }

    .secStyle .imgSub {
        width: calc(33.33% - 0.667px);
        margin-right: 1px;
    }
}

/* secSpec */
.secSpec {
    margin-top: 140px;
}

.secSpec .titHead {
    text-align: center;
    background: #009e96;
    padding: 55px 0;
}

.secSpec .titHead .wrapper {
    padding-right: 93px;
}

.secSpec .boxTab {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 50px;
}

.secSpec .tab {
    width: 23.829%;
}

.secSpec .linkTab {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #000;
    height: 100px;
    color: #000;
    font-size: 18px;
    border-radius: 3px;
}

.secSpec .linkTab.active {
    background: #009e96;
    color: #fff;
    border: none;
}

.secSpec .boxSlider {
    margin-top: 30px;
    position: relative;
}

.secSpec .swiper-button-prev,
.secSpec .swiper-button-next {
    width: 115px;
    height: 115px;
    border-radius: 57.5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    z-index: 100;
    border: 1px solid #009e96;
    top: 303px;
}

.secSpec .swiper-button-prev.lazyloaded,
.secSpec .swiper-button-next.lazyloaded {
    background: url(../img/index/btnSpecPrev.gif) center center no-repeat #fff;
}

.secSpec .swiper-button-prev {
    left: -57.5px;
}

.secSpec .swiper-button-next {
    right: -57.5px;
}

.secSpec .swiper-button-next.lazyloaded {
    background-image: url(../img/index/btnSpecNext.gif);
}

.secSpec .swiper-button-prev::after,
.secSpec .swiper-button-next::after {
    display: none;
}

.secSpec .swiper-slide {
    border: 1px solid #009e96;
}

.secSpec .titItem {
    background: #009e96;
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    height: 120px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media only screen and (max-width:767px) {
    .secSpec {
        margin-top: 15px;
    }

    .secSpec .titHead {
        padding: 27px 0;
    }

    .secSpec .titHead .wrapper {
        width: 93.334%;
        padding-right: 0;
    }

    .secSpec .boxTab {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-top: 20px;
    }

    .secSpec .tab {
        width: 48.359%;
    }

    .secSpec .tab:nth-child(n+3) {
        margin-top: 3.282%;
    }

    .secSpec .linkTab {
        font-size: 12px;
        line-height: 1.34;
        letter-spacing: 0;
        height: 55px;
        text-align: center;
    }

    .secSpec .boxSlider {
        margin-top: 20px;
    }

    .secSpec .swiper-button-prev,
    .secSpec .swiper-button-next {
        width: 37px;
        height: 37px;
        border-radius: 18.5px;
        top: 56vw;
        box-shadow: none;
    }

    .secSpec .swiper-button-prev.lazyloaded,
    .secSpec .swiper-button-next.lazyloaded {
        background-size: 6px auto;
    }

    .secSpec .swiper-button-prev {
        left: -13px;
    }

    .secSpec .swiper-button-next {
        right: -13px;
    }

    .secSpec .titItem {
        font-size: 18px;
        letter-spacing: 1px;
        height: 70px;
    }

    .secSpec .swiper-slide {
        height: auto;
    }

    .secSpec .swiper-slide img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

/* secSpecItem01 */
.secSpecItem01 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 50px;
}

.secSpecItem01 .boxTxt {
    width: calc(100% - 400px);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 90px 50px 0 30px;
    letter-spacing: -0.25px;
}

.secSpecItem01 .tit {
    font-size: 26px;
    font-weight: 900;
    margin-top: 23px;
    letter-spacing: 2px;
}

.secSpecItem01 .txt {
    font-size: 16px;
    line-height: 2.25;
    margin-top: 33px;
}

.secSpecItem01 .imgMain {
    width: 400px;
}

.secSpecItem01 .boxImgSub {
    width: 100%;
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
}

.secSpecItem01 .imgSub {
    margin-right: 20px;
}

.secSpecItem01 .imgSub:last-child {
    margin-right: 0;
}

@media only screen and (max-width:767px) {
    .secSpecItem01 {
        flex-direction: column;
        -webkit-flex-direction: column;
        height: auto;
        padding: 10px 9px;
    }

    .secSpecItem01 .boxTxt {
        width: 100%;
        order: 2;
        -webkit-order: 2;
        padding: 10px 5px 23px;
        letter-spacing: 0;
    }

    .secSpecItem01 .tit {
        font-size: 18px;
        line-height: 1.67;
        margin-top: 6px;
        letter-spacing: 1px;
    }

    .secSpecItem01 .txt {
        font-size: 11px;
        line-height: 2;
        margin-top: 7px;
    }

    .secSpecItem01 .imgMain {
        width: 100%;
        order: 1;
        -webkit-order: 1;
    }

    .secSpecItem01 .boxImgSub {
        display: none;
    }
}

/* secSpecItem02 */
.secSpecItem02 {
    display: flex;
    display: -webkit-flex;
    padding: 50px;
}

.secSpecItem02 .boxTxt {
    width: calc(100% - 360px);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 40px 0 0 0;
    letter-spacing: -0.25px;
    position: relative;
}

.secSpecItem02 .tit {
    font-size: 26px;
    line-height: 1.54;
    height: 80px;
    font-weight: 900;
    margin-top: 23px;
    padding-left: 30px;
    letter-spacing: 2px;
    display: flex;
    display: -webkt-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.secSpecItem02 .txt {
    font-size: 16px;
    line-height: 2.25;
    margin-top: 28px;
    padding-left: 30px;
}

.secSpecItem02 .imgSub {
    position: absolute;
    left: 0;
    bottom: 0;
}

.secSpecItem02 .imgMain {
    width: 360px;
}

@media only screen and (max-width:767px) {
    .secSpecItem02 {
        flex-direction: column;
        -webkit-flex-direction: column;
        height: auto;
        padding: 10px 9px;
    }

    .secSpecItem02 .boxTxt {
        width: 100%;
        order: 2;
        -webkit-order: 2;
        padding: 10px 5px 23px;
        letter-spacing: 0;
    }

    .secSpecItem02 .tit {
        font-size: 18px;
        line-height: 1.67;
        height: auto;
        display: block;
        margin-top: 6px;
        letter-spacing: 1px;
        padding-left: 0;
    }

    .secSpecItem02 .txt {
        font-size: 11px;
        line-height: 2;
        margin-top: 7px;
        padding-left: 0;
    }

    .secSpecItem02 .imgSub {
        display: none;
    }

    .secSpecItem02 .imgMain {
        width: 100%;
        order: 1;
        -webkit-order: 1;
    }
}

/* secVoice */
.secVoice {
    padding: 100px 0;
    margin-top: 200px;
}

.secVoice.lazyloaded {
    background: url(../img/index/bgMenu.jpg) center top no-repeat;
}

.secVoice .wrapper {
    padding: 0 45px 40px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.secVoice.lazyloaded .wrapper {
    background: url(../img/index/bgMenu02.gif) center top repeat-x #fff;
}

.secVoice .titHead {
    text-align: center;
    padding-top: 78px;
}

.secVoice .boxList {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 85px;
}

.secVoice .item {
    width: 48.74%;
    margin: 2.52% 2.52% 0 0;
    padding: 0 49px 71px;
    border: 1px solid #000;
    position: relative;
}

.secVoice .item:nth-child(2n) {
    margin-right: 0;
}

.secVoice .item:nth-child(-n+2) {
    margin-top: 0;
}

.secVoice .boxTit {
    padding: 70px 0 27px;
    border-bottom: 1px solid #000;
    position: relative;
}

.secVoice .tit {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.67;
}

.secVoice .imgTit {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.secVoice .txt {
    font-size: 14px;
    line-height: 2.29;
    margin-top: 25px;
}

.secVoice .txtThank {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #ffcf06;
    font-weight: 900;
    font-size: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    letter-spacing: 1px;
    position: absolute;
    top: -22px;
    left: calc(50% - 80px);
}

@media only screen and (max-width:1320px) {
    .secVoice .tit {
        font-size: 22px;
    }
}

@media only screen and (max-width:767px) {
    .secVoice {
        padding: 50px 0 40px;
        margin-top: 65px;
    }

    .secVoice.lazyloaded {
        background-size: cover;
    }

    .secVoice .wrapper {
        padding: 0 20px 20px;
    }

    .secVoice .titHead {
        width: 187px;
        margin: 0 auto;
        padding-top: 35px;
    }

    .secVoice .boxList {
        display: block;
        margin-top: 30px;
    }

    .secVoice .item,
    .secVoice .item:nth-child(2n),
    .secVoice .item:nth-child(-n+2) {
        width: 100%;
        margin: -1px 0 0 0;
        padding: 0;
    }

    .secVoice .item:first-child {
        margin-top: 0;
    }

    .secVoice .item.active+.item {
        margin-top: 20px;
    }

    .secVoice .boxTit {
        padding: 18px 17px;
        border-bottom: none;
    }

    .secVoice .boxTit.lazyloaded {
        background: url(../img/index/imgVoiceArrow.gif) 92% center / 12px auto no-repeat;
    }

    .secVoice .item.active .boxTit.lazyloaded {
        background-image: url(../img/index/imgVoiceArrow_on.gif);
    }

    .secVoice .item.active .boxTit {
        background-color: #000;
    }

    .secVoice .tit {
        font-size: 14px;
        line-height: 1.57;
    }

    .secVoice .item.active .tit {
        color: #fff;
    }

    .secVoice .imgTit {
        display: none;
    }

    .secVoice .boxTxt {
        display: none;
        padding: 15px 20px 40px;
    }

    .secVoice .txt {
        font-size: 12px;
        line-height: 1.84;
        margin-top: 0;
    }

    .secVoice .txtThank {
        width: 100%;
        position: static;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        padding-left: 45px;
        margin-top: 20px;
    }

    .secVoice .boxThank {
        position: relative;
    }

    .secVoice .imgThank img {
        width: auto;
        height: 58px;
        position: absolute;
        right: 33px;
        bottom: 0;
    }
}

/* secPromise */
.secPromise .tit {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-top: 100px;
    letter-spacing: 6px;
}

.secPromise .boxList {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 60px;
}

.secPromise li {
    width: 31.25%;
    height: 318px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid #000;
    border-radius: 6px;
}

.secPromise .txt {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    margin-top: 20px;
}

.secPromise .secBnrForm {
    margin-top: 80px;
}

@media only screen and (max-width:767px) {
    .secPromise .tit {
        font-size: 18px;
        margin-top: 40px;
        letter-spacing: 1px;
    }

    .secPromise .boxList {
        display: block;
        margin-top: 30px;
    }

    .secPromise li {
        width: 100%;
        height: auto;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        border-radius: 3px;
        padding: 20px;
    }

    .secPromise li:nth-child(n+2) {
        margin-top: 15px;
    }

    .secPromise .img {
        width: 64px;
    }

    .secPromise .txt {
        font-size: 12px;
        line-height: 1.84;
        margin-top: 0;
        text-align: left;
        padding-left: 20px;
    }

    .secPromise .secBnrForm {
        margin-top: 40px;
    }
}

/* secForm */
.secForm {
    position: relative;
    background: #fffcf2;
    padding-top: 15px;
    margin-top: 200px;
    padding-bottom: 100px;
}

.secForm.lazyloaded:before {
    content: '';
    background: url(../img/index/bgPerformance.png) center bottom / contain no-repeat;
    position: absolute;
    width: 100%;
    height: 160px;
    top: -160px;
    left: 0;
}

/* .secForm {
    margin-top: 80px;
    padding-top: 150px;
}

.secForm.lazyloaded {
    background: url(../img/index/bgForm.gif) center top no-repeat #fefefe;
} */

.secForm.co {
    background: #fefefe;
    margin-top: 0;
    padding-top: 80px;
}

.secForm .boxTit {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}

.secForm .tit {
    font-size: 38px;
    font-weight: 900;
    margin-top: 38px;
    letter-spacing: 3.5px;
}

.secForm .txtHead {
    text-align: center;
    line-height: 2.3;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 35px;
    font-weight: bold;
}

.secForm .txtHead.ok {
    margin-top: 50px;
}

.secForm .fRed {
    color: #de0404;
}

.secForm .boxFlow {
    width: 800px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 55px auto 0;
}

.secForm .itemFlow {
    width: 240px;
    position: relative;
}

.secForm .itemFlow.lazyloaded:not(:last-child)::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(../img/index/imgFlowArrow.gif) center top / cover no-repeat;
    position: absolute;
    top: calc(50% - 5px);
    right: -25px;
}

.secForm .numFlow {
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 15px;
    position: absolute;
    top: -15px;
    left: calc(50% - 15px);
    border: 1px solid #b0b0b0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: #fff;
}

.secForm .active .numFlow {
    background: #83b0d9;
    color: #fff;
    border-color: #fff;
}

.secForm .txtFlow {
    height: 76px;
    border: 1px solid #b0b0b0;
    border-radius: 50px;
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: #fff;
}

.secForm .active .txtFlow {
    background: #83b0d9;
    border: none;
    color: #fff;
    border-radius: 50px;
}

.secForm .wrapperForm {
    box-shadow: 0px 0px 5.82px 0.18px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background: #fff;
    padding: 1px 99px;
    margin-top: 50px;
}

@media only screen and (max-width:767px) {
    .secForm {
        margin-top: 56px;
        padding-top: 0;
    }

    .secForm.co {
        padding-top: 40px;
    }

    .secForm .titImg {
        width: 59px;
    }

    .secForm .tit {
        font-size: 21px;
        margin-top: 15px;
        letter-spacing: 1.5px;
        text-align: center;
        line-height: 30px;
    }

    .secForm .txtHead {
        line-height: 1.84;
        font-size: 12px;
        margin-top: 15px;
    }

    .secForm .txtHead.ok {
        margin-top: 25px;
        text-align: left;
    }

    .secForm .boxFlow {
        width: 100%;
        margin: 30px auto 0;
    }

    .secForm .itemFlow {
        width: 30%;
    }

    .secForm .itemFlow.lazyloaded:not(:last-child)::after {
        display: none;
    }

    .secForm .numFlow {
        width: 24px;
        height: 24px;
        font-size: 12px;
        top: -12px;
        left: calc(50% - 12px);
        border-radius: 12px;
    }

    .secForm .txtFlow {
        height: 40px;
        font-size: 12px;
    }

    .secForm .wrapperForm {
        margin-top: 25px;
    }

    .secForm .wrapperForm {
        padding: 0;
        margin-top: 25px;
        border-left: none;
        border-right: none;
        box-shadow: none;
        background: #fffcf2;
        padding: 0 20px;
    }
}

@media only screen and (max-width:360px) {
    .secForm .tit {
        font-size: 17px;
    }
}
/* secFormTable */
.secFormTable {
    width: 100%;
    margin-top: 55px;
}

.secFormTable .txtError {
    color: #F00;
    font-size: 12px;
    background: url(../img/common/iconError.gif) left top / 14px 14px no-repeat;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 14px;
}

.secFormTable .must,
.secFormTable .optional {
    width: 54px;
    height: 30px;
    font-size: 13px;
    color: #FFF;
    background: #eb6877;
    border-radius: 20px;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.secFormTable .optional {
    background: #83b0d9;
}

.secFormTable tr {
    border-bottom: 1px solid #e5e5e5;
}

.secFormTable th {
    width: 205px;
    padding: 38px 0;
    vertical-align: top;
    position: relative;
    font-weight: bold;
}

.secFormTable .innerTh {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.875;
    margin-left: 15px;
}

.secFormTable .innerTh:only-child {
    margin-left: 0;
}

.secFormTable td {
    padding: 22px 0 22px 40px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    font-weight: bold;
}

.secFormTable input[type="text"],
.secFormTable input[type="tel"],
.secFormTable input[type="email"],
.secFormTable select {
    height: 55px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-left: 15px;
}

.secFormTable select {
    background: #FFF;
    max-width: 100%;
}

.secFormTable input[type="text"].inputRequired,
.secFormTable input[type="tel"].inputRequired,
.secFormTable input[type="email"].inputRequired,
.secFormTable select.inputRequired {
    border: 1px solid #de0404;
    background: #fff8f8;
    border-radius: 10px;
}

.secFormTable textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    border: 1px solid #d2d2d2;
    vertical-align: bottom;
    border-radius: 10px;
}

.secFormTable .row+.row {
    margin-top: 15px;
}

.secFormTable .boxAddress+.boxAddress {
    margin-top: 14px;
}

.secFormTable .mr10 {
    margin-right: 10px;
}

.secFormTable .txtNote {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.secFormTable .btnZip {
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 20px;
    text-decoration: none;
    width: 124px;
    height: 40px;
    background: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
}

.secFormTable .boxCheckList {
    margin-top: 10px;
}

.secFormTable .boxCheckList li:nth-child(n+2) {
    margin-top: 2px;
}

.secFormTable .boxCheckList input {
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    visibility: hidden;
    position: absolute;
    top: calc(50% - 6px);
}
.secFormTable .boxCheckList input:checked + .inner:after{
    background: url(../img/common/iconCheckbox.png) center center / 20px auto no-repeat #fff;
    border-radius: 5px;
    border: none;
}
.secFormTable .boxCheckList .inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 22px;
    height: 22px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 5px;
}
.secFormTable .boxCheckList input.w500 {
    width: 500px;
    height: 55px;
    margin-left: 10px;
}

.secFormTable .boxCheckList .inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
    padding-left: 30px;
}

.secFormTable .w160 {
    width: 160px;
}

.secFormTable .mw160 {
    min-width: 160px;
}

.secFormTable .w300 {
    width: 300px;
}

.secFormTable .w500 {
    width: 500px;
}

.secFormTable .w550 {
    width: 550px;
}

@media only screen and (max-width:767px) {
    .secFormTable {
        width: 100%;
        margin-top: 0;
    }

    .secFormTable tbody,
    .secFormTable tr,
    .secFormTable th,
    .secFormTable td {
        display: block;
    }

    .secFormTable tr {
        padding: 20px 0;
        border-bottom: none;
        position: relative;
    }
    .secFormTable tr:first-child{
        border-top: 1px solid rgb(157, 130, 94);
    }
    .secFormTable tr:before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: repeating-linear-gradient(to right, rgb(157, 130, 94), rgb(157, 130, 94) 3px, transparent 3px, transparent 4px);
        background: repeating-linear-gradient(to right, rgb(157, 130, 94), rgb(157, 130, 94) 2px, transparent 2px, transparent 4px);
    }

    .secFormTable th {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .secFormTable .must,
    .secFormTable .optional {
        font-size: 12px;
        width: 50px;
        height: 25px;
    }

    .secFormTable .innerTh {
        font-size: 13px;
        line-height: 1.5;
        margin-left: 5px;
        padding-top: 3px;
    }

    .secFormTable td {
        padding: 20px 0 0;
        font-size: 13px;
        line-height: 1.5;
        box-sizing: content-box;
    }

    .secFormTable input[type="text"],
    .secFormTable input[type="tel"],
    .secFormTable input[type="email"],
    .secFormTable select {
        height: 45px;
    }

    .secFormTable textarea {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px;
        height: 150px;
    }

    .secFormTable .mb10Sp {
        margin-bottom: 10px;
    }

    .secFormTable .boxAddress+.boxAddress {
        margin-top: 10px;
    }

    .secFormTable .boxCheckList {
        margin-top: 0;
    }

    .secFormTable .boxCheckList .itemHasSubList {
        line-height: 2.5;
    }

    .secFormTable .boxCheckList .itemHasSubList:first-child {
        margin-top: -5px;
    }

    .secFormTable .boxCheckList .itemHasSubList label {
        white-space: nowrap;
    }

    .secFormTable .boxCheckList .itemHasSubList+.itemHasSubList {
        margin: 5px 0 15px;
    }

    .secFormTable .boxCheckList .titSubList {
        display: block;
        margin-bottom: -5px;
    }

    .secFormTable .boxCheckList li:nth-child(n+2) {
        margin-top: 10px;
    }

    .secFormTable .boxCheckList input {
        margin: 0 6px 0 0;
    }

    .secFormTable .boxCheckList .inner {
        line-height: 1;
    }

    .secFormTable .txtNote {
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }

    .secFormTable .ws100p {
        min-width: auto;
        width: 100%;
    }
    .secFormTable .btnZip {
        width: 80px;
        height: 30px;
        background: #000;
        font-size: 10px;
        letter-spacing: 0px
    }
}

/* mailcomplete */
.ui-menu-item-wrapper {
    font-size: 13px;
    padding: 10px 15px !important;
}

/* secFormPrivacy */
.secFormPrivacy .boxTxt {
    display: block;
    padding: 25px 30px;
    height: 202px;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 2;
    border: 1px solid #ccc;
    margin-top: 50px;
}

.secFormPrivacy .txt:nth-child(n+2) {
    margin-top: 26px;
}

.secFormPrivacy .boxCheck {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: #f8f8f8;
    width: 460px;
    height: 80px;
    margin: 30px auto 0;
    font-size: 16px;
}

.secFormPrivacy input {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
}

@media only screen and (max-width:767px) {
    .secFormPrivacy .boxTxt {
        padding: 15px;
        height: 150px;
        font-size: 12px;
        line-height: 1.5;
        margin-top: 25px;
        background: #fff;
    }

    .secFormPrivacy .txt:nth-child(n+2) {
        margin-top: 18px;
    }

    .secFormPrivacy input {
        margin: 0 6px 0 0;
    }

    .secFormPrivacy .boxCheck {
        width: 100%;
        height: 50px;
        margin: 15px auto 0;
        font-size: 13px;
    }
}
.privacyBox {
    width: 460px;
    height: 80px;
    background: #fffcf2;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    position: relative;
}
.privacyBox input {
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    visibility: hidden;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
}
.privacyBox .inner{
    position: relative;
    padding-left: 30px;
}
.privacyBox .inner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 5px;
}
.privacyBox input:checked + .inner:after{
    background: url(../img/common/iconCheckbox.png) center center / 20px auto no-repeat #fff;
    border-radius: 5px;
    border: none;
}

@media only screen and (max-width:767px) {
    .privacyBox {
        width: 100%;
        height: 50px;
        background: #fff;
        font-size: 14px;
        margin: 30px auto;
    }
}
/* secFormBtn */
.secFormBtn {
    padding-bottom: 90px;
    margin-top: 30px;
}

.secFormPrivacy+.secFormBtn {
    margin-top: 30px;
}

.secFormBtn .btn {
    width: 600px;
    height: 108px;
    box-shadow: 0px 5px 0px 0px rgba(233, 233, 233, 0.8);
    font-size: 22px;
    font-weight: bold;
    background: #eb6877;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 2px;
}
.secFormBtn .btn.backEvent {
    background: #0b6db9;
    font-size: 26px;
    margin: 60px auto 0;
}

.secFormBtn .txt {
    font-size: 12px;
    line-height: 2.34;
    text-align: center;
    margin-top: 37px;
}

.secFormBtn .brNarrowPc {
    display: none;
}

.secForm .txtBack {
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
}

.secForm .txtBack a {
    color: #2370b8;
}

@media only screen and (max-width:1340px) {
    .secFormBtn .brNarrowPc {
        display: inline;
    }
}

@media only screen and (max-width:767px) {
    .secForm {
        padding-bottom: 0px;
    }
    .secFormBtn {
        padding-bottom: 40px;
        margin-top: 25px;
    }

    .secFormPrivacy+.secFormBtn {
        margin-top: 15px;
    }

    .secFormBtn .btn {
        width: 100%;
        height: 60px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .secFormBtn .btn.backEvent {
        font-size: 17px;
        margin: 30px auto 0;
    }

    .secFormBtn .txt {
        font-size: 11px;
        line-height: 1.5;
        margin-top: 20px;
        text-align: left;
    }

    .secFormBtn .brNarrowPc {
        display: none;
    }

    .secForm .txtBack {
        font-size: 13px;
        margin-top: 25px;
    }

    .secFormTable .boxCheckList input.w500 {
        width: 100%;
        margin-top: 10px;
        height: 50px;
        margin-left: 0;
    }

    .secFormTable input[type="text"] {
        padding-left: 10px;
        text-align: left;

    }

    .modelHope::placeholder {
        font-size: 12px;
    }
}

/* secCompany */
.secCompany {
    background: #fffcf2;
}
.secCompany .wrapper{
    position: relative;
}
.secCompany .wrapper:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: repeating-linear-gradient(
    to right,
    rgb(157, 130, 94),
    rgb(157, 130, 94) 3px,
    transparent 3px,
    transparent 6px
    );
    bottom: 0;
    left: 0;
}

.secCompany .tit {
    height: 90px;
    background: #83b0d9;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.secCompany .boxTable {
    font-size: 16px;
    line-height: 1.82;
    width: 100%;
}
.secCompany tr{
    position: relative;
        min-height: 75px;
}
/* .secCompany tr:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: repeating-linear-gradient(
    to right,
    rgb(157, 130, 94),
    rgb(157, 130, 94) 3px,
    transparent 3px,
    transparent 6px
    );
    top: 0;
    left: 0;
} */

.secCompany th,
.secCompany td {
    position: relative;
    /* border: 1px dotted rgb(157, 130, 94); */
    border-right: none;
    border-left: none;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.secCompany th:before,
.secCompany td:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: repeating-linear-gradient(
    to right,
    rgb(157, 130, 94),
    rgb(157, 130, 94) 3px,
    transparent 3px,
    transparent 6px
    );
    top: 0;
    left: 0;
}
.secCompany th {
    font-size: 16px;
    width: 250px;
    /* text-align: center; */
    vertical-align: middle;
}

.secCompany td {
    padding: 23px 28px;
    width: calC(100% - 250px);
}

@media only screen and (max-width:767px) {
    .secCompany .tit {
        height: 45px;
        font-size: 16px;
        margin-top: 0;
        border-radius: 0;
        letter-spacing: 1.5px;
    }

    .secCompany .boxTable,
    .secCompany tbody,
    .secCompany tr,
    .secCompany th,
    .secCompany td {
        display: block;
    }

    .secCompany .boxTable {
        border-bottom: none;
    }

    .secCompany th,
    .secCompany td {
        width: 100%;
        border: 0;
        border-top: none;
        font-size: 13px;
        padding: 17px 0 0;
    }
    .secCompany th{
        position: relative;
    }
    .secCompany th:before{
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #b5d4ea;
        left: 0;
        top: 24px;
    }
    .secCompany td {
        padding: 0 0 12px 0;
        width: 100%;
    }

    .secCompany .boxTable {
        font-size: 12px;
        padding: 0 20px;
    }
    .secCompany tr{
        min-height: auto;
    }
    /* .secCompany tr:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background: repeating-linear-gradient(
        to right,
        rgb(157, 130, 94),
        rgb(157, 130, 94) 3px,
        transparent 3px,
        transparent 6px
        );
    } */
    .secCompany th:before,
    .secCompany td:before{
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background: repeating-linear-gradient(
        to right,
        rgb(157, 130, 94),
        rgb(157, 130, 94) 3px,
        transparent 3px,
        transparent 6px
        );
        left: 0;
        top: 0;
    }
    .secCompany td:before{
        display: none;
    }
    .secCompany .wrapper:before{
        display: none;
    }
}

/* 確認ページ　フォーム送信連打防止 */
.btnSendCo.no_tap,
.btnSendCoBack.no_tap {
    opacity: 0.3 !important;
    pointer-events: none !important;
    transition: none !important;
}

.btnSendCo.no_tap {
    background: url(../img/common/iconLoader.png) center center / 32px auto no-repeat, #fff !important;
    /* 「#fff」はボタンの背景色を入れてください */
    font-size: 0 !important;
}

/* 250129 */
.secFormBtn.send {
    padding-bottom: 0;
}

@media only screen and (max-width:360px) {
    .secFormTable .btnZip {
        width: 80px;
        font-size: 10px;
    }
    .secFormTable .w160 {
        width: 125px;
    }
}

.pageInner #copy{
    background: #fffcf2;
}
@media only screen and (max-width:767px) {
    .pageInner #footer{
        background: #fffcf2;
    }
    .pageInner #copy{
        position: relative;
        width: 88.06%;
        margin: 0 auto;
    }
    .pageInner #copy:before{
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background: repeating-linear-gradient(
        to right,
        rgb(157, 130, 94),
        rgb(157, 130, 94) 3px,
        transparent 3px,
        transparent 6px
        );
        top: 0;
        left: 0;
    }
}