@charset "UTF-8";

body {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(calc(20vw / 1366 * 100), 20px);
    color: #4D4D4D;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    width: 100%;
    vertical-align: top;
    transition: all 0.3s;
}

iframe {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

a img:hover {
    opacity: 0.7;
}

input::placeholder,
textarea::placeholder {
    color: #BCBCBC;
}

select {
    cursor: pointer;
}

section {
    position: relative;
}

.base-bg {
    position: relative;
    width: min(calc(1366vw / 1366 * 100), 1366px);
    margin: 0 auto;
}

.wrapper {
    position: relative;
    width: min(calc(1060vw / 1366 * 100), 1060px);
}

.inner {
    position: relative;
    width: min(calc(1000vw / 1366 * 100), 1000px);
    margin: 0 auto;
}

.common-sub-head {
    font-size: min(calc(19vw / 1366 * 100), 19px);
    font-weight: bold;
    color: #C51729;
    text-align: center;
}

.common-sub-head_hooray {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(calc(26vw / 1366 * 100), 26px);
    font-weight: bold;
    text-align: center;
}

.common-sub-head_hooray::before,
.common-sub-head_hooray::after {
    content: "";
    display: block;
    background-color: #4D4D4D;
    width: min(calc(2vw / 1366 * 100), 2px);
    height: min(calc(30vw / 1366 * 100), 30px);
}

.common-sub-head_hooray::before {
    margin-right: min(calc(40vw / 1366 * 100), 40px);
    transform: rotate(-45deg);
}

.common-sub-head_hooray::after {
    margin-left: min(calc(40vw / 1366 * 100), 40px);
    transform: rotate(45deg);
}

.common-head {
    margin-top: min(calc(10vw / 1366 * 100), 10px);
    font-size: min(calc(26vw / 1366 * 100), 26px);
    font-weight: bold;
    text-align: center;
}

.common-head .large {
    font-size: min(calc(40vw / 1366 * 100), 40px);
}

.common-head .accent {
    color: #C51729;
}

.common-head_hooray {
    font-size: min(calc(36vw / 1366 * 100), 36px);
    font-weight: bold;
    text-align: center;
}

.common-head_hooray .accent {
    color: #C51729;
}

.show-sp {
    display: none;
}

.acc-btn {
    cursor: pointer;
}

.acc-cnt {
    display: none;
}

@media (max-width: 750px) {
    body {
        font-size: calc(20vw / 750 * 100);
    }

    .base-bg {
        width: 100%;
    }

    .wrapper {
        width: calc(670vw / 750 * 100);
        margin: 0 auto;
    }

    .inner {
        width: calc(632vw / 750 * 100);
    }

    .common-sub-head {
        font-size: calc(26vw / 750 * 100);
    }

    .common-sub-head_hooray {
        font-size: calc(36vw / 750 * 100);
    }

    .common-sub-head_hooray::before,
    .common-sub-head_hooray::after {
        width: calc(2vw / 750 * 100);
        height: calc(45vw / 750 * 100);
    }

    .common-sub-head_hooray::before {
        margin-right: calc(50vw / 750 * 100);
    }

    .common-sub-head_hooray::after {
        margin-left: calc(50vw / 750 * 100);
    }

    .common-head {
        margin-top: calc(20vw / 750 * 100);
        font-size: calc(31vw / 750 * 100);
    }

    .common-head .large {
        font-size: calc(52vw / 750 * 100);
    }

    .common-head_hooray {
        margin-top: calc(5vw / 750 * 100);
        font-size: calc(44vw / 750 * 100);
        line-height: 1.6;
    }

    .show-pc {
        display: none;
    }

    .show-sp {
        display: block;
    }
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: min(calc(80vw / 1366 * 100), 80px);
    background-color: #fff;
    border-bottom: min(calc(2vw / 1366 * 100), 2px) solid #C51729;
    z-index: 11;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(calc(1300vw / 1366 * 100), 1300px);
    height: 100%;
}

.header-logo {
    width: min(calc(124vw / 1366 * 100), 124px);
}

.header-nav-list {
    display: flex;
    align-items: center;
}

.header-nav-item {
    font-size: min(calc(15vw / 1366 * 100), 15px);
    font-weight: bold;
}

.header-nav-item.btn {
    background-color: #C51729;
    padding: min(calc(12vw / 1366 * 100), 12px) min(calc(45vw / 1366 * 100), 45px);
    font-size: min(calc(18vw / 1366 * 100), 18px);
    color: #fff;
    border-radius: min(calc(50vw / 1366 * 100), 50px);
}

.header-nav-item+.header-nav-item {
    margin-left: min(calc(30vw / 1366 * 100), 30px);
}

@media (max-width: 750px) {
    .header {
        height: calc(120vw / 750 * 100);
        border-bottom: calc(8vw / 750 * 100) solid #C51729;
        transition: all 0.5s;
    }

    .header.show-sidebnr {
        border-bottom: calc(8vw / 750 * 100) solid #fff;
    }

    .header .inner {
        width: calc(700vw / 750 * 100);
    }

    .header-logo {
        width: calc(140vw / 750 * 100);
    }

    .header-btn-area {
        position: relative;
        width: calc(48vw / 750 * 100);
        height: 100%;
    }

    .header-btn {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .header-close-btn {
        display: none;
    }
}

/* menu */
@media (max-width: 750px) {
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100vw;
        height: 100vh;
        z-index: 10;
    }

    .menu .inner {
        width: 100vw;
        height: 100vh;
        padding-top: calc(130vw / 750 * 100);
    }

    .menu-nav-list {
        width: calc(554vw / 750 * 100);
        margin: 0 auto;
    }

    .menu-nav-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: calc(40vw / 750 * 100) calc(30vw / 750 * 100) calc(40vw / 750 * 100) calc(20vw / 750 * 100);
        width: 100%;
        font-size: calc(30vw / 750 * 100);
        font-weight: bold;
        border-bottom: calc(1vw / 750 * 100) solid #C51729;
    }

    .menu-nav-item-inner {
        width: 100%;
        height: 100%;
    }

    .menu-nav-item::after {
        content: "";
        display: block;
        width: calc(15vw / 750 * 100);
        height: calc(15vw / 750 * 100);
        border-top: calc(4vw / 750 * 100) solid #C51729;
        border-right: calc(4vw / 750 * 100) solid #C51729;
        transform: rotate(45deg);
    }

    .menu-btn-list {
        margin-top: calc(105vw / 750 * 100);
    }

    .menu-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(630vw / 750 * 100);
        height: calc(120vw / 750 * 100);
        margin: calc(60vw / 750 * 100) auto 0;
        background-color: #C51729;
        font-size: calc(42vw / 750 * 100);
        color: #fff;
        border-radius: calc(60vw / 750 * 100);
    }

    .menu-btn::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: calc(65vw / 750 * 100);
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        border-top: calc(5vw / 750 * 100) solid #fff;
        border-right: calc(5vw / 750 * 100) solid #fff;
        transform: translateY(-50%) rotate(45deg);
    }
}


/* sidebnr */
.sidebnr {
    position: fixed;
    top: min(calc(50vw / 1366 * 100), 50px);
    right: min(calc(20vw / 1366 * 100), 20px);
    width: min(calc(264vw / 1366 * 100), 264px);
    margin-top: min(calc(50vw / 1366 * 100), 50px);
    border: min(calc(2vw / 1366 * 100), 2px) solid #C51729;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
    z-index: 10;
}

.sidebnr-head-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C51729;
    width: 100%;
    height: min(calc(76vw / 1366 * 100), 76px);
}

