@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  style.css
 style info :  LP2024用css
=================================================================== */
.country-selector {
    display: none;
}
.linkStyle01 a {
  color: #fff; }

/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197%  */
.clearfix {
  *zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.linkStyle01 a {
  color: #fff; }



/* common */
/* html {
    scroll-behavior: smooth;
} */
html {
    overflow: auto;
}
body {
    color: #081832;
    font-family: "Noto Sans JP", sans-serif;
    overflow: auto;
}
div ,
section {
    position: relative;
}
img {
    max-width: 100%;
    vertical-align: top;
}

.ttl-sec {
    display: flex;
    gap: 10px 0;
    flex-direction: column;
    margin: 0 auto 80px;
    align-items: center;
}
.ttl-sec span {
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 600;
    color: #081832;
}
.ttl-sec .en {
    font-size: 32px;
}
.ttl-sec .ja {
    font-size: 14px;
}

.tgt-sp {
    display: none;
}

@media (max-width: 769px) {
    .ttl-sec {
        margin: 0 auto 40px;
    }
    .ttl-sec span {
        letter-spacing: .03em;
    }
    .ttl-sec .en {
        font-size: 26px;
    }
    .ttl-sec .ja {
        font-size: 10px;
    }

    .tgt-pc {
        display: none;
    }
    .tgt-sp {
        display: block;
    }
}





/* animation */
html.lenis {
    height: auto
}
.lenis.lenis-smooth {
    scroll-behavior: auto
}
.sec-pin {
    /* position: relative; */
    /* min-height: 130vh; */
    width: 100%;
}
/* .sec-pin.fixed {
    position: -webkit-fixed;
} */
.pin-sec {
    height: inherit;
    width: 100%;
}
.ttl-mask {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.mask {
    position: absolute;
    top: 0;
    left: 1px;
    content: "";
    display: block;
    background: #321908;
    width: 100%;
    height: 100%;
    transform: translateX(-101%);
}

.fadein {
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.fadein.looked {
    opacity: 1;
}
.fadeinb-t {
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.fadeinb-t.looked {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.fadeinb-t-child {
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.fadeinb-t-child.looked {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fadeinl-r {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(-32px, 0px);
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.fadeinl-r.looked {
    transform: translate(0px, 0px);
    opacity: 1;
}

.fadeinr-l {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(32px, 0px);
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.fadeinr-l.looked {
    transform: translate(0px, 0px);
    opacity: 1;
}

.fadeinscale {
    translate: none;
    rotate: none;
    scale: none;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fadeinscale.looked {
    transform: scale(1);
    opacity: 1;
}






/* header */
header {
    padding: 40px 40px 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    z-index: 2;
}
header .logo {
    display: flex;
    gap: 0 20px;
    align-items: center;
}
header .logo a img {
    height: auto;
    width: 150px;
}
header .logo .ttl-logo {
    font-size: 28px;
    line-height: 1.75;
    color: #e8d28c;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 769px) {
    header {
        padding: 20px 20px 0;
    }
    header .logo {
        gap: 0 10px;
    }
    header .logo a img {
        width: 100px;
    }
    header .logo .ttl-logo {
        font-size: 16px;
        line-height: 1.45;
    }
}



/* #container */
#container {
    position: relative;
    overflow: auto;
}



/* mv */
.sec-mv {
    background: url(../../images/lp2024/bg_mv.jpg) center center / cover no-repeat;
    width: 100%;
    padding: 150px 0 230px;
    z-index: 1;
    position: relative;
}
/* .sec-mv .bg-mv {
    background: url(../../images/lp2024/bg_mv.jpg) top center / cover no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
} */
/* .sec-mv.fixed {
    position: -webkit-fixed;
} */
.sec-mv .ttl-mv {
    align-items: center;
    margin: 0 auto;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.sec-mv .ttl-mv .img-mv {
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.sec-mv .ttl-mv .img-mv.is-view {
    opacity: 1;
}

.sec-mv .ttl-mv .txt-mv {
    align-items: center;
    width: 65%;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    opacity: 0;
    transform: translateY(10%);
}
.sec-mv .ttl-mv .txt-mv.is-view {
    opacity: 1;
    transform: translateY(0);
}

.sec-mv .to-form {
    width: 20%;
    position: absolute;
    left: 5%;
    bottom: 20%;
    opacity: 0;
    transform: translateY(10%);
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.sec-mv .to-form.is-view {
    opacity: 1;
    transform: translateY(0);
}
.sec-mv .img-man  {
    width: 23%;
    position: absolute;
    right: 11%;
    bottom: 0;
}

@media (max-width: 769px) {
    .sec-mv {
        background: url(../../images/lp2024/bg_mv.jpg) center center / cover no-repeat;
        padding: 0 20px;
        height: 120svh;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sec-mv .ttl-mv {
        width: 95%;
        gap: 20px 0;
    }

    .sec-mv .ttl-mv .txt-mv {
        width: 80%;
    }

    .sec-mv .to-form {
        width: 30%;
        left: 10px;
        bottom: 8%;
    }
    .sec-mv .img-man {
        width: 31%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}




/* スクロールコンテンツ */
.sec-scroll {
    overflow: hidden;
    z-index: 2;
}
.box-scroll {
    position: relative;
    width: 100%;
    margin-bottom: -50px;
}
.scroll-Inner {
    position: relative;
    z-index: 30;
    margin: 0 auto;
}
.scroll-Text {
    color: #081832;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    position: relative;
    font-weight: 500;
    line-height: 250%;
    letter-spacing: 0.64px;
    z-index: 30;
    height: 100vh;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    white-space: nowrap;
}
.scroll-Text--txt02 {
    font-size: 26px;
}
.scroll-Text--txt01, .scroll-Text--txt02, .scroll-Text--txt03, .scroll-Text--txt04 {
    position: absolute;
}
.scroll-Text--txt01, .scroll-Text--txt02, .scroll-Text--txt03, .scroll-Text--txt04 {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scroll-Text .list-scroll {
    text-align: left;
    margin: 0 auto;
    width: 18em;
    font-size: 22px;
}


.scroll-imgs {
    width: 100%;
    pointer-events: none;
    position: static;
}
.scroll-imgs--img01 {
    position: static;
}
.scroll-imgs--img01 .img01 {
    display: inline-block;
    position: absolute;
    z-index: 30;
    height: 15vw;
}
.scroll-imgs--img01 .img01 img {
    width: 100%;
    height: auto;
}
.scroll-imgs--img01 .img01:nth-of-type(1) {
    top: 10%;
    right: 0;
    width: 100%;
    left: 0;
}
.scroll-imgs--img01 .img01:nth-of-type(2) {
    top: 140vw;
    right: 0;
    width: 100%;
    left: 0;
}
/* .scroll-imgs--img01 .img01:nth-of-type(3) {
    right: 0;
}
.scroll-imgs--img01 .img01:nth-of-type(4) {
    top: 30%;
    left: 17%;
    width: 320px;
}
.scroll-imgs--img01 .img01:nth-of-type(5) {
    right: 0;
}
.scroll-imgs--img01 .img01:nth-of-type(6) {
    right: 0;
}
.scroll-imgs--img01 .img01:nth-of-type(7) {
    top: 55%;
    right: 20%;
    width: 250px;
}
.scroll-imgs--img01 .img01:nth-of-type(8) {
    top: 67%;
    right: 5%;
    width: 360px;
}
.scroll-imgs--img01 .img01:nth-of-type(9) {
    right: 0;
}
.scroll-imgs--img01 .img01:nth-of-type(10) {
    right: 0;
}
.scroll-imgs--img01 .img01:nth-of-type(11) {
    right: 0;
} */


@media (max-width: 769px) {
    .scroll-Text {
        letter-spacing: 0.3px;
        font-size: 13px;
        white-space: normal;
    }
    .scroll-Text--txt02 {
        font-size: 21px;
    }
    .scroll-Text--txt01, .scroll-Text--txt02, .scroll-Text--txt03, .scroll-Text--txt04 {
        position: absolute;
    }
    .scroll-Text--txt01, .scroll-Text--txt02, .scroll-Text--txt03, .scroll-Text--txt04 {
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        width: 98%;
    }
    .scroll-Text--txt01 {
        top: 30%;
    }
    .scroll-Text--txt03 {
        width: 90%;
    }
    .scroll-Text .list-scroll {
        text-align: left;
        margin: 0 auto;
        width: 100%;
        font-size: 16px;
    }

    .scroll-imgs {
    }
    .scroll-imgs--img01 {
        position: static;
    }
    .scroll-imgs--img01 .img01 {
        display: inline-block;
        position: absolute;
        z-index: 30;
        height: 15vw;
    }
    .scroll-imgs--img01 .img01 img {
        width: 100%;
        height: auto;
    }
    .scroll-imgs--img01 .img01:nth-of-type(1) {
        top: 16%;
        right: 0;
        width: 100%;
        left: 0;
    }
    .scroll-imgs--img01 .img01:nth-of-type(2) {
        top: 60%;
        right: 0;
        width: 100%;
        left: 0;
    }
}






/* how */
.sec-how {
    background-color: #081832;
    z-index: 3;
}
.sec-how .inner {
}
.sec-how .inner .bg-img {
    width: 100%;
    height: auto;
}
.sec-how .elem {
    background-color: #e5cc00;
}
.sec-how .elem-in {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 420px;
}
.sec-how .elem-in .fig-img {
    margin: 0 auto 80px;
}
.sec-how .elem-in .ttl-elem {
    text-align: center;
    font-size: 26px;
    letter-spacing: .3em;
    line-height: 1;
    margin: 0 auto 40px;
    font-weight: 500;
    color: #194580;
}
.sec-how .elem-in .txt-elem {
    text-align: center;
    color: #081832;
    line-height: 1.77;
    font-size: 16px;
    font-weight: 600;
}

.sec-how .elem-in .list-flow {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    margin: 120px auto 0;
    width: 80%;
}
.sec-how .elem-in .list-flow .item-flow {
    display: flex;
    gap: 0 60px;
    justify-content: space-between;
}
.sec-how .elem-in .list-flow .item-flow.reverse {
    flex-direction: row-reverse;
}
.sec-how .elem-in .list-flow .item-flow figure {
    width: 40%;
    text-align: center;
}
.sec-how .elem-in .list-flow .item-flow figure img {
    width: 80%;
    margin: 0 auto;
}
.sec-how .elem-in .list-flow .item-flow .elem-txt {
    /* flex: 1; */
}
.sec-how .elem-in .list-flow .item-flow .elem-txt .ttl-flow {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 30px;
    color: #194580;
    padding-left: 40px;
    position: relative;
}
.sec-how .elem-in .list-flow .item-flow .elem-txt .ttl-flow .num {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    background-color: #f9f7d3;
    color: #194580;
    position: absolute;
    left: 0;
    top: -3px;
    text-align: center;
    border-radius: 25px;
}
.sec-how .elem-in .list-flow .item-flow .elem-txt .txt-flow {
    font-size: 16px;
    line-height: 1.77;
    font-weight: 600;
}
@media (max-width: 769px) {
    .sec-how .elem-in {
        max-width: 100%;
        padding: 0 20px 220px;
    }
    .sec-how .elem-in .fig-img {
        margin: 0 auto 30px;
    }
    .sec-how .elem-in .ttl-elem {
        font-size: 20px;
        margin: 0 auto 40px;
        line-height: 1.75;
        letter-spacing: .1em;
    }
    .sec-how .elem-in .txt-elem {
        line-height: 1.55;
        font-size: 12px;
    }

    .sec-how .elem-in .list-flow {
        gap: 30px 0;
        margin: 60px auto 0;
        width: 100%;
    }
    .sec-how .elem-in .list-flow .item-flow {
        flex-direction: column;
        gap: 20px 0;
        justify-content: flex-start;
    }
    .sec-how .elem-in .list-flow .item-flow.reverse {
        flex-direction: column;
    }
    .sec-how .elem-in .list-flow .item-flow figure {
        width: 100%;
        text-align: center;
    }
    .sec-how .elem-in .list-flow .item-flow figure img {
        width: 60%;
        margin: 0 auto;
    }
    .sec-how .elem-in .list-flow .item-flow:nth-child(2) figure img {
        width: 40%;
    }
    .sec-how .elem-in .list-flow .item-flow .elem-txt {
        /* flex: 1; */
    }
    .sec-how .elem-in .list-flow .item-flow .elem-txt .ttl-flow {
        font-size: 20px;
        line-height: 1.45;
        margin-bottom: 20px;
        color: #194580;
        padding-left: 40px;
        position: relative;
    }
    .sec-how .elem-in .list-flow .item-flow .elem-txt .ttl-flow .num {
        width: 25px;
        height: 25px;
        font-size: 16px;
        line-height: 25px;
        left: 0;
        top: 2px;
    }
    .sec-how .elem-in .list-flow .item-flow .elem-txt .txt-flow {
        font-size: 12px;
        line-height: 1.55;
    }
    .sec-how .elem-in .list-flow .item-flow .elem-txt .txt-flow br {
        display: none;
    }
}





/* manage */
.sec-mana {
    /* background-color: #e5cc00; */
    z-index: 4;
}
.sec-mana .inner {
}
.sec-mana .inner .bg-img {
    width: 100%;
    height: auto;
}
.sec-mana .elem {
    background-color: #f9f7d3;
}
.sec-mana .elem-in {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 580px;
}
.sec-mana .elem-in .fig-img {
    margin: 0 auto 80px;
}
.sec-mana .elem-in .ttl-elem {
    text-align: center;
    font-size: 26px;
    letter-spacing: .3em;
    line-height: 1.83;
    margin: 0 auto 40px;
    font-weight: 500;
    color: #194580;
}
.sec-mana .elem-in .txt-elem {
    text-align: center;
    color: #081832;
    line-height: 1.77;
    font-size: 16px;
    font-weight: 600;
}

.sec-mana .elem-in .box-repr {
    position: relative;
    margin: 180px auto 200px;
}
.sec-mana .elem-in .box-repr .img-repr {
    display: block;
    margin: 0 0 0 auto;
    width: 95%;
}
.sec-mana .elem-in .box-repr .txt-repr {
    position: absolute;
    right: 8%;
    top: 7%;
    font-size: 18px;
    line-height: 1.77;
    font-weight: 600;
}
.sec-mana .elem-in .box-repr .name-repr {
    position: absolute;
    font-weight: 600;
    left: 0;
    bottom: 9%;
    font-size: 33px;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
}
.sec-mana .elem-in .box-repr .txt-repr2 {
    position: absolute;
    font-weight: 600;
    right: 0;
    bottom: 11%;
    font-size: 16px;
    line-height: 1.55;
}

.sec-mana .elem-in .fig-img {
    margin-top: 120px;
}

@media (max-width: 769px) {
    .sec-mana {
        /* background-color: #e5cc00; */
    }
    .sec-mana .elem-in {
        max-width: 100%;
        padding: 0 20px 200px;
    }
    .sec-mana .elem-in .fig-img {
        margin: 0 auto 40px;
    }
    .sec-mana .elem-in .ttl-elem {
        font-size: 20px;
        letter-spacing: .1em;
        line-height: 1.75;
        margin: 0 auto 20px;
    }
    .sec-mana .elem-in .txt-elem {
        line-height: 1.55;
        font-size: 12px;
        text-align: left;
    }

    .sec-mana .elem-in .box-repr {
        margin: 40px auto 60px;
    }
    .sec-mana .elem-in .box-repr .img-repr {
        width: 100%;
    }
    .sec-mana .elem-in .box-repr .txt-repr {
        right: 2%;
        top: 6%;
        font-size: 9px;
        line-height: 1.45;
    }
    .sec-mana .elem-in .box-repr .name-repr {
        bottom: 3px;
        font-size: 16px;
        writing-mode: horizontal-tb;
        font-family: "Noto Serif JP", serif;
    }
    .sec-mana .elem-in .box-repr .txt-repr2 {
        position: absolute;
        font-weight: 600;
        right: 0;
        bottom: 0;
        font-size: 11px;
        line-height: 1.55;
    }

    .sec-mana .elem-in .fig-img {
        margin-top: 40px;
    }
}






/* prosper */
.sec-pros {
    /* background-color: #f9f7d3; */
    z-index: 5;
}
.sec-pros .inner {
}
.sec-pros .inner .bg-img {
    width: 100%;
    height: auto;
}
.sec-pros .elem {
    background-color: #e5cc00;
}
.sec-pros .elem-in {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 420px;
}
.sec-pros .elem-in .fig-img {
    margin: 0 auto 80px;
}
.sec-pros .elem-in .ttl-elem {
    text-align: center;
    font-size: 26px;
    letter-spacing: .3em;
    line-height: 1.83;
    margin: 0 auto 40px;
    font-weight: 500;
    color: #194580;
}
.sec-pros .elem-in .txt-elem {
    text-align: center;
    color: #081832;
    line-height: 1.77;
    font-size: 16px;
    font-weight: 600;
}
.sec-pros .elem-in .fig-img {
    margin-top: 120px;
}

.sec-pros .elem-in .list-pros {
    margin: 200px auto 0;
    display: flex;
    flex-direction: column;
    gap: 200px 0;
}
.sec-pros .elem-in .list-pros .item-pros {
    display: flex;
    gap: 0 60px;
}
.sec-pros .elem-in .list-pros .item-pros figure {
    width: 45%;
    text-align: center;
}
.sec-pros .elem-in .list-pros .item-pros .elem-txt {
    flex: 1;
}
.sec-pros .elem-in .list-pros .item-pros .elem-txt .ttl-pros {
    font-size: 24px;
    color: #194580;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
.sec-pros .elem-in .list-pros .item-pros .elem-txt .txt-pros {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
@media (max-width: 769px) {
    .sec-pros {
        /* background-color: #f9f7d3; */
    }
    .sec-pros .elem-in {
        max-width: 100%;
        padding: 0 20px 220px;
    }
    .sec-pros .elem-in .fig-img {
        margin: 0 auto 30px;
    }
    .sec-pros .elem-in .ttl-elem {
        font-size: 20px;
        line-height: 1.75;
        letter-spacing: .1em;
        margin: 0 auto 30px;
    }
    .sec-pros .elem-in .txt-elem {
        line-height: 1.55;
        font-size: 12px;
    }
    .sec-pros .elem-in .fig-img {
        margin-top: 40px;
    }

    .sec-pros .elem-in .list-pros {
        margin: 60px auto 0;
        gap: 30px 0;
    }
    .sec-pros .elem-in .list-pros .item-pros {
        flex-direction: column;
        gap: 40px 0;
    }
    .sec-pros .elem-in .list-pros .item-pros figure {
        width: 100%;
        text-align: center;
    }
    .sec-pros .elem-in .list-pros .item-pros figure img {
        width: 30%;
        margin: 0 auto;
    }
    .sec-pros .elem-in .list-pros .item-pros .elem-txt {
        flex: 1;
    }
    .sec-pros .elem-in .list-pros .item-pros .elem-txt .ttl-pros {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1.75;
    }
    .sec-pros .elem-in .list-pros .item-pros .elem-txt .txt-pros {
        font-size: 12px;
        line-height: 1.55;
    }
}





/* achievements */
.sec-achi {
    /* background-color: #e5cc00; */
    z-index: 6;
}
.sec-achi .inner {
}
.sec-achi .inner .bg-img {
    width: 100%;
    height: auto;
}
.sec-achi .elem {
    background-color: #f9f7d3;
}
.sec-achi .elem-in {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 420px;
}
.sec-achi .elem-in .fig-img {
    margin: 0 auto 80px;
}
.sec-achi .elem-in .ttl-elem {
    text-align: center;
    font-size: 26px;
    letter-spacing: .3em;
    line-height: 1.83;
    margin: 0 auto 40px;
    font-weight: 500;
    color: #194580;
}
.sec-achi .elem-in .txt-elem {
    text-align: center;
    color: #081832;
    line-height: 1.77;
    font-size: 16px;
    font-weight: 600;
}
.sec-achi .elem-in .fig-img {
    margin-top: 120px;
}

.sec-achi .elem-in .list-achi {
    margin: 200px auto 0;
    display: flex;
    flex-direction: column;
    gap: 150px 0;
}
.sec-achi .elem-in .list-achi .item-achi {
    display: flex;
    gap: 0 60px;
}
.sec-achi .elem-in .list-achi .item-achi figure {
    width: 45%;
    text-align: center;
}
.sec-achi .elem-in .list-achi .item-achi figure figcaption {
    font-size: 20px;
    color: #194580;
    line-height: 1;
    margin-top: 20px;
    font-weight: 600;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt {
    flex: 1;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt .ttl-achi {
    font-size: 22px;
    color: #194580;
    line-height: 1.55;
    margin-bottom: 20px;
    font-weight: 600;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt .txt-achi {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link {
    display: block;
    text-align: right;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more {
    display: inline-block;
    position: relative;
    margin-top: 30px;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more span {
    display: block;
    position: relative;
    padding: 0 20px 5px 25px;
    color: #e5cc00;
    font-size: 16px;
    font-weight: 600;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more span::before,
.sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more span::after {
    position: absolute;
    content: '';
    background-color: #e5cc00;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    height: 1px;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more span::before {
    width: 7.5em;
    bottom: 0;
    right: 0;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more span::after {
    width: 15px;
    bottom: 6px;
    right: -1px;
    transform: rotate(45deg);
}

.sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more:hover span::before {
    right: -5px;
}
.sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more:hover span::after {
    right: -6px;
}

.sec-achi .elem-in .box-btn {
    text-align: center;
    margin: 200px auto 0;
}
.sec-achi .elem-in .box-btn a {
    display: inline-block;
    background-color: #e5cc00;
    position: relative;
    padding: 30px 60px;
    border-radius: 50px;
}
.sec-achi .elem-in .box-btn a::after {
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    border-bottom: 2px solid #194580;
    border-right: 2px solid #194580;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.sec-achi .elem-in .box-btn a span {
    font-size: 20px;
    line-height: 1;
    color: #194580;
}
@media (max-width: 769px) {
    .sec-achi {
        /* background-color: #e5cc00; */
    }
    .sec-achi .elem-in {
        max-width: 100%;
        padding: 0 20px 220px;
    }
    .sec-achi .elem-in .fig-img {
        margin: 0 auto 40px;
    }
    .sec-achi .elem-in .ttl-elem {
        font-size: 20px;
        letter-spacing: .1em;
        line-height: 1.75;
        margin: 0 auto 30px;
    }
    .sec-achi .elem-in .txt-elem {
        line-height: 1.55;
        font-size: 12px;
    }
    .sec-achi .elem-in .fig-img {
        margin-top: 30px;
    }

    .sec-achi .elem-in .list-achi {
        margin: 60px auto 0;
        gap: 40px 0;
    }
    .sec-achi .elem-in .list-achi .item-achi {
        flex-direction: column-reverse;
        gap: 20px 0;
    }
    .sec-achi .elem-in .list-achi .item-achi figure {
        width: 100%;
    }
    .sec-achi .elem-in .list-achi .item-achi figure figcaption {
        font-size: 16px;
        margin-top: 10px;
        text-align: right;
    }
    .sec-achi .elem-in .list-achi .item-achi .elem-txt .ttl-achi {
        font-size: 18px;
        line-height: 1.75;
        margin-bottom: 20px;
    }
    .sec-achi .elem-in .list-achi .item-achi .elem-txt .txt-achi {
        font-size: 12px;
        line-height: 1.55;
    }
    .sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link {
        display: block;
        text-align: right;
    }
    .sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more {
        display: inline-block;
        position: relative;
        margin-top: 30px;
    }
    .sec-achi .elem-in .list-achi .item-achi .elem-txt .box-link .link-more span {
        display: block;
        position: relative;
        padding: 0 20px 5px 25px;
        color: #e5cc00;
        font-size: 14px;
        font-weight: 600;
    }

    .sec-achi .elem-in .box-btn {
        margin: 80px auto 0;
    }
    .sec-achi .elem-in .box-btn a {
        padding: 20px 60px;
        border-radius: 50px;
    }
    .sec-achi .elem-in .box-btn a::after {
        content: "";
        height: 10px;
        width: 10px;
        display: block;
        border-bottom: 2px solid #194580;
        border-right: 2px solid #194580;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .sec-achi .elem-in .box-btn a span {
        font-size: 16px;
    }
}




/* flow */
.sec-flow {
    /* background-color: #f9f7d3; */
    z-index: 7;
}
.sec-flow .inner {
}
.sec-flow .inner .bg-img {
    width: 100%;
    height: auto;
}
.sec-flow .elem {
    background-color: #e5cc00;
}
.sec-flow .elem-in {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 420px;
}
.sec-flow .elem-in .fig-img {
    margin: 0 auto 80px;
}
.sec-flow .elem-in .ttl-elem {
    text-align: center;
    font-size: 26px;
    letter-spacing: .3em;
    line-height: 1.83;
    margin: 0 auto 40px;
    font-weight: 500;
    color: #194580;
}
.sec-flow .elem-in .ttl-elem.faq {
    margin: 0 auto 80px;
}
.sec-flow .elem-in .txt-elem {
    text-align: center;
    color: #081832;
    line-height: 1.77;
    font-size: 16px;
    font-weight: 600;
}
.sec-flow .elem-in .fig-img {
    margin-top: 120px;
}

.sec-flow .elem-in .list-flow {
    margin: 200px auto 200px;
    display: flex;
    flex-direction: column;
    gap: 60px 0;
}
.sec-flow .elem-in .list-flow .item-flow {
    display: flex;
    gap: 0 50px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 30px 60px;
    align-items: center;
    position: relative;
}
.sec-flow .elem-in .list-flow .item-flow:not(:last-child)::after {
    content: "";
    width: 90px;
    height: 30px;
    background: url(../../images/lp2024/arr_flow.svg) center center / cover no-repeat;
    display: block;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
}
.sec-flow .elem-in .list-flow .item-flow .img-ball {
    position: absolute;
    top: -60px;
    right: -50px;
}
.sec-flow .elem-in .list-flow .item-flow .box-num {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    align-items: center;
    color: #f9f7d3;
    width: 10%;
    border-right: 1px solid #ffffff;
    padding: 30px 50px 30px 0;
}
.sec-flow .elem-in .list-flow .item-flow .box-num span {
    line-height: 1;
}
.sec-flow .elem-in .list-flow .item-flow .box-num .en {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .05em;
}
.sec-flow .elem-in .list-flow .item-flow .box-num .num {
    font-family: "Hachi Maru Pop", cursive;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1;
}
.sec-flow .elem-in .list-flow .item-flow .elem-txt {
    flex: 1;
}
.sec-flow .elem-in .list-flow .item-flow .elem-txt .ttl-flow {
    font-size: 24px;
    color: #194580;
    line-height: 1.66;
    font-weight: 500;
    margin-bottom: 5px;
}
.sec-flow .elem-in .list-flow .item-flow .elem-txt .txt-flow {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.sec-flow .elem-in .list-flow .item-flow .elem-txt .txt-flow.txt-one {
    margin-top: 20px;
}

/* よくある質問 */
.sec-flow .elem-in .list-faq {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
.sec-flow .elem-in .item-faq {
    display: flex;
    gap: 10px 0;
    border: 1px solid #f9f7d3;
    padding: 30px;
    border-radius: 20px;
}
.sec-flow .elem-in .item-faq .dl-faq {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq,
.sec-flow .elem-in .item-faq .dl-faq .txt-faq .in-faq {
    /* align-items: center; */
    display: flex;
    gap: 0 30px;
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq {
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq:hover {
    opacity: .6;
}
.sec-flow .elem-in .item-faq .dl-faq .txt-faq {
    display: none;
}
.sec-flow .elem-in .item-faq .dl-faq .txt-faq .in-faq {
    padding-top: 20px;
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq .box-en,
.sec-flow .elem-in .item-faq .dl-faq .txt-faq .box-en {
    width: 10%;
    font-size: 30px;
    color: #f9f7d3;
    line-height: 1;
    border-right: 1px solid #f9f7d3;
    text-align: center;
    padding: 30px 0;
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq p,
.sec-flow .elem-in .item-faq .dl-faq .txt-faq p {
    flex: 1;
    font-size: 18px;
    line-height: 1.55;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq p::after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    border: 1px solid #f9f7d3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq p span {
    display: block;
    position: relative;
    padding-right: 70px;
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq p span::before,
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq p span::after {
    content: "";
    width: 21px;
    height: 1px;
    display: block;
    background-color: #f9f7d3;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq p span::after {
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.sec-flow .elem-in .item-faq .dl-faq .ttl-faq.open p span::after {
    transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 769px) {
    .sec-flow {
        /* background-color: #f9f7d3; */
    }
    .sec-flow .elem-in {
        max-width: 100%;
        padding: 0 20px 220px;
    }
    .sec-flow .elem-in .fig-img {
        margin: 0 auto 40px;
    }
    .sec-flow .elem-in .ttl-elem {
        font-size: 20px;
        letter-spacing: .1em;
        line-height: 1.75;
        margin: 0 auto 30px;
    }
    .sec-flow .elem-in .ttl-elem.faq {
        margin: 0 auto 40px;
    }
    .sec-flow .elem-in .txt-elem {
        line-height: 1.55;
        font-size: 12px;
    }
    .sec-flow .elem-in .fig-img {
        margin-top: 60px;
    }

    .sec-flow .elem-in .list-flow {
        margin: 60px auto 80px;
        display: flex;
        flex-direction: column;
        gap: 60px 0;
    }
    .sec-flow .elem-in .list-flow .item-flow {
        flex-direction: column;
        gap: 30px 0;
        border: 1px solid #ffffff;
        border-radius: 20px;
        padding: 20px 20px 40px;
        align-items: center;
        position: relative;
    }
    .sec-flow .elem-in .list-flow .item-flow:not(:last-child)::after {
        content: "";
        width: 60px;
        height: 20px;
        background: url(../../images/lp2024/arr_flow.svg) center center / cover no-repeat;
        display: block;
        position: absolute;
        bottom: -19px;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec-flow .elem-in .list-flow .item-flow .img-ball {
        position: absolute;
        top: -30px;
        right: -20px;
        width: 150px;
    }
    .sec-flow .elem-in .list-flow .item-flow .box-num {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
        width: 90%;
        border-right: none;
        border-bottom: 1px solid #ffffff;
        padding: 10px 0 30px;
    }
    .sec-flow .elem-in .list-flow .item-flow .box-num .en {
        font-size: 16px;
        letter-spacing: .03em;
    }
    .sec-flow .elem-in .list-flow .item-flow .box-num .num {
        font-size: 28px;
    }
    .sec-flow .elem-in .list-flow .item-flow .elem-txt {
        flex: 1;
    }
    .sec-flow .elem-in .list-flow .item-flow .elem-txt .ttl-flow {
        font-size: 18px;
        line-height: 1.75;
        margin-bottom: 5px;
    }
    .sec-flow .elem-in .list-flow .item-flow .elem-txt .txt-flow {
        font-size: 13px;
        line-height: 1.55;
    }
    .sec-flow .elem-in .list-flow .item-flow .elem-txt .txt-flow.txt-one {
        margin-top: 0;
    }

    /* よくある質問 */
    .sec-flow .elem-in .list-faq {
        gap: 30px 0;
    }
    .sec-flow .elem-in .item-faq {
        gap: 10px 0;
        padding: 20px 20px;
    }
    .sec-flow .elem-in .item-faq .dl-faq .ttl-faq,
    .sec-flow .elem-in .item-faq .dl-faq .txt-faq .in-faq {
        gap: 0 20px;
    }
    .sec-flow .elem-in .item-faq .dl-faq .txt-faq .in-faq {
        padding-top: 20px;
    }
    .sec-flow .elem-in .item-faq .dl-faq .ttl-faq .box-en,
    .sec-flow .elem-in .item-faq .dl-faq .txt-faq .box-en {
        width: 29px;
        font-size: 25px;
        padding: 30px 10px 30px 0;
    }
    .sec-flow .elem-in .item-faq .dl-faq .ttl-faq:hover {
        opacity: 1;
    }
    .sec-flow .elem-in .item-faq .dl-faq .ttl-faq p,
    .sec-flow .elem-in .item-faq .dl-faq .txt-faq p {
        font-size: 14px;
    }
    .sec-flow .elem-in .item-faq .dl-faq .ttl-faq p::after {
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }
    .sec-flow .elem-in .item-faq .dl-faq .ttl-faq p span {
        padding-right: 40px;
    }
    .sec-flow .elem-in .item-faq .dl-faq .ttl-faq p span::before,
    .sec-flow .elem-in .item-faq .dl-faq .ttl-faq p span::after {
        width: 10px;
        right: 11px;
    }
}






/* form */
.sec-form {
    /* background-color: #e5cc00; */
    z-index: 8;
}
.sec-form .inner {
}
.sec-form .inner .bg-img {
    width: 100%;
    height: auto;
}
.sec-form .elem {
    background-color: #f9f7d3;
}

.lp2024.confirm .elem,
.lp2024.complete .elem {
    padding-top: 120px;
}

.sec-form .elem .form-flow {
    background: url(../../images/lp2024/bg_txt-form.svg) center center / auto 100% repeat-x;
    width: 100%;
    padding: 60px 0 80px;
    margin-bottom: 100px;
    position: relative;
    -webkit-animation: img-easing 1130s linear infinite;
    animation: img-easing 1130s linear infinite;
}
@keyframes img-easing {
    from {
      background-position: 0 0
    }
    to {
      background-position: 10000% 0
    }
}
.sec-form .elem .form-flow .list-view {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 0 60px;
}
.sec-form .elem .form-flow .list-view .item-view {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    align-items: center;
    position: relative;
}
.sec-form .elem .form-flow .list-view .item-view:not(:last-child)::after {
    content: "";
    width: 20px;
    height: 10px;
    display: block;
    background: url(../../images/lp2024/icon_view.svg) center center / 100% auto no-repeat;
    position: absolute;
    top: 10px;
    right: -40px;
}
.sec-form .elem .form-flow .list-view .circle {
    width: 30px;
    height: 30px;
    position: relative;
    background-color: #ffffff;
    border-radius: 30px;
}
.sec-form .elem .form-flow .list-view .circle.a-1st::before {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background-color: #e5cc00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lp2024.confirm .sec-form .elem .form-flow .list-view .circle.a-1st::before,
.lp2024.complete .sec-form .elem .form-flow .list-view .circle.a-2nd::before,
.lp2024.complete .sec-form .elem .form-flow .list-view .circle.a-1st::before {
    content: none;
}
.lp2024.confirm .sec-form .elem .form-flow .list-view .circle.a-2nd::before,
.lp2024.complete .sec-form .elem .form-flow .list-view .circle.a-3rd::before {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background-color: #e5cc00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec-form .elem .form-flow .list-view .txt-view {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .05em;
}

.sec-form .elem-in {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 220px;
}

.sec-form form .elem-in {
}
.sec-form form .elem-in dl {
    align-items: center;
    display: flex;
}
.sec-form form .elem-in dl:not(:last-child) {
    margin-bottom: 30px;
}
.sec-form form .elem-in dl dt {
    width: 13em;
    font-size: 16px;
}
.sec-form form .elem-in dl dt .txt-form {
    font-weight: 600;
}
.sec-form form .elem-in dl dt .txt-req {
    font-size: 8px;
    color: #e5cc00;
    margin-left: 3px;
}
.sec-form form .elem-in dl dd {
    flex: 1;
    font-size: 14px;
    line-height: 1.45;
}

.sec-form form .elem-in dl dd input[type=text],
.sec-form form .elem-in dl dd input[type=password],
.sec-form form .elem-in dl dd input[type=search],
.sec-form form .elem-in dl dd input[type=url],
.sec-form form .elem-in dl dd input[type=tel],
.sec-form form .elem-in dl dd input[type=email],
.sec-form form .elem-in dl dd input[type=date],
.sec-form form .elem-in dl dd input[type=submit],
.sec-form form .elem-in dl dd input[type=checkbox],
.sec-form form .elem-in dl dd input[type=button],
.sec-form form .elem-in dl dd textarea,
.sec-form form .elem-in dl dd select,
.sec-form form .elem-in dl dd .field-select {
    font-family: 'Noto Sans JP',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    appearance: none;
    background-color: #ffffff;
    padding: 15px 20px;
    font-size: 14px;
    text-align: left;
    border: none;
    line-height: 1;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    letter-spacing: .12em;
    border-radius: 10px;
    height: auto;
    box-sizing: border-box;
}
.sec-form form .elem-in dl dd input::-webkit-input-placeholder,
.sec-form form .elem-in dl dd textarea::-webkit-input-placeholder {
    color: #cdd0d5;
}
.sec-form form .elem-in dl dd input:-ms-input-placeholder,
.sec-form form .elem-in dl dd textarea:-ms-input-placeholder {
    color: #cdd0d5;
}
.sec-form form .elem-in dl dd input::-ms-input-placeholder,
.sec-form form .elem-in dl dd textarea::-ms-input-placeholder {
    color: #cdd0d5;
}
.sec-form form .elem-in dl dd input::placeholder,
.sec-form form .elem-in dl dd textarea::placeholder {
    color: #cdd0d5;
}

.sec-form form .elem-in dl.sel-cont dd input::placeholder {
    color: #081832 !important;
}




.sec-form form .elem-in dl dd .elem-sel {
    overflow: hidden;
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    position: relative;
}
.sec-form form .elem-in dl dd .elem-sel select {
    width: 100%;
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1.65;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 15px 20px;
}
.sec-form form .elem-in dl dd .elem-sel select::-ms-expand {
    display: none;
}
.sec-form form .elem-in dl dd .elem-sel::before {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    content: '';
    pointer-events: none;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 1px solid #081832;
    border-bottom: 1px solid #081832;
}


.sec-form .mw_wp_form_confirm form .elem-in dl dd .elem-sel {
    background-color: transparent;
}
.sec-form .mw_wp_form_confirm form .elem-in dl dd .elem-sel::before {
    content: 'none';
    display: none;
}
.sec-form .mw_wp_form_confirm form .elem-in .box-check {
    display: none;
}

.sec-form .elem-in .box-check {
    text-align: center;
    margin: 60px auto 0;
}
.sec-form .elem-in .p-check {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-form .elem-in .p-check .privacy-check-1 {
    margin: 0;
}
.sec-form .elem-in .p-check .mwform-checkbox-field.horizontal-item label {
    margin: 0 !important;
}
.sec-form .elem-in .txt-label {
    font-size: 11px;
    letter-spacing: .06em;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
    padding-right: 14px;
    background: transparent url(../images/contactus/icon_blank.svg) right center / 9px 9px no-repeat;
}
.sec-form .elem-in .link-p {
    font-size: 12px;
    letter-spacing: .01em;
    padding-right: 30px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
    transition: all .2s ease-in;
    line-height: 18px;
    color: #928893;
    background: url(../../images/lp2024/icon_blank.svg) right center / 18px auto no-repeat;
}
.sec-form .elem-in .p-check span.mwform-checkbox-field label .privacy-check {
    display: none
}
.sec-form .elem-in .p-check span.mwform-checkbox-field label .privacy-check+.mwform-checkbox-field-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 5px 0 5px 20px;
    position: relative;
    width: auto
}
.sec-form .elem-in .p-check span.mwform-checkbox-field label .privacy-check+.mwform-checkbox-field-text::before {
    border: none;
    background-color: #ffffff;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 15px
}
.sec-form .elem-in .p-check span.mwform-checkbox-field label .privacy-check:checked+.mwform-checkbox-field-text::before {
    background-color: #ffffff;
    border-color: #989898
}
.sec-form .elem-in .p-check span.mwform-checkbox-field label .privacy-check:checked+.mwform-checkbox-field-text::after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    content: '';
    display: block;
    height: 10px;
    left: 5px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px
}

.sec-form .elem-in .box-btn {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    padding: 60px 0 0;
}
.sec-form .elem-in .box-btn button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    background-color: #e5cc00;
    position: relative;
    padding: 30px 60px;
    border-radius: 50px;
    color: #194580;
    border: none;
    box-shadow: none;
    font-size: 20px;
    line-height: 1;
    color: #194580;
    width: 13em;
}
.sec-form .elem-in .box-btn button::after {
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    border-bottom: 2px solid #194580;
    border-right: 2px solid #194580;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.sec-form .elem-in .box-btn button:hover {
    opacity: .6;
}
.sec-form .elem-in .box-btn .btn_back {
    background: #c5c5c5;
}
.sec-form .elem-in .box-btn button.btn_back::after {
    content: "none";
    display: none;
}

.sec-form .elem-in .txt-complete {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}





@media (max-width: 769px) {
    .sec-form {
        /* background-color: #e5cc00; */
    }
    .lp2024.confirm .elem,
    .lp2024.complete .elem {
        padding-top: 100px;
    }
    .sec-form .elem-in {
        max-width: 100%;
        padding: 0 20px 120px;
    }
    .sec-form .elem .form-flow {
        background: url(../../images/lp2024/bg_txt-form.svg) center center / auto 100% repeat-x;
        padding: 30px 0 60px;
        margin-bottom: 50px;
    }
    .sec-form .elem .form-flow .list-view {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 0 60px;
    }
    .sec-form .elem .form-flow .list-view .item-view {
        gap: 5px 0;
    }
    .sec-form .elem .form-flow .list-view .txt-view {
        letter-spacing: .03em;
    }

    .sec-form form .elem-in dl {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px 0;
    }
    .sec-form form .elem-in dl:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec-form form .elem-in dl dt {
        font-size: 14px;
        width: 100%;
    }
    .sec-form form .elem-in dl dd {
        flex: 1;
        font-size: 14px;
        line-height: 1.45;
        text-align: left;
        width: 100%;
    }

    .sec-form form .elem-in dl dd input[type=text],
    .sec-form form .elem-in dl dd input[type=password],
    .sec-form form .elem-in dl dd input[type=search],
    .sec-form form .elem-in dl dd input[type=url],
    .sec-form form .elem-in dl dd input[type=tel],
    .sec-form form .elem-in dl dd input[type=email],
    .sec-form form .elem-in dl dd input[type=date],
    .sec-form form .elem-in dl dd input[type=submit],
    .sec-form form .elem-in dl dd input[type=checkbox],
    .sec-form form .elem-in dl dd input[type=button],
    .sec-form form .elem-in dl dd textarea,
    .sec-form form .elem-in dl dd select,
    .sec-form form .elem-in dl dd .field-select {
        padding: 10px 10px;
        letter-spacing: .06em;
        border-radius: 5px;
    }

    .sec-form form .elem-in dl dd .elem-sel {
        border-radius: 5px;
    }
    .sec-form form .elem-in dl dd .elem-sel select {
        font-size: 14px;
        letter-spacing: .03em;
        line-height: 1.45;
        padding: 10px 10px;
    }
    .sec-form form .elem-in dl dd .elem-sel select::-ms-expand {
        display: none;
    }

    .sec-form .elem-in .box-check {
        margin: 40px auto 0;
    }

    .sec-form .elem-in .box-btn {
        gap: 0 10px;
        padding: 40px 0 0;
    }
    .sec-form .elem-in .box-btn button {
        padding: 15px 20px;
        border-radius: 50px;
        font-size: 14px;
        width: 10em;
    }
    .sec-form .elem-in .box-btn button::after {
        content: "";
        height: 6px;
        width: 6px;
        display: block;
        border-bottom: 2px solid #194580;
        border-right: 2px solid #194580;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

    .sec-form .elem-in .txt-complete {
        font-size: 14px;
        line-height: 1.45;
        text-align: left;
    }
}






.footer {
    background-color: #f5f4f5;
    padding: 100px 0 20px;
    color: #081832;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    z-index: 10;
}
.footer .f-inner {
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
}
.footer .f-inner .logo {
    padding: 0 0 100px;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.footer .f-inner .logo img {
    width: 156px;
}
.footer .f-inner .elem {

}
.footer .f-inner .elem .dl-shop {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.footer .f-inner .elem .dl-shop dt,
.footer .f-inner .elem .dl-shop dd {
    line-height: 1;
}
.footer .f-inner .elem .dl-shop dt {
    font-size: 18px;
    margin-bottom: 5px;
}
.footer .f-inner .elem .dl-shop dd.en {
    font-size: 14px;
    margin-bottom: 30px;
}
.footer .f-inner .elem .dl-shop dd.add {
    font-size: 14px;
    line-height: 1.55;
}
.footer .f-inner .elem .list-link {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}
.footer .f-inner .elem .list-link .item-link {
}
.footer .f-inner .elem .list-link .item-link a {
    display: inline-block;
    width: 13em;
    font-size: 20px;
    line-height: 1;
    background: url(../../images/lp2024/icon_blank.svg) right center / 20px auto no-repeat;
}
.footer .f-inner .elem .list-sns {
    display: flex;
    gap: 0 20px;
}
.footer .f-inner .elem .list-sns .item-sns {
    display: flex;
}
.footer .f-inner .elem .list-sns .item-sns a {
    background-color: #ffffff;
    display: block;
    border-radius: 40px;
    width: 40px;
    height: 40px;
}

.footer .f-inner .totop {
    position: absolute;
    width: 95px;
    height: auto;
    right: 0;
    bottom: 0;
}

.footer .copy {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: .03em;
    line-height: 1;
}

.oth-to-form {
    width: 20%;
    position: fixed;
    left: 5%;
    bottom: 50px;
    transform: translateY(10%);
    z-index: 120;
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    pointer-events: none;
}
.oth-to-form.is-view {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 769px) {
    .oth-to-form {
        width: 30%;
        left: 10px;
        bottom: 20px;
    }

    .footer {
        padding: 60px 20px 20px;
    }
    .footer .f-inner {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .footer .f-inner .logo {
        padding: 0 0 60px;
        margin-bottom: 60px;
    }
    .footer .f-inner .logo img {
        width: 100px;
    }
    .footer .f-inner .elem .dl-shop {
        margin-bottom: 30px;
    }
    .footer .f-inner .elem .dl-shop dt {
        font-size: 16px;
    }
    .footer .f-inner .elem .dl-shop dd.en {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .footer .f-inner .elem .dl-shop dd.add {
        font-size: 13px;
    }
    .footer .f-inner .elem .list-link {
        margin: 0 0 30px;
        gap: 15px 0;
    }
    .footer .f-inner .elem .list-link .item-link a {
        width: 12em;
        font-size: 16px;
        background: url(../../images/lp2024/icon_blank.svg) right center / 16px auto no-repeat;
    }
    .footer .f-inner .elem .list-sns {
        display: flex;
        gap: 0 10px;
    }
    .footer .f-inner .elem .list-sns .item-sns a {
        border-radius: 30px;
        width: 30px;
        height: 30px;
    }

    .footer .f-inner .totop {
        width: 50px;
    }

    .footer .copy {
        font-size: 9px;
        letter-spacing: .01em;
    }
}
