@charset "UTF-8";

.h1-area h1 img {
    max-width: 162px;
}

.wrapper {
    background-color: #89d962;
    background-image: url(../img/common/bg_fire.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 54vw;
    clip-path: polygon(0 100%, 100% 56vw, 100% 0, 0 0);
    padding-bottom: 20vw;
}

.wrapper .inner {
    max-width: 576px;
    margin: 0 auto;
    padding-top: 80px;
}

.form-content {
    padding: 60px 88px;
}

.form-content .trinity_logo {
    max-width: 280px;
    margin: 0 auto 72px;
}

.form-content dl {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
}

.form-content dl:last-of-type {
    margin-bottom: 72px;
}

.form-content dl dt {
    font-size: 16px;
    margin-bottom: 8px;
}

.form-content dl dd {
    width: 100%;
    position: relative;
}

.form-content dl dd input[type=text],
.form-content dl dd input[type=password] {
    max-width: inherit;
    width: 100%;
    box-sizing: border-box;
}

.form-content .checkbox-wrap {
    display: block;
}

.form-content .checkbox-wrap input[type="checkbox"] {
    width: 20px;
}

.form-content .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 40px 0;
}

.form-content .btn_wrap button,
.form-content .btn_wrap a {
    width: 100%;
    display: block;
}

.form-content .text-link {
    font-size: 16px;
}

.contents-footer-sns {
    margin-bottom: 190px;
}

.btn-pagetop {
    margin-top: -30px;
}

@media print, screen and (max-width: 1770px) { 
    .wrapper {
        clip-path: polygon(0 100%, 100% 62vw, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 1630px) { 
    .wrapper {
        clip-path: polygon(0 100%, 100% 68vw, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 1500px) { 
    .wrapper {
        clip-path: polygon(0 100%, 100% 75vw, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 1380px) { 
    .wrapper {
        clip-path: polygon(0 100%, 100% 80vw, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 1024px) { 
    .wrapper {
        padding-bottom: 280px;
        clip-path: polygon(0 100%, 100% 83vh, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 820px) { 
    .wrapper {
        padding-bottom: 280px;
        clip-path: polygon(0 100%, 100% 144vw, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 768px) {
    .wrapper {
        clip-path: polygon(0 100%, 100% 156vw, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 750px) {

    .h1-area h1 img {
        max-width: 92px;
    }

    .wrapper {
        padding: 0 16px 160px;
        background-size: 75vw;
        clip-path: polygon(0 100%, 100% 112vh, 100% 0, 0 0);
    }

    .form-content {
        padding: 60px 24px 40px;
    }

    .form-content .trinity_logo {
        max-width: 163px;
        margin: 0 auto 48px;
    }

    .form-content dl dt {
        font-size: 15px;
    }

    .form-content dl:last-of-type {
        margin-bottom: 48px;
    }

    .form-content .btn_wrap {
        gap: 16px;
    }

    .contents-footer-sns {
        margin-bottom: 150px;
    }

    .btn-pagetop {
        margin-top: 30px;
    }

}

@media print, screen and (max-width: 450px) {
    .wrapper {
        clip-path: polygon(0 100%, 100% 222vw, 100% 0, 0 0);
    }

    .text-link {
        line-height: 1.6;
    }
}

@media print, screen and (max-width: 395px) {
    .wrapper {
        clip-path: polygon(0 100%, 100% 234vw, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 375px) {
    .wrapper {
        clip-path: polygon(0 100%, 100% 248vw, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 360px) {
    .wrapper {
        clip-path: polygon(0 100%, 100% 263vw, 100% 0, 0 0);
    }
}

@media print, screen and (max-width: 320px) {
    .wrapper {
        clip-path: polygon(0 100%, 100% 303vw, 100% 0, 0 0);
    }
}