.sidebnr-head {
    font-size: min(calc(18vw / 1366 * 100), 18px);
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.sidebnr-head::before,
.sidebnr-head::after {
    content: "▼";
    position: absolute;
    bottom: min(calc(16vw / 1366 * 100), 16px);
    font-size: min(calc(14vw / 1366 * 100), 14px);
}

.sidebnr-head::before {
    left: min(calc(36vw / 1366 * 100), 36px);
}

.sidebnr-head::after {
    right: min(calc(36vw / 1366 * 100), 36px);
}

.sidebnr-form {
    display: block;
    background-color: #fff;
    padding: min(calc(15vw / 1366 * 100), 15px) min(calc(15vw / 1366 * 100), 15px) min(calc(15vw / 1366 * 100), 15px);
    font-size: min(calc(12vw / 1366 * 100), 12px);
    border-radius: 0 0 min(calc(5vw / 1366 * 100), 5px) min(calc(5vw / 1366 * 100), 5px);
}

.sidebnr-form-row+.sidebnr-form-row {
    margin-top: min(calc(15vw / 1366 * 100), 15px);
}

.sidebnr-form-label {
    font-weight: bold;
    color: #C51729;
}

.sidebnr-form-label-optional::before,
.sidebnr-form-label-required::before {
    margin-right: min(calc(5vw / 1366 * 100), 5px);
    padding: min(calc(1vw / 1366 * 100), 1px) min(calc(5vw / 1366 * 100), 5px);
    font-size: min(calc(12vw / 1366 * 100), 12px);
    color: #fff;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
}

.sidebnr-form-label-optional::before {
    content: "任意";
    background-color: #4D4D4D;
}

.sidebnr-form-label-required::before {
    content: "必須";
    background-color: #C51729;
}

.sidebnr-form-input {
    width: 100%;
    margin-top: min(calc(8vw / 1366 * 100), 8px);
    padding: min(calc(10vw / 1366 * 100), 10px) min(calc(10vw / 1366 * 100), 10px);
    border: min(calc(1vw / 1366 * 100), 1px) solid #707070;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
}

.sidebnr-form-privacy {
    width: 100%;
    height: min(calc(78vw / 1366 * 100), 78px);
    margin-top: min(calc(5vw / 1366 * 100), 5px);
    padding: min(calc(8vw / 1366 * 100), 8px) min(calc(15vw / 1366 * 100), 15px);
    border: min(calc(1vw / 1366 * 100), 1px) solid #707070;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
    overflow-y: scroll;
}

.sidebnr-form-privacy-row+.sidebnr-form-privacy-row {
    margin-top: 1em;
}

.sidebnr-form-privacy-top {
    font-size: min(calc(12vw / 1366 * 100), 12px);
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.sidebnr-form-privacy-txt {
    margin-left: min(calc(20vw / 1366 * 100), 20px);
    font-size: min(calc(10vw / 1366 * 100), 10px);
}

.sidebnr-form-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: min(calc(48vw / 1366 * 100), 48px);
    margin-top: min(calc(20vw / 1366 * 100), 20px);
    background-color: #C51729;
    font-size: min(calc(16vw / 1366 * 100), 16px);
    color: #fff;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
    cursor: pointer;
    transition: all 0.5s;
}

.sidebnr-form-btn.disabled {
    filter: grayscale(100%);
    pointer-events: none;
}

.sidebnr-form-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: min(calc(25vw / 1366 * 100), 25px);
    width: min(calc(10vw / 1366 * 100), 10px);
    height: min(calc(10vw / 1366 * 100), 10px);
    border-top: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    border-right: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.sidebnr-form-err {
    margin-top: min(calc(2vw / 1366 * 100), 2px);
    color: #C51729;
}

@media (max-width: 750px) {
    .sidebnr {
        background-color: #fff;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100%;
        margin-top: 0;
        padding: calc(186vw / 750* 100) 0 calc(100vw / 750 * 100);
        border: none;
        border-radius: 0;
        overflow: scroll;
    }

    .sidebnr-head-area {
        display: none;
    }

    .sidebnr-form {
        padding: 0 calc(60vw / 750 * 100) 0;
        font-size: calc(32vw / 750 * 100);
        border-radius: 0 0 calc(5vw / 750 * 100) calc(5vw / 750 * 100);
    }

    .sidebnr-form-row+.sidebnr-form-row {
        margin-top: calc(30vw / 750 * 100);
    }

    .sidebnr-form-label-optional::before,
    .sidebnr-form-label-required::before {
        margin-right: calc(15vw / 750 * 100);
        padding: calc(0vw / 750 * 100) calc(22vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        border-radius: calc(5vw / 750 * 100);
    }

    .sidebnr-form-input {
        margin-top: calc(15vw / 750 * 100);
        padding: calc(30vw / 750 * 100) calc(30vw / 750 * 100);
        border: calc(1vw / 750 * 100) solid #707070;
        border-radius: calc(10vw / 750 * 100);
    }

    .sidebnr-form-privacy {
        height: calc(220vw / 750 * 100);
        margin-top: calc(30vw / 750 * 100);
        padding: calc(8vw / 750 * 100) calc(15vw / 750 * 100);
        border: calc(1vw / 750 * 100) solid #707070;
        border-radius: calc(5vw / 750 * 100);
    }

    .sidebnr-form-privacy-top {
        font-size: calc(32vw / 750 * 100);
    }

    .sidebnr-form-privacy-txt {
        margin-left: calc(50vw / 750 * 100);
        font-size: calc(24vw / 750 * 100);
    }

    .sidebnr-privacy-chk {
        width: calc(44vw / 750* 100);
        height: calc(44vw / 750* 100);
        margin-right: calc(25vw / 750* 100);
    }

    .sidebnr-form-btn {
        height: calc(120vw / 750 * 100);
        margin: calc(60vw / 750 * 100) auto 0;
        font-size: calc(42vw / 750 * 100);
        border-radius: calc(60vw / 750 * 100);
    }

    .sidebnr-form-btn::after {
        right: calc(65vw / 750 * 100);
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        border-top: calc(5vw / 750 * 100) solid #fff;
        border-right: calc(5vw / 750 * 100) solid #fff;
    }

    .sidebnr-form-err {
        margin-top: calc(2vw / 750 * 100);
    }
}

/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow-y: scroll;
}

.modal .inner {
    width: min(calc(968vw / 1366 * 100), 968px);
    padding: min(calc(160vw / 1366 * 100), 160px) 0 min(calc(50vw / 1366 * 100), 50px);
}

.modal-form-chk,
.modal-form-end {
    display: none;
    background-color: #fff;
}

.modal-form-chk-head {
    margin-bottom: min(calc(70vw / 1366 * 100), 70px);
    font-size: min(calc(40vw / 1366 * 100), 40px);
    font-weight: bold;
    text-align: center;
}

.modal-form-chk-row {
    display: flex;
    justify-content: space-between;
    margin-top: min(calc(50vw / 1366 * 100), 50px);
    font-size: min(calc(20vw / 1366 * 100), 20px);
}

.modal-sidebnr-form .modal-form-chk-row-contact-form {
    display: none;
}

.modal-form-chk-label {
    width: min(calc(300vw / 1366 * 100), 300px);
    font-weight: bold;
}

.modal-form-chk-label-optional::before,
.modal-form-chk-label-required::before {
    margin-right: min(calc(15vw / 1366 * 100), 15px);
    padding: min(calc(1vw / 1366 * 100), 1px) min(calc(9vw / 1366 * 100), 9px);
    font-size: min(calc(16vw / 1366 * 100), 16px);
    color: #fff;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
}

.modal-form-chk-label-optional::before {
    content: "任意";
    background-color: #4D4D4D;
}

.modal-form-chk-label-required::before {
    content: "必須";
    background-color: #C51729;
}

.modal-form-chk-val {
    width: min(calc(630vw / 1366 * 100), 630px);
}

.modal-form-chk-val-address {
    width: min(calc(630vw / 1366 * 100), 630px);
}

.modal-form-chk-val-address .modal-form-chk-val {
    width: auto;
    margin-left: 0;
}

.modal-form-chk-btn-row {
    display: flex;
    justify-content: space-between;
    width: min(calc(880vw / 1366 * 100), 880px);
    margin: min(calc(84vw / 1366 * 100), 84px) auto 0;
}

.modal-form-chk-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(calc(420vw / 1366 * 100), 420px);
    height: min(calc(80vw / 1366 * 100), 80px);
    background-color: #C51729;
    font-size: min(calc(25vw / 1366 * 100), 25px);
    color: #fff;
    border-radius: min(calc(50vw / 1366 * 100), 50px);
    transition: all 0.5s;
    cursor: pointer;
}

.modal-form-chk-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: min(calc(55vw / 1366 * 100), 55px);
    width: min(calc(10vw / 1366 * 100), 10px);
    height: min(calc(10vw / 1366 * 100), 10px);
    border-top: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    border-right: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.modal-form-chk-btn:hover {
    opacity: 0.7;
}

.modal-form-end .modal-form-chk-btn {
    margin: min(calc(50vw / 1366 * 100), 50px) auto 0;
}

.modal-form-chk-btn-back {
    background-color: #fff;
    color: #C51729;
    border: min(calc(2vw / 1366 * 100), 2px) solid #C51729;
}

.modal-form-chk-btn-back::after {
    border-top: min(calc(2vw / 1366 * 100), 2px) solid #C51729;
    border-right: min(calc(2vw / 1366 * 100), 2px) solid #C51729;
}

.modal-form-end-txt {
    font-size: min(calc(18vw / 1366 * 100), 18px);
    text-align: center;
}

