.sec01_wrap {
    background-image: url(../img/sec01_bg.png);
    background-position: center;
    background-size: cover;
    padding: 12vw 0;
}

.sec01 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec01 .flex-center {
    margin-top: 8vw;
    flex-direction: column;
    gap: 15px;
}





.inner {
    padding: 10vw 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}





/* sec02 */
.sec02_wrap {
    background: url(../img/sec02_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.iframe {
    background: rgba(15, 15, 15, 0.8);
    border: 10px solid var(--color_02);
    width: 100%;
    padding: 50px;
    color: #fff;
}

.radio_group label input {
    margin-right: 10px;
}

.radio_group {
    margin-top: 10px;
}

.radio_group label {
    margin-right: 2vw;
}

.input_email {
    font-size: var(--fz-28);
    font-family: 'Paperlogy-4Regular';
    margin-top: 10px;
}

#name,
#tel {
    width: 100%;
    font-size: var(--fz-28);
    font-family: 'Paperlogy-4Regular';
    padding: 10px 0;
    padding-left: 3%;
    border-radius: 8px;
}

.input_box {
    margin: 2vw 0;
}

.input_box .input_email:nth-child(2) {
    margin-top: 2vw;
}

.form {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.agree2 {
    margin-top: 40px;
}

.button_enter {
    margin-top: 2vw;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    background: linear-gradient(to right,
            #F3C05A 0%,
            #fff9dc 50%,
            #F3C05A 100%);
    background-size: 400% 100%;
    border: none;
    cursor: pointer;
    animation: gradientMove 4s ease infinite;
}


/* sec03 */
.sec03_wrap {
    background: url(../img/sec03_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15vw 0 20vw;
}

.sec03 {
    justify-content: end;
    padding: 0 0 20vw;
}

.sec03 .abbox {
    position: relative;
    width: 80%;
}

.sec03 .abbox .fz-60 {
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: -14%;
    top: -27%;
    line-height: 1.5;
    z-index: 1;
}

.sec03 .abbox .imgbox {
    width: 100%;
    height: 200px;
    background: url(../img/sec03_01.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.sec03 .abbox .fz-45 {
    font-weight: 500;
    color: #fff;
    margin-top: 5%;
}

.sec03_wrap .nim img {
    display: block;
    margin: 0 auto 15px;
}

.sec03_wrap .nim p {
    color: #fff;
    text-align: center;
}


/* sec04 */
.sec04 {
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../img/sec04_bg.png) no-repeat;
    background-position: center;
}

.sec04 .sec04_inner {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sec04 figure {
    max-width: 34px;
    margin: auto;
}

.sec04 .sec04_inner .textbox {
    margin: 25px 0;
}

.sec04 .sec04_inner .textbox p {
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}


/* sec05 */
.sec05_wrap {
    background: url(../img/sec05_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15vw 0;
}

.sec05_wrap p {
    color: #fff;
    text-align: center;
    margin-bottom: 2vw;
}

.sec05_wrap .flex-center {
    gap: 15px;
}

.sec05_wrap .textbox {
    position: relative;
    margin: auto;
}

.sec05_wrap .textbox img.text {
    display: block;
    position: relative;
    z-index: 2;
    margin: 10vw auto 0;
}
.sec05_wrap .textbox img.only_m{display: none;}
.sec05_wrap .textbox img.arrow {
    position: absolute;
    right: 10%;
    top: -40%;
}


/* sec06 */
.sec06_wrap {
    background: url(../img/sec06_bg.png) top / 100% 100% no-repeat;
}

.sec06 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1 / 0.3;
    margin: 0 auto;
}

.sec06 img {
    height: 80%;
    width: auto;
}



/* sec07 */
.sec07_wrap {
    background: url(../img/sec07_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15vw 0;
}

.sec07_wrap .top {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5vw;
}

.sec07 .textbox {
    width: 45%;
}

.sec07 .right {
    width: 100%;
    padding: 10px;
    color: #fff;
    margin-bottom: 40px;
    background: linear-gradient(90deg, rgba(152, 38, 24, 0.95) 9.82%, rgba(223, 51, 51, 0.133) 86.16%, rgba(0, 0, 0, 0) 103.27%);
    transform: rotate(-180deg);
}

.sec07 .textbox img {
    margin-bottom: 40px;
}

.sec07 .right p {
    transform: rotate(-180deg);
}


.sec07 .under {
    text-align: center;
    padding-top: 15vw;
}

.sec07 .under>p {
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(to right, #F3C05A 51%, #FCEDA7 72%, #F3C05A 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5vw;
}

.sec07 .under .flex-center {
    gap: 5vw;
    padding-left: 10vw;
}

.sec07 .under .flex-center .container {
    width: 30%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.sec07 .under .flex-center .btnbox {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 30px;
}

#list {
    overflow: hidden;
}

.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    height: 70px;
    border-radius: 8px;
    animation: slideUpFadeIn 0.6s ease-out;
    border: 1px solid #5C5C5C;
}

@keyframes slideUpFadeIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.name {
    font-family: 'esamanru';
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #000000;
    padding-left: 30px;


    font-size: var(--fz-23);
}

.aler {
    background-color: #144EA0;
    color: #fff;
    border: none;
    padding: 0 30px;
    border-radius: 0 6px 6px 0;
    font-size: var(--fz-23);
    height: 100%;
    display: flex;
    align-items: center;
}


@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.sec08_wrap {
    background-color: #181618;
    padding: 5vw 0 150px;
}

.sec08 figure {
    max-width: 34px;
    margin: auto;
}

.sec08 .sec08_inner .textbox {
    margin: 25px 0;
}

.sec08 .sec08_inner .textbox p {
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.sec08>p {
    font-family: 'esamanru';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #999999;
    margin-top: 5vw;

}

.btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.btn div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 30px;
    color: #fff;
    background: linear-gradient(270deg,
            #8C0C0C,
            #F14545,
            #8C0C0C);
    background-size: 400% 100%;
    animation: gradientMove 4s ease infinite;
    text-decoration: none;
}

.btn div img {
    width: 100%;
    max-width: 300px;
}

.only_pc {
    display: block;
}

.only_m {
    display: none;
}

@media screen and (max-width:1400px) {
    .sec01>img {
        width: 80%;
    }

    .sec01 .flex-center img {
        width: 80%;
    }

    .sec03_wrap .nim img {
        width: 95%;
    }

    .sec05_wrap .flex-center img {
        width: 30%;
    }

    .sec05_wrap .textbox img:nth-child(1) {
        width: 80%;
    }


    .sec05_wrap .textbox img.arrow {
        width: 35vw;
        right: 0vw;
    }





    .sec07_wrap .top {
        flex-direction: column;
    }

    .sec07 .textbox img {
        display: block;
        margin: 0 auto 3vw;
    }

    .sec07 .right {
        margin-bottom: 3vw;
        background: linear-gradient(90deg, rgba(223, 51, 51, 0.0) 0%, rgba(167, 38, 21, 0.95) 50%, rgba(223, 51, 51, 0.0) 100%);
    }
    .sec07_wrap .top .imgbox{padding-right: 5vw;}
    .sec07 .right p {
        text-align: center;
    }

    .sec07 .under .flex-center{
        flex-direction: column;
        padding-left: 0;
    }
    .sec07 .under .flex-center .container{
        width: 65%;
    }
    .item{
        height: 5vw;
        min-height: 40px;
    }
    .sec07 .under .flex-center .btnbox a{
        width: 100%;
    }
    .sec07 .under .flex-center .btnbox .test{
        width: 35%;
        display: block;
        margin: auto;
    }
}



@media screen and (max-width:768px) {
    .only_pc {
        display: none;
    }

    .only_m {
        display: block;
    }

    .sec01>img {
        width: 90%;
    }

    .sec01 .flex-center img {
        width: 80%;
    }


    .sec03_wrap {
        padding: 30vw 0 20vw;
    }

    .sec03 .abbox .fz-60 {
        left: -20%;
        top: -24%;
    }

    .sec03 .abbox .imgbox {
        height: 25vw;
        min-height: 100px;
    }

    .sec03 .abbox .fz-45 {
        text-align: end;
        padding-right: 3%;
    }

    .sec04 {
        height: 300px;
    }


    .sec05_wrap .flex-center {
        flex-direction: column;
    }

    .sec05_wrap .flex-center img {
        width: 65%;
    }

    .sec05_wrap .textbox img:nth-child(1) {
        display: none;
    }
    .sec05_wrap .textbox img.only_m{display: block;}
    .sec05_wrap .textbox img.text {
        width: 80%;
    }

    .sec05_wrap .textbox img.arrow {
        position: absolute;
        right: 0%;
        top: 45%;
        width: 50vw;
    }

    .sec06 {
        width: 80%;
        aspect-ratio: 1 / 1;
    }

    .sec07_wrap .top .imgbox img{
        display: block;
        width: 90%;
        margin: auto;
    }
    .sec07 .textbox{
        width: 80%;
    }
    .sec07 .under .flex-center .container{
        width: 90%;
    }
    .sec07 .under .flex-center .btnbox .test{
        width: 50%;
    }
    .u_m.only_m{
        width: 90%;
        margin: auto;
    }

    .sec04 figure,
    .sec08 figure{
        max-width: 24px;
    }
    .sec04 figure img,
    .sec08 figure img{
        width: 100%;
    }

    .form {width: 100%;}
    .iframe{
        padding: 20px;
        width: 95%;
        margin: auto;
    }
    .btn div{
        padding: 20px;
    }
    .btn div img{
        max-width: 200px;
    }
}