.modal-form-end-txt+.modal-form-end-txt {
    margin-top: min(calc(30vw / 1366 * 100), 30px);
}

.modal-form-end-success-txt-contact,
.modal-form-end-success-txt-sidebnr,
.modal-form-end-err-txt {
    display: none;
}

@media (max-width: 750px) {
    .modal .inner {
        width: calc(670vw / 750 * 100);
        padding: calc(205vw / 750 * 100) 0 calc(200vw / 750 * 100);
    }

    .modal-form-chk-head {
        margin-bottom: calc(110vw / 750 * 100);
        font-size: calc(52vw / 750 * 100);
    }

    .modal-form-chk-row {
        flex-direction: column;
        margin-top: calc(80vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
    }

    .modal-form-chk-label {
        width: 100%;
    }

    .modal-form-chk-label-optional::before,
    .modal-form-chk-label-required::before {
        margin-right: calc(15vw / 750 * 100);
        padding: calc(1vw / 750 * 100) calc(20vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
        border-radius: calc(10vw / 750 * 100);
    }

    .modal-form-chk-val {
        width: 100%;
        margin-top: calc(40vw / 750 * 100);
        padding-left: calc(20vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
    }

    .modal-form-chk-val-address {
        width: calc(630vw / 750 * 100);
    }

    .modal-form-chk-btn-row {
        flex-direction: column;
        width: 100%;
        margin: calc(84vw / 750 * 100) auto 0;
    }

    .modal-form-chk-btn {
        width: calc(630vw / 750 * 100);
        height: calc(120vw / 750 * 100);
        margin: 0 auto;
        font-size: calc(42vw / 750 * 100);
        border-radius: calc(110vw / 750 * 100);
    }

    .modal-form-chk-btn::after {
        right: calc(65vw / 750 * 100);
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        border-top: calc(2vw / 750 * 100) solid #fff;
        border-right: calc(2vw / 750 * 100) solid #fff;
    }

    .modal-form-chk-btn+.modal-form-chk-btn {
        margin-top: calc(60vw / 750 * 100);
    }

    .modal-form-end .modal-form-chk-btn {
        margin: calc(50vw / 750 * 100) auto 0;
    }

    .modal-form-chk-btn-back {
        border: calc(2vw / 750 * 100) solid #C51729;
    }

    .modal-form-chk-btn-back::after {
        border-top: calc(4vw / 750 * 100) solid #C51729;
        border-right: calc(4vw / 750 * 100) solid #C51729;
    }

    .modal-form-end-txt {
        font-size: calc(36vw / 750 * 100);
    }

    .modal-form-end-txt+.modal-form-end-txt {
        margin-top: calc(30vw / 750 * 100);
    }
}

/* fv */
.fv {
    background-image: url(../img/pc/fv_bg.png);
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    width: 100%;
    height: min(calc(684vw / 1366 * 100), 684px);
    margin-top: min(calc(80vw / 1366 * 100), 80px);
}

.fv-box {
    background-image: url(../img/pc/fv_box_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: min(calc(800vw / 1366 * 100), 800px);
    height: min(calc(436vw / 1366 * 100), 436px);
    padding-top: min(calc(65vw / 1366 * 100), 65px);
    margin: 0 auto;
    color: #fff;
}

.fv-box-head {
    font-size: min(calc(42vw / 1366 * 100), 42px);
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.fv-box-head .dots {
    background: top left / 1em 1em repeat-x radial-gradient(circle, #fff .1em, rgba(0, 0, 0, 0) .1em);
    padding-top: min(calc(20vw / 1366 * 100), 20px);
}

.fv-box-head .large {
    font-size: min(calc(62vw / 1366 * 100), 62px);
    line-height: 1.6;
}

.fv-box-list {
    width: min(calc(490vw / 1366 * 100), 490px);
    margin: min(calc(10vw / 1366 * 100), 10px) auto 0;
}

.fv-box-item {
    display: flex;
    align-items: center;
    font-size: min(calc(29vw / 1366 * 100), 29px);
    font-weight: bold;
    line-height: 1;
}

.fv-box-item+.fv-box-item {
    margin-top: min(calc(17vw / 1366 * 100), 17px);
}

.fv-box-item::before {
    content: "";
    background-image: url(../img/pc/fv_icon_chk.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: min(calc(31vw / 1366 * 100), 31px);
    height: min(calc(26vw / 1366 * 100), 26px);
    margin-right: min(calc(15vw / 1366 * 100), 15px);
}

.fv-box-item .accent {
    position: relative;
    margin-left: min(calc(5vw / 1366 * 100), 5px);
    padding: min(calc(5vw / 1366 * 100), 5px) min(calc(8vw / 1366 * 100), 8px);
    color: #C51729;
    z-index: 0;
}

.fv-box-item .accent::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transform: skewX(-10deg);
    z-index: -1;
}

.fv-cv {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F4F4F4;
    width: 100%;
    height: min(calc(200vw / 1366 * 100), 200px);
    padding-top: min(calc(30vw / 1366 * 100), 30px);
    font-weight: bold;
    text-align: center;
}

.fv-cv-txt {
    font-size: min(calc(22vw / 1366 * 100), 22px);
}

.fv-cv-btn {
    width: min(calc(420vw / 1366 * 100), 420px);
    height: min(calc(80vw / 1366 * 100), 80px);
    margin: min(calc(25vw / 1366 * 100), 25px) auto 0;
}

.fv-cv-btn-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #C51729;
    font-size: min(calc(25vw / 1366 * 100), 25px);
    color: #fff;
    border-radius: min(calc(50vw / 1366 * 100), 50px);
}

.fv-cv-btn-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: min(calc(55vw / 1366 * 100), 55px);
    width: min(calc(10vw / 1366 * 100), 10px);
    height: min(calc(10vw / 1366 * 100), 10px);
    border-top: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    border-right: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 750px) {
    .fv {
        background-image: url(../img/sp/fv_bg.png);
        height: calc(1214vw / 750 * 100);
        margin-top: calc(120vw / 750 * 100);
        padding-top: calc(177vw / 750 * 100);
    }

    .fv-box {
        background-image: url(../img/sp/fv_box_bg.png);
        width: 100%;
        height: calc(538vw / 750 * 100);
        padding-top: calc(95vw / 750 * 100);
    }

    .fv-box-head {
        font-size: calc(46vw / 750 * 100);
    }

    .fv-box-head .dots {
        padding-top: calc(20vw / 750 * 100);
    }

    .fv-box-head .large {
        font-size: calc(70vw / 750 * 100);
    }

    .fv-box-list {
        width: calc(530vw / 750 * 100);
        margin: calc(15vw / 750 * 100) auto 0;
    }

    .fv-box-item {
        font-size: calc(32vw / 750 * 100);
    }

    .fv-box-item+.fv-box-item {
        margin-top: calc(22vw / 750 * 100);
    }

    .fv-box-item::before {
        width: calc(31vw / 750 * 100);
        height: calc(26vw / 750 * 100);
        margin-right: calc(15vw / 750 * 100);
    }

    .fv-box-item .accent {
        margin-left: calc(5vw / 750 * 100);
        padding: calc(5vw / 750 * 100) calc(8vw / 750 * 100);
    }

    .fv-cv {
        height: calc(320vw / 750 * 100);
        padding-top: calc(40vw / 750 * 100);
    }

    .fv-cv-txt {
        font-size: calc(30vw / 750 * 100);
    }

    .fv-cv-btn {
        width: calc(630vw / 750 * 100);
        height: calc(120vw / 750 * 100);
        margin: calc(30vw / 750 * 100) auto 0;
    }

    .fv-cv-btn-inner {
        font-size: calc(42vw / 750 * 100);
        border-radius: calc(60vw / 750 * 100);
    }

    .fv-cv-btn-inner::after {
        right: calc(65vw / 750 * 100);
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        border-top: calc(5vw / 750 * 100) solid #fff;
        border-right: calc(5vw / 750 * 100) solid #fff;
    }
}

/* waste-solution */
.waste-solution-bg {
    background-image: url(../img/pc/waste_solution_bg_l.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1366px) {
    .waste-solution-bg {
        background-image: url(../img/pc/waste_solution_bg.jpg);
    }
}

@media (max-width: 750px) {
    .waste-solution-bg {
        background: none;
    }
}

/* waste */
.waste .base-bg {
    background-image: url(../img/pc/waste_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: min(calc(890vw / 1366 * 100), 890px);
    padding-top: min(calc(60vw / 1366 * 100), 60px);
}

.waste-head {
    font-size: min(calc(26vw / 1366 * 100), 26px);
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}

.waste-head .large {
    font-size: min(calc(36vw / 1366 * 100), 36px);
}

.waste-head .accent {
    background-color: #fff;
    padding: min(calc(0vw / 1366 * 100), 0px) min(calc(5vw / 1366 * 100), 5px);
    color: #C51729;
}

.waste-box-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: min(calc(50vw / 1366 * 100), 50px) auto min(calc(50vw / 1366 * 100), 50px);
}

.waste-box {
    background-color: #fff;
    width: min(calc(316vw / 1366 * 100), 316px);
    height: min(calc(400vw / 1366 * 100), 400px);
    padding-top: min(calc(30vw / 1366 * 100), 30px);
    border-radius: min(calc(5vw / 1366 * 100), 5px);
}

.waste-box-img-area {
    height: min(calc(180vw / 1366 * 100), 180px);
}

.waste-box-img {
    margin: 0 auto;
}

.waste-box-img_01 {
    width: min(calc(148vw / 1366 * 100), 148px);
    padding-top: min(calc(15vw / 1366 * 100), 15px);
}

.waste-box-img_02 {
    width: min(calc(134vw / 1366 * 100), 134px);
}

.waste-box-img_03 {
    width: min(calc(135vw / 1366 * 100), 135px);
    padding-top: min(calc(10vw / 1366 * 100), 10px);
}

.waste-box-head {
    font-size: min(calc(22vw / 1366 * 100), 22px);
    font-weight: bold;
    color: #C51729;
    text-align: center;
}

.waste-box-txt-list {
    margin-top: min(calc(10vw / 1366 * 100), 10px);
}

.waste-box-txt {
    display: flex;
    width: min(calc(250vw / 1366 * 100), 250px);
    margin: min(calc(5vw / 1366 * 100), 5px) auto 0;
    font-size: min(calc(16vw / 1366 * 100), 16px);
}

.waste-box-txt::before {
    content: "";
    display: block;
    background-image: url(../img/pc/waste_icon_chk.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: min(calc(18vw / 1366 * 100), 18px);
    height: min(calc(15vw / 1366 * 100), 15px);
    margin: min(calc(5vw / 1366 * 100), 5px) min(calc(5vw / 1366 * 100), 5px) 0 0;
}

.waste-box-txt+.waste-box-txt {
    margin-top: min(calc(10vw / 1366 * 100), 10px);
}

@media (max-width: 750px) {
    .waste .base-bg {
        background-image: url(../img/sp/waste_bg.png);
        background-size: contain;
        height: calc(2646vw / 750 * 100);
        padding-top: calc(75vw / 750 * 100);
    }

    .waste-head {
        font-size: calc(40vw / 750 * 100);
        line-height: 1.6;
    }

    .waste-head .large {
        font-size: calc(60vw / 750 * 100);
    }

    .waste-head .sp-normal {
        font-size: calc(40vw / 750 * 100);
    }

    .waste-head .accent {
        padding: calc(0vw / 750 * 100) calc(5vw / 750 * 100);
    }

    .waste-box-list {
        flex-direction: column;
        margin: calc(40vw / 750 * 100) auto calc(40vw / 750 * 100);
    }

    .waste-box {
        width: 100%;
        height: calc(600vw / 750 * 100);
        padding-top: calc(30vw / 750 * 100);
        border-radius: calc(10vw / 750 * 100);
    }

    .waste-box+.waste-box {
        margin-top: calc(40vw / 750 * 100);
    }

    .waste-box-img-area {
        height: auto;
    }

    .waste-box-img_01 {
        width: calc(174vw / 750 * 100);
        padding-top: calc(5vw / 750 * 100);
    }

    .waste-box-img_02 {
        width: calc(185vw / 750 * 100);
    }

    .waste-box-img_03 {
        width: calc(195vw / 750 * 100);
        padding-top: calc(10vw / 750 * 100);
    }

    .waste-box-head {
        margin-top: calc(30vw / 750 * 100);
        font-size: calc(44vw / 750 * 100);
    }

    .waste-box-txt-list {
        margin-top: calc(10vw / 750 * 100);
    }

    .waste-box-txt {
        width: calc(495vw / 750 * 100);
        margin: calc(19vw / 750 * 100) auto 0;
        font-size: calc(32vw / 750 * 100);
    }

    .waste-box-txt::before {
        width: calc(36vw / 750 * 100);
        height: calc(30vw / 750 * 100);
        margin: calc(5vw / 750 * 100) calc(10vw / 750 * 100) 0 0;
    }

    .waste-box-txt+.waste-box-txt {
        margin-top: calc(23vw / 750 * 100);
    }
}

/* solution */
.solution {
    padding: min(calc(50vw / 1366 * 100), 50px) 0 min(calc(95vw / 1366 * 100), 95px);
}

.solution-box-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: min(calc(80vw / 1366 * 100), 80px);
}

.solution-box {
    position: relative;
    width: min(calc(316vw / 1366 * 100), 316px);
}

.solution-box-num {
    position: absolute;
    top: max(calc(-30vw / 1366 * 100), -30px);
    left: 0;
    right: 0;
    background-color: #C51729;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(calc(60vw / 1366 * 100), 60px);
    height: min(calc(60vw / 1366 * 100), 60px);
    margin: 0 auto;
    font-size: min(calc(24vw / 1366 * 100), 24px);
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.solution-box-bg {
    background-color: #F3F3F3;
    width: 100%;
    height: min(calc(540vw / 1366 * 100), 540px);
    padding-top: min(calc(50vw / 1366 * 100), 50px);
    border-radius: min(calc(5vw / 1366 * 100), 5px);
    clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
}

.solution-box-head {
    font-size: min(calc(22vw / 1366 * 100), 22px);
    font-weight: bold;
    color: #C51729;
    text-align: center;
    line-height: 1.4;
}

.solution-box-txt {
    width: min(calc(260vw / 1366 * 100), 260px);
    height: min(calc(110vw / 1366 * 100), 110px);
    margin: min(calc(15vw / 1366 * 100), 15px) auto 0;
    font-size: min(calc(16vw / 1366 * 100), 16px);
    line-height: 1.7;
}

.solution-box-img {
    width: min(calc(275vw / 1366 * 100), 275px);
    margin: min(calc(20vw / 1366 * 100), 20px) auto 0;
}

.solution-box-copy {
    margin-top: min(calc(15vw / 1366 * 100), 15px);
    font-size: min(calc(20vw / 1366 * 100), 20px);
    font-weight: bold;
    text-align: center;
}

.solution-box-copy .accent {
    font-size: min(calc(26vw / 1366 * 100), 26px);
    color: #C51729;
}

@media (max-width: 750px) {
    .solution {
        background-image: url(../img/sp/solution_bg.jpg);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        padding: calc(95vw / 750 * 100) 0 calc(85vw / 750 * 100);
    }

    .solution-box-list {
        flex-direction: column;
        margin-top: calc(110vw / 750 * 100);
    }

    .solution-box {
        width: 100%;
    }

    .solution-box+.solution-box {
        margin-top: calc(150vw / 750 * 100);
    }

    .solution-box-num {
        top: calc(-60vw / 750 * 100);
        width: calc(120vw / 750 * 100);
        height: calc(120vw / 750 * 100);
        font-size: calc(48vw / 750 * 100);
    }

    .solution-box-bg {
        height: auto;
        padding: calc(100vw / 750 * 100) 0 calc(130vw / 750 * 100);
        border-radius: calc(10vw / 750 * 100);
    }

    .solution-box-head {
        font-size: calc(44vw / 750 * 100);
    }

    .solution-box-txt {
        width: calc(512vw / 750 * 100);
        height: auto;
        margin: calc(30vw / 750 * 100) auto 0;
        font-size: calc(32vw / 750 * 100);
    }

    .solution-box-img {
        width: calc(552vw / 750 * 100);
        margin: calc(40vw / 750 * 100) auto 0;
    }

    .solution-box-copy {
        margin-top: calc(25vw / 750 * 100);
        font-size: calc(40vw / 750 * 100);
    }

    .solution-box-copy .accent {
        font-size: calc(52vw / 750 * 100);
    }
}

/* service */
.service {
    background-image: url(../img/pc/service_bg_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: min(calc(1140vw / 1366 * 100), 1140px);
    padding-top: min(calc(65vw / 1366 * 100), 65px);
}

.service-box-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: min(calc(50vw / 1366 * 100), 50px);
}

.service-box {
    position: relative;
    background-color: #fff;
    width: min(calc(316vw / 1366 * 100), 316px);
    height: min(calc(400vw / 1366 * 100), 400px);
    margin-bottom: min(calc(25vw / 1366 * 100), 25px);
    padding: min(calc(30vw / 1366 * 100), 30px) min(calc(25vw / 1366 * 100), 25px) 0;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
}

.service-box::after {
    content: "";
    display: block;
    background-image: url(../img/pc/service_icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: min(calc(175vw / 1366 * 100), 175px);
    width: min(calc(20vw / 1366 * 100), 20px);
    height: min(calc(50vw / 1366 * 100), 50px);
}

.service-box:nth-child(1) {
    order: 1;
}

.service-box:nth-child(1)::after {
    right: max(calc(-20vw / 1366 * 100), -20px);
}

.service-box:nth-child(2) {
    order: 2;
}

.service-box:nth-child(2)::after {
    right: max(calc(-20vw / 1366 * 100), -20px);
}

.service-box:nth-child(3) {
    order: 3;
}

.service-box:nth-child(3)::after {
    top: auto;
    left: 0;
    right: 0;
    bottom: max(calc(-36vw / 1366 * 100), -36px);
    margin: 0 auto;
    transform: rotate(90deg);
}

.service-box:nth-child(4) {
    order: 6;
}

.service-box:nth-child(4)::after {
    left: max(calc(-20vw / 1366 * 100), -20px);
    transform: rotate(180deg);
}

.service-box:nth-child(5) {
    order: 5;
}

.service-box:nth-child(5)::after {
    left: max(calc(-20vw / 1366 * 100), -20px);
    transform: rotate(180deg);
}

.service-box:nth-child(6) {
    order: 4;
}

.service-box:nth-child(6)::after {
    content: none;
}

.service-box-head-area {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.service-box-head-num-area {
    padding-right: min(calc(10vw / 1366 * 100), 10px);
    color: #C51729;
    text-align: center;
    border-right: min(calc(2vw / 1366 * 100), 2px) solid #C51729;
}

.service-box-head-num-txt {
    font-size: min(calc(14vw / 1366 * 100), 14px);
    line-height: 1;
}

.service-box-head-num {
    font-size: min(calc(36vw / 1366 * 100), 36px);
    line-height: 1;
}

.service-box-head {
    padding-left: min(calc(10vw / 1366 * 100), 10px);
    font-size: min(calc(20vw / 1366 * 100), 20px);
}

.service-box-txt {
    margin-top: min(calc(25vw / 1366 * 100), 25px);
    font-size: min(calc(16vw / 1366 * 100), 16px);
    line-height: 1.7;
}

.service-box-img {
    margin: min(calc(10vw / 1366 * 100), 10px) auto 0;
}

.service-box-img_01 {
    width: min(calc(90vw / 1366 * 100), 90px);
    margin-top: min(calc(30vw / 1366 * 100), 30px);
}

.service-box-img_02 {
    width: min(calc(232vw / 1366 * 100), 232px);
}

.service-box-img_03 {
    width: min(calc(252vw / 1366 * 100), 252px);
    margin-top: min(calc(20vw / 1366 * 100), 20px);
}

.service-box-img_04 {
    width: min(calc(215vw / 1366 * 100), 215px);
}

.service-box-img_05 {
    width: min(calc(256vw / 1366 * 100), 256px);
}

.service-box-img_06 {
    width: min(calc(256vw / 1366 * 100), 256px);
    margin-top: min(calc(29vw / 1366 * 100), 29px);
}

@media (max-width: 1366px) {
    .service {
        background-image: url(../img/pc/service_bg.jpg);
    }
}

@media (max-width: 750px) {
    .service {
        background-image: url(../img/sp/service_bg.jpg);
        height: auto;
        padding: calc(95vw / 750 * 100) 0 calc(45vw / 750 * 100);
    }

    .service-box-list {
        flex-direction: column;
        margin-top: calc(40vw / 750 * 100);
    }

    .service-box {
        width: 100%;
        height: auto;
        margin-bottom: calc(60vw / 750 * 100);
        padding: calc(60vw / 750 * 100) calc(60vw / 750 * 100) calc(70vw / 750 * 100);
        border-radius: calc(5vw / 750 * 100);
    }

    .service-box::after {
        top: auto;
        left: 0;
        right: 0;
        bottom: calc(-70vw / 750 * 100);
        width: calc(40vw / 750 * 100);
        height: calc(100vw / 750 * 100);
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .service-box:nth-child(1)::after {
        right: 0;
    }

    .service-box:nth-child(2)::after {
        right: 0;
    }

    .service-box:nth-child(3)::after {
        bottom: calc(-70vw / 750 * 100);
    }

    .service-box:nth-child(4)::after {
        left: 0;
        transform: rotate(90deg);
    }

    .service-box:nth-child(4) {
        order: 4;
    }

    .service-box:nth-child(5)::after {
        left: 0;
        transform: rotate(90deg);
    }

    .service-box:nth-child(5) {
        order: 5;
    }

    .service-box-head-num-area {
        padding-right: calc(20vw / 750 * 100);
        border-right: calc(4vw / 750 * 100) solid #C51729;
    }

    .service-box:nth-child(6) {
        order: 6;
    }

    .service-box-head-num-txt {
        font-size: calc(28vw / 750 * 100);
    }

    .service-box-head-num {
        font-size: calc(74vw / 750 * 100);
    }

    .service-box-head {
        padding-left: calc(20vw / 750 * 100);
        font-size: calc(38vw / 750 * 100);
        line-height: 1.4;
    }

    .service-box-txt {
        margin-top: calc(45vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
    }

    .service-box-img {
        margin: calc(10vw / 750 * 100) auto 0;
    }

    .service-box-img_01 {
        width: calc(180vw / 750 * 100);
        margin-top: calc(60vw / 750 * 100);
    }

    .service-box-img_02 {
        width: calc(474vw / 750 * 100);
    }

    .service-box-img_03 {
        width: calc(502vw / 750 * 100);
        margin-top: calc(45vw / 750 * 100);
    }

    .service-box-img_04 {
        width: calc(435vw / 750 * 100);
        margin-top: calc(15vw / 750* 100);
    }

    .service-box-img_05 {
        width: calc(506vw / 750 * 100);
        margin-top: calc(25vw / 750* 100);
    }

    .service-box-img_06 {
        width: calc(514vw / 750 * 100);
        margin-top: calc(58vw / 750 * 100);
    }
}

/* follow */
.follow {
    background-image: url(../img/pc/follow_bg_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: min(calc(714vw / 1366 * 100), 714px);
    padding-top: min(calc(95vw / 1366 * 100), 95px);
}

.follow-box-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: min(calc(55vw / 1366 * 100), 55px) auto 0;
}

.follow-box {
    background-color: #fff;
    width: min(calc(316vw / 1366 * 100), 316px);
    height: min(calc(316vw / 1366 * 100), 316px);
    padding-top: min(calc(35vw / 1366 * 100), 35px);
    border: min(calc(3vw / 1366 * 100), 3px) solid #C51729;
    border-radius: 50%;
    text-align: center;
    box-shadow: min(calc(8vw / 1366 * 100), 8px) min(calc(9vw / 1366 * 100), 9px) min(calc(16vw / 1366 * 100), 16px) max(calc(-6vw / 1366 * 100), -6px) rgba(0, 0, 0, 0.2);
}

.follow-box-num {
    font-size: min(calc(36vw / 1366 * 100), 36px);
    font-weight: bold;
    color: #C51729;
    line-height: 1;
}

.follow-box-head {
    margin-top: min(calc(5vw / 1366 * 100), 5px);
    font-size: min(calc(26vw / 1366 * 100), 26px);
    font-weight: bold;
    color: #C51729;
}

.follow-box-txt {
    margin-top: min(calc(10vw / 1366 * 100), 10px);
    font-size: min(calc(16vw / 1366 * 100), 16px);
}

.follow-box-img {
    margin: min(calc(15vw / 1366 * 100), 15px) auto 0;
}

.follow-box-img_01 {
    width: min(calc(68vw / 1366 * 100), 68px);
}

.follow-box-img_02 {
    width: min(calc(123vw / 1366 * 100), 123px);
}

.follow-box-img_03 {
    width: min(calc(45vw / 1366 * 100), 45px);
}

@media (max-width: 1366px) {
    .follow {
        background-image: url(../img/pc/follow_bg.jpg);
    }
}

@media (max-width: 750px) {
    .follow {
        background-image: url(../img/sp/follow_bg.jpg);
        background-size: contain;
        height: calc(2322vw / 750 * 100);
        padding-top: calc(85vw / 750 * 100);
    }

    .follow .wrapper {
        width: calc(720vw / 750 * 100);
    }

    .follow .inner {
        width: 100%;
    }

    .follow-box-list {
        flex-direction: column;
        width: calc(600vw / 750 * 100);
        margin: calc(55vw / 750 * 100) auto 0;
    }

    .follow-box {
        width: calc(600vw / 750 * 100);
        height: calc(600vw / 750 * 100);
        padding-top: calc(55vw / 750 * 100);
        border: calc(6vw / 750 * 100) solid #C51729;
        box-shadow: calc(8vw / 750 * 100) calc(9vw / 750 * 100) calc(16vw / 750 * 100) calc(-6vw / 750 * 100) rgba(0, 0, 0, 0.2);
    }

    .follow-box+.follow-box {
        margin-top: calc(40vw / 750 * 100);
    }

    .follow-box-num {
        font-size: calc(70vw / 750 * 100);
    }

    .follow-box-head {
        margin-top: calc(15vw / 750 * 100);
        font-size: calc(52vw / 750 * 100);
    }

    .follow-box-txt {
        margin-top: calc(10vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
    }

    .follow-box-img {
        margin: calc(40vw / 750 * 100) auto 0;
    }

    .follow-box-img_01 {
        width: calc(138vw / 750 * 100);
    }

    .follow-box-img_02 {
        width: calc(248vw / 750 * 100);
    }

    .follow-box-img_03 {
        width: calc(95vw / 750 * 100);
    }
}

/* achievement */
.achievement {
    background-image: url(../img/pc/achievement_bg_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: min(calc(1076vw / 1366 * 100), 1076px);
    padding-top: min(calc(95vw / 1366 * 100), 95px);
}

.achievement-slide-area {
    position: relative;
    width: min(calc(898vw / 1366 * 100), 898px);
    height: min(calc(733vw / 1366 * 100), 733px);
    margin: min(calc(40vw / 1366 * 100), 40px) auto 0;
}

.achievement-slide-list {
    width: 100%;
}

.achievement-slide {
    width: min(calc(436vw / 1366 * 100), 436px);
}

.achievement-slide.tns-slide-active {
    margin-right: min(calc(28vw / 1366 * 100), 28px);
}

.achievement-slide-box {
    background-color: #fff;
    height: min(calc(420vw / 1366 * 100), 420px);
    padding: min(calc(25vw / 1366 * 100), 25px) min(calc(45vw / 1366 * 100), 45px) 0;
    border-radius: 0 0 min(calc(5vw / 1366 * 100), 5px) min(calc(5vw / 1366 * 100), 5px);
}

.achievement-slide-box-case {
    background-color: #C51729;
    display: inline-block;
    padding: min(calc(2vw / 1366 * 100), 2px) min(calc(15vw / 1366 * 100), 15px);
    font-size: min(calc(24vw / 1366 * 100), 24px);
    font-weight: bold;
    color: #fff;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
}

.achievement-slide-box-head {
    margin-top: min(calc(15vw / 1366 * 100), 15px);
    font-size: min(calc(24vw / 1366 * 100), 24px);
    font-weight: bold;
}

.achievement-slide-box-img {
    margin-top: min(calc(15vw / 1366 * 100), 15px);
}

.achievement-slide-prev,
.achievement-slide-next {
    position: absolute;
    top: min(calc(330vw / 1366 * 100), 330px);
    width: min(calc(50vw / 1366 * 100), 50px);
    cursor: pointer;
}

.achievement-slide-prev {
    left: max(calc(-25vw / 1366 * 100), -25px);
}

.achievement-slide-next {
    right: max(calc(-25vw / 1366 * 100), -25px);
}

.achievement-slide-area .tns-nav {
    position: absolute;
    bottom: max(calc(-8vw / 1366 * 100), -8px);
    left: 0;
    right: 0;
    text-align: center;
}

.achievement-slide-area .tns-nav>[aria-controls] {
    background: #4D4D4D;
    width: min(calc(10vw / 1366 * 100), 10px);
    height: min(calc(10vw / 1366 * 100), 10px);
    margin: 0 min(calc(12vw / 1366 * 100), 12px);
    padding: 0;
    border-radius: 50%;
}

.achievement-slide-area .tns-nav>[aria-controls].tns-nav-active {
    background: #C51729;
}

@media (max-width: 1366px) {
    .achievement {
        background-image: url(../img/pc/achievement_bg.jpg);
        background-position: top left;
    }
}

@media (max-width: 750px) {
    .achievement {
        background-image: url(../img/sp/achievement_bg.jpg);
        background-size: contain;
        height: calc(1480vw / 750 * 100);
        padding-top: calc(95vw / 750 * 100);
    }

    .achievement-slide-area {
        width: 100%;
        height: calc(1058vw / 750 * 100);
        margin: calc(30vw / 750 * 100) auto 0;
    }

    .achievement-slide {
        width: 100%;
    }

    .achievement-slide.tns-slide-active {
        margin-right: calc(28vw / 750 * 100);
    }

    .achievement-slide-box {
        height: calc(610vw / 750 * 100);
        padding: calc(30vw / 750 * 100) calc(65vw / 750 * 100) 0;
        border-radius: 0 0 calc(5vw / 750 * 100) calc(5vw / 750 * 100);
    }

    .achievement-slide-box-case {
        padding: calc(5vw / 750 * 100) calc(30vw / 750 * 100);
        font-size: calc(30vw / 750 * 100);
        border-radius: calc(5vw / 750 * 100);
    }

    .achievement-slide-box-head {
        margin-top: calc(20vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
    }

    .achievement-slide-box-img {
        margin-top: calc(35vw / 750 * 100);
    }

    .achievement-slide-prev,
    .achievement-slide-next {
        top: calc(480vw / 750 * 100);
        width: calc(55vw / 750 * 100);
    }

    .achievement-slide-prev {
        left: calc(-20vw / 750 * 100);
    }

    .achievement-slide-next {
        right: calc(-20vw / 750 * 100);
    }

    .achievement-slide-area .tns-nav {
        bottom: 0;
    }

    .achievement-slide-area .tns-nav>[aria-controls] {
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        margin: 0 calc(12vw / 750 * 100);
    }
}

/* flow */
.flow {
    background-image: url(../img/pc/flow_bg_l.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: min(calc(1422vw / 1366 * 100), 1422px);
    padding-top: min(calc(100vw / 1366 * 100), 100px);
}

.flow-box-area {
    position: relative;
    ;
    margin-top: min(calc(50vw / 1366 * 100), 50px);
}

.flow-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: min(calc(84vw / 1366 * 100), 84px);
    z-index: 1;
}

.flow-box+.flow-box {
    margin-top: min(calc(50vw / 1366 * 100), 50px);
}

.flow-box-icon {
    position: relative;
    width: min(calc(100vw / 1366 * 100), 100px);
}

.flow-box-icon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: max(calc(-43vw / 1366 * 100), -43px);
    left: 0;
    right: 0;
    background-image: url(../img/pc/flow_icon_dots.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: min(calc(5vw / 1366 * 100), 5px);
    height: min(calc(38vw / 1366 * 100), 38px);
    margin: 0 auto;
}

.flow-box:last-child .flow-box-icon:after {
    content: none;
}

.flow-box-txt-area {
    width: min(calc(770vw / 1366 * 100), 770px);
    margin-left: min(calc(50vw / 1366 * 100), 50px);
}

.flow-box-head {
    font-size: min(calc(24vw / 1366 * 100), 24px);
    font-weight: bold;
    color: #C51729;
}

.flow-box-txt {
    font-size: min(calc(16vw / 1366 * 100), 16px);
}

.flow-vertical {
    position: absolute;
    top: max(calc(-22vw / 1366 * 100), -22px);
    left: max(calc(-15vw / 1366 * 100), -15px);
    width: min(calc(128vw / 1366 * 100), 128px);
}

@media (max-width: 1366px) {
    .flow {
        background-image: url(../img/pc/flow_bg.jpg);
    }
}

@media (max-width: 750px) {
    .flow {
        background-image: url(../img/sp/flow_bg.jpg);
        background-size: contain;
        height: auto;
        padding: calc(100vw / 750 * 100) 0 calc(155vw / 750 * 100);
    }

    .flow .wrapper,
    .flow .inner {
        width: 100%;
    }

    .flow-box-area {
        width: 100%;
        margin-top: calc(60vw / 750 * 100);
    }

    .flow-box {
        height: calc(180vw / 750 * 100);
        padding-left: calc(113vw / 750 * 100);
    }

    .flow-box+.flow-box {
        margin-top: calc(100vw / 750 * 100);
    }

    .flow-box-icon {
        width: calc(155vw / 750 * 100);
    }

    .flow-box-icon::after {
        background-image: url(../img/sp/flow_icon_dots.svg);
        background-size: contain;
        bottom: calc(-104vw / 750 * 100);
        width: calc(12vw / 750 * 100);
        height: calc(90vw / 750 * 100);
    }

    .flow-box-txt-area {
        width: calc(420vw / 750 * 100);
        margin-left: calc(25vw / 750 * 100);
    }

    .flow-box-head {
        font-size: calc(32vw / 750 * 100);
    }

    .flow-box-txt {
        margin-top: calc(10vw / 750 * 100);
        font-size: calc(23vw / 750 * 100);
        line-height: 1.8;
    }

    .flow-vertical {
        top: calc(-42vw / 750 * 100);
        left: calc(-41vw / 750 * 100);
        width: calc(196vw / 750 * 100);
    }
}

/* faq */
.faq {
    background-image: url(../img/pc/faq_bg_l.jpg);
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    width: 100%;
    padding: min(calc(100vw / 1366 * 100), 100px) 0 min(calc(50vw / 1366 * 100), 50px);
}

.faq-list {
    margin: min(calc(45vw / 1366 * 100), 45px) auto 0;
}

.faq-box {
    background-color: #fff;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
    box-shadow: min(calc(0vw / 1366 * 100), 0px) min(calc(3vw / 1366 * 100), 3px) min(calc(5vw / 1366 * 100), 5px) rgba(0, 0, 0, 0.1);
}

.faq-box+.faq-box {
    margin-top: min(calc(25vw / 1366 * 100), 25px);
}

.faq-q,
.faq-a {
    display: flex;
    justify-content: space-between;
    padding: min(calc(20vw / 1366 * 100), 20px) min(calc(45vw / 1366 * 100), 45px) min(calc(20vw / 1366 * 100), 20px) min(calc(25vw / 1366 * 100), 25px);
}

.faq-a {
    background-color: #F7EAEA;
    padding-top: min(calc(0vw / 1366 * 100), 0px);
}

.faq-q::before,
.faq-a::before {
    display: block;
    width: min(calc(30vw / 1366 * 100), 30px);
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: min(calc(32vw / 1366 * 100), 32px);
    color: #C51729;
    font-weight: bold;
    line-height: 1;
}

.faq-q::before {
    content: "Q.";
    transform: translateY(min(calc(3vw / 1366 * 100), 3px));
}

.faq-a::before {
    content: "A.";
    transform: translateY(min(calc(16vw / 1366 * 100), 16px));
}

.faq-q::after {
    content: "";
    display: block;
    background-image: url(../img/pc/faq_icon_plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: min(calc(20vw / 1366 * 100), 20px);
    height: min(calc(20vw / 1366 * 100), 20px);
    transform: translateY(min(calc(6vw / 1366 * 100), 6px));
    transition: all 0.3s;
}

.active .faq-q::after {
    background-image: url(../img/pc/faq_icon_minus.svg);
}

.faq-q-txt {
    width: min(calc(790vw / 1366 * 100), 790px);
    font-size: min(calc(18vw / 1366 * 100), 18px);
    font-weight: bold;
    line-height: 1.8;
    transition: all 0.5s;
}

.active .faq-q-txt {
    color: #C51729;
}

.faq-a-txt {
    width: min(calc(860vw / 1366 * 100), 860px);
    font-size: min(calc(16vw / 1366 * 100), 16px);
    color: #383838;
    margin-top: min(calc(20vw / 1366 * 100), 20px);
}

@media (max-width: 1366px) {
    .faq {
        background-image: url(../img/pc/faq_bg.jpg);
    }
}

@media (max-width: 750px) {
    .faq {
        background-image: url(../img/sp/faq_bg.jpg);
        padding: calc(95vw / 750 * 100) 0 calc(100vw / 750 * 100);
    }

    .faq .inner {
        width: 100%;
    }

    .faq-list {
        margin: calc(60vw / 750 * 100) auto 0;
    }

    .faq-box {
        border-radius: calc(10vw / 750 * 100);
        box-shadow: calc(0vw / 750 * 100) calc(3vw / 750 * 100) calc(5vw / 750 * 100) rgba(0, 0, 0, 0.1);
    }

    .faq-box+.faq-box {
        margin-top: calc(30vw / 750 * 100);
    }

    .faq-q,
    .faq-a {
        justify-content: start;
        align-items: center;
        padding: calc(50vw / 750 * 100) calc(25vw / 750 * 100) calc(50vw / 750 * 100);
    }

    .faq-a {
        align-items: flex-start;
        padding: calc(20vw / 750 * 100) calc(25vw / 750 * 100) calc(110vw / 750 * 100);
    }

    .faq-q::before,
    .faq-a::before {
        width: calc(40vw / 750 * 100);
        margin-right: calc(40vw / 750 * 100);
        font-size: calc(58vw / 750 * 100);
    }

    .faq-q::before {
        transform: translateY(calc(3vw / 750 * 100));
    }

    .faq-a::before {
        transform: translateY(calc(16vw / 750 * 100));
    }

    .faq-q::after {
        width: calc(30vw / 750 * 100);
        height: calc(30vw / 750 * 100);
        margin-left: calc(40vw / 750 * 100);
        transform: none;
    }

    .faq-q-txt {
        width: calc(500vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
    }

    .faq-a-txt {
        width: calc(540vw / 750 * 100);
        font-size: calc(26vw / 750 * 100);
        margin-top: calc(15vw / 750 * 100);
    }
}

/* contact */
.contact {
    padding: min(calc(100vw / 1366 * 100), 100px) 0 min(calc(100vw / 1366 * 100), 100px);
}

.contact-form {
    display: block;
    margin-top: min(calc(45vw / 1366 * 100), 45px);
    font-size: min(calc(20vw / 1366 * 100), 20px);
}

.contact-form-row {
    display: flex;
    justify-content: space-between;
}

.contact-form-row+.contact-form-row {
    margin-top: min(calc(20vw / 1366 * 100), 20px);
}

.contact-form-label {
    width: min(calc(290vw / 1366 * 100), 290px);
    margin-top: min(calc(15vw / 1366 * 100), 15px);
    font-weight: bold;
}

.contact-form-label-optional::before,
.contact-form-label-required::before {
    margin-right: min(calc(15vw / 1366 * 100), 15px);
    padding: min(calc(0vw / 1366 * 100), 0px) min(calc(10vw / 1366 * 100), 10px);
    font-size: min(calc(16vw / 1366 * 100), 16px);
    color: #fff;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
}

.contact-form-label-optional::before {
    content: "任意";
    background-color: #4D4D4D;
}

.contact-form-label-required::before {
    content: "必須";
    background-color: #C51729;
}

.contact-form-input-area {
    width: min(calc(700vw / 1366 * 100), 700px);
    margin: 0 0 0 auto;
}

.contact-form-input,
.contact-form-txtarea {
    background-color: #F4F4F4;
    width: min(calc(700vw / 1366 * 100), 700px);
    padding: min(calc(15vw / 1366 * 100), 15px) min(calc(20vw / 1366 * 100), 20px);
    font-size: min(calc(16vw / 1366 * 100), 16px);
    margin-bottom: min(calc(10vw / 1366 * 100), 10px);
    border: min(calc(1vw / 1366 * 100), 1px) solid #EBEBEB;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
}

.contact-form-txtarea {
    min-height: min(calc(130vw / 1366 * 100), 130px);
}

.contact-form-select-wrapper {
    position: relative;
    width: min(calc(350vw / 1366 * 100), 350px);
}

.contact-form-select-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: min(calc(20vw / 1366 * 100), 20px);
    right: min(calc(30vw / 1366 * 100), 30px);
    background-color: #C51729;
    width: min(calc(15vw / 1366 * 100), 15px);
    height: min(calc(15vw / 1366 * 100), 15px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.contact-form-select {
    background-color: #F4F4F4;
    width: 100%;
    padding: min(calc(15vw / 1366 * 100), 15px) min(calc(20vw / 1366 * 100), 20px);
    margin-bottom: min(calc(5vw / 1366 * 100), 5px);
    border: min(calc(1vw / 1366 * 100), 1px) solid #EBEBEB;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
}

.contact-form-notes {
    font-size: min(calc(16vw / 1366 * 100), 16px);
}

.contact-form-privacy {
    width: min(calc(700vw / 1366 * 100), 700px);
    height: min(calc(164vw / 1366 * 100), 164px);
    margin-bottom: min(calc(5vw / 1366 * 100), 5px);
    padding: min(calc(15vw / 1366 * 100), 15px) min(calc(20vw / 1366 * 100), 20px);
    border: min(calc(1vw / 1366 * 100), 1px) solid #707070;
    border-radius: min(calc(5vw / 1366 * 100), 5px);
    overflow-y: scroll;
}

.contact-form-privacy-head {
    font-size: min(calc(20vw / 1366 * 100), 20px);
    font-weight: bold;
}

.contact-form-privacy-row {
    margin-top: min(calc(10vw / 1366 * 100), 10px);
}

.contact-form-privacy-top {
    font-size: min(calc(16vw / 1366 * 100), 16px);
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.contact-form-privacy-txt {
    margin-left: min(calc(20vw / 1366 * 100), 20px);
    font-size: min(calc(16vw / 1366 * 100), 16px);
}

.contact-privacy-chk-row {
    display: flex;
    align-items: center;
    margin: min(calc(20vw / 1366 * 100), 20px) 0 min(calc(50vw / 1366 * 100), 5px);
    font-size: min(calc(16vw / 1366 * 100), 16px);
}

.contact-privacy-chk {
    width: min(calc(22vw / 1366 * 100), 22px);
    height: min(calc(22vw / 1366 * 100), 22px);
    margin-right: min(calc(10vw / 1366 * 100), 10px);
}

.contact-form-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(calc(420vw / 1366 * 100), 420px);
    height: min(calc(80vw / 1366 * 100), 80px);
    margin: min(calc(55vw / 1366 * 100), 55px) auto 0;
    background-color: #C51729;
    font-size: min(calc(25vw / 1366 * 100), 25px);
    color: #fff;
    border-radius: min(calc(50vw / 1366 * 100), 50px);
    cursor: pointer;
    transition: all 0.5s;
}

.contact-form-btn.disabled {
    filter: grayscale(100%);
    pointer-events: none;
}

.contact-form-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: min(calc(55vw / 1366 * 100), 55px);
    width: min(calc(10vw / 1366 * 100), 10px);
    height: min(calc(10vw / 1366 * 100), 10px);
    border-top: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    border-right: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.contact-form-err {
    margin-top: min(calc(2vw / 1366 * 100), 2px);
    font-size: min(calc(16vw / 1366 * 100), 16px);
    color: #C51729;
}

.contact-form-logo {
    width: min(calc(467vw / 1366 * 100), 467px);
    margin: min(calc(60vw / 1366 * 100), 60px) auto 0;
}

@media (max-width: 750px) {
    .contact {
        padding: calc(100vw / 750 * 100) 0 calc(100vw / 750 * 100);
    }

    .contact .inner {
        width: calc(670vw / 750 * 100);
    }

    .contact-form {
        margin-top: calc(19vw / 750 * 100);
        font-size: calc(34vw / 750 * 100);
    }

    .contact-form-row {
        flex-direction: column;
    }

    .contact-form-row+.contact-form-row {
        margin-top: calc(20vw / 750 * 100);
    }

    .contact-form-label {
        width: 100%;
        margin: calc(15vw / 750 * 100) 0 calc(20vw / 750 * 100);
    }

    .contact-form-label-optional::before,
    .contact-form-label-required::before {
        margin-right: calc(15vw / 750 * 100);
        padding: calc(0vw / 750 * 100) calc(22vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        border-radius: calc(5vw / 750 * 100);
    }

    .contact-form-input-area {
        width: 100%;
    }

    .contact-form-input,
    .contact-form-txtarea {
        width: 100%;
        padding: calc(20vw / 750 * 100) calc(20vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        margin-bottom: calc(10vw / 750 * 100);
        border: calc(4vw / 750 * 100) solid #EBEBEB;
        border-radius: calc(5vw / 750 * 100);
    }

    .contact-form-txtarea {
        min-height: calc(235vw / 750 * 100);
    }

    .contact-form-select-wrapper {
        width: 100%;
    }

    .contact-form-select-wrapper::after {
        top: calc(33vw / 750 * 100);
        right: calc(18vw / 750 * 100);
        width: calc(30vw / 750 * 100);
        height: calc(20vw / 750 * 100);
    }

    .contact-form-select {
        width: 100%;
        padding: calc(20vw / 750 * 100) calc(20vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        margin-bottom: calc(20vw / 750 * 100);
        border: calc(4vw / 750 * 100) solid #EBEBEB;
        border-radius: calc(5vw / 750 * 100);
    }

    .contact-form-notes {
        font-size: calc(24vw / 750 * 100);
    }

    .contact-form-privacy {
        width: 100%;
        height: calc(275vw / 750 * 100);
        margin-bottom: calc(10vw / 750 * 100);
        padding: calc(35vw / 750 * 100) calc(20vw / 750 * 100);
        border: calc(2vw / 750 * 100) solid #707070;
        border-radius: calc(5vw / 750 * 100);
    }

    .contact-form-privacy-head {
        font-size: calc(32vw / 750 * 100);
    }

    .contact-form-privacy-row {
        margin-top: calc(10vw / 750 * 100);
    }

    .contact-form-privacy-top {
        font-size: calc(28vw / 750 * 100);
    }

    .contact-form-privacy-txt {
        margin-left: calc(45vw / 750 * 100);
        font-size: calc(24vw / 750 * 100);
    }

    .contact-privacy-chk-row {
        margin: calc(40vw / 750 * 100) 0 calc(10vw / 750 * 100);
        font-size: calc(32vw / 750 * 100);
    }

    .contact-privacy-chk {
        width: calc(44vw / 750 * 100);
        height: calc(44vw / 750 * 100);
        margin-right: calc(25vw / 750 * 100);
    }

    .contact-form-btn {
        width: calc(630vw / 750 * 100);
        height: calc(120vw / 750 * 100);
        margin: calc(95vw / 750 * 100) auto 0;
        font-size: calc(41vw / 750 * 100);
        border-radius: calc(70vw / 750 * 100);
    }

    .contact-form-btn::after {
        right: calc(65vw / 750 * 100);
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        border-top: calc(4vw / 750 * 100) solid #fff;
        border-right: calc(4vw / 750 * 100) solid #fff;
    }

    .contact-form-err {
        margin-top: 0;
        font-size: calc(24vw / 750 * 100);
    }

    .contact-form-logo {
        width: calc(577vw / 750 * 100);
        margin: calc(100vw / 750 * 100) auto 0;
    }
}

/* footer */
.footer {
    background-color: #C51729;
    padding: min(calc(30vw / 1366 * 100), 30px) 0;
}

.footer-copyright {
    font-size: min(calc(13vw / 1366 * 100), 13px);
    color: #fff;
    text-align: center;
}

@media (max-width: 750px) {
    .footer {
        padding: calc(50vw / 750 * 100) 0;
    }

    .footer-copyright {
        font-size: calc(24vw / 750 * 100);
    }
}

/* thanks */
.thanks {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 92vh;
}

.thanks-btn {
    width: min(calc(420vw / 1366 * 100), 420px);
    height: min(calc(80vw / 1366 * 100), 80px);
    margin: min(calc(30vw / 1366 * 100), 30px) auto 0;
}

.thanks-btn-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #C51729;
    font-size: min(calc(25vw / 1366 * 100), 25px);
    color: #fff;
    border-radius: min(calc(50vw / 1366 * 100), 50px);
    transition: all 0.5s;
    cursor: pointer;
}

.thanks-btn-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: min(calc(55vw / 1366 * 100), 55px);
    width: min(calc(10vw / 1366 * 100), 10px);
    height: min(calc(10vw / 1366 * 100), 10px);
    border-top: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    border-right: min(calc(2vw / 1366 * 100), 2px) solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.thanks-txt {
    font-size: min(calc(18vw / 1366 * 100), 18px);
    text-align: center;
}

.thanks-txt+.thanks-txt {
    margin-top: min(calc(30vw / 1366 * 100), 30px);
}

@media (max-width: 750px) {
    .thanks-btn {
        width: calc(630vw / 750 * 100);
        height: calc(120vw / 750 * 100);
        margin: calc(60vw / 750 * 100) auto 0;

    }

    .thanks-btn-inner {
        font-size: calc(42vw / 750 * 100);
        border-radius: calc(110vw / 750 * 100);
    }

    .thanks-btn-inner::after {
        right: calc(65vw / 750 * 100);
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        border-top: calc(2vw / 750 * 100) solid #fff;
        border-right: calc(2vw / 750 * 100) solid #fff;
    }

    .thanks-txt {
        font-size: calc(36vw / 750 * 100);
    }

    .thanks-txt+.thanks-txt {
        margin-top: calc(30vw / 750 * 100);
    }